@charset "utf-8";
body{
    padding-top: 1.75rem;
}
header{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.headerTop{
    background: url(../img/headerBg.png) no-repeat center;
    background-size: cover;
    padding: 0.25rem 0;
}
.linkTop{
    position: relative;
    z-index: 1001;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.linkTop ul{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.linkTop li{
    position: relative;
}
.linkTop a{
    position: relative;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: 0em;
    color: #fff;
    z-index: 99;
    padding: 0 0.2rem;
    display: block;
}
.linkTop a::before{
    display:block;
    content:"";
    width:1px;
    height: 0.18rem;
    background: rgba(255,255,255,0.25);
    position:absolute;
    right:0;
    top:50%;
    transform: translateY(-50%);
}
.linkTop li:last-of-type a::before{
    display:none;
}
.linkTop li:last-of-type a{
    padding-left: 0.5rem;
    background: url(../img/enIcon.png) no-repeat left 0.2rem center;
    background-size: 0.19rem auto;
}
.searchSub{
    width: 2.7rem;
    height: 0.36rem;
    position: relative;
    border-radius: 0.18rem;
    overflow: hidden;
    background: rgba(255, 255, 255, 1);
}
.searchSub .text{
    display: block;
    float: left;
    width: calc(100% - 0.36rem);
    height: 0.34rem;
    border: none;
    font-size: 0.16rem;
    line-height: 0.34rem;
    color: #333;
    padding: 0 0.1rem;
    box-sizing: border-box;
    background: transparent;
}
.searchSub .submit{
    display: block;
    float: left;
    width: 0.36rem;
    height: 0.36rem;
    background: transparent url(../img/search.png) no-repeat left center;
    border: none;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 0;
}
/* 导航logo--1 */
.logo a,.logo a img{
    display: block;
    width: auto;
    height: auto;
    max-height: 0.71rem;
}
/* 导航 */
nav{
    background: #fff;
    box-shadow: 0 0.05rem 0.05rem 0 rgba(0,0,0,0.05);
}
.nav {
    width: auto;
    height: auto;
    position: relative;
    z-index: 999;
}
.nav ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav ul>li{
    position: relative;
    margin-left: 0.25rem;
}
.nav ul>li:first-of-type{
    margin-left: 0;
}
.nav ul>li>a{
    display: block;
    font-size: 0.2rem;
    line-height: 0.54rem;
    color: #333333;
    white-space: nowrap;
    text-align: center;
    padding-right: 0;
    letter-spacing: 0;
}
.nav ul>li>a:hover,.nav ul>li>a.hover{
    color: #075486;
    font-weight: bold;
}
.nav>ul>li ol{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 1;
    width: 1.5rem;
    height: auto;
    padding: 0.05rem 0;
    z-index: 99;
    left: calc(50% - .75rem);
    top: 100%;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
    background: #ffffff;
    box-sizing: border-box;
    -webkit-transition: all 0.42s ease-out 0s;
    -moz-transition: all 0.42s ease-out 0s;
    -ms-transition: all 0.42s ease-out 0s;
    -o-transition: all 0.42s ease-out 0s;
    transition: all 0.42s ease-out 0s;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
    transform-origin: 50% 0%;
    border-top: 2px solid #075486;
}
.nav>ul>li ol .tri {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 100%;
    left: 0%;
    z-index: 1;
    width: 100%;
    height: 0.3rem;
    overflow: hidden;
    display: none;
}
.nav>ul>li ol .tri::after {
    display: block;
    content: "";
    box-sizing: border-box;
    width: 0.24rem;
    height: 0.24rem;
    margin: 0 auto;
    background: #ffffff;
    -webkit-transform: translate(0px, 0.15rem) rotate(45deg);
    -moz-transform: translate(0px, 6px) rotate(45deg);
    -ms-transform: translate(0px, 6px) rotate(45deg);
    -o-transform: translate(0px, 6px) rotate(45deg);
    transform: translate(0px, 0.25rem) rotate(45deg);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}
.nav>ul>li:hover ol {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
}
.nav>ul>li ol li a{
    display: block;
    width: 100%;
    font-size: 0.16rem;
    color: #333;
    text-align: center;
    line-height: 0.3rem;
    padding: 0.05rem 0;
    box-sizing: border-box;
}
.nav>ul>li ol li a:hover{
    color: #075486;
    font-weight: bold;
}
.nav .search{
    width: 0.64rem;
    height: 0.64rem;
    background: url(../img/search.png) no-repeat center;
    background-size: 0.4rem auto;
    margin-left: 0.2rem;
    position: relative;
    cursor: pointer;
    border-radius: 100%;
    border: 1px solid #fff;
}
.header_m{
    display: none;
}
/* 底部 */
footer{
    background: url(../img/footerBg.png) no-repeat center;
    background-size: cover;
}
footer .w1500>.flex{
    padding: 0.3rem 0 0.6rem;
    border-top: 1px solid rgba(255,255,255,0.08);
}
.code{
    display: flex;
}
.code p{
    margin-right: 0.28rem;
}
.code p:last-of-type{
    margin-right: 0;
}
.code p img{
    width: auto;
    height: 1rem;
    object-fit: cover;
}
.code p span{
    display: block;
    font-size: 0.16rem;
    line-height: 1;
    margin-top: 0.1rem;
    color: #fff;
    text-align: center;
}
.lxfs p{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: rgba(255,255,255,0.1);
    width: auto;
    line-height: 0.44rem;
    border-radius: 0.22rem;
    padding: 0 0.3rem;
    font-size: 0.16rem;
    color: #fff;
    margin-bottom: 0.12rem;
}
.lxfs p:last-of-type{
    margin-bottom: 0;
}
.lxfs p img{
    display: block;
    margin-right: 0.1rem;
    width: 0.2rem;
    height: auto;
}
.bq{
    margin-left: 0.3rem;
}
.bq p{
    font-size: 0.16rem;
    line-height: 0.38rem;
    color: #fff;
}
.bq p a{
    display: inline-block;
    font-size: 0.16rem;
    line-height: 0.38rem;
    color: #fff;
}
.bq p a img{
    display: inline-block;
    margin-right: 0.05rem;    
}
/* 快速导航 */
.ksdh{
    padding: 0.5rem;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}
.ksdh ul{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.ksdh ul a{
    display: block;
    margin: 0 auto;
}
.ksdh ul a .icon::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: 1;
    content: "";
    width: 100%;
    height: 100%;
    border: 1px dashed #fff;
    border-radius: 50%;
    animation: ani-y 30s linear infinite;
    box-sizing: border-box;
}
.ksdh ul a .icon{
    position: relative;
    width: 0.88rem;
    height: 0.88rem;
    border-radius: 100%;
    margin: 0 auto;
}
.ksdh ul a .icon img{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 60%;
    max-height: 60%;
    min-height: 0.32rem;
}
.ksdh ul a .icon img:nth-of-type(1){
    display: block;
}
.ksdh ul a .tit{
    font-size: 0.18rem;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    margin-top: 0.15rem;
}
.ksdh p.prev,.ksdh p.next{
    width: 0.24rem;
    height: 0.44rem;
    background: url(../img/arrowIcon2.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 0.75rem;
    opacity: 0.5;
    cursor: pointer;
}
.ksdh p.prev:hover,.ksdh p.next:hover{
    opacity: 1;
}
.ksdh p.prev{
    left: 0;
    transform: rotateY(180deg);
}
.ksdh p.next{
    right: 0;
}
/* 媒体查询 */
@media only screen and (min-width: 1921px){
    .logo a, .logo a img{
        height: 0.71rem;
    }
}
@media only screen and (max-width: 1520px){
    .w1500{
        padding: 0 0.3rem;
        width: 100%;
        max-width: none;
    }
}
@media only screen and (min-width: 1041px){
    .bq p a:hover{
        color: #ffe83b;
    }
    .ksdh ul a:hover .icon{
        background: rgba(255,255,255,0.85);
    }
    .ksdh ul a:hover img:nth-of-type(1){
        display: none;
    }
    .ksdh ul a:hover img:nth-of-type(2){
        display: block;
    }
    .ksdh ul a:hover .tit{
        font-weight: bold;
    }
    .linkTop a:hover{
        color:#ffe83b;
    }
}
@media only screen and (max-width: 1040px){
    body{
        padding-top: 80px;
    }
    header{
        display: none;
    }
    .header_m{
        display: block;
    }
    .logo{
        margin-left: 0;
    }
    .m_Top{
        display: flex;
        padding: 15px 0.3rem;
        justify-content: space-between;
        align-items: center;
    }
    .m_Top .logo a img{
        display: block;
        width: auto;
        height: 50px;
        max-height: none;
    }
    .menu1 {
        width: 32px;
        height: auto;
        display: block;
        overflow: hidden;
        z-index: 99999;
        cursor: pointer;
    }

    .menu1 span {
        float: left;
        width: 100%;
        background: #ffffff;
        transition: all 0.4s ease;
        margin-top: 10px;
        height: 2px;
    }
    .menu1 span:nth-of-type(2){
        width:75%;
    }
    .menu1 span:first-of-type {
        margin-top: 0;
    }

    .menu1.open span:nth-of-type(1) {
        transform: rotate(45deg);
        margin-top: 12px;
    }

    .menu1.open span:nth-of-type(2) {
        transform: rotate(-45deg);
        margin-top: -2px;
        width:100%;
    }

    .menu1.open span:nth-of-type(3) {
        opacity: 0;
    }
    body.navshow {
        overflow: hidden;
        position: fixed;
        width: 100%;
        top: 0px;
        left: 0px;
        margin: 0;
    }
    .header_m {
        display: block;
        width: 100%;
        position: fixed;
        top: 0;
        z-index: 9999;
        box-sizing: border-box;
        background: #075486;
        box-shadow: 0 0 10px 2px rgba(0,0,0,0.08);
    }
    .m_nav .search3{
        position: absolute;
        top: 0;
        right: 0;
        width: 420px;
        border-top: 1px solid #ccc;
    }
    .m_nav .search3 div.search3_sub{
        background: #ffffff;
        width: 100%;
        height: 46px;
        overflow: hidden;
        box-sizing: border-box;
        border-bottom: 1px solid #cccccc;
    }
    .m_nav .search3 .text {
        float: left;
        width: calc(100% - 50px);
        height: 46px;
        border: none;
        outline: none;
        line-height: 46px;
        padding-left: 20px;
        font-size: 15px;
        margin: 0;
        background: transparent;
        color: #000000;
        box-sizing: border-box;
        border-right: 1px solid #ccc;
    }
    .m_nav .search3 .text::-webkit-input-placeholder{
        color:#969696;
    }
    .m_nav .search3 .text::-moz-input-placeholder{
        color:#969696;
    }
    .m_nav .search3 .text::-ms-input-placeholder{
        color:#969696;
    }
    .m_nav .search3 .submit {
        width: 50px;
        height: 46px;
        float: right;
        background: #fff url(../img/search.png) no-repeat center;
        border: none;
        box-sizing: content-box;
        position:relative;
    }
    .m_nav {
        width: 100vw;
        height: calc(100% - 80px);
        position: fixed;
        top: 80px;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: -1;
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s;
        display: block;
        overflow: auto;
        box-sizing: border-box;
    }

    .m_nav.active {
        visibility: visible;
        opacity: 1;
        z-index: 99999999;
    }

    .m_nav .ul{
        position: absolute;
        transition: right 0.3s ease;
        right: 0;
        top: 47px;
        left: auto;
        width: 420px;
        height: calc(100% - 47px);
        z-index: 99999;
        background: #fff;
        margin: 0;
        overflow: auto;
    }
    .m_nav ul li {
        height: auto;
        width: 100%;
        position: relative;
        border-bottom: 1px solid #ccc;
        float: none;
        text-align: left;
        padding: 0;
        line-height: 54px;
    }
    .m_nav ul>li>a {
        font-size: 18px;
        color: #333;
        font-weight: bold;
        width: 80%;
        text-indent: 20px;
        position: relative;
        display: block;
        line-height: 54px;
    }
    .m_nav ul>li>a:hover {
        color: #075486;
    }
    .m_nav ul li i {
        position: absolute;
        right: 0;
        width: 15%;
        height: 54px;
        top: 0;
        background: url(../img/jia1.png) no-repeat center center;
        margin: auto;
        z-index: 10;
        cursor: pointer;
        transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        -webkit-transition: all .2s ease;
    }
    .m_nav ul li i.on {
        background: url(../img/jian2.png) no-repeat center center;
    }
    .m_nav ul li ol {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        box-shadow: none;
        display: none;
        transition: all 0s;
    }
    .m_nav ul li ol>li {
        text-align: left;
        border: 0;
        font-size: 16px;
        line-height: 45px;
        position: relative;
        text-indent: 40px;
        border-top: 1px solid rgba(0, 0, 0, 0.2);
        transition: all .5s;
    }
    .m_nav ul li ol>li a {
        color: #333333;
        display: block;
    }
    .m_nav ul li ol>li:hover a {
        text-indent: 50px;
        color: #00169c;
    }
    .linkTop a{
        width: 20%;
        font-size: 14px;
        color: #999;
        padding: 0;
        text-align: center;
        line-height: 40px;
    }
    .linkTop a::before{
        background: rgba(0, 0, 0, 0.1);
    }
    .linkTop a:last-of-type::before{
        display: none;
    }
    footer .flex-l{
        justify-content: space-between;
        margin-bottom: 0.3rem;
        width: 100%;
    }
    footer .w1500>.flex{
        padding: 0.3rem 0;
    }
}
@media only screen and (max-width: 768px){
    .m_Top{
        padding: 15px 20px;
    }
    .m_Top .logo a img{
        height: 50px;
    }
    .m_nav {
        height: calc(100% - 80px);
        top: 80px;
    }
    .w1500{
        padding: 0 20px;
    }
    body{
        padding-top: 80px;
    }
    .lxfs,.code{
        width: 100%;
    }
    .code{
        justify-content: center;
        margin-top: 0.2rem;
    }
    footer .flex-l{
        margin-bottom: 0.2rem; 
    }
    footer .logo a, footer .logo a img{
        height: 50px;
    }
    .bq{
        margin-left: 0.1rem;
    }
    footer .w1500>.flex{
        padding: 0.2rem 0;
    }
}
@media only screen and (max-width: 540px){
    .m_Top{
        padding: 10px 12px;
    }
    .m_Top .logo a img{
        height: 44px;
    }
    .m_nav{
        height: calc(100% - 64px);
        top: 64px;
    }
    .w1500{
        padding: 0 12px;
    }
    .menu1{
        width: 30px;
    }
    .menu1 span{
        margin-top: 8px;
    }
    .m_nav .ul{
        width:100%;
    }
    .m_nav ul>li>a {
        font-size: 16px;
        text-indent: 12px;
        line-height: 44px;
    }
    .m_nav ul li i {
        width: 15%;
        height: 44px;
    }
    .m_nav ul li ol>li{
        text-indent: 24px;
        line-height: 36px;
        font-size: 14px;
    }
    .m_nav .search3{
        width: 100%;
    }
    body{
        padding-top: 64px;
    }
    .ksdh ul a .icon{
        width: 0.66rem;
        height: 0.66rem;
    }
    .ksdh{
        padding: 0.3rem;
    }
    .ksdh p.prev, .ksdh p.next{
        top: 0.55rem;
    }
    .bq{
        width: 100%;
        margin-left: 0;
    }
    .bq p{
        text-align: center;
    }
    footer .logo{
        width: 100%;
    }
    footer .logo a, footer .logo a img{
        height: auto;
        margin: 0 auto 0.1rem;
    }
    footer .flex-l{
        margin-bottom: 0.1rem;
    }
    .ksdh ul a .tit{
        font-size: 15px;
    }
}