.bg-color {
  background: #fff;
}
.hui{ background: #fafafa;}

/*头部*/
#top_bj{ width: 100%; position: absolute; left: 0; top: 0; z-index: 999; transition:0.5s;}
#top_index #logo{ padding: 1%;}
#top_index #logo img{ max-width: 100%;}
#top_index #nav li{ margin-top: 3%; height: 4rem; line-height: 4rem; float: right; width: 14%; text-align: center; font-size: 1.5rem; position: relative; }
#top_index #nav li a{ color: #fff; display: block; height: 4rem; line-height: 4rem;}
#top_index #nav li a::before{ position: absolute; left: 50%; bottom: 0; width: 0; content: ''; height: 2px; background: #2bb46d; transition:0.3s;}
#top_index #nav li:hover a::before{ width: 100%; left: 0;}
#top_index #nav li:hover a{ color: #2bb46d; font-weight: bold;}
@media screen and (max-width:765px){
  #top_bj{ background: rgba(0,0,0,0.4);}
  #top_index #logo img{ max-width: 80%;}
}

#fadznr{ border: 1px solid #626262; text-align: center; color: #2bb46d; width: 96px; height: 2.5rem; line-height: 2.5rem; margin-top: 18%; float: right; cursor: pointer;}
#fadznr i{ float: left; padding-left: 10px; height: 2.5rem; line-height: 2rem;}
#fadznr i img{ vertical-align: middle;}
#fadznr a{ color: #2bb46d;}
#fabj{ background: #f9f9f9; width: 100%; position: absolute; left: 0; top: 100%; z-index: 999; height: 0; transition:0.3s; overflow: hidden;}
#fanr{ padding: 45px 0;}
#fanr .left{ text-align: left;}
#fanr .left .tit p{ color: #272727; font-weight: bold; font-size: 2.5rem;}
#fanr .left .tit span{ color: #272727; font-size: 1.5rem;}
#fanr .left .mes-form{ width: 100%;}
#fanr .left .mes-form .form-tr{ padding-left: 0;}
#fanr .left .mes-form a{ color: #fff;}
#fanr .right{ background: #2bb46d; color: #fff; padding: 4% 2%; text-align: left;}
#fanr .right .tit{ font-size: 2.5rem; font-weight: bold; padding-bottom: 3%;}
#fanr .right .content{ padding-top: 10%;}
#fanr .right .content p{ color: #fff;}










#sj_nav{ width: 100%; background: #000;}
#sj_nav #logo{ padding: 1%;}
#sj_nav #logo img{ max-width: 100%;}
#sj_nav .sp_nav{ float: right; cursor:pointer; margin: 4% 0 0 3% !important; height: 3rem; text-align: center;}
.sp_nav span{display:block;background:#fff;width:30px;height:2px;position:absolute;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:10px}
.sp_nav span:nth-of-type(3){top:20px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}




.sjj_nav{position:fixed;z-index:9;background:rgba(0,0,0,0.8);width:100%;height: auto;font-size:14px;line-height:40px;top:-100%;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s; padding: 3% 0;}
.nav_show{top:9%;}
.sjj_nav>ul>li:first-child{overflow:hidden;border-top:0}
.sjj_nav>ul>li:first-child>a{float:left;width:calc(100% - 70px)}
.sjj_nav>ul>li:first-child .language{float:right;width:70px;overflow:hidden;line-height:30px;margin-top:5px}
.sjj_nav>ul>li:first-child .language a{width:35px;float:left;border-left:1px #ddd solid;text-align:center;color:#999;}
.sjj_nav ul li i{position:absolute;top:5px;right:0px;border-left:1px #ddd solid;height:30px;padding:0px 7px 0 7px;}
.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.sjj_nav ul li{ border-top:1px #666 solid;margin-left:3%; width: 94%; position:relative;line-height:50px;font-size:14px}
.sjj_nav>ul >li:last-child{border-bottom:1px #666 solid;}
.sjj_nav ul li ul{display:none}
.sjj_nav ul li a{color:#efefef;width:80%}
.sjj_nav ul li ul li a{color:#999;display:block;text-align:left;}
.sjj_nav ul li i svg{width:20px;height:20px;fill:#666;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#c9141e}
.sjj_nav ul li ul li>ul{margin-left:10px}


.banner {
  position: relative;
  height: auto !important;
}
.swiper-wrapper{height: auto !important;}
.banner #bannerSwiper {
  height: auto !important;
}
.banner .swiper-slide {
  position: relative;
  height: auto !important;
  float: left;
}
.banner .swiper-slide a{
  display:block;
  width:100%;
  height: auto !important;
}
.banner .swiper-slide a img{ width: 100%; height: auto;}
.banner .pagination {
  position: absolute;
  font-size:0;
  left: 0;
  text-align: center;
  bottom: 13px;
  width: 100%;
  z-index: 9;
}
.banner .pagination .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border:2px solid #fff;
  opacity: 0.6;
  margin: 0 5px;
  cursor: pointer;
}
.banner .pagination .swiper-active-switch {
  background: #fff;
  opacity: 1;
}

/* 首页 */
.main1 { overflow: hidden; padding: 3% 0;}

.bj{ background: url(../images/cpbj.jpg) repeat center top; width: 100%; height: auto;}
.title_in{ text-align: center;}
.title_in .wz1{ color: #2c2c2c; font-size: 3rem;}
.title_in .wz1 span{ color: #2bb46d;}
.title_in .wz2{ color: #727272; font-size: 1.5rem;}
@media screen and (max-width:765px){
  .title_in{ line-height: 2rem;}
  .title_in .wz1{ font-size: 2.3rem;}
  .title_in .wz2{ font-size: 1rem;}
}

#pro_index{ text-align: center; padding: 0; margin-bottom: 2%;}
#pro_index div{ padding: 0 0.2% !important; height: 38px; margin-bottom: 1%;}
#pro_index li{ display: inline-block; transition: 0.3s;  background: #2bb46d; padding: 0 .5%; width: 99%; height: 38px; text-align: center; line-height: 38px;}
#pro_index li a{ color: #fff; font-size: .6rem; display: block; width: 100%; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}

#sj_pro_index{ text-align: center;}
#sj_pro_index div{ padding: 0 1% !important;}
#sj_pro_index li{ display: inline-block; text-align: center; width: 100%; position: relative;}
#sj_pro_index li .sy{ position: absolute; width: 100%; left: 0; top: 0; z-index: 2; text-align: center;}
#sj_pro_index li .sy img{ max-width: 100%;}
#sj_pro_index li a{ display: block; width: 100%; height: 140px; overflow: hidden;}
#sj_pro_index li img{ width: 100%; height: 140px;}
#sj_pro_index li p{ line-height: 30px; background: #eeeeee; text-align: center; font-size: .6rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
@media (min-width: 765px) and (max-width: 1200px){
  #sj_pro_index li img{ height: 160px;}
}

.slideTxtBox_cp{ text-align:left; margin-top: 3%;}
.slideTxtBox_cp .hd{ height: auto; position:relative; }
.slideTxtBox_cp .hd ul{ height:auto; text-align: center; background: #f7f7f7;}
.slideTxtBox_cp .hd ul li{ height: 4.5rem; line-height: 4.5rem; padding: 0; background: #f7f7f7; text-align: center; cursor:pointer;}
.slideTxtBox_cp .hd ul a{ color: #919191;}
.slideTxtBox_cp .hd ul li.on{ height: 4.5rem; background:#2bb46d; color: #fff;}
.slideTxtBox_cp .hd ul li.on a{ color: #fff;}
.slideTxtBox_cp .bd ul{ padding:3% 0 0;  zoom:1;  }
.slideTxtBox_cp .bd li{ text-align:center; transition:0.3s; padding: 0 0 4rem; overflow: hidden; position: relative;}
.slideTxtBox_cp .bd li .pic{ display: block; width: 100%;}
.slideTxtBox_cp .bd li img{ width: 100%; max-height: auto; transition: 0.3s; }
.slideTxtBox_cp .bd li p{ position: absolute; left: 0; bottom: 4rem; width:100%; background: rgba(0,0,0,0.6); margin: 0; height:4rem; line-height: 4rem;  text-align: center; transition: 0.3s; font-size: 1.3rem; color: #fff; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; transition: 0.3s;}
@media screen and (max-width:765px){
  .slideTxtBox_cp .bd li img{ height: 140px;}
}


#cpqh .swiper-container {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
#cpqh .swiper-slide {
  background-size: cover;
  background-position: center;
  position: relative;
  text-align: center;
}
#cpqh .swiper-button-prev, #cpqh .swiper-button-next{ top: 42%;}
#cpqh .swiper-slide img{ max-width: 100% !important; height: 300px;}
#cpqh .swiper-slide p{ position: absolute; left: 0; bottom: 0; z-index: 2; width: 100%; background: rgba(0,0,0,0.7); height: 2.5rem; line-height: 2.5rem; text-align: center; color: #fff; font-size: 0.8rem;}
#cpqh .gallery-top {
  height: 80%;
  width: 100%;
}
#cpqh .gallery-thumbs {
  background: #282828; height: 2.5rem; line-height: 2.5rem; width: 100%; text-align: center; margin-bottom: 2%;
  box-sizing: border-box;
}
#cpqh .gallery-thumbs .swiper-slide {
  height: 100%;
  line-height: 2.5rem;
  color: #fff;
  font-size: .8rem;
}
#cpqh .gallery-thumbs .swiper-slide a{ color: #fff;}
#cpqh .gallery-thumbs .swiper-slide-thumb-active {
  background: #e63a1e;
}




.slideGroup{  text-align:left; margin-top: 3%;}
.slideGroup .parHd{ height: auto; position:relative;  }
.slideGroup .parHd ul{  height:auto; text-align: center; }
.slideGroup .parHd ul li{ height: 5rem; line-height: 5rem; font-size: 1.5rem; padding: 0; background: #f7f7f7; text-align: center; cursor:pointer; }
.slideGroup .parHd ul li a{ color: #919191;}
.slideGroup .parHd ul li.on{ height: 5rem; background:#2bb46d; color: #fff; }
.slideGroup .parHd ul li.on a{ color: #fff;}

.slideGroup .slideBox{ overflow:hidden; zoom:1; padding:3% 0 0; position:relative;   }
.slideGroup .parBd ul{}
.slideGroup .parBd ul li{ text-align:center; transition:0.3s; padding: 0 0 4rem; overflow: hidden; position: relative;}
.slideGroup .parBd ul li .sy{ position: absolute; width: 100%; left: 0; top: 0; z-index: 1; text-align: center;}
.slideGroup .parBd ul li .sy img{ max-width: 100%;}
.slideGroup .parBd ul li .pic{ display: block; width: 100%;}
.slideGroup .parBd ul li .pic img{ width: 100%; height: 314px; transition: 0.3s; }
.slideGroup .parBd ul li .tit{ position: absolute; left: 0; bottom: 4rem; z-index: 3; width:100%; background: rgba(0,0,0,0.6); margin: 0; height:4rem; line-height: 4rem;  text-align: center; transition: 0.3s; font-size: 1.5rem; color: #fff; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; transition: 0.3s;}
@media screen and (max-width:765px){
  .slideGroup .parBd ul li .pic img{ height: 140px;}
}
@media (min-width: 765px) and (max-width: 1200px){
  .slideGroup .parBd ul li .pic img{ height: 200px;}
}
.slideGroup .parBd ul li:hover .tit { height: 100%; line-height: 47rem;}
.slideGroup .parBd ul li .fdj{ position: absolute; opacity: 0; width: 100%; z-index: 999; top: 0;  text-align: center; left: 0; transition:0.3s;}
.slideGroup .parBd ul li .fdj img{ width: 15%;}
.slideGroup .parBd ul li:hover .fdj{ opacity: 1; top: 30%; }




.slideTxtBox_fangan{ margin-top: 3%; text-align:left;}
.slideTxtBox_fangan .hd{ height:0; position:relative; }
.slideTxtBox_fangan .arrow{  position:absolute; left:10%; bottom:100%; z-index: 999; }
.slideTxtBox_fangan .arrow a{ display:block; width:56px; height:56px; float:right; margin-right:5px; overflow:hidden; }

.slideTxtBox_fangan .bd li .left{ padding: 3% 0 0 10%; }
.slideTxtBox_fangan .bd li .left .tit{ text-align: left; color: #333333; font-size: 3rem; font-weight: bold; }
.slideTxtBox_fangan .bd li .left .content{ text-align: left; padding: 5% 0; color: #333333; font-size: 1.4rem; line-height: 2.5rem;}
.slideTxtBox_fangan .bd li .left .more{ float: left; width: 30%; background: #2bb46d; height: 3rem; line-height: 3rem; border-radius: 2rem; color: #fff; text-align: center; transition:0.3s;}
.slideTxtBox_fangan .bd li .right{ padding-right: 0;}
.slideTxtBox_fangan .bd li .right img{ width: 100%;}
@media screen and (max-width:765px){
  .slideTxtBox_fangan .bd li .left{ padding: 3% 0 0 2%; width: 98%;}
  .slideTxtBox_fangan .bd li .right{ padding-right: 15px; margin-top: 5%;}
  .slideTxtBox_fangan .arrow{ bottom: 0; left:15px;}
  .slideTxtBox_fangan .hd{ height:56px;}
}
@media (min-width: 765px) and (max-width: 1200px){
  .slideTxtBox_fangan .bd li .left{ padding: 3% 0 0 2%;}
  .slideTxtBox_fangan .arrow{ left: 35%;}
  .slideTxtBox_fangan .bd li .left .tit{ font-size: 2.5rem;}
}
.slideTxtBox_fangan .bd li .left .more:hover{ background: #18874e;}


.slideTxtBox{ text-align:left; margin-top: 5%;}
.slideTxtBox .hd{ height:auto; }
.slideTxtBox .hd ul{ height:auto;   }
.slideTxtBox .hd ul li{ cursor:pointer; padding: 0; height:80px; }
.slideTxtBox .hd ul li .left{ width: 20%;}
.slideTxtBox .hd ul li .left img{ width: 100%;}
.slideTxtBox .hd ul li .right{ width: 70%; padding-top: 3%; line-height: 2rem;}
.slideTxtBox .hd ul li .right p{ color: #363636; font-size: 2.3rem; font-weight: bold;}
.slideTxtBox .hd ul li .right span{ color: #868686; text-transform: uppercase; font-size: 0.8rem;}
.slideTxtBox .hd ul li:nth-of-type(1) .right{ padding-right: 0;}
.slideTxtBox .hd ul li.on{ height:80px; background: url(../images/ys_line.png) no-repeat left bottom; }
.slideTxtBox .bd ul{ margin-top: 3%; zoom:1;  }
.slideTxtBox .bd li{ position: relative; width: 100%; height: auto; }
.slideTxtBox .bd li .pic{ width: 100%; height: auto; overflow: hidden;}
.slideTxtBox .bd li .pic img{ width: 100%; transition:0.3s;}
.slideTxtBox .bd li .num{ position: absolute; right: 30%; top: 10%; width: 17%; padding-top: 5%; z-index: 3; background: #33b673; color: #fff;}
.slideTxtBox .bd li .nr{ background: url(../images/ys01.png) no-repeat right top #fdfefe; position: absolute; right: 3%; top: 30%; width: 40%; z-index: 2; padding: 9% 3% 0;}
.slideTxtBox .bd li .num .num1{ font-size: 10rem; font-weight: bold; padding-left: 10%;}
.slideTxtBox .bd li .num .num2{ background: url(../images/ysline.png) no-repeat 20% center; width: 95%; text-align: right; font-size: 2rem; padding-right: 5%; margin: 20% 0 10%;}
.slideTxtBox .bd li .nr .tit{ border-bottom: 1px solid #dbdbdb; line-height: 2rem; padding-bottom: 3%;}
.slideTxtBox .bd li .nr .tit p{ color: #2f2f2f; font-size: 3rem; font-weight: bold;}
.slideTxtBox .bd li .nr .tit span{ color: #868686; font-size: 1rem; font-family: arial;}
.slideTxtBox .bd li .nr ul{ padding: 3% 0 15%;}
.slideTxtBox .bd li .nr ul li{ line-height: 2.5rem; font-weight: bold; color: #868686; margin-bottom: 2%;}
.slideTxtBox .bd ul:nth-of-type(2) li .nr{ background: url(../images/ys02.png) no-repeat right top #fdfefe;}
.slideTxtBox .bd ul:nth-of-type(3) li .nr{ background: url(../images/ys03.png) no-repeat right top #fdfefe;}
.slideTxtBox .bd ul:nth-of-type(4) li .nr{ background: url(../images/ys04.png) no-repeat right top #fdfefe;}
/*.slideTxtBox .bd li:hover .pic img{ transform: scale(1.1);}*/



@media screen and (max-width:765px){
  .slideTxtBox .bd li .nr{ width: 90%; top: 10%; right: 5%;}
  .slideTxtBox .bd li .pic img{ width: 160%;}
  .slideTxtBox .hd ul li{ margin-bottom: 1%;}
  .slideTxtBox .bd ul{ margin-top: 0;}
}
@media (min-width: 765px) and (max-width: 1200px){
  .slideTxtBox .bd li .nr{ width: 90%; top: 10%; right: 5%;}
  .slideTxtBox .bd li .pic img{ width: 105%;}
  .slideTxtBox .hd ul li{ margin-bottom: 1%; height: 95px;}
  .slideTxtBox .hd ul li.on{ height: 95px;}
  .slideTxtBox .bd ul{ margin-top: 0;}
}

#gsjjnr{ text-align: center; padding: 2% 0; font-size: 1.5rem; width: 95%; color: #8a8a8a; margin: 0 auto;}
#gsjjnr a{ color: #2bb46d; font-weight: bold;}
#gsjjpic{ width: 99%; height: auto; margin: 0 auto 5%; position: relative;}
#gsjjpic img{ width: 100%;}
@media screen and (max-width:765px){
  #gsjjnr{ font-size: 1rem !important;}
}
#gsjjpic .font{ position: absolute; left: 0; top: 0; z-index: 2; color: #fff; padding: 5% 0 0 20%;}
#gsjjpic .font p{ font-size: 3rem; font-weight: bold;}
#gsjjpic .font span{ display: block; font-size: 2rem;}
@media screen and (max-width:765px){
  #gsjjpic .font{ line-height: 2rem;}
  #gsjjpic .font p{ font-size: 2rem;}
  #gsjjpic .font span{ font-size: 1.5rem;}
}



#indexNews{ padding-top: 3%;}
#indexNews li{width: 100%;height: auto; margin:0 auto 2%; padding: 2.5% 0; border: solid 1px #fafafa; background: #fafafa; transition: 0.3s;}
#indexNews li .right{ padding: 0 0 0 4% !important; line-height: 3rem;}
#indexNews li .news_title{ text-align: left; color: #363636; font-size: 1.5rem; white-space: nowrap;text-overflow:ellipsis;overflow: hidden; line-height: 25px; }
#indexNews li .news_info{ color: #999999; font-size: 0.8em; line-height: 2.2rem;}
#indexNews li .news_time{ width: 12%; line-height: 30px; text-align: center; font-weight: normal !important; color: #b6b6b6;font-size: 1rem; padding: 0 !important; margin: 0 0 0 2% !important;}
#indexNews li .news_time span{display: block; margin:0 auto; width: 100%; text-align: center; color: #b6b6b6; font-size:5rem; font-weight: bold; border-bottom: 1px solid #b6b6b6; padding-bottom: 13%;}
#indexNews li:hover{ border: 1px solid #2bb46d;}
#indexNews li:hover .news_time{ color: #2bb46d;}
#indexNews li:hover .news_time span{ color: #2bb46d; border-bottom: 1px solid #2bb46d;}
#indexNews li:hover .news_title{ color: #2bb46d;}


#xw_pic{ text-align: center; margin-top: 7%; position: relative; }
#xw_pic img{ width: 100%; height: 350px;}
@media screen and (max-width:765px){
  #xw_pic img{ width: 100%; height: auto;}
}

#xw_font{ position: absolute; bottom: 0; z-index: 3; width: 100%; line-height: 3rem; background: #2bb46d; padding: 2% 3%; }
#xw_font .left{ width: 16%; line-height: 2.5rem; text-align: center; font-weight: normal !important; border-right:dashed 1px #fff; color: #fff; font-size: 1rem; padding: 2% 3% 0 0 !important; margin: 0 !important;}
#xw_font .left span{display: block; font-weight: bold; margin:0 auto; width: 100%; text-align: center; color: #fff; font-size: 4rem; padding-bottom: 15%; border-bottom: 1px solid #fff;}
#xw_font .right{ text-align: left; width: 80%; line-height: 2rem;}
#xw_font .right .tit{ font-weight: bold; font-size: 1.5rem; color: #fff; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
#xw_font .right .tit a{ color: #fff;}
#xw_font .right .content{ color: #fff; font-size: 0.8rem;}

#fwzc{ margin-top: 3%;}
#fwzc li{ border: 1px solid #cccccc; background: #fff; text-align: center; padding: 10% 0; margin-bottom: 5%; cursor: pointer;}
#fwzc li .pic{ margin: 0 auto 5%; width: 57px; height: 57px; overflow: hidden;}
#fwzc li .pic img{ margin-left: 0; transition:0.3s;}
#fwzc li .tit{ color: #434343; font-weight: bold; font-size: 2rem;}
#fwzc li .nr{ padding-top: 7%; line-height: 2.5rem; width: 85%; margin: 0 auto; color: #757575; min-height: 125px;}
@media screen and (max-width:765px){
  #fwzc li .nr{ font-size: 1rem !important;}
  #fwzc li .nr{ min-height: 140px;}
}
/*#fwzc li:hover{ background: #2bb46d;}
#fwzc li:hover .tit{ color: #fff;}
#fwzc li:hover .nr{ color: #fff;}
#fwzc li:hover .pic img{ margin-left: -57px;}

*/

/*底部*/
#foot_bj{ height: 4rem; line-height: 4rem; background: #242424; width: 100%;}
#foot_nr{ color: #898989;}
#footer{ width: 100%; height: auto; background: #323232;}
#end_main{ padding: 30px 0; width: 1200px; height: auto; overflow: hidden; margin: 0 auto;}
#end_main #end_logo{ float: left; padding: 30px 0 0;}
#end_main .end_line{ float: left; height: 135px; background: #4d4d4d; width: 1px; margin: 10px 45px 0;}
#end_main #kjdh{ float: left; width: 200px;}
#end_main #kjdh .tit{ color: #fff; font-size: 24px; font-weight: bold; margin-bottom: 10px;}
#end_main #kjdh #nav li{ width: 100px; float: left; height: 30px; line-height: 30px; color: #a7a7a7;}
#end_main #kjdh #nav li a{ color: #a7a7a7;}
#end_main #end_wx{ float: left;}
#end_main #end_lx{ float: right; color: #717171;}
#end_main #end_lx p{ background: url(../images/end_pic1.png) no-repeat left center; padding-left: 35px; color: #2bb46d; font-weight: bold; font-size: 24px;}
#end_main #end_lx span{ display: block; line-height: 30px; padding-left: 25px;}
#end_main #end_lx span:nth-of-type(1){ background: url(../images/end_pic2.png) no-repeat left center;}
#end_main #end_lx span:nth-of-type(2){ background: url(../images/end_pic3.png) no-repeat left center;}
#end_main #end_lx span:nth-of-type(3){ background: url(../images/end_pic4.png) no-repeat left center;}

#end_sj{ padding: 3%; color: #a7a7a7; line-height: 2rem;}
#end_sj #end_wx{ float: right; text-align: center; width: 55%; margin: 0 auto;}
#end_sj #end_wx img{ max-width: 100%;}
#end_sj #end_lx{ float: left; color: #717171; width: 40%;}
#end_sj #end_lx p{ background: url(../images/end_pic1.png) no-repeat left center; background-size: 12%; padding-left: 14%; color: #2bb46d; font-weight: bold; font-size: 2.3rem; height: 2.5rem; line-height: 2.5rem;}
#end_sj #end_lx span{ display: block; line-height: 2.5rem; padding-left: 14%; background-size: 10%;} 
#end_sj #end_lx span:nth-of-type(1){ background: url(../images/end_pic2.png) no-repeat left center;}
#end_sj #end_lx span:nth-of-type(2){ background: url(../images/end_pic3.png) no-repeat left center;}
#end_sj #end_lx span:nth-of-type(3){ background: url(../images/end_pic4.png) no-repeat left center;}




.pro-sider {
  /*float: left;
  width: 260px;*/
}
.in-title {
  height: auto;
  background: url(../images/i-pro-title.jpg) no-repeat center;
  background-size: 100%;
  text-align: center;
  line-height: 1;
  padding: 0 0 5%;
  overflow: hidden;
}
.in-title h3 {
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 3%;
}
.in-title em {
  font-size: 1rem;
  font-family: arial;
  color: #fff;
}


.pro-sider-ul {
  background: #fff;
  border-top: none;
  overflow: hidden;
}


.pro-sider-ul .ul-li {
  height: auto;
  padding: 0 5px;
  margin-bottom: 3%;
}
.pro-sider-ul .ul-li-li {
  padding: 0 2% 0 10%;
  font-size: 1rem;
  height: auto;
}
.pro-sider-ul a {
  position: relative;
  background: #54bd83;
  height: 4rem;
  line-height: 4rem;
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
  display: block;
  padding-left: 2%;
  padding-right: 10%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro-sider-ul .ul-li a h2{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.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-ul .ul-li:hover,
.pro-sider-ul .ul-li.active {

}
.pro-sider-ul .ul-li:hover a,
.pro-sider-ul .ul-li.active a {
  background: #3aa86f;
  color: #fff;
}
.pro-sider-ul .ul-li:hover div.icon,
.pro-sider-ul .ul-li.active div.icon {
  background: #1e8e54 url(../images/sider-bg-02.png) no-repeat center;
}
.pro-sider-ul .ul-li:last-child a {
  border-bottom: none;
}
.pro-sider-tel {
  overflow: hidden;
  height: 100px;
  line-height: 1;
  font-size: 2.5rem;
  font-weight: bold;
  color: #1e8e54;
  border: 1px solid #ededed;
  border-top: none;
  padding-left: 80px;
  background: url(../images/sider-tel.png) no-repeat 25px center;
}
.pro-sider-tel span {
  display: block;
  margin: 30px 0 8px;
  font-size: 14px;
  color: #808080;
}
.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;
  width: 260px;
}
.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 */