
/*-----------------------------------------------------------*/
/*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;
}


.top_bg{
  width: 100%;
  margin: 0 auto;
  height: 89px;
  position: relative;
  z-index: 9;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: none;
}

/* banner */

.banner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  top: -90px;
}

.banner .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;

}

.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: 30px;
  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: #ab7d5b;
}




/* title */

.title{

}

.title h3{
  font-size: 36px;
  color: #3e3e3e;
  font-weight: bold;
  line-height: 28px;

}

.title h3 a{
  display: block;
  font-size: 36px;
  color: #3e3e3e;
  font-weight: bold;
}

.title h3 i{
  font-size: 16px;
  color: #747474;
  text-transform: uppercase;
  font-weight: normal;
  margin-left: 8px;
}

.title em{
  display: block;
  margin-top: 26px;
  width: 147px;
  height: 2px;
  background: #ab7d5b;
}


/* product */

.pro_bg{
  width: 100%;
  margin: -15px auto 0 auto; 
}

.pro_bg .pro_t{
  border-bottom: 1px solid #e9e9e9;
  margin: 0 auto;
  width: 100%;
  height: 63px;
}

.pro_bg .pro_t .title{
  width: 1280px;
  margin: 0 auto;
}

.pro_bg .pro_box{
  height: 573px;
  width: 1280px;
  margin: 0 auto;
  position: relative;
} 


.pro_bg .pro_box .bd{
  float: left;
  margin-left: -87px;
  margin-top: 65px;
  width: 1230px;
}

.pro_bg .pro_box .bd ul li{
  float: left;
  width: 1230px;
}

.pro_bg .pro_box .bd ul li .pic{
  float: left;
  width: 703px;
  height: 446px;
}

.pro_bg .pro_box .bd ul li .pic img{
  width: 703px;
  height: 446px;
}

.pro_bg .pro_box .bd ul li .txt{
  float: right;
  margin-top: 85px;
  width: 485px;
} 

.pro_bg .pro_box .bd ul li .txt h5 a{
  font-size: 28px;
  color: #434343;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  line-height: 36px;
}

.pro_bg .pro_box .bd ul li .txt h5 a i{
  font-size: 28px;
  color: #434343;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 36px;
  margin-left: 10px;
}

.pro_bg .pro_box .bd ul li .txt span{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-size: 12px;
  color: #808080;
  text-transform: uppercase;
  margin: 10px 0 30px 0;
}

.pro_bg .pro_box .bd ul li .txt em{
  display: block;
  width: 100%;
  height: 1px;
  background: #e9e9e9;
}

.pro_bg .pro_box .bd ul li .txt p{
  font-size: 16px;
  color: #929292;
  line-height: 36px;
  height: 108px;
  overflow: hidden;
  margin-top: 25px;
}

.pro_bg .pro_box .bd ul li:hover .txt h5 a{
  color: #ab7d5b;
}




.pro_bg .pro_box .hd{
  float: right;
  width: 100px;
  height: 573px;
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
}

.pro_bg .pro_box .hd ul{
  margin-top: 50px;
}

