@font-face {
  font-family: lianmeng;
  src: url('../fonts/lianmeng.TTF');
}
@font-face {
  font-family: rzzy;
  src: url('../fonts/rzzy.TTF');
}
@font-face {
  font-family: youshe;
  src: url('../fonts/youshe.ttf');
}
.img_jz{
  display:block;
}
.img_jz>img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bg-color {
  background: #fff;
}
.top_bar {
  height: 59px;
  line-height: 59px;
  background: #0250a0;
}
.tb-left{
  font-size: 14px;
  color: #fff;
  float:left;
}
.tb-rig {
  float: right;
  display:flex;
  justify-content: left;
  align-items: center;
}
.tb-rig>a{
  font-size: 14px;
  color: #fff;
  display:block;
}
.tb-rig>a:first-of-type{
  margin-right:13px;
}
.tb-rig>a span{
  color: #fff;
  font-size: 14px;
  padding-left:22px;
}
.tb-rig>a:first-of-type span { background: url("../images/tbicon01.png") no-repeat left center;}
.tb-rig>a:nth-of-type(2) span { background: url("../images/tbicon02.png") no-repeat left center;}
.codehover{
  position: relative;
}
.codeshow{
  background: #fff;
  position: absolute;
  width:150px;
  top:37px;
  left:50%;
  transform: translateX(-50%);
  z-index: 100;
  display:none;
}
.codeshow:before{
  display: block;
  content: '';
  border-left:13px solid transparent;
  border-right:13px solid transparent;
  border-bottom:13px solid #fff;
  position: absolute;
  top:-13px;
  left:50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.codeshow img{
  width:100%;
}
.tb-rig>p{
  color: #fff;
  font-size: 14px;
  margin-left:10px;
}
.tb-rig>p b{
  font-weight: bold;
}

.tb_rig_tel{
  font-size: 14px;
  color: #989898;
  float:left;
}
.tb_rig_tel span{
  font-size: 16px;
  color: #003f98;
  font-weight: bold;
}


.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
  width: 15px;
  height: 15px;
  border:1px solid #fff;
  background:transparent;
  opacity:1;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background:#2056a3;
  border:1px solid #2056a3;
}
.head{
  background: #fff;
}
.nav-bar{
  display:flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
}
.nav-bar li{
  display:flex;
  justify-content: center;
  align-items: center;
  float:left;
}
.nav-bar li a {
  position: relative;
  display: block;
  line-height: 90px;
  height: 90px;
  font-size: 16px;
  color: #232323;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  overflow: hidden;
}
.nav-bar li a:after{
  display:block;
  content: '';
  position: absolute;
  left:0;
  bottom:0;
  height: 2px;
  width: 0;
  background: #0250a0;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.nav-bar li:hover a,.nav-bar li.active a {
  color: #0250a0;
}
.nav-bar li:hover a:after,.nav-bar li.active a:after {
  width: 100%;
}
.nav-bar li>i{
  width: 6px;
  height: 1px;
  background: #cccccc;
  display: block;
}
.logo{
  display:block;
  position: relative;
  top:-36px;
}



