.banner img{width:100%;}
.top_menu{
 display: none;
}
a:hover{
   color: #278BE8;
 }
 .wrap{
   width: 100%;
 }
 .main{
   width: 100%;
   margin-bottom:0px;
   /*! min-height: 420px; */
   background: #fff;
   padding-bottom: 30px;
   margin: 0;
 }
 .wrap_main{
   margin-top: 0px;
 }
 .main_content{
 margin-top: 0px;
 padding: 0;
 background: none;
 border: none;
 box-shadow: none;
 /* overflow: hidden; */
 }
 .w1200{
   width: 1200px;
   margin: 0 auto;
 }
 .banner {
 margin-bottom: 0px;
}
.fl{
  float: left;
}
.fr{
  float: right;
}
 ul.article_list li a.title_type{
   font-size: 16px;
   color: #fff;
 }
 ul.article_list li span.span_date{
   font-size: 14px;
   color: #999999;
   float: right;
   margin-left: 10px;
 }
 ul.article_list li a.title_type:hover{
 }
 .top_menu{
   background: #E8B047;
   margin-top: -4px;
 }
 .top_menu_inner{
   width: 1200px;
   margin: 0 auto;
   text-align: center;
 }
 .top_menu_inner .leftNavTitle{
   float: left;
   width: 10%;
   position: initial;
   font-size: initial;
   background: none;
   height: 60px;
   line-height: 60px;
   text-align: center;
 }
 .top_menu_inner .side_menu_inside{
   width: 90%;
   float: left;
 }
 .lv1_ul{
   overflow: hidden;
 }
 .top_menu_inner .side_menu_inside li{
   float: left;
   width: 14.2%;
   height: 60px;
   line-height: 60px;
 }
 .top_menu_inner .side_menu_inside li a{
   color: #fff;
   font-size: 20px;
   font-family: Microsoft YaHei;
 }
  
 .top_menu_inner .leftNavTitle a{
   display: block;
   height: 100%;
 }
 .top_menu_inner .leftNavTitle .navspan{
   display: none;
 }
 .mbt20{
   margin: 20px 10px;
 }
 .mt50{
 margin-top: 50px;
 }
 .mt40{
 margin-top: 40px;
 }
 .pd20{
   padding: 0px 20px 20px;
 }
 .pd0-30{
   padding: 0 30px 30px 30px;
 }
 .color-fff{
   background: #fff;
 }
 .bw_title{
   height: 40px;
   line-height: 40px;
   border-bottom: 2px solid #EEEEEE;
   position: relative;
 }
 .datum_wrapper .bw_title{
   border-bottom: 2px solid rgba(197, 43, 48, .1);
 }
 .bw_title::after{
   position: absolute;
   content: "";
   left:0;
   bottom: -2px;
   width: 230px;
   height: 2px;
   background:#278BE8;
 }
 .bw_title a{
   font-size: 24px;
   font-family: Microsoft YaHei;
   font-weight: bold;
   color: #137ACC;
 }
 .bw_title .bw_more{
   float: right;
   font-size: 14px;
   font-family: Microsoft YaHei;
   color: #666666;
 }
 .bw_title .bw_more:hover{
   color: #278BE8;
 }
 .bw_title .bw_smtitle span>span{
   display: inline-block;
   font-size: 28px;
   font-weight: bold;
 } 
 .bw_content .article_box p{
   line-height: 40px;
   color: #666;
 }
 .bw_content .article_box img{
   width: 100%;
   height: 100%;
 }
 .bw_content ul.article_list li{
   box-sizing: border-box;
   padding-left: 15px;
   line-height: 46px;
   text-overflow: ellipsis;
   overflow: hidden;
   white-space: nowrap;
   border-bottom: 1px dashed #fff;
   color: #fff;
 }
 .bw_content ul.article_list li:hover{
 }
 .column_list{
   margin-top: 20px;
 }
 .column_list li{
   padding: 0 0 10px 15px;
   border-bottom: 1px dashed #ddd;
   margin-bottom: 10px;
   line-height: 28px;
   text-overflow: ellipsis;
   overflow: hidden;
   white-space: nowrap;
 }

 .column_list li .dy_title{
   font-size: 14px;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
   display: inline-block;
   width: 80%;
 }
 .article_list2 li{
 overflow: hidden;
 padding: 20px 0;
 border-bottom: 1px solid #f3f3f3;
 }
 .article_list2 li.last{
 border-bottom: none;
 padding-bottom: 0px;
 }
 .article_list2 li .img_box{
 float: left;
 margin-right: 20px;
 }
 .article_list2 .img_box img{
 width: 160px;
 height: 120px;
 }
 .article_list2 .title_type{
 line-height: 45px;
 font-size: 20px;
 }
 .article_list2 p{
 font-size: 14px;
 color: #999;
 text-indent: 2em;
 line-height: 28px;
 }
 .article_list2 .detail{
 color: #278BE8;
 font-size: 14px;
 }
 .article_list2 .span_date{
 color: #333;
 }
 /*文章页*/
 .top_menu p{
 line-height: inherit;
 height: 60px;
 }
 .border{
 border-top: 1px solid #ededed;
 }
 h2.title_header, h2.Com_tit{
 color: #278BE8;
 font-weight: bold;
 position: relative;
 height: 65px;
 border-bottom: 2px solid #e6e6e6;
 line-height: 65px;
 }
 h2.title_header::after {
 position: absolute;
 content: "";
 left: 0;
 bottom: -2px;
 width: 230px;
 height: 2px;
 background: #278BE8;
 }
 h2.title_header span, h2.Com_tit span{
 border-left: none;
 border-bottom: 0;
 font-size:22px;
 }
 h2.title_header span:first-letter{
   font-size: 26px;
 }
  

 ul.article_list li.No_Con p{
 color: #278BE8;
 }
 .top_menu_inner #leftNav  p.ren{
 background: #278BE8 !important;
 }
 .top_menu_inner  p:hover a{
 color: #fff;
 font-weight: 600;
 }
 .top_menu_inner p.ren a{
 color: #fff;
 }
 .top_menu_inner p a:hover{
 text-decoration: none;
 }
 .main .linkMap{
 width: 1200px;
 margin: 0 auto;
 height: 40px;
 color: #278BE8;
 line-height: 40px;
 }
 .main .linkMap a{
 color: #278BE8;
 }
 .main .linkMap span{
 color: #278BE8;
 }
 .article_right{
 float: none;
 width:100%;
 display: block;
 padding-bottom: 0;
 background: #fff;
 }
 .ask_area {
   /* padding:0px 20px 30px; */
 }
 .turning_page{
 border-bottom: 2px solid #278BE8;
 }
 .article_right .article_title{
   color: #000;
   line-height: 1.8em;
   font-weight: normal;
   text-align: center;
   padding: 15px 0;
 }
 .sub_tit {
 text-align: center;
 padding: 10px 0;
 line-height: 25px;
 position: relative;
}
.article_right .sub_tit span {
 color: #999999;
 padding-right: 15px;
 padding-left: 15px;
 font-size: 15px;
}
.font_size {
 position: absolute;
 right: 0;
 top: 20px;
 border:none;
}
.notice {
 float: left;
 font-size: 12px;
}
 .article_box.ts img{
  width: 100%;
 }

