﻿
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight,
.bg,
.leftWow,
.rightWow,
.bottomWow {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}



/* banner */

.banner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.banner .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 ;

}

.banner .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.banner .swiper-slide {
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.banner .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
}


.banner .swiper-button-next1{
  position: absolute;
  width: 65px;
  height: 65px;
  background: url(../images/bannerR.png) no-repeat  center;
  right: 4%;
  top: 50%;
  z-index: 5;
  cursor: pointer;
}

.banner .swiper-button-prev1{
  position: absolute;
  width: 65px;
  height: 65px;
  background: url(../images/bannerL.png) no-repeat  center;
  left: 4%;
  top: 50%;
  z-index: 5;
  cursor: pointer;
}

.banner .swiper-pagination {
  width: 100%;
  bottom: 10px;
  right: 0px;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px ;
  background-color: #fff;
  width: 10px;
  height: 10px;
  opacity: 1;
  border-radius: 50%;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #86bb46;
}


.banner .trait_bg{
  width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 0px;
  bottom: 40px;
}

.banner .trait_bg .trait{
  width: 1280px;
  margin: 0 auto;
  height: 80px;
  background: #fff;
  position: relative;
  z-index: 5;
  padding: 0 40px;
  border-radius: 10px;
}

.banner .trait_bg .trait .triat_l{
  float: left;
  background: url(../images/buttom1.png) no-repeat left center;
  padding-left: 53px;
  font-size: 16px;
  color: #666666;
  height: 42px;
  line-height: 42px;
  margin-top: 19px;
  width: 515px;
}


/* 询盘*/
i {
  font-weight: normal;
  font-style: normal;
}

.topxunpan {
  position: relative;
  z-index: 5;
  display: block;
  margin-top: 19px;
  float: left;

}


.topxunpan .xp {
  position: relative;
  height: 42px;
  line-height: 42px;
  font-size: 18px;
  color: #666666;
  cursor: pointer;

}

.topxunpan .xp img {
  position: relative;
  top: 0px;
  margin: 0 15px 0 0px;
  vertical-align: middle;
}

.topxunpan .xp i {
  padding: 0px;
  margin-left: 0px;
  margin-right: 0px;
  box-sizing: border-box;
  color: #666666;
}

.topxunpan .xp #xunpantip {
  z-index: 999;
  position: absolute;
  top: -35px ;
  left: 50%;
  width: 180px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  -webkit-transform: translateX(-50%) scale(0);
  -moz-transform: translateX(-50%) scale(0);
  -o-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  -webkit-transition: transform .4s, opacity .4s;
  -moz-transition: transform .4s, opacity .4s;
  -o-transition: transform .4s, opacity .4s;
  -ms-transition: transform .4s, opacity .4s;
  transition: transform .4s, opacity .4s;
  background-color: #86bb46;
  border-radius: 4px;
  opacity: 0;
  font-weight: bold;
  box-shadow: 5px 5px 2px #dfdfdf;
}

.topxunpan .xp #xunpantip::after {
  content: '';
  position: absolute;
  top: -16px;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-bottom-color: #86bb46;
}

.topxunpan .xp #xunpantip.xunpantextactive {
  -webkit-transform: translateX(-50%) scale(1);
  -moz-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  opacity: 1;
}


