@charset "utf-8";
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
/*Generated by wjdhcms 3.0 */
.dx {
  text-transform: uppercase;
}
.dh {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.clearboth:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
@keyframes huanying1 {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: 15px;
    opacity: 0;
  }
}
@keyframes huanying2 {
  0% {
    opacity: 0;
    left: -10px;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.swiper-container {
  cursor: url(../images/gesture.png), default;
}
.swiper-container img {
  cursor: url(../images/gesture.png), default;
}
.banner {
  position: relative;
}
.banner .slider {
  width: 100% !important;
  height: 600px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.banner .slider-main {
  width: 1920px;
  height: 100%;
  position: absolute;
  left: 50%;
  margin-left: -960px;
}
.banner .slider-main li {
  width: 100%;
  height: 100%;
}
.banner .osSlider-main .slider-btn-prev {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowPrev.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
}
.banner .osSlider-main:hover .slider-btn-prev {
  left: 3%;
}
.banner .osSlider-main .slider-btn-next {
  position: absolute;
  z-index: 30;
  top: 50%;
  right: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowNext.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
}
.banner .osSlider-main:hover .slider-btn-next {
  right: 3%;
  cursor: pointer;
}
.banner .osSlider-main .slider-nav {
  position: absolute;
  width: 100%;
  bottom: 30px;
  text-align: center;
  z-index: 25;
  font-size: 0;
}
.banner .osSlider-main .slider-nav li {
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 18px;
  border: solid 1px #ffffff;
  text-align: center;
  font-family: Arial;
  font-size: 0;
  line-height: 32px;
  margin: 0 10px;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  padding: 3px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.banner .osSlider-main .slider-nav li:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  margin-left: -6px;
  margin-top: -6px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: absolute;
  z-index: -1;
}
.banner .osSlider-main .slider-nav li.active {
  border-color: #148b4f;
  color: #fff;
}
.banner .osSlider-main .slider-nav li.active:before {
  background: #148b4f;
}
.title {
  line-height: 1;
  text-align: center;
  position: relative;
  z-index: 1;
}
.title .en {
  line-height: 42px;
  font-family: Impact;
  font-size: 50px;
  text-transform: uppercase;
}
.title h3 {
  position: relative;
  width: 1300px;
  margin: auto;
  font-size: 36px;
  margin-top: 15px;
  color: #148b4f;
  font-weight: bold;
}
.title h3 a {
  color: #148b4f;
}
.title h3:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 568px;
  height: 1px;
  background-color: #dddddd;
}
.title h3:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 568px;
  height: 1px;
  background-color: #dddddd;
}
.title .line {
  width: 43px;
  height: 3px;
  background-color: #148b4f;
  margin: 16px auto 0;
}
.product {
  padding: 70px 0 60px;
  background-color: #f4f9f5;
}
.product * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.product .proNav {
  text-align: center;
  margin-top: 36px;
}
.product .proNav a {
  display: inline-block;
  width: 240px;
  position: relative;
}
.product .proNav a:before {
  content: "";
  display: block;
  position: absolute;
  left: -50%;
  top: 62px;
  height: 0;
  width: 100%;
  border-top: 1px dashed #ddd;
}
.product .proNav a:first-child {
  margin-left: 0;
}
.product .proNav a:first-child:before {
  display: none;
}
.product .proNav a .num {
  font-family: Arial;
  font-size: 30px;
  line-height: 22px;
  background-color: #f4f9f5;
  display: block;
  width: 40px;
  margin: auto;
  position: relative;
  z-index: 2;
}
.product .proNav a i {
  position: relative;
  display: block;
  margin: auto;
  width: 100px;
  height: 100px;
  border: dashed 2px #333333;
  border-radius: 50%;
  z-index: 1;
  top: -10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav a i:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -7px;
  margin-top: -7px;
  background-color: #333333;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  border: solid 3px #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav a .cn {
  font-size: 16px;
  display: block;
  line-height: 1;
  margin-top: 12px;
}
.product .proNav a .line {
  display: block;
  margin: auto;
  width: 40px;
  height: 2px;
  background: #148b4f;
  margin-top: 15px;
}
.product .proNav a:hover .num {
  color: #148b4f;
}
.product .proNav a:hover i {
  border-color: #148b4f;
  -webkit-transform: scale(1) rotate(90deg);
  -moz-transform: scale(1) rotate(90deg);
  -o-transform: scale(1) rotate(90deg);
  transform: scale(1) rotate(90deg);
}
.product .proNav a:hover i:before {
  background: #fff;
  border-color: #148b4f;
}
.product .proBox {
  margin-top: 45px;
}
.product .proBox .list {
  width: 1183px;
  margin: auto;
  overflow: hidden;
  height: 284px;
}
.product .proBox .list ul {
  margin-right: -21px;
}
.product .proBox .list ul li {
  float: left;
  margin-right: 21px;
  width: 280px;
  height: 284px;
  position: relative;
}
.product .proBox .list ul li .pic:after,
.product .proBox .list ul li .pic:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid;
  transition: all 0.6s ease;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.product .proBox .list ul li .pic:before {
  top: 0;
  left: 0;
  border-color: #148b4f transparent transparent #148b4f;
}
.product .proBox .list ul li .pic:after {
  right: 0;
  bottom: 0;
  border-color: transparent #148b4f #148b4f transparent;
}
.product .proBox .list ul li:hover .pic:after,
.product .proBox .list ul li:hover .pic:before {
  width: 100%;
  height: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.product .proBox .list ul li .pic {
  display: block;
  width: 280px;
  height: 240px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.product .proBox .list ul li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: scale(1.1) rotate(0);
  -moz-transform: scale(1.1) rotate(0);
  -o-transform: scale(1.1) rotate(0);
  transform: scale(1.1) rotate(0);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.product .proBox .list ul li:hover .pic img {
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}
.product .proBox .list ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  font-size: 16px;
  color: #666666;
  margin-top: 20px;
  line-height: 24px;
}
.product .proBox .list ul li:hover .bt {
  color: #148b4f;
}
.product .proBox .prev {
  background: url(../images/arL.png) center center no-repeat;
  width: 18px;
  height: 35px;
  position: absolute;
  left: 0;
  top: 103px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
}
.product .proBox .prev:hover {
  background: url(../images/arLh.png) center center no-repeat;
}
.product .proBox .next {
  background: url(../images/arR.png) center center no-repeat;
  width: 18px;
  height: 35px;
  position: absolute;
  right: 0;
  top: 103px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
}
.product .proBox .next:hover {
  background: url(../images/arRh.png) center center no-repeat;
}
.case {
  padding: 86px 0 85px;
  background: #f4f9f5 url(../images/albg.jpg) center 0 no-repeat;
}
.case * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.case .title {
  color: #fff;
}
.case .title h3 {
  color: #fff;
}
.case .title h3:before,
.case .title h3:after {
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.case .caseBox {
  padding-top: 46px;
  position: relative;
}
.case .caseBox ul {
  margin-right: -35px;
}
.case .caseBox ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseBox li {
  float: left;
  margin-right: 35px;
  margin-top: 10px;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.case .caseBox li .pic {
  display: block;
  width: 410px;
  height: 342px;
  border: solid 10px #ffffff;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.case .caseBox li .pic img {
  display: block;
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: scale(1.1) rotate(0);
  -moz-transform: scale(1.1) rotate(0);
  -o-transform: scale(1.1) rotate(0);
  transform: scale(1.1) rotate(0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseBox li:hover .pic img {
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}
.case .caseBox li .text {
  height: 100px;
  padding: 15px 20px 0;
  padding-top: 35px;
  position: relative;
  padding-left: 100px;
}
.case .caseBox li .text .num {
  font-size: 70px;
  font-family: Arial;
  font-weight: bold;
  color: #999999;
  position: absolute;
  left: 0;
  top: 30px;
  line-height: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseBox li .text .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  z-index: 2;
  line-height: 26px;
  font-size: 16px;
}
.case .caseBox li .text .bt:hover {
  color: #148b4f;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseBox li .text p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666666;
  margin-top: 15px;
  line-height: 1;
}
.case .caseBox li:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.case .caseBox li:hover .text .num {
  color: #148b4f;
}
.about {
  background: #fef9f6 url(../images/gybg.jpg) center bottom no-repeat;
  height: 743px;
}
.about * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.about .aboutL {
  padding-top: 124px;
  width: 550px;
  float: left;
}
.about .aboutL .en {
  text-transform: uppercase;
  line-height: 45px;
  font-size: 0;
  font-weight: bold;
  height: 45px;
  background: url(../images/abouten.png) 0 0 no-repeat;
}
.about .aboutL h4 {
  font-size: 22px;
  margin-top: 40px;
  line-height: 1;
}
.about .aboutL .line {
  height: 5px;
  background-color: #148b4f;
  width: 36px;
  margin-top: 30px;
}
.about .aboutL .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  line-height: 30px;
  height: 180px;
  color: #666666;
  margin-top: 32px;
}
.about .aboutR {
  float: right;
  width: 604px;
  padding-top: 92px;
}
.about .aboutR .list {
  margin-right: -92px;
}
.about .aboutR a {
  margin-right: 92px;
  display: block;
  float: left;
  text-align: center;
  margin-bottom: 90px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutR a img {
  display: block;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutR a span {
  display: block;
  font-size: 16px;
  line-height: 1;
  margin-top: 15px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutR a:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.about .aboutR a:hover img {
  -webkit-transform: scale(1.05) rotate(0);
  -moz-transform: scale(1.05) rotate(0);
  -o-transform: scale(1.05) rotate(0);
  transform: scale(1.05) rotate(0);
}
.about .aboutR a:hover span {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  color: #148b4f;
}
.about .aboutR .more {
  width: 140px;
  height: 140px;
  background-color: #148b4f;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  line-height: 1;
  padding-top: 86px;
  position: relative;
}
.about .aboutR .more:before {
  content: "";
  display: block;
  background: url(../images/aboutAdd.png) center center no-repeat;
  position: absolute;
  left: 0;
  top: 36px;
  width: 100%;
  height: 37px;
  z-index: 2;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.about .aboutR .more span {
  margin-top: 0;
}
.about .aboutR .more:hover:before {
  -webkit-transform: scale(1.05) rotate(0);
  -moz-transform: scale(1.05) rotate(0);
  -o-transform: scale(1.05) rotate(0);
  transform: scale(1.05) rotate(0);
  top: 32px;
}
.about .aboutR .more:hover span {
  color: #fff;
  margin-top: 2px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.news {
  background: #e9eeea url(../images/newsbg.jpg) center 0 no-repeat;
  padding-top: 72px;
  padding-bottom: 75px;
}
.news * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.news .newsTab {
  position: relative;
  text-align: center;
  margin-top: 45px;
}
.news .newsTab:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsTab a {
  display: inline-block;
  width: 120px;
  height: 38px;
  background-color: #ffffff;
  border-radius: 3px;
  font-size: 14px;
  line-height: 38px;
  cursor: pointer;
  text-align: center;
  margin: 0 16px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #148b4f, #148b4f);
  background-image: linear-gradient(to right, #148b4f, #148b4f);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  background-size: 0% 100%;
  background-position: center center;
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news .newsTab a.on {
  background-size: 100% 100%;
  color: #fff;
}
.news .newsTabs {
  margin-top: 50px;
  overflow: hidden;
  height: 157px;
}
.news .newsTabs ul {
  margin-right: -70px;
  height: 157px;
}
.news .newsTabs li {
  float: left;
  width: 385px;
  height: 157px;
  margin-right: 70px;
  padding: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTabs li .bt {
  font-size: 16px;
  line-height: 26px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTabs li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsTabs li .bt:hover {
  color: #148b4f;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsTabs li p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 28px;
  height: 56px;
  color: #666666;
  margin-top: 12px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTabs li .line {
  width: 55px;
  height: 1px;
  background-color: #cccccc;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: absolute;
  top: 110px;
}
.news .newsTabs li .line:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  color: #148b4f;
}
.news .newsTabs li .date {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  line-height: 30px;
  margin-top: 33px;
}
.news .newsTabs li .date > span {
  float: left;
  font-size: 30px;
  font-family: Arial;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTabs li .date .more {
  display: block;
  float: right;
  color: #666666;
  font-size: 14px;
  position: relative;
  right: -20px;
  opacity: 0;
  filter: alpha(opacity=0);
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTabs li:hover {
  padding: 0 10px 0 25px;
}
.news .newsTabs li:hover .line {
  background: #148b4f;
  width: 100%;
  left: 0;
}
.news .newsTabs li:hover .date {
  color: #148b4f;
}
.news .newsTabs li:hover .more {
  right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.news .newsTabs li:hover .more:hover {
  color: #148b4f;
}
.links {
  background: #e9eeea url(../images/newsbg.jpg) center -530px no-repeat;
  line-height: 28px;
  padding: 20px 0 12px;
  border-top: solid 1px #cccccc;
}
.links * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.links .tit {
  width: 125px;
  float: left;
  color: #148b4f;
  font-size: 24px;
  font-weight: bold;
  border-right: 2px #ccc solid;
  text-transform: uppercase;
}
.links .list {
  width: 1175px;
  float: right;
  overflow: hidden;
  height: 28px;
}
.links .list a {
  display: inline-block;
  color: #666666;
  margin-left: 30px;
  font-size: 14px;
  position: relative;
}
.links .list a:hover {
  color: #148b4f;
}
