
/*-----------------------------------------------------------*/
/*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_bg {
  width: 100%;
  height: 100%;
  position: relative;
}


.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%;
  min-height:100%;
  display: block;
  transition:1s linear 2s;
  transform:scale(1.1,1.1);
}

.banner .swiper-slide-active img{
  transition:6s linear;
  transform:scale(1,1);
  }	



.banner .swiper-button-next1{
  position: absolute;
  top: 50%;
  right: -4%;
  z-index: 5;
  width: 65px;
  height: 65px;
  background: url(../images/bannerR.png) no-repeat  center;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.banner:hover .swiper-button-next1{
  right: 5%;
}

.banner .swiper-button-prev1{
  position: absolute;
  top: 50%;
  left: -4%;
  z-index: 5;
  width: 65px;
  height: 65px;
  background: url(../images/bannerL.png) no-repeat  center;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.banner:hover .swiper-button-prev1{
  left: 5%;
}

.banner .swiper-pagination {
  width: 100%;
  bottom: 30px;
  left: 0px;
  text-align: center;
}

.banner .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 100%;
  background: #eee;
  opacity: 1;
  margin: 0 20px;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #d7b347;
}




/* title */

.title{
  margin-left: -78px;
  padding-left: 78px;
  background: url(../images/title.png) no-repeat left top;
  padding-top: 33px;

}

.title img{
  display: block;
}

.title h3{
  margin-top: 35px;
  background: url(../images/title_xt.png) no-repeat center;
  width: 175px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 26px;
  color: #333;
  letter-spacing: 6px;
}

.title h3 a{
  display: block;
  font-size: 26px;
  color: #333;
  letter-spacing: 6px;

}



/* product */

.pro_bg{
  width: 100%;
  height: 1500px;
  margin: 0 auto;
  background: url(../images/pro_bg.jpg) no-repeat  center;
}

.pro_bg .product{
  width: 1300px;
  margin: 0 auto;
  padding-top: 95px;
  position: relative;
}

.pro_bg .product .pro_img{
  position: absolute;
  right: -115px;
  top: 75px;
  width: 520px;
  height: 764px;
}

.pro_bg .product .pro_img img{
  width: 520px;
  height: 764px;

}

.pro_bg .product .pro_list{
  margin: 30px auto 0 auto;
  overflow: hidden;

}

.pro_bg .product .pro_list .bd{
  float: left;
  width: 359px;
  margin-top: 10px;
}

.pro_bg .product .pro_list .bd ul li{
  float: left;
  width: 359px;
  height: 505px;
}

.pro_bg .product .pro_list .bd ul li img{
  display: block;
  width: 359px;
  height: 505px;
}

.pro_bg .product .pro_list .hd{
  float: left;
  margin-left: 115px;
  width: 300px;
  padding: 15px 0;
}

.pro_bg .product .pro_list .hd ul li{
  line-height: 63px;
  height: 63px;
  position: relative;

}

.pro_bg .product .pro_list .hd ul li a{
  display: block;
}

.pro_bg .product .pro_list .hd ul li a img{
  display: block;
  width: 0px;
  height: 0px;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  position: absolute;
  left: 0px;
  top: -4px;
}

.pro_bg .product .pro_list .hd ul li a span{
  float: left;
  margin-left: 100px;
  width: 130px;
  font-size: 20px;
  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;

}

