.list{width: 1100px;max-width: 100%;margin: 0 auto;text-align: center;}
.list h2{font-size: 32px;margin: 60px 0 30px 0;}
.list pre{color: #666666;padding: 0 20px;box-sizing: border-box;}
.list .yewu{width: 100%;position: relative;padding: 80px 0;}
.list .yewu .bj{width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: url(../image/index/4.png) no-repeat center center;z-index: -1;}
.list .yewu .yewu-con{width: 100%;background: rgba(64,78,184,0.3);color: #FFFFFF;padding: 40px 0;}
.list .yewu .yewu-con h4{font-size: 20px;}
.list .yewu .yewu-con  ul{width: 500px;display: flex;justify-content: space-between;flex-wrap: wrap;margin: 0 auto;max-width: 100%;}
.list .yewu .yewu-con  ul li{width: 26%;margin-top: 40px;}
.list .yewu .yewu-con  ul li .img{height: 61px;line-height: 61px;max-width: 100%;}
.list .yewu .yewu-con  ul li .img img{max-width: 100%;max-height: 100%;}
.list .yewu .yewu-con  ul li .text{line-height: 40px;}


.news{width: 1100px;max-width: 100%;margin: 0 auto;text-align: center;}
.news h4{font-size: 20px;margin: 30px 0 30px 0;color: #666666;}
.mySwiper{width: 100%;}
.mySwiper .swiper-slide .img{width: 100%;}
.mySwiper .swiper-slide img{width: 100%;}
.mySwiper .swiper-slide pre{width: 100%;text-align: left;color: #666666;}
.mySwiper .swiper-pagination {
  position: relative;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0,0,0);
  z-index: 10;
}
.swiper-button-next, .swiper-button-prev {
  position: relative;
  top: 0;
  width: unset;
  height: unset;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: unset;
  line-height: 30px;
 
      user-select:none;
}
.swiper-pagination{width: auto !important;line-height: 30px;margin: 20px 20px;bottom: 0 !important;}
.swiper-button-next::after, .swiper-button-prev::after{display: none;}
.swiper-pagination-bullet{background: none !important;padding: 0 10px;color: #666666 !important;opacity: unset;}
.swiper-pagination-bullet-active{color: #C5A968 !important;}
.pages{width: 100%;display: flex;justify-content: center;}
.swiper-pagination-bullet-active{background: #C5A968;}

@media only screen and (max-width: 750px) {
	.list .yewu .yewu-con  ul li{width: 50%;margin-top: 40px;}
	.list .yewu .yewu-con  ul li .img{height: 40px;line-height: 40px;max-width: 100%;}
	.list .yewu .yewu-con  ul li .img img{max-width: 100%;max-height: 100%;}
	.list .yewu .yewu-con  ul li .text{line-height: 40px;}
	.news{box-sizing: border-box;padding: 0 10px;}
	.swiper-pagination-bullet{background: none !important;padding: 0 5px;color: #666666 !important;opacity: unset;}
.swiper-pagination-bullet-active{color: #C5A968 !important;}
}
@media only screen and (max-width: 600px) {
	
	
}
@media only screen and (max-width: 500px) {
	
	
}
@media only screen and (max-width: 400px) {
	
}