.head>.warpper{
  position: relative;
}
.head>.warpper>.downlist{
  position: absolute;
  background: #fff;
  width: 100%;
  top:100%;
  left:0;
  border-top:1px solid #2056a3;
  box-shadow:0 2px 6px #dadada;
  z-index: 100;
  display:none;
}
.downlist>div{
  display:none;
}
.downlist>div>div{
  width:945px;
  margin:0 auto;
  margin-top: 42px;
  margin-bottom: 20px;
}
.downlist>div>div>a{
  float:left;
  position: relative;
  font-size: 14px;
  color: #333333;
  margin-bottom:30px;
  display:block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 189px;
  text-align: center;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.downlist>div>div>a:hover,.downlist>div>div>a.active{
  color: #2056a3;
  text-decoration: underline;
}
.downlist>div>div>a:nth-of-type(5n){
  margin-right:0;
}
.downlist>div>div>a:nth-of-type(5n):before,.downlist>div>div>a:last-of-type:before{
  display:none;
}
.downlist>div>div>a:before{
  display:block;
  content: '';
  position: absolute;
  right:0;
  top:50%;
  width: 1px;
  height: 10px;
  background:#b5b3b3;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.downlist>div>ul{
  width:945px;
  margin:0 auto;
  margin-bottom: 37px;
}
.downlist>div>ul>img{
  float:left;
  margin-right:80px;
}
.downlist>div>ul>li{
  float:left;
}
.downlist>div>ul>li>h3{
  font-size: 48px;
  color: #444343;
  font-weight: bold;
  padding-top:23px;
}
.downlist>div>ul>li>h5{
  font-size: 33px;
  color: #2056a3;
  font-weight: bold;
}



.banner{
  width: 100%;
}
.banner .swiper-slide a{
  display:block;
  width:100%;
  height: 100%;
}
.banner .pagination {
  position: absolute;
  font-size:0;
  left: 0;
  text-align: center;
  bottom: 13px;
  width: 100%;
  z-index: 9;
}
.banner .pagination .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border:2px solid #fff;
  opacity: 0.6;
  margin: 0 5px;
  cursor: pointer;
}
.banner .pagination .swiper-active-switch {
  background: #fff;
  opacity: 1;
}

