/*所有页面都用到的公共样式*/
a {
  text-decoration: none;
  color: #333;
}

ul,
li {
  list-style: none;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  font-size: 0;
 
}

body {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
}

section {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
}

header {
  width: 100%;
  color: #fff;
  position: relative;
  overflow: hidden;
}

header > div {
  width: 1200px;
  margin: 0 auto;
}

header nav div {
  display: inline-block;
  padding-left: 10px;
}

header nav > div:nth-child(1) a img {
  width: 320px;
}

header nav div:nth-child(2) {
  float: right;
  padding-top: 20px;
}

header nav div:nth-child(2) img {
  width: 21px;
  height: 16px;
  margin-left: 31px;
  vertical-align: middle;
}

header nav div:nth-child(2) a:last-child img {
  width: 18px;
  height: 22px;
}

/* header div:nth-child(3) {width: 100%;margin: 100px auto 0 auto;text-align: center;
} */
.itemcon {
  position: absolute;
  z-index: 1;
  display: none;
  width: 145px;
}

/************************    new      ************************************/
/*.li_triangle{       opacity: 0.75;  width: 0;  height: 0;  border-left: 10px solid transparent;  border-right: 10px solid transparent;  border-bottom: 10.5px solid #fff;
}*/
.li_triangle {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10.5px solid #244e78;
}

/************************    new      ************************************/

/*.bg_li {position: absolute;top: 11px;left: 0;background-color: #fff;opacity: 0.75;z-index: -1;margin-top: 9px;border-radius: 4px;
}
*/

.bg_li {
  position: absolute;
  top: 11px;
  left: 0;
  background-color: #244e78;
  z-index: -1;
  margin-top: 9px;
  border-radius: 4px;
}

/************************    new      ************************************/
.item a span {
  font-size: 14px;
  color: #fff;
}

/*.item a span {
font-size: 14px;
color: #000;
}*/
/************************    new      ************************************/

.item p { /*margin: 5px 0;*/
  padding: 5px 0;
  text-align: center;
}

.item p:hover {
  background-color: #fff;
  opacity: 1;
}

.item p:hover span {
  color: rgba(0, 130, 199, 1);
}

/*.item p:hover {
background-color: #fff;
}

.item p span {
background-color: #fff;
}

.item p:hover span {
color: #0082c3;
}*/

/************************    new      ************************************/

.itemInfo {
  margin: 10px 0; /* background: #E1E1E1; */
  padding: 0 0 16px 0;
  border-radius: 4px;
}

/*清除浮动*/

.clearfix:after {
  display: block;
  content: '';
  clear: both;
  height: 0;
}

.clearfix {
  zoom: 1
}

header ul {
  margin: 40px 0;
  padding: 0 20px;
  font-size: 0;
}

header li {

  display: inline-block; /* width: calc(100% / 10.2); */
  width: 145px;
  height: 16px;
  text-align: center;
}

header > div > div > ul > li {

  border-right: 1px solid;
}

header li .ttl a {
  font-size: 14px;
  color: #fff;
  line-height: 14px;
}

header li.navItem:last-child {
  width: 70px;
  margin-left: 30px;
  border: 0 solid;
}

/*二级菜单*/

header .menu > ul {
  display: none;
  position: absolute;
  margin: 0 0;
  background: #E1E1E1;
}

header .menu > ul > li {
  font-size: 18px;
  height: 36px;
  width: 115px;
  border: 0;
  margin-top: 5px;
  float: left;
  line-height: 36px;
  vertical-align: middle;
}

header .menu:hover ul {
  display: block
}

header .menu ul:hover {
  display: block
}

/*标题*/
.twoLevel_title {
  position: relative;
  width: 1200px;
  margin: 0 auto 60px auto;
  text-align: center;
  padding-top:28px;
}

.twoLevel_title > p {
  font-size: 108px;
  font-family: Impact;
  opacity: 0.20;
  color: #1c9ed8;
  line-height: 108px;
}

.twoLevel_title div p {
  color: #666666;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 16px;
}

.twoLevel_title div {
  position: absolute;
  bottom: -25px;
  left: 520px;
}

