@charset "UTF-8";
@font-face {
    font-family: "sihei";
    src: url(../fonts/SourceHanSansCN-Regular.otf);
}
@font-face {
    font-family: "geo";
    src: url(../fonts/GEORGIA.TTF);
}
body.overhide {
    height: 100%;
    overflow: hidden;
}

/* 定位搜索框 */

.b-top {
    line-height: 40px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
}

.t-search-zzc {
    position: fixed;
    z-index: 99998;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
}

.t-search {
    padding: 0 0 10px 0;
    display: none;
    display: block;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 99999;
}

.t-search>div {
    min-width: 10rem;
    margin: 0 auto;
    position: relative;
    padding-right: 50px;
    padding: .2rem 0;
    background: #fff;
}

.t-search>div input[type="text"] {
    display: block;
    width: 100%;
    padding: 0 .7rem 0 .35rem;
    font-size: 16px;
    height: 30px;
    box-sizing: border-box;
    font-size: .2rem;
}

.t-search>div input[type="text"]::placeholder {
    color: #9E9E9E;
}

.search-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: .7rem;
    cursor: pointer;
}

.search-btn input {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/ssearch-icon.png) no-repeat;
    background-position: center center;
    background-size: .48rem;
    cursor: pointer;
}

.head {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    transition: all 0.8s;
    
}
.head::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 1.4rem;
    background: linear-gradient(179deg, rgba(0, 92, 161, 0.8) 9%, rgba(0, 92, 161, 0) 90%);
    z-index: 1;
}
.head.hide {
    transform: translateY(-100%);
}

/* head-nav */
.head .head-top::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: rgba(0, 0, 0, .6);
    z-index: -1;
    transition: all 0.3s;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    background: linear-gradient(to bottom, #004CB0 4%, #0091D3 95%);
}

.head.on .head-top::after {
    height: 100%;
}


.head.on::before {
    bottom: 0;
}


.b-top-l {
    float: left;
    font-size: 14px;
    color: #fff;
    color: rgba(229, 229, 229, 0.8);
}


.head-top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* max-width: 1600px; */
    margin: 0 auto;
    padding: .3rem 0.4rem;z-index: 9;
}

.head.on .nav-r a {
    color: #333333;
    border-color: #333;
}

.head.on .nav-r a img {
    display: inline-block;
}

.head.on .nav-r a img:first-child {
    display: none;
}



.logo2 {
    display: none;
}

.head.on .logo2 {
    display: block;
}

.head.on .logo1 {
    display: none;
}

.logo {
    float: left;
    overflow: hidden;
}

.logo a {
    position: relative;
    transition: all 0.5s;
    top: 0;
}

.logo a {
    display: block;
}

.logo a img {
    vertical-align: middle;
    height: .68rem;
}


.h-right {
    /* float: right; */
    flex: 1;
    min-width: 0;
}

.h-link {
    text-align: right;
    font-size: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.h-link a:first-child {
    border: none;
}

.h-link a {
    font-size: .16rem;
    line-height: .3rem;
    letter-spacing: 1px;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    /* opacity: .7; */
    position: relative;
}

.h-link a::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    height: 1px;
    background: #fff;
    width: 0;
    transition: all 0.5s;
}

.h-link a:hover::after {
    width: 100%;
}

.h-link span {
    background: rgba(255, 255, 255, 1);
    margin: 0 .15rem;
    height: .18rem;
    width: 1px;
}

.h-link a img {
    margin-right: .05rem;
    max-height: .2rem;
}



.h-link a:hover {
    opacity: 1;
}

.head-lang {
    margin-left: .4rem !important;
    margin-right: .25rem !important;
}
.search-switch{margin:0 .2rem;}
.wztb img{height: .28rem;}
.nav {
    display: flex;
    justify-content: flex-end;
    /* flex-wrap: wrap; */
    align-items: center;
    /* text-align: right; */
    margin-top: .15rem;
}

