
/*-----------------------------------------------------------*/
/*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 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: 6%;
  top: 50%;
  z-index: 5;
  cursor: pointer;
}

.banner .swiper-pagination {
  width: 100%;
  bottom: 100px;
  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: #24af8a;
}

.banner_bg {
  width: 100%;
  height: 100%;
  position: relative;
}

.banner_bg .trait_bg{
  width: 100%;
  height: 81px;
  position: absolute;
  background: url(../images/banner_bg.png) no-repeat  center;
  left: 0;
  bottom: 0px;
  z-index: 10;
}

.banner_bg .trait{
  width: 1280px;
  margin: 0 auto;
  height: 81px;
  position: relative;

}

/* 询盘*/
i {
  font-weight: normal;
  font-style: normal;
}

.topxunpan {
  position: relative;
  display: block;
  height: 30px;
  z-index: 5;
  float: left;
  margin-top: 25px;

}


.topxunpan .xp {
  position: relative;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  color: #737373;
  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;
  font-size: 15px;
  color: #737373;
}

.topxunpan .xp #xunpantip {
  z-index: 999;
  position: absolute;
  top: 0px;
  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: #16613a;
  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: #16613a;
}

.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_bg .trait .trait_r{
  float: right;
  font-size: 15px;
  color: #737373;
  background: url(../images/buttom2.png) no-repeat left center;
  padding-left: 35px;
  letter-spacing: 2px;
  line-height: 81px;
}




.banner_bg .banner_ico{
  position: absolute;
  width: 78px;
  height: 78px;
  left: 604px;
  bottom: 5px;
  z-index: 10;
} 



/* title*/

.title{

}

.title h3{
  font-size: 34px;
  color: #2d2d2d;
  line-height: 38px;
}

.title img{
  vertical-align: middle;
  position: relative;
  top: -3px;

}

.title h3 i{
  display: inline-block;
  margin: 0 15px;
  font-size: 24px;
  color: #2d2d2d;
  position: relative;
  top: -4px;
}

.title p{
  font-size: 14px;
  color: #979797;
  letter-spacing: 6px;
  margin: 5px 0 25px 0;
} 

.title em{
  display: block;
  width: 47px;
  height: 7px;
  background: url(../images/title.png) no-repeat center;
}




/* product*/

.pro_bg{
  width: 100%;
  margin: 0 auto;
  background: #f0f0f0 url(../images/ys_bg.jpg) no-repeat bottom center;
  height: 1975px;
  overflow: hidden;
}

.pro_bg .product{
  width: 1280px;
  margin: 0 auto;
  padding-top: 38px;
}

.pro_bg .product .pro_t{
  height: 145px;
}

.pro_bg .product .pro_t .title{
  float: left;
}

.pro_bg .product .pro_t .t_more{
  float: right;
  width: 481px;
  height: 69px;
  background:  url(../images/more.png) no-repeat  center;
  margin-top: 47px;
  margin-right: -320px;

}

.pro_bg .product .pro_t .t_more a{
  display: block;
  padding-left: 87px;
  font-size: 14px;
  color: #2d2d2d;
  font-family: 'Times New Roman', Times, serif;
  text-transform: uppercase;
  padding-top: 15px;
}

.pro_bg .product .pro_t .t_more a i{
  display: block;
  font-size: 14px;
  color: #2d2d2d;
  font-family: 'Times New Roman', Times, serif;
  text-transform: uppercase;
  margin-left: 32px;
  margin-top: 3px;
}

.pro_bg .product .pro_list{
  margin: 0 auto;
  height: 52px;
} 

.pro_bg .product .pro_list ul li{
  float: left;
  margin: 0 5px;
  width: 169px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #d4d4d4;
  position: relative;
  z-index: 5;
}

.pro_bg .product .pro_list ul li a{
  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;
  margin-right: 5px;
}

.pro_bg .product .pro_list ul li a span{
  display: block;
  float: left;
  height: 31px;
  width: 48px;
  border-right: 1px solid #d4d4d4;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 10px;
  margin-right: 20px;
}