.twoLevel_title img {
  width: 100%;
}
.row-d3 .map{width:100%;height:600px}
.row-d3 .mapBox1{height:500px}
.m-desc-a1{margin:30px auto;}
.m-desc-a1 p{font-size: 16px;color: #5f5f5f;line-height: 1.5}
.m-desc-a1 p img{max-width: 100%;}
.row-d3 .mapBox1 img{max-width:99999px}

.rongyu_view{width: 1200px;margin:60px auto;overflow: hidden;}
.rongyu_view .mySwiper {
    overflow: hidden;
    position: relative;
}

.rongyu_view .mySwiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: scale(0.5);
  transition: 300ms;
}
.rongyu_view .mySwiper .swiper-slide .img_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 500px;
}
.rongyu_view .mySwiper .swiper-slide .img_box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.rongyu_view .mySwiper .swiper-slide img {
  filter: saturate(0);
}
.rongyu_view .mySwiper .swiper-slide .t1 {
  display: none;
  text-align: center;
  margin-top: 20px;
  font-size: 22px;
  color: #333;
}
.rongyu_view .mySwiper .swiper-slide-active .t1,
.rongyu_view .mySwiper .swiper-slide-duplicate-active .t1 {
  display: block;
}
.rongyu_view .mySwiper .swiper-slide-active,
.rongyu_view .mySwiper .swiper-slide-duplicate-active {
  transform: scale(1);
  transition: 300ms;
}
.rongyu_view .mySwiper .swiper-slide-active img,
.rongyu_view .mySwiper .swiper-slide-duplicate-active img {
  filter: saturate(1);
}
.rongyu_view .mySwiper .s_btn {
  position: absolute;
  top: -45px;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 150px;
  border-radius: 3px;
  background-color: #4c79b7;
  cursor: pointer;
  transition: background-color 0.3s;
  z-index: 999;
}
.rongyu_view .mySwiper .s_btn:hover {
  background-color: #004098;
}
.rongyu_view .mySwiper .s_btn span {
  display: block;
  width: 20px;
  height: 20px;
  border-top: 2.5px solid #fff;
  border-right: 2.5px solid #fff;
}
.rongyu_view .mySwiper .l_btn {
  left: 0;
}
.rongyu_view .mySwiper .l_btn span {
  margin-left: 10px;
  transform: rotate(225deg);
}
.rongyu_view .mySwiper .r_btn {
  right: 0;
}
.rongyu_view .mySwiper .r_btn span {
  margin-right: 10px;
  transform: rotate(45deg);
}
/*底部*/

footer {
  width: 100%;
  padding: 30px 0;
  background-color: #292929;
}

footer .ful {
  width: 1200px;
  margin: 0 auto 30px auto;
  padding: 0 50px;
}

footer .ful > li {
  display: inline-block;
  width: calc(100% / 6);
  border-right: 1px solid #888686;
  text-align: center;
}

footer .ful > li:last-child {
  border: 0;
}

footer .ful > li > a {
  color: white;
  font-size: 14px;
}

footer hr {
  width: 1150px;
  margin: 7px auto 0 auto;
  border: 0;
  background-color: #888686;
  height: 1px;
}

footer > div {
  width: 1200px;
  margin: 30px auto 0 auto;
}

/*底部logo和友情链接*/

footer > div > div {
  display: inline-block;
}

.base_left select {
  width: 250px;
  font-size: 14px;
  margin-left: 220px;
}

.base_left img {
  vertical-align: middle;
  width: 300px;
}

.base_left > p {
  margin-top: 43px;
  font-size: 12px;
  color: #9A9A9A;
  line-height: 28px;
  opacity: 0.7;
}

/*两张二维码*/

.base_right {
  float: right;
}

.base_right p {
  font-size: 14px;
  margin-top: 10px;
}

.base_right > div {
  margin: 0 16px;
  color: white;
  text-align: center;
  display: inline-block;
}

.base_right > div img {
  width: 120px;

}

/*超出隐藏显示省略号*/
.beyondHiding {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /*可以调整行数*/
  -webkit-box-orient: vertical;
}

