.banners{ position: relative; }
.slideshow{ position: relative; }
.slideshow .swiper-pagination-bullet{background: #fff; width: 16px; border-radius: 2px; height: 4px; opacity: 1; transition: all 1s;}
.slideshow .swiper-pagination-bullet-active{  background:#3ca3ff;  }
.slideshow .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
}
.slideshow img{ width: 100%; }


.experie01{background: #f8f8f8;}
.exper_list {
  padding: 20px 0%;
  border-left: 1px solid #ddd; 

  display: flex!important;
  align-items: center; 
  justify-content: center;

}
.exper_list .exper_box {
	position: relative;  min-width: 308px;
}
.exper_list .exper_box .col_left { float: left; width: 88px; padding-right: 10px;}
.exper_list .exper_box .col_left img {width: 100%;}
.exper_list .exper_box .col_right {  padding-top: 10px; color: #666;}
.exper_list .exper_box .col_right .title {
  font-size: 22px;
  line-height: 29px;
}
.exper_list .exper_box .col_right .cont {  font-size: 16px;  line-height: 21px;  color: #888888;
}
.exper_list::nth-last-of-type(1) {  border-left: none;}

.experie02{ padding:50px 0; background-color: #f1f6fb; }
.storyer{ padding:40px 0 10px; }
.exper_tit .big_title {
  font-size: 36px;
  color: #333;
  text-align: center;
  line-height: 47px;
}
.exper_tit .small_title {
  font-size: 18px;
  line-height: 26px;
  margin-top: 10px;
  color: #aaa;
  text-align: center;
}
.exper_tit .btn_more {
    display: block;
    text-align: center;
    margin-top: 10px;
}
.exper_tit .btn_more span {
    font-size: 18px;
    color: #006ddf;
    line-height: 20px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.exper_tit .btn_more span i {
    font-size: 12px;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    display: inline-block;
    background: #006ddf;
    color: #fff;
    border-radius: 50%;
}
.story_list{padding:10px 15px;}
.story_list .video_txt{position: relative; padding-left: 40px;}
.story_list .video_txt .active .icon{ display: inline-block; position: absolute; left: 0; top: 0;
  width: 30px;
  height: 30px;
  background: url("../images/index/icon-play.png") no-repeat;
  background-size: 100% 100%;
}
.story_list .detail .tit{ font-size: 18px;    color: #2a5082;    line-height: 24px;    margin-bottom: 5px;}
.story_list .detail .cont{ font-size: 14px;
    color: #aaaaaa;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 11;
    overflow: hidden;
}
.story_list .detail .btn-apply {
  display: block;
  margin-top: 40px;
  padding: 15px 10px;
  max-width: 142px;
  text-align: center;
  background: #f18a07;
  color: #fff;
  font-size: 24px;
}



.experie03{ padding:50px 0; background: #fff; }
.settle_list{ padding:10px 0px; }

.settle_list .settl_box {
  padding: 25px 10px; transition: all 1s;
}
.settle_list .settl_box .icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin: 0 auto; overflow: hidden;
  background: #ffffff; display: flex; justify-content: center; align-items: center;
  box-shadow: 0px 0px 25px 0px rgba(0, 78, 137, 0.08);
}
.settle_list .settl_box .icon img {
  width: 60%;
 /* margin: 0 auto;*/
  display: block;
}

.settle_list .settl_box p {
  padding:0 10px;
  text-align: center;
}
.settle_list .settl_box .tit {
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  margin: 10px auto;
}
.settle_list .settl_box .cont {
  font-size: 14px;
  color: #999;
  line-height: 19px;
  height: 120px;
  text-align: left;
}
.settle_list .settl_box:hover {
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
}



.experie04{ padding: 50px 0px;    background: #f1f6fb;}


.rehensive{ position: relative; padding-left: 160px; margin-top: 50px; }
.rehensive .layui-tab-bar{ display: none; }
.rehensive .modal-contain .left {
  width: 150px;
  background: #ffffff;
  box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.08);
  position: absolute; top: 0; left: 0;
}
.rehensive .modal-contain .left li {
  padding: 20px;
  cursor: pointer;
}
.rehensive .modal-contain .left li img {
  width: 64px;
  display: block;
  margin: 0 auto 10px auto;
}
.rehensive .modal-contain .left li p {
  font-size: 24px;
  color: #333333;
  line-height: 31px;
  text-align: center;
}
.rehensive .modal-contain .left .active ,.rehensive .modal-contain .left .layui-this{
  background: #3ca3ff;
  position: relative; color: #fff!important;
}
.rehensive .modal-contain .left .layui-this p{ color:#fff!important; }
.layui-tab-title .layui-this:after{ display: none!important; }
.rehensive .modal-contain .left .active p {
  color: #fff;
}
.rehensive .modal-contain .left .active::after {
  content: "";
  position: absolute;
  top: 60px;
  right: -15px;
  border-top: 10px solid transparent;
  border-left: 15px solid #3ca3ff;
  border-bottom: 10px solid transparent;
}
.rehensive .modal-contain .right {
 /* display: flex;*/
  padding-left: 30px;
}
.rehensive .modal-contain .right .r-left{ padding-right: 30px;  min-height: 455px;}
.rehensive .modal-contain .right .r-left .title {
  font-size: 34px;
  color: #333333;
  line-height: 45px;
}
.rehensive .modal-contain .right .r-left .line {
  width: 62px;
  height: 2px;
  background: #3ca3ff;
  margin: 10px 0px 30px 0px;
}
.rehensive .modal-contain .right .r-left .cont {
  font-size: 16px;
  color: #999999;
  line-height: 24px;
}
.rehensive .modal-contain .right .r-left .cont p {
  margin-bottom: 15px;
}
.rehensive .modal-contain .right .r-left .tip {
  font-size: 16px;
  color: #999999;
  line-height: 21px;
  margin-top: 10px;
}
.rehensive .modal-contain .right .r-left .tip li {
  display: inline-block;
  width: 35%;
  margin-bottom: 15px;
}
.rehensive .modal-contain .right .r-left .tip li em {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #3ca3ff;
  margin-right: 10px;
}
.rehensive .modal-contain .right .r-left .layui-btn {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 0px 10px!important;
  width:150px; height: 50px; line-height: 50px;
font-size: 18px;
}
.rehensive .modal-contain .right .r-right {
}
.rehensive .modal-contain .right .r-right img {
 width: 100%;
}
.garden_box .layui-tab-title li{ display: block!important; }
.garden_box .layui-tab-title{ height: auto!important; }
.garden_box .r-right{ }
.garden_box .layui-tab-content{ position: relative; }

.experie05{ padding:50px 0; background-color: #fff; }
.dimension{ padding:30px 0; }
.dimen_list{ padding:10px 0; }
.dimen_box{ text-align: center; position: relative; }
.dimen_box h3{ color: #333; font-size: 16px; line-height: 30px; }
.dimen_box p{ color: #999; font-size: 14px;  line-height: 20px; }
.dimen_box i{ display: inline-block; text-align: center; }
.dimen_box em{ margin:10px 0; height: 20px; width: 20px;border-radius: 50%;
    background: #d4ebff; display: inline-block; }

 .dimen_box:before {
	    content: "";
    position: absolute;
    z-index: 0;
    height: 4px;
    background: #d4ebff;
    width: 100%; left:50%; top: 63%; 
}
  
.dimen_list:last-child .dimen_box:before {display: none;}



.experie06{ padding: 50px 0px;    background: #f1f6fb;}
.newing{ padding-top: 50px; }
.newing .index_swips{ min-height: 460px!important }
.newing .swiper-slide .slr_news {
  padding: 30px 20px 20px 20px;
  background: #ffffff;
  /*box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.08);*/
  text-align: center;
}
.newing .swiper-slide .slr_news .time {
  font-size: 14px;
  color: #333333;
  line-height: 19px;
  margin-bottom: 20px;
}
.newing .swiper-slide .slr_news .tit {
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  height: 50px;
 display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp:2;
overflow: hidden;
}
.newing .swiper-slide .slr_news a {
  color: #3ca3ff;
  font-size: 14px;
  margin: 20px 0px;
  display: block;
}
.newing .swiper-slide .slr_news .cont {
  font-size: 14px;
  color: #666666;
  line-height: 19px;
  text-align: left;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.newing .swiper-slide .slr_news h3{overflow: hidden;}
.newing .swiper-slide .slr_news img{ width: 100%;}
.newing .swiper-container-horizontal > .swiper-scrollbar {
  opacity: 1 !important;
  height: 2px;
}
.newing .swiper-button-prev {
  width: 48px;
  height: 48px;
  background: url("../images/index/icon-prev-active.png") no-repeat;
  background-size: 48px 48px;
}
.newing .swiper-button-next {
  width: 48px;
  height: 48px;
  background: url("../images/index/icon-next-active.png") no-repeat;
  background-size: 48px 48px;
}



/*==========================================设备分辨率 开始=============================================*/


/*================设备小于767px=========================*/
@media (max-width: 767px){

.exper_tit .big_title{ font-size: 16px; line-height: 20px;}
.exper_tit .small_title {font-size: 12px; line-height: 16px;margin-top: 5px;}
.experie02,.experie03,.experie04,.experie05,.experie06{ padding:20px 0;}

.exper_list .exper_box .col_left{ text-align: center; float: initial;  width: auto;  padding-right: 0px;  display: block;}
.exper_list .exper_box .col_left img{ width: 30px; }
.exper_list .exper_box .col_right{ text-align: center; }
.exper_list{ padding:10px 10px; }
.exper_list .exper_box .col_right .title{ line-height: 20px; font-size: 14px;  }
.exper_list .exper_box .col_right .cont{ font-size: 12px; line-height: 16px; padding:3px 0 0; }
.exper_list .exper_box{ min-width: 20px; }
.storyer{padding:10px 0;}
.story_list{padding:10px 0;}
.story_list .detail .btn-apply{padding:10px 0; width: 120px; font-size: 16px; margin-top: 10px;}

.settle_list .settl_box { padding: 10px 0px;}
.settle_list .settl_box .tit{ font-size: 14px; }
.settle_list .settl_box .cont{ font-size: 12px; }

.rehensive {padding-left: 0px; margin-top: 20px; }
.rehensive .modal-contain .left{ position: relative; width: 100%; overflow: hidden; }
.garden_box .layui-tab-title li{ display: inline-block!important; }
.rehensive .modal-contain .left li{ padding:10px 0; width: 33.33%; height: 100%;}
.rehensive .modal-contain .left li p{ font-size: 14px; line-height: 15px; min-height: 30px; }
.rehensive .modal-contain .left li img{ width: 30px; }
.rehensive .layui-tab-content{padding:10px 0;}
.rehensive .modal-contain .right{ padding:0; }
.rehensive .modal-contain .right .r-left{    padding-right: 0px; padding-top: 30px;}
.rehensive .modal-contain .right .r-left .layui-btn{position: relative;}
.rehensive .modal-contain .right .r-left .title{ font-size: 22px; line-height: 24px; }
.rehensive .modal-contain .right .r-left .layui-btn{ width: 120px; height: 36px; line-height: 36px; font-size: 16px; }

.dimen_box em{ width: 10px; height: 10px; }
.dimen_box:before{ height: 2px; top: 66%; }
.dimen_list:nth-child(3) .dimen_box:before{ display: none; }
.dimen_box p{ font-size: 12px; } 
.exper_tit .btn_more span{ font-size: 12px; }
.exper_tit .btn_more span i{ width: 14px; height: 14px;line-height: 14px; }
.newing{padding:30px 0 0;}


.newing .swiper-slide .slr_news h3{ height: 167px;}
.newing .swiper-slide .slr_news img{min-height: 167px;}


}




/*1400分辨率以上（大于1400px）*/
@media screen and (min-width: 1400px){
	
.newing .swiper-slide .slr_news h3{ height:214px;}
.newing .swiper-slide .slr_news img{min-height: 214px;}

}

/*1280分辨率以上（大于1200px，小于1399px）*/
@media screen and (min-width: 1200px) and (max-width: 1399px) {

.newing .swiper-slide .slr_news h3{ height:162px;}
.newing .swiper-slide .slr_news img{min-height: 162px;}
}
/*1100分辨率（大于960px，小于1199px）*/
@media screen and (min-width: 992px) and (max-width: 1199px) {
.exper_list .exper_box .col_left{ width: 60px; }
.exper_list .exper_box .col_right .cont{ font-size: 14px; }



.newing .swiper-slide .slr_news h3{ height:180px;}
.newing .swiper-slide .slr_news img{min-height: 180px;}



}

/*880分辨率（大于768px，小于959px）*/
@media screen and (min-width: 768px) and (max-width: 991px) {



.exper_tit .big_title{ font-size: 16px; line-height: 20px;}
.exper_tit .small_title {font-size: 12px; line-height: 16px;margin-top: 5px;}
.experie02,.experie03,.experie04,.experie05,.experie06{ padding:40px 0;}

.exper_list .exper_box .col_left{ text-align: center; float: initial;width: auto;  padding-right: 0px;   display: block;}
.exper_list .exper_box .col_left img{ width: 30px; }
.exper_list .exper_box .col_right{ text-align: center; }
.exper_list{ padding:10px 10px; }
.exper_list .exper_box .col_right .title{ line-height: 20px; font-size: 14px;  }
.exper_list .exper_box .col_right .cont{ font-size: 12px; line-height: 16px; padding:3px 0 0; }
.exper_list .exper_box{ min-width: 20px; }
.storyer{padding:10px 0;}
.story_list{padding:10px 0;}
.story_list .detail .btn-apply{padding:10px 0; width: 120px; font-size: 16px; margin-top: 10px;}

.settle_list .settl_box { padding: 10px 0px;}
.settle_list .settl_box .tit{ font-size: 14px; }
.settle_list .settl_box .cont{ font-size: 12px; }
.settle_list .settl_box .icon img{ width: 50%; }

.rehensive {padding-left: 0px; margin-top: 20px; }
.rehensive .modal-contain .left{ position: relative; width: 100%; overflow: hidden; }
.garden_box .layui-tab-title li{ display: inline-block!important; }
.rehensive .modal-contain .left li{ padding:10px 0; width: 33.33%; height: 100%;}
.rehensive .modal-contain .left li p{ font-size: 14px; line-height: 15px; min-height: 30px; }
.rehensive .modal-contain .left li img{ width: 30px; }
.rehensive .layui-tab-content{padding:10px 0;}
.rehensive .modal-contain .right{ padding:0; }
.rehensive .modal-contain .right .r-left{  min-height: auto;   padding-right: 0px; padding-top: 30px;}
.rehensive .modal-contain .right .r-left .layui-btn{position: relative;}
.rehensive .modal-contain .right .r-left .title{ font-size: 22px; line-height: 24px; }
.rehensive .modal-contain .right .r-left .layui-btn{ width: 120px; height: 36px; line-height: 36px; font-size: 16px; }
.rehensive .modal-contain .right .r-right{padding:80px 10px 0;}


.dimen_box em{ width: 10px; height: 10px; }
.dimen_box:before{ height: 2px; top: 66%; }
.dimen_list:nth-child(3) .dimen_box:before{ display: none; }
.dimen_box p{ font-size: 12px; } 
.exper_tit .btn_more span{ font-size: 12px; }
.exper_tit .btn_more span i{ width: 14px; height: 14px;line-height: 14px; }
.newing{padding:30px 0 0;}

.newing .swiper-slide .slr_news h3{ height:200px;}
.newing .swiper-slide .slr_news img{min-height: 200px;}

}











/*720分辨率（大于480px，小于767px）*/
@media only screen and (min-width: 480px) and (max-width: 767px){
 
}

 /*440分辨率以下（小于479px）*/
@media only screen and (max-width: 479px) {
   
}

 
 @media screen and (min-width: 1160px){


}

