@charset "utf-8";

@font-face
{font-family: OpenSans;
src: url('OpenSans.ttf')}

@font-face
{font-family: OpenSansSemibold;
src: url('OpenSans-Semibold.ttf')}

@font-face
{font-family: OpenSansBold;
src: url('OpenSans-Bold.ttf')}


@font-face {
  font-family: 'iconfont';
  src: url('iconfont/iconfont.woff2?t=1705108683799') format('woff2'),
       url('iconfont/iconfont.woff?t=1705108683799') format('woff'),
       url('iconfont/iconfont.ttf?t=1705108683799') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: .16rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


*{box-sizing:border-box;font-size: .16rem;color:#000;}
body,input,h1,h2,h3,h4,h5,h6,p,textarea,table,div,ul,li,select,td,th,em,span,i,button,code{margin:0;padding:0;color:inherit;line-height: inherit; font-family:'OpenSans', "microsoft yahei",'PingFang SC','PingFangMedium';/* font-size: inherit; */ }
img{border:0;display: inline-block;vertical-align: middle;height: auto;}
.fl{float:left;}
.fr{float:right;}
ul,li{ list-style:none; }
a,p,span,i,em{ text-decoration:none; color:inherit;font-size: inherit;}
pre{word-break: break-word;}
:focus{outline:none!important;border-color:inherit;}
.clearfix{*zoom: 1;}
.clearfix:before,.clearfix:after
{display: table;line-height: 0;content: "";}
.clearfix:after{clear: both;}
table{border-collapse:collapse;border-spacing:0;width:100%}
h3,h4,h5,h6{font-weight: normal;}
em,i{font-style:normal;}
input[type="button"], input[type="submit"], input[type="reset"],input[type="text"] {-webkit-appearance: none;}
input[type="button"]{border:none;}
textarea {  -webkit-appearance: none;}
.auto{margin:0 auto;width: 94%;max-width: 15.2rem;}
:hover{transition: all .2s;}
.img_hover_wrap{overflow: hidden;}
.img_hover{transition: all .3s;}
.img_hover:hover{transform: scale(1.05,1.05);}
.img_traslate{transition: all .3s;}
.img_traslate:hover{transform: translateY(-10px);}
.img_rotate{transition: all .3s;}
.img_rotate:hover{transform:rotate(-360deg);}
.bold{font-weight: bold;}
.normal{font-weight: normal!important;}
.center{text-align: center!important;}
.img{width: 100%;display: block;height: auto;}
.ellipsis{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.ele{position:relative;}
.ele:before,.ele:after{content:'';display: inline-block;vertical-align: middle;}
.ipt{display: block;border:none;}
.ipt_button{cursor: pointer;}
.item_scale .icon{transition: all .3s;}
.item_scale:hover .icon{transform: scale(1.08,1.08);}
.text-left{text-align: left!important;}
.text-right{text-align: right!important;}
.clamp{overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;/* display: -ms-flexbox; */-webkit-box-orient: vertical;/*-webkit-line-clamp: 3;*/}
.clamp1{overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important; -webkit-box-orient: vertical;-webkit-line-clamp: 1;}
.clamp2{overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important; -webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.clamp3{overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important; -webkit-box-orient: vertical;-webkit-line-clamp: 3;}
body{background: #fff;overflow-x: hidden;}
.item{}
.item .imgbox{display: block;overflow: hidden;}
.item .img{transition: all 1s;width: 100%;display: block;}
.item:hover .imgbox .img{transform: scale(1.1,1.1);}

.zoomimg{position:relative;overflow: hidden;height: 0;display: block;}
.zoomimg .img{display: block;position:absolute;width: 100%;height: 100%;left: 0;top: 0;}

.flipx .icon{transition: all .3s;}
.flipx:hover .icon{transform:scaleX(-1);}
.scale .icon{transition: all .3s;}
.scale:hover .icon{transform: scale(1.1,1.1);}

.underline{text-decoration: underline;}
label{-webkit-tap-highlight-color: rgba(255,0,0,0);}
.img_full{width: 100%;height: 100%;display: block;object-fit: cover;}

.flex{display: -webkit-box; display: -moz-box;display: -ms-flexbox; display: -webkit-flex; display: flex;}
.flex-align-start{align-items: flex-start;}
.flex-align-center {-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.flex-align-end{align-items: flex-end;}
.flex-pack-center {-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;}
.flex-pack-justify {-webkit-box-pack: justify;-webkit-justify-content: pace-between;-ms-flex-pack: justify;justify-content: space-between;}
.flex-pack-start{justify-content: flex-start;}
.flex-pack-end{justify-content: flex-end;}
.flex-v {-webkit-box-orient: vertical; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
.flex-w{flex-wrap:wrap;}
.flex-1{flex:1;overflow: hidden;}
.flex-11{flex:1;}
html{font-size: 5.2083vw;}

/* ::-webkit-input-placeholder{color:#666;}
:-moz-placeholder{color:#666;}
::-moz-placeholder{color:#666;}
:-ms-input-placeholder{color:#666;} */

.view-more{font-size: 0.16rem;color:#fff;width: 2.1rem;height: 0.6rem;background-color: #1e3e75;border-radius:0.3rem;cursor: pointer;border:0;display: flex;align-items: center;justify-content: center;}
.view-more::after{content:'\e60e';margin: 0.04rem 0 0 0.06rem;font-family: 'iconfont';transform: scale(0.95);}
.view-more:hover{background-color: #307af9;}

/* 公共部分 */


.hd-bar{height: 0.5rem;background-color: #1e3e75;}
.hd-bar .wrap{height: 100%;display: flex;align-items: center;justify-content: flex-end;}
.hd-bar .wz{font-size: 0.16rem;color:#fff;margin-left: 0.6rem;}
.hd-bar .wz:before{content:'';display: inline-block;vertical-align: middle;width: 0.28rem;height: 0.28rem;margin-right: 0.08rem;}
.hd-bar .tel:before{background:url(../images/icon_03.png) no-repeat center;background-size:contain;}
.hd-bar .email:before{background:url(../images/icon_04.png) no-repeat center;background-size:contain;}

.head{background-color: #fff;position: sticky;width: 100%;left: 0;top: 0;z-index:100;border-bottom:1px solid #ebebeb;height: 1.2rem;}
.head .wrap{display: flex;align-items: center;justify-content: space-between;height: 100%;}

.hd-logo .img{height: 1rem;width: auto;}

.hd-nav{display: flex;justify-content: center;}
.hd-nav li{display: inline-block;vertical-align: middle;margin: 0 0.3rem;position: relative;}
.hd-nav li:last-child{margin-right: 0;}
.hd-nav li>a{display: block;font-size: 0.18rem;color:#000000;line-height: .5rem;position: relative;font-family: 'OpenSansSemibold';}
.hd-nav li.has>a::after{content:'\e772';display: inline-block;vertical-align: middle;font-family: 'iconfont';font-size: 0.16rem;margin-left: 0.05rem;}
.hd-nav li.cur>a,.hd-nav li:hover>a{color:#1e3e75;}


.hd-nav li:hover .drop{opacity: 1;visibility: visible;transform: scaleY(1);}
.hd-nav .arrow{display: none;}
.hd-nav .drop{width: 2rem;position: absolute;left:50%;transform:scaleY(0);visibility: hidden;opacity: 0;transition: all .4s ease 0s;transform-origin: center top;background-color: #fff;margin-left: -1rem;border-radius:.06rem;box-shadow:0 0 .1rem #ddd;padding:0.12rem 0;margin-top: 0.05rem;}
.hd-nav .drop .lk{font-size: 0.16rem;color:#000;line-height: 0.2rem;display: block;min-width: 25%;text-align: center;padding:.1rem 0;}
.hd-nav .drop .lk:hover{color:#1e3e75;}
.hd-nav .drop .lk:last-child{border-bottom:none;}


.head .r{display: flex;align-items: center;}

.hd-sear{margin-left: 0.32rem;}
.hd-sear .icon{width: 0.3rem;height: 0.3rem;cursor: pointer;display: flex;align-items: center;justify-content: center;font-weight: bold;}
.hd-sear .icon::after{content:'\e651';font-size: 0.2rem;color:#070707;font-family: 'iconfont';}

.hd-sear-box{position: fixed;width: 100%;height: 100%;left: 0;top: 0;background-color: rgba(0,0,0,.6);z-index:110;display: none;}
.hd-sear-box .box{max-width: 8rem;line-height: 0.6rem;width: 90%;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);background-color: #fff;border-radius:.1rem;display: flex;overflow: hidden;}
.hd-sear-box .ipt-txt{font-size: 0.16rem;color:#000;flex:1;overflow: hidden;padding:0 .2rem;}
.hd-sear-box .submit{width: 0.6rem;height: 0.6rem;border:none;cursor: pointer;background:url(../images/icon_01.png) no-repeat center;background-size:.26rem;margin-right: 0.05rem;}


.hd-lang{position: relative;margin-left: 0.3rem;}
.hd-lang .font{display: flex;align-items: center;cursor: pointer;font-size: 0.16rem;color:#000;}
.hd-lang .font i{font-size: 0.2rem;color:#000;margin-right: 0.08rem;}
.hd-lang .font::after{content:'\e775';font-family: 'iconfont';margin-left: 0.07rem;font-size: 0.14rem;transform: rotate(90deg);font-weight: bold;}

.hd-lang .drop{position: absolute;width: .8rem;left: 50%;transform: translate(-50%,0);padding-top: 0.15rem;display: none;}
.hd-lang .dropbox{background-color: #fff;padding:.18rem 0 .08rem .15rem;position: relative;box-shadow:rgba(0, 0, 0, 0.25) 0 0 .1rem;}
.hd-lang .lk{font-size: 0.15rem;margin-bottom: 0.12rem;display: flex;align-items: center;}
.hd-lang .ic{width: 0.2rem;margin-right: 0.1rem;}
.hd-lang .lk:hover{font-weight: bold;}
.hd-lang:hover .drop{display: block;}



.foot{background-color: #1e3e75;}
.ft-t{display: flex;align-items: center;justify-content: space-between;padding:0.35rem 0;}
.ft-t .txt{font-size: 0.4rem;color:#fff;line-height: 1.1;width: 5rem;margin-right: 0.5rem;font-family: 'OpenSansSemibold';}
.ft-t .form{border:1px solid #fff;border-radius:0.3rem;display: flex;align-items: center;padding: 0.12rem 0.16rem;/* height: 0.75rem; */max-width: 7.9rem;flex:1;overflow: hidden;}
.ft-t .form .ipt-txt{flex:1;overflow: hidden;font-size: 0.18rem;color:#fff;background:transparent;line-height: 0.5rem;padding:0 0.1rem;}
.ft-t .form .submit{font-size: 0.18rem;color:#1e3e75;width: 1.6rem;height: 0.5rem;border-radius:0.25rem;background-color: #fff;display: flex;align-items: center;justify-content: center;border:0;cursor: pointer;font-family: 'OpenSansSemibold';}
.ft-t .form .submit::after{content:'\e60e';font-family: 'iconfont';margin-left: 0.03rem;font-weight: bold;transform: scale(0.9);margin-top: 0.02rem;}
.ft-t .form .submit:hover{color:#fff;background-color: #307af9;}
.ft-t .form ::-webkit-input-placeholder{color:#a4b5d6;}
.ft-t .form :-moz-placeholder{color:#a4b5d6;}
.ft-t .form ::-moz-placeholder{color:#a4b5d6;}
.ft-t .form :-ms-input-placeholder{color:#a4b5d6;}


.ft-b{padding:0.4rem 0 0.25rem;border-top:1px solid #5b7cb3;display: flex;justify-content: space-between;}
.ft-b .col{}
.ft-b .col1{width: 31%;max-width: 4.7rem;}
.ft-b .col3{max-width: 31%;}

.ft-b .tit{font-size: 0.28rem;color:#fff;font-family: 'OpenSansBold';margin-bottom: 0.15rem;line-height: 1.3;}
.ft-b .txt{font-size: 0.16rem;color:#fff;line-height: 1.6;}
.ft-b .tel{font-size: 0.26rem;color:#fff;font-family: 'OpenSansBold';margin-top: 0.25rem;display: flex;align-items: center;}
.ft-b .tel:before{content:'';width: 0.36rem;height: 0.36rem;background:url(../images/ft_02.png) no-repeat center;background-size:contain;margin-right: 0.1rem;display: block;}

.ft-b .lks{}
.ft-b .lks li{font-size: 0.16rem;color:#fff;line-height: 1.3;margin-bottom: 0.15rem;}
.ft-b .lks li:hover{opacity: 0.8;}

.ft-b .lks2{display: flex;justify-content: space-between;flex-wrap: wrap;}
.ft-b .lks2 li{min-width: 47%;}
.ft-b .lks2 li:before{content:'';width: 0.07rem;height: 0.07rem;background-color: #fff;border-radius:50%;margin-right: 0.07rem;display: inline-block;vertical-align: middle;margin-top: -0.02rem;}



.ft-bar{padding:0.08rem 0;background-color: #fff;height: 1.2rem;}
.ft-bar .wrap{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;height: 100%;}
.ft-bar .smlogo{height: 0.7rem;width: auto;margin-left: 0.8rem;}
.ft-bar .txt{font-size: 0.16rem;/* font-family: 'OpenSansBold'; */flex:1;overflow: hidden;padding:0 5%;text-align: center;}
.ft-bar .social{display: flex;}
.ft-bar .social a{margin-left: 0.2rem;font-size: 0.32rem;color:#1e3e75;width: 0.48rem;height: 0.48rem;background-color: #fff;display: flex;align-items: center;justify-content: center;border-radius:50%;border:1px solid #1e3e75;}
.ft-bar .social a:first-child{margin-left: 0;}
.ft-bar .social a:hover{color:#fff;background-color: #1e3e75;}




/* news */
.inner-ban-wrap{position: relative;}

.inner-ban{height: 5.2rem;position: relative;}
.inner-ban .shade{position: absolute;width: 100%;left: 0;top: 1.6rem;}
.inner-ban .title{font-size: 0.68rem;color:#fff;font-family: 'OpenSansBold';line-height: 1.2;}
.inner-ban .txt{font-size: 0.18rem;color:#fff;margin-top: 0.08rem;}


.crumb{font-size: 0.16rem;color:#fff;line-height: 0.3rem;position: absolute;width: 100%;left: 0;bottom: 1.4rem;}
.crumb .auto{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.crumb *{font-size: inherit;}
.crumb a:hover{color:#1e3e75;}


.xw-main{padding:0.9rem 0 0.7rem;}
.xw-main .auto{max-width: 14rem;}

.xw-list{padding-top: 0.25rem;}
.xw-list .item{margin-bottom: 0.9rem;display: flex;align-items: center;}
.xw-list .imgbox{width:43%;height: 4.1rem;position: relative;display: block;border-radius:0.18rem;margin-right: 0.5rem;}
.xw-list .info{flex:1;overflow: hidden;}
.xw-list .title{font-size: 0.34rem;line-height: 1.4;-webkit-line-clamp: 2;font-weight: bold;font-family: 'OpenSansSemibold';}
.xw-list .date{font-size: 0.14rem;color:#262626;font-weight: 200;margin-top: 0.15rem;}
.xw-list .date:before{content:'';display: inline-block;vertical-align: middle;width: 0.18rem;height: 0.18rem;background:url(../images/xw_04.png) no-repeat center;background-size:contain;margin: -0.03rem 0.07rem 0 0;}
.xw-list .txt{font-size: 0.16rem;color:#303030;-webkit-line-clamp: 3;line-height: 0.3rem;margin-top: 0.3rem;height: 0.9rem;}

.xw-list .more{margin-top: 0.53rem;font-size: 0.16rem;height: 0.55rem;width: 1.5rem;font-size: 0.18rem;color:#1e3e75;border:1px solid #1e3e75;border-radius:0.28rem;display: flex;align-items: center;justify-content: center;}
.xw-list .more::after{content:'\e60e';font-family: 'iconfont';margin-left: 0.03rem;transform: scale(0.9);margin-top: 0.03rem;}
.xw-list .item:hover .more{color:#fff;background-color: #1e3e75;}
.xw-list .title:hover{color:#1e3e75;}
.xw-list .item:last-child{margin-bottom: 0;}


.pagelist{margin-top: 0.6rem;text-align: center;}
.layui-laypage{margin: 0;}
.layui-laypage a, .layui-laypage span{font-size: 0.16rem;width: 0.32rem;height: 0.32rem;background-color: #fff;margin:0 .05rem;text-align: center;padding: 0;overflow: hidden;border:none!important;border-radius: 50%;line-height: 0.32rem;color:#9a9a9a;}

.layui-laypage>a:last-child, .layui-laypage>a:last-child em{border-radius:.04rem;}
.layui-laypage .layui-laypage-prev,.layui-laypage .layui-laypage-next{padding:0 ;border-radius:.04rem;}
.layui-laypage .layui-laypage-prev em,.layui-laypage .layui-laypage-next em{line-height: 1;}
.layui-laypage .layui-laypage-prev{border-radius:.04rem!important;background:#fff!important;color:#333;}
.layui-laypage .layui-laypage-next{background-color: #fff;color:#333;}
.layui-laypage .layui-laypage-curr .layui-laypage-em{background-color: transparent;}
.layui-laypage a:hover{color:#000;}
.layui-laypage .layui-laypage-skip{background-color: #fff;height: 0.32rem;line-height: 0.32rem;color:#333;}
.layui-laypage .layui-laypage-curr em{display: block;color:#fff;background-color: #1e3e75;}
.layui-laypage .layui-laypage-curr .layui-laypage-em{left: 0;top: 0;padding: 0;line-height: 1;}

/* newsDetail */
.xw-det{padding:.9rem 0 0.5rem;}
.xw-det .auto{max-width: 11rem;}
.xw-det .topbox{text-align: center;padding:0 0 0.22rem;border-bottom:1px solid #dcdcdc;margin-bottom: 0.55rem;}
.xw-det .title{font-size: 0.44rem;color:#000000;line-height: 1.4;font-family: 'OpenSansBold';}
.xw-det .date{font-size: 0.14rem;color:#262626;margin-top: 0.15rem;font-weight: 200;}
.xw-det .date:before{content:'';display: inline-block;vertical-align: middle;width: 0.18rem;height: 0.18rem;background:url(../images/xw_04.png) no-repeat center;background-size:contain;margin: -0.03rem 0.07rem 0 0;}
.xw-det .edit{font-size: 0.16rem;color:#303030;line-height: 1.5;}
.xw-det .edit img{max-width: 100%;}

.pagenav{display: flex;justify-content: space-between;padding:0.25rem 0;border-top:1px solid #dcdcdc;margin-top: 0.55rem;}
.pagenav .lk{font-size: 0.16rem;line-height: 0.44rem;}
.pagenav .prev:before,.pagenav .next::after{content:'';font-family: 'iconfont';display: inline-block;vertical-align: middle;margin-top: -0.02rem;}
.pagenav .prev:before{content:'\e779';margin-right: 0.08rem;}
.pagenav .next::after{content:'\e775';margin-left: 0.08rem;}
.pagenav .lk:hover{color:#1e3e75;font-weight: bold;}



/* download */
.xz-main{padding:0.55rem 0 0.7rem;}
.xz-list{max-width: 10rem;margin:0 auto;}
.xz-list .item{border-bottom:1px solid #cdcdcd;display: flex;align-items: center;justify-content: space-between;line-height: 0.5rem;padding:0.2rem 0;}
.xz-list .title{font-size: 0.18rem;color:#303030;font-family: 'OpenSansSemibold';-webkit-line-clamp: 1;max-width: 85%;flex:1;overflow: hidden;}
.xz-list .title:before{content:'';width: 0.34rem;height: 0.34rem;background:url(../images/xz_02.png) no-repeat center;background-size:contain;margin-right: 0.15rem;display: inline-block;vertical-align: middle;}
.xz-list .icon{width: 0.4rem;height: 0.4rem;background:url(../images/xz_03.png) no-repeat center;background-size:0.28rem;}
.xz-list .item:hover .title{color:#1e3e75;}



.pub-tt{margin-bottom: 0.35rem;text-align: center;}
.pub-tt .bt{font-size: 0.58rem;color:#001d52;font-family: 'OpenSansBold';line-height: 1.2;}
.pub-tt .smwz{font-size: 0.18rem;color:#1b374e;line-height: 1.3;margin:0.15rem auto 0;}


/* contact */
.lx-main{padding:0.65rem 0 0.9rem;}

.lx-info{margin-bottom: 0.85rem;}
.lx-info .list{display: flex;padding:0.3rem 0 0;}
.lx-info .list li{width: 25%;text-align: center;position: relative;padding:0.08rem 0 0;}
.lx-info .list li::after{content:'';position: absolute;right: 0;top: 0;bottom: 0;width: 1px;background-color: #d6d6d6;}
.lx-info .list li:last-child::after{display: none;}
.lx-info .list .icon{height: 0.5rem;width: auto;display: block;margin:0 auto;}
.lx-info .list .title{font-size: 0.2rem;font-family: 'OpenSansBold';margin-top:0.18rem;}
.lx-info .list .txt{font-size: 0.16rem;color:#3f3f3f;margin:0.1rem auto 0;max-width: 3.05rem;line-height: 1.6;}

.lx-manage{margin-bottom: 0.9rem;}
.lx-manage .list{display: flex;flex-wrap: wrap;justify-content: space-between;max-width: 13.6rem;margin:-3% auto 0;}
.lx-manage .list li{border:1px dashed #464646;width: 48.5%;margin-top: 3%;padding:0.24rem 0.26rem;}
.lx-manage .list .name{font-size: 0.22rem;font-weight: bold;font-family: 'OpenSansBold';line-height: 1.3;margin-bottom: 0.1rem;}
.lx-manage .list .txt{font-size: 0.18rem;color:#3f3f3f;line-height: 1.5;}
.lx-manage .list .txt em{color:#000;font-weight: bold;}
.lx-manage .list .txt p{margin-bottom: 0.08rem;}
.lx-manage .list .txt p:last-child{margin-bottom: 0;}


.lx-di{}
.lx-di .form{max-width: 13.6rem;margin:0 auto;}
.lx-di .row{justify-content: space-between;}
.lx-di .item{margin-bottom: 0.2rem;width: 48.9%;}
.lx-di .tit{font-size: 0.14rem;color:#303030;margin-bottom: 0.05rem;padding:0 0.12rem;}
.lx-di .ipt{width: 100%;font-size: 0.16rem;border:1px solid #d2d2d2;border-radius:0.05rem;}
.lx-di .ipt:focus{border-color:#1e3e75;}
.lx-di .ipt-txt{padding:0 0.15rem;line-height: 0.6rem;height: 0.6rem;}
.lx-di .con{height: 1.7rem;padding:0.12rem 0.15rem;line-height: 1.4;resize:none;}
.lx-di .submit{width:1.65rem;height:0.52rem;background-color: #1e3e75;border-radius:0.25rem;display: flex;align-items: center;justify-content: center;font-size:0.18rem;color:#fff;font-family: 'OpenSansSemibold';border:0;cursor: pointer;margin:0.35rem auto 0;}
.lx-di .submit::after{content:'\e60e';margin: 0.04rem 0 0 0.06rem;font-family: 'iconfont';transform: scale(0.9);}
.lx-di .submit:hover{background-color: #307af9;}

.lx-map{height: 6rem;max-width: 13.6rem;margin:0.9rem auto 0;}



/* about */
.us-sec{padding:1.3rem 0 1rem;}
.us-sec .detail{display: flex;align-items: flex-start;justify-content: space-between;}
.us-sec .videobox{height: 5.25rem;width: 52%;border-radius:.16rem;overflow: hidden;position:relative;background-color: #000;}
.us-sec .videobox .shade{position:absolute;width: 100%;height: 100%;left: 0;top: 0;cursor: pointer;}
.us-sec .videobox .playicon{width: 1rem;height: 1rem;position:absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index:6;}
.us-sec .videobox .posterimg{width: 100%;display: block;height: 100%;object-fit: cover;}
.us-sec .videobox .video{width: 100%;height: 100%;object-fit: contain;}

.us-sec .info{width: 43%;}
.us-sec .pub-tt{text-align: left;}
.us-sec .txt{font-size: 0.16rem;line-height: 0.24rem;margin-top: -0.1rem;}

.us-sec .list{display: flex;flex-wrap: wrap;margin-left: -2%;margin-top: 0.85rem;}
.us-sec .list .item{width: 31.3%;margin:0 0 2% 2%;}
.us-sec .list .imgbox{height: 3.15rem;border-radius:0.12rem;}


.us-cert{padding:1.2rem 0;background-color: #f5f5f5;}
.us-cert .detail{display: flex;align-items: center;justify-content: space-between;}
.us-cert .slide{width: 52%;}
.us-cert .swiper-slide {width: 3.55rem;height: 4.75rem;}
.us-cert .swiper-slide img{display:block;}

.us-cert .info{width: 40%;}
.us-cert .pub-tt{text-align: left;}
.us-cert .btns{display: flex;padding-top: 0.3rem;}
.us-cert .anniu{font-size: 0.16rem;color:#1e3e75;border:1px solid #1e3e75;width: 1.15rem;text-align: center;line-height: 0.58rem;height: 0.58rem;border-radius:0.29rem;margin-right: 0.2rem;display: block;}
.us-cert .anniu:hover{color:#fff;background-color: #1e3e75;}



/* product */
.cp-main{padding:0.6rem 0;}
.cp-main .wrap{display: flex;}
.cp-l{width: 2.9rem;}
.cp-r{width:calc(100% - 2.9rem);padding-left: 0.4rem;}

.cp-l .mod{border-radius:0.05rem;overflow: hidden;border:1px solid #e2e2e2;margin-bottom: 0.55rem;}
.cp-l .t-tit{font-size: 0.2rem;color:#fff;font-family: 'OpenSansBold';line-height: 0.5rem;background-color: #1e3e75;padding:0 0.15rem;}

.cp-menu .list li{border-bottom:1px solid #e2e2e2;}
.cp-menu .list li:last-child{border:0;}
.cp-menu .list .tit{font-size: 0.16rem;color:#3c3c3c;line-height: 0.25rem;cursor: pointer;position: relative;padding:0.1rem 0.4rem 0.1rem 0.15rem;}
.cp-menu .list .tit::after{content:'\eaf3';position: absolute;right: 0.1rem;top: 50%;font-size: 0.17rem;font-family: 'iconfont';transform: translate(0,-50%);}

.cp-menu .list .drop{display: none;border-top:1px solid #e2e2e2;}
.cp-menu .list .lk{display: block;font-size: 0.14rem;color:#4d4c4c;line-height: 0.2rem;padding:0.09rem 0.1rem 0.09rem 0.37rem;border-bottom:1px dashed #e2e2e2;position: relative;}
.cp-menu .list .lk:last-child{border:0;}
.cp-menu .list .lk:before{content:'';width: 0.11rem;height: 0.11rem;background:url(../images/cp_02.png) no-repeat center;background-size:contain;position: absolute;left: 0.2rem;top: 0.13rem;}
.cp-menu .list .lk:hover,.cp-menu .list .lk.this{color: #1e3e75;font-weight: bold;}
.cp-menu .list .lk:hover:before,.cp-menu .list .lk.this:before{background-image:url(../images/cp_02-1.png);}

.cp-menu .list li.cur .tit,.cp-menu .list li:hover .tit{color: #1e3e75;font-weight: bold;}
.cp-menu .list li.cur .drop{display: block;}
.cp-menu .list li.cur .tit::after{content:'\e870';font-size: 0.14rem;}


.cp-lx{}
.cp-lx .txt{font-size: 0.16rem;color:#3f3f3f;line-height: 1.4;padding:0.2rem 0.15rem;}
.cp-lx .txt p{margin-bottom: 0.09rem;}
.cp-lx .txt em{color:#333;font-weight: bold;}

.cp-list{display: flex;flex-wrap: wrap;margin:-0.45rem 0 0 -2%;}
.cp-list .item{width: 23%;margin:0.45rem 0 0 2%;}
.cp-list .imgbox{border:1px solid #e2e2e2;border-radius:0.1rem;display: block;background-color: #fff;}
.cp-list .smb{width: 100%;padding-bottom: 100%;height: 0;position: relative;}
.cp-list .img{position: absolute;width: 96%;height: 96%;left: 50%;top: 50%;object-fit: contain;margin-left: -48%;margin-top: -48%;}
.cp-list .title{font-size: 0.16rem;line-height: 1.3;font-family: 'OpenSansSemibold';text-align: center;margin-top: 0.15rem;}
.cp-list .item:hover .title{color:#1e3e75;}
.cp-list .item:hover .imgbox{box-shadow:0 0 0.21rem rgba(30,62,117,.2);border-color:#fff;}


.cp-di{margin-top: 0.45rem;max-width: 100%;}


.pub-smtit{font-size: 0.4rem;color:#1e3e75;font-family: 'OpenSansBold';line-height: 1.2;padding-bottom: 0.12rem;border-bottom:1px solid #d2d2d2;margin-bottom: 0.3rem;}




/* productDetail */
.cp-top{display: flex;align-items: flex-start;justify-content: space-between;margin-bottom: 0.65rem;}
.cp-top .slide{width: 50%;max-width: 4.7rem;}

.cp-top .slide1 .swiper-container{padding-right: 1px;}
.cp-top .slide1{position: relative;max-width: 2.7rem;margin:0.2rem auto 0;}
.cp-top .slide1 .item{display: flex;align-items: center;justify-content: center;height: 0.6rem;border:1px solid #e2e2e2;overflow: hidden;}
.cp-top .slide1 .item .img{max-width: 94%;max-height: 94%;object-fit: contain;}


.cp-top .slide2{position: relative;}
.cp-top .slide2 .item{display: flex;align-items: center;justify-content: center;height: 3.8rem;}
.cp-top .slide2 .item .img{max-width: 90%;max-height: 90%;object-fit: contain;}
.cp-top .slide1 .swiper-slide-thumb-active .item{border-color:#1e3e75;}

.cp-top .swiper-button{width: 0.44rem;height: 0.44rem;background-size:.12rem;border-radius:50%;margin-top: -0.22rem;background-color: #d5d5d5;}
.cp-top .swiper-button:hover{background-color: #1e3e75;}
.cp-top .swiper-button:hover{background-color: #1e3e75;}


.cp-top .info{width: 46%;}
.cp-top .title{font-size: 0.32rem;font-family: 'OpenSansBold';line-height: 1.3;margin: 0.45rem 0 0.3rem;padding-bottom: 0.15rem;border-bottom:1px solid #e5e5e5;}

.cp-top .txt{font-size: 0.16rem;color:#000;line-height: 1.4;-webkit-line-clamp: 6;}
.cp-top .txt p{margin-bottom: 0.1rem;}
.cp-top .txt p:last-child{margin-bottom: 0;}
.cp-top .btns{display: flex;margin-top: 0.5rem;}
.cp-top .anniu{font-size: 0.18rem;color:#1e3e75;border:1px solid #1e3e75;border-radius:0.28rem;width: 1.7rem;line-height: 0.55rem;height: 0.55rem;margin-right: 0.2rem;background:#fff;cursor: pointer;}
.cp-top .anniu.this{color:#fff;background-color: #1e3e75;}
.cp-top .anniu:hover{color:#fff;background-color: #307af9;border-color:#307af9;}


.cp-xq{padding:0 0 0.4rem;}
.cp-xq .table{margin-bottom: 0.1rem;}
.cp-xq .table th,.cp-xq .table td{line-height: 0.22rem;border:1px solid #e2e2e2;}
.cp-xq .table th{font-size: 0.18rem;padding:0.1rem 0.1rem;}
.cp-xq .table td{font-size: 0.16rem;color:#484848;padding:0.1rem 0.2rem 0.1rem 15%;}
.cp-xq .detail img{max-width: 100%;}


.cp-rela{padding:1.2rem 0 0.3rem;}
.cp-rela .t-tit{border-bottom:1px solid #d2d2d2;margin-bottom: 0.5rem;}
.cp-rela .t-tit span{font-size: 0.2rem;color:#fff;font-family: 'OpenSansBold';display: inline-block;vertical-align: middle;padding:0 0.2rem;line-height: 0.5rem;background-color: #1e3e75;border-radius:0.08rem 0.08rem 0 0;}




/* index */
.idx-ban{position: relative;}
.idx-ban .item{height: 7.2rem;overflow: hidden;}
.idx-ban .box{position: absolute;width: 100%;left: 0;top: 0.85rem;}
.idx-ban .info{padding-left: 18%;}
.idx-ban .title{font-size: 0.42rem;color:#1e3e75;line-height: 1.3;max-width: 6.2rem;}


.idx-ban .swiper-pagination{font-size: 0;height:auto;bottom: 0.25rem;}
.idx-ban .swiper-pagination-bullet{width: 0.12rem;height: 0.12rem;background-color: #1e3e75;margin:0 0.07rem!important;opacity: 0.4;}
.idx-ban .swiper-pagination-bullet-active{opacity: 1;}


.idx-cp{padding:0.5rem 0;background-color: #f7f9fb;overflow: hidden;}
.idx-cp .cp-list .imgbox{border-color:transparent;}
.idx-cp .more{margin: 0.75rem auto 0;}

.idx-s{padding:1.35rem 0 0.9rem;background:url(../images/idx_10.jpg) no-repeat center top;background-size:cover;}

.idx-us .detail{display: flex;align-items: flex-start;justify-content: space-between;}
.idx-us .videobox{height: 5.25rem;width: 52%;border-radius:.16rem;overflow: hidden;position:relative;background-color: #000;}
.idx-us .videobox .shade{position:absolute;width: 100%;height: 100%;left: 0;top: 0;cursor: pointer;}
.idx-us .videobox .playicon{width: 1rem;height: 1rem;position:absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index:6;}
.idx-us .videobox .posterimg{width: 100%;display: block;height: 100%;object-fit: cover;}
.idx-us .videobox .video{width: 100%;height: 100%;object-fit: contain;}

.idx-us .info{width: 44%;}
.idx-us .smtit{font-size: 0.34rem;color:#1e3e75;font-family: 'OpenSansSemibold';line-height: 1.3;}
.idx-us .title{font-size: 0.53rem;color:#001d52;line-height: 1.2;font-family: 'OpenSansBold';margin-top: 0.05rem;}
.idx-us .txt{font-size: 0.16rem;color:#000000;line-height: 1.5;-webkit-line-clamp: 4;margin-top: 0.25rem;width: 96%;}
.idx-us .more{margin-top: 0.55rem;}

.idx-xz{margin-top: 1.6rem;overflow: hidden;}
.idx-xz .pub-tt .smbt{font-size: 0.34rem;color:#001d52;font-family: 'OpenSansSemibold';line-height: 1.2;margin-bottom: 0.1rem;}

.idx-xz .list{display: flex;flex-wrap: wrap;margin-left: -2%;padding-top: 0.2rem;}
.idx-xz .list .item{border-radius:0.12rem;box-shadow:0 0 0.21rem rgba(20,157,255,.16);width: 23%;margin:0 0 2% 2%;overflow: hidden;}
.idx-xz .list .imgbox{/* height: 3.75rem; */}
.idx-xz .list .pic{width: 100%;display: block;}
.idx-xz .list .info{text-align: center;padding:1px 0.25rem 0.4rem;}
.idx-xz .list .icon{width: 0.98rem;height: 0.98rem;display: block;margin:-0.49rem auto 0;position: relative;z-index:5;}
.idx-xz .list .title{font-size: 0.26rem;color:#333232;line-height: 0.34rem;font-family: 'OpenSansBold';/* -webkit-line-clamp: 2; */min-height: 0.68rem;margin-top: 0.25rem;}
.idx-xz .list .txt{font-size: 0.16rem;color:#353535;line-height: 1.6;margin: 0.12rem auto 0;max-width: 2.8rem;}
.idx-xz .list .item:hover{box-shadow:0 0 0.21rem rgba(20,157,255,.34);}


.idx-xw{padding:0.4rem 0 0.6rem;background:url(../images/idx_11.jpg) no-repeat center;background-size:cover;overflow: hidden;}
.idx-xw .detail{max-width: 12.4rem;margin:0 auto;padding-top: 0.3rem;}
.idx-xw .item{display: block;background-color: #fff;border-radius:0.12rem;box-shadow:0 0 0.12rem rgba(53,162,242,.13);}
.idx-xw .item .imgbox{height: 2.65rem;display: flex;align-items: center;justify-content: center;}
.idx-xw .item .pic{width: 100%;height: 100%;object-fit: contain;}
.idx-xw .item .info{padding:0 0.1rem 0.5rem 0.5rem;}
.idx-xw .item .smb{min-height: 1.7rem;background:url(../images/idx_15.png) no-repeat center;background-size:100% 100%;padding:0.5rem 0.1rem 0 0.5rem;position: relative;}
.idx-xw .item .date{font-size: 0.16rem;color:#fff;width: 0.86rem;line-height: 0.4rem;background-color: #1e3e75;border-radius:0.06rem;position: absolute;right: 0.1rem;top: -0.2rem;text-align: center;}
.idx-xw .item .title{font-size: 0.18rem;color:#070707;font-family: 'OpenSansBold';line-height: 0.22rem;-webkit-line-clamp: 2;height: 0.44rem;}
.idx-xw .item .line{width: 0.3rem;height: 1px;background-color: #bebebe;display: block;margin:0.15rem 0 0.13rem;}
.idx-xw .item .more{font-size: 0.16rem;color:#9d9d9d;}

.idx-xw .item .more::after{content:'\e60e';display: inline-block;vertical-align: middle;font-family: 'iconfont';margin-left: 0.14rem;}
.idx-xw .item:hover .more{color: #1e3e75;}
.idx-xw .item:hover .title{color: #1e3e75;}

.idx-xw .swiper-container{padding-top: 0.1rem;}
.idx-xw .swiper-pagination{font-size: 0;height:auto;margin-top: 0.4rem;position: static;}
.idx-xw .swiper-pagination-bullet{width: 0.22rem;height: 0.03rem;background-color: #1e3e75;margin:0 0.04rem!important;opacity: 0.4;border-radius:0;}
.idx-xw .swiper-pagination-bullet-active{opacity: 1;}