.pro_bg .pro_box .hd ul li{
  margin: 0 auto 45px auto; 
  width: 58px;
  height: 58px;
  line-height: 58px;
  border-radius: 50%;
  background:  #eeeeee;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro_bg .pro_box .hd ul li span{
  display: block;
  text-align: center;
  font-size: 18px;
  color: #757575;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro_bg .pro_box .hd ul li i{
  display: block;
  margin: 0 auto;
  width: 58px;
  height: 58px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro_bg .pro_box .hd ul li i img{
  display: block;
  width: 58px;
  height: 58px;
}

.pro_bg .pro_box .hd ul li.on{
  background: #ab7d5b;
}

.pro_bg .pro_box .hd ul li.on span{
  transform: translateY(-58px);
}

.pro_bg .pro_box .hd ul li.on i{
  transform: translateY(-58px);
}

.pro_bg .pro_box .prev{
  position: absolute;
  top: 430px;
  left: 660px;
  border: 1px solid #e9e9e9;
  width: 114px;
  height: 31px;
  line-height: 31px;
  z-index: 5;
  cursor: pointer;


}

.pro_bg .pro_box .prev i{
  display: block;
  padding-left: 37px;
  font-size: 13px;
  color: #7d7d7d;
  text-transform: uppercase;
  background:  url(../images/more.png) no-repeat 20px center;
} 



.pro_bg .pro_show{
  border-top: 1px solid #e9e9e9;
  width: 100%;
  padding-top: 23px;
}

.pro_bg .pro_show ul{
  width: 98%;
  margin: 0 auto;
}

.pro_bg .pro_show ul li{
  float: left;
  width: 19%;
  margin: 0 0.5%;
}

.pro_bg .pro_show ul li .pic{
  border: 1px solid #e2e2e2;
  width: 100%;
  height: 258px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

}

.pro_bg .pro_show ul li .pic img{
  width: 95%;
  height: 240px;
  position: absolute;
  left: 2.5%;
  top: 9px;

}

.pro_bg .pro_show ul li .txt{
  height: 53px;
  line-height: 53px;
  border-bottom: 1px solid #e2e2e2;
  width: 90%;
  padding: 0 5%;
  position: relative;

} 

.pro_bg .pro_show ul li .txt h5 a{
  font-size: 16px;
  color: #5c5b5b;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 70%;
  float: left;

}

.pro_bg .pro_show ul li .txt .more{
  display: block;
  float: right;
  width: 14px;
  height: 12px;
  background: url(../images/more1.png) no-repeat  center ;
  margin-top: 21px;
}

.pro_bg .pro_show ul li .txt::after{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0%;
  height: 1px;
  content: "";
  background: #ab7d5b;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro_bg .pro_show ul li:hover .txt::after{
  width: 100%;
}

.pro_bg .pro_show ul li:hover .txt h5 a{
  font-weight: bold;
  color: #ab7d5b;
}

.pro_bg .pro_show ul li:hover .pic{
  -webkit-box-shadow: 0 0 8px 6px rgba(171, 125, 91, .15);
  box-shadow: 0 0 8px 6px rgba(171, 125, 91, .15);
}

/* ys */

.ys_bg{
  width: 100%;
  margin: 76px auto 0 auto;
  height: 907px;
  background: url(../images/ys_bg.jpg) no-repeat  center ;
}

.ys_bg .hd{
  width: 96%;
  margin: 0px 2% 0 2%;
  height: 907px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.ys_bg .hd ul li{
  float: left;
  width: 19.9%;
  height: 907px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}

.ys_bg .hd ul li .txt{
  margin: 350px auto 0 auto;
  text-align: center;

}

.ys_bg .hd ul li .txt h5{
  font-size: 26px;
  color: #ffffff;

}

.ys_bg .hd ul li .txt span{
  display: block;
  font-size: 12px;
  color: #fff;
  font-family: 'Times New Roman', Times, serif;
  text-transform: uppercase;
  margin: 7px auto 0 auto;
  opacity: 0.3;
}

.ys_bg .hd ul li .txt em{
  display: block;
  margin: 35px auto 0 auto;
  width: 57px;
  height: 1px;
  background: #fff;
  opacity: 0.3;

}

.ys_bg .hd ul li .txt_on{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0%;
  background: #fff;
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: center;
  opacity: 0;
} 

.ys_bg .hd ul li .txt_on i{
  display: block;
  margin: 140px auto 0 auto;
  font-size: 75px;
  color: #bababa;
  font-family: 'Times New Roman', Times, serif;
  line-height: 55px;

}

.ys_bg .hd ul li .txt_on em{
  display: block;
  margin: 45px auto 40px auto;
  width: 1px;
  height: 109px;
  background: #e2e2e2;
}

.ys_bg .hd ul li .txt_on h5{
  font-size: 26px;
  color: #ab7d5b;
  font-weight: bold;
  display: block;
  line-height: 30px;
}

.ys_bg .hd ul li .txt_on span{
  font-size: 12px;
  color: #757575;
  font-family: 'Times New Roman', Times, serif;
  text-transform: uppercase;
  opacity: 0.3;
  display: block;
  margin: 10px auto 30px auto;
}

.ys_bg .hd ul li .txt_on .ys_img{
  width: 293px;
  height: 390px;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ys_bg .hd ul li .txt_on .ys_img img{
  width: 293px;
  height: 390px;
}


.ys_bg .hd ul li.on .txt_on{
  height: 100%;
  opacity: 1;
}

.ys_bg .hd ul li.on .txt_on .ys_img{
  opacity: 1;
}

/* about */

.ab_bg{
  width: 100%;
  height: 847px;
  background: url(../images/ab_bg.jpg) no-repeat bottom center ;
  margin: 0 auto;
}

.ab_bg .about{
  width: 1280px;
  margin: 0 auto;
  padding-top: 113px;
}

.ab_bg .about .ab_l{
  float: left;
  width: 640px;
  margin-top: 66px;
}

.ab_bg .about .ab_l .txt{
  margin-top: 50px;

}

.ab_bg .about .ab_l .txt h5{
  font-size: 22px;
  color: #4e4e4e;
  font-weight: bold;
}

.ab_bg .about .ab_l .txt p{
  font-size: 15px;
  color: #737373;
  line-height: 38px;
  height: 190px;
  overflow: hidden;
  text-indent: 2em;
  margin-top: 42px;
}

.ab_bg .about .ab_l .txt .more{
  margin-top: 58px;
}

.ab_bg .about .ab_l .txt .more a{
  display: block;
  float: left;
  background: url(../images/more2.png) no-repeat  center ;
  width: 42px;
  height: 42px;
}

.ab_bg .about .ab_l .txt .more .tel{
  float: left;
  margin-left: 10px;
  width: 190px;
  height: 40px;
  line-height: 40px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
  border-radius: 45px;
}

.ab_bg .about .ab_l .txt .more .tel i{
  display: block;
  background: url(../images/tel1.png) no-repeat 15px center ;
  padding-left: 55px;
  font-size: 16px;
  color: #ab7d5b;
  font-weight: bold;
}

.ab_bg .about .ab_img{
  float: right;
  width: 617px;
  height: 639px;
}

.ab_bg .about .ab_img img{
  width: 617px;
  height: 639px;
}


/* case */

.case_bg{
  width: 100%;
  height: 860px;
  margin: 0 auto 0 auto;
  overflow: hidden;
}

.case_bg .case_t{
  width: 100%;
  margin: 0 auto 0 auto;
  border-bottom: 1px solid #e4e4e4;
  height: 63px;
  padding-top: 107px;
}

.case_bg .case_t .case_title{
  width: 1280px;
  margin: 0 auto;
}

.case_bg .case_t .case_title .title{
  float: left;
}

.case_bg .case_t .case_title .t_r{
  float: right;
  margin-top: 23px;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
}

.case_bg .case_t .case_title .t_r span{
  display: block;
  float: left;
  font-size: 15px;
  color: #868686;
  letter-spacing: 2px;
}

.case_bg .case_t .case_title .t_r .more{
  display: block;
  float: left;
  margin-left: 20px;
  font-size: 13px;
  color: #7d7d7d;
  text-transform: uppercase;
  padding-left: 20px;
  background: url(../images/more3.png) no-repeat left center ;
}

.case_bg .case_box{
  margin: 50px auto 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 5;
}

.case_bg .case_box::after{
  position: absolute;
  right: 1%;
  top: 519px;
  width: 83%;
  height: 1px;
  background: #e5e5e5;
  content: "";
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case_bg .case_box .mySwiper{
  width: 83%;
  margin: 0 1% 0 16%;
  overflow: hidden;
}

.case_bg .case_box .mySwiper .swiper-slide{
  padding: 10px 0;
  position: relative;
}

.case_bg .case_box .mySwiper .swiper-slide .pic{
  width: 100%;
  padding-top: 70%;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  overflow: hidden;

}

.case_bg .case_box .mySwiper .swiper-slide .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case_bg .case_box .mySwiper .swiper-slide:hover .pic img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.case_bg .case_box .mySwiper .swiper-slide .txt{
  margin: 25px auto 0 auto;

} 

.case_bg .case_box .mySwiper .swiper-slide .txt a{
  display: block;
  text-align: center;
}

.case_bg .case_box .mySwiper .swiper-slide .txt a span{
  font-size: 18px;
  color: #484848;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case_bg .case_box .mySwiper .swiper-slide .txt a i{
  font-size: 12px;
  color: #b3b3b3;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 6px;
}

.case_bg .case_box .mySwiper .swiper-slide .txt a b{
  display: block;
  margin: 20px auto 13px auto;
  width: 1px;
  height: 33px;
  background: #d5d5d5;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}

.case_bg .case_box .mySwiper .swiper-slide .txt a em{
  display: block;
  margin: 0 auto 0 auto;
  width: 29px;
  height: 29px;
  background: url(../images/buttom7.png) no-repeat center ;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case_bg .case_box .mySwiper .swiper-slide-active .pic{
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .08);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .08);
}

.case_bg .case_box .mySwiper .swiper-slide-active .txt a b{
  opacity: 1;
}

.case_bg .case_box .mySwiper .swiper-slide-active .txt a em{
  background: url(../images/buttom8.png) no-repeat center ;
}

.case_bg .case_box .swiper-button-next{
  position: absolute;
  left: 16%;
  background: url(../images/left.png) no-repeat center ;
  width: 42px;
  height: 16px;
  top: auto;
  bottom: 16px;
  cursor: pointer;
  outline: none;
}

.swiper-button-next::after, .swiper-container-rtl .swiper-button-next::after {
  content: 'prev';
  display: none;
}



/* banner_1 */

.banner_1{
  width: 100%;
  height: 266px;
  background: url(../images/banner_1.jpg) no-repeat center ;
  margin: 0 auto;
  overflow: hidden;
}

.banner_1 .cont{
  width: 1280px;
  margin: 0 auto;
}

.banner_1 .cont .txt_l{
  float: left;
  margin-top: 72px;
  width: 305px;
  text-align: right;
}

.banner_1 .cont .txt_l span{
  display: inline-block;
  font-size: 32px;
  color: #fff;
  font-family: "simsun";
  background: url(../images/buttom1.jpg) no-repeat left center ;
  height: 42px;
  line-height: 42px;
  letter-spacing: 2px;
  padding-left: 8px;
}

.banner_1 .cont .txt_l i{
  display: block;
  font-size: 46px;
  color: #fff;
  font-family: 'Times New Roman', Times, serif;
  text-transform: uppercase;
  line-height: 52px;
  opacity: 0.1;
}

.banner_1 .cont .txt_c{
  float: left;
  margin-left: 48px;
  margin-top: 75px;
  width: 560px;
}

.banner_1 .cont .txt_c .txt{
  overflow: hidden;
  margin-bottom: 22px;

}

.banner_1 .cont .txt_c .txt span{
  display: block;
  font-size: 22px;
  color: #fff;
  letter-spacing: 1px;
  line-height: 30px;
}

.banner_1 .cont .txt_c .txt i{
  display: block;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.4;
  margin-top: 11px;
}

/* 询盘*/

.xpBox{
  background: url(../images/xunpan.png) center center no-repeat;
  width: 46px;
  height: 46px;
  z-index: 5;
  position: relative;
  float: left;
  left: -10px;
  top: -6px;
}

.xpBox:hover .topxunpan {
  width: 220px;
  height: 38px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  opacity: 1;
}

i {
  font-weight: normal;
  font-style: normal;
}

.topxunpan {
  cursor: pointer;
  display: block;
  margin-left: 30px;
  position: absolute;
  z-index: 5;
  width: 0px;
  height: 38px;
  border-radius: 0px 30px 30px 0px;
  line-height: 36px;
  background: #fff;
  left: 20px;
  top: 0px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}


.topxunpan .xp {
  position: relative;
  line-height: 38px;
  color: #666;
  font-size: 16px;
  cursor: pointer;
  padding-left: 20px;
}

.topxunpan .xp>span{
  width: 100%;
  height: 38px;
  overflow: hidden;
  display: block;
}

.topxunpan .xp img {
  position: relative;
  top: 8px;
  margin: 0 7px 0 0px;

}

.topxunpan .xp i {
  padding: 0 0px;
  margin-left: 0px;
  margin-right: 0px;
  box-sizing: border-box;
  color: #666;
  font-size: 16px;
  font-weight: bold;
}

.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: #ab7d5b;
  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: #ab7d5b;
}

.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;
}


.banner_1 .cont .txt_c .zx{
  float: left;
  width: 121px;
  height: 32px;
  line-height: 32px;
  border-radius: 45px;
  border: 1px solid rgba(226, 225, 225, 0.3);
}

.banner_1 .cont .txt_c .zx a{
  display: block;
  padding-left: 44px;
  font-size: 14px;
  color: #fff;
  background: url(../images/zx.png) no-repeat 20px 11px ;
}



.banner_1 .cont .tel{
  float: right;
  margin: 85px 10px 0 0;
  width: 190px;
  height: 40px;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
  border-radius: 45px;
}

.banner_1 .cont .tel i{
  display: block;
  background: url(../images/tel2.png) no-repeat 10px center;
  padding-left: 50px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}


/* news*/

.news_bg{
  width: 100%;
  margin: 0 auto;
  background: url(../images/news_bg.jpg) no-repeat bottom center;
  height: 785px;

}

.news_bg .news{
  width: 1280px;
  margin: 0 auto;
  padding-top: 87px;
}

.news_bg .news .news_t{
  height: 64px;
}

.news_bg .news .news_t .title{
  float: left;
}

.news_bg .news .news_t .news_list{
  float: right;
  margin-top: 8px;
}

.news_bg .news .news_t .news_list ul li{
  float: left;
  width: 155px;
  height: 55px;
  line-height: 55px;
  background: url(../images/buttom2.png) no-repeat left center;
  position: relative;
}

.news_bg .news .news_t .news_list ul li a{
  display: block;
  text-align: center;
  font-size: 16px;
  color:  #3e3e3e;
  -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: 46px;
  bottom: 0px;
  width: 0%;
  height: 2px;
  background: #ab7d5b;
  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.casehover a{
  font-weight: bold;
  color: #ab7d5b;
}

.news_bg .news .news_t .news_list ul li.casehover::after{
  width: 63px;
}

.news_bg .news .news_box{
  margin: 40px auto 0 auto;
}

.news_bg .news .news_box .news_top{
  width: 1360px;
  height: 400px;
}

.news_bg .news .news_box .news_top ul li{
  float: left;
  width: 400px;
  margin-right: 38px;
}

.news_bg .news .news_box .news_top ul li .news_img{
  width: 399px;
  height: 286px;
  background: #fff;
  border: 1px solid #e4e4e4;
  -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_top ul li .news_img img{
  width: 379px;
  height: 266px;
  margin: 10px;
}

.news_bg .news .news_box .news_top ul li .txt{
  height: 87px;
  border-bottom: 1px dashed #d0d0d0;
  margin: 23px auto 0 auto;

} 

.news_bg .news .news_box .news_top ul li .txt h5 a{
  font-size: 18px;
  color: #4c4c4c;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  -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_top ul li .txt .more{
  margin-top: 16px;

}

.news_bg .news .news_box .news_top ul li .txt .more span{
  display: block;
  float: left;
  padding-left: 22px;
  font-size: 14px;
  color: #8f8f8f;
  background: url(../images/buttom3.png) no-repeat left center;
  line-height: 20px;
}

.news_bg .news .news_box .news_top ul li .txt .more a{
  display: block;
  float: right;
  font-size: 12px;
  color: #8f8f8f;
  text-transform: uppercase;
  padding-left: 140px;
  background: url(../images/buttom4.png) no-repeat left center;
  line-height: 20px;
}


.news_bg .news .news_box .news_top ul li:hover .news_img{
  background: #ab7d5b;
  border: 1px solid #ab7d5b;

}

.news_bg .news .news_box .news_top ul li:hover .txt h5 a{
  color: #ab7d5b;

}

.news_bg .news .news_box .list{
  margin: 33px auto 0 auto ;
  width: 1360px;
}

.news_bg .news .news_box .list ul li{
  float: left;
  width: 400px;
  height: 75px;
  border-bottom: 1px dashed #d0d0d0;
  margin-right: 38px;
  position: relative;
}

.news_bg .news .news_box .list ul li h5 a{
  font-size: 16px;
  color:  #6a6a6a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding-left: 17px;
  background: url(../images/buttom6.png) no-repeat left center;
}

.news_bg .news .news_box .list ul li .more{
  line-height: 26px;
  margin-top: 12px;

}

.news_bg .news .news_box .list ul li .more span{
  display: block;
  float: left;
  font-size: 12px;
  color: #8f8f8f;
}

.news_bg .news .news_box .list ul li .more a{
  display: block;
  float: right;
  font-size: 12px;
  color: #8f8f8f;
  background: url(../images/buttom8.png) no-repeat left center;
  padding-left: 40px;
  background: url(../images/buttom9.png) no-repeat left center;
}

.news_bg .news .news_box .list ul li::after{
  position: absolute;
  left: 0px;
  bottom: -1px;
  width: 0%;
  height: 1px;
  background: #ab7d5b;
  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 .list ul li:hover h5 a{
  color: #ab7d5b;
}

.news_bg .news .news_box .list ul li:hover::after{
  width: 100%;
}