#search {
  width: 100%;
  height: 60px;
  font-size: 0;
  background-image: url(152099781342277118.png);
  background-repeat: no-repeat;
  background-size: 28% 103%;
  background-position-y: -1px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

#search .searchcenter {
  padding-top: 10px;
  color: #FFFFFF;
  width: 1200px;
  margin: 0 auto;
  padding-left: 170px;
}

#search .searchcenter > P:first-child {
  font-size: 18px
}

#search .searchcenter > P:last-child {
  font-size: 12px
}

#search ul {
  position: relative;
  left: 560px;
  top: -30px;
  width: 500px;
}

#search ul li {
  font-size: 14px;
  color: #333333;
  float: left;
  width: 70px;
  margin: 4px 5px;
  height: 36px;
  text-align: center;
}

#search ul li:first-child {
  border-bottom: 3px solid #0082C7;
}

/*走马灯公共*/

#lunbo {
  position: relative;

  padding-bottom: 25px;
  margin-top:60px;
}

.lunboBox {
  width: 1100px;
  height: 217px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

.lunboBox > div > div {
  width: 1100px;
  height: 217px;
  overflow: hidden;
  float: left;
}

.lunboBox > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 4400px;
}

/*轮播图左右两侧得箭头*/

#lunbo > button * {
  font-size: 14px;
  color: #fff;
}

#lunbo > button:hover {
  background-color: #0082C7;
}

#lunbo .el-carousel__arrow--left {
  left: calc((100% - 1200px) / 2);
}

#lunbo .el-carousel__arrow--right {
  right: calc((100% - 1200px) / 2);
}

.bt-select1 {
  position: relative;
  width: 250px;
  height: 23px;
  font-size: 14px;
  color: #000;
  line-height: 23px;
  margin-left: 170px;
  background: url(downarrow.png) no-repeat 220px center #fff;
  display: inline-block;
}

.bt-select1 dt {
  height: 23px;
  text-align: left;
  text-indent: 5px;
  display: inline-block;
  line-height: 23px;
  font-size: 14px;
  color: #000;
  cursor: pointer;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  z-index: 99;
  outline: none;
}

.bt-select1 dd {
  position: absolute;
  top: 23px;
  background: #fff;
  width: 100%;
  z-index: 99;
  border: 1px solid #efefef;
  border-radius: 5px;
}

.bt-select1 dd > ul {
  max-height: 90%;
  overflow: auto;
}

.bt-select1 dd > ul > li {
  height: 23px;
  line-height: 23px;
  font-size: 14px;
  cursor: pointer;
  text-indent: 5px !important;
  text-align: left;
}

.bt-select1 dd > ul > li:hover {
  background-color: #0583C7;
}

.bt-select1 dd > ul > li:hover a {
  color: #fff;
}

.bt-select1 dd > ul > li > a {
  color: #333;
  display: block;
  width: 100%;
  font-size: 14px;
}

.hides {
  display: none;
}

section {
  text-align: center;
  
}

.groups {
  width: 1200px;
  margin: 0 auto;
}

.journalism_right ul {
  display: none;
}

.journalism_right .title_bg {
  background-color: #1866B6;
  color: #fff;
}

.journalism_right .ul_yincang {
  display: block;
}

.item p:hover {
  background-color: #fff !important;
  color: #0082c7 !important;
}

.item p:hover span {
  color: #0082c7 !important;
}

.item p span {
  color: #fff !important;
}

.journalism_left a {
  display: none;
}

.journalism_left .ul_yincang {
  display: block;
}

main #app .el-carousel__container {
  height: 174px;
  width: 100%;
}

main #app .el-carousel__indicators {
  display: none;
}

#app:hover .el-carousel__arrow {
  background-color: #83e9c0;
}

#app:hover .el-carousel__arrow i {
  font-size: 14px;
  color: white;
}

.xianfu {
  width: 10.5%;
  height: 170px;
  background-color: #fff;
  box-shadow: 0 0 3px #ccc;
  position: fixed;
  z-index: 999;
  right: 0;
  top: 35%;
}

.lan {
  width: 100%;
  height: 27px;
  background-color: #1888D8;
}

.zhuantibanner {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
  overflow: hidden;
  position: relative;
}

