.main{ padding: 3% 0;}
.clear{ clear: both;}
.content{ line-height: 2.5rem; padding: 2% 0 0;}

.img-cover-4by3{ width: 100%; height: 0; padding-bottom: 80%; position: relative; overflow: hidden;}
.abs-center{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute;}
.bj{ background: url(../images/bj.png) no-repeat center bottom; background-size: 100%;}

@media screen and (max-width:768px){
	.main{ padding: 10% 0;}
}

#dituContent label {
    max-width: unset!important;
    text-align: center;
}

.fl{float: left;}
.fr{float: right;}
.p_r{position: relative;}
.p_a{position: absolute;}

/*头部*/
#top_bj{ width: 100%; position: absolute; left: 0; top: 0; z-index: 10;}
#top_index{ height: auto; padding: 2% 0 0;}
#logo{ text-align: left;}
#logo img{ max-width: 100%;}
@media (min-width: 1200px) and (max-width: 1400px){
	#logo{ padding-top: 1%;}
}
@media (min-width: 768px) and (max-width: 1200px){
	#logo{ padding-top: 1%;}
}
@media screen and (max-width:768px){
	#top_index{ padding: 3% 0;}
	#logo{ text-align: left;}
}


.banner{width: 100%;height: auto; position: relative;}
.banner .swiper-container{ width: 100%;}
.banner .swiper-container .swiper-slide {width: 100%;height: 1080px; position: relative;}
/*.banner .swiper-container .swiper-slide:nth-of-type(2) .swiper-slide-content{ left: 23%;}
.banner .swiper-container .swiper-slide:nth-of-type(2) .swiper-slide-content .swiper-slide-title{ position: absolute; left: 20%;}
.banner .swiper-container .swiper-slide:nth-of-type(2) .swiper-slide-content .swiper-slide-subtitle{ position: absolute; left: 10%; top: 100px}
.banner .swiper-container .swiper-slide:nth-of-type(3) .swiper-slide-content{ top: 30%;}
.banner .swiper-container .swiper-slide:nth-of-type(3) .swiper-slide-content .swiper-slide-title{ margin-bottom: 80px;}*/
.banner .swiper-container .swiper-slide .swiper-slide-content {position: absolute;text-align: center; height: 280px;left: 50%;top: 45%;-webkit-transform: translate(-50%,-30%);transform: translate(-50%,-30%);z-index: 2;}
.banner .swiper-container .swiper-slide .swiper-slide-title {opacity: 0;margin-bottom: 30px;-webkit-transform: translate3d(0, 20px, 0);transform: translate3d(0, 20px, 0);transition: .2s ease .4s;}
.banner .swiper-container .swiper-slide .swiper-slide-subtitle {opacity: 0;-webkit-transform: translate3d(0, 20px, 0);transform: translate3d(0, 20px, 0);transition: .2s ease .5s;}
.banner .swiper-container .swiper-slide.swiper-slide-active .swiper-slide-title {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);transition: .8s ease 0.8s;}
.banner .swiper-container .swiper-slide.swiper-slide-active .swiper-slide-subtitle {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);transition: .8s ease 1s;}
.banner .swiper-container .swiper-slide img {transition: 1s linear 2s;}
.banner .swiper-container .swiper-slide .swiper-slide-active img{transition: 16s linear;transform: scale(1.2, 1.2);}
.banner .swiper-pagination {position: absolute;font-size:0;left: 0;text-align: center;bottom: 10% !important;width: 100%;z-index: 9;}
.banner .swiper-pagination .swiper-pagination-bullet {display: inline-block;width: 10px;height: 10px;border-radius: 50%;opacity: .6; background: #fff;margin: 0 5px;cursor: pointer;transition: all .5s;}
.banner .swiper-pagination .swiper-pagination-bullet-active {opacity: 1;}
.banner .swiper-button-prev,.banner .swiper-button-next{width: 50px;height: 50px;border-radius: 100%;cursor: pointer;z-index: 2;}
.banner .swiper-button-prev{background: rgba(0,0,0,.5) url(../images/guidance_lbtn.png) center no-repeat;}
.banner .swiper-button-next{background: rgba(0,0,0,.5) url(../images/guidance_rbtn.png) center no-repeat;}


.mouse{
width:40px;
height:60px;
z-index:10;
position:absolute;
background-image:url(../images/mouse.png);
background-repeat:no-repeat;
background-position:center;
left:50%;
bottom:15%;
background-size:auto 60px;
cursor:pointer;

transform:translateX(-50%);
}
.mouse a{
display:inline-block;
width:100%;
height:100%;
}

.mouse:before{
position:absolute;
content:"";
z-index:1;
width:4px;
height: 9px;
border-radius: 2px;
background-color:#ffc43c;
left:50%;
top:10px;opacity:0;
margin-left:-2.5px;
-webkit-animation: mousewheel 2s  infinite;
animation: mousewheel 2s  infinite;
}

@-webkit-keyframes mousewheel {
0% {
  opacity:0
}
50% {
  -webkit-transform:translateY(10px);
  transform:translateY(10px);
  opacity:1
}
100% {
  -webkit-transform:translateY(10px);
  transform:translateY(10px);
  opacity:0
}
}
@keyframes mousewheel {
0% {
  opacity:0
}
50% {
  -webkit-transform:translateY(20px);
  transform:translateY(20px);
  opacity:1
}
100% {
  -webkit-transform:translateY(40px);
  transform:translateY(40px);
  opacity:0
}
}

.main_in{ padding-top: 7%;}
#banner_line_bj{ width: 100%; height: auto; position: absolute; bottom: -60px; z-index: 10;}
#banner_line{ margin: 0 auto; width: 1200px; height: auto; background: #04b95a; box-shadow: 0 0 10px rgba(0,0,0,0.5);}
#banner_line li{ border-right: 1px solid rgba(255,255,255,0.2); height: 130px; text-align: center; color: #fff; line-height: 25px; transition:0.5s; cursor: pointer;}
#banner_line li:hover{ background: #018361;}
#banner_line li .pic{ padding: 10px 0;}
#banner_line li p{ font-size: 22px;}
#banner_line li span{ font-size: 14px;}
@media (min-width: 768px) and (max-width: 1200px){
  #banner_line{ width: 95%;}
  .main_in{ padding-top: 12%;}
}


.slideBox{ position:relative; overflow:hidden; margin:0 auto;  max-width:640px;/* 设置焦点图最大宽度 */ }
.slideBox .hd{ position:absolute; height:28px; line-height:28px; bottom:0; right:0; z-index:1; }
.slideBox .hd li{ display:inline-block; width:5px; height:5px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; background:#333; text-indent:-9999px; overflow:hidden; margin:0 6px;   }
.slideBox .hd li.on{ background:#fff;  }
.slideBox .bd{ position:relative; z-index:0; }
.slideBox .bd li{ position:relative; text-align:center; height:auto; overflow:hidden;  }
.slideBox .bd li img{  vertical-align:top; width:100%;/* 图片宽度100%，达到自适应效果 */}
.slideBox .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0);  }  /* 去掉链接触摸高亮 */
.slideBox .bd li .tit{ display:block; width:100%;  position:absolute; bottom:0; text-indent:10px; height:28px; line-height:28px; color:#fff;  text-align:left;  }


.slideBox1{ position:relative; overflow:hidden; margin:0 auto;  width:100%;/* 设置焦点图最大宽度 */ }
.slideBox1 .hd{ position:absolute; height:28px; line-height:28px; bottom:0; right:0; z-index:1; }
.slideBox1 .hd li{ display:inline-block; width:5px; height:5px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; background:#333; text-indent:-9999px; overflow:hidden; margin:0 6px;   }
.slideBox1 .hd li.on{ background:#fff;  }
.slideBox1 .bd{ position:relative; z-index:0; }
.slideBox1 .bd li{ position:relative; text-align:center; height:auto; overflow:hidden;  }
.slideBox1 .bd li img{  vertical-align:top; width:100%;/* 图片宽度100%，达到自适应效果 */}
.slideBox1 .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0);  }  /* 去掉链接触摸高亮 */
.slideBox1 .bd li .tit{ display:block; width:100%;  position:absolute; bottom:0; text-indent:10px; height:28px; line-height:28px; color:#fff;  text-align:left;  }





/*底部*/
#end_line_bj{ background: #030e0a; height: 55px; width: 100%; text-align: center; color: #666666; line-height: 55px; position: fixed; bottom: 0; z-index: 15;}
#end_line .left{ text-align: left; color: #fff; font-size: 24px; font-weight: bold;}
#end_line ul li{ float: left; background: url(../images/end_icon1.png) no-repeat left center; padding-left: 35px; color: #fff; font-size: 16px; margin: 0 60px 0 0;}
#end_line .right{ background: url(../images/end_icon2.png) no-repeat left center; padding-left: 35px; color: #fff; text-align: left; font-size: 24px;}


#end_bj{ background: url(../images/end_bj.jpg) repeat center top; width: 100%; height: auto; margin-bottom: 55px;}
#end_bj .main{ padding: 2% 0 0;}
#end_nr_nr{ margin: 0 auto; width: 1200px;}
#end_bj #end{ text-align: center; color: #fff; border-top: 1px solid rgba(255,255,255,0.2); line-height: 30px; padding: 1% 0;}
#end_bj #end a{ color: #fff; padding: 0 20px;}
#end_bj .end_nr{ padding-bottom: 20px;}
#end_bj .end_nr .left{ color: #fff; padding-right: 20px;}
#end_bj .end_nr .left p{ font-size: 24px; font-weight: bold; padding-bottom: 10px;}
#end_bj .end_nr .left span{ display: block; line-height: 22px;}
@media (min-width: 1200px) and (max-width: 1400px){
  #end_line ul{ width: 80%;}
  #end_line .left{ display: none;}
  #end_line ul li{ margin: 0 5% 0 0;}
  #end_nr_nr{ width: 100%;}
}
@media (min-width: 768px) and (max-width: 1200px){
  #end_line .left{ display: none;}
  #end_line ul li{ margin: 0 20px 0 0;}
  #end_nr_nr{ width: 100%;}
  #end_bj .end_nr .left:nth-of-type(1){ width: 30%;}
  #end_bj .end_nr .left:nth-of-type(1) img{ max-width: 100%;}
  #end_bj .end_nr .left:nth-of-type(2){ width: 70%; font-size: 12px;}
}
@media screen and (max-width:768px){
  #end_line_bj{ display: none;}
  #end_nr_nr{ width: 100%;}
  #end_bj #end a{ padding: 0 2%;}
  #end_bj{ margin-bottom: 0;}
}

.footer{ height:60px; overflow: hidden; right:0; bottom:0; float:left; z-index: 20; width:100%; position: fixed; background-color:#323232;}
.f1{ width:100%; background:url(../images/lx1.png) no-repeat center 20%;  background-size: 25px; height:100%; float:left;  text-align:center;}
.f2{ width:100%; background:url(../images/lx2.png) no-repeat center 20%; background-size: 25px;  height:100%; float:left; text-align:center;}
.f3{ width:100%; background:url(../images/lx3.png) no-repeat 30% center;  background-size: 25px; padding-left: 20%; height:100%; float:left; text-align:center;}
.f4{ width:100%; background:url(../images/lx4.png) no-repeat 30% center #004ea1; padding-left: 20%; background-size: 25px; height:100%; float:left; text-align:center;}
.footer a{ color:#fff !important; display: block; width: 50%; height: 100%;float: left; line-height:60px; text-align: center; background-color:#323232;}
.kb50{ height: 60px;}
.kb10{ height: 10px;}
.red{ color: #fc9202;}





/*首页*/
.tit_in{ text-align: center;}
.tit_in p{ display: inline-block; color: #04b95a; font-size: 36px; position: relative; font-family: 'songti';}
.tit_in p:before{ background: url(../images/title_left.png) no-repeat left top; position: absolute; left: -30px; top: -10px; content: ''; width: 26px; height: 26px;}
.tit_in p:after{ background: url(../images/title_right.png) no-repeat left top; position: absolute; right: -30px; bottom: -10px; content: ''; width: 26px; height: 26px;}
.tit_in span{ display: block; background: url(../images/tit_zi.png) no-repeat center; font-size: 16px; padding: 10px 0;}
.tit_in i{ color: #8f8f8f; font-size: 14px;}



#cqsj .swiper-container {
  width: 100%;
  padding: 3% 0 2%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
#cqsj .swiper-slide {
  text-align: center;
  background: #f9f9f9;
  position: relative;
  overflow: hidden;

  /* Center slide text vertically */
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#cqsj .swiper-slide .pic{ position: relative; width: 100%; height: auto; overflow: hidden;}
#cqsj .swiper-slide .pic .picpic{ display: block; width: 100%; height: 0; background: #04b95a; padding-bottom: 65%; position: relative; overflow: hidden;}
#cqsj .swiper-slide .pic .picpic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition:0.3s;}
#cqsj .swiper-slide .pic p{ position: absolute; left: 10px; top: 0; z-index: 1;}
#cqsj .swiper-slide .pic span{ display: block; color: #fff; width: 100%; text-align: center; font-size: 24px; position: absolute; left: 0; top: 100%; transition:0.3s;}
#cqsj .swiper-slide .pic i{ display: inline-block; height: 40px; line-height: 40px; border: 1px solid #fff; border-radius: 20px; position: absolute; left: 25%; bottom: -30%; width: 50%; color: #fff; transition:0.5s;}
#cqsj .swiper-slide:hover .pic .picpic img{ opacity: 0.3; transform: scale(1.1);}
#cqsj .swiper-slide:hover .pic span{ top: 30%;}
#cqsj .swiper-slide:hover .pic i{ bottom: 30%;}
#cqsj .swiper-slide .content{ width: 96%; padding: 0 2%;}
#cqsj .swiper-slide #cpdd{ border-bottom: 1px solid #d8d8d8; width: 100%; height: 50px; line-height: 50px;}
#cqsj .swiper-slide #cpdd .left{ background: #36a390; border-radius: 20px; padding: 0 20px; color: #fff; font-size: 12px; height: 30px; line-height: 30px; margin-top: 10px;}
#cqsj .swiper-slide .content p{ text-align: left; height: 50px; line-height: 50px; font-size: 16px;}
#cqsj .swiper-slide:nth-of-type(2n) #cpdd .left{ background: #916991;}


.more{ margin: 0 auto; box-shadow: 0 0 10px rgba(0,0,0,0.3); height: 50px; line-height: 50px; background: #04b95a; width: 260px; border-radius: 25px; text-align: center; color: #fff; transition:0.3s; cursor: pointer;}
.more:hover{ letter-spacing: 3px;}

.green{ background: #f4f7f5; width: 100%; height: auto;}
.green .tit_in p{ color: #018361;}

#gmlc{ padding: 3% 0;}
#gmlc li .pic{ margin: 0 auto; width: 140px; height: 128px; text-align: center; line-height: 128px; background: url(../images/ys_picbj.png) no-repeat center; transition:0.5s;}
#gmlc li .num{ width: 45px; height: 45px; background: #04b95a; border-radius: 100%; color: #fff; text-align: center; line-height: 45px; font-size: 30px; font-weight: bold; position: relative; z-index: 1; margin: -25px auto 0; transition:0.5s;}
#gmlc li .num:before{ position: absolute; content: ''; left: -230px; top: 23px; height: 1px; border-bottom: 1px dashed #cdd7d5; width: 230px;}
#gmlc li:first-of-type .num:before{ border-bottom: none;}
#gmlc li{ text-align: center;}
#gmlc li p{ color: #333333; font-size: 16px; font-weight: bold; padding: 15px 0 5px;}
#gmlc li span{ color: #6f6f6f; font-size: 14px;}
#gmlc li:hover .pic{ background: url(../images/ys_picbj1.png) no-repeat center;}
#gmlc li:hover .num{ background: #fff; color: #04b95a;}
@media (min-width: 1200px) and (max-width: 1400px){
  #gmlc li .num:before{ width: 150px; left: -150px;}
}
@media (min-width: 768px) and (max-width: 1200px){
  #gmlc li .num:before{ border-bottom: none;}
  #gmlc li .pic{ width: 130px; background-size: 100%;}
}
@media screen and (max-width:768px){
  #gmlc li .num:before{ border-bottom: none;}
  #gmlc li .pic{ width: 108px; background-size: 100%;}
  #gmlc li .num{ width: 40px; height: 40px; line-height: 40px; font-size: 20px;  margin: -35px auto 0;}
  #gmlc li p{ font-size: 15px;}
  #gmlc li span{ color: #6f6f6f; font-size: 12px;}
}


#cpfwbj{ background: url(../images/cpfw_bj.png) repeat center top; width: 100%; height: auto;}
#cpfwbj .tit_in p{ color: #018361;}
#cpfwbj .tit_in i{ color: #018361; text-transform: uppercase; font-family: 'songti'; letter-spacing: 3px;}


@font-face{
font-family: 'songti';
src : url('../css/SourceHanSerifCN-SemiBold.otf');
}

#cpfw li{ margin: 30px 0;}
#cpfw .pic{ margin: 0 auto; width: 315px; height: 315px; text-align: center; border-radius: 100%; border: 5px solid #e8e8e8;}
#cpfw .pic a{ display: block; width: 305px; height: 305px; border-radius: 100%; transition:0.3s;}
#cpfw .pic a img{ max-width: 100%; border-radius: 100%; transition:0.3s;}
#cpfw .font{ position: relative; z-index: 5; overflow: hidden; transition:0.5s; margin: 0 auto; writing-mode: vertical-rl; margin-top: 30px; height: 220px;}
#cpfw .font p{ font-family: 'songti'; font-size: 36px;}
#cpfw .font p i{ display: inline-block; width: 80px; height: 42px; background: url(../images/cpfw_icon1.png) no-repeat right bottom; margin-top: 10px; transition:0.5s;}
#cpfw .font span{ color: #2d2d2d; font-size: 14px; letter-spacing: 4px;}
#cpfw .font i{ color: #999999; font-family: arial; text-transform: uppercase; letter-spacing: 3px;}
#cpfw li:hover a{ background: #04b95a;}
#cpfw li:hover .pic img{ opacity: 0.2}
#cpfw li:hover .font{ margin-top: -240px;}
#cpfw li:hover .font p,#cpfw li:hover .font span,#cpfw li:hover .font i{ color: #fff;}
#cpfw li:hover .font p i{ background: url(../images/cpfw_icon2.png) no-repeat right bottom;}
@media (min-width: 1200px) and (max-width: 1400px){
  #cpfw .pic{ width: 250px; height: 250px;}
  #cpfw .pic a{ width: 240px; height: 240px;}
  #cpfw li:hover .font{ margin-top: -200px;}
}
@media (min-width: 768px) and (max-width: 1200px){
  #cpfw .pic{ width: 200px; height: 200px;}
  #cpfw .pic a{ width: 190px; height: 190px;}
  #cpfw li:hover .font{ margin-top: -180px;}
}
@media screen and (max-width:768px){
  #cpfwbj .tit_in{ margin-bottom: 30px;}
  #cpfw li{ margin: 0;}
  #cpfw .pic{ width: 180px; height: 180px;}
  #cpfw .pic a{ width: 170px; height: 170px;}
  #cpfw .font{ height: 200px;}
  #cpfw .font p{ font-size: 30px;}
  #cpfw li:hover .font{ margin-top: 30px;}
  #cpfw li:hover .font p,#cpfw li:hover .font span,#cpfw li:hover .font i{ color: #2d2d2d;}
  #cpfw li:hover .font p i{ background: url(../images/cpfw_icon1.png) no-repeat right bottom;}
}


#ggbj{ background: url(../images/gg_bj.jpg) no-repeat center top; width: 100%; height: auto;}
#ggbj .main{ padding: 0; position: relative;}
#ggbj .main .left{ position: absolute; left: 0; top: -50px; z-index: 1;}
#ggbj .main #font{ width: 70%; padding: 2% 0 3% 400px; color: #fff; float: left;}
#ggbj .main #font p{ font-size: 54px; font-family: 'songti'; padding-bottom: 10px;}
#ggbj .main #font span{ font-size: 24px;}
#ggbj .main #font ul{ padding-top: 10px;}
#ggbj .main #font ul li{ float: left; width: 50%; line-height: 40px; font-size: 16px;}
#ggbj .main #font ul li i{ display: inline-block; padding-right: 5px;}
#ggbj .main #ljzx{ float: right; background: rgba(0,125,79,0.5); border: 1px solid rgba(255,255,255,0.5); padding: 40px 50px; border-radius: 5px; margin: 50px 0; box-shadow: 0 0 10px rgba(0,0,0,0.5); color: #fff;}
#ggbj .main #ljzx a{ color: #fff;}
#ggbj .main #ljzx span{ font-size: 18px;}
#ggbj .main #ljzx p{ font-weight: bold; font-size: 36px;}
#ggbj .main #ljzx i{ width: 100%; background: #03c869; height: 50px; line-height: 50px; text-align: center; border: 1px solid rgba(255,255,255,0.5); border-radius: 5px; margin-top: 10px;}
@media (min-width: 1200px) and (max-width: 1400px){
  #ggbj .main #font{ width: 100%; padding: 2% 0 3% 390px;}
  #ggbj .main #ljzx{ display: none;}
}
@media (min-width: 768px) and (max-width: 1200px){
  #ggbj .main #font{ width: 100%; padding: 2% 0 3% 385px;}
  #ggbj .main #font p{ font-size: 55px;}
  #ggbj .main #font ul li{ width: 50%; font-size: 15px;}
  #ggbj .main #ljzx{ display: none;}
}
@media screen and (max-width:768px){
  #ggbj .main #font{ width: 100%; padding: 2%;}
  #ggbj .main #font p{ font-size: 36px;}
  #ggbj .main #font span{ font-size: 18px;}
  #ggbj .main #font ul li{ width: 100%; font-size: 15px;}
  #ggbj .main #font ul li i{ padding-right: 10px;}
  #ggbj .main #ljzx{ display: none;}
}


#xwzx .swiper-container {
  width: 100%;
  height: 100%;  
  padding: 2% 0 6%;
}
#xwzx .swiper-slide {
  text-align: center;
  background: #fff;
  border:1px solid #f2f2f2;
  transition:0.3s;
  cursor: pointer;
  /* Center slide text vertically */
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#xwzx .swiper-slide .pic{ width: 100%; height: 0; padding-bottom: 68%; position: relative; overflow: hidden;}
#xwzx .swiper-slide .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition:0.3s;}
#xwzx .swiper-slide .content .tit{ font-size: 1.5rem; height: 40px; line-height: 40px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; position: relative; border-bottom: 1px solid #efefef;}
#xwzx .swiper-slide .content .tit:before{ position: absolute; content: ''; left: 0; bottom: 0; height: 1px; width: 7%; background: #3c3c3c; transition:0.3s;}
#xwzx .swiper-slide .content{background: url(../images/xw_bj.png) no-repeat right center #fff; padding: 4%; width: 100%; text-align: left; transition:0.3s;}
#xwzx .swiper-slide .content .content{ padding: 2% 0; color: #999;}
#xwzx .swiper-slide .content .time{ color: #999999; font-size: 12px; font-family: arial;}
#xwzx .swiper-slide:hover{  box-shadow: 0px 0px 10px rgba(0,0,0,0.5);  transform: translateY(-10px); }
#xwzx .swiper-slide:hover .pic img{ transform: scale(1.1);}
#xwzx .swiper-slide:hover .content .tit:before{ width: 100%;}
#xwzx .swiper-container .swiper-pagination-bullet{ width: 10px; height: 10px; background: #d5d5d5; border-radius: 100%;}
#xwzx .swiper-container .swiper-pagination-bullet-active{ margin-bottom: -3px; width: 16px; height: 16px; background: #018361; border-radius: 100%;}
@media screen and (max-width:768px){
  #xwzx .swiper-container {padding: 2% 0 20%;}
}





/*子页*/
#sidebar{ border-right: 1px solid #efefef;}
.content_zy{ padding: 2% 15px; line-height: 30px;}
.content_zy img{ max-width: 100%;}

#top_zy_index .logo{ padding: 1% 0;}
#top_zy_index .logo img{ max-width: 100%;}
#nav_zy li{ float: left; color: #323232; width: 11%; line-height: 80px; text-align: center; font-size: 15px;}
#in_tel{ background: url(../images/end_icon2.png) no-repeat left center; color: #04b95a; font-size: 24px; padding-left: 30px; font-weight: bold; margin-top: 1.5%;}
#banner_zy{ width: 100%; height: auto; position: relative;}
#banner_zy #home{ position: absolute; left: 0; bottom: 0; height: 50px; background: rgba(0,0,0,0.5); width: 100%; line-height: 50px;}
#banner_zy #home .right{ background: url(../images/map.png) no-repeat left center; padding-left: 20px; color: #fff;}
#banner_zy #home .right a{ color: #fff; padding: 0 10px;}
@media screen and (max-width:768px){
  #top_zy_index .logo{ padding: 3% 0;}
  #nav_zy{ padding: 0 !important; border-top: 1px solid #17a17d; background: #018361;}
  #nav_zy li{ width: 25%; line-height: 40px; font-size: 15px; border-right: 1px solid #17a17d; border-bottom: 1px solid #17a17d;}
  #nav_zy li a{ color: #fff;}
  #banner_zy{ text-align: right;}
  #banner_zy img{ width: 220%;}
}

#jjtit{ height: auto; background: #f4f4f4; line-height: 55px; margin-bottom: 20px;}
#jjtit li{ text-align: center; color: #333333; font-size: 20px; border-right: 1px solid #dedede; border-bottom: 1px solid #dedede; transition:0.3s;}
#jjtit li a{ display: block; width: 100%; height: 55px;}
#jjtit li:last-of-type{ border-right: none;}
#jjtit li:hover{ background: #04b95a; color: #fff; font-weight: bold;}
#jjtit li:hover a{ color: #fff;}
#jjbt{ text-align: center; line-height: 40px;}
#jjbt p{ color: #42977d; font-size: 36px; font-family: 'songti';}
#jjbt span{ display: block; color: #666666; font-size: 16px; text-transform: uppercase;}

#whbj{ background: url(../images/whbj.jpg) repeat center top; width: 100%; height: auto;}
#whbj #jjbt p,#whbj #jjbt span{ color: #fff; }
#whbj ul li{ text-align: center; color: #fff; margin: 70px 0 10px;}
#whbj ul li .pic{ display: inline-block; width: 161px; height: 140px; background: url(../images/wh_line.png) no-repeat center top; text-align: center; line-height: 140px; transition:0.3s;}
#whbj ul li p{ font-size: 24px; padding: 20px 0 5px;}
#whbj ul li span{ display: block; font-size: 16px; line-height: 25px;}
#whbj ul li:hover .pic{ background: url(../images/wh_line1.png) no-repeat center top;}



.product-list li{ background: #f6f6f6; margin-bottom: 30px;}
.product-list li .pic{ position: relative; width: 100%; height: auto; overflow: hidden; text-align: center;}
.product-list li .pic a{ display: block; width: 100%; height: 0; background: #04b95a; padding-bottom: 65%; position: relative; overflow: hidden;}
.product-list li .pic a img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition:0.3s;}
.product-list li .pic p{ position: absolute; left: 10px; top: 0; z-index: 1;}
.product-list li .pic span{ display: block; color: #fff; width: 100%; text-align: center; font-size: 24px; position: absolute; left: 0; top: 100%; transition:0.3s;}
.product-list li .pic i{ display: inline-block; height: 40px; line-height: 40px; border: 1px solid #fff; border-radius: 20px; position: absolute; left: 25%; bottom: -30%; width: 50%; color: #fff; transition:0.5s;}
.product-list li:hover .pic a img{ opacity: 0.3; transform: scale(1.1);}
.product-list li:hover .pic span{ top: 30%;}
.product-list li:hover .pic i{ bottom: 30%;}
.product-list li .content{ width: 96%; padding: 0 2%;}
.product-list li #cpdd{ border-bottom: 1px solid #d8d8d8; width: 100%; height: 50px; line-height: 50px;}
.product-list li #cpdd .left{ background: #36a390; border-radius: 20px; padding: 0 20px; color: #fff; font-size: 12px; height: 30px; line-height: 30px; margin-top: 10px;}
.product-list li .content p{ text-align: left; height: 50px; line-height: 50px; font-size: 16px;}
.product-list li:nth-of-type(2n) #cpdd .left{ background: #916991;}



.o_product{ clear: both; padding: 3% 0;}
.o_product .o_product_img{ text-align: center; height: 0; padding-bottom: 72%; position: relative; overflow: hidden;}
.o_product .o_product_img img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute;}

.o_product .o_product_info{}
.o_product .o_product_info h2{ color: #3e3e3e; font-size: 3rem; font-weight: bold; margin-bottom: 5%; height: 5rem;}
.o_product .o_product_info .o_product_detail{ font-size: 14px; color: #999; margin-top: 10px;}
.o_product .o_product_info .o_product_detail .o_product_data{ clear: both; width: 100%; height: auto;}
.o_product .o_product_info .o_product_detail .o_product_data:after,.o_product:after{ display: block; content: ''; clear: both; height: 0; width: 0;}
.o_product_data span{ display: block;}
.o_product_data span.key{ color: #04b95a; font-size: 18px; border-left: 2px solid #04b95a; padding-left: 20px;}
.o_product_data span.val{ height: auto; line-height: 25px; padding: 10px 0;}
.colhs{ color: #FE4200;}
.o_product_data span.val b{ color:#FE4200; font-size: 16px;}

.o_product_detail ul{ padding: 3% 0;}
.o_product_detail li .pic{ border: 2px solid #e5e5e5; transition:0.3s; text-align: center; height: 0; padding-bottom: 80%; position: relative; overflow: hidden;}
.o_product_detail li .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute;}
.o_product_detail li p{ height: 3rem; line-height: 3rem; text-align: center; font-size: 1.2rem;}
.o_product_detail li:hover .pic{ border: 2px solid #04b95a;}
.o_product_info #cptel{ height: 50px; line-height: 50px; background: #04b95a; text-align: center; color: #fff; font-size: 1.5rem;}
.o_product_info #cptel i{ display: inline-block; width: 22px; height: 50px; line-height: 50px; margin: 0 2% 0 0;}
.o_product_info #cptel i img{  display: inline-block; vertical-align: middle;}
.o_product_info .order-btn{ color: #fff; height: 50px; line-height: 50px; text-align: center; background: #323232; border: none; outline: none; transition:0.3s;}
.o_product_info .order-btn a{ color: #fff;}
.o_product_info .order-btn i{ display: inline-block; width: 22px; height: 50px; line-height: 50px; margin: 0 10% 0 0;}
.o_product_info .order-btn i img{  display: inline-block; vertical-align: middle;}
.o_product_info .order-btn:hover{ background: #04b95a;}

#cpbtqh{ width: 100%; transition:0.3s;}
.cpbt{ background: #fff; height: 7rem; line-height: 7rem; border-bottom: 1px solid #efefef; width: 100%; text-align: center; transition:0.3s; margin: 0 auto !important;}
.cpbt li{ display: inline-block; color: #333333;  font-size: 1.7rem; width: 15%; text-align: center; position: relative;}
.cpbt li::before{ position: absolute; left: 0; bottom: 0; content: ''; height: 2px; background: #04b95a; width: 0; transition:0.3s;}
.cpbt li:hover::before{ width: 100%;}

@media screen and (max-width:765px){
  .cpbt li{ width: 24%;}
}


.center-content{ padding: 0 15px; line-height: 35px; font-size: 1.6rem; color: #666;}


#khal .swiper-container {
  width: 100%;
  padding: 2% 0 5%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
#khal .swiper-slide {
  text-align: center;
  background: #000;
  overflow: hidden;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#khal .swiper-slide .img-cover-4by3{ background: #000 !important;}
#khal .swiper-slide img{ width: 100%; transition:0.3s;}
#khal .swiper-slide .fdj{ position: absolute; left: 0; top: 0; z-index: 2; width: 100%; height: 100%; opacity: 0; transition:0.3s; background: url(../images/cp_fdj.png) no-repeat center;}
#khal .swiper-slide:hover img{ opacity: 0.5; transform: scale(1.1);}
#khal .swiper-slide:hover .fdj{ opacity: 1;}

#al_more{ width: 20%; background: #04b95a; margin: 0 auto; height: 4rem; line-height: 4rem; color: #fff; text-align: center; transition:0.3s;}
@media screen and (max-width:765px){
  #altit p{ font-size: 2.5rem; height: 5rem;}
  #altit span{ font-size: 1.2rem; line-height: 2rem;}
  #al_more{ width: 50%;}
}



#al_more:hover{ border-radius: 2rem;}

._news{ margin-top: 3%;}
._news.news2 ul li{ height:auto;margin-bottom:30px;}
._news.news2 ul li:nth-child(3n){ margin-right: 0%;}
._news.news2.double ul li{width:49%}
._news.news2 ul li .news_thum{position:relative;height:auto;overflow:hidden;width:100%}
._news.news2 ul li .img{ display: block; width: 100%; height: 0; padding-bottom: 75%; position: relative; overflow: hidden;}
._news.news2 ul li .img img{  width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute;}
._news.news2 ul li .news_time{width:auto;height:auto;line-height:35px;position:absolute;padding:0 10px;font-size:12px;left:0;bottom:0;color:#fff;background:rgba(0,0,0,.4);font-family:helveticaneuethn;transition:all .36s ease 0s}
._news.news2 ul li .news2_des{width:100%;height:auto;padding:20px;background:rgba(0,0,0,.01);box-sizing:border-box;transition:all .36s ease 0s}
._news.news2 ul li .news2_des b{display:block;font-weight:400;font-size:18px;line-height:35px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;border-bottom:1px solid rgba(0,0,0,.1);margin-bottom:10px;color:#3e3e3e;padding-bottom:5px;position:relative}
._news.news2 ul li .news2_des b:after{ content: ''; width:0;height:1px;position:absolute;left:0;bottom:0;background:#fff;transition:all .36s ease 0s}
._news.news2 ul li .news2_des .text{display:block;line-height:24px;height:48px;font-size:12px;overflow:hidden; opacity: .7;}

._news.news2 ul li:hover .news2_des{color:#fff;background:#004ea1}
._news.news2 ul li:hover .news2_des b{color:#fff}
._news.news2 ul li:hover .news_time{background:#004ea1}
._news.news2 ul li:hover .news2_des b:after{width:100%}



/*公共*/
.pro-sider {
	float: left;
}
.pro-sider .in-title {
	height: 80px;
	background: url(../images/i-pro-title.jpg) repeat center;
	text-align: center;
	line-height: 1;
	overflow: hidden;
}
.pro-sider .in-title h3 {
	margin-top: 20px;
	font-size: 22px;
	color: #fff;
	margin-bottom: 5px;
}
.pro-sider .in-title em {
	font-size: 13px;
	color: #728dbc;
}
.pro-sider .pro-sider-ul {
	border: 1px solid #ededed;
	background: #fff;
	border-top: none;
	overflow: hidden;
}
.pro-sider .pro-sider-ul .ul-li {
	padding: 0 15px;
	height: 59px;
}
.pro-sider .pro-sider-ul .ul-li a {
	position: relative;
	height: 58px;
	line-height: 58px;
	font-size: 14px;
	color: #595959;
	display: block;
	padding-left: 10px;
	padding-right: 30px;
	border-bottom: 1px dashed #ededed;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pro-sider .pro-sider-ul .ul-li a h2{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
}
.pro-sider .pro-sider-ul .ul-li a div.icon {
	position: absolute;
	width: 16px;
	height: 16px;
	text-align: center;
	line-height: 16px;
	background: #ededed url(../images/sider-bg-01.png) no-repeat center;
	border-radius: 50%;
	right: 8px;
	top: 50%;
	margin-top: -8px;
	font-size: 12px;
}
.pro-sider .pro-sider-ul .ul-li:hover,
.pro-sider .pro-sider-ul .ul-li.active {
	background: #268ae7;
}
.pro-sider .pro-sider-ul .ul-li:hover a,
.pro-sider .pro-sider-ul .ul-li.active a {
	border: none;
	color: #fff;
}
.pro-sider .pro-sider-ul .ul-li:hover div.icon,
.pro-sider .pro-sider-ul .ul-li.active div.icon {
	background: #0058b1 url(../images/sider-bg-02.png) no-repeat center;
}
.pro-sider .pro-sider-ul .ul-li:last-child a {
	border-bottom: none;
}
.pro-sider .pro-sider-tel {
	overflow: hidden;
	height: 100px;
	line-height: 1;
	font-size: 20px;
	color: #0058b1;
	border: 1px solid #ededed;
	border-top: none;
	padding-left: 80px;
	background: url(../images/sider-tel.png) no-repeat 25px center;
}
.pro-sider .pro-sider-tel span {
	display: block;
	margin: 30px 0 8px;
	font-size: 14px;
	color: #808080;
}
.pro-sider .pro-sider-tel em {
	letter-spacing: 2px;
	font-weight: bold;
}


.m-column-t {
	position: relative;
	text-align: center;
	font-size: 0;
}
.m-column-t .center {
	display: inline-block;
	font-size: 0;
}
.m-column-t .center h3 {
	color: #333;
	font-size: 30px;
}
.m-column-t .center p {
	color: #d2d2d2;
	font-size: 30px;
}
.m-column-t span {
	position: absolute;
	width: 415px;
	top: 50%;
	margin-top: -5px;
	height: 5px;
	border-bottom: 1px solid #d2d2d2;
	z-index: 1;
}
.m-column-t span.mcl {
	left: 0;
}
.m-column-t span.mcl em {
	float: right;
}
.m-column-t span.mcr {
	right: 0;
}
.m-column-t span em {
	display: block;
	height: 11px;
	border-left: 1px solid #d2d2d2;
}
.textLine {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.textLine3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.textHidden {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.domHidden {
	overflow: hidden;
}
.about-main {
	padding: 20px 0 70px;
	min-height: 170px;
}
.about-main .ab-content {
	float: right;
	width: 925px;
}
.about-main .ab-content .title {
	line-height: 50px;
}
.about-main .ab-content .title a {
	color: #333;
	padding: 0 5px;
}
.about-main .ab-content .title span.icon-home {
	color: #535353;
}
.about-main .ab-content .title em {
	color: #999;
}
.about-main .ab-content .ab-conBox {
	overflow: hidden;
	background: #fff;
	min-height: 55px;
	padding: 30px 45px 40px;
}
.about-main .ab-content .ab-conBox .de-title {
	text-align: center;
	font-size: 20px;
	color: #333;
	line-height: 25px;
	margin-bottom: 8px;
}
.about-main .ab-content .ab-conBox .sub-co {
	font-size: 14px;
	color: #999;
	text-align: center;
	line-height: 18px;
}
.about-main .ab-content .ab-conBox .ab-detail {
	overflow: hidden;
	margin-top: 30px;
	font-size: 14px;
	color: #777373;
	line-height: 25px;
}
.ab-sild {
	float: left;
}
.ab-sild .title {
	position: relative;
	height: 50px;
	text-align: center;
	background: #f3c04b;
	font-size: 16px;
	line-height: 50px;
	color: #fff;
	border-bottom: 1px solid #fff;
}
.ab-sild .title span {
	position: absolute;
	height: 3px;
	width: 30px;
	top: 50%;
	margin-top: -3px;
	border-bottom: 1px solid #fff;
}
.ab-sild .title span em {
	display: block;
	height: 7px;
	border-left: 1px solid #fff;
}
.ab-sild .title span.stl {
	left: 35px;
}
.ab-sild .title span.stl em {
	float: right;
}
.ab-sild .title span.str {
	right: 35px;
}
.ab-sild .sild-cate {
	background: #fff;
	margin-bottom: 20px;
}
.ab-sild .sild-cate .list {
	overflow: hidden;
}
.ab-sild .sild-cate .list li {
	position: relative;
	border-bottom: 1px solid #eee;
	height: 60px;
	line-height: 60px;
}
.ab-sild .sild-cate .list li a {
	display: block;
	padding-right: 35px;
	font-size: 14px;
	color: #333;
	padding-left: 20px;
}
.ab-sild .sild-cate .list li:last-child {
	border-bottom: none;
}
.ab-sild .sild-cate .list li:hover {
	border-color: #f3c04b;
	background: #f3c04b;
}
.ab-sild .sild-cate .list li:hover a {
	color: #fff;
}
.ab-sild .sild-cate .list li:hover:after {
	color: #fff;
}
.ab-sild .sild-cate .list li:after {
	font-weight: bold;
	right: 20px;
	top: 0;
	color: #999;
	position: absolute;
	content: "\e904";
	font-family: 'icomoon' !important;
}
.ab-sild .sild-cont {
	background: #fff;
}
.ab-sild .sild-cont .cont-list {
	padding: 20px;
}
.ab-sild .sild-cont .cont-list ul li {
	color: #333;
	padding: 5px 0;
	padding-left: 60px;
	font-size: 14px;
}
.ab-sild .sild-cont .cont-list ul li span {
	width: 60px;
	margin-left: -60px;
	display: block;
	height: 20px;
	line-height: 20px;
	float: left;
	color: #666;
}
.pro-center {
	background: #fff;
	padding-bottom: 25px;
}
.pro-center .pro-list {
	overflow: hidden;
	padding: 25px 18px 10px;
}
.pro-center .pro-list ul li {
	float: left;
	width: 200px;
	margin: 0 10px 20px;
	border: 1px solid #fff;
}
.pro-center .pro-list ul li:hover {
	border-color: #f3c04b;
}
.pro-center .pro-list ul li .img {
	overflow: hidden;
	width: 200px;
	height: 200px;
	line-height: 200px;
	text-align: center;
	font-size: 0;
	background: #eee;
}
.pro-center .pro-list ul li .img img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.pro-center .pro-list ul li .title {
	background: #f7f8fc;
	height: 40px;
	line-height: 40px;
	padding: 0 5px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
.pro-center .pro-list ul li .title:hover {
	color: #f3c04b;
}
.page {
	font-size: 0;
	text-align: center;
}
.page .center {
	display: inline-block;
	overflow: hidden;
}
.page .center .page-span {
	float: left;
	font-size: 14px;
	color: #c3c3c3;
	line-height: 32px;
	margin-right: 30px;
}
.page .center .page-list {
	float: left;
	overflow: hidden;
}
.page .center .page-list ul li {
	float: left;
	width: auto;
	min-width: 30px;
	height: 32px;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	margin: 0 4px;
	padding: 0;
	border: none;
	background: transparent;
}
.page .center .page-list ul li a {
	min-width: 20px;
	padding: 0 5px;
	border: 1px solid #eee;
	display: block;
	color: #333;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	overflow: hidden;
	background: #fff;
}
.page .center .page-list ul li:hover a {
	color: #f3c04b;
}
.page .center .page-list ul li.active a {
	background: #f3c04b;
	color: #fff;
}
.news-center {
	background: #fff;
	padding-bottom: 25px;
}
.news-center .new-list {
	padding: 45px 45px 0px;
}
.news-center .new-list ul li {
	margin-bottom: 35px;
	border-bottom: 1px solid #eee;
}
.news-center .new-list ul li a {
	overflow: hidden;
	display: block;
	height: 90px;
	padding-bottom: 30px;
}
.news-center .new-list ul li a .img {
	float: left;
	width: 130px;
	height: 90px;
	background: #eee;
	line-height: 90px;
	font-size: 0;
	text-align: center;
}
.news-center .new-list ul li a .img img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.news-center .new-list ul li a .info {
	float: right;
	width: 690px;
}
.news-center .new-list ul li a .info h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	color: #333;
}
.news-center .new-list ul li a .info em {
	display: block;
	font-size: 12px;
	color: #999;
	line-height: 16px;
	margin-bottom: 10px;
}
.news-center .new-list ul li a .info p {
	font-size: 14px;
	line-height: 22px;
	color: #999;
	max-height: 44px;
	overflow: hidden;
}
.news-center .new-list ul li a:hover h3 {
	color: #f3c04b;
}
.message-c {
	background: #fff;
	padding: 40px 50px;
	overflow: hidden;
}
.message-c .p {
	font-size: 16px;
	line-height: 30px;
	color: #666;
	margin-bottom: 35px;
}
.message-c .from input {
	display: block;
	height: 38px;
	line-height: 38px;
	padding: 0 5px;
	border: 1px solid #d2d2d2;
	margin-bottom: 10px;
	font-size: 14px;
	color: #333;
}
.message-c .from input[name=user],
.message-c .from input[name=phone] {
	width: 348px;
}
.message-c .from textarea {
	font-size: 14px;
	color: #333;
	line-height: 20px;
	display: block;
	width: 728px;
	height: 130px;
	border: 1px solid #d2d2d2;
	padding: 5px;
	margin-bottom: 10px;
}
.message-c .from .code {
	overflow: hidden;
}
.message-c .from .code input[name=code] {
	width: 258px;
	float: left;
}
.message-c .from .code a {
	display: block;
	float: left;
	width: 80px;
	height: 38px;
	padding: 1px 0;
	margin-left: 10px;
}
.message-c .from .code a img {
	width: 80px;
	height: 38px;
}
.message-c .from .btn {
	padding-top: 25px;
}
.message-c .from .btn a {
	display: block;
	width: 362px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	background: #8fa4de;
}
.message-c .from .btn a:hover {
	background: #8397d0;
}
.contact-o {
	background: #fff;
	overflow: hidden;
	padding: 40px 0;
	text-align: center;
}
.contact-o iframe {
	width: 830px;
	height: 500px;
	margin: 0 auto;
}
/*# sourceMappingURL=./index.css.map */