﻿@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;
}

.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;
            }

.single-banner{
    height:500px;
    background:url(../img/single-1.jpeg) center no-repeat;
}

.main-content {
    margin: 30px auto 80px;
}

    .main-content .l {
        width: 280px;
        float: left;
    }

        .main-content .l .main-nav {
            height: 60px;
            line-height: 60px;
            background-color: #1e50ae;
            color: white;
            text-align: center;
            font-weight: bold;
            font-size: 18px;
            border-bottom: 1px solid rgb(181, 206, 252);
        }

        .main-content .l ul {
            background-color: #1e50ae;
            overflow: hidden;
            min-height:430px
        }

            .main-content .l ul li {
                height: 40px;
                line-height: 40px;
                text-align: left;
            }

                .main-content .l ul li:hover, .main-content .l ul li a.hover_navl {
                    background-color: #1772c3;
                }

                .main-content .l ul li a {
                    color: white;
                    display: block;
                    padding-left: 20px;
                    font-size: 13px;
                }

    .main-content .r {
        padding-left: 300px;
    }

        .main-content .r .tit {
            padding: 10px 40px;
            background-color: #1e50ae;
            color: white;
            display: inline-block;
            font-size: 14px;
        }

        .main-content .r .container {
            margin-top: 20px;
        }

            .main-content .r .container .offer li {
                border: 1px solid #c6c4c4;
                border-top: 3px solid #1e50ae;
                padding: 16px 20px;
                margin-bottom: 20px;
            }

                .main-content .r .container .offer li .tit-profile {
                    display: flex;
                    justify-content: space-between;
                }

                .main-content .r .container .offer li .li-l {
                    font-size: 16px;
                    line-height: 30px;
                }

                .main-content .r .container .offer li .li-r {
                    position: relative;
                    font-size: 12px;
                    line-height: 30px;
                    /*padding-right: 30px;*/
                }

                    .main-content .r .container .offer li .li-r img {
                        position: absolute;
                        width: 24px;
                        height: 24px;
                        right: 0;
                        top: 4px;
                    }

                .main-content .r .container .offer li .downcon {
                    line-height: 30px;
                }

                    .main-content .r .container .offer li .downcon .div-download {
                        background-color: #1e50ae;
                        padding: 1px 10px;
                        color: white;
                    }

                .main-content .r .container .offer li .li-r-download {
                    padding-right: 0px;
                }

            .main-content .r .container .offer .li-download {
                border: 1px solid #EDEDED;
            }

            .main-content .r .container .offer li .downcon img {
                vertical-align: middle;
                margin-right: 6px;
            }

            .main-content .r .container .offer li .downcon {
                font-size: 12px;
            }

        .main-content .r img {
            max-width: 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;
}

.page {
    float: right;
    font-size:14px;
    margin:30px;
}

    .page .pagebox a {
        background-color: #f8f8f8;
        border: 1px solid #1e50ae;
        font-size: 14px;
        padding:2px 7px;
        margin:0 5px;
    }

        .page .pagebox a.curr {
            background-color: #1e50ae;
            border: 1px solid #1e50ae;
            color:white;
        }

@media(max-width:1200px) {
    .w {
        width: 1200px;
    }
}

@media(max-width:980px) {
    .w {
        width: 980px;
    }
}

@media(max-width:768px) {
    .w {
        width: 768px;
    }

}

@media(max-width:480px) {
    .w {
        width: 480px;
    }
}