.pro_bg .product .pro_list .hd ul li a em{
  display: block;
  float: left;
  width: 0px;
  height: 1px;
  background: #d7b347;
  margin: 33px 0 0 5px;
  -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 .hd ul li a i{
  display: block;
  float: right;
  font-size: 16px;
  color: #d7b347;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}

.pro_bg .product .pro_list .hd ul li.on a img{
  opacity: 1;
  width: 70px;
  height: 70px;
}

.pro_bg .product .pro_list .hd ul li.on a em{
  width: 44px;
}

.pro_bg .product .pro_list .hd ul li.on a i{
  opacity: 1;
}


.pro_bg .product .pro_box{
  margin: 70px auto 0 auto;
  position: relative;
}


.pro_bg .product .pro_box .bd{
  width: 1320px;
  margin: 0 auto;
}

.pro_bg .product .pro_box .bd ul li{
  float: left;
  width: 310px;
  margin: 0 20px 0 0;
}

.pro_bg .product .pro_box .bd ul li .pic{
  width: 310px;
  height: 435px;

}

.pro_bg .product .pro_box .bd ul li .pic img{
  width: 310px;
  height: 435px;
}

.pro_bg .product .pro_box .bd ul li .txt{
  margin: 30px auto 0 auto;
  text-align: center;

} 

.pro_bg .product .pro_box .bd ul li .txt a{
  font-size: 20px;
  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;
}

.pro_bg .product .pro_box .bd ul li:hover .txt a{
  color: #d7b347;

}

.pro_bg .product .pro_box .next{
  position: absolute;
  left: -140px;
  top: 210px;
  cursor: pointer;
  background: url(../images/pro_left.png) no-repeat  center;
  width: 79px;
  height: 23px;
}


.pro_bg .product .pro_box .prev{
  position: absolute;
  right: -140px;
  top: 210px;
  cursor: pointer;
  background: url(../images/pro_right.png) no-repeat  center;
  width: 79px;
  height: 23px;
}



/* ys */

.ys_bg{
  width: 100%;
  margin: 0 auto;
  background: url(../images/ys_bg.jpg) no-repeat  center;
  height: 730px;
}

.ys_bg .ys{
  margin: 0 auto;
  position: relative;
  width: 1300px;
}

.ys_bg .ys .ys_img{
  float: left;
  margin-top: -86px;
  margin-left: -140px;
}

.ys_bg .ys .ys_box{
  float: right;
  width: 557px;
  margin-top: 130px;
}

.ys_bg .ys .ys_box .ys_trait{

}

.ys_bg .ys .ys_box .ys_trait h5{
  font-size: 48px;
  color:  #ffffff;
  font-weight: bold;
  line-height: 50px;

}
.ys_bg .ys .ys_box .ys_trait i{
  display: block;
  font-size: 24px;
  color:  #ffffff;
  opacity: 0.5;
  margin-top: 15px;
}

.ys_bg .ys .ys_box .bd{
  margin-top: 95px;


} 

.ys_bg .ys .ys_box .bd ul li{
  float: left;
  width: 557px;
}

.ys_bg .ys .ys_box .bd ul li em{
  display: block;
  width: 115px;
  height: 3px;
  background: #d7b347;
}

.ys_bg .ys .ys_box .bd ul li h5{
  font-size: 18px;
  color:  #ffffff;
  font-weight: bold;
  margin: 25px 0 40px 0;
}

.ys_bg .ys .ys_box .bd ul li h5 i{
  font-size: 55px;
  color:  #ffffff;
  font-family: 'Times New Roman', Times, serif;
  text-transform: uppercase;
  font-style: italic;
  font-weight: bold;
  display: inline-block;
  line-height: 42px;
  margin: 0 10px 0 50px;
}

.ys_bg .ys .ys_box .bd ul li p{
  font-size: 15px;
  color:  #ffffff;
  line-height: 31px;
  opacity: 0.7;
  height: 155px;
}

.ys_bg .ys .ys_box .hd{
  margin: 0px 0 0 0;

}

.ys_bg .ys .ys_box .hd .next{
  float: left;
  cursor: pointer;
  background: url(../images/ys_left.png) no-repeat center;
  width: 33px;
  height: 17px;

}


.ys_bg .ys .ys_box .hd .prev{
  float: left;
  cursor: pointer;
  background: url(../images/ys_right.png) no-repeat center;
  width: 33px;
  height: 17px;
  margin-left: 70px;
}


/* case */

.ab_bg{
  width: 100%;
  margin: 0 auto;
  background: url(../images/ab_bg.jpg) no-repeat bottom center;
  overflow: hidden;
  padding-bottom: 100px;
}

.case{
  margin: 0 auto;
  position: relative;
  width: 1300px;
  padding-top: 70px;
}

.case .case_t{
  height: 197px;
  margin: 0 auto;
}

.case .case_t .title{
  float: left;
}

.case .case_t .t_r{
  float: right;
  margin-top: 55px;
} 

.case .case_t .t_r span{
  display: block;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 10px;
  margin-left: 270px;
}

.case .case_t .t_r i{
  display: block;
  font-size: 12px;
  color: #b4b4b4;
  font-family: Arial, Helvetica, sans-serif;
  background: url(../images/case_xt.png) no-repeat left top;
  padding-left: 180px;
  padding-top: 8px;
}

.case .case_box{
  position: relative;
  margin: 0 auto;
}  

.case .case_box .swiper-slide{
  position: relative;
  cursor: url(../images/mouse.png), default;
}

.case .case_box .swiper-slide .pic{
  position: relative;
  height: 420px;
  width: 100%;
}

.case .case_box .swiper-slide .pic img{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0px;
  object-fit: cover;
  cursor: url(../images/mouse.png), default;
}

.case .case_box .swiper-slide .txt{
  margin: 35px auto 0 auto;
  cursor: url(../images/mouse.png), default;
} 

.case .case_box .swiper-slide .txt h5 a{
  float: left;
  width: 190px;
  font-size: 17px;
  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;
  line-height: 25px;
}

.case .case_box .swiper-slide .txt .more{
  float: right;
  display: block;
  border-radius: 45px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-family: 'Times New Roman', Times, serif;
  width: 60px;
  height: 25px;
  line-height: 24px;
  background: #252525;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case .case_box .swiper-slide:hover .txt h5 a{
  color: #d7b347;
}

.case .case_box .swiper-slide:hover .txt .more{
  background: #d7b347;
}



/* about */

.about{
  width: 1300px;
  margin: 100px auto 0 auto;

}


.about .ab_t{
  height: 217px;
}

.about .ab_t .title{
  float: left;
  background: url(../images/ab_t.png) no-repeat left top;
}

.about .ab_t .title img{
  display: block;
}

.about .ab_t .title h3{
  color:  #fff;
  background: url(../images/ab_xt.png) no-repeat center;
}



.about .ab_t .ab_list{
  float: right;
  margin-top: 10px;
} 

.about .ab_t .ab_list ul li{
  float: left;
  margin-left: 18px;
  position: relative;
  z-index: 5;
  border-radius: 20px;
  background: #fff;
  width: 310px;
  height: 150px;
}

.about .ab_t .ab_list ul li::after{
  position: absolute;
  left: 0px;
  top: 150px;
  content: "";
  z-index: -1;
  background: url(../images/ab_buttom2.png) no-repeat center;
  width: 310px;
  height: 150px;
}

.about .ab_t .ab_list ul li:first-child{
  border-top-left-radius: 125px;
  border-bottom-left-radius: 125px;
}

.about .ab_t .ab_list ul li:first-child::after{
  background: url(../images/ab_buttom1.png) no-repeat center;
}

.about .ab_t .ab_list ul li:last-child{
  border-top-right-radius: 125px;
  border-bottom-right-radius: 125px;
}

.about .ab_t .ab_list ul li:last-child::after{
  background: url(../images/ab_buttom3.png) no-repeat center;
}


.about .ab_t .ab_list ul li span{
  display: block;
  float: left;
  margin: 35px 15px 0 40px;
  width: 81px;
  height: 81px;
  border: 1px dashed #999999;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.about .ab_t .ab_list ul li span .ab1{
  display: block;
  width: 81px;
  height: 81px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 0 auto;
}

.about .ab_t .ab_list ul li span .ab2{
  display: block;
  width: 81px;
  height: 81px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 0 auto;
}

.about .ab_t .ab_list ul li h5{
  float: left;
}

.about .ab_t .ab_list ul li h5 i{
  display: block;
  font-size: 18px;
  color: #333333;
  margin: 47px 0 8px 0;
}

.about .ab_t .ab_list ul li h5 em{
  display: block;
  font-size: 14px;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
}

.about .ab_t .ab_list ul li.on span{
  background: #d7b347;
  border: 1px solid #d7b347;
}

.about .ab_t .ab_list ul li.on span .ab1{
  transform: translateY(-81px);

}

.about .ab_t .ab_list ul li.on span .ab2{
  transform: translateY(-81px);
}


.about .ab_img{
  margin: 0 auto;
  width: 1300px;
  height: 330px;
}

.about .ab_img img{
  width: 1300px;
  height: 330px;
}


.about .ab_box{
  margin: 0 auto;
}

.about .ab_box .ab_nr{
  float: left;
  width: 945px;
}

.about .ab_box .ab_nr h5{
  width: 179px;
  height: 30px;
  line-height: 30px;
  background: #d7b347;

}

.about .ab_box .ab_nr h5 a{
  display: block;
  text-align: center;
  font-size: 16px;
  color: #333;

}

.about .ab_box .ab_nr p{
  font-size: 16px;
  color: #818181;
  line-height: 36px;
  overflow: hidden;
  height: 180px;
  margin-top: 70px;

}

.about .ab_box .ab_time{
  float: right;
  margin-top: 120px;
} 

.about .ab_box .ab_time span{
  display: block;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
  text-transform: uppercase;
}

.about .ab_box .ab_time span i{
  font-size: 95px;
  color: #333;
  font-family: "Impact";
  display: inline-block;
  font-weight: normal;
  margin-right: 13px;
  line-height: 80px;
}

.about .ab_box .ab_time em{
  display: block;
  font-size: 12px;
  color: #333;
  font-family: 'Times New Roman', Times, serif;
  opacity: 0.2;
  margin-top: 20px;
}



/* news */

.news_bg{
  width: 100%;
  height: 860px;
  margin: 0 auto;
  background: url(../images/news_bg.jpg) no-repeat top center;
  overflow: hidden;
}

.news_bg .news{
  margin: 0 auto;
  padding-top: 50px;
  width: 1300px;
}

.news_bg .news .news_t{
  height: 195px;
}

.news_bg .news .news_t .title{
  float: left;
}

.news_bg .news .news_t .title h3{
  background: url(../images/ab_xt.png) no-repeat  center;
  color: #fff;
}

.news_bg .news .news_t .title h3 a{
  color: #fff;
}

.news_bg .news .news_t .news_list{
  float: right;
  margin-top: 45px;

} 

.news_bg .news .news_t .news_list ul li{
  float: left;
  margin-left: 60px;
  width: 160px;
  height: 55px;
  line-height: 55px;
}

.news_bg .news .news_t .news_list ul li a{
  display: block;
  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;
}

.news_bg .news .news_t .news_list ul li a i{
  display: block;
  float: left;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  margin-right: 20px;
  -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.n1 a i{
  background: #fbfbfb url(../images/news1.png) no-repeat  center;
}

.news_bg .news .news_t .news_list ul li.n2 a i{
  background: #fbfbfb url(../images/news2.png) no-repeat  center;
}

.news_bg .news .news_t .news_list ul li.n3 a i{
  background: #fbfbfb url(../images/news3.png) no-repeat  center;
}


.news_bg .news .news_t .news_list ul li.on a{
  font-weight: bold;
  font-size: 18px;
  color: #d7b347;
}

.news_bg .news .news_t .news_list ul li.n1.on a i{
  background: #d7b347 url(../images/news11.png) no-repeat  center;
}

.news_bg .news .news_t .news_list ul li.n2.on a i{
  background: #d7b347 url(../images/news22.png) no-repeat  center;
}

.news_bg .news .news_t .news_list ul li.n3.on a i{
  background: #d7b347 url(../images/news33.png) no-repeat  center;
}


.news_bg .news .news_box{
  margin: 45px auto 0 auto;
}

.news_bg .news .news_box .news_top{
  height: 340px;

}

.news_bg .news .news_box .news_top .news_l{
  float: left;
  width: 730px;
  height: 340px;
  background: #fbfbfb;
}

.news_bg .news .news_box .news_top .news_l .news_img{
  float: left;
  width: 300px;
  height: 257px;
  margin: 40px 0 0 33px;
  overflow: hidden;
}

.news_bg .news .news_box .news_top .news_l .news_img img{
  width: 300px;
  height: 257px;
  object-fit: cover;
  -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 .news_l:hover .news_img img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}


.news_bg .news .news_box .news_top .news_l .txt{
  float: left;
  width: 320px;
  margin-left: 40px;
  margin-top: 50px;

}

.news_bg .news .news_box .news_top .news_l .txt span{
  display: block;
  text-align: right;
  font-size: 14px;
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
}
.news_bg .news .news_box .news_top .news_l .txt span i{
  font-size: 26px;
  color: #333;
  font-weight: bold;
  margin-right: 5px;

}

.news_bg .news .news_box .news_top .news_l .txt h5 a{
  font-size: 16px;
  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;
  padding-left: 20px;
  background: url(../images/buttom1.png) no-repeat left center;
  margin-top: 35px;
}

.news_bg .news .news_box .news_top .news_l:hover .txt h5 a{
  color: #d7b347;
}

.news_bg .news .news_box .news_top .news_l .txt p{
  font-size: 14px;
  color: #999;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  margin: 15px 0 20px 0;
}

.news_bg .news .news_box .news_top .news_l .txt .more{
  display: block;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
  background: url(../images/buttom2.png) no-repeat  center;
  width: 100px;
  text-align: center;
  line-height: 28px;
}

.news_bg .news .news_box .news_top .news_r{
  float: right;
  width: 532px;
}

.news_bg .news .news_box .news_top .news_r ul li{
  width: 532px;
  height: 150px;
  background: #fbfbfb;
  position: relative;
  z-index: 5;
  margin-bottom: 40px;

}

.news_bg .news .news_box .news_top .news_r ul li .news_img{
  float: left;
  width: 140px;
  height: 105px;
  margin: 22px 0 0 25px;

}

.news_bg .news .news_box .news_top .news_r ul li .news_img img{
  width: 140px;
  height: 105px;
  object-fit: cover;

}

.news_bg .news .news_box .news_top .news_r ul li .txt{
  float: right;
  width: 325px;
  margin-right: 15px;
}

.news_bg .news .news_box .news_top .news_r ul li .txt span{
  display: block;
  font-size: 14px;
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  margin: 30px 0 15px 0;
  -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 .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;
}

.news_bg .news .news_box .news_top .news_r ul li .txt p{
  font-size: 14px;
  color: #6f6f6f;
  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-top: 5px;
}

.news_bg .news .news_box .news_top .news_r ul li::after{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0;
  height: 100%;
  background: #d7b347;
  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_bg .news .news_box .news_top .news_r ul li:hover::after{
  width: 100%;
}


.news_bg .news .news_box .news_top .news_r ul li:hover .txt span{
  color: #fff;

}

.news_bg .news .news_box .news_top .news_r ul li:hover .txt a{
  color: #fff;
}

.news_bg .news .news_box .news_top .news_r ul li:hover .txt p{
  color: #fff;
}

.news_bg .news .news_box .list{
  margin: 62px auto 0 auto;
}

.news_bg .news .news_box .list ul li{
  float: left;
  height: 85px;
  width: 400px;
  margin-right: 50px;
}

.news_bg .news .news_box .list ul li:last-child{
  margin-right: 0;
}

.news_bg .news .news_box .list ul li .news_img{
  float: left;
  width: 125px;
  height: 85px;
}

.news_bg .news .news_box .list ul li .news_img img{
  width: 125px;
  height: 85px;
  object-fit: cover;
}

.news_bg .news .news_box .list ul li .txt{
  float: right;
  width: 250px;

} 

.news_bg .news .news_box .list ul li .txt 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;
  margin: 7px 0 23px 0;
}

.news_bg .news .news_box .list ul li .txt i{
  display: block;
  line-height: 20px;
}

.news_bg .news .news_box .list ul li .txt i span{
  font-size: 16px;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  float: left;
}

.news_bg .news .news_box .list ul li .txt i a{
  display: block;
  float: right;
  font-size: 16px;
  color: #6b6b6b;
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
  text-transform: capitalize;
  padding-left: 20px;
  background: url(../images/buttom3.png) no-repeat left center;
}


.news_bg .news .news_box .list ul li:hover .txt h5 a{
  color: #d7b347;

}