.trait_bg .trait .tel{
  float: right;
  margin-top: 19px;
  background: url(../images/tel.png) no-repeat  left center;
  padding-left: 53px;
  height: 42px;
  line-height: 42px;
  font-size: 24px;
  color: #666666;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}


/* title */

.title{

}

.title span{
  display: block;
  font-size: 65px;
  color: #323232;
  font-family: Arial Black;
  text-transform: uppercase;
  line-height: 55px;
  float: left;
}

.title span i{
  font-size: 65px;
  color: #86bb46;
  font-family: Arial Black;
}

.title h3{
  float: left;
  margin-left: 25px;
}

.title h3 em{
  display: inline-block;
  font-size: 26px;
  color: #323232;
  background: url(../images/title.png) no-repeat top right;
  padding-right: 16px;
}

.title h3 b{
  font-size: 16px;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  font-weight: normal;
}


/* about */

.ab_bg{
  width: 100%;
  margin: 0 auto;
  background: url(../images/ab_bg.jpg) no-repeat  center;
  height: 1078px;
  overflow: hidden;
}


.ab_bg .about{
  width: 1280px;
  margin: 0 auto;
  padding-top: 70px;
  position: relative;
}

.ab_bg .about .ab_ico{
  position: absolute;
  left: -57px;
  top: 680px;
  background: url(../images/ab_ico.png) no-repeat  center;
  width: 104px;
  height: 104px;
}

.ab_bg .about .ab_t{
  height: 115px;
}

.ab_bg .about .ab_t .title{
  float: left;
}

.ab_bg .about .ab_t .t_more{
  float: right;
  margin-top: 15px;
  background: url(../images/more2.png) no-repeat  center;
  width: 188px;
  height: 40px;
}

.ab_bg .about .ab_t .t_more a{
  display: block;
  padding-left: 70px;
  font-size: 16px;
  color: #333;
  line-height: 40px;
}

.ab_bg .about .ab_box{
  margin: 0 auto;
  height: 546px;
} 

.ab_bg .about .ab_box .ab_img{
  float: left;
  width: 650px;
  height: 546px;
}

.ab_bg .about .ab_box .ab_img img{
  width: 650px;
  height: 546px;
}

.ab_bg .about .ab_box .ab_r{
  float: right;
  width: 553px;
} 

.ab_bg .about .ab_box .txt{

} 

.ab_bg .about .ab_box .txt h5 a{
  display: block;
  line-height: 65px;
  padding-left: 57px;
  font-size: 24px;
  color: #333;
  font-weight: bold;
  background: url(../images/buttom4.png) no-repeat  left center;
}

.ab_bg .about .ab_box .txt span{
  display: block;
  font-size: 12px;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  background: url(../images/ab_xt.png) no-repeat  left center;
  padding-left: 93px;
  margin-left: 80px;
  margin-top: 10px;
}

.ab_bg .about .ab_box .txt p{
  font-size: 16px;
  color: #666666;
  line-height: 42px;
  height: 168px;
  overflow: hidden;
  margin-top: 30px;
}

.ab_bg .about .ab_box .ab_tel{
  margin-top: 50px;
  float: left;
  width: 250px;
} 

.ab_bg .about .ab_box .ab_tel .tel{
  background: url(../images/tel1.png) no-repeat top  center;
  padding-top: 72px;
  font-size: 28px;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  width: 195px;
}

.ab_bg .about .ab_box .ab_tel .ab_more{
  margin-top: 25px;
  width: 190px;
  height: 50px;
  line-height: 50px;
  background: #86bb46;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ab_bg .about .ab_box .ab_tel .ab_more a{
  display: block;
  text-align: center;
  font-size: 16px;
  color: #fff;
}

.ab_bg .about .ab_box .ab_tel .ab_more:hover{
  border-radius: 45px;
}

.ab_bg .about .ab_box .ry{
  float: right;
  margin-top: 50px;
  width: 297px;
  height: 197px;
  background: url(../images/ry_bg.jpg) no-repeat  center;
}

.ab_bg .about .ab_box .ry img{
  width: 262px;
  height: 167px;
  margin: 15px 0 0 19px;
}

.ab_bg .fc{
  width: 1280px;
  margin: 50px auto 0 auto;
  position: relative;
}  

.ab_bg .fc ul li{
  float: left;
  padding-left: 25px;
  background: url(../images/fc_xt.png) no-repeat  left top;
  height: 88px;
  position: relative;
}

.ab_bg .fc ul li a{
  display: block;
}

.ab_bg .fc ul li a span{
  display: block;
  font-size: 18px;
  color: #333333;
  line-height: 20px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ab_bg .fc ul li a i{
  display: block;
  font-size: 14px;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 7px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ab_bg .fc ul li::after{
  position: absolute;
  left: -11px;
  top: 75px;
  width: 23px;
  height: 23px;
  background: url(../images/buttom6.png) no-repeat center;
  content: "";
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ab_bg .fc ul li.on::after{
  top: -8px;
  background: url(../images/buttom5.png) no-repeat center;
}

.ab_bg .fc ul li.on a span{
  font-weight: bold;
  color: #86bb46;

}

.ab_bg .fc ul li.on a i{
  color: #86bb46;
}


.ab_bg .fc ul li.fc1{
  position: absolute;
  left: 30px;
  top: 15px;

}

.ab_bg .fc ul li.fc2{
  position: absolute;
  left: 280px;
  top: 116px;

}

.ab_bg .fc ul li.fc3{
  position: absolute;
  left: 845px;
  top: 0px;

}

.ab_bg .fc ul li.fc4{
  position: absolute;
  left: 1125px;
  top: 93px;

}


/* product */

.product{
  margin: 70px auto 0 auto;
  height: 850px;
  width: 1280px;
}

.product .pro_t{
  height: 140px;
}

.product .pro_t .title{
  float: left;
  margin-top: 15px;
}

.product .pro_t .pro_list{
  float: right;
  margin-right: -50px;
}

.product .pro_t .pro_list ul li{
  float: left;
  width: 205px;
  background: url(../images/pro_xt.png) no-repeat right 10px;
  text-align: center;
}

.product .pro_t .pro_list ul li:last-child{
  background: none;
}

.product .pro_t .pro_list ul li a{
  display: block;

}

.product .pro_t .pro_list ul li a span{
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 0 auto;
  padding: 5px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product .pro_t .pro_list ul li a span i {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product .pro_t .pro_list ul li a span i img{
  width: 46px;
  height: 46px;
  border-radius: 50%;
  margin: 2px;
}

.product .pro_t .pro_list ul li a em{
  font-size: 16px;
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 10px auto 0 auto;
}

.product .pro_t .pro_list ul li.on a span{
  background: #daeac7;

}

.product .pro_t .pro_list ul li.on a span i{
  background: #8cbe4f;
}

.product .pro_box{
  margin: 0 auto ;
  width: 1360px;
} 

.product .pro_box ul li{
  float: left;
  width: 302px;
  margin: 0 25px 40px 0;
}

.product .pro_box ul li .pic{
  width: 300px;
  height: 225px;
  border: 1px solid #dedede;

}

.product .pro_box ul li .pic img{
  width: 280px;
  height: 205px;
  margin: 10px;
}

.product .pro_box ul li .txt{
  margin: 0 auto;
  height: 75px;
  width: 280px;
} 

.product .pro_box ul li .txt h5 {
  float: left;
  height: 74px;
  width: 200px;
  border-bottom: 1px solid #333333;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product .pro_box ul li .txt h5 a{
  line-height: 60px;
  margin-top: 15px;
  font-size: 16px;
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: url(../images/buttom2.png) no-repeat center left;
  padding-left: 20px;
}

.product .pro_box ul li .txt .more{
  display: block;
  float: right;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #dedede;
  background: url(../images/more.png) no-repeat center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 38px;
}

.product .pro_box ul li:hover .txt h5{
  border-bottom: 1px solid #86bb46;
}

.product .pro_box ul li:hover .txt h5 a{
  color: #86bb46;
  background: url(../images/buttom3.png) no-repeat center left;
}

.product .pro_box ul li:hover .txt .more{
  border: 1px solid #86bb46;
  background: #86bb46 url(../images/more1.png) no-repeat center;
}


/* ys */

.ys_bg{
  width: 100%;
  margin: 0 auto;
  height: 907px;
  background: url(../images/ys_bg.jpg) no-repeat center;
}

.ys_bg .ys{
  width: 1280px;
  margin: 0 auto;
  padding-top: 60px;
}

.ys_bg .ys .ys_t{
  height: 260px;
}

.ys_bg .ys .ys_t .ys_title{
  float: left;
  margin-top: 58px;
}

.ys_bg .ys .ys_t .ys_title span{
  display: block;
  font-size: 80px;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin-left: 120px;
  line-height: 67px;
}

.ys_bg .ys .ys_t .ys_title h3{
  font-size: 26px;
  color: #ffffff;
  margin: 30px 0 0 100px;
  letter-spacing: 4px;
}

.ys_bg .ys .ys_t .t_r{
  float: right;
} 

.ys_bg .ys .ys_t .t_r .tel{
  text-align: right;
  padding-left: 60px;
  background: url(../images/tel2.png) no-repeat  left 10px;
}

.ys_bg .ys .ys_t .t_r .tel span{
  display: block;
  font-size: 16px;
  color: #ffffff;
}

.ys_bg .ys .ys_t .t_r .tel i{
  display: block;
  font-size: 24px;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin-top: 3px;
}

.ys_bg .ys .ys_t .t_r .ys_nr{
  margin-right: 30px;
  margin-top: 110px;
  text-align: right;
  width: 360px;

}

.ys_bg .ys .ys_t .t_r .ys_nr span{
  display: block;
  font-size: 15px;
  color: #333333;
  letter-spacing: 7px;
}

.ys_bg .ys .ys_t .t_r .ys_nr i{
  display: block;
  font-size: 12px;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 2px;
  margin-top: 7px;
}

.ys_bg .ys .ys_box{
  position: relative;
  width: 1280px;
  margin: 0 auto;
}

.ys_bg .ys .ys_box .bd{
  width: 1280px;
  margin: 0 auto;
}

.ys_bg .ys .ys_box .bd ul li{
  float: left;
  width: 1280px;
}

.ys_bg .ys .ys_box .bd ul li .txt{
  float: left;
  width: 595px;
  margin-top: 115px;

}

.ys_bg .ys .ys_box .bd ul li .txt span{
  display: block;
  font-size: 40px;
  color: #86bb46;
  font-family:"Impact";
  text-transform: uppercase;
  line-height: 36px;
}

.ys_bg .ys .ys_box .bd ul li .txt i{
  display: block;
  width: 45px;
  height: 2px;
  background: #86bb46;
  margin: 25px 0 23px 0;
}

.ys_bg .ys .ys_box .bd ul li .txt h5{
  font-size: 24px;
  color: #333;
  font-weight: bold;
}

.ys_bg .ys .ys_box .bd ul li .txt p{
  font-size: 16px;
  color: #666666;
  line-height: 42px;
  margin-top: 30px;
}

.ys_bg .ys .ys_box .bd ul li .ys_img{
  float: right;
  width: 584px;
  height: 584px;
  border-radius: 50%;
} 

.ys_bg .ys .ys_box .bd ul li .ys_img img{
  width: 584px;
  height: 584px;
  border-radius: 50%;
}

.ys_bg .ys .ys_box .prev{
  position: absolute;
  left: 0px;
  top: 435px;
  width: 211px;
  height: 60px;
  line-height: 60px;
  border-radius: 5px;
  background: #86bb46;
  z-index: 5;
  cursor: pointer;

}

.ys_bg .ys .ys_box .prev i{
  display: block;
  font-size: 16px;
  color: #fff;
  padding-left: 95px;
  background: url(../images/buttom7.png) no-repeat 40px center;
}

.ys_bg .ys .ys_box .pageState{
  position: absolute;
  left: 475px;
  top: 110px;
  z-index: 5;
  font-size: 18px;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 13px;
}

.ys_bg .ys .ys_box .pageState::after{
  position: absolute;
  left: 45px;
  top: 33px;
  content: "0";
  font-size: 18px;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ys_bg .ys .ys_box .pageState span{
  position: relative;
  font-size: 48px;
  color: #333;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
  left: 10px;
}

.ys_bg .ys .ys_box .pageState span::after{
  position: absolute;
  left: -23px;
  top: -10px;
  content: "0";
  font-size: 48px;
  color: #333;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ys_bg .ys .ys_box .ys_xt{
  position: absolute;
  right: -110px;
  top: 115px;
  font-size: 14px;
  color: #333;
  font-family: 'Times New Roman', Times, serif;
  text-transform: uppercase;
  writing-mode: tb-rl;
  letter-spacing: 19px;
}

/* case */

.case{
  width: 1280px;
  margin: 65px auto 0 auto;

}

.case .title{
  height: 110px;
}

.case .case_box{
  position: relative;
  width: 1280px;

}

.case .case_box .bd{
  width: 1280px;
  margin: 0 auto;
  height: 562px;
}

.case .case_box .bd ul li{
  float: left;
  width: 1280px;
  height: 562px;
  position: relative;
}

.case .case_box .bd ul li dl{
  width: 640px;
  height: 262px;

}



.case .case_box .bd ul li dl.c1{
  position: absolute;
  left: 0;
  top: 0;

}

.case .case_box .bd ul li dl.c1 .pic{
  float: left;
  width: 345px;
  height: 260px;
  border: 1px solid #eeeeee;
}

.case .case_box .bd ul li dl.c1 .pic img{
  width: 325px;
  height: 240px;
  margin: 10px;
}

.case .case_box .bd ul li dl.c1 .txt{
  float: right;
  width: 256px;

}

.case .case_box .bd ul li dl.c1 .txt h5{
  width: 256px;
  height: 77px;
  line-height: 77px;
  border-bottom: 1px solid #dedede;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case .case_box .bd ul li dl.c1 .txt h5 span{
  display: block;
  float: left;
  margin-right: 23px;
  font-size: 30px;
  color: #333333;
  font-family: Arial Black;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case .case_box .bd ul li dl.c1 .txt h5 a{
  font-size: 18px;
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case .case_box .bd ul li dl.c1 .txt p{
  font-size: 14px;
  color: #999999;
  line-height: 32px;
  height: 64px;
  overflow: hidden;
  margin: 27px 0 33px 0;
}

.case .case_box .bd ul li dl.c1 .txt .more{
  display: block;
  background: url(../images/more3.png) no-repeat center;
  width: 26px;
  height: 26px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.case .case_box .bd ul li dl.c2{
  position: absolute;
  left: 0;
  top: 300px;
}


.case .case_box .bd ul li dl.c2 .pic{
  float: right;
  width: 345px;
  height: 260px;
  border: 1px solid #eeeeee;
}

.case .case_box .bd ul li dl.c2 .pic img{
  width: 325px;
  height: 240px;
  margin: 10px;
}

.case .case_box .bd ul li dl.c2 .txt{
  float: left;
  width: 256px;

}

.case .case_box .bd ul li dl.c2 .txt h5{
  width: 256px;
  height: 77px;
  line-height: 77px;
  border-bottom: 1px solid #dedede;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case .case_box .bd ul li dl.c2 .txt h5 span{
  display: block;
  float: left;
  margin-right: 23px;
  font-size: 30px;
  color: #333333;
  font-family: Arial Black;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case .case_box .bd ul li dl.c2 .txt h5 a{
  font-size: 18px;
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case .case_box .bd ul li dl.c2 .txt p{
  font-size: 14px;
  color: #999999;
  line-height: 32px;
  height: 64px;
  overflow: hidden;
  margin: 27px 0 33px 0;
}

.case .case_box .bd ul li dl.c2 .txt .more{
  display: block;
  background: url(../images/more3.png) no-repeat center;
  width: 26px;
  height: 26px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case .case_box .bd ul li dl.c3{
  position: absolute;
  right: 0;
  top: 0px;
  width: 600px;
  height: 560px;
  border: 1px solid #dedede;
}

.case .case_box .bd ul li dl.c3 .pic{
  width: 580px;
  height: 435px;
  margin: 10px 10px 0 10px;
}

.case .case_box .bd ul li dl.c3 .pic img{
  width: 580px;
  height: 435px;
}

.case .case_box .bd ul li dl.c3 .txt{
  margin: 0 auto;
  width: 580px;
}

.case .case_box .bd ul li dl.c3 .txt .txt_nr{
  float: left;
  margin-left: 20px;
  width: 460px;
}

.case .case_box .bd ul li dl.c3 .txt .txt_nr h5{
  height: 60px;
  line-height: 60px;
  margin-top: 8px;

}

.case .case_box .bd ul li dl.c3 .txt .txt_nr h5 span{
  display: block;
  float: left;
  margin-right: 20px;
  font-size: 30px;
  color: #333333;
  font-family: Arial Black;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

}

.case .case_box .bd ul li dl.c3 .txt .txt_nr h5 a{
  font-size: 18px;
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case .case_box .bd ul li dl.c3 .txt .txt_nr p{
  font-size: 15px;
  color: #666;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case .case_box .bd ul li dl.c3 .txt .more{
  background: url(../images/more5.png) no-repeat center;
  width: 35px;
  height: 35px;
  float: right;
  margin: 45px 20px 0 0;
}



.case .case_box .bd ul li dl:hover .txt h5{
  border-bottom: 1px solid #86bb46;
}
.case .case_box .bd ul li dl:hover .txt h5 span{
  color: #86bb46;

}

.case .case_box .bd ul li dl:hover .txt h5 a{
  color: #86bb46;
}

.case .case_box .bd ul li dl:hover .txt .more{
  background: url(../images/more4.png) no-repeat center;
}

.case .case_box .bd ul li dl.c3:hover .txt h5{
  border-bottom: none;
}

.case .case_box .bd ul li dl.c3:hover .txt .more{
  background: url(../images/more6.png) no-repeat center;
}

.case .case_box .hd{
  position: absolute;
  right: 0px;
  top: -95px;
  background: url(../images/case_xt.png) no-repeat left center;
  height: 38px;
  padding-left: 565px;
}

.case .case_box .hd .next{
  float: left;
  background: url(../images/left.png) no-repeat center;
  width: 38px;
  height: 38px;
  cursor: pointer;
}

.case .case_box .hd .prev{
  float: left;
  margin-left: 17px;
  background: url(../images/right.png) no-repeat center;
  width: 38px;
  height: 38px;
  cursor: pointer;
}


/* news */

.news_bg{
  width: 100%;
  margin: 70px auto 0 auto;
  height: 750px;
  background: #fbfbfb;
}

.news_bg .news{
  width: 1280px;
  margin: 0 auto;
  padding-top: 70px;
}

.news_bg .news .news_t{
  height: 130px;
}

.news_bg .news .news_t .title{
  float: left;
  margin-top: 18px;
}

.news_bg .news .news_t .news_list{
  float: right;
  width: 600px;
  height: 80px;
  background: #fff;
  border-radius: 45px;
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
} 

.news_bg .news .news_t .news_list ul li{
  float: left;
  position: relative;
  z-index: 5;
  width: 200px;
  height: 80px;
  line-height: 80px;
}

.news_bg .news .news_t .news_list ul li a{
  display: block;
  text-align: center;
  font-size: 18px;
  color: #333333;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news_bg .news .news_t .news_list ul li::after{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0px;
  height: 100%;
  background: #86bb46;
  z-index: -1;
  content: "";
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news_bg .news .news_t .news_list ul li:first-child:after{
  border-top-left-radius: 45px;
  border-bottom-left-radius: 45px;

}

.news_bg .news .news_t .news_list ul li:last-child:after{
  border-top-right-radius: 45px;
  border-bottom-right-radius: 45px;

}

.news_bg .news .news_t .news_list ul li.casehover::after{
  width: 100%;
}

.news_bg .news .news_t .news_list ul li.casehover a{
  color: #fff;
}

.news_bg .news .news_box{
  margin: 0 auto;
}

.news_bg .news .news_box .news_l{
  float: left;
  width: 430px;
  height: 478px;
  border: 1px solid #dedede;
  background:  #fff;
}

.news_bg .news .news_box .news_l .news_img{
  width: 390px;
  height: 320px;
  margin: 20px 20px 0 20px;
  overflow: hidden;
}

.news_bg .news .news_box .news_l .news_img img{
  width: 390px;
  height: 320px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news_bg .news .news_box .news_l  .txt{
  width: 390px;
  margin: 25px auto 0 auto;
}

.news_bg .news .news_box .news_l  .txt .time{
  float: left;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  border: 1px solid #e0e0e0;
  text-align: center;

}

.news_bg .news .news_box .news_l  .txt .time span{
  display: block;
  font-size: 26px;
  color: #333333;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 30px;
  padding-top: 10px;

}

.news_bg .news .news_box .news_l  .txt .time i{
  display: block;
  font-size: 14px;
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
}

.news_bg .news .news_box .news_l  .txt .time em{
  display: block;
  width: 54px;
  height: 1px;
  background: #eeeeee;
  margin: 2px auto 5px auto;

}

.news_bg .news .news_box .news_l  .txt .txt_nr{
  float: right;
  width: 285px;

} 

.news_bg .news .news_box .news_l  .txt .txt_nr a{
  font-size: 16px;
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  line-height: 40px;
}

.news_bg .news .news_box .news_l  .txt .txt_nr  p{
  font-size: 14px;
  color: #888888;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 8px;
}

.news_bg .news .news_box .news_l:hover .news_img img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.news_bg .news .news_box .news_l:hover  .txt .txt_nr a{
  color: #86bb46;
}

.news_bg .news .news_box .news_r{
  float: right;
  width: 810px;
}

.news_bg .news .news_box .news_r ul li{
  width: 365px;
  height: 170px;
  float: left;
  margin-right: 80px;

}

.news_bg .news .news_box .news_r ul li:nth-child(2n){
  margin-right: 0;

}

.news_bg .news .news_box .news_r ul li .time{
  float: left;
  position: relative;
  float: left;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  border: 1px solid #e0e0e0;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news_bg .news .news_box .news_r ul li .time span{
  display: block;
  font-size: 26px;
  color: #333333;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 30px;
  padding-top: 10px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news_bg .news .news_box .news_r ul li .time em{
  display: block;
  width: 54px;
  height: 1px;
  background: #eeeeee;
  margin: 2px auto 5px auto;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news_bg .news .news_box .news_r ul li .time i{
  display: block;
  font-size: 14px;
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news_bg .news .news_box .news_r ul li .txt{
  float: right;
  width: 272px;

} 

.news_bg .news .news_box .news_r ul li .txt a{
  font-size: 16px;
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  line-height: 38px;
}

.news_bg .news .news_box .news_r ul li .txt i{
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  background: #eeeeee;
  margin: 5px 0 10px 0;
}

.news_bg .news .news_box .news_r ul li .txt p{
  font-size: 14px;
  color: #888888;
  line-height: 32px;
  height: 64px;
  overflow: hidden;

}

.news_bg .news .news_box .news_r ul li .txt i::after{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0px;
  height: 1px;
  background: #86bb46;
  content: "";
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news_bg .news .news_box .news_r ul li:hover .time{
  background: #86bb46;
  border: 1px solid #86bb46;
}

.news_bg .news .news_box .news_r ul li:hover .time span{
  color: #fff;

}

.news_bg .news .news_box .news_r ul li:hover .time em{
  background: #91c057;

}

.news_bg .news .news_box .news_r ul li:hover .time i{
  color: #fff;
}

.news_bg .news .news_box .news_r ul li:hover .txt a{
  color: #86bb46;

}

.news_bg .news .news_box .news_r ul li:hover .txt i::after{
  width: 30px;
}