.impor_com {
  width: 48.75%;
  height: 394px;
  padding: 15px 20px;
  box-sizing: border-box;
  border-radius: 10px;
}
.impor_com1{
  background:#fff;
 
}
.impor_com2{
 background:#fff;
  background-size: cover;
}
.impor_com .article_list{
  margin-top: 20px;
}
.work_wrapper .article_box{
  width: 640px;
  /* overflow: hidden; */
}
.work_wrapper .work_right {
  width: 557px;
  padding: 20px 30px;
  box-sizing: border-box;
}
.work_right .article_list{
}
.datum_list .datum_ul{
  display:flex;
  justify-content: space-between;
}
.datum_ul li{
  width: 32%;
  border-radius: 10px;
  overflow:hidden;
  background: #FFFFFF;
  box-shadow: 0px 20px 40px 0px rgba(208, 208, 208, 0.26);
}
.datum_ul li .tit_image{
  width: 100%;
  height: 200px;
  display:block;
  overflow: hidden;
  transition: all 0.3s;
}
.datum_ul li .tit_image:hover{
  transform: scale(1.05);
}
.datum_ul li .tit_image img{
  width: 100%;
}
.datum_ul li .title_type{
  line-height: 70px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  padding:0 20px;
  display: block;
  box-sizing: border-box;
}
.datum_ul li .title_type:hover{
  color: #278BE8;
}
.story_wrapper{
  height:auto;
}
.story_wrapper .bw_title{
  /* text-align: center; */
  margin-bottom: 20px;
  border-bottom: none;
}   
.story_wrapper .bw_title::after{
  width: 100%;
 background: none;
}
.dstor_scroll{
  width: 100%;
  position: relative;
}
.dstory_ul {
  margin-top: 28px;
  overflow: hidden;
}
.dstory_ul .ul_list li{
  width: 370px !important;
  height: 257px;
  background:#fff;
  margin: 0 15px;
  border: 1px solid #F0F0F0;
  padding: 30px 30px 0 30px;
  box-sizing: border-box;
}
.dstory_ul .ul_list li .tit_box{
  min-height: 76px;
}
.tit_box .title_type{
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
}
.content_box{
  min-height: 74px;
}
.content_box p{
  font-size: 14px;
  color: #999999;
  line-height: 30px;
  word-wrap: break-word;
}
.more_box{
  border-top: 1px solid rgba(0,0,0,0.11);
  width: 100%;
  padding-top: 20px;
}
.more_box .span_date{
  font-size: 20px;
  color: #999999;
  line-height: 35px;
  opacity: 0.7;
}
.more_box .details{
  display:inline-block;
  float: right;
  width: 76px;
  height: 35px;
  background: #FFFFFF;
  border: 1px solid #F0F0F0;
  font-size: 14px;
  text-align: center;
  line-height: 35px;
  color: #333333;
  opacity: 0.7;
}
.more_box .details:hover{
  border: 1px solid #278BE8;
  color: #278BE8;
}
.arrow_btn{
  position: absolute;
  width: 65px;
  height: 65px;
  background: rgba(0,0,0,0.25);
  border-radius: 50%;
  text-align: center;
  line-height: 65px;
  color: rgba(255,255,255,0.56);
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  font-weight: 600;
  display:block;
}
.arrow_btn.arrow_left{
  left: -80px;
}
.arrow_btn.arrow_right{
  right: -80px;
}
.arrow_btn:hover{
  background: rgba(0,0,0,0.5);
  color: rgba(255,255,255,0.8);
  text-decoration: none;
}
.bull_wrapper{
  background-size: cover;
  height: 229px;
  padding:15px 20px;
  box-sizing: border-box;
  border-radius: 10px;
}
.bull_ul {
  margin-top: 20px;
}