.swiper-containerzhuanti {
  width: 100%;
}

.zhuantibox {
  width: 100%;
}

.zhuantibanner img {
  width: 100% !important;
}

.swiper-containerzhuanti .hide {
  opacity: 0;
}

header > div.pub-head-t{
  /*position: absolute;
    top: 25px;
    left: calc((100% - 1200px) / 2);*/
    position: relative;
    width: 1200px;
    margin:0 auto;
    z-index: 10;
    padding-top:20px;


}
.swiper-containersr{position: relative;}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{bottom: 30px;}
.swiper-pagination-bullet{width:38px;height: 5px;border-radius: 0px;background: #fff;opacity: 1}
.swiper-pagination-bullet-active{background: #007aff}
header > div.publubo{width: 100%;}

.swiper-containersr .txt{position: absolute;
    top: 240px;
    left: 0;
    right: 0;}
 .wp{    margin: 0 auto;
    width: 90%;
    max-width: 1200px;}   
.swiper-containersr .tit{font-size: 3.125vw;
        letter-spacing: 0.312vw;
        margin-bottom: 1.562vw;}
.swiper-containersr .titsub{        font-size: 1.562vw;
        letter-spacing: 0.312vw;
        margin-bottom: 10.41vw;}


        .row-c4{padding:75px 0 80px}
.ul-proc1{margin:0 -8px 16px;overflow:hidden}
.ul-proc1 li{float:left;width:50%;padding:0 8px}
.ul-proc1 .con{background-image:linear-gradient(to right,#0d71f7,#289afa);border-radius:5px;padding:0 58px 0 19px;height:111px;overflow:hidden}
.ul-proc1 .icn{float:left;height:111px;line-height:111px;font-size:0;margin-right:19px}
.ul-proc1 .icn img{display:inline-block;vertical-align:middle}
.ul-proc1 .txt{padding-top:11px;overflow:hidden}
.ul-proc1 .tit{font-size:18px;color:#fff;margin-bottom:9px}
.ul-proc1 .desc{overflow:hidden;margin-bottom:9px;line-height:20px;font-size:14px;color:#fff}
.ul-proc1 .desc:last-child{margin-bottom:0}
.ul-proc1 .desc a{float:right;background-color:#00cffe;padding:0 17px;border-radius:8px;font-size:12px;color:#fff}
.ul-proc1 .desc p{text-overflow:ellipsis;white-space:normal;overflow:hidden}
.ul-proc2{margin:0 -8px 72px;overflow:hidden}
.ul-proc2 li{float:left;width:40%;padding:0 8px}
.ul-proc2 li:last-child{width:20%}
.ul-proc2 .con{background-image:linear-gradient(to right,#475f7f,#5f7ea8);border-radius:5px;height:77px;padding:0 61px 0 19px;overflow:hidden}
.ul-proc2 .icn{float:left;height:77px;line-height:77px;font-size:0;margin-right:31px}
.ul-proc2 .icn img{display:inline-block;vertical-align:middle}
.ul-proc2 .txt{padding-top:8px;overflow:hidden}
.ul-proc2 .tit{font-size:18px;color:#fff;margin-bottom:7px}
.ul-proc2 .desc{overflow:hidden;margin-bottom:9px;line-height:20px;font-size:14px;color:#fff}
.ul-proc2 .desc:last-child{margin-bottom:0}
.ul-proc2 .desc a{float:right;background-color:#00cffe;padding:0 17px;border-radius:8px;font-size:12px;color:#fff}
.ul-proc2 .desc p{text-overflow:ellipsis;white-space:normal;overflow:hidden}
.ul-proc2 .more{display:block;background-image:linear-gradient(to right,#06b6ea,#3fdaf3);border-radius:5px;height:77px;line-height:77px;font-size:0;text-align:center;cursor:pointer}
.ul-proc2 .more img{display:inline-block;vertical-align:middle}
.m-slickc4{position:relative;margin-bottom:44px}
.m-slickc4 .slick-arrow{position:absolute;top:50%;margin-top:-28px;background-repeat:no-repeat;background-position:center;background-size:cover;width:57px;height:57px;background-color:transparent;border:none;font-size:0;cursor:pointer}
.m-slickc4 .slick-prev{left:-84px;background-image:url(c-icn02.png)}
.m-slickc4 .slick-prev:hover{background-image:url(c-icn03.png)}
.m-slickc4 .slick-next{right:-84px;background-image:url(c-icn04.png)}
.m-slickc4 .slick-next:hover{background-image:url(c-icn05.png)}
.ul-proc3{margin:0 -7px 0 -8px;overflow:hidden}
.ul-proc3 li{float:left;width:20%;padding:0 7px 0 8px;margin-bottom:26px}
.ul-proc3 .con{display:block;height:92px;line-height:90px;border:1px solid #d6d6d6;border-radius:10px;text-align:center}
.ul-proc3 .con img{display:inline-block;vertical-align:middle}
.m-infoc2 .tit{font-size:24px;color:#101010;text-align:center;margin-bottom:35px;font-weight: bold;}








main #headerPage {
width: 100%;
height: 60px;
background-image: url("152099781342277118.png");
background-repeat: no-repeat;
background-size: calc(50% - 440px) 103%;
background-position-y: -1px;
border-bottom: 1px solid #eee;
background-color: #ffffff;
}
/****************1.31修改*****************/


main #headerPage>div {

  width: calc(50% + 600px);

  /*margin-left: calc(28% - 125px);*/

  float:right;



}



main #headerPage>div>p {



  width: 125px;

  color: white;

  font-size: 18px;

  vertical-align: top;

  margin-top: 15px;

}



main #headerPage>div>p span {

  display: block;

  font-size: 12px;

}



main #headerPage div>ul {

  display: inline-block;

  width: calc(100% - 125px);

margin-top:20px;
margin-bottom: 20px;

  font-size: 14px;

}



main #headerPage div>ul>li {

  position: relative;

  display: inline-block;

  margin: 0 30px;

  height: 60px;

  line-height: 60px;

}



main #headerPage div>ul>li a {

  color: #333;
  display: block;
  font-size: 14px;

}

main #headerPage div>ul>li a:hover{
  color: #0082C7
}

main #headerPage div>ul>li p {

  color: #333;

  font-size: 14px;

}



/*底部边框*/

.this_border {

  border-bottom: 3px solid #0082C7;

}



main #headerPage div>ul>li.this_border p,

main #headerPage div>ul>li.this_border>a {

  color: #0082C7;

}



.this_border .this_border {

  border-bottom: 0 solid #fff;

}



main #headerPage div>ul .this_border .this_border a {

  color: #0082C7;

}



/*被紧用的a标签*/

main #headerPage ul .hiddenPath {

  /*display: none;*/

  position: absolute;

  left: -20px;

  width: 480px;

  height: 50px;
  line-height: 50px;


  transition: all 0.3s;

}



main #headerPage ul .hiddenPath li {

  display: inline-block;

  line-height: 50px;

  height: 50px;

  padding: 0;

  margin: 0 20px;

  transition: all 0.3s;

}



main>#bgDiv {

  height: 0;

  width: 100%;

  background-color: #EFEFEF;

  transition: all 0.3s;

}



main #headerPage ul .liSublink .hiddenPath {

  height: 40px;

  line-height: 40px;

}



main #headerPage ul .liSublink p:hover,

main #headerPage ul .liSublink a:hover {

  color: #0082C7;

}


