.banner .swiper-container {
	width: 100%;
	height: 100%;
}


.banner .swiper-slide{ position:relative;}
.banner .swiper-slide img{width:100%;display: block;}

.banner .swiper-slide .pop{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.5);
	display: flex;
	align-items: center;
	justify-content: center
}
.banner .swiper-slide .pop img{
	width: 25%;
	
}


.banner .swiper-pagination{}
.banner .swiper-pagination-bullet{background:#fff !important;vertical-align:middle;opacity:1 !important;width:10px !important;height:10px !important;}
.banner .swiper-pagination-bullet-active{width:10px !important;height:10px !important;background:#00a46f !important;}

li {
  list-style: none;
}
.main2 li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  height: 300px;
  position: relative;
  transition: all 1s;
  width:23.5%;
  float:left;
  margin-right:2%;
}
.main2 li:nth-child(4) {
  margin-right:0;
}
.main2 li:hover .m2Box {
  background-color: rgba(36, 149, 176, 0.8);
}
.main2 li:hover .m2Title > span {
  display: none;
}
.main2 li:hover .m2Text {
  display: block;
}
.main2.active li {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
  flex: 3;
}
.main2.active li.active2 {
  -webkit-box-flex: 4;
  -webkit-flex: 4;
  flex: 4;
}
.m2Box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.m2Box2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  z-index: 11;
  padding: 0px 10%;
  color: white;
  transition: all 1s;
  padding:0;
}
.m2Title {
  text-align: center;
}
.m2Title > span {
  font-size: 47px;
  font-weight: bold;
}
.m2Title > h4 {
  font-size: 24px;
  margin: 15px 0px 20px;
}
.m2Text {
  font-size: 14px;
  line-height: 30px;
  margin-top: 30px;
  display: none;
}
ul,
ol,
p {
  margin-bottom: 0px;
}



.syxinwen{padding:0 0 2% 0;position:relative;overflow:hidden;}
.syxinwen .synews{ float:left; width:60%;position:relative;overflow:hidden; margin-right:5%;}
.syxinwen .synews .n_tit{border-bottom:#00a784 solid 2px; margin-bottom:15px;position:relative;}
.syxinwen .synews .n_tit h1{font-size:20px; display:block; font-weight:bold; float:left; color:#808080;}
.syxinwen .synews .n_tit i{ width:130px; text-align:right; display:block; float:right;border-bottom:#fad41f solid 2px; margin-bottom:-2px;padding-bottom:42px;}
.syxinwen .synews .n_tit span { font-size:12px; color:#999;position:absolute;top:10px;right:0;}
.syxinwen .synews .new_tj{overflow:hidden;padding-bottom:12px;border-bottom:1px dashed #9fa0a0; width:100%;}
.syxinwen .synews .new_tj .ntj_left{ float:left; width:32%;}
.syxinwen .synews .new_tj .ntj_left img{ max-width:100%;}
.syxinwen .synews .new_tj .ntj_right{ width:65%; float:left; margin-left:3%;}
.syxinwen .synews .new_tj .ntj_right .np_1{ font-size:16px; color:#595757;}
.syxinwen .synews .new_tj .ntj_right .np_2{ font-size:12px; margin:10px 0; line-height:22px;color:#777;}
.syxinwen .synews .newslist{ padding:12px 0;}
.syxinwen .synews .newslist ul li{ line-height:25px; height:30px; overflow:hidden;}
.syxinwen .synews .newslist ul li .type{ width:70px; height:25px; background:#fad41f; line-height:25px; color:#4d4d4d; border-radius:15px; font-size:12px;float:left; text-align:center;}
.syxinwen .synews .newslist ul li .type2{ width:70px; height:25px; background:#00a784; line-height:25px; color:#fff; border-radius:15px; float:left; text-align:center;font-size:12px;}
.syxinwen .synews .newslist ul li a{ display:block; font-size:13px; color:#595757; float:left; margin-left:15px; }
.syxinwen .synews .newslist ul li a:hover{color:#00a784;}
.syxinwen .synews .newslist ul li span{ display:block; float:right; color:#595757; font-family:Arial;font-size:13px;}
.syxinwen .service{ float:left; width:35%;position:relative;overflow:hidden;}
.syxinwen .service .moveContent{padding:0;overflow:hidden;}
.syxinwen .service .child{position:relative;width:47%; float:left;padding:0 6% 5% 0;}
.syxinwen .service .child:nth-child(2n){ padding-right:0;}
.syxinwen .service .child .child-image{width:100%;height:115px;text-align:center;line-height:115px;border-radius:15px;-webkit-border-radius:15px;}
.syxinwen .service .child .child-image{transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s; }
.syxinwen .service .child .child-image img{ vertical-align:middle; max-width:100%;}
.syxinwen .service .child .child-content{padding:10px 0;text-align:center;}
.syxinwen .service .child .child-content .title{line-height:28px;font-size:20px;color:#595757; font-weight:bold;}
.syxinwen .service .child .child-content .title:hover{color:#00a784;}
.syxinwen .service .child1 .child-image{background:#00a784;}
.syxinwen .service .child2 .child-image{background:#fad41f;}
@media (max-width:1120px) {
.main2 li{width:24.25%;margin:12px 1% 12px 0;}
.main2 li .wz{padding:8%;}
}
@media (max-width:1000px) {
.main2 li{width:49%;margin:12px 2% 0 0;}
.main2 li:nth-child(2n){margin-right:0;}

.syxinwen .synews{ float:none; width:100%;margin-right:0; margin-bottom:3%}
.syxinwen .synews .new_tj .ntj_left{ float:none; width:100%;}
.syxinwen .synews .new_tj .ntj_right{ width:100%; float:none; margin-left:0; margin-top:3%;}
.syxinwen .synews .newslist ul li .type{ display:none;}
.syxinwen .synews .newslist ul li .type2{ display:none;}
.syxinwen .synews .newslist ul li a{ margin-left:0; }
.syxinwen .service{ float:none; width:100%;}
.syxinwen .service .child{padding:0 6% 3% 0;}
}
@media (max-width:767px) {
.main2{padding:2% 0 5% 0;}
.main2 li{width:49%;margin:12px 1% 0 0;}
.main2 li:nth-child(2n){margin-right:0;}
.main2 li img{ height:140px;}
.main2 li .wz{padding:5%;}
.main2 li h3{font-size:16px;}
.main2 li p{font-size:12px;line-height:16px;}

.syxinwen .synews{ float:none; width:100%;margin-right:0; margin-bottom:3%}
.syxinwen .synews .n_tit h1{font-size:16px;}
.syxinwen .synews .new_tj .ntj_left{ float:none; width:100%;}
.syxinwen .synews .new_tj .ntj_right{ width:100%; float:none; margin-left:0; margin-top:3%;}
.syxinwen .synews .newslist ul li .type{ display:none;}
.syxinwen .synews .newslist ul li .type2{ display:none;}
.syxinwen .synews .newslist ul li a{ margin-left:0; }
.syxinwen .service{ float:none; width:100%;}
.syxinwen .service .child{padding:0 6% 3% 0;}
.syxinwen .service .child .child-content .title{font-size:16px;}
}
