@charset "utf-8";
@font-face {  font-family: 'SourceHanSansCN-Regular' ;  src: url("../font/SourceHanSansCN-Regular.woff") format("woff");  font-display: swap;  }
@font-face {  font-family: 'SourceHanSansCN-Medium';  src: url("../font/SourceHanSansCN-Medium.woff") format("woff");  font-display: swap;  }
@font-face {  font-family: 'SourceHanSansCN-Bold';  src: url("../font/Source_Han_Sans_SC_Bold.otf") format("opentype");  font-display: swap;  }
html{font-size: 100px !important;}
*{box-sizing: border-box}
html, body {color: #333;font-size: 16px;margin-left: auto !important;margin-right: auto !important;text-align: left;overflow-x: hidden;font-family:'SourceHanSansCN-Regular','Microsoft Yahei',Arial,sans-serif;-webkit-font-smoothing:antialiased}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, p,b,section,nav{padding: 0;margin: 0;font-weight: normal;box-sizing: border-box}
i,em,b{font-style: normal;}
ol,ul {list-style: none;}
li{list-style-type: none;}
a{text-decoration: none;color:inherit;}
a:focus,div:focus{border: none;outline: none;}
img, input {border: 0;}
input,button{border: none;outline: none;color:inherit;background-color: transparent;}
.f0{font-size: 0;}
input[type='text']:focus-visible{outline: none;}
.clear:after{content: '';display: block;clear: both;}
.icon img{position: absolute;left: 0;right: 0;top: 0;bottom: 0;max-width: 100%;max-height: 100%;margin: auto;transition: all 0.3s ease-in;}
.img_zd{position: relative;overflow: hidden;}
.img_zd .img_hezi{/*padding-top: 75%;*/background-position: 50%;background-size: cover;background-repeat: no-repeat;transition: all 0.3s ease-in;}
.img_zd>img{position: absolute;left: 0;top:0;width: 100%;height: 100%;object-fit: cover;transition: all 0.3s ease-in;}
.pic { /*padding-top: 75%;*/position: relative;overflow: hidden;}
.pic:before {content: '';position: absolute;top: 0;left: -86%;z-index: 2;display: block;width: 50%;height: 100%;-webkit-transform: skewX(-25deg);transform: skewX(-25deg);background: -webkit-linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.1));background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.1));}
.pic .a{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-position: 50%;background-repeat: no-repeat;background-size: cover;transition: all 0.3s ease-in;}
.bg-mask:hover .pic .a {-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
.pic img:hover, .bg-mask:hover .cover_img .a{transform: scale(1.05);}
.bg-mask:hover .pic:before {-webkit-animation: shine .5s;animation: shine .5s;}
@keyframes shine { 100% {left: 115%;} }
.fl{float: left;}
.fr{float: right;}
.noflex{display: block !important;}
.flex{display:flex;justify-content:space-between;flex-wrap:wrap}
.flex-left{display:flex;flex-wrap:wrap}
.flex-center{display:flex;flex-wrap:wrap;justify-content: center;}
.flex-right{display:flex;flex-wrap:wrap;justify-content: flex-end;}
.flex-v-center{display:-webkit-flex;display:flex;flex-direction:column;justify-content:center}
.flex-v{display:-webkit-flex;display:flex;align-items:center;justify-content:space-between;}
.flex-v-bottom{display: -webkit-flex;display: flex;align-items: flex-end;flex-wrap: wrap;justify-content: left;}
.eclip {display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.l2{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.pore{position:relative}
.aline_r {position: relative;background-image: linear-gradient( #334A9C, #334A9C);background-position: 0 100%;background-size: 0 1px;background-repeat: no-repeat;transition: background-size .5s;}
.alin_r:hover .aline_r{background-size: 100% 1px; color: #334A9C}
html::-webkit-scrollbar {width:4px;height: 8px;background-color: #F5F5F5;}
html::-webkit-scrollbar-track {border-radius: 10px;background-color: #E2E2E2;}
html::-webkit-scrollbar-thumb {border-radius: 10px; background-color: #333;}
.zi3{position: relative;z-index: 3}

.wp{width: 16rem;margin: 0 auto;max-width: 96%;}
.none{display: none;}

html,body{min-width: 14.2rem;overflow-x: hidden}
/*=============================公共 开始===================================*/


.header_box .wp{
    position: relative;
    z-index: 3;
}

.logo a{
    display: block;
}
.logo img{
    display: block;
    max-height: .65rem;
}
.search {
    position: relative;
    width: 1.99rem;
}

.search .ser_inp{
    display: block;
    width: 100%;
    height: .34rem;
    line-height: .32rem;
    font-size: .15rem;
    color: #fff;
    padding: 0 .4rem 0 .15rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: .5rem;
    font-family: 'SourceHanSansCN-Regular', sans-serif;
}
.search .ser_btn{
    position: absolute;
    right: .15rem;
    width: .18rem;
    top: 0;
    bottom: 0;
    background: url("../images/search-1.png") no-repeat 50%/100% auto;
}
input::placeholder{color: #fff}


.header{
    height: 1.41rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#nav li{
    position: relative;
}
#nav li h2{
    font-size: .22rem;
    line-height: 1.08rem;
    color: #fff;
    position: relative;
}
#nav li h2 a{
    font-family: 'SourceHanSansCN-Medium', sans-serif;
}
#nav li a{
    display: block;
}

#nav ul li h2:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #fff;
    transition: .6s;
}

#nav ul li.on h2:after, #nav ul li:hover h2:after {
    width: .34rem;
    margin-left: -.17rem;
}

#nav ul li .sub {
    position: absolute;
    top: 100%;
    min-width: 1.4rem;
    left: 50%;
    z-index: 10000;
    transform: translateX(-50%) scaleY(0);
    visibility: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: transform .5s;
    transform-origin: top;
    box-shadow: 0 0 60px rgba(0,0,0,.1);
    border-radius: 0 0 .05rem .05rem;
    overflow: hidden;
}

#nav ul li .sub .box {
    padding: 0;
    text-align: center;
    background: rgba(255, 255, 255, 1);
}

#nav ul li .sub a {
    display: block;
    padding: .05rem .1rem;
    line-height: 2;
    transition: .6s;
    font-size: .15rem;
    color: #666666;
    text-align: center;
    white-space: nowrap;
}
#nav ul li .sub a:last-child{
    border: none;
}
#nav ul li .sub a:hover {
    color: #fff;
    background: #334A9C;
}

