
/*-----------------------------------------------------------*/
/*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%;
  position: relative;
  top: -54px;
}
.banner .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.banner .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.banner .swiper-slide {
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.banner .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 1s linear 2s;
  transform: scale(1.1, 1.1);
}
.banner .swiper-slide-active img,
.swiper-slide-duplicate-active img {
  transition: 6s linear;
  transform: scale(1, 1);
}
.banner .swiper-button-next1 {
  position: absolute;
  width: 65px;
  height: 65px;
  background: url(../images/bannerR.png) no-repeat center;
  right: 5%;
  top: 50%;
  z-index: 5;
  cursor: pointer;
  background-size: contain;
}
.banner .swiper-button-prev1 {
  position: absolute;
  width: 65px;
  height: 65px;
  background: url(../images/bannerL.png) no-repeat center;
  float: left;
  z-index: 5;
  cursor: pointer;
  left: 5%;
  top: 50%;
  background-size: contain;
}
.banner .swiper-pagination {
  width: 100%;
  bottom: 40px;
  left: 0;
}
.banner .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 15px;
  background-color: #fff;
  width: 10px;
  height: 10px;
  opacity: 1;
  border-radius: 50%;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #01baac;
}



/* title */

.title{
  position: relative;
  display: inline-block;
  margin-left: -85px;

}

.title img{
  display: block;
}

.title h3{
  font-size: 36px;
  color: #0b4a82;
  font-weight: bold;
  position: absolute;
  right: 0px;
  top: 15px;
  line-height: 40px;

}

.title h3 a{
  display: block;
  font-size: 36px;
  color: #0b4a82;
  font-weight: bold;
}



/* product */

.pro_bg{
  width: 100%;
  height: 862px;
  margin: -54px auto 0 auto;
  background: url(../images/pro_bg.jpg) no-repeat center;
}

.pro_bg .product{
  width: 1280px;
  margin: 0 auto;
  padding-top: 52px;
}

.pro_bg .product .pro_t{
  height: 145px;
}

.pro_bg .product .pro_t .title{
  float: left;
}

.pro_bg .product .pro_t .more{
  float: right;
  margin-top: 38px;
  width: 49px;
  height: 54px;
  line-height: 50px;
  background: url(../images/more.png) no-repeat center;
  text-align: center;
} 

.pro_bg .product .pro_t .more a{
  display: block;
  text-align: center;
  font-size: 33px;
  color: #fff;
  font-weight: bold;
  font-style: italic;
}

.pro_bg .product .pro_box{
  margin: 0 auto;
  width: 1360px;
}

.pro_bg .product .pro_box ul li{
  float: left;
  width: 305px;
  height: 289px;
  background: url(../images/pro_list.png) no-repeat left top;
  margin: 0 20px 37px 0;
  position: relative;
  overflow: hidden;
  z-index: 5;
}