/*hot*/
.hotbg{
  background: #fff;
}
.hot{
  display:flex;
  justify-content: space-between;
  align-items: center;
  height: 68px;
}
.hot_left>b{
  font-size: 18px;
  color: #0250a0;
  float:left;
  line-height: 78px;
  background:url("../images/hotbg.png") no-repeat center 5px;
}
.hot_left span{
  float:left;
  font-size: 16px;
  font-weight: bold;
  line-height: 78px;
  color: #2c2c2c;
  padding-left: 10px;
}
.hot_left a{
  float:left;
  font-size: 16px;
  color: #8b8b8b;
  line-height: 78px;
  margin-right:10px;
}
.hot_left a:hover{
  text-decoration: underline;
}
.searchshow{
  position: relative;
  height: 40px;
  background: #eeeeee;
  border-radius: 19px;
}
.searchshow form input[type=text]{
  float:left;
  padding-left:22px;
  line-height: 40px;
  background:none;
  color: #a5a5a5;
  font-size: 14px;
  width: 237px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.searchshow form input[type=text]::placeholder{
  color: #a5a5a5;
  font-size: 14px;
}
.searchshow form input[type=submit]{
  width: 58px;
  height:40px;
  cursor: pointer;
  float:right;
  background:url("../images/searchicon.png") no-repeat 8px center;
  text-align: center;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}

.img_jz{
  display: block;
  position: relative;
  overflow: hidden;
}


.title{
  text-align: center;
  padding-top: 40px;
  padding-bottom: 30px;
  margin:0 auto;
}
.title h3{
  font-size: 33px;
  color: #333333;
  font-weight: normal;
}
.title h3 span{
  color: #0250a0;
  font-weight: bold;
}
.title>small{
  font-size: 18px;
  color: #666666;
  text-align: center;
}


/*indexpro*/
.indexproduct{
  padding-bottom: 60px;
  background: #f1f1f1;
}

/*product*/
.pro_left_tit{
  background:#0250a0 url("../images/proicon.png") no-repeat 200px center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:20px 25px;
  border-radius: 5px 5px 0 0;
}
.pro_left_tit>h2{
  color: #fff;
  font-size: 24px;
  font-weight: normal;
}
.pro_left_tit>h2 span{
  font-weight: bold;
}
.pro_left_tit>small{
  color: #fff;
  font-size: 12px;
  font-weight: lighter;
  text-transform: uppercase;
}
.pro_left{
  float:left;
  width: 255px;
}
.pro_left_top{
  position: relative;
}
.pro_left_top:before{
  position: absolute;
  right:0;
  top:0;
  display: block;
  content: '';
  width:700px;
  height: 92px;
  background: #1a58a5;
}
.pro_left_top>div{
  position: relative;
  height: 92px;
  background: url("../images/proicon.png") no-repeat 200px center;
}
.pro_left_top h3{
  padding-top:15px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
.pro_left_top small{
  color: #83acdf;
  text-transform: uppercase;
  font-size: 12px;
}
.pro_left_mid{
  background: #fff;
  padding:10px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height:450px;
}
.pro_left_mid a{
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:28px;
  color: #3a3a3a;
  font-size: 14px;
  line-height: 38px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.pro_left_mid a:hover,.pro_left_mid a.hight_linght{
  color: #fff;
  background: #1a58a5;
}
.pro_left_bottom{
  background: #1a58a5;
  text-align: center;
  height: 89px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top:20px;
}
.pro_left_bottom>small{
  font-size: 14px;
  color: #fff;
}
.pro_left_bottom>h4{
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.tit_top{
  display:flex;
  justify-content: center;
  align-items: center;
}
.tit_top a{
  display:block;
  width:196px;
  line-height: 66px;
  background:#f0f0f0;
  text-align: center;
  color: #202020;
  font-size: 18px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  margin:0 15px;
}
.tit_top a:hover{
  background:#2056a3;
  color: #fff;
}
.pro_right{
  float:right;
  width: 917px;
}
.pro_rig_top{
  float:left;
  width:275px;
}

.pro_rig_top ul{
  border:1px solid #dedede;
  border-top: none;
}
.pro_rig_top ul li>a{
  display:block;
  background:#e5e5e5 url("../images/proflicons.png") no-repeat 28px center;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  border-bottom: 1px solid #dedede;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  line-height: 46px;
  padding-left: 55px;
  padding-right:30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
}
.pro_rig_top ul li>a:hover,.pro_rig_top ul li>a.hight_linght{
  color: #0250a0;
  background:#e5e5e5 url("../images/proflicon.png") no-repeat 28px center;
}

.pro_rig_top ul li>div{
  background:#fff;
  border-bottom: 1px solid #dedede;
  padding:17px 0;
}
.pro_rig_top ul li>div a{
  display:block;
  position: relative;
  line-height: 40px;
  font-size: 16px;
  color: #333333;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  padding-left: 84px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.pro_rig_top ul li>div a:before{
  display:block;
  content: '';
  border-radius: 50%;
  border:1px solid #333333;
  width: 7px;
  height: 7px;
  position: absolute;
  left:54px;
  top:50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.pro_rig_top ul li>div a:hover, .pro_rig_top ul li>div a.hight_linght2{
  color: #0250a0;
}
.pro_rig_top ul li>div a:hover:before,.pro_rig_top ul li>div a.hight_linght2:before{
  border:1px solid #0250a0;
  background:#0250a0;
}
.mypro_cont{
  float:right;
  width: 910px;
}
.mypro_cont>a{
  display:block;
  float:left;
  width: 296px;
  border:1px solid #dedede;
  background:#fff;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:28px 9px;
  margin-right:10px;
  margin-bottom: 10px;
}
.mypro_cont>a:nth-of-type(3n){
  margin-right: 0;
}
.mypro_cont>a>b{
  width:100%;
  height: 198px;
  border-radius: 5px;
  margin-bottom: 15px;
}
.mypro_cont>a>b>img{
  object-fit: cover;
}
.protext{text-align: center;}
.protext>p{
  font-size: 18px;
  color: #323232;
}
.protext>small{
  font-size: 14px;
  color: #b7b3b3;
  font-weight: lighter;
  text-align: center;
  display:block;
  margin-top: 5px;
}
.protext>span{
  border:1px solid #dedede;
  font-size: 15px;
  color: #323232;
  width: 192px;
  line-height: 48px;
  display:block;
  text-align: center;
  margin:0 auto;
  border-radius: 5px;
  margin-top:15px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.mypro_cont a:hover .protext>span{
  color: #fff;
  background:#0250a0;
}

.pro_rig_bot a{
  float:left;
  background: #fff;
  display: block;
  margin-right:20px;
  margin-bottom:20px;
  width: 292px;
  height: 270px;
  position: relative;
}
.pro_rig_bot a:nth-of-type(3n){
  margin-right: 0;
}
.pro_rig_bot a b{
  width:100%;
  height: 100%;
  border:1px solid #ddd;
}
.pro_rig_bot a b img{width:100%;height: 100%;    object-fit: cover;}
.pro_rig_bot a p{
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  position: absolute;
  left:0;
  bottom:0;
  width:100%;
  line-height: 47px;
  background: rgba(0, 0, 0, 0.63);
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.pro_rig_bot a:hover p{
  background: #003f98;
}
.more_style{
  display:block;
  margin:0 auto;
  color: #323232;
  font-size: 18px;
  width: 245px;
  line-height: 59px;
  text-align: center;
  border:1px solid #dedede;
  border-radius: 5px;
  margin-top: 36px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.more_style:hover{
  background: #003f98;
  color: #fff;
}





.profl_list{
  width: 945px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:17.5px 25px;
  border-top: 1px solid #194894;
  border-bottom: 1px solid #194894;
}
.profl_list>a{
  float:left;
  width: 112px;
  height: 40px;
  line-height: 40px;
  margin-right:35px;
  font-size: 14px;
  color: #333333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  position: relative;
}
.profl_list>a:before{
  display:block;
  content: '';
  position: absolute;
  right:0;
  top:50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width:1px;
  height: 10px;
  background: #b5b3b3;
}
.profl_list>a:nth-of-type(2),.profl_list>a:nth-of-type(8){
  width: 170px;
}
.profl_list>a:nth-of-type(6n){
  margin-right: 0;
  width: 87px;
}
.profl_list>a:nth-of-type(6n):before{
  display:none;
}

.profl_list>a:hover{
  color: #2056a3;
  font-weight: bold;
}



/*company*/
.company{
  background:#f7f7f7;
  position: relative;
  padding-bottom:55px;
}
.company>p{
  width:100%;
  text-align: center;
  font-size: 5.5vw;
  color: rgba(240, 240, 240, 0.77);
  font-family: rzzy;
  text-transform: uppercase;
  position: absolute;
  left:0;
  top:0;
}
.company>.warpper{
  height: 515px;
  position: relative;
}
.com_left{
  position:absolute;
  left:0;
  top:50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 570px;
  height: 405px;
  box-shadow: 0 0 10px #ddd;
  background:#fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:50px;
}
.com_left>a{
  position: absolute;
  left:100%;
  top:50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display:block;
  color: #fff;
  background:#0250a0;
  width: 44px;
  text-align: center;
  line-height: 132px;
  font-size: 32px;
}
.comtit>small{
  font-size: 12px;
  color: #d6d6d6;
}
.comtit{
  padding-left:77px;
  margin-bottom: 45px;
  background:url("../images/comicon.png") no-repeat left center;
}
.comtit>h3{
  font-size: 33px;
  color: #454545;
}
.comtit>h3 span{
  font-weight: bold;
}
.com_left>small{
  font-size: 16px;
  line-height:33px;
  color: #8c8c8c;
  display:block;
  margin-bottom:49px;
}
.com_left>ul{
  display:flex;
  justify-content: space-between;
  align-items: center;
  width: 454px;
}
.com_left>ul li{
  padding-left:45px;
}
.com_left>ul li:first-of-type{background:url("../images/comicon01.png") no-repeat left center;}
.com_left>ul li:nth-of-type(2){background:url("../images/comicon02.png") no-repeat left center;}
.com_left>ul li:nth-of-type(3){background:url("../images/comicon03.png") no-repeat left center;}
.com_left>ul li p{
  font-size: 18px;
  color: #343434;
  line-height: 20px;
}
.com_left>ul li small{
  font-size: 12px;
  color: #bcbcbc;
}

.com_right{
  position:absolute;
  right:0;
  top:50%;
  width: 737px;
  height: 520px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.com_right>a img{
  max-width: 100%;
}

/*adv*/
.advbg{
  background:#f3f4f8;
  position:relative;
}
.adv_pic{
  position:absolute;
  right:50%;
  height:100%;
  top:0;
  width:50%;
}
.adv_pic>b{
  width:100%;
  height:100%;
  display:none;
}
.adv_pic>b img{
  object-fit: cover;
}

.advcont{
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.adv_cont{
  width:50%;
  float:right;
}
.adv_cont>li{
  width:100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:30px;
  position: relative;
}
.adv_cont>li:before{
  display:block;
  content: '';
  position:absolute;
  right:0;
  top:0;
  width: 0;
  height: 100%;
  border-radius: 0 0 80px 0;
  background:#0250a0;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.adv_cont>li.mousein:before{
  width: 657px;
}
.adv_cont>li>div{
  position: relative;
  display:flex;
  justify-content: left;
  align-items: center;
  height: 181.5px;
}
.adv_cont>li b{
  border-radius: 50%;
  width: 107px;
  height:107px;
  background:#fff;
  border:1px solid #e1e2e4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  margin-right: 23px;
  display:block;
}
.adv_cont>li.mousein b{
  background:none;
  border:2px solid #fff;
}
.adv_cont>li b img{
  width: 100%;
  height: 100%;
  object-fit: none;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.adv_cont>li.mousein b img{
  filter:brightness(100) grayscale(100);
}
.adv_cont>li p{
  font-size: 22px;
  color: #343434;
    -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.adv_cont>li small{
  font-size: 15px;
  line-height: 23px;
  display:block;
  width:290px;
  color: #b8b9bb;
    -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.adv_cont>li.mousein p,.adv_cont>li.mousein small{
  color:#fff;
}
/*coop*/
.coop{
  padding-bottom: 60px;
}
.coop_cont{
  position:relative;
}
.swipercoop .swiper-slide>div{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width:100%;
  border:1px solid #dedede;
  text-align: center;
  padding:38px 0;
}
.swipercoop .swiper-slide>div h3{
  font-size: 26px;
  color: #140605;
  font-weight: bold;
}
.swipercoop .swiper-slide>div small{
  font-size: 12px;
  color: #bebebe;
}
.coop_cont .swiper-button-prev{
  left:initial;
  bottom:0;
  right:calc(50% + 135px);
  border:1px solid #dedede;
  width: 60px;
  height: 60px;
  top: initial;
  border-radius: 5px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.coop_cont .swiper-button-next{
  right:initial;
  bottom:0;
  border:1px solid #dedede;
  width: 60px;
  height: 60px;
  border-radius: 5px;
  top: initial;
  left:calc(50% + 135px);
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.coop_cont .swiper-button-next:after,.coop_cont .swiper-button-prev:after{
  color: #8e8e8e;
  font-size: 26px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.coop_cont .swiper-button-next:hover,.coop_cont .swiper-button-prev:hover{
  background:#0250a0;
  border:1px solid #0250a0;
}
.coop_cont .swiper-button-next:hover:after,.coop_cont .swiper-button-prev:hover:after{
  color: #fff;
}

  /*message*/
.message{
  border-top: 1px solid #ebebeb;
  padding-bottom: 50px;
  overflow: hidden;
}
.message .warpper{
}
#indexform>input,#indexform textarea,#indexform .code input{
  float:left;
  border:1px solid #cccccc;
  font-size: 15px;
  color: #7a7a7a;
  line-height: 42px;
  height: 42px;
  width: 211px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 17px;
  border-radius: 5px;
  overflow: hidden;
  padding-left: 52px;
}
#indexform input::placeholder,#indexform textarea::placeholder{
  color: #7a7a7a;
  font-size: 15px;
}
#indexform .code{
  border:none;
  width:initial;
}
#indexform .code input{
  margin-right: 17px;
  font-size: 15px;
  float:left;
  padding-left: 52px;
  border-radius: 5px;
}
#indexform input[name=name]{ background:url("../images/msgicon02.png") no-repeat 14px center;}
#indexform input[name=tel]{ background:url("../images/msgicon01.png") no-repeat 14px center;}
#indexform textarea{ background:url("../images/msgicon03.png") no-repeat 14px center;}
#indexform .code input{ background:url("../images/msgicon04.png") no-repeat 14px center;}
#indexform .code .verify{
  width:130px;
  float:right;
  height: 44px;
  float:left;
}
.code .verify img{
  width: 100%;
  height: 100%;
}
#indexform .submit{
  width: 143px;
  height: 42px;
  line-height: 42px;
  background: #0250a0;
  text-align: center;
  color: #fff;
  font-size: 15px;
  border-radius: 5px;
  display: block;
  float: right;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
#indexform .submit:hover{
  background:#519dfa;
}

/*news*/
.newsbg{
  padding-bottom: 60px;
  background:url("../images/newsbg.jpg") no-repeat center;
}
.newstit{
  display:flex;
  justify-content: space-between;
  margin-bottom: 22px;
  align-items: self-end;
}
.newstit>h3{
  font-size: 24px;
  color: #343434;
}
.newstit>h3>span{
  font-size: 12px;
  color: #a2a2a2;
}
.newstit>a{
  font-size: 12px;
  color: #a2a2a2;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.newstit>a:hover{
  color: #0250a0;
}
.news_leftbg{
  float:left;
  width:600px;
}
.news_top{
  display:block;
  width: 100%;
  position: relative;
  background:#fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:30px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.news_top>b{
  height: 406px;
}
.news_top>b>img{
  object-fit: cover;
}


.news a{
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}

.news_top h4{
  font-size: 20px;
  line-height: 46px;
  color: #2f2f2f;
  font-weight: normal;
  margin-top:5px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.news_top:hover{
  background:#0250a0;
}
.news_top small{
  display:block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  color: #636363;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.news_top:hover h4,.news_top:hover small{
  color: #fff;
}
.news_list{
  padding-bottom: 23px;
  margin-bottom: 23px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px dashed #c8c8c8;
}
.date{
  float:left;
  width: 89px;
  height: 92px;
  background:#fff;
  border:1px solid #dbdbdb;
  text-align: center;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.news_rightbg a:hover .date{
  background:#0250a0;
  border:1px solid #0250a0;
}
.date>h5{
  font-size: 36px;
  color: #9a9a9a;
  font-weight: bold;
  line-height: 33px;
  padding-top: 18px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.date>small{
  font-size: 15px;
  color: #9a9a9a;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.news_rightbg a:hover .date>h5,.news_rightbg a:hover .date>small{
  color: #fff;
}

.news_text{
  float:right;
  margin-left:23px;
  width: 408px;
}
.news_text h4{
  font-size: 18px;
  color: #363636;
  font-weight: normal;
  margin-top: 9px;
}
.news_text small{
  display:block;
  margin-top: 3px;
  font-size: 15px;
  color: #929292;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}


.news_rightbg{
  float:right;
  width: 529px;
}
.newsul{
  width: 100%;
}
.news_list:after{
  display:block;
  content: '';
  clear: both;
}
.newsul a{
  display:block;
  margin-bottom: 17px;
}



/*footer*/
.footer{
  background:#292929;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top:76px;
  height: 420px;
}
.fot_left{
  width: 197px;
  float:left;
  text-align: center;
  background:url("../images/fotline.png") no-repeat left top;
}
.fot_left>h3{
  font-size: 18px;
  color: #fff;
  margin-bottom: 27px;
  font-weight: normal;
}
.fot_left a,.fot_left p{
  display:block;
  margin-top: 12px;
  text-align: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.fot_left a:hover{
  color: #fff;
}
.fot_left>div>h3{
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  text-align: left;
}
.fot_left>div>h3 span{
  font-size: 18px;
  color: #0250a0;
  font-weight: bold;
}
.fot_left:nth-of-type(3){
  width: 640px;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 50px;
}
.fot_left:nth-of-type(3) p{
  text-align: left;
}



.fot_bot{
  background: #282828;
  line-height: 45px;
  height: 45px;
  overflow: hidden;
}
.fot_bot .warpper>p{
  float:left;
  font-size: 14px;
  color: #908f8f;
}
.fot_bot .warpper>p>a{
  font-size: 14px;
  color: #908f8f;
}
.fot_bot .warpper>a{
  float:right;
  font-size: 14px;
  color: #908f8f;
}
.fot_bot .warpper>a:hover{
  color: #fff;
}
.fot_right{
  float:right;
  width: 150px;
}
.fot_right img{
  width: 100%;
}
.fot_right p{
  line-height: 30px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
}


/*float window*/
.float_box{
  position: fixed;
  top:60%;
  right:0px;
  z-index: 100;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
/*.float_boxfix{*/
/*right:-52px;*/
/*}*/
.float_box>div.float06{
  position: absolute;
  top:0;
  right:0px;
  z-index: 8;
  -webkit-transition: 350ms 300ms all ease;
  -moz-transition: 350ms 300ms all ease;
  -ms-transition: 350ms 300ms all ease;
  -o-transition: 350ms 300ms all ease;
  transition: 350ms 300ms all ease;
}
.float_boxfix>div.float06{
  right:80px;
}
.float_box>div{
  cursor: pointer;
  margin-bottom:1px;
  position: relative;
  width:50px;
  height: 50px;
}
.float_box>div>b{
  display:block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  background-color: #034898;
  box-shadow: 0 3px 7px rgba(0,0,0,0.15);
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.float_box>div>div{
  position: absolute;
  top:50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.float01 b{  background:#fff url("../images/float01.png") no-repeat center;}
.float02 b{  background:#fff url("../images/float06.png") no-repeat center;}
.float03 b{  background:#fff url("../images/float03.png") no-repeat center;}
.float04 b{  background:#fff url("../images/float04.png") no-repeat center;}
.float05 b{  background:#fff url("../images/float05.png") no-repeat center;}

.float_box>div:hover b{
  background-color:#64acff;
}

.float03>div{
  border-radius: 5px;
  width: 100px;
  height: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:8px;
  background: #64acff;
  right:calc(100% + 20px);
  opacity: 0;
  -webkit-transition: 350ms 0s all linear;
  -moz-transition: 350ms 0s all linear;
  -ms-transition: 350ms 0s all linear;
  -o-transition: 350ms 0s all linear;
  transition: 350ms 0s all linear;
  visibility: hidden;
}
.float03:hover>div{
  right:calc(100% + 10px);
  opacity: 1;
  visibility: visible;
}
.float03>div>img{
  width:100%;
  height: 100%;
}

.float02>div,.float04>div{
  width: 48px;
  height: 48px;
  border-radius: 48px;
  background: #64acff;
  right:1px;
  overflow: hidden;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  z-index: 8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:20px;
  -webkit-transition: 350ms 0s all linear;
  -moz-transition: 350ms 0s all linear;
  -ms-transition: 350ms 0s all linear;
  -o-transition: 350ms 0s all linear;
  transition: 350ms 0s all linear;
}
.float02>div a{
  color: #fff;
  font-size: 18px;
}
.float02:hover>div{
  width: 385px;
  height: 50px;
}
.float04:hover>div{
  width: 233px;
  height: 50px;
}
.float_box>div.float05{
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.float_box>div.float05show{
  opacity: 1;
  visibility: visible;
}


.qqkf a{
  background:url(../images/qqkf.png) no-repeat left center;
  float:left;
  display:block;
  width: 45px;
  height: 45px;
  color: #fff;
  padding-left:30px;
}



.page {
  font-size: 0;
  text-align: center;
}
.page .center {
  display: inline-block;
  overflow: hidden;
}
.page .center .page-span {
  float: left;
  font-size: 14px;
  color: #c3c3c3;
  line-height: 32px;
  margin-right: 30px;
}
.page .center .page-list {
  float: left;
  overflow: hidden;
}
.page .center .page-list ul li {
  float: left;
  width: auto;
  min-width: 30px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  margin: 0 4px;
  padding: 0;
  border: none;
  background: transparent;
}
.page .center .page-list ul li a {
  min-width: 20px;
  padding: 0 5px;
  border: 1px solid #eee;
  display: block;
  color: #333;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  overflow: hidden;
  background: #fff;
}
.page .center .page-list ul li:hover a {
  color: #f3c04b;
}
.page .center .page-list ul li.active a {
  background: #f3c04b;
  color: #fff;
}
.news-center {
  background: #fff;
  padding-bottom: 25px;
}
.news-center .new-list {
  padding: 45px 45px 0px;
}
.news-center .new-list ul li {
  margin-bottom: 35px;
  border-bottom: 1px solid #eee;
}
.news-center .new-list ul li a {
  overflow: hidden;
  display: block;
  height: 90px;
  padding-bottom: 30px;
}
.news-center .new-list ul li a .img {
  float: left;
  width: 130px;
  height: 90px;
  background: #eee;
  line-height: 90px;
  font-size: 0;
  text-align: center;
}
.news-center .new-list ul li a .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.news-center .new-list ul li a .info {
  float: right;
  width: 690px;
}
.news-center .new-list ul li a .info h3 {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  color: #333;
}
.news-center .new-list ul li a .info em {
  display: block;
  font-size: 12px;
  color: #999;
  line-height: 16px;
  margin-bottom: 10px;
}
.news-center .new-list ul li a .info p {
  font-size: 14px;
  line-height: 22px;
  color: #999;
  max-height: 44px;
  overflow: hidden;
}
.news-center .new-list ul li a:hover h3 {
  color: #f3c04b;
}
.message-c {
  background: #fff;
  padding: 40px 50px;
  overflow: hidden;
}
.message-c .p {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-bottom: 35px;
}
.message-c .from input {
  display: block;
  height: 38px;
  line-height: 38px;
  padding: 0 5px;
  border: 1px solid #d2d2d2;
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
}
.message-c .from input[name=user],
.message-c .from input[name=phone] {
  width: 348px;
}
.message-c .from textarea {
  font-size: 14px;
  color: #333;
  line-height: 20px;
  display: block;
  width: 728px;
  height: 130px;
  border: 1px solid #d2d2d2;
  padding: 5px;
  margin-bottom: 10px;
}
.message-c .from .code {
  overflow: hidden;
}
.message-c .from .code input[name=code] {
  width: 258px;
  float: left;
}
.message-c .from .code a {
  display: block;
  float: left;
  width: 80px;
  height: 38px;
  padding: 1px 0;
  margin-left: 10px;
}
.message-c .from .code a img {
  width: 80px;
  height: 38px;
}
.message-c .from .btn {
  padding-top: 25px;
}
.message-c .from .btn a {
  display: block;
  width: 362px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  background: #8fa4de;
}
.message-c .from .btn a:hover {
  background: #8397d0;
}
.contact-o {
  background: #fff;
  overflow: hidden;
  padding: 40px 0;
  text-align: center;
}
.contact-o iframe {
  width: 830px;
  height: 500px;
  margin: 0 auto;
}