
/*-----------------------------------------------------------*/
/*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: 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: #b22015;
}


/* te */

.te_bg{
  width: 100%;
  height: 473px;
  margin: -95px auto 0 auto;
  background: url(../images/te_bg.png) no-repeat  center;
  position: relative;
  z-index: 9;
}

.te_bg .te{
  width: 1300px;
  margin: 0 auto;
  padding-top: 150px;
}

.te_bg .te ul li{
  float: left;
  width: 324px;
  height: 176px;
  border-right: 1px solid  #bc2c20;
}

.te_bg .te ul li:last-child{
  border-right: none;
}

.te_bg .te ul li img{
  display: block;
  margin: 27px auto 25px auto;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.te_bg .te ul li p{
  text-align: center;
  font-size: 16px;
  color: #fff;
}

.te_bg .te ul li:hover img{
  transform: translateY(-10px);
}


/* title */

.title{
  margin: 0 auto;
  text-align: center;
}

.title i{
  display: block;
  width: 38px;
  height: 38px;
  background: url(../images/buttom1.png) no-repeat  center;
  margin: 0 auto 30px auto;
}

.title span {
  display: inline-block;
  position: relative;
  z-index: 5;

}

.title span::after{
  position: absolute;
  right: -60px;
  top: -30px;
  width: 158px;
  height: 106px;
  content: "";
  background: url(../images/title.png) no-repeat  center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.title span img{
  display: block;
  margin: 0 auto;
}

.title h3{
  font-size: 26px;
  color: #333333;
  margin: 5px auto 0 auto;
}

.title h3 a{
  display: block;
  font-size: 26px;
  color: #333333;
}



/* product */

.pro_bg{
  width: 100%;
  margin: -95px auto 0 auto;
  background: url(../images/pro_bg.jpg) no-repeat top center;
  overflow: hidden;
  height: 1850px;
}

.pro_bg .product{
  width: 1300px;
  margin: 0 auto;
  padding-top: 70px;
}

.pro_bg .product .pro_box{
  margin: 35px auto 0 auto;
}

.pro_bg .product .pro_box .pro_l{
  float: left;
  width: 295px;
  height: 1334px;
  margin-left: -55px;
  background: url(../images/pro_list.png) no-repeat top center;
}

.pro_bg .product .pro_box .pro_l .nr{
  width: 288px;
  background: #fafafa;
  border-radius: 15px;
  margin-top: 5px;
}

.pro_bg .product .pro_box .pro_l .nr .pro_t{
  height: 118px;
  border-bottom: 5px solid #fff;

}

.pro_bg .product .pro_box .pro_l .nr .pro_t a{
  display: block;
  padding-top: 48px;
  padding-left: 55px;
}

.pro_bg .product .pro_box .pro_l .nr .pro_t img{
  display: block;
}

.pro_bg .product .pro_box .pro_l .nr .pro_con{
  margin: 0 auto;
  padding-left: 55px;
} 

.pro_bg .product .pro_box .pro_l .nr .pro_con ul li{
  margin-bottom: 14px;
  width: 180px;
  height: 58px;
  line-height: 58px;
  border-bottom: 1px dashed #eeeeee;
  position: relative;
  z-index: 5;
}

.pro_bg .product .pro_box .pro_l .nr .pro_con ul li 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;
  padding-left: 35px;
  background: url(../images/buttom3.png) no-repeat 3px  center;
}

.pro_bg .product .pro_box .pro_l .nr .pro_con ul li::after{
  position: absolute;
  right: -37px;
  bottom: -12px;
  width: 0px;
  height: 0%;
  background: url(../images/buttom5.png) no-repeat   center;
  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 .pro_l .nr .pro_con ul li:hover a{
 font-weight: bold;
 font-size: 18px;
  background: url(../images/buttom4.png) no-repeat 3px  center;
}

.pro_bg .product .pro_box .pro_l .nr .pro_con ul li:hover::after{
  width: 37px;
  height: 20px;
}


.pro_bg .product .pro_box .pro_l .nr .tel{
  margin: 37px auto  0 auto;
  background: url(../images/tel1.png) no-repeat top  left;
  padding-left: 40px;
  padding-bottom: 50px;
}

.pro_bg .product .pro_box .pro_l .nr .tel span{
  display: block;
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  padding-top: 22px;
}

.pro_bg .product .pro_box .pro_l .nr .tel i{
  display: block;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-top: 8px;
  width: 160px;
}





.pro_bg .product .pro_box .pro_r{
  float: right;
  width: 1027px;
} 

.pro_bg .product .pro_box .pro_r ul li{
  float: left;
  width: 292px;
  margin: 0 0 47px 50px;
}

.pro_bg .product .pro_box .pro_r ul li .pic{
  width: 292px;
  height: 366px;
  border-radius: 10px;

}

.pro_bg .product .pro_box .pro_r ul li .pic img{
  width: 292px;
  height: 366px;
  border-radius: 10px;
}

.pro_bg .product .pro_box .pro_r ul li .txt{
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #000000;

} 

.pro_bg .product .pro_box .pro_r ul li .txt h5 a{
  font-size: 15px;
  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;
  padding-left: 15px;
  background: url(../images/buttom2.png) no-repeat 0px center;
  float: left;
  width: 200px;
}

.pro_bg .product .pro_box .pro_r ul li:hover .txt h5 a{
  color: #b22015;
}

.pro_bg .product .pro_box .pro_r ul li .txt .more{
  display: block;
  float: right;
  background: url(../images/more.png) no-repeat 0px center;
  margin: 19px 25px 0 0 ;
  width: 20px;
  height: 12px;
}

.pro_bg .product .pro_more{
  margin: 15px auto 0 auto;
  background: url(../images/more1.png) no-repeat bottom center;
  padding-bottom: 70px;
  animation: ht 2s infinite;
  -moz-animation: ht 2s infinite;
  /* Firefox */



  -webkit-animation: ht 2s infinite;
  /* Safari and Chrome */


  -o-animation: ht 2s infinite;
}  

.pro_bg .product .pro_more a{
  display: block;
  text-align: center;
  font-size: 20px;
  color: #333333;
  font-family: 'Times New Roman', Times, serif;
  text-transform: uppercase;
  font-weight: bold;
}



/* pro_xq */

.pro_xq_bg{
  width: 100%;
  height: 473px;
  margin: -90px auto 0 auto;
  background: url(../images/te_bg.png) no-repeat  center;
  position: relative;
  z-index: 9;
}

.pro_xq_bg .pro_xq{
  width: 1300px;
  margin: 0 auto;
  padding-top: 125px;
}

.pro_xq_bg .pro_xq ul li{
  float: left;
  width: 324px;
  height: 228px;
  border-right: 1px solid  #bc2c20;
  position: relative;
  text-align: center;
}

.pro_xq_bg .pro_xq ul li:last-child{
  border-right: none;
}

.pro_xq_bg .pro_xq ul li .pic{
  width: 168px;
  height: 168px;
  background: rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  margin: -25px auto 0 auto;
  position: relative;

}

.pro_xq_bg .pro_xq ul li .pic img{
  width: 148px;
  height: 148px;
  margin: 10px;
  border-radius: 50%;

}

.pro_xq_bg .pro_xq ul li h5{
  margin: 20px auto 0 auto;
  font-size: 18px;
  color: #ffffff;

}

.pro_xq_bg .pro_xq ul li i{
  display: block;
  font-size: 18px;
  color: #ffffff;
  line-height: 16px;
  margin: 5px auto  0 auto;
}

.pro_xq_bg .pro_xq ul li p{
  font-size: 15px;
  color: #d0a9a9;
  line-height: 26px;
  width: 170px;
  margin: 0 auto;
}

.pro_xq_bg .pro_xq ul li.p2 .pic,
.pro_xq_bg .pro_xq ul li.p3 .pic{
  width: 130px;
  height: 130px;
  background: rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  margin: -10px auto 0 auto;
  position: relative;

}

.pro_xq_bg .pro_xq ul li.p2 .pic img,
.pro_xq_bg .pro_xq ul li.p3 .pic img{
  width: 105px;
  height: 105px;
  margin: 12px;
  border-radius: 50%;

}

/* ys */

.ys_bg{
  width: 100%;
  margin: -95px auto 0 auto;
  background: url(../images/ys_bg.jpg) no-repeat top center;
  overflow: hidden;
  height: 2462px;
}

.ys_bg .ys{
  margin: 0 auto;
  padding-top: 115px;
  height: 1190px;
}

.ys_bg .ys .ys_box{
  width: 100%;
  margin: 60px auto  0 auto;
  position: relative;
  background: url(../images/ys_bg1.png) no-repeat  center 100px;
}

.ys_bg .ys .ys_box .swiper-container{
  overflow: hidden;
  width: 82%;
  margin: 0 auto;

}

.ys_bg .ys .ys_box .swiper-container .swiper-slide{

}

.ys_bg .ys .ys_box .swiper-container .swiper-slide .ys_img{
  width: 255px;
  height: 409px;
  background: url(../images/ys_list.png) no-repeat left top;
  margin: 0 auto;
  margin-top: 140px;

}

.ys_bg .ys .ys_box .swiper-container .swiper-slide .ys_img img{
  width: 245px;
  height: 399px;
  margin: 10px 0 0 10px;
  border-radius: 125px;

}

.ys_bg .ys .ys_box .swiper-container .swiper-slide .txt{
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  margin-top: -165px;
  margin-left: -165px;
} 

.ys_bg .ys .ys_box .swiper-container .swiper-slide .txt span{
  display: block;
}

.ys_bg .ys .ys_box .swiper-container .swiper-slide .txt h5{
  font-size: 24px;
  color: #000000;
  margin-top: -35px;

}

.ys_bg .ys .ys_box .swiper-container .swiper-slide .txt i{
  display: block;
  font-size: 44px;
  color: #000000;
  font-weight: bold;
  text-transform: capitalize;
  font-family: 'Times New Roman', Times, serif;
  line-height: 40px;
  margin: 15px 0 55px 0;
}

.ys_bg .ys .ys_box .swiper-container .swiper-slide .txt p{
  padding-left: 20px;
  height: 120px;
  border-left: 1px solid #bfbfbf;
  width: 650px;

}

.ys_bg .ys .ys_box .swiper-container .swiper-slide .txt p em{
  display: block;
  font-size: 15px;
  color: #666666;
  line-height: 36px;
}


.ys_bg .ys .ys_box .swiper-container .swiper-slide-active .ys_img{
  width: 434px;
  height: 657px;
  background: url(../images/ys_list1.png) no-repeat right top;
  margin: 0 auto;
  margin-top: 0px;

}

.ys_bg .ys .ys_box .swiper-container .swiper-slide-active .ys_img img{
  width: 405px;
  height: 638px;
  margin: 20px 30px 0 0px;
  border-radius: 225px;

}

.ys_bg .ys .ys_box .swiper-container .swiper-slide-active .txt{
  opacity: 1;
}

.ys_bg .ys .ys_box .ys_button{
  background: url(../images/ys_button.png) no-repeat  center;
  width: 153px;
  height: 153px;
  position: absolute;
  right: 27%;
  top: 310px;
}
.ys_bg .ys .ys_box .ys_button .swiper-button-next{
  cursor: pointer;
  outline: none;
  background: url(../images/right.png) no-repeat  center;
  width: 24px;
  height: 14px;
  position: relative;
  float: right;
  margin: -7px 41px 0 0;
}

.ys_bg .ys .ys_box .ys_button .swiper-button-prev{
  cursor: pointer;
  outline: none;
  width: 24px;
  height: 14px;
  background: url(../images/left.png) no-repeat  center;
  position: relative;
  float: left;
  margin: -7px 0px 0 41px;
}

.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 {
  display: none;
  content: 'next';

}


/* banner_1 */

.banner_1{
  width: 1300px;
  height: 352px;
  margin: 0 auto;
  position: relative;
  background: url(../images/banner_1.png) no-repeat  center;

}

.banner_1 .gg_img{
  border-radius: 50%;
  width: 309px;
  height: 309px;
  background: #ffffff;
  position: absolute;
  left: 490px;
  top: -90px;
}

.banner_1 .gg_img img{
  border-radius: 50%;
  width: 263px;
  height: 263px;
  margin: 23px;
}

.banner_1 .gg_l{
  float: left;
  margin-left: 122px;
  margin-top: 30px;
  width: 380px;
}

.banner_1 .gg_l img{
  display: block;
  width: 42px;
  height: 42px;
  margin-bottom: 50px;

}

.banner_1 .gg_l h5{
  font-size: 22px;
  color: #e83816;
  font-weight: bold;
  font-family: "simsun";
}

.banner_1 .gg_l em{
  display: block;
  width: 21px;
  height: 2px;
  background: #000000;
  margin-top: 15px;
}

.banner_1 .gg_l p{
  font-size: 16px;
  color: #333333;
  margin-top: 20px;
  letter-spacing: 4px;
}

.banner_1 .gg_l span{
  display: block;
  font-size: 12px;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 5px;
}




.banner_1 .gg_r{
  float: right;
  text-align: right;
  margin-right: 122px;
  margin-top: 30px;
  width: 450px;
}

.banner_1 .gg_r img{
  display: inline-block;
  width: 42px;
  height: 42px;
  text-align: right;
  margin-bottom: 46px;

}

.banner_1 .gg_r h5{
  font-size: 22px;
  color: #333;
  font-weight: bold;
  font-family: "simsun";
}

.banner_1 .gg_r em{
  display: inline-block;
  width: 21px;
  height: 2px;
  background: #000000;
  text-align: right;
}

.banner_1 .gg_r p{
  font-size: 16px;
  color: #333333;
  margin-top: 16px;
  letter-spacing: 4px;
}

.banner_1 .gg_r span{
  display: block;
  font-size: 12px;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 5px;
}

/* hz */

.hz{
  margin: 22px auto 0 auto;
  width: 1300px;
}

.hz .hz_box{
  position: relative;
  margin: 80px auto 0 auto;
  height: 440px;
}

.hz .hz_box ul li{
  position: relative;
  z-index: 5;
  width: 230px;
  height: 230px;
  background: url(../images/hz_list.png) no-repeat  center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.hz .hz_box ul li .pic{
  margin: 53px auto 0 auto;
  width: 120px;
  height: 120px;

}

.hz .hz_box ul li .pic img{
  width: 120px;
  height: 120px;
}

.hz .hz_box ul li .txt{
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  width: 100%;
  height: 39px;
  line-height: 39px;
  position: absolute;
  bottom: 0;
  left: 0;
} 

.hz .hz_box ul li.hz1{
  position: absolute;
  left: 114px;
  top: 0;
}

.hz .hz_box ul li.hz2{
  position: absolute;
  left: 254px;
  top: 140px;
}

.hz .hz_box ul li.hz3{
  position: absolute;
  left: 398px;
  top: 0;
}

.hz .hz_box ul li.hz4{
  position: absolute;
  left: 538px;
  top: 140px;
}


.hz .hz_box ul li.hz5{
  position: absolute;
  left: 678px;
  top: 0;
}

.hz .hz_box ul li.hz6{
  position: absolute;
  left: 818px;
  top: 140px;
}

.hz .hz_box ul li.hz7{
  position: absolute;
  left: 958px;
  top: 0;
}


.hz .hz_box ul li:hover{
  background: url(../images/hz_list1.png) no-repeat  center;

}

.hz .hz_more{
  margin: 0px auto 0 auto;
  background: url(../images/more1.png) no-repeat bottom center;
  padding-bottom: 70px;
  animation: ht 2s infinite;
  -moz-animation: ht 2s infinite;
  /* Firefox */



  -webkit-animation: ht 2s infinite;
  /* Safari and Chrome */


  -o-animation: ht 2s infinite;
}

.hz .hz_more a{
  display: block;
  text-align: center;
  font-size: 20px;
  color: #333333;
  font-family: 'Times New Roman', Times, serif;
  text-transform: uppercase;
  font-weight: bold;
}


/* about */

.ab_bg{
  width: 100%;
  margin: 0px auto 0 auto;
  background: url(../images/ab_bg.jpg) no-repeat top center;
  overflow: hidden;
  height: 1490px;
}

.ab_bg .about{
  width: 1300px;
  margin: 0 auto;
  padding-top: 92px;
  height: 845px;
}

.ab_bg .about .ab_l{
  float: left;
  width: 770px;
  margin-top: 20px;
}

.ab_bg .about .ab_l .title{
  text-align: left;
  margin: 0;
}

.ab_bg .about .ab_l .title i{
  display: block;
  background: url(../images/ab_ico.png) no-repeat  center;
  margin: 0 0 30px 0;
}

.ab_bg .about .ab_l .title h3{
  color: #fff;
}

.ab_bg .about .ab_l .ab_nr{
  margin-top: 117px;

}

.ab_bg .about .ab_l .ab_nr h5{
  font-size: 26px;
  color: #fff;
  font-weight: bold;

}

.ab_bg .about .ab_l .ab_nr span{
  display: block;
  font-size: 12px;
  color: #c76660;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin: 5px 0 10px 0;
}

.ab_bg .about .ab_l .ab_nr em{
  display: block;
  width: 29px;
  height: 3px;
  background:  #e83816;
}

.ab_bg .about .ab_l .ab_nr p{
  font-size: 14px;
  color:  #e9d6d5;
  line-height: 40px;
  height: 160px;
  overflow: hidden;
  margin-top: 35px;

}

.ab_bg .about .ab_l .ab_nr .more{
  display: block;
  font-size: 20px;
  color: #fff;
  font-family: 'Times New Roman', Times, serif;
  text-transform: uppercase;
  font-weight: bold;
  background: url(../images/more2.png) no-repeat 35px bottom ;
  padding-bottom: 75px;
  margin-top: 180px;
  animation: ht 2s infinite;
  -moz-animation: ht 2s infinite;
  /* Firefox */



  -webkit-animation: ht 2s infinite;
  /* Safari and Chrome */


  -o-animation: ht 2s infinite;
}


.ab_bg .about .ab_img{
  float: right;
  width: 760px;
  height: 760px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  margin-right: -250px;
} 

.ab_bg .about .ab_img img{
  border-radius: 50%;
  width: 695px;
  height: 695px;
  margin: 32px;
}



/* fc */

.fc{
  margin: 45px  auto 0 auto;
  width: 1300px;
}

.fc .title{
  text-align: right;
  margin: 0;
  position: relative;
}

.fc .title i{
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.fc .title i img{
  display: block;
  margin: 0 0 30px 0;
  background: none;
}

.fc .title span{
  margin-top: 55px;
}

.fc .title span::after{
  top: -65px;
}

.fc .fc_box{
  margin: 25px auto 0 auto;
  width: 1360px;
  height: 262px;
  overflow: hidden;
}

.fc .fc_box ul li{
  float: left;
  width: 303px;
  margin: 0 30px 0px 0;
}

.fc .fc_box ul li .pic{
  width: 303px;
  height: 218px;
  background: #fff;
  border-radius: 10px;

}

.fc .fc_box ul li .pic img{
  width: 293px;
  height: 208px;
  border-radius: 10px;
  margin: 5px;
}

.fc .fc_box ul li .txt{
  height: 43px;
  line-height: 43px;
  border-bottom: 1px solid #000000;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
} 

.fc .fc_box ul li .txt h5 a{
  font-size: 15px;
  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;
  padding-left: 18px;
  background: url(../images/buttom2.png) no-repeat 0px center;
  float: left;
  width: 220px;
  
}

.fc .fc_box ul li .txt .more{
  display: block;
  float: right;
  background: url(../images/more.png) no-repeat 0px center;
  margin: 15px 0px 0 0 ;
  width: 20px;
  height: 12px;
}

.fc .fc_box ul li .txt::after{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0px;
  height: 1px;
  background: #b22015;
  content: "";
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.fc .fc_box ul li:hover .txt {
  border-bottom: 1px solid #f6f6f6;
}

.fc .fc_box ul li:hover .txt h5 a{
  color: #b22015;
}

.fc .fc_box ul li:hover .txt::after{
  width: 100%;
}


/* news */

.news_bg{
  width: 100%;
  height: 1133px;
  margin: 0 auto;
  background: url(../images/news_bg.jpg) no-repeat  top center;
  overflow: hidden;
}

.news_bg .news{
  width: 1300px;
  margin: 0 auto;
  padding-top: 70px;

}

.news_bg .news .news_box{
  margin: 40px auto 0 auto;
  width: 1380px;
  position: relative;
  z-index: 5;
}

.news .news_box ul li{
  float: left;
  width: 385px;
  border-top: 1px solid #dedede;
  margin-right: 75px;
}

.news .news_box ul li .news_img{
  width: 385px;
  height: 170px;
  margin: 30px auto 0 auto;
  overflow: hidden;

}

.news .news_box ul li .news_img img{
  width: 385px;
  height: 170px;
  object-fit: cover;
  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 ul li .txt{
  padding-top: 23px;

}

.news .news_box ul li .txt h5 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;
}

.news .news_box ul li .txt p{
  font-size: 14px;
  color: #999;
  line-height: 33px;
  height: 66px;
  overflow: hidden;
  margin-top: 17px;
}

.news .news_box ul li .txt .more{
  line-height: 80px;

}

.news .news_box ul li .txt .more a{
  display: block;
  float: left;
  font-size: 14px;
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.news .news_box ul li .txt .more span{
  display: block;
  float: right;
  font-size: 14px;
  color: #999999;
}

.news .news_box ul li:nth-child(1) .news_img,
.news .news_box ul li:nth-child(3) .news_img{
  display: none;
  margin: 0px auto 0 auto;
}

.news .news_box ul li:nth-child(4){
  position: absolute;
  top: 215px;
  left: 0;
}


.news .news_box ul li:nth-child(5){
  position: absolute;
  top: 412px;
  left: 460px;
}

.news .news_box ul li:nth-child(6){
  position: absolute;
  top: 215px;
  right: 0;
}

.news .news_box ul li:hover .news_img img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.news .news_box ul li:hover .txt h5 a{
  color: #b22015;
}

.news .news_box .title_more{
  position: absolute;
  right: 80px;
  top: 685px;
  z-index: 5;
}

.news .news_box .title_more span{
  color: #f6f6f6;
}


@keyframes ht {
  0% {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
 }
  50% {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
 }
  100% {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
 }
 }
  @-moz-keyframes ht {
  0% {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
 }
  50% {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
 }
  100% {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
 }
 }
  @-webkit-keyframes ht {
  0% {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
 }
  50% {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
 }
  100% {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
 }
 }
  @-o-keyframes ht {
  0% {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
 }
  50% {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
 }
  100% {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
 }
 }
