﻿@charset

utf-8; * {
    padding: 0;
    margin: 0;
    transition: all 1 ease-in;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    font-size: 100%;
    text-align: left;
    vertical-align: baseline;
    list-style-type: none;
}

a {
    text-decoration: none;
}

.w {
    width: 1200px;
    margin: auto;
}

.index-top {
    background-color: #1e50ae;
    height: 40px;
    line-height: 40px;
    color: white;
    font-size: 12px;
}

.home{ background: #fff !important;}

.navigator {
    position: relative;
    height: 100px;
    overflow: hidden;
}

    .navigator .logo {
        width: 200px;
        color: #1e50ae;
        margin-top: 20px;
    }

        .navigator .logo .en {
            font-weight: bold;
            text-align: center;
            font-size: 26px;
        }

        .navigator .logo .zh {
            text-align: center;
            font-size: 16px;
        }

    .navigator .nav {
        overflow: hidden;
        position: absolute;
        right: 0px;
        top: 20px;
    }

        .navigator .nav li {
            float: left;
            font-size: 16px;
            text-align: center;
            line-height: 30px;
            box-sizing: content-box;
            cursor: pointer;
            display: block;
        }

            .navigator .nav li a {
                width: inherit;
                height: inherit;
                color: #024174;
                display: block;
                padding: 10px 20px;
            }

            .navigator .nav li div {
                height: 30px;
                width: 1px;
                background-color: #c8c8c8;
                margin-top: 9px;
            }

            .navigator .nav li.active,
            .navigator .nav li:not(.s):hover {
                border-top: 5px solid #1e50ae;
                background-color: #f2f5f8;
            }

.txt-img-box {
    margin-top: 30px;
}

.index-tit {
    text-align: center;
    font-size: 26px;
    color: #1e50ae;
    font-weight: bold;
}

.index-tit-sub {
    width: 240px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    position: relative;
    margin: auto;
}

    .index-tit-sub div {
        text-align: center;
        color: #e2e2e2;
    }

        .index-tit-sub div:before,
        .index-tit-sub div:after {
            position: absolute;
            background: #ccc;
            content: "";
            height: 1px;
            top: 50%;
            width: 50px;
        }

        .index-tit-sub div:before {
            left: 10px;
        }

        .index-tit-sub div:after {
            right: 10px;
        }

.txt-img-box .index-content {
    text-align: center;
    line-height: 30px;
    margin-top: 20px;
    font-size: 16px;
}

.txt-img-box .img-box {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

    .txt-img-box .img-box div {
        width: 290px;
        height: 166px;
        margin: 0 3px;
    }

        .txt-img-box .img-box div img {
            width: inherit;
            height: inherit;
        }

.txt-img-box .link {
    text-align: center;
    margin: 30px auto;
}

    .txt-img-box .link a {
        color: white;
        background-color: #1e50ae;
        padding: 10px 30px;
        border-radius: 6px;
        font-size: 14px;
    }

.txt-img-box-bg {
    background: url(../img/index_bg.jpg) no-repeat;
    background-size: cover;
    padding: 30px 0;
}

    .txt-img-box-bg .link a {
        color: #1e50ae;
        background-color: white;
        padding: 10px 30px;
        border-radius: 6px;
        font-size: 14px;
    }

    .txt-img-box-bg .index-tit {
        color: white;
    }

    .txt-img-box-bg .index-content {
        color: white;
    }

.partner .en {
    font-size: 14px;
    font-weight: bold;
}

.partner .zh {
    font-size: 26px;
    font-weight: bold;
    color: #1e50ae;
}

.partner ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 30px 0;
    box-sizing:border-box;
}

    .partner ul li {
        width: 260px;
        height: 136px;
        display: flex;
        justify-content: center;
        justify-items: center;
    }
        .partner ul li img {
            height:100%;
        }

        

.footer {
    height: 300px;
    background-color: #3d3d3d;
}

    .footer .footer-content {
        display: flex;
        justify-content: flex-start;
        color: white;
        line-height: 26px;
        font-size: 13px;
        padding-top: 50px;
    }

        .footer .footer-content .tit {
            font-size: 20px;
            font-weight: bold;
            margin-bottom: 20px;
        }

        .footer .footer-content .l {
            flex: 3;
        }

            .footer .footer-content .l p {
                padding-left: 30px;
                background-size: 20px;
                background-position: 0 3px;
            }

        .footer .footer-content .contacts {
            background: url(../img/4-contacts.png) no-repeat;
        }

        .footer .footer-content .address {
            background: url(../img/4-address.png) no-repeat;
        }

        .footer .footer-content .post {
            background: url(../img/4-post.png) no-repeat;
        }

        .footer .footer-content .tell {
            background: url(../img/4-tell.png) no-repeat;
        }

        .footer .footer-content .call {
            background: url(../img/4-call.png) no-repeat;
        }

        .footer .footer-content .email {
            background: url(../img/4-mail.png) no-repeat;
        }


        .footer .footer-content .r {
            flex: 2;
        }

            .footer .footer-content .r ul {
                overflow: hidden;
                display: flex;
                justify-content: flex-end;
            }

                .footer .footer-content .r ul li {
                    padding: 0 20px;
                    line-height: 30px;
                }

                    .footer .footer-content .r ul li a {
                        color: white;
                    }

                    .footer .footer-content .r ul li p a {
                        color: #c6c4c4;
                    }

                    .footer .footer-content .r ul li a.main {
                        font-weight: bold;
                    }

.copyright {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    color: white;
    background-color: #222222;
}

@media(max-width:1200px) {
    .w {
        width: 1200px;
    }
}

@media(max-width:980px) {
    .w {
        width: 980px;
    }

    .txt-img-box .img-box {
        margin-top: 20px;
        display: flex;
        justify-content: center;
    }

        .txt-img-box .img-box div {
            width: 200px;
            height: 106px;
            margin: 0 3px;
        }

            .txt-img-box .img-box div img {
                width: inherit;
                height: inherit;
            }

    .partner ul {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        padding: 30px 0;
        box-sizing:border-box;
    }

        .partner ul li {
            width: 100px;
            height: 25px;
            display: flex;
            justify-content: center;
            justify-items: center;
            margin: 20px;
        }

}

@media(max-width:768px) {
    .w {
        width: 768px;
    }

    .txt-img-box .img-box {
        margin-top: 20px;
        display: flex;
        justify-content: center;
    }

        .txt-img-box .img-box div {
            width: 200px;
            height: 106px;
            margin: 0 3px;
        }

            .txt-img-box .img-box div img {
                width: inherit;
                height: inherit;
            }

    .partner ul {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        padding: 30px 0;
        box-sizing:border-box;
    }

        .partner ul li {
            width: 100px;
            height: 25px;
            display: flex;
            justify-content: center;
            justify-items: center;
            margin: 20px;
        }

}

@media(max-width:480px) {
    .w {
        width: 480px;
    }

    .txt-img-box .img-box {
        margin-top: 20px;
        display: flex;
        justify-content: center;
    }

        .txt-img-box .img-box div {
            width: 200px;
            height: 106px;
            margin: 0 3px;
        }

            .txt-img-box .img-box div img {
                width: inherit;
                height: inherit;
            }

    .partner ul {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        padding: 30px 0;
        box-sizing:border-box;
    }

        .partner ul li {
            width: 80px;
            height: 20px;
            display: flex;
            justify-content: center;
            justify-items: center;
            margin: 20px;
        }
}