.pro_bg .product .pro_box ul li .num{
  position: absolute;
  top: -20px;
  left: 30px;
  font-size: 109px;
  color:  #fff;
  font-family: "Impact";
  line-height: 95px;
  -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_box ul li .pic{
  border: 1px solid #e9e9e9;
  background:  #fff;
  width: 247px;
  height: 193px;
  margin-left: 56px;
  margin-top: 25px;
  position: relative;
  z-index: 5;

}

.pro_bg .product .pro_box ul li .pic img{
  width: 237px;
  height: 183px;
  margin: 5px;

}

.pro_bg .product .pro_box ul li .txt{
  margin: 7px 0 0 20px;
  height: 48px;
  line-height: 48px;
  border-bottom: 1px solid #e9e9e9;
  width: 202px;
  -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 .txt a{
  display: block;
}

.pro_bg .product .pro_box ul li .txt a i{
  display: block;
  float: left;
  font-size: 18px;
  color: #9f9a9a;
  font-family: "Impact";
  -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 .txt em{
  display: block;
  float: left;
  margin: 14px 0 0 15px;
  width: 19px;
  height: 19px;
  background: url(../images/buttom1.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_box ul li .txt span{
  font-size: 18px;
  color: #555555;
  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;
  float: left;
  margin-left: 15px;
  width: 130px;
}

.pro_bg .product .pro_box ul li::after{
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  z-index: -1;
  width: 100%;
  height: 0px;
  background: url(../images/pro_list1.png) no-repeat left 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_box ul li:hover::after{
  height: 303px;

}

.pro_bg .product .pro_box ul li:hover .txt{
  border-bottom: 1px solid #376b97;
}

.pro_bg .product .pro_box ul li:hover .txt a i{
  color: #fff;

}

.pro_bg .product .pro_box ul li:hover .txt a em{
  background: url(../images/buttom2.png) no-repeat center;
}

.pro_bg .product .pro_box ul li:hover .txt a span{
  color: #fff;
  font-weight: bold;
}

.pro_bg .product .pro_box ul li:hover .num{
  opacity: 0.04;
}


/* about */

.ab_bg{
  width: 100%;
  height: 665px;
  margin: 0 auto;
  background: url(../images/ab_bg.jpg) no-repeat bottom center;
  overflow: hidden;
  position: relative;
}

.ab_bg .ab_xt{
  position: absolute;
  right: 5px;
  bottom: 15px;
  font-size: 12px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 23px;
  opacity: 0.15;
}

.ab_bg .about{
  margin: 0 auto;
  width: 1280px;
  padding-top: 70px;

}

.ab_bg .about .ab_l{
  float: left;
  width: 540px;
}

.ab_bg .about .ab_l .title{

}


.ab_bg .about .ab_l .txt{
  margin-top: 80px;

}

.ab_bg .about .ab_l .txt h5{
  line-height: 32px;
  font-size: 20px;
  color: #414141;
  font-weight: bold;

}

.ab_bg .about .ab_l .txt h5 i{
  font-size: 12px;
  color: #c8c8c8;
  font-family: Arial, Helvetica, sans-serif;
  margin-left: 15px;
}

.ab_bg .about .ab_l .txt p{
  font-size: 14px;
  color: #7d7d7d;
  line-height: 30px;
  height: 150px;
  overflow: hidden;
  margin-top: 40px;
}

.ab_bg .about .ab_l .txt .more{
  width: 174px;
  height: 44px;
  line-height: 44px;
  background: #0b4a82;
  border-radius: 45px;
  margin-top: 65px;
  text-align: center;

} 

.ab_bg .about .ab_l .txt .more a{
  display: inline-block;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: url(../images/more1.png) no-repeat right center;
  padding-right: 65px;
  letter-spacing: 3px;

}

.ab_bg .about .ab_img{
  margin: 33px -105px 0 0;
  width: 744px;
  height: 470px;
  float: right;
}

.ab_bg .about .ab_img img{
  width: 744px;
  height: 470px;
}








/* ys */

.ys_bg{
  width: 100%;
  height: 1402px;
  margin: 0 auto;
  background: url(../images/ys_bg.jpg) no-repeat top center;
  overflow: hidden;
}

.ys_bg .ys{
  margin: 0 auto;
  width: 1280px;
  padding-top: 83px;
  position: relative;
}

.ys_bg .ys .ys_t{
  margin: 0 auto;
  height: 145px;
}

.ys_bg .ys .ys_t .title{
  float: left;
}

.ys_bg .ys .ys_t .hd{
  float: right;
  margin-top: 25px;
}

.ys_bg .ys .ys_t .hd ul li{
  float: left;
  width: 260px;
  margin-left: 30px;
}

.ys_bg .ys .ys_t .hd ul li h5{
  float: left;
  width: 80px;
  height: 80px;
  background: url(../images/ys_list.png) no-repeat center;
  margin-right: 10px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  z-index: 5;
}

.ys_bg .ys .ys_t .hd ul li h5 span{
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ys_bg .ys .ys_t .hd ul li h3{
  float: left;
  width: 170px;
}

.ys_bg .ys .ys_t .hd ul li h3 i{
  display: block;
  font-size: 18px;
  color: #0b4a82;
  margin: 5px 0 5px 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ys_bg .ys .ys_t .hd ul li h3 em{
  display: block;
  font-size: 12px;
  color: #7791a9;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0.6;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ys_bg .ys .ys_t .hd ul li:nth-child(1) h5 span{
  background: url(../images/ys_ico1.png) no-repeat center;
}

.ys_bg .ys .ys_t .hd ul li:nth-child(2) h5 span{
  background: url(../images/ys_ico2.png) no-repeat center;
}

.ys_bg .ys .ys_t .hd ul li:nth-child(3) h5 span{
  background: url(../images/ys_ico3.png) no-repeat center;
}

.ys_bg .ys .ys_t .hd ul li h5::after{
  position: absolute;
  left: -9px;
  top: 0px;
  width: 109px;
  height: 103px;
  content: "";
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: url(../images/ys_list1.png) no-repeat center;
  opacity: 0;

}

.ys_bg .ys .ys_t .hd ul li:nth-child(1).on h5 span{
  background: url(../images/ys_ico11.png) no-repeat center;
}

.ys_bg .ys .ys_t .hd ul li:nth-child(2).on h5 span{
  background: url(../images/ys_ico22.png) no-repeat center;
}

.ys_bg .ys .ys_t .hd ul li:nth-child(3).on h5 span{
  background: url(../images/ys_ico33.png) no-repeat center;
}

.ys_bg .ys .ys_t .hd ul li.on h5::after{
opacity: 1;
}

.ys_bg .ys .ys_t .hd ul li.on h3 i{
  font-weight: bold;

}

.ys_bg .ys .ys_t .hd ul li.on h3 em{
  opacity: 1;
}

.ys_bg .ys .ys_nr1 .bd{
  margin: 80px auto 0 auto;
  height: 432px;
} 


.ys_bg .ys .ys_nr1 .bd ul li{
  float: left;
  width: 1280px;
}


.ys_bg .ys .ys_nr1 .bd ul li .ys_img{
  float: left;
  width: 640px;
  height: 431px;
}

.ys_bg .ys .ys_nr1 .bd ul li .ys_img img{
  width: 640px;
  height: 431px;
}

.ys_bg .ys .ys_nr1 .bd ul li .txt{
  float: right;
  width: 600px;
}

.ys_bg .ys .ys_nr1 .bd ul li .txt h5{
  font-size: 28px;
  color: #333333;
  line-height: 30px;
  margin: 10px 0 10px 0;

}

.ys_bg .ys .ys_nr1 .bd ul li .txt span{
  display: block;
  font-size: 22px;
  color: #333333;
  font-family: 'Times New Roman', Times, serif;
}

.ys_bg .ys .ys_nr1 .bd ul li .txt em{
  display: block;
  width: 40px;
  height: 6px;
  background: #01baac;
  border-radius: 25px;
  margin: 20px 0 25px 0;
}

.ys_bg .ys .ys_nr1 .bd ul li .txt p{
  font-size: 16px;
  color: #757575;
  line-height: 30px;

}

.ys_bg .ys .ys_nr1 .bd ul li .txt i{
  display: block;
  font-size: 12px;
  color: #c8c8c8;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 14px;
  margin-top: 15px;
}

.ys_bg .ys .ys_button{
  position: absolute;
  right: 0px;
  top: 360px;
  z-index: 5;
}

.ys_bg .ys .ys_button .next{
  float: left;
  cursor: pointer;
  background: url(../images/ys_left.png) no-repeat center;
  width: 36px;
  height: 36px;
}

.ys_bg .ys .ys_button .prev{
  float: left;
  cursor: pointer;
  width: 36px;
  height: 36px;
  background: url(../images/ys_right.png) no-repeat center;
  margin-left: 17px;
}


.ys_bg .ys .ys_nr2{
  position: absolute;
  right: 10px;
  top: 587px;
  z-index: 5;
  width: 600px;
  overflow: hidden;
}

.ys_bg .ys .ys_nr2 .bd{
  width: 600px;
  margin-left: -300px;

}

.ys_bg .ys .ys_nr2 .bd ul li{
  float: left;
  width: 290px;
  height: 159px;
  margin-right: 20px;
}

.ys_bg .ys .ys_nr2 .bd ul li .ys_img{
  width: 290px;
  height: 159px;
}

.ys_bg .ys .ys_nr2 .bd ul li .ys_img img{
  width: 290px;
  height: 159px;
  object-fit: cover;
}




/* message */

.message{
  margin: 32px auto 0 auto;
  width: 1280px;
  padding-top: 40px;
  height: 80px;
}

.message .form-group1{
  float: left;
  width: 266px;
  height: 46px;
  background: #ffffff;
  margin-right: 10px;
}

.message .form-group1 input{
  width: 266px;
  height: 46px;
  font-size: 15px;
  color: #7b7878;
  padding-left: 48px;
  background: url(../images/m1.png) no-repeat 13px center;

}


.message .form-group2{
  float: left;
  width: 266px;
  height: 46px;
  background: #ffffff;
  margin-right: 10px;
}

.message .form-group2 input{
  width: 266px;
  height: 46px;
  font-size: 15px;
  color: #7b7878;
  padding-left: 48px;
  background: url(../images/m1.png) no-repeat 13px center;

}

.message .form-group3{
  float: left;
  width: 327px;
  height: 46px;
  background: #ffffff;
  margin-right: 10px;
}

.message .form-group3 textarea{
  width: 327px;
  height: 34px;
  font-size: 15px;
  color: #7b7878;
  padding-left: 48px;
  padding-top: 12px;
  background: url(../images/m1.png) no-repeat 13px center;

}

.message .form-group4{
  float: left;
  width: 266px;
  height: 46px;
  background: #ffffff;

}

.message .form-group4 input{
  width: 110px;
  height: 46px;
  font-size: 15px;
  color: #7b7878;
  padding-left: 48px;
  background: url(../images/m1.png) no-repeat 13px center;
  float: left;

}

.message .form-group4 .imgcode{
  float: right;
  width: 68px;
  height: 31px;
  margin: 7px 7px 0 0;
}

.message  .anniu{
  float: right;
}

.message .anniu button{
  cursor: pointer;
  border: none;
  font-size: 15px;
  color: #fff;
  width: 113px;
  height: 46px;
  background: #01baac;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.message .anniu button:hover{
  border-radius: 45px;
}


/* hz */

.hz{
  margin: 60px auto 0 auto;
  width: 1280px;
}

.hz .title{
  margin: 0 auto;
  text-align: center;
  display: block;
  width: 231px;
}

.hz .title img{
  display: inline-block;
  text-align: center;
}

.hz .title h3{
  font-size: 24px;
  color: #fff;
  line-height: 30px;
  top: 6px;
}

.hz .hz_box{
  margin: 15px auto 0 auto;
  position: relative;
}

.hz .hz_box .bd{
  margin: 0 auto;

}


.hz .hz_box .bd ul li{
  float: left;
  width: 230px;
  height: 168px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0);
  margin: 12px 12px 0 12px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.hz .hz_box .bd ul li .pic{
  width: 210px;
  height: 108px;
  margin: 10px auto 0 auto;
  position: relative;

}

.hz .hz_box .bd ul li .pic img{
  width: 210px;
  height: 108px;
}

.hz .hz_box .bd ul li .pic::after{
  position: absolute;
  left: 0;
  top: 0px;
  content: "";
  width: 0;
  height: 3px;
  background:  #1fa399;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.hz .hz_box .bd ul li .txt{
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
  width: 210px;
  text-align: center;
} 

.hz .hz_box .bd ul li .txt a{
  font-size: 16px;
  color: #fff;
  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;
}

.hz .hz_box .next{
  position: absolute;
  left: -80px;
  top: 40px;
  font-size: 18px;
  color: #abb3bc;
  text-align: center;
  background: url(../images/hz_left.png) no-repeat center;
  width: 41px;
  height: 50px;
  line-height: 48px;
  cursor: pointer;
}

.hz .hz_box .prev{
  position: absolute;
  right: -80px;
  top: 40px;
  font-size: 18px;
  color: #abb3bc;
  text-align: center;
  background: url(../images/hz_left.png) no-repeat center;
  width: 41px;
  height: 50px;
  line-height: 48px;
  cursor: pointer;
}

.hz .hz_box .bd ul li:hover{
  border: 1px solid rgba(255, 255, 255, 0.1);
  transform: translateY(-10px);
}

.hz .hz_box .bd ul li:hover .pic::after{
  width: 100%;
}


/* news */

.news_bg{
  width: 100%;
  height: 935px;
  margin: 0 auto;
  background: url(../images/news_bg.jpg) no-repeat bottom center;
}

.news_bg .news{
  margin: 0 auto;
  padding-top: 25px;
}

.news_bg .news .news_t{
  height: 142px;
  width: 1280px;
  margin: 0 auto;
}

.news_bg .news .news_t .title{
  float: left;
}

.news_bg .news .news_t .title h3{
  right: -40px;
}

.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: 70px;
  position: relative;
  z-index: 5;
  width: 168px;
  height: 42px;
  line-height: 42px;
  text-align: center;
}

.news_bg .news .news_t .news_list ul li a{
  display: inline-block;
  font-size: 16px;
  color: #333333;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding-left: 35px;
}

.news_bg .news .news_t .news_list ul li:nth-child(1) a{
  background: url(../images/news1.png) no-repeat left center;
}

.news_bg .news .news_t .news_list ul li:nth-child(2) a{
  background: url(../images/news2.png) no-repeat left center;
}

.news_bg .news .news_t .news_list ul li:nth-child(3) a{
  background: url(../images/news3.png) no-repeat left center;
}

.news_bg .news .news_t .news_list ul li::after{
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  z-index: -1;
  width: 0px;
  height: 100%;
  background: url(../images/news_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;
}

.news_bg .news .news_t .news_list ul li.on::after{
  width: 100%;
}

.news_bg .news .news_t .news_list ul li.on a{
  color: #fff;
}


.news_bg .news .news_t .news_list ul li:nth-child(1).on a{
  background: url(../images/news11.png) no-repeat left center;
}

.news_bg .news .news_t .news_list ul li:nth-child(2).on a{
  background: url(../images/news22.png) no-repeat left center;
}

.news_bg .news .news_t .news_list ul li:nth-child(3).on a{
  background: url(../images/news33.png) no-repeat left center;
}

.news_bg .news .news_box{
  margin: 37px auto 0 auto;
  width: 1340px !important;
} 

.news_bg .news .news_box .news_top{
  height: 540px;
  border-left: 1px solid #f7f7f7;
}

.news_bg .news .news_box .news_top ul li{
  float: left;
  height: 540px;
  width: 445px;
  border-right: 1px solid #f7f7f7;
}

.news_bg .news .news_box .news_top ul li .txt{
  width: 400px;
  margin: 0 auto;
  height: 230px;
}

.news_bg .news .news_box .news_top ul li .txt .time{
  margin: 0px auto 0 auto;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #f5f5f5;
  position: relative;
  z-index: 5;
  padding-top: 28px;

}

.news_bg .news .news_box .news_top ul li .txt .time span{
  display: block;
  float: left;
  font-size: 24px;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
}

.news_bg .news .news_box .news_top ul li .txt .time a{
  display: block;
  float: right;
  font-size: 24px;
  color: #333333;
  font-weight: bold;
} 

.news_bg .news .news_box .news_top 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: 22px 0 15px 0;
}

.news_bg .news .news_box .news_top ul li .txt p{
  font-size: 14px;
  color: #999999;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
}

.news_bg .news .news_box .news_top ul li .news_img{
  width: 400px;
  height: 300px;
  margin: 0 auto;
  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);
} 

.news_bg .news .news_box .news_top ul li .news_img img{
  width: 380px;
  height: 280px;
  margin: 10px;
}

.news_bg .news .news_box .news_top ul li .txt .time::after{
  position: absolute;
  bottom: 0px;
  left: 0px;
  content: "";
  z-index: -1;
  width: 0px;
  height: 1px;
  background: #0755b6;
  -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:hover .txt .time::after{
  width: 100%;
}

.news_bg .news .news_box .news_top ul li:hover .txt .time span{
  color: #0b4a82;

}

.news_bg .news .news_box .news_top ul li:hover .txt .time a{
  font-weight: bold;
  color: #0b4a82;

}

.news_bg .news .news_box .news_top ul li:hover .txt h5 a{
  color: #0b4a82;
}




.news_bg .news .news_box .list{
  margin: 33px auto 0 auto;
  width: 1280px;
  height: 110px;
  border: 1px solid #f5f5f5;

}

.news_bg .news .news_box .list ul li{
  float: left;
  width: 425px;
  height: 110px;
  border-right: 1px solid #f5f5f5;
}

.news_bg .news .news_box .list ul li:last-child{
  border-right: none;
}

.news_bg .news .news_box .list ul li .time{
  float: left;
  width: 100px;
  height: 60px;
  border-right: 1px solid #dfdfdf;
  position: relative;
  margin-top: 25px;

}

.news_bg .news .news_box .list ul li .time span{
  display: block;
  line-height: 60px;
  text-align: center;
  font-size: 22px;
  color:  #999999;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.news_bg .news .news_box .list ul li .time .news_img{
  position: absolute;
  left: 10px;
  top: 0px;
  width: 80px;
  height: 60px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}

.news_bg .news .news_box .list ul li .time .news_img img{
  width: 80px;
  height: 60px;
}

.news_bg .news .news_box .list ul li:hover .time .news_img{
  opacity: 1;
}

.news_bg .news .news_box .list ul li .txt{
  float: left;
  margin-left: 20px;
  margin-top: 25px;
  width: 270px;

}

.news_bg .news .news_box .list ul li .txt h5{
  float: left;
  width: 240px;

}

.news_bg .news .news_box .list ul li .txt h5 a{
  display: block;
}

.news_bg .news .news_box .list ul li .txt h5 a span{
  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;
}

.news_bg .news .news_box .list ul li .txt h5 a em{
  font-size: 12px;
  color: #999;
  display: block;
  margin-top: 12px;
}

.news_bg .news .news_box .list ul li .txt .more{
  font-size: 20px;
  color: #333;
  font-weight: bold;
  display: block;
  float: right;
  margin-top: 18px;
}