.spercontent {width: 1200px;margin:50px auto;text-align: justify;}
.spercontent p,.spercontent span,.spercontent a,.spercontent{font-size: 16px;color: #333;line-height: 1.5;}

.cpfw_jh_view{width: 1200px;margin:60px auto;margin-top:80px;}
.cpfw_jh_view  .title1{
  font-size: 26px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 50px;
    color: #333;
}
.rujs{
 
  display: flex;

}
.rujs li{margin-right:50px;}
.rujs a{color: #666;font-size: 18px;}
.rujs .on a{color:#1866B6}


.cpfw_jh_view .nr_box_view {
  margin-top: 50px;
}
.cpfw_jh_view .nr_box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  transition: opacity .8s;
}
.cpfw_jh_view .nr_box:nth-child(3n){
  margin-right: 0
}
.f18{font-size: 18px;}
.cpfw_jh_view .nr_box .item_view {
  position: relative;
  width: 32%;
  height: 418px;
  margin-right: 2%;
  margin-bottom: 21px;
  box-sizing: border-box;
  overflow: hidden;
}
.cpfw_jh_view .nr_box .item_view:hover .text_view {
  max-height: 100%;
  height: 100%;
  background-color: rgba(0, 64, 152, 0.8);
}
.cpfw_jh_view .nr_box .item_view:hover .text_view .text_con {
  opacity: 1;
  z-index: 1;
}
.cpfw_jh_view .nr_box .item_view:hover .text_view .t1::before {
  width: 60px;
}
.cpfw_jh_view .nr_box .item_view .have_more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding:40px;
  box-sizing: border-box;
  color: #fff;
  max-height: 150px;
  font-size: 18px;
  background-image: linear-gradient(rgba(255, 255, 255, 0), #004098);
}
.cpfw_jh_view .nr_box .item_view .have_more .t1 {
  padding-bottom: 0;
}
.cpfw_jh_view .nr_box .item_view .have_more .more {
  width: 90px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin-top: 15px;
  color: #004098;
  font-size: 16px;
  border-radius: 4px;
  background-color: #fff;
  transition: all .3s;
}
.cpfw_jh_view .nr_box .item_view .have_more .more:hover {
  background-color: #004098;
  color: #fff;
}
.cpfw_jh_view .nr_box .item_view .have_more .t1::before {
  width: 60px;
}
.cpfw_jh_view .nr_box .item_view .t1 {
  display: block;
  font-size: 22px;
  padding: 15px 0 40px;
  position: relative;
}
.cpfw_jh_view .nr_box .item_view .t1::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: width .6s;
}
.cpfw_jh_view .nr_box .item_view .text_view {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 60px 40px;
  box-sizing: border-box;
  color: #fff;
  max-height: 150px;
  font-size: 18px;
  transition: all .6s;
  background-image: linear-gradient(rgba(255, 255, 255, 0), #004098);
}
.cpfw_jh_view .nr_box .item_view .text_view .text_con {
  opacity: 0;
  transition: opacity .6s;
  height: 330px;
  overflow: hidden;
}
.cpfw_jh_view .nr_box .item_view:nth-child(3n) {
  margin-right: 0;
}
.cpfw_jh_view .nr_box .item_view img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cpfw_jh_view .con_box {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 60px;
  overflow: hidden;
  height: 150px;
}
.cpfw_jh_view .con_box .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}
.cpfw_jh_view .con_box .item span {
  color: #666;
  font-size: 18px;
}
.cpfw_jh_view .con_box .item .icon_view {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-bottom: 20px;
}
.cpfw_jh_view .con_box .item .icon_view img {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.cpfw_jh_view .con_box .item .icon_view img:last-child {
  display: block;
}
.cpfw_jh_view .con_box .item.swiper-slide-active img:first-child {
  display: block;
}
.cpfw_jh_view .con_box .item.swiper-slide-active span {
  color: #004098;
  font-weight: bold;
}
.cpfw_jh_view .con_box .item.swiper-slide-active img:last-child {
  display: none;
}


@media screen and (max-width: 750px) {
.spercontent {width:100%;margin:0;padding:0.2rem}
.spercontent p, .spercontent span, .spercontent a, .spercontent{font-size:0.27rem}
}        


.m-banner{position:relative;height:0;padding-top:550px;background-size:cover;background-position:center;background-repeat:no-repeat;
width: 100%}
.m-banner .bg{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.15);overflow:hidden}
.m-banner .bg img{display:none}
.m-banner .tit{position:absolute;bottom:0%;left:50%;width:100%;transform:translate(-50%,-50%);text-align:center}
.m-banner .tit h3{font-size:50px;font-weight:600;color:#fff;margin-bottom:5px}
.m-banner .tit h4{font-size:28px;font-weight:500;color:#fff;text-transform:uppercase}
.m-banner .tit h4 span{color:#00cffe;margin-left:10px}

.fix:after, .fix:before {
    display: block;
    content: "clear";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}