.bull_ul .article_list li{
 width: 45%;
  }
.bull_ul .article_list li.Li_Odd {
  float: left;
}
.bull_ul .article_list li.Li_Even {
  float: right;
}
.pages{
  border:none;
  margin-top: 0;
}
.pages .ae-pagination a{
  color: #278BE8;
  border: solid 1px #278BE8 !important;
  height: 24px!important;
  font-size: 14px;
  margin: 0 2px!important;
  text-decoration: none;
  font-weight: normal;
  padding: 5px 10px!important;
  border-radius: 5px !important;
}
.pages .page_number_div{
  float: right;
}
.pages .ae-pagination-current, .pages .ae-pagination-current:hover {
 color: #FFF!important;
 background-color: #278BE8!important;
 border: 1px solid #278BE8!important;
}
.pages a:hover {
 color: #FFF!important;
 background-color: #278BE8!important;
 border: 1px solid #278BE8!important;
}
.share p span{
  background: #278BE8;
  color: #FFF;
  padding: 2px 4px;
  margin: 0 2px 0 0px;
  font-size:14px;
}
.prev_next{width:100%;}
.share a{
  color: #278BE8;
  font-size:14px;
}
.share a:hover{
  font-weight: 600;
}
.article_right .article_cont {
 line-height: 2em;
 font-size: 16px;
}

/*轮播*/

