.banner .slider {
  position: relative;
  width: 100%;
  height: 700px;
  overflow: hidden;
}
  
.banner .slides {
  height: 100%;
  /* Simple clear fix */
  overflow: hidden;
  list-style: none;
  -webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
  -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
  -ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
  -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
  transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.banner .slide {
  height: 100%;
  float: left;
  clear: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.banner .slide a{
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
.banner .slider-arrows {}

.banner .slider-arrow {
  position: absolute;
  display: block;
  margin-bottom: -35px;
  border-radius: 50%;
  text-decoration: none;
  width: 70px;
  height: 70px;
  bottom: 50%;
  text-indent: 999px;
  overflow: hidden;
}


.banner .slider-arrow--right { right: -70px;background: url(../images/banner_right.png) no-repeat center; }
.banner .slider-arrow--left {  left: -70px; background: url(../images/banner_left.png) no-repeat center; }
.banner:hover .slider-arrow--left{left: 35px;}
.banner:hover .slider-arrow--right{right: 35px;}
.banner .slider-nav {
  position: absolute;
  bottom: 30px;
}

.banner .slider-nav__item {
  width: 48px;
  height: 5px;
  border-radius: 5px;
  border: 1px solid #fff;
  clear: none;
  display: inline-block;
  margin: 0 10px;
}

.banner .slider-nav__item:hover { background: #fff;}
.banner .slider-nav__item--current { background: #fff;}



.in_title span{
  font-size: 36px;
  color: #333;
  font-weight: bold;
  float: left;
  padding-right: 60px;
}
.in_title{
  line-height: 50px;
}
.in_title .ico1{
  background: url(../images/in_ico1.png) no-repeat right;
}
.in_title .ico2{
  background: url(../images/in_ico2.png) no-repeat right;
}
.in_title .ico3{
  background: url(../images/in_ico3.png) no-repeat right;
}
.in_title .ico4{
  background: url(../images/in_ico4.png) no-repeat right;
}
.in_title .ico5{
  background: url(../images/in_ico5.png) no-repeat right;
}
.in_title .ico6{
  background: url(../images/in_ico6.png) no-repeat right;
}
.in_title a{
  float: right;
  font-size: 18px;
  color: #333;
  padding-right: 35px;
  background: url(../images/right_dot.png) no-repeat right;
}
.in_title a:hover{
  color: #8ec31f;
  background: url(../images/right_dot1.png) no-repeat right;
}
.in_pro{
  padding: 100px 0;
}
.in_pro .main li{
  float: left;
  width: 23.75%;
  background: #fff;
  border-radius: 10px;
  transition: 0.3s all;
  padding-bottom: 35px;
  margin-right: 1.65%;
  box-shadow: 0 3px 5px 3px  rgba(0,0,0,0.1);
}
.in_pro .main li:hover{
  box-shadow: 0 6px 10px 6px  rgba(0,0,0,0.2);
}
.in_pro .main li:nth-of-type(4n){
  margin-right: 0;
}
.in_pro .in_title{
  margin-bottom: 50px;
}
.in_pro .main li:hover .p1{
  color: #8ec31f;
}
.in_pro .main li .p1{
  font-size: 30px;
  color: #333;
  margin-bottom: 25px;
  text-align: center;
  margin-top: 10px;
}
.in_pro .main li .p2{
  line-height: 24px;
  font-size: 17px;
  color: #666;
  padding: 0 15%;
  height: 96px;
  text-align: center;
  margin: 25px 0 0;
}

.in_shengwu{
  background: url(../images/in_shengwu.png) no-repeat center;
  background-size: cover;
  padding: 250px 0;
}
.in_shengwu .main{
  width: 43%;
}
.in_shengwu .main .p1{
  font-size: 18px;
  line-height: 32px;
  color: #333;
  margin: 40px 0 70px;
}
.in_right .btn,
.in_shengwu .btn{
  font-size: 18px;
  color: #333;
  padding-right: 35px;
  line-height: 30px;
  display: inline-block;
  background: url(../images/right_dot.png) no-repeat right;
}
.in_right .btn:hover,
.in_shengwu .btn:hover{
  color: #8ec31f;
  background: url(../images/right_dot1.png) no-repeat right;
}
.in_right .btn{
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 50px;
}
.in_mid{
  padding: 120px 0;
}
.in_mid .contain{
  width: 1750px;
}
.in_mid .contain>div{
  background: #fff;
  width: 48.5%;
  box-shadow: 0 10px 20px rgba(0,0,0,0.08);
  border-radius: 10px;
}
.in_video .img{
  position: relative;
  height: 180px;
overflow:hidden;
}
.in_video .img .mask{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s all;
  background: url(../images/to_video.png) no-repeat center;
}
.in_video .img:hover .mask{
  background: url(../images/to_video.png) no-repeat center rgba(0,0,0,0.2);
}
.in_video p{
  text-align: center;
  margin-top: 25px;
}
.in_right .main{
    min-height:150px;
}
.in_video p span{
  display: inline-block;
  font-size: 22px;
  color: #333;
  text-overflow: ellipsis;
 overflow:hidden;
  white-space: nowrap;
  padding-left: 22px;
  background: url(../images/in_video1.png) no-repeat left;
}
.in_right,
.in_video{
  padding: 80px 130px 90px 80px;
  box-sizing: border-box;
}
.in_right .in_title,
.in_video .in_title{
  margin-bottom: 60px;
}
.in_video .swiper-pagination{
  position: inherit;
  margin-top: 76px;
}
.in_video .swiper-pagination-bullet{
  width:30px;
  height: 30px;
  line-height: 30px;
  opacity: 1;
  background: #f6f6f6;
  color: #333;
}

.in_video .swiper-pagination-bullet-active{
  background: #8ec31f;
  color: #fff;
}
.in_right{
  float: right;
}
.in_right .main a{
  font-size: 16px;
  color: #333;
  line-height: 30px;
}
.in_right .main a:hover{
  color: #8ec31f;
}
.in_right .in_title{
  margin-bottom: 34px;
}
.in_right .btn1{
  line-height: 36px;
  text-align: center;
  width: 110px;
  background: #8ec31f;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 36px;
}
.in_right .btn1:hover{
  background: #7ab400;
}

.in_video .to_video{
  cursor: pointer;
}

.video_show{
  position: fixed;
  left: 50%;
  margin-left: -500px;
  margin-top: -281px;
  top: 50%;
  z-index: 5;
  display: none;
}
.video_show video{
  width: 1000px;
  height: 562px;
}
.video_mask{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 4;
  display: none;
}
.footer .bshare-custom a:hover{
  opacity: 1;
}
.footer .bshare-custom a{
  position: relative;
}
.footer .bshare-custom a:after{
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s all;
  top: 0;
  border-radius: 50%;
  background: rgba(0,0,0,0.1)
}
.footer .bshare-custom a:hover:after{
  opacity: 1;
}

.iframe1{
  width: 1000px;
  height: 500px;
}
.in_news{
  background-size: cover;
  padding: 220px 0 180px;
  color: #fff;
}
.in_news .in_title span{
  color: #fff;
}
.in_news .main{
  width: 56.5%;
}
.in_news .p0{
  margin-top: 60px;
  font-size: 36px;
}
.in_news .main .p1{
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  margin: 30px 0 110px;
}
.in_news .btn{
  font-size: 18px;
  color: #fff;
  padding-right: 35px;
  line-height: 30px;
  display: inline-block;
  background: url(../images/in_news_1.png) no-repeat right;
}
.in_news .btn:hover{
  color: #8ec31f;
  background: url(../images/right_dot1.png) no-repeat right;
}


.product{

}
.bread{
  font-size: 16px;
  color: #333;
  padding: 20px 0;
  line-height: 20px;
}
.bread a{
  display: inline-block;
}

.all_left{
  width: 17.5%;
  float: left;
  border-radius: 8px;
  background: #fff;
  padding-bottom: 30px;
  box-shadow: 0 8px 10px 2px rgba(0,0,0,0.1);
}
.all_left .title{
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  background: #8ec31f;
  line-height: 45px;
  position: relative;
  width: 90%;
  box-sizing: border-box;
  margin-top: 12px;
  border-radius: 0 20px 0 0;
  padding: 0 20px;
}
.all_left .title:after{
  content: '';
  width: 21px;
  height: 54px;
  position: absolute;
  left: -9px;
  top: 0;
  background: url(../images/all_left_title.png) no-repeat center;
}
.all_left .title span{
  display: block;
  background: url(../images/all_left0.png) no-repeat right;
}
.in_pro .main li .img{
  height: 290px;
  overflow: hidden;
}
.in_pro .main li .img img{
  height: 100%;
  max-width: inherit;
}
.all_left .nav{
  padding: 0 25px;
}
.all_left .nav .title1{
  background: #f8fbf1;
  border-radius: 0 20px 0 0;
  line-height: 40px;
  color: #333;
  padding: 0 23px 0 16px;
  margin-top: 20px;
  font-size: 18px;
}
.all_left .nav .title1 span{
  display: block;
  background: url(../images/all_left1.png) no-repeat right;
}
.all_left .nav a{
  padding: 0 23px 0 28px;
  line-height: 22px;
  margin-top: 10px;
}
.all_left .nav a.active,
.all_left .nav a:hover{
  color: #8ec31f;
}
.all_left .nav a span{
  display: block;
  position: relative;
}
.all_left .nav a span i{
  vertical-align: sub;
  font-size: 12px;
}
.all_left .nav a span:after{
  content: "-";
  position: absolute;
  right: 0;
  top: 0;
  color: #666;
  width: 13px;
  text-align: center;
  line-height: 22px;
}
.all_left .nav a:hover span:after{
  color: #8ec31f;
}
.all_right{
  width: 80%;
  float: right;
}
.all_right .title{
  line-height: 50px;
  color: #333;
  font-weight: bold;
  font-size: 24px;
}
.all_right .title span{
  display: block;
  background: url(../images/title.png) no-repeat right;
}

.product .main li{
  width: 48.5%;
  margin-right: 3%;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 40px;
  box-shadow: 0 8px 10px 2px rgba(0,0,0,0.1);
  text-align: center;
  float: left;
}
.product .main li:nth-of-type(2n){
  margin-right: 0;
}
.product .main li .img{
  height: 100px;
  padding: 45px 0;
  max-width: inherit;
}
.product .main li p{
  line-height: 30px;
  font-size: 16px;
  color: #333;
  height: 210px;
  padding: 0 70px;
  overflow: hidden;
  text-align: left;
  margin-bottom: 30px;
}
.product_child1 .all_right{
  background: #fff;
  padding: 0 45px;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 0 8px 10px 2px rgba(0,0,0,0.1);
}
.product_child1 .all_right .title{
  margin-top: 40px;
  border-bottom: 1px solid #e5e5e5;
}
.product_child1 .main li{
  width: 23.5%;
  margin-right: 2%;
  font-size: 18px;
  color: #333;
  float: left;
  line-height: 50px;
  margin-top: 60px;
  text-align: center;
}
.product_child1 .main li:nth-of-type(4n){
  margin-right: 0;
}
.product_child1 .main li .img{
  width: 230px;
  overflow: hidden;
  height: 230px;
  margin: 0 auto;
  position: relative;
}
.product_child3 .content table td .img img,
.product_child1 .main li .img img{
  position: absolute;
  max-width: inherit;
  left: 50%;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.all_main{
  margin-bottom: 110px;
}



.page {
    padding: 80px 0;
    text-align: center;
}
.page .btn {
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
}
.page .btn{
    display: inline-block;
    vertical-align: middle;
}
.page .btn a,.page .btn .current {
    display: inline-block;
    width: 24px;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
    margin: 0 4px;
    border: 1px solid #c9c9c9;
    color: #333;
}
.page .btn a.active,
.page .btn a:hover,.page .btn .current {
    color: #8ec31f;
    border: 1px solid #8ec31f;
}





.product_child2 .all_right{
  background: #fff;
  padding: 0 50px;
  box-shadow: 0 8px 10px 2px rgba(0,0,0,0.1);
  border-radius: 10px;
  box-sizing: border-box;
}
.product_child2 .all_right .title{
  padding-top: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.product_child2 .all_right .main .img{
  padding: 80px 0;
  text-align: center;
}
.product_child2 .all_right .main .p0{
  font-size: 16px;
  color: #333;
  line-height: 50px;
  text-indent: 22px;
  background: #f6f6f6;
  margin-bottom: 50px;
}
.product_child2 .all_right .pad45{
  padding: 0 45px 70px;
}
.product_child2 .all_right .main .btn{
  margin-top: 80px;
  color: #fff;
  font-size: 20px;
  background: #8ec31f;
  border-radius: 4px;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
}
.product_child2 .all_right .main .btn:hover{
  background: #7eba00;
}
.product_child3 .all_right{
  background: #fff;
  padding: 30px 50px 0 ;
  box-shadow: 0 8px 10px 2px rgba(0,0,0,0.1);
  border-radius: 10px;
  box-sizing: border-box;
}
.product_child3 .all_right .title{
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
}
.product_child3 .content .p0{
  font-size: 16px;
  line-height: 24px;
  color: #333;
  margin-bottom: 50px;
}
.product_child3 .content .top .search input{
  width: 398px;
  line-height: 38px;
  height: 38px;
  border: 1px solid #d2d2d2;
  text-indent: 14px;
  color: #333;
  font-size: 14px;
  float: left;
}
.product_child3 .content .top .search a{
  width: 100px;
  line-height: 40px;
  background: #8ec31f;
  color: #fff;
  margin-left: 6px;
  text-align: center;
  float: left;
}
.product_child3 .content .top .page1{
  line-height: 40px;
  float: right;
}
.product_child3 .content .top .page1 span{
  color: #999;
  margin-right: 14px;
}
.product_child3 .content .top .page1 span i{
  color: #8ec31f;
}
.product_child3 .content .top .page1 a{
  width: 40px;
  display: inline-block;
  background: #eeeeee;
  text-align: center;
  margin-left: 6px;
  color: #999;
}
.product_child3 .content .top .page1 a:hover{
  color: #fff;
  background: #8ec31f;
}
.product_child3 .content .top{
  margin-bottom: 25px;
}
.product_child3 .content table th{
  background: #f6f6f6;
  border: 1px solid #dcdcdc;
  font-weight: normal;
  padding: 0 15px;
  box-sizing: border-box;
  color: #333;
  text-align: left;
  line-height: 50px;
}
.product_child3 .content table td{
  border: 1px solid #dcdcdc;
  padding: 20px 15px;
  box-sizing: border-box;
  color: #333;
}
.product_child3 .content table td a{
  color: #333;
}
.product_child3 .content table td .img{
  margin: 0 auto;
  width: 50px;
  height: 50px;
  position: relative;
  overflow: hidden;
}
.product_child3 .content table td a:hover{
  color: #8ec31f;
}
.product_child3 .content table td .btn{
  line-height: 26px;
  width: 50px;
  text-align: center;
  color: #fff;
  background: #8ec31f;
  border-radius: 26px;
  margin: 0 auto;
}
.product_child3 .content table td .btn:hover{
  color: #fff;
  background: #7eba00;
}

.news .all_left1{
  width: 17.5%;
  float: left;
}
.news .all_left1 .top{
  padding: 50px 30px 20px;
  background: #fff;
  box-shadow: 0 8px 10px 2px rgba(0,0,0,0.1);
  border-radius: 10px;
}
.news .all_left1 .top a{
  color: #333;
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 30px;
  font-weight: bold;
}
.news .all_left1 .top a span{
  padding-left: 40px;
  display: block;
  position: relative;
  background-size: 25px !important;
}
.news .all_left1 .top a span:after{
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 17px;
  height: 17px;
  margin-top: -8px;
  background: url(../images/dot1.png) no-repeat center;
}
.news .all_left1 .top a:hover span:after{
  background: url(../images/dot2.png) no-repeat center;
}
.news .all_left1 .top .active span:after{
  background: url(../images/dot2.png) no-repeat center;
}
.news .all_left1 .top a:hover,.news .all_left1 .top .active{
  color: #8ec31f;
}

.news .all_left1 .main{
  padding: 40px 30px;
  background: #fff;
  box-shadow: 0 8px 10px 2px rgba(0,0,0,0.1);
  border-radius: 10px;
  margin-top: 15px;
}
.news .all_left1 .main .p0{
  color: #8ec31f;
  font-weight: bold;
  text-align: center;
  position: relative;
  line-height: 32px;
}
.news .all_left1 .main .p0 i{
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  background: url(../images/f_contact1.png) no-repeat center;
}
.news .all_left1 .main .p0 em{
  color: #8ec31f;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
}
.news .all_left1 .main .p0 span{
  font-size: 24px;
  color: #8ec31f;
  position: relative;
}
.news .all_left1 .main .p0 span:before{
  content: '';
  width: 14px;
  height: 2px;
  position: absolute;
  left: -40px;
  top: 50%;
  margin-top: -1px;
  background: url(../images/news_dot.png) no-repeat center;
}
.news .all_left1 .main .p0 span:after{
  content: '';
  width: 14px;
  height: 2px;
  position: absolute;
  right: -40px;
  top: 50%;
  margin-top: -1px;
  background: url(../images/news_dot.png) no-repeat center;
}

.news .all_left1 .main li{
  margin-bottom: 50px;
}
.news .all_left1 .main li:last-child{
  margin-bottom: 0;
}
.news .all_left1 .main .p1{
  font-weight: bold;
  font-size: 16px;
  color: #333;
  margin: 25px 0;
}
.news .all_left1 .main .p2{
  color: #999;
  line-height: 30px;
  /*white-space: nowrap;*/
  white-space: pre-wrap;
  font-size: 13px;
  padding-left: 20px;
}
.news .all_left1 .main .ico1{
  background: url(../images/f_contact4.png) no-repeat left;
}
.news .all_left1 .main .ico2{
  background: url(../images/f_contact2.png) no-repeat left;
}
.news .all_left1 .main .ico3{
  background: url(../images/f_contact3.png) no-repeat left;
}

.news .all_right{
  padding: 20px 50px 0;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 8px 10px 2px rgba(0,0,0,0.1);
  border-radius: 10px;
}
.news .all_right .title{
  margin-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.news .all_right .main{
  
}
.news .all_right .main li{
  position: relative;
}
.news .all_right .main .date{
  color: #8fc31f;
  position: absolute;
  left: 0;
  top: 50%;
  width: 88px;
  margin-top: -40px;
}
.news .all_right .main .date .p1{
  font-size: 48px;
  line-height: 50px;
}
.news .all_right .main .date .p2{
  line-height: 30px;
}
.news .all_right .main .right{
  width: calc( 100% - 88px );
  float: right;
  border-left: 1px solid #e2e2e2;
  position: relative;
  padding-left: 70px;
  transition: 0.3s all;
  box-sizing: border-box;
}
.news .all_right .main .right .dot{
  position: absolute;
  width: 7px;
  height: 7px;
  border: 1px solid #c0c0c0;
  background: #fff;
  border-radius: 50%;
  top: 50%;
  left: -5px;
}
.news .all_right .main .right .dot:after{
  content: '';
  position: absolute;
  left: 8px;
  top: 50%;
  height: 1px;
  width: 40px;
  background: #c0c0c0;
}
.news .all_right .main .right .font{
  padding: 20px 0 50px;
  width: 65%;
  float: left;
}
.news .all_right .main .right .font.width100{
  width: 100%;
}
.news .all_right .main .right .img{
  width: 30%;
  margin: 15px 0;
  float: right;
}
.news .all_right .main .right .img img{
  width: 100%;
}
.news .all_right .main .right .a1{
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
}
.news .all_right .main .right .p1{
  color: #999;
  line-height: 20px;
  margin-bottom: 30px;
}
.news .all_right .main .right .btn{
  display: inline-block;
  padding-right: 35px;
  color: #999;
  background: url(../images/dot1.png) no-repeat right;
}
.news .all_right .main li:hover .btn{
  color: #8ec31f;
  background: url(../images/dot2.png) no-repeat right;
}
.news .all_right .main li:hover .right{
  background: #f6f6f6;
}
.news .all_right .main li:hover .a1{
  color: #8ec31f;
}
.pro_detail .all_right .main .img{
  padding: 0;
  width: 49%;
  float: left;
}
.pro_detail .top{
  padding: 70px 0 100px;
}
.pro_detail .all_right .main .top .font{
  float: right;
  width: 44%;
}
.pro_detail .all_right .main .top .font .p1{
  font-size: 26px;
  font-weight: bold;
  color: #333;
  margin-bottom: 30px;
}
.pro_detail .all_right .main .top .font .p2{
  font-size: 16px;
  color: #333;
  line-height: 30px;
}
.pro_detail .all_right .main .top .font span{
  color: #8ec31f;
}
.np{
  border-top: 1px solid #e5e5e5;
  padding-top: 47px;
  margin-top: 80px;
}

.np *{
  display: inline-block;
  color: #333;
  vertical-align: middle;
}
.np a:hover *{
  color: #8ec31f;
}
.np img{
  width: 98px;
  margin: 0 10px;
  height: 64px;
  border: 1px solid #e5e5e5;
}
.np em{
  width: 210px;
}

.pro_detail .all_right{
  background: inherit;
  padding: 0;
  box-shadow: inherit;
  border-radius: 0;
}
.pro_detail .all_right .content{

    background: #fff;
    padding: 0 50px;
    box-shadow: 0 8px 10px 2px rgba(0,0,0,0.1);
    border-radius: 10px;
    box-sizing: border-box;
}
.pro_detail .all_right .other .title{
  border-bottom: 0;
  margin-bottom: 20px;
}
.pro_detail .all_right .other li{
  width: 23.5%;
  margin-right: 2%;
  border-radius: 20px;
  background: #fff;
  float: left;
  overflow: hidden;
    box-shadow: 0 8px 20px 2px rgba(0,0,0,0.1);
}
.pro_detail .all_right .other li:nth-of-type(4n){
  margin-right: 0;
}
.pro_detail .all_right .other li .img{
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
}
.pro_detail .all_right .other li .img img{
  height: 100%;
  position: absolute;
  transform: translate(-50%,0);
  left: 50%;
  max-width: inherit;
  top: 0;
}
.pro_detail .all_right .other li p{
  padding: 20px 35px 30px;
  font-size: 16px;
  line-height: 20px;
  color: #333;
  height: 80px;
  overflow: hidden;
}
.pro_detail .all_right .other li:hover p{
  color: #8ec31f;
}

.news_detail .p0{
  font-size: 30px;
  font-weight: bold;
  color: #333;
}
.news_detail .content{
  padding: 0 50px;
}
.news_detail .content .p1{
  margin-top: 15px;
  margin-bottom: 70px;
}
.news_detail .content .p1 span{
  color: #999;
  display: inline-block;
  margin-right: 25px;
  padding-left: 20px;
}
.news_detail .content .p1 .ico1{
  background: url(../images/news_d1.png) no-repeat left;
}
.news_detail .content .p1 .ico2{
  background: url(../images/news_d2.png) no-repeat left;
}
.news_detail .np{
  padding-bottom: 50px;
}
.news_detail .main1{

    padding: 20px 50px 0;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 8px 10px 2px rgba(0,0,0,0.1);
    border-radius: 10px;
}
.news_detail .all_right{
  padding: 0;
  background: inherit;
  box-shadow: inherit;
  border-radius: inherit;
}
.news_detail .end{
  margin-top: 70px;
}
.news_detail .end .title{
  margin-bottom: 20px;
  border-bottom: 0;
}
.news_detail .end li{
  width: 23.5%;
  float: left;
  margin-right: 2%;
  padding-bottom: 30px;
  border-radius: 10px;
  background: #fff;
    box-shadow: 0 8px 20px 2px rgba(0,0,0,0.1);
}
.news_detail .end li:nth-of-type(4n){
  margin-right: 0;
}
.news_detail .end li .img{
  width: 100%;
  height: 180px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}

.news_detail .end li .img img{
  height: 100%;
  position: absolute;
  transform: translate(-50%,0);
  left: 50%;
  max-width: inherit;
  top: 0;
}
.news_detail .end li .font{
  padding: 25px 30px 0;
}
.news_detail .end li .p1{
  color: #999;
  margin-bottom: 10px;
}
.news_detail .end li .p2{
  font-size: 16px;
  color: #333;
  line-height: 22px;
  margin-bottom: 20px;
}
.news_detail .end li .a1{
  padding-right: 30px;
  line-height: 25px;
  color: #999;
  display: inline-block;
  background: url(../images/dot1.png) no-repeat right;
}
.nice-select .option:hover,
.news_detail .end li:hover .p2{
  color: #8ec31f;
}
.news_detail .end li:hover .a1{
  color: #8ec31f;
  background: url(../images/dot2.png) no-repeat right;
}

.download .all_left .title1.active,
.download .all_left .title1:hover{
  background: #8ec31f;
  color: #fff;
}
.download .all_left .nav a span:after{
  display: none;
}
.download .all_right{
    padding: 20px 50px 0;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 8px 10px 2px rgba(0,0,0,0.1);
    border-radius: 10px;
}
.download .all_right .title{
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
}
.download .all_right .top{
  padding: 55px 50px;
  background: #fbfcf8;
}
.download .all_right .top input{
  width: 85.8%;
  float: left;
  height: 38px;
  background: #fff;
  text-indent: 15px;
  font-size: 14px;
  color: #333;
  line-height: 38px;
  border: 1px solid #ccd9af;
}
.download .all_right .top .nice-select{
  width: 27.7777%;
  float: left;
  margin-right: 1.29%;
  height: 40px;
  line-height: 38px;
  color: #333;
  background: #fff;
  position: relative;
  border: 1px solid #ccd9af;

}
.download .all_right .top .nice-select span{
  display: block;
  line-height: 38px;
}
.download .all_right .top button{
  width: 12.8%;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background: #8ec31f;
  float: right;
}
.download .all_right .top button:hover{
  background: #7eba00;
}
.download .all_right .title1{
  margin-top: 30px;
  border-bottom: 1px solid #e5e5e5;
  line-height: 40px;
}
.download .all_right .title1 span{
  padding-left: 50px;
  font-size: 15px;
  color: #8ec31f;
  float: left;
  background: url(../images/download_dot.png) no-repeat 20px;
}
.download .all_right .title1 em{
  float: right;
  font-size: 15px;
  margin-right: 20px;
  color: #999;
}
.download .all_right .title1 em i{
  color: #8ec31f;
}
.download .all_right .main li{
  line-height: 60px;
  border-bottom: 1px solid #ebebeb;
}
.download .all_right .main li em{
  float: left;
  margin-left: 20px;
  color: #999;
}
.download .all_right .main li .a1{
  font-size: 15px;
  color: #333;
  float: left;
  margin-left: 15px;
}
.download .all_right .main li:hover .a2,
.download .all_right .main li:hover .a1{
  color: #8ec31f;
}
.download .all_right .main li .a2{
  color: #333;
  float: right;
  padding-right: 18px;
  margin-right: 20px;
  background: url(../images/download.png) no-repeat right;
  font-size: 12px;
}
.download .all_right .main li:hover .a2{
  text-decoration: underline;
}
.download .all_right .main li:hover{
  background: #f6f6f6;
}


.about .title{
  text-align: center;
  color: #333;
  font-size: 40px;
  font-weight: bold;
  padding: 80px 0;
}
.about .part1{
  padding-bottom: 100px;
}
.about .part1 li{
  width: 30.625%;
  float: left;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 0 15px 3px rgba(0,0,0,0.15);
  background: #fff;
  padding: 50px 0 90px;
  margin-right: 4.0625%;
}
.about .part1 li:nth-of-type(3n){
  margin-right: 0;
}
.about .part1 li img{
  width: 202px;
  height: 202px;
  margin: 0 auto;
}
.about .part1 li .p1{
  font-size: 30px;
  font-weight: bold;
  margin: 50px 0 30px;
  color: #333;
}
.about .part1 li .p2{
  line-height: 30px;
  height: 180px;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  padding: 0 65px;
  text-align: left;
}
.about .part2{
  background: #fff;
}
.about .part2 .font{
  width: 400px;
  float: left;
}
.about .part2 .font .img{
  width: 100%;
  height: 240px;
  overflow: hidden;
  position: relative;
}
.about .part2 .font .img img{
  height: 100%;
  transform: translate(-50%,0);
  position: absolute;
  left: 50%;
  top: 0;
}
.about .part2 .font .p1{
  font-size: 26px;
  color: #8ec31f;
  font-weight: bold;
  margin: 30px 0 20px;
}
.about .part2 .font .p2{
  font-size: 18px;
  color: #333;
  padding-left: 25px;
  margin-bottom: 15px;
  line-height: 26px;
}
.about .part2 .font .ico1{
  background: url(../images/about_ico1.png) no-repeat 0 8px;
}
.about .part2 .font .ico2{
  background: url(../images/about_ico2.png) no-repeat 0 8px;
}
.about .part2 .font .ico3{
  background: url(../images/about_ico3.png) no-repeat 0 8px;
}
.about .part2 .font .ico4{
  background: url(../images/about_ico4.png) no-repeat 0 8px;
}
.about .part2 .font .p2 span{
  float: left;
  width: 60px;
}
.about .part2 .font .p2 em{
  float: left;
  width: 315px;
}
.about .part2 .map{
  width: 50%;
  height: 500px;
  box-shadow: 0 15px 20px rgba(0,0,0,0.2);
  float: right;
}
.about .part2 .map img{
  max-width: inherit;
}
.about .part2 li{
  padding: 100px 0;
}
.about .part2 li:nth-of-type(2n){
  background: #f6f6f6;
}

.other_header{
  background: #fff;
  padding: 22px 0;
}
.other_header .logo{
  height: 56px;
  float: left;
}
.other_header .logo img{
  height: 100%;
  width: inherit;
}
.other_header .a1{
  line-height: 56px;
  color: #333;
  font-size: 16px;
  margin-left: 45px;
  float: left;
}
.other_header .a1:hover{
  color: #8ec31f;
}
.other_footer{
  padding: 45px 0;
  line-height: 20px;
  text-align: center;
  font-size: 16px;
}
.other_header1 .a1{
  float: right;
  margin-left: 0;
  margin-right: 25px;
}
.other_header .right{
  line-height: 56px;
  color: #333;
  font-size: 16px;
}
.other_header .right a{
  color: #8ec31f;
  display: inline-block;
}
.other_header .right a:hover{
  text-decoration: underline;
}

.login{
  padding: 80px 0;
}
.login .contain{
  width: 1080px;
}
.login .img{
  width: 62%;
  height: 485px;
  border-radius: 16px;
  background-size: cover;
  float: left;
}
.login .main{
  width: 38%;
  height: 485px;
  box-sizing: border-box;
  padding: 0 50px;
  float: right;
  border-radius: 16px;
  background: #fff;
}
.login .main .p1{
  text-align: center;
  font-size: 26px;
  color: #8ec31f;
  margin-top: 40px;
  font-weight: bold;
}
.login .main .p2{
  color: #999;
  margin: 5px 0 25px;
  text-align: center;
}
.login .main .input{
  width: 100%;
  margin-bottom: 13px;
}
.login .main .input input{
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  font-size: 14px;
  color: #333;
  text-indent: 14px;
  font-size: 14px;
  width: 100%;
  line-height: 46px;
  height: 46px;
}
.login .main .input.yzm input{
  width: 183px;
}
.login .main .input.yzm img{
  float: right;
}
.login .main .mid{
  line-height: 24px;
  padding: 25px 0 0;
}
.login .main .mid .choose{
  padding-left: 20px;
  cursor: pointer;
  float: left;
  background: url(../images/choose1.png) no-repeat left;
}
.login .main .mid .choose.active{
  background: url(../images/choose2.png) no-repeat left;
}
.login .main .mid a{
  float: right;
  color: #999;
}
.login .main .mid a:hover{
  color: #8ec31f;
}
.login .main .btn{
  width: 100%;
  line-height: 44px;
  background: #8ec31f;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #fff;
  margin-bottom: 28px;
  border-radius: 4px;
  margin-top: 15px;
}
.login .main .btn:hover{
  background: #7eba00;
}
.login .main .end{
  text-align: center;
  color: #999;
}
.login .main .end *{
  display: inline-block;
  vertical-align: middle;
}
.login .main .end a{
  color: #8ec31f;
}
.login .main .end a:hover{
  text-decoration: underline;
}

.login .main .yzm1 input{
  border: 0;
  width: 180px;
}
.login .main .yzm1{
  border: 1px solid #dcdcdc;
}
.login .main .yzm1 a{
  color: #8ec31f;
  float: right;
  line-height: 46px;
  margin-right: 15px;
}
.login .main .yzm1 a:hover{
  text-decoration: underline;
}
.forget .main{
  width: 300px;
  min-height: 330px;
  margin: 100px auto;
  background: #fff;
  padding: 60px 100px;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}
.forget .main .p1{
  font-size: 26px;
  color: #333;
  text-align: center;
  margin-bottom: 60px;
  font-weight: bold;
}
.forget .main .input{
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    width: 100%;
    margin-bottom: 18px;
}
.forget .main .input input{
    line-height: 46px;
    height: 46px;
    font-size: 14px;
    color: #333;
    width: 100%;
    font-size: 14px;
    text-indent: 14px;
}
.forget .main .input.yzm1 a{
  float: right;
    color: #8ec31f;
    float: right;
    line-height: 46px;
    margin-right: 15px;
}
.forget .main .input.yzm1 a:hover{
  text-decoration: underline;
}
.forget .main .input.yzm1 input{
  width: 180px;
}
.forget .main .btn{
    margin-top: 60px;
    width: 100%;
    line-height: 44px;
    background: #8ec31f;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
}
.forget .main .btn:hover{
  background: #7eba00;
}
.forget .img{
  width: 92px;
  height: 92px;
  display: block;
  margin: 60px auto 0;
}
.forget .p3{
  text-align: center;
  font-size: 18px;
  color: #8ec31f;
  margin-top: 40px;
}
.forget .p4{
  text-align: center;
  color: #333;
  margin-top: 10px;
}
.forget .p4 i{
  color: #8ec31f;
}



