@charset "UTF-8";
* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: normal;
    outline: none
}

html,
body {
    color: #333;
    font-size: 16px;
    font-family: "微软雅黑";
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left
}

li {
    list-style: none
}

a {
    text-decoration: none;
    color: #000
}

img,
input {
    border: 0;
    outline: none
}

body .clear {
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
    font-size: 0;
    height: 0
}

.clearfix {
    zoom: 1
}

.fl {
    float: left
}

.fr {
    float: right
}

.px1200 {
    width: 1200px;
    max-width: 1200px;
    margin: 0 auto
}

.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden
}

.pic img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition:all 0.3s ease-out 0s;
}

.pic img:hover {
    transform: translate(-50%, -50%) scale(1.05);
}

.wap {
    display: none !important
}

.block {
    background-image: linear-gradient(to bottom, #fcf2fd, #c4d1ff)
}

.top {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    transition: all 0.3s;
    border-bottom: 1px solid rgba(255, 255, 255, 0.24)
}

.top:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    bottom: 0;
    background: #073190;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    transition: all 0.5s;
    z-index: -1
}

.top.on {
    top: 0
}

.top.on:before {
    height: 100%
}

.top>div {
    padding: 0 12%
}

.logo a {
    display: block;
    font-size: 0;
    line-height: 100px
}

.logo img {
    vertical-align: middle
}

.top-r {
    padding-left: 400px;
    position: relative
}

.top-r-t {
    text-align: right;
    line-height: 24px;
    padding-top: 20px;
    overflow: hidden
}

.top-r-en {
    display: inline-block;
    margin-right: 50px;
    font-size: 14px
}

.top-r-en a {
    color: #fff
}

.top-r-en a:hover {
    color: rgba(255, 255, 255, 0.8)
}

.top-r-en img:first-child {
    vertical-align: -3px;
    padding-right: 10px
}

.top-r-en img:last-child {
    vertical-align: middle;
    padding-left: 5px
}

.top-r-en a:hover img {
    opacity: 0.8
}

.search-con {
    position: absolute;
    right: 0px;
    top: 20px
}

.top button {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: none;
    cursor: pointer
}

.top button img {
    vertical-align: middle
}

.search {
    width: 300px;
    height: 44px;
    background: #fff;
    margin-top: 20px;
    position: absolute;
    right: 0;
    top: 16px;
    z-index: 1;
    display: none
}

input,
button {
    border: none;
    outline: none
}

.search .text {
    width: 300px;
    padding-left: 15px;
    padding-right: 72px;
    height: 44px;
    font-size: 14px;
    background: none;
    color: #333
}

.search .button {
    width: 60px;
    height: 44px;
    background: #b6b76f url(../img/sousuo.png) no-repeat center;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    text-align: center
}

input::-webkit-input-placeholder {
    color: #666
}

input::-moz-input-placeholder {
    color: #666
}

input::-ms-input-placeholder {
    color: #666
}

.nav {
    height: 50px;
    line-height: 50px;
    margin-top: 3px
}

.nav>ul {
    font-size: 0
}

.nav>ul>li {
    float: left;
    text-align: center;
    position: relative;
    width: 13.6%
}

.nav>ul>li:first-child {
    margin-left: 0
}

.nav>ul>li>a {
    display: block;
    font-size: 18px;
    color: #fff;
    text-align: center;
    position: relative
}

.nav>ul>li.on>div {
    border-top: 3px solid #ffffff
}

.nav>ul>li>a::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent
}

.nav>ul>li.on>a::after {
    border-bottom: 5px solid #ffffff
}

.nav>ul>li.active>a {
    border-bottom: 2px solid #ffffff
}

.nav>ul>li:hover>a {
    border-bottom: 2px solid #ffffff
}