.swiper-containerx{
 overflow: hidden;
 height: 205px;
}
.swiper-paginationx {
 width: 78px;
 height: 16px;
 margin: 0 auto;
}
.swiper-container{
 width: 100%;
 height: 373px;
 position: relative;
 overflow: hidden;
}
.swiper-container1,.swiper-container2,.swiper-container3{
 width: 100%;
 height: 430px;
 position: relative;
 overflow: hidden;
}
.scroll_cont {
  position: relative;
}
.swiper-wrapper {
 position: relative;
 width: 100%;
 height: 100%;
 z-index: 1;
 display: -webkit-box;
 display: -moz-box;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 -webkit-transition-property: -webkit-transform;
 -moz-transition-property: -moz-transform;
 -o-transition-property: -o-transform;
 -ms-transition-property: -ms-transform;
 transition-property: transform;
 -webkit-box-sizing: content-box;
 -moz-box-sizing: content-box;
 box-sizing: content-box;
}

span.swiper-pagination-switch.swiper-visible-switch.swiper-active-switch {
 width: 14px;
 height: 14px;
 background: #0B7BCD;
}

span.swiper-pagination-switch {
 display: block;
 cursor: pointer;
 float: left;
 width: 14px;
 height: 14px;
 background: rgba(11 ,123 ,205,0.3);
 margin-left: 10px;
}

.swiper-pagination3, .swiper-pagination1, .swiper-pagination2 {
 position: absolute;
 bottom: -30px;
 left: 0;
 z-index: 2;
}


.scroll_ul a.title_type {
 position: absolute;
 bottom: 0;
 display: block;
 width: 100%;
 color: #fff;
 height: 99px;
 line-height: 46px;
 padding-left: 20px;
 padding-top: 53px;
 box-sizing: border-box;
 font-size: 18px;
 display: none;
}


span.bwcxlistDate {
 float: right;
 font-size:14px;
}
.footer .footer_link{
  width: 100%;
  background: #278BE8;
}

.work_wrapper {
 background: url(../img/20230511135330.png) no-repeat right;
 height: 523px;
}

.work_wrapper .com_tit {
 /* padding-right: 150px; */
}
.toggle h2.bw_title {
 text-align: right;
}


.work_wrapper.toggle.mt30.w1200 {
 background: url(../img/20230511142307.png) no-repeat left;
}
.swiper-pagination2 {
 right: 0;
 left: auto;
}
.work_wrapper.toggle {
 background: url(../img/20230511142307.png) no-repeat left;
}
.impor_wrapper .com_tit {
 text-align: center;
}

.impor_wrapper ul.article_list {
 background: #EEF0FF;
 padding: 20px;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}

.impor_wrapper ul.article_list li {
 width: 48%;
 border: none;
}

