
/*-----------------------------------------------------------*/
/*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*/
.fullSlide {
  width: 100%;
  position: relative;
  height: 750px;
}

.fullSlide .bd {
  width: 94%;
  height: 750px;
  margin: 0 0 0 6%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}


.fullSlide .bd ul {
  width: 100% !important;
}

.fullSlide .bd li {
  width: 100% !important;
  height: 750px;
  overflow: hidden;
  text-align: center;
}

.fullSlide .bd li a {
  display: block;
  height: 750px;
}

.fullSlide .hd {
  width: 18px;
  position: absolute;
  z-index: 2;
  top: 525px;
  left: 2.5%;
  text-align: center;
}

.fullSlide .hd::after{
  position: absolute;
  left: 9px;
  top: -215px;
  width: 1px;
  height: 160px;
  background: #ffffff;
  content: "";
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.fullSlide .hd ul {
  text-align: center;
}

.fullSlide .hd ul li {
  cursor: pointer;
  display: block;
  zoom: 1;
  width: 18px;
  height: 18px;
  margin: 0 0 30px 0;
  overflow: hidden;
  line-height: 99px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  background: url(../images/buttom2.png) no-repeat top center;
}

.fullSlide .hd ul .on {
  background: url(../images/buttom3.png) no-repeat top center;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.fullSlide .next {
  position: absolute;
  top: 130px;
  left: 2.5%;
  z-index: 2;
  background: url(../images/buttom1.png) no-repeat top center;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  padding-top: 40px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  writing-mode: tb-rl;
}

.fullSlide .prev {

}

.banner_bg{
  width: 100%;
  height: 750px;
  margin: 0 auto;
  background: url(../images/banner_bg.jpg) no-repeat center;
}


/*title*/

.title{

}

.title h3{
  font-size: 36px;
  color: #9a7d5b;
  line-height: 45px;

}
.title h3 a{
  display: block;
  font-size: 36px;
  color: #9a7d5b;
}

.title i{
  display: block;
  width: 95px;
  height: 1px;
  background: #333333;
  margin: 20px 0 18px 0;
}

.title span{
  display: block;
  font-size: 16px;
  color: #333333;
  letter-spacing: 2px;
}


/*product*/
.product{
  width: 1280px;
  margin: 70px auto 0 auto;
}

.product .pro_t{
  height: 145px;
}

.product .pro_t .title{
  float: left;
}

.product .pro_t .more{
  float: right;
  background: url(../images/more.png) no-repeat center;
  width: 170px;
  height: 45px;
  line-height: 45px;
  margin-top: 25px;
} 

.product .pro_t .more a{
  display: block;
  padding-left: 20px;
  font-size: 14px;
  color: #666;

}

.product .pro_box{
  width: 1360px;
  margin: 0 auto;
  height: 356px;
} 

.product .pro_box ul li{
  float: left;
  position: relative;
  z-index: 5;
  width: 340px;
  height: 356px;
  background: #fbfbfb;
  margin-right: 40px;
  padding: 0 30px;
}

.product .pro_box ul li .txt{

}

.product .pro_box ul li .txt a{
  display: block;
  text-align: center;
}

.product .pro_box ul li .txt a em{
  display: block;
  width: 59px;
  height: 57px;
  margin: 70px auto 50px auto;
  -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 a span{
  display: block;
  font-size: 18px;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -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 a i{
  display: block;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  margin: 25px auto 0 auto;
  -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.pro1 .txt a em{
  background: url(../images/pro1.png) no-repeat  center;
}

.product .pro_box ul li.pro2 .txt a em{
  background: url(../images/pro2.png) no-repeat  center;
}

.product .pro_box ul li.pro3 .txt a em{
  background: url(../images/pro3.png) no-repeat  center;
}



.product .pro_box ul li::after{
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  z-index: -1;
  width: 100%;
  height: 0px;
  background: url(../images/pro_list.jpg) no-repeat  center;
  -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.on::after{
  height: 100%;
}

.product .pro_box ul li.on a span{
  color: #fff;

}

.product .pro_box ul li.on a i{
  color: #fff;

}

.product .pro_box ul li.pro1.on .txt a em{
  background: url(../images/pro11.png) no-repeat  center;
}

.product .pro_box ul li.pro2.on .txt a em{
  background: url(../images/pro22.png) no-repeat  center;
}

.product .pro_box ul li.pro3.on .txt a em{
  background: url(../images/pro33.png) no-repeat  center;
}






/*about*/

.ab_bg{
  width: 100%;
  height: 794px;
  margin: 70px auto 0 auto;
  background: url(../images/ab_bg.jpg) no-repeat center;
}

.ab_bg .about{
  width: 1280px;
  margin: 0 auto;
  padding-top: 190px;
}

.ab_bg .about .ab_nr{
  height: 300px;
  margin: 0 0 0 470px;
  width: 745px;

}

.ab_bg .about .ab_nr h3 a{
  font-size: 28px;
  color: #9a7d5b;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ab_bg .about .ab_nr i{
  display: block;
  width: 95px;
  height: 1px;
  background: #333333;
  margin: 22px 0 43px 0;
}

.ab_bg .about .ab_nr p{
  font-size: 14px;
  color: #666666;
  line-height: 36px;
  height: 144px;
  overflow: hidden;
}

.ab_bg .about .ab_list{
  margin: 0 0 0 60px;
} 

.ab_bg .about .ab_list ul li{
  float: left;
  position: relative;
  z-index: 5;
  width: 580px;
  height: 140px;
  background: #fbfbfb;
  margin-right: 20px;
}

.ab_bg .about .ab_list ul li a{
  display: block;
}

.ab_bg .about .ab_list ul li  em{
  display: block;
  float: left;
  width: 41px;
  height: 35px;
  margin: 55px 22px 0 70px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ab_bg .about .ab_list ul li span{
  display: block;
  float: left;
  margin-top: 60px;
  font-size: 12px;
  color: #333;
  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;
}

.ab_bg .about .ab_list ul li span i{
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-right: 5px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ab_bg .about .ab_list ul li img{
  position: absolute;
  right: 0px;
  bottom: 0;
}

.ab_bg .about .ab_list ul li.ab1  em{
  background: url(../images/ab1.png) no-repeat center;
}

.ab_bg .about .ab_list ul li.ab2  em{
  background: url(../images/ab2.png) no-repeat center;
}

.ab_bg .about .ab_list ul li::after{
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0;
  height: 100%;
  background: #9a7d5b;
  content: "";
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ab_bg .about .ab_list ul li.on::after{
  width: 100%;

}

.ab_bg .about .ab_list ul li.on  span{
  color: #fff;
}

.ab_bg .about .ab_list ul li.on  span i{
  color: #fff;
}

.ab_bg .about .ab_list ul li.ab1.on  em{
  background: url(../images/ab11.png) no-repeat center;
}

.ab_bg .about .ab_list ul li.ab2.on  em{
  background: url(../images/ab22.png) no-repeat center;
}



/*news*/

.news{
  width: 1280px;
  margin: 0 auto;
  height: 660px;
}

.news .news_t{
  width: 1280px;
  margin: 0 auto;
  height: 145px;
}

.news .news_t .title{
  float: left;
}

.news .news_t .news_list{
  float: right;
  margin-top: 32px;
}

.news .news_t .news_list ul li{
  float: left;
  width: 130px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #dedede;
  margin-left: 20px;
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .news_t .news_list ul li a{
  display: block;
  text-align: center;
  font-size: 16px;
  color: #666666;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .news_t .news_list ul li::after{
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0;
  height: 100%;
  background: #9a7d5b;
  content: "";
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .news_t .news_list ul li.casehover::after{
  width: 100%;
}

.news .news_t .news_list ul li.casehover a{
  color: #fff;
}

.news .news_t .news_list ul li.casehover{
  border: 1px solid #9a7d5b;
}

.news .news_box{
  margin: 0 auto;
} 

.news .news_box .news_l{
  float: left;
  width: 520px;
}

.news .news_box .news_l .news_img{
  width: 520px;
  height: 390px;
  overflow: hidden;

}

.news .news_box .news_l .news_img img{
  width: 520px;
  height: 390px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .news_box .news_l .txt{
  margin: 30px auto 0 auto;

}

.news .news_box .news_l .txt .txt_t{
  height: 40px;
  
}

.news .news_box .news_l .txt .txt_t .time{
  float: left;
  width: 60px;
  height: 38px;
  border-bottom: 2px solid #333333;
  text-align: center;
  font-size: 32px;
  color: #333333;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 25px;
}

.news .news_box .news_l .txt .txt_t h5{
  float: right;
  width: 410px;

}

.news .news_box .news_l .txt .txt_t h5 span{
  display: block;
  font-size: 12px;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
}

.news .news_box .news_l .txt .txt_t h5 a{
  font-size: 16px;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

}

.news .news_box .news_l .txt p{
  font-size: 14px;
  color: #999;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  width: 520px;
  margin-top: 30px;
}

.news .news_box .news_l:hover .txt .txt_t h5 a{
  color: #9a7d5b;
}

.news .news_box .news_l:hover .news_img img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.news .news_box .news_r{
  float: right;
  width: 705px;
}

.news .news_box .news_r ul li{
  height: 150px;
  width: 705px;
  margin-bottom: 30px;
}

.news .news_box .news_r ul li .news_img{
  float: left;
  width: 200px;
  height: 150px;

}

.news .news_box .news_r ul li .news_img img{
  width: 200px;
  height: 150px;
}

.news .news_box .news_r ul li .txt{
  float: right;
  width: 470px;
} 


.news .news_box .news_r ul li .txt span{
  display: block;
  font-size: 12px;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 5px;
}

.news .news_box .news_r ul li .txt span i{
  font-size: 18px;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
}

.news .news_box .news_r ul li .txt a{
  font-size: 16px;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 15px 0 12px 0;
}

.news .news_box .news_r ul li .txt p{
  font-size: 14px;
  color: #999999;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
}

.news .news_box .news_r ul li:hover .txt a{
  color: #9a7d5b;
}


/*links*/

.links{
  width: 1280px;
  margin: 45px auto 55px auto;
  overflow: hidden;
}

.links .links_t{
  float: left;
  background: url(../images/links.png) no-repeat bottom left;
  width: 120px;
  height: 40px;
}

.links .links_t i{
  display: block;
  font-size: 16px;
  color: #333333;
  padding-left: 45px;
  line-height: 20px;
}

.links .yq{
  float: right;
  width: 1140px;
} 

.links .yq a{
  margin-right: 10px;
  font-size: 14px;
  color: #999999;
}