#nav ul li:hover .sub {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scaleY(1);
}
.header_box{
    position: relative;
    z-index: 99;
    background: url("../images/header.png") no-repeat 50%/cover;
}

.ft_logo img{
    display: block;
    height: .65rem;
    margin: 0 auto;
}

.ft_add{
    margin-top: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ft_add .li{
    margin: 0 .4rem;
}
.ft_add .li ul{
    display: flex;
}
.ft_add .li ul li{
    font-size: .18rem;
    line-height: .26rem;
    color: #fff;
    opacity: .8;
    transition: .5s;
}
.ft_add .li ul li+li{
    margin-left: .3rem;
}
.ft_add .li ul li:hover{
    opacity: 1;
}
.ft_add .li p{
    font-size: .18rem;
    line-height: .26rem;
    color: #fff;
    opacity: .8;
}

.bq a{
    display: block;
    font-size: .18rem;
    line-height: .5rem;
    color: #fff;
     opacity: .6;
    text-align: center;
 }
.bq{
    margin-top: .48rem;
    background: #213169;
}
.foot{
    padding-top: .48rem;
    background: url("../images/foot.png") no-repeat bottom center/cover;
}




#browser-modal {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    color: #303233;
    position: fixed;
    z-index: 99999999;
}

#browser-modal .browser-modal-cover {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #111;
;z-index: -1
}

#browser-modal .browser-content {
    width: 700px;
    margin-top: 120px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 80px;
    padding-top: 50px;
    background-color: #fff;
    border-radius: 5px
}

#browser-modal .browser-content .browser-dpc-logo img {
    height: 42px;
    margin: 45px auto 40px
}

#browser-modal .browser-content .browser-text-title {
    text-transform: uppercase;
    font-size: 24px
}

#browser-modal .browser-content .browser-text-desc {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 14px
}

#browser-modal .browser-content .browser-list {
    width: 600px;
    margin: 20px auto;
    height: 130px
}

#browser-modal .browser-content .browser-item {
    float: left;
    width: 150px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto
}

#browser-modal .browser-content .browser-item .iconfont {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 10px;
}

#browser-modal .browser-content .browser-item .iconchrome {
    background: url(../images/bro.png) no-repeat 0 0
}

#browser-modal .browser-content .browser-item .iconfirefox {
    background: url(../images/bro.png) no-repeat 0 -100px
}

#browser-modal .browser-content .browser-item .iconopera {
    background: url(../images/bro.png) no-repeat 0 -200px
}

#browser-modal .browser-content .browser-item .iconEdge {
    background: url(../images/bro.png) no-repeat 0 -300px
}

#browser-modal .browser-content .browser-item a {
    cursor: pointer;
    display: block
}

#browser-modal .browser-content .browser-item a img {
    display: block;
    margin: 0 auto;
    max-width: 100px;
    width: 100px;
    height: 100px
}

#browser-modal .browser-content .browser-item a h4 {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700
}

@keyframes o-upfade-top {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes o-upfade-right {
    0% {
        opacity: 0;
        right: 100%;
    }

    100% {
        opacity: 1;
        right: 0;
    }
}

@keyframes o-rotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.keywordfontcolor1164533
{
    font-size: .2rem !important;
    color: #333333 !important;
    font-family: 'SourceHanSansCN-Regular','Microsoft Yahei',Arial,sans-serif !important;
}
.inner_s2 li:hover h3 span.keywordfontcolor1164533
{
    color: #E78014 !important;
}