.impor_wrapper ul.article_list li a.title_type {
 color: #333;
}
.bw_title .bw_smtitle span {
 font-size: 18px;
}
.bw_title .bw_smtitle span i {
 padding: 0 5px;
 font-size: 22px;
 font-style: normal;
}
@media only screen and (max-width:1280px){
.work_wrapper{height:auto;}
.work_wrapper .article_box{width:50%;}
.work_wrapper .work_right{width:50%;}
.w1200{width:100%;}
  .top_menu_inner{
 width: 980px;
  }
  .main_content{
 width: 100%;
  }
/*  .bw_content .article_box img{
 width: 400px;
  }*/
div.swiper-container {
 width: 100%;
 height: 275px;
 position: relative;
 overflow: hidden;
}
.swiper-wrapper li{
  position: relative;
}
div.swiper-container .scroll_ul a.title_type{
 bottom: 0px;
}
div.swiper-container1 .scroll_ul a.title_type{
 bottom: 0px;
}
div.swiper-container .scroll_ul li{
 position: relative;
}
.article_box.ts img {
 width: 100%;
 height: 100%;
}
}
@media only screen and (max-width:1040px){
.work_wrapper.toggle{background-size: 90%;}

.work_wrapper{background-size: 90%;}
.swiper-container1, .swiper-container2, .swiper-container3{height: 340px;}

}
@media only screen and (max-width:768px){
.bw_content ul.article_list li{color: #333;}
.swiper-container1, .swiper-container2, .swiper-container3{height:430px;}
.impor_wrapper ul.article_list li{width: 100%; }
.work_wrapper .work_right{padding: 40px 0px 0px;}
.datum_ul li .title_type, ul.article_list li a.title_type{font-size: 15px;  color: #333;}
  .w1200{width: 100%; }
.work_wrapper .article_box{width: 100%; }
.work_wrapper .work_right{ width: 100%; }
.article_box fl{ width: 100%; }
.work_right fr{ width: 100%; }
  .top_menu_inner{
 width: 100%;
  }
  .main_content{
 width: 100%;
  }
  .article_left, .leftNavTitle{
   display: block;
  }
div.swiper-container {
 width: 100%;
 height: 100%;
 position: relative;
 overflow: hidden;
}  
.scroll_ul a.title_type{
 font-size: 16px;
 padding-right: 140px;
}
.datum_ul li .img_box{
  height: 150px;
}
.datum_ul li .title_type {
 line-height: 60px;
 font-size: 16px;
 padding: 0 10px;
 text-overflow: ellipsis;
 overflow: hidden;
 white-space: nowrap;
}
.main .linkMap{
  width: 100%;
  height: auto;
  line-height: 30px;
  box-sizing: border-box;
}
.font_size{
  display:none;
}
h2.title_header, h2.Com_tit{
  line-height: 30px;
  /* height: 40px; */
}
.arrow_btn{
  display:none;
}
  .work_wrapper {
 background: none;
 height: auto;
}

.bw_title .bw_smtitle span>span {
 font-size: 20px;
}

.toggle h2.bw_title {
 text-align: left;
}

.work_wrapper.toggle {
 background: none;
}

.mt50 {
 margin-top: 25px;
}
  .article_right .article_cont img {
 max-width: 100% !important;
 margin: 0 auto;
 /* display: block; */
}
}
@media only screen and (max-width:640px){
.swiper-container1, .swiper-container2, .swiper-container3{height: 340px;}
  .top_menu_inner .leftNavTitle{
 width: 13%;
  }
  .main{
 padding-bottom: 20px;
  }
  .top_menu_inner .side_menu_inside li a{
 font-size: 16px;
  }
  .bw_content .article_box img{
 width: 100%;
  }
  .col-md-6{
 width: 100%;
  }
  .col-md-6.fl,.col-md-6.fr{
 float: none;;
  }
  .col-md-6 .pr10,.col-md-6 .pl10{
 padding: 0px;
  }
  .main .linkmap{
 width: 100%;
  }
  .column_list li .dy_title {
 display: block;
 width: 70%;
 text-overflow: ellipsis;
 overflow: hidden;
 white-space: nowrap;
 float: left;
}

.pages .ae-pagination a {
 padding: 2px 7px!important;
}
}
@media only screen and (max-width:450px){
  .impor_com{
 width: 100%;
 height: auto;
 padding: 10px;
  }
  .bw_title .bw_smtitle span{
 font-size: 15px;
  }

  .impor_com1{
 margin-bottom: 30px;
  }
  .work_wrapper .article_box{
 width: 100%;
  }
  .work_wrapper .work_right{
 width: 100%;
  }
  .datum_list .datum_ul{
 display:block;
  }
  .datum_ul li{
 width: 100%;
 margin-top: 20px;
  }
  .datum_ul li .img_box{
 height: 200px;
  }
  .impor_wrapper {
 margin-top: 30px;
  }
  .swiper-container1,.swiper-container2,.swiper-container3{
 height: 230px;
  }
  .work_wrapper .article_box{
 border-radius: 10px;
  }
  .work_wrapper .work_right{
 height: auto;
 border-radius: 10px;
 margin-top: 30px;
 padding:10px;
  }
  .bull_wrapper{
 padding:10px;
 height: auto;
  }
  .bw_content ul.article_list li{
 width: 100%;
 padding: 0;
 line-height: 24px;
 border-bottom: 1px dashed #000;
  }
  .datum_ul li .title_type,ul.article_list li a.title_type{
 font-size: 15px;
 color: #333;
  }
  .pd20{
 padding:10px;
  }
  .ask_area{
 padding:10px 10px 20px ;
  }
  .top_menu_inner .leftNavTitle{
 width: 10%;
  }
  .top_menu_inner .side_menu_inside{
 width: 90%;
  }
  .top_menu_inner .side_menu_inside li a{
 font-size: 14px;
  }
  .dstory_ul .ul_list li{
  padding:20px;
  width: auto !important;
}
}
@media only screen and (max-width:400px){
.dstory_ul .ul_list li{
  padding:15px;
}
.tit_box .title_type{
  font-size:16px;
}
  .bw_title .bw_smtitle span>span {
 font-size: 16px;
}

.bw_title .bw_smtitle span {
 font-size: 12px;
}
}

 