.nav ul {
    display: flex;
    justify-content: space-between;
}

.nav ul li {
    float: left;
    z-index: 0;
    height: 100%;
    position: relative;
    margin-left: .25rem;
    /* padding: 0 0.2rem; */
}

.nav ul li a {
    display: block;
    padding: 0px;
    position: relative;
    z-index: 2;
}

.nav ul li h3 {
    font-size: 0.22rem;
    color: rgb(255, 255, 255);
    line-height: 0.5rem;
    position: relative;
    transition: all 0.36s ease 0s;
    display: inline-block;
    white-space: nowrap;
    /* font-weight: bold; */
    font-weight: 100;
    font-family: "sihei";
}

.nav ul li h3::after {}

.nav ul li.on1 h3::after {
    opacity: 1;
    visibility: visible;
}

.nav ul li a i {
    margin: -3px 0px 0px 0.1rem;
    display: inline-block;
    width: 10px;
    height: 5px;
    transition: all 0.5s ease 0s;
}

.nav ul li a i {
    display: inline-block;
    width: 9px;
    height: 6px;
    background-size: contain;
    vertical-align: middle;
    margin-left: 8px;
}

.nav ul li .sub {
    position: absolute;
    top: 100%;
    background: #fff;
    width: auto;
    left: 50%;
    z-index: 10000;
    transform: translateX(-50%) scaleY(0);
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease 0s;
    transform-origin: center top;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;
    border-radius: 0px 0px 0.08rem 0.08rem;
}
.nav ul li .sub::before {
    content: "";
    height: 3px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100%;
    border: 0.08rem solid transparent;
    border-bottom: 0.08rem solid #fff;
}
.nav ul li .sub::after {
    content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background:#0068B7;
}

.nav ul li .sub .box {
    padding: 0.14rem 0px;
    text-align: center;
}

.nav ul li .sub a {
    padding: 8px 30px;
    line-height: 0.28rem;
    transition: all 0.6s ease 0s;
    font-size: 0.16rem;
    color: #333;
    text-align: center;
    white-space: nowrap;
    min-width: 1.6rem;
   
}

.nav ul li .sub a:hover {
    color: #fff;
    background: #0068B7;
}

.nav ul li:hover .sub {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scaleY(1);
}

.nav>ul>li.on h3,
.nav ul li:hover h3 {
    /* color: #0068B7; */
}


.head2 {
    position: relative;
    z-index: 999;
    background: #0068B7;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    transform: translateY(-1.4rem);
    transition: all 0.8s;
}

.head2.show {
    transform: translateY(0);
}

.head2 .head-top {
    padding: .15rem 0.4rem;
}
.head2.show .nav ul li .sub::after{background: #fff;}
.top {
    max-width: 1920px;
    margin: 0 auto;
    position: fixed;
    right: 10px;
    top: 18px;
    width: 25px;
    height: 25px;
    z-index: 9999;
}

.top>img {
    display: block;
    width: 100%;
}

.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;
}

/* icon摇晃 */
@keyframes jello {

    from,
    11.1%,
    to {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        -moz-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        -moz-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        -moz-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }

}


/* nav */

.next-back img {
    display: block;
    width: auto !important;
    height: auto !important;
}

.h-right {
    position: relative;
}

/* foot */