.pro_bg .product .pro_list ul li a span i{
  display: block;
  width: 22px;
  height: 22px;
  margin: 4px auto 0 auto;
  background: url(../images/buttom3.png) no-repeat center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.pro_bg .product .pro_list ul li::after{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0%;
  height: 100%;
  background: #16613a;
  content: "";
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro_bg .product .pro_list ul li.on::after{
  width: 100%;
}

.pro_bg .product .pro_list ul li.on a{
  color: #fff;
}

.pro_bg .product .pro_list ul li.on a span i{
  background: url(../images/buttom5.png) no-repeat center;
}

.pro_bg .product .pro_box{
  margin: 25px 0 0 -68px;
  position: relative;
  height: 675px;
  width: 1280px;
  background: url(../images/pro_bg.png) no-repeat center;
  padding: 40px 68px 0 68px;
} 

.pro_bg .product .pro_box ul{
  width: 1360px;
  margin: 0 auto;
}

.pro_bg .product .pro_box ul li{
  float: left;
  width: 308px;
  height: 302px;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  margin: 0 13px 13px 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro_bg .product .pro_box ul li:first-child{
  margin-left: 650px;
}

.pro_bg .product .pro_box ul li .pic{
  width: 290px;
  height: 232px;
  margin: 9px auto 0 auto;
  border-radius: 8px;
  overflow: hidden;
}

.pro_bg .product .pro_box ul li .pic img{
  width: 290px;
  height: 232px;
  border-radius: 8px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro_bg .product .pro_box ul li:hover .pic img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.pro_bg .product .pro_box ul li .txt{
  margin: 0 auto;
  width: 290px;
  height: 60px;
  line-height: 60px;
} 

.pro_bg .product .pro_box ul li .txt h5 a{
  font-size: 16px;
  color:  #444444;
  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: 20px;
  background: url(../images/buttom4.png) no-repeat left center;
  float: left;
  width: 190px;
}

.pro_bg .product .pro_box ul li .txt .more{
  display: block;
  float: right;
  font-size: 12px;
  color: #9a9a9a;
  margin-right: 10px;
  position: relative;
  z-index: 5;
}

.pro_bg .product .pro_box ul li .txt .more::after{
  position: absolute;
  right: -10px;
  top: 21px;
  width: 17px;
  height: 17px;
  border: 1px solid #e2d6c7;
  border-radius: 50%;
  content: "";
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro_bg .product .pro_box ul li:hover{
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .08);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .08);
}

.pro_bg .product .pro_box ul li:hover .txt h5 a{
  font-weight: bold;
}

.pro_bg .product .pro_box .pro_show{
  position: absolute;
  left: 68px;
  top: 40px;
  width: 632px;
  height: 302px;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
}
 
.pro_bg .product .pro_box .pro_show .pic{
  float: left;
  width: 350px;
  height: 280px;
  margin: 11px 0 0 11px;

}

.pro_bg .product .pro_box .pro_show .pic img{
  width: 350px;
  height: 280px;
}

.pro_bg .product .pro_box .pro_show .txt{
  float: right;
  width: 226px;
  margin-right: 25px;
  margin-top: 60px;
}

.pro_bg .product .pro_box .pro_show .txt span{
  display: block;
  font-size: 12px;
  color: #adadad;
  text-transform: uppercase;
}

.pro_bg .product .pro_box .pro_show .txt h5 a{
  font-size: 18px;
  color: #444444;
  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;
  margin-top: 3px;
}

.pro_bg .product .pro_box .pro_show .txt em{
  display: block;
  width: 226px;
  height: 1px;
  background: #e0d3c3;
  margin: 20px 0 0 0;
}

.pro_bg .product .pro_box .pro_show .txt p{
  font-size: 14px;
  color: #8d8d8d;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  margin: 11px 0 28px 0;
}

.pro_bg .product .pro_box .pro_show .txt .more{
  width: 103px;
  height: 34px;
  line-height: 34px;
  background: #16613a;
  border-radius: 45px;
  float: right;

}

.pro_bg .product .pro_box .pro_show .txt .more a{
  font-size: 12px;
  color: #fff;
  display: block;
  padding-left: 20px;
  position: relative;
  z-index: 5;
}

.pro_bg .product .pro_box .pro_show .txt .more a::after{
  position: absolute;
  right: 26px;
  top: 8px;
  width: 17px;
  height: 17px;
  border: 1px solid #e2d6c7;
  border-radius: 50%;
  content: "";
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


/* ys*/

.ys{
  width: 1280px;
  margin: 115px auto 0 auto;
  position: relative;
}

.ys .title{
  position: absolute;
  left: 0;
  top: 35px;
  z-index: 5;
}

.ys .title h3 img{
  display: block;
}

.ys .title h3 i{
  display: block;
  margin: 12px 0 0 0;
}

.ys .title h3 b{
  font-weight: bold;
}

.ys .title p{
  margin: 15px 0 25px 0;
}

.ys .ys_box{
  position: relative;
  margin: 0 auto;
}

.ys .ys_box .bd{
  width: 660px;
  margin-left: -180px;
}

.ys .ys_box .bd ul li{
  float: left;
  width: 660px;
  margin: 0 auto;
}

.ys .ys_box .bd ul li .txt{
  margin-top: 300px;
  width: 480px;
  padding-left: 180px;
  position: relative;

}

.ys .ys_box .bd ul li .txt h5{
  font-size: 22px;
  color: #2d2d2d;
}

.ys .ys_box .bd ul li .txt span{
  display: block;
  font-size: 12px;
color: #989494;
font-family: Arial, Helvetica, sans-serif;
text-transform: uppercase;
margin-top: 5px;
}

.ys .ys_box .bd ul li .txt em{
  display: block;
  position: absolute;
  width: 68px;
  height: 65px;
  background: url(../images/ys_ico1.png) no-repeat  center;
  left: 0px;
  top: 45px;
}

.ys .ys_box .bd ul li .txt i{
  display: block;
  width: 242px;
  height: 1px;
  background: #cdcdcd;
  margin: 23px 0 0 -110px;
}

.ys .ys_box .bd ul li .txt p{
  font-size: 16px;
  color: #797979;
  line-height: 36px;
  margin-top: 12px;
}

.ys .ys_box .ys_img{
  position: absolute;
  right: -270px;
  top: 0px;
} 


.ys .ys_box .hd{
  position: absolute;
  top: 605px;
  left: -124px;
  background: url(../images/ys_list.png) no-repeat  center;
  width: 590px;
  height: 108px;
  padding-left: 44px;
} 

.ys .ys_box .hd ul li{
  float: left;
  width: 195px;
  height: 108px;
  text-align: center;
  background: url(../images/ys_xt.png) no-repeat right center;
}

.ys .ys_box .hd ul li:last-child{
  background: none;
}

.ys .ys_box .hd ul li span{
  font-size: 18px;
  color:  #fff;
  display: inline-block;
  line-height: 30px;
  padding-top: 33px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ys .ys_box .hd ul li span i{
  font-size: 30px;
  color:  #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding: 0 13px;
  display: inline-block;
  line-height: 30px;
  position: relative;
  top: 3px;
}

.ys .ys_box .hd ul li em{
  font-size: 18px;
  color:  #fff;
  display: inline-block;
}

.ys .ys_box .hd ul li.on span{
  display: block;
  padding-top: 20px;
}

.ys .ys_box .hd ul li.on em{
  display: block;
  margin-top: 5px;
  font-weight: bold;
}

.ys .ys_box .ys_tel{
  position: absolute;
  top: 790px;
  left: 0;
  line-height: 22px;
}

.ys .ys_box .ys_tel img{
  display: block;
  float: left;
  margin-right: 17px;
  animation: msClock 1.2s linear infinite;
  animation: msClock 1.2s linear infinite;
}


@keyframes msClock {
  0%,70%,100% {
    transform: rotate(0) scale(1);
  }
  10%,30% {
    transform: rotate(-15deg) scale(1.1);
  }
  20%,40% {
  transform: rotate(15deg) scale(1.1);
  }
}

.ys .ys_box .ys_tel span{
  display: block;
  float: left;
  font-size: 22px;
  color: #2a754e;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}


/* case*/

.case_bg{
  width: 100%;
  height: 920px;
  margin: 0 auto;
  background: #f0f0f0 url(../images/case_bg.jpg) no-repeat bottom center;
}

.case_bg .case{
  width: 1280px;
  margin: 0 auto;
  padding-top: 180px;
  position: relative;
  height: 575px;
}

.case_bg .case .case_box{
  margin: 0 auto;
  width: 1300px;
  position: relative;
}

.case_bg .case .case_box .mySwiper{
  overflow: hidden;
}

.case_bg .case .case_box .swiper-slide{
  padding: 15px 0;
  width: 400px;
  position: relative;
}

.case_bg .case .case_box .swiper-slide .nr{
  width: 400px;
  position: relative;
}

.case_bg .case .case_box .swiper-slide .pic{
  width: 398px;
  height: 320px;
  background:  #fff;
  border: 1px solid #e7e7e7;
  position: relative;
  margin: 45px auto 0 auto;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case_bg .case .case_box .swiper-slide .pic img{
  width: 380px;
  height: 302px;
  margin: 9px;
}

.case_bg .case .case_box .swiper-slide .txt{
  position: absolute;
  bottom: 8px;
  right: 9px;
  width: 240px;
  height: 51px;
  line-height: 51px;
  background: #fff;
  border-top-left-radius: 15px;
  padding: 0 15px 0 20px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case_bg .case .case_box .swiper-slide .txt a{
  font-size: 16px;
  color:  #4f4f4f;
  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-right: 30px;
  background: url(../images/more1.png) no-repeat right center;
}

.case_bg .case .case_box .swiper-slide-next{
  width: 455px;
  height: 365px;
}

.case_bg .case .case_box .swiper-slide-next .nr{
  width: 455px;
  height: 365px;
  position: absolute;
  left: -28px;
}

.case_bg .case .case_box .swiper-slide-next .pic{
  width: 455px;
  height: 365px;
  margin: 0 auto;

}

.case_bg .case .case_box .swiper-slide-next .pic img{
  width: 437px;
  height: 347px;
  margin: 9px;
}


.case_bg .case .case_box .swiper-slide-next .txt{
  background: #ea9a0a;

}

.case_bg .case .case_box .swiper-slide-next .txt a{
  color: #fff;
  background: url(../images/more2.png) no-repeat right center;
}

.case_bg .case .case_box .swiper-button-next{
  position: absolute;
  background: url(../images/right.png) no-repeat  center;
  width: 43px;
  height: 43px;
  outline: none;
  cursor: pointer;
  right: 15px;
  top: -40px;

}

.case_bg .case .case_box .swiper-button-prev{
  position: absolute;
  background: url(../images/left.png) no-repeat  center;
  width: 50px;
  height: 50px;
  outline: none;
  cursor: pointer;
  left: auto;
  right: 70px;
  top: -40px;
}

.swiper-button-prev::after, .swiper-container-rtl .swiper-button-next::after {
  content: 'prev';
  display: none;
}

.swiper-button-next::after, .swiper-container-rtl .swiper-button-prev::after {
  content: 'next';
  display: none;
}


/* message*/

.message{
  width: 1280px;
  margin: 20px auto 0 auto;
}

.message .message_box{
  height: 70px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.message .message_box .form-group1{
  float: left;
  width: 245px;
  height: 70px;
  margin-right: 10px;
}

.message .message_box .form-group1 input{
  width: 245px;
  height: 70px;
  font-size: 15px;
  color: #c4cfc8;
  background: url(../images/m1.png) no-repeat 45px center;
}


.message .message_box .form-group2{
  float: left;
  width: 288px;
  height: 70px;
  margin-right: 10px;
}

.message .message_box .form-group2 input{
  width: 288px;
  height: 70px;
  font-size: 15px;
  color: #c4cfc8;
  background: url(../images/m2.png) no-repeat 80px center;
}

.message .message_box .form-group3{
  float: left;
  width: 270px;
  height: 70px;
  margin-right: 10px;
}

.message .message_box .form-group3 textarea{
  width: 270px;
  height: 40px;
  font-size: 15px;
  color: #c4cfc8;
  background: url(../images/m3.png) no-repeat 45px 30px;
  padding-top: 30px;
}


.message .message_box .form-group4{
  float: left;
  width: 298px;
  height: 70px;
}

.message .message_box .form-group4 input{
  width: 188px;
  height: 70px;
  font-size: 15px;
  color: #c4cfc8;
  background: url(../images/m4.png) no-repeat 60px center;
  float: left;
}

.message .message_box .form-group4 .imgcode{
  float: right;
  width: 84px;
  height: 31px;
  margin-top: 20px;
}

.message .message_box .anniu{
  float: right;
  width: 86px;
  height: 44px;
  margin-top: 13px;
}

.message .message_box .anniu button{
  cursor: pointer;
  border: none;
  width: 86px;
  height: 44px;
  background: #ac9b81;
  border-radius: 8px;
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.message .message_box .anniu button:hover{
  border-radius: 45px;
}

.message .message_box input:focus{
  background: none;
}

.message .message_box textarea:focus{
  background: none;
}

.message .m_nr{
  line-height: 55px;
  width: 1360px;
}

.message .m_nr p{
  font-size: 14px;
  color: #fff;
  letter-spacing: 11px;
  opacity: 0.4;
}

.message .m_nr p i{
  font-size: 14px;
  color: #fff;
  letter-spacing: 10px;
  margin-right: 70px;
}




/* about*/

.ab_bg{
  width: 100%;
  margin: 0 auto;
  height: 943px;
  background: url(../images/ab_bg.jpg) no-repeat  center;
  overflow: hidden;
}

.ab_bg .about{
  width: 1280px;
  margin: 0 auto;
  padding-top: 105px;
}

.ab_bg .about .ab_img{
  float: left;
  margin-left: -180px;
  width: 811px;
  height: 780px;
}

.ab_bg .about .ab_img img{
  width: 811px;
  height: 780px;
}

.ab_bg .about .ab_r{
  float: right;
  width: 575px;
  position: relative;
  z-index: 5;
  margin-top: 85px;

}

.ab_bg .about .ab_r::after{
  top: 50px;
  right: -320px;
  position: absolute;
  content: "";
  z-index: -1;
  background: url(../images/ab_xt.png) no-repeat center;
  width: 538px;
  height: 21px;
}

.ab_bg .about .ab_r .ab_nr{
  text-align: right;
  margin-top: 90px;

}

.ab_bg .about .ab_r .ab_nr h5{
  background: url(../images/ab_t.png) no-repeat top right;
}

.ab_bg .about .ab_r .ab_nr h5 span{
  display: block;
  font-size: 22px;
  color: #454545;
  font-weight: bold;
  line-height: 26px;
}

.ab_bg .about .ab_r .ab_nr h5 i{
  display: block;
  font-size: 12px;
  color: #7e7e7e;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin-top: 15px;
}

.ab_bg .about .ab_r .ab_nr p{
  font-size: 16px;
  color: #656565;
  line-height: 36px;
  overflow: hidden;
  height: 216px;
  margin-top: 35px;
}

.ab_bg .about .ab_r .ab_nr .more{
  margin-top: 40px;

}

.ab_bg .about .ab_r .ab_nr .more .tel{
  float: left;
  margin-top: 10px;
  background: url(../images/tel.png) no-repeat left center;
  line-height: 37px;
  height: 37px;
  font-size: 20px;
  color: #2d2d2d;
  font-family: Arial, Helvetica, sans-serif;
  padding-left: 48px;

}

.ab_bg .about .ab_r .ab_nr .more .ab_more{
  float: right;
  width: 177px;
  height: 29px;
  line-height: 29px;
  padding: 9px 0;
  background: #fff;
  border-radius: 45px;
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
} 

.ab_bg .about .ab_r .ab_nr .more .ab_more a{
  display: block;
  text-align: center;
  font-size: 12px;
  color: #5e5e5e;
  font-family: 'Times New Roman', Times, serif;
  text-transform: uppercase;
  line-height: 29px;
  height: 29px;
}

.ab_bg .about .ab_r .ab_nr .more .ab_more a  i{
  font-size: 12px;
  color: #fff;
  font-family: 'Times New Roman', Times, serif;
  text-transform: uppercase;
  display: inline-block;
  width: 29px;
  height: 29px;
  background:  #1c6740;
  border-radius: 50%;
  margin-left: 25px;
}


/* news*/

.news_bg{
  width: 100%;
  margin: 0 auto;
  background: url(../images/news_bg.jpg) no-repeat  center;
  height: 1048px;

}

.news_bg .news{
  width: 1280px;
  margin: 0 auto;
  height: 636px;
}

.news_bg .news .news_t{
  height: 125px;
}

.news_bg .news .news_t .title{
  float: left;
}

.news_bg .news .news_t .news_list{
  float: right;
  margin-top: 25px;
}

.news_bg .news .news_t .news_list ul li{
  float: left;
  width: 155px;
  height: 55px;
  line-height: 55px;
  background: url(../images/buttom6.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: #16613a;
  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: #16613a;
}

.news_bg .news .news_t .news_list ul li.casehover::after{
  width: 63px;
}

.news_bg .news .news_box{
  margin: 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: 17px;

}

.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/buttom7.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/news_xt.png) no-repeat left center;
  line-height: 20px;
}


.news_bg .news .news_box .news_top ul li:hover .news_img{
  background: #16613a;
  border: 1px solid #16613a;

}

.news_bg .news .news_box .news_top ul li:hover .txt h5 a{
  color: #16613a;

}

.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;
}

.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/buttom8.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:hover h5 a{
  color: #16613a;
}



/* f_cont*/

.f_cont{
  width: 1280px;
  margin: 240px auto 0 auto;
}

.f_cont .contact_t{
  margin: 0 0 0 -45px;
}

.f_cont .contact_t img{
  display: block;
}

.f_cont ul{
  margin: 30px auto 0 auto;

}

.f_cont ul li{
  line-height: 32px;
  width: 426px;
  float: left;

}

.f_cont ul li img{
  display: block;
  float: left;
  width: 32px;
  height: 32px;
  margin-right: 15px;

}

.f_cont ul li p{
  font-size: 15px;
  color:  #dfe0e0;
}

.f_cont ul li p span{
  font-size: 20px;
  color:  #ffffff;
  font-weight: bold;
  margin-left: 5px;
}

.f_cont ul li p em{
  font-size: 18px;
  color:  #ffffff;
  margin-left: 5px;
}

.f_cont ul li p i{
  font-size: 16px;
  color:  #ffffff;
  margin-left: 5px;
}