.nav>ul>li>div {
    position: absolute;
    top: 100%;
    width: 100%;
    background: #fff;
    background: rgb(255, 255, 255, 0.7);
    z-index: 9999;
    overflow: hidden;
    line-height: normal;
    display: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.nav>ul>li>div>ul {
    overflow: hidden
}

.nav>ul>li>div>ul>li a {
    display: block;
    font-size: 14px;
    padding: 10px;
    transition: .3s;
    color: #333;
}

.nav>ul>li>div>ul>li a:hover {
    background: #073190;
    color: #fff
}

.nav-r {
    float: left;
    position: relative
}

.nav-r a {
    float: left;
    margin-left: 20px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-size: 0
}

.nav-r a img {
    vertical-align: middle;
    display: none
}

.nav-r a img:first-child {
    display: inline-block
}

.nav-r a span {
    display: block;
    font-size: 18px
}

.foot {
    background: url(../img/foot-bg.jpg) no-repeat center;
    background-size: cover;
    width: 100%;
    padding: 28px 0;
}

.foot>div {
    text-align: center
}

.foot {
    color: #fff;
}

.foot a {
    color: #fff
}

.foot .com {
    float: left;
    margin-left: 20%
}

.foot .com a {
    display: block
}

.foot .dz {
    float: left;
    margin-left: 40px;
    font-size: 14px;
    line-height: 24px
}

@media screen and (max-width:1800px) {
    .top>div {
        padding: 0 8%
    }
}

@media screen and (max-width:1600px) {
    .top>div {
        padding: 0 6%
    }
    .logo img {
        max-height: 80px
    }
    .top-r {
        padding-left: 550px
    }
}

@media screen and (max-width:1400px) {
    .top>div {
        padding: 0 4%
    }
    .nav>ul>li>a {
        font-size: 16px
    }
}

@media screen and (max-width: 1200px) {
    .top>div {
        padding: 0 20px
    }
    .logo img {
        max-height: 65px
    }
    .top-r {
        padding-left: 450px
    }
    .nav>ul>li>a {
        font-size: 15px
    }
    .px1200 {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (max-width:1024px) {
    body {
        padding-top: 60px !important
    }
    .pc {
        display: none !important
    }
    .m-top {
        max-width: 1920px;
        margin: 0 auto;
        position: fixed;
        right: 20px;
        top: 18px;
        width: 25px;
        height: 25px;
        z-index: 9999
    }
    .wap {
        display: block !important
    }
    .wap-menu {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 99999;
        font-size: 0
    }
    .wap-menu img {
        height: 25px
    }
    .close-menu {
        display: none;
        position: absolute;
        right: 0;
        top: 0
    }
    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #073190;
        z-index: 999;
        padding: 10px 20px
    }
    .m-logo {
        width: 87%;
        font-size: 0;
    }
    .m-logo a {
        font-size: 0;
        line-height: 40px;
        display: block
    }
    .m-logo img {
        max-height: 40px;
        max-width: 80%;
        vertical-align: middle
    }
    .m-tlink {
        padding: 10px 15px 0 15px
    }
    .m-tlink a {
        font-size: 12px;
        margin-right: 5px;
        color: #fff;
        display: inline-block;
        line-height: 24px;
        line-height: 24px;
        border-radius: 5px
    }
    .m-tlink a img {
        vertical-align: -2px;
        padding-right: 5px;
        height: 14px
    }
    .m-tlink a img:last-child {
        height: 7px;
        vertical-align: middle
    }
    .m-search {
        margin: 0 15px;
        padding-right: 50px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        line-height: 35px;
        margin-top: 15px;
        margin-bottom: 15px;
        border: 1px solid #fff
    }
    .m-search input[type="text"] {
        display: block;
        width: 100%;
        line-height: 25px;
        background: none;
        color: #fff;
        font-size: 12px
    }
    .m-search input[type="text"]::placeholder {
        color: #fff
    }
    .m-search input[type="image"] {
        position: absolute;
        right: 10px;
        top: 10px;
        height: 15px
    }
    .m-nav {
        position: fixed;
        top: 60px;
        right: -100%;
        bottom: 0;
        z-index: 999;
        background: #073190;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        overflow-y: scroll;
        width: 100%;
        max-width: 375px
    }
    .m-nav .top-r {
        color: #fff;
        padding-left: 15px
    }
    .m-nav ul {
        padding: 0 15px
    }
    .m-nav ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        position: relative
    }
    .m-nav ul li>span.on {
        transform: rotateZ(90deg)
    }
    .m-nav ul li ul {
        display: none
    }
    .m-nav ul li ul li {
        border: none
    }
    .m-nav>ul>li a {
        display: block;
        font-size: 14px;
        line-height: 20px;
        padding: 15px 0;
        position: relative;
        color: #fff
    }
    .m-nav>ul>li ul li a {
        padding: 10px 0
    }
    .m-nav>ul>li>span {
        position: absolute;
        width: 20px;
        height: 20px;
        background: url(../img/m-nav_down.png) no-repeat;
        background-size: 14px 14px;
        background-position: center center;
        right: 0;
        top: 15px;
        cursor: pointer;
        display: block;
        color: #fff;
        transition: all 0.3s
    }
    .foot .com {
        margin-left: 0%;
    }
}

@media screen and (max-width:768px) {
    .foot .com {
        float: none
    }
    .foot .dz {
        float: none;
        margin-left: 0
    }
}

.logo {
    z-index: 1;
    position: absolute;
}