#ft-link {
    padding: .25rem 0;
    line-height: .2rem;
    background: #F4F4F4;
}
.ft-link{display: flex;align-items: center;flex-wrap: wrap;}
.ft-link span {display: flex;align-items: center;
    font-size: .2rem;
    color: #0068B7;font-weight: bold;padding-right: .15rem;
}
.ft-link span img{padding-right: .15rem;}
.ft-link a {
    display: inline-block;
    font-size: .16rem;
    color: #666666;
   
    transition: all .3s;
}
.ft-link  i{ font-style: normal; font-size: .16rem;
    color: #666666;padding: 0 .15rem;}
.ft-link a:hover {
    font-weight: bold;
    text-decoration: underline;
}

.footer {
  
  background: url(../images/foot-bg.jpg) no-repeat center center;
    background-size: cover;
}
.foot{padding-top: .55rem;padding-bottom: .4rem;
    justify-content: space-between;
}
.fot-1 .log{
    margin-bottom: .35rem;
}
.fot-1 .log a{display: block;}
.fot-1 .log a img{display: block;height: .68rem;} 
.foot-t {
    padding: .35rem 0;
  
}
.fot-1  p {
    display: flex;
    align-items: center;
    justify-content: left;
    flex-wrap: wrap;
    margin: .15rem 0;
    line-height: .16rem;
}


.fot-1  p span {
    font-size: .16rem;
    display: inline-block;
    padding: 0 .1rem;
    border-left: 1px solid rgba(255, 255, 255, 0.6);
    color: rgba(255, 255, 255, 0.6);
}
.fot-1  p span:first-child{border-left:none;padding-left:0;}
.fot-r ul li{position: relative;margin-left: .5rem;}
.fot-r ul li a{display:block;}
.fot-r ul li .icons{text-align: center;}
.fot-r ul li .icons .ewmtb{width: .48rem;height: .48rem;border-radius:50%;}
.fot-r ul li .icons .ewmtb img{display: block;width: 100%;height: 100%;}
.fot-r ul li .icons p{font-size: .16rem;color: #fff;margin-top: .25rem;}
.fot-r ul li .ewm{position: absolute;bottom: 100%;transform: translatex(-50%) translateY(-10px);left: 50%;margin-bottom: 0.1rem;padding: 0.05rem;width: 1.2rem;height: 1.2rem;background: #fff;opacity: 0;transition: all .5s;visibility: hidden;z-index: 9;}
    .fot-r ul li .ewm img{display:block;width:100%;}
.fot-r ul li .ewm::after{
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 100%;
        border: .08rem solid transparent;
        border-top:.08rem solid #fff
       }
        .fot-r ul li:hover .ewm {
            opacity: 1;
            transform:translatex(-50%) translateY(0);
            visibility: visible;
        }
.ft-d{border-top: 1px solid rgba(255, 255, 255, 0.2);padding: .2rem;line-height:.2rem;}
.ft-d .wp{display: flex;justify-content: center;align-items: center;flex-wrap: wrap;}
.ft-d .wp span{padding: 0 .1rem;font-size: .14rem;color: #FFFFFF;display: inline-block;}
.ft-d .wp span a{font-size: .14rem;color: #FFFFFF;}
.ft-d .wp span:first-child{padding-right: .3rem;}
.ft-d .wp span img{padding-right: .1rem;display: inline-block;vertical-align: middle;}
/* 公共标题 */

.itit {position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.itit .title{
    position: relative;
    display: flex;
    align-items: flex-end;
    padding-bottom: .25rem;
    /* padding-right: 2.7rem; */
    background: url(../images/tit-xxbg.png)no-repeat center bottom;
    background-size: 100% auto;
    }
    .itit .title img{    padding-right: .15rem;
        margin: 0 .15rem;
        margin-bottom: -.08rem;}
.itit .title::before{content:"";position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);width: 1.33rem;height: 0.1rem;background: url(../images/titdbg.png) no-repeat center center;}
.itit .title::after{content:"";position: absolute;right: .35rem;bottom: .25rem;width: 2.2rem;height: .79rem;background: url(../images/titbg.png) no-repeat center center;background-size: 100% 100%;display: none;}
.itit .itit-text{position: relative;}
.itit  .itit-text::after{content: "";position: absolute;left: 50%;top:50%; width: .05rem;height: .05rem;background: #E4993E;transform:translate(-50%,-50%) rotate(45deg);}
.itit .itit-text span{
    font-size: 0.34rem;
    font-weight: bold;
    color: #1A1A1A;
    padding: 0 .1rem;
}
.itit .itit-text b{  font-size: 0.34rem;
    font-weight: bold;
    color: #0068B7;   padding: 0 .1rem;}

.itit a {position: absolute;top:50%;transform: translateY(-50%);
    right: 0;
    font-size: 0.16rem;
 color: #A2A2A2;
}

.itit a:hover{color: #004CB0;}




@media screen and (max-width:1740px) {.nav ul li h3{font-size: .18rem;}}

@media screen and (max-width:1450px) {.nav>ul>li{margin-left: .1rem;}}

@media screen and (max-width:1400px) {
.wztb{position: absolute;
    top: 0;
    right: 30%;
 }
}
@media screen and (max-width:1200px){
    .wztb{right: 40%;}
    .logo a img{height: .6rem;}
    .search-switch{margin-right: 0;}
    .foot{display: block;}
.fot-r ul{justify-content: center  ;}

}
@media screen and (max-width:1520px) {

    .nav>ul>li>a {
        /* font-size: .18rem; */
    }
}

@media screen and (max-width:1400px) {
    .px1400 {
        max-width: 1400px;
        margin: 0 10px;
    }

    .px1480 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .itit>div.itit-text{
        padding: .1rem .35rem .1rem 0;
    }
    .itit a i{margin-right: .15rem;}
}

@media screen and (max-width:1320px) {
    .px1300 {
        padding-left: 10px;
        padding-right: 10px;
    }

   
    .h-link span{
        margin: 0 .1rem;
    }
   
}


@media screen and (max-width:1024px) {
    body {
        padding-top: 60px !important;
    }

    .pc {
        display: none !important;
    }

    .wap {
        display: block !important;
    }

    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
        padding: 10px;
        background: #0068B7;
        background: linear-gradient(to bottom, #0068B7 4%, #0068B7 95%);
    }

    .m-logo {
        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: 14px;
        margin-right: 5px;
        display: inline-block;
        line-height: 24px;
        background: #fff;
        color: #333;
        line-height: 24px;
        padding: 0 15px;
        border-radius: 5px;
        margin-bottom: 5px;
    }

    .m-search {
        margin: 0 15px;
        padding-right: 50px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        line-height: 35px;
        /* background: #fff; */
        margin-top: 10px;
        border: 1px solid #fff;
    }

    .m-search input[type="text"] {
        display: block;
        width: 100%;
        line-height: 25px;
        background: none;
        color: #fff;
    }

    .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: #0068B7;
        overflow-y: scroll;
        width: 100%;
        /* max-width: 375px; */
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        background: linear-gradient(to bottom, #0068B7 4%, #0068B7 95%);
    }

    .m-nav ul {
        padding: 0 15px;
        /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
    }

    .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(../images/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;
    }

}

@media screen and (max-width:1024px) {
    .foot-c{display: block;padding: .3rem 0;}
    .foot-l{display: block;}
    .foot-logo a{margin-right: 0;}
    .foot-logo a img{margin: 0 auto;}
    .foot-timg img{margin: .2rem auto;}
    .foot-r ul{justify-content: center;}
    .bq-c{display: block;}
    .bq-l{justify-content: center;margin-bottom: .15rem;}
    .bq-r p{justify-content: center;}
    .bq-r p span{margin-left: 0;width: 100%;text-align: center;}
}

@media screen and (max-width:768px) {
    .foot{padding: .2rem 0;}.fot-1 p{line-height: .24rem;}
    .fot-1 .log{margin-bottom: .2rem;}
    .fot-r ul li{margin: 0;width: 33.33%;}
    .fot-r{width: 100%;}
    .fot-r ul li .icons .ewmtb{margin: 0 auto;}
    .ft-d .wp p{text-align: center;}
    .ft-d .wp span:first-child{padding-right: auto;}
.ft-link{line-height: .3rem;}
}


.pb_sys_style1 .p_no_d {
    border: 1px solid #0D4BAD !important;
    background-color: #0D4BAD !important;
}
