
/*-----------------------------------------------------------*/
/*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%;
  overflow: hidden;
  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: 4%;
}

.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: 4%;
}

.banner .swiper-pagination {
  width: auto;
  top: 260px;
  right: 40px;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: 0 0px 35px 0;
  height: 30px;
  line-height: 30px;
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  background: none;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet::before{
  position: absolute;
  right: 0%;
  top: 0px;
  width: 47px;
  height: 20px;
  background: url(../images/buttom1.png) no-repeat center;
  content: "";
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(1)::after{
  position: absolute;
  right: 0%;
  top: 0px;
  content: "01";
  font-size: 20px;
  color: #faf8f2;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(2)::after{
  position: absolute;
  right: 0%;
  top: 0px;
  content: "02";
  font-size: 20px;
  color: #faf8f2;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(3)::after{
  position: absolute;
  right: 0%;
  top: 0px;
  content: "03";
  font-size: 20px;
  color: #faf8f2;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet-active::before{
  opacity: 1;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet-active:nth-child(1)::after{
  font-size: 40px;
  font-weight: bold;
  right: 85px;

}

.banner .swiper-pagination-bullets .swiper-pagination-bullet-active:nth-child(2)::after{
  font-size: 40px;
  font-weight: bold;
  right: 85px;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet-active:nth-child(3)::after{
  font-size: 40px;
  font-weight: bold;
  right: 85px;
}



/*title*/

.title{

}

.title span{
  display: block;
}

.title span img{
  display: block;
}

.title h3{
  font-size: 24px;
  color: #333333;
  margin-left: -40px;
  padding-left: 40px;
  background: url(../images/title.png) no-repeat left center;
  margin-top: 10px;
}

.title h3 a{
  display: block;
  font-size: 24px;
  color: #333333;
}


/*product*/

.product{
  width: 1300px;
  margin: 80px auto 0 auto;
}

.product .pro_t{
  margin: 0 auto;
  height: 142px;
}

.product .pro_t .title{
  float: left;
}

.product .pro_t .pro_list{
  float: right;
  margin-top: 35px;
}

.product .pro_t .pro_list ul li{
  float: left;
  margin-left: 65px;
  width: 133px;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #313131;
  text-align: right;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.product .pro_t .pro_list ul li:hover{
  border-bottom: 1px solid #fff;
}

.product .pro_t .pro_list ul li a{
  text-align: right;
  font-size: 18px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: url(../images/buttom2.png) no-repeat left 15px;
  max-width: 133px;
  padding-left: 15px;
}


.product .pro_t .pro_list ul li::after{
  position: absolute;
  left: 0px;
  bottom: -1px;
  content: "";
  width: 0px;
  height: 1px;
  background: #1747bf;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product .pro_t .pro_list ul li:hover::after{
  width: 100%;
}


.product .pro_t .pro_list ul li:hover a{
  color: #1747bf;
}


.product .pro_box{
  margin: 0 auto;
  width: 1360px;
}


.product .pro_box ul li{
  float: left;
  width: 390px;
  height: 437px;
  background: #fff;
  margin: 0 63px 50px 0;
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .02);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .02);
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product .pro_box ul li:hover{
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, 0);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, 0);

}

.product .pro_box ul li .pic{
  width: 330px;
  height: 245px;
  border: 1px solid #f0f0f0;
  margin: 30px auto 0 auto;

}

.product .pro_box ul li .pic img{
  width: 330px;
  height: 245px;
}

.product .pro_box ul li .txt{
  width: 330px;
  margin: 0 auto;
}

.product .pro_box ul li .txt a{
  display: block;
  text-align: center;
}

.product .pro_box ul li .txt a span{
  height: 76px;
  line-height: 76px;
  font-size: 54px;
  color: #f7f7f7;
  font-family: "Impact";
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product .pro_box ul li .txt a i{
  font-size: 18px;
  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;
  position: relative;
  margin-top: -48px;

}

.product .pro_box ul li .txt em{
  display: block;
  width: 330px;
  height: 1px;
  border-bottom: 1px dashed #f7f7f7;
  margin: 25px auto 0 auto;
}

.product .pro_box ul li .txt b{
  display: block;
  margin: 20px auto 0 auto;
  background: url(../images/more.png) no-repeat  center;
  width: 31px;
  height: 38px;
}

.product .pro_box ul li::after{
  position: absolute;
  left: 0%;
  top: 0px;
  width: 100%;
  height: 0%;
  background: #f7f7f7;
  content: "";
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product .pro_box ul li:hover::after{
  height: 100%;
}

.product .pro_box ul li:hover .txt a span{
  color: #f0f0f0;
}


/*ys*/

.ys_bg{
  width: 100%;
  height: 939px;
  margin: 60px auto 0 auto;
  background: url(../images/ys_bg.jpg) no-repeat  center;
  overflow: hidden;
  position: relative;
}

.ys_bg .ys{
  width: 1300px;
  margin: 0 auto;
  position: relative;
  padding-top: 110px;
}

.ys_bg .ys .ys_t{
  position: absolute;
  left: 0px;
  top: 110px;
}

.ys_bg .ys .ys_t span img{
  display: block;
}

.ys_bg .ys .ys_t em{
  display: block;
  width: 46px;
  height: 9px;
  background: url(../images/buttom5.png) no-repeat  center;
  margin-top: 22px;
}

.ys_bg .ys .ys_t h3{
  font-size: 28px;
  color: #fff;
  line-height: 30px;
  margin-top: 40px;

}

.ys_bg .ys .ys_box{
  margin: 0 auto;
  position: relative;
}


.ys_bg .ys .ys_box .ys1{
  float: left;
  padding-top: 390px;
  width: 545px;
}

.ys_bg .ys .ys_box .ys1 .bd{
  width: 545px;

}

.ys_bg .ys .ys_box .ys1 .bd ul li{
  float: left;
  width: 545px;
}

.ys_bg .ys .ys_box .ys1 .bd ul li p{
  border-left: 1px solid #b0bbcf;
  overflow: hidden;
  padding-left: 25px;

}

.ys_bg .ys .ys_box .ys1 .bd ul li p span{
  display: block;
  font-size: 16px;
  color: #d9e0ed;
  line-height: 36px;
  overflow: hidden;
}

.ys_bg .ys .ys_box .ys1 .bd ul li h5{
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  margin: 20px 0 10px 0;
}

.ys_bg .ys .ys_box .ys1 .bd ul li i{
  display: block;
  font-size: 12px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

.ys_bg .ys .ys_box .ys2{
  float: right;
  margin-right: -20px;
  margin-top: 70px;
  background: url(../images/ys_bg1.png) no-repeat bottom center;
  width: 653px;
  height: 759px;
}

.ys_bg .ys .ys_box .ys2 .bd{
  width: 633px;
  height: 759px;
  background: url(../images/ys_list.png) no-repeat right center;
  margin-right: 20px;
}

.ys_bg .ys .ys_box .ys2 ul li{
  width: 633px;
  height: 759px;
  float: left;
  position: relative;

}

.ys_bg .ys .ys_box .ys2 ul li .num{
  position: absolute;
  top: -38px;
  right: -125px;
  font-size: 259px;
  color:  #fff;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
  line-height: 190px;
  opacity: 0.15;


}

.ys_bg .ys .ys_box .ys2 ul li  .pic{
  margin-top: 205px;

}

.ys_bg .ys .ys_box .next{
  position: absolute;
  left: -55px;
  top: 610px;
  background: url(../images/prev.png) no-repeat left  center;
  height: 190px;
  line-height: 190px;
}

.ys_bg .ys .ys_box .next i{
  display: block;
  padding-left: 160px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  font-family: "Bodoni Bd BT";
}

.ys_bg .ys .ys_box .ys_trait{
  position: absolute;
  right: 25px;
  top: 690px;
  text-align: right;
}

.ys_bg .ys .ys_box .ys_trait h5{
  font-size: 30px;
  color: #333;
  font-weight: bold;
  background: url(../images/buttom6.png) no-repeat  right bottom;
  text-align: right;
}

.ys_bg .ys .ys_box .ys_trait span{
  display: block;
  font-size: 12px;
  color: #ccc;
  line-height: 24px;
  margin-top: 20px;
}




/*case*/

.case{
  width: 1300px;
  margin: 80px auto 0 auto;
}

.case .case_t{
  margin: 0 auto;
  height: 135px;
}

.case .case_t .title{
  float: left;
}

.case .case_t .t_r{
  float: right;
  width: 393px;
  height: 60px;
  line-height: 60px;
  background: #f6f6f6;
  border-radius: 45px;
  margin-top: 10px;
} 

.case .case_t .t_r span{
  display: block;
  float: left;
  margin-left: 35px;
  font-size: 26px;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
}

.case .case_t .t_r span img{
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  top: -4px;
  animation: msClock 1.2s linear infinite;
  animation: msClock 1.2s linear infinite;
}

.case .case_t .t_r i{
  display: block;
  float: left;
  font-size: 22px;
  color: #1747bf;
  font-weight: bold;
  margin-left: 25px;
}

.case .case_t .t_r i em{
  font-size: 14px;
  color: #333333;
  font-weight: normal;
}

.case .case_box{
  margin: 0 auto;
  position: relative;
  height: 585px;
}

.case .case_box .bd{

}

.case .case_box .bd ul li{
  float: left;
  width: 431px;
  height: 583px;
  border: 1px solid #f3f3f3;
}

.case .case_box .bd ul li .num{
  width: 390px;
  margin: 0 auto;
  height: 95px;
  line-height: 95px;
  font-size: 40px;
  color: #333333;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;

}

.case .case_box .bd ul li .pic{
  width: 390px;
  height: 300px;
  margin: 0 auto;
  overflow: hidden;

}

.case .case_box .bd ul li .pic img{
  width: 390px;
  height: 300px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case .case_box .bd ul li .txt{
  width: 390px;
  margin: 0 auto;
} 

.case .case_box .bd ul li .txt a{
  font-size: 18px;
  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;
  margin: 30px 0 15px 0;
}

.case .case_box .bd ul li .txt em{
  display: block;
  width: 40px;
  height: 3px;
  background: #1747bf;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case .case_box .bd ul li .txt p{
  font-size: 15px;
  color: #666;
  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;
  margin-top: 25px;
}

.case .case_box .bd ul li:hover .txt a {
  color: #1747bf;
  letter-spacing: 2px;
}

.case .case_box .bd ul li:hover .txt em{
  width: 80px;
}

.case .case_box .bd ul li:hover .pic img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);

}

.case .case_box .next{
  position: absolute;
  left: -184px;
  top: 165px;
  cursor: pointer;
  background: url(../images/left.png) no-repeat center;
  width: 184px;
  height: 184px;
}


.case .case_box .prev{
  position: absolute;
  right: -184px;
  top: 165px;
  cursor: pointer;
  background: url(../images/right.png) no-repeat center;
  width: 184px;
  height: 184px;
}

.case .case_more{
  margin: 40px auto  0 auto;
  border-radius: 45px;
  width: 151px;
  height: 48px;
  line-height: 48px;
  background: #1747bf;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
} 

.case .case_more a{
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  display: inline-block;
  text-align: center;
  background: url(../images/more1.png) no-repeat right center;
  padding-right: 35px;
}

.case .case_more:hover{
  transform: translateY(-10px);
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
}

/*about*/

.ab_bg{
  width: 100%;
  height: 1225px;
  margin: 90px auto 0 auto;
  background: #f8f8f8 url(../images/ab_bg.jpg) no-repeat top center;
  overflow: hidden;
}


.ab_bg .about{
  width: 1300px;
  margin: 0 auto;
  padding-top: 98px;
  height: 475px;
}

.ab_bg .about .ab_l{
  float: left;
  width: 865px;
  margin-top: 30px;
}

.ab_bg .about .ab_l h5{
  font-size: 46px;
  color: #fff;
  font-family: "simsun";
  font-weight: bold;
  line-height: 45px;
  letter-spacing: -1px;

}

.ab_bg .about .ab_l span{
  display: block;
  font-size: 12px;
  color: #abbedd;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 2px;
}

.ab_bg .about .ab_l p{
  font-size: 15px;
  color: #d0ddf0;
  line-height: 40px;
  height: 160px;
  overflow: hidden;
  margin-top: 15px;
}

.ab_bg .about .ab_l .more{
  display: block;
  height: 190px;
  line-height: 190px;
  margin-left: -55px;
  background: url(../images/more2.png) no-repeat left center;
  padding-left: 160px;
  font-size: 24px;
  color: #fff;
  font-family: "Bodoni Bd BT";
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ab_bg .about .ab_l .more:hover{
  transform: translateX(10px);
}

.ab_bg .about .title{
  float: right;
  text-align: right;
}

.ab_bg .about .title span{
  display: block;
}

.ab_bg .about .title h3{
  color: #fff;
  margin-left: 0;
  margin-right: -40px;
  padding-left: 0px;
  padding-right: 40px;
  background: url(../images/title1.png) no-repeat right center;
}



/*fc*/

.fc{
  width: 100%;
  margin: 0 auto;
}

.fc .hd{
  width: 1300px;
  height: 200px;
  margin: 0 auto;
}

.fc .hd ul{
  margin-left: -20px;
}

.fc .hd ul li{
  float: left;
  width: 200px;
  height: 200px;
  position: relative;
  z-index: 5;
  margin-right: 50px;
}

.fc .hd ul li a{
  display: block;
  text-align: center;
  font-size: 30px;
  color: #fff;
  font-family: "simsun";
  font-weight: bold;
  opacity: 0.2;
  line-height: 45px;
  letter-spacing: -1px;
  padding-top: 115px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.fc .hd ul li::after{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 0px;
  content: "";
  z-index: -1;
  background: url(../images/fc_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;
}

.fc .hd ul li.on::after{
  height: 100%;
}

.fc .hd ul li.on a{
  opacity: 1;
  font-size: 46px;
  padding-top: 80px;

}

.fc .bd{
  width: 1320px;
  padding: 0 117px;
  height: 350px;
  margin: 30px auto 0 auto;
  background: #fff;
}


.fc .bd ul li{
  float: left;
  width: 1320px;
  margin-top: 53px;
}

.fc .bd ul li dl{
  float: left;
  width: 227px;
  margin: 0 18px;
}

.fc .bd ul li dl .pic{
  width: 227px;
  height: 171px;
  background: #fafafa;

}

.fc .bd ul li dl .pic a{
  display: inline-block;
  width: 217px;
  height: 161px;
  margin: 5px;
  overflow: hidden;
}

.fc .bd ul li dl .pic img{
  width: 217px;
  height: 161px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.fc .bd ul li dl .txt{
  width: 227px;
  height: 47px;
  line-height: 47px;
  margin: 6px auto 0 auto;
  background: #fafafa;
} 

.fc .bd ul li dl .txt a{
  display: block;
}

.fc .bd ul li dl .txt a span{
  float: left;
  width: 130px;
  margin-left: 20px;
  font-size: 16px;
  color: #000;
  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;
}

.fc .bd ul li dl .txt a em{
  display: block;
  float: right;
  background: url(../images/more3.png) no-repeat center;
  width: 34px;
  height: 31px;
  margin: 10px 20px 0 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.fc .bd ul li dl:hover .pic img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.fc .bd ul li dl:hover .txt a span{
  margin-left: 10px;
  color: #1747bf;
}

.fc .bd ul li dl:hover .txt a em{
  margin: 10px 10px 0 0;
}


/*news*/

.news_bg{
  width: 100%;
  margin: 0 auto;
  height: 934px;
  background: #f8f8f8;
}

.news_bg .news{
  width: 1300px;
  margin: 0 auto;
}

.news_bg .news .news_t{
  height: 145px;
}

.news_bg .news .news_t .title{
  float: left;
}

.news_bg .news .news_t .news_list{
  float: right;
  margin-top: 60px;
} 

.news_bg .news .news_t .news_list ul li{
  float: left;
  position: relative;
  z-index: 5;
  width: 140px;
  height: 44px;
  line-height: 44px;
  margin-left: 45px;
}

.news_bg .news .news_t .news_list ul li a{
  display: block;
  padding-left: 52px;
  font-size: 18px;
  color: #333;
  -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{
  background: url(../images/news1.png) no-repeat 20px center;
}

.news_bg .news .news_t .news_list ul li.n2 a{
  background: url(../images/news2.png) no-repeat 20px center;
}

.news_bg .news .news_t .news_list ul li.n3 a{
  background: url(../images/news3.png) no-repeat 20px center;
}

.news_bg .news .news_t .news_list ul li::after{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0px;
  height: 100%;
  content: "";
  z-index: -1;
  border-radius: 45px;
  background: #1747bf;
  -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.n1.on a{
  background: url(../images/news11.png) no-repeat 20px center;
}

.news_bg .news .news_t .news_list ul li.n2.on a{
  background: url(../images/news22.png) no-repeat 20px center;
}

.news_bg .news .news_t .news_list ul li.n3.on a{
  background: url(../images/news33.png) no-repeat 20px center;
}


.news_bg .news .news_box{
  margin: 0 auto;
}

.news_bg .news .news_box .news_top{
  margin: 0 auto;
  height: 451px;
  width: 1360px;
}

.news_bg .news .news_box .news_top ul li{
  float: left;
  width: 400px;
  height: 451px;
  background:  #fff;
  margin-right: 50px;
}

.news_bg .news .news_box .news_top ul li .txt{
  height: 195px;
  width: 320px;
  margin: 0 auto;
  padding-top: 40px;
}

.news_bg .news .news_box .news_top ul li .txt span{
  display: block;
  height: 30px;
  line-height: 30px;
}

.news_bg .news .news_box .news_top ul li .txt span i{
  display: block;
  float: left;
  font-size: 31px;
  color: #333333;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

.news_bg .news .news_box .news_top ul li .txt span em{
  display: block;
  float: right;
  padding-left: 55px;
  font-size: 16px;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
  background: url(../images/buttom3.png) no-repeat left center;
  position: relative;
}

.news_bg .news .news_box .news_top ul li .txt span em::after{
  position: absolute;
  left: -10px;
  top: 14px;
  content: "";
  width: 0px;
  height: 1px;
  background: #1747bf;
  -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 span em::after{
  width: 55px;
}

.news_bg .news .news_box .news_top ul li .txt a{
  font-size: 16px;
  color: #333;
  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;
  margin-top: 30px;
}

.news_bg .news .news_box .news_top ul li .txt p{
  font-size: 14px;
  color: #888888;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  margin-top: 12px;

}

.news_bg .news .news_box .news_top ul li .news_img{
  width: 320px;
  height: 175px;
  margin: 0 auto;
  overflow: hidden;

} 

.news_bg .news .news_box .news_top ul li .news_img img{
  width: 320px;
  height: 175px;
  -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 a{
  color: #1747bf;
}

.news_bg .news .news_box .news_top ul li:hover .news_img img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}


.news_bg .news .news_box .list{
  margin: 40px auto 0 auto;
  height: 204px;
  background: #fff url(../images/news_list.png) no-repeat  center;
} 

.news_bg .news .news_box .list ul{
  padding-top: 45px;
}

.news_bg .news .news_box .list ul li{
  float: left;
  width: 395px;
  height: 40px;
  line-height: 40px;
  margin: 0 1px 37px 37px;

}

.news_bg .news .news_box .list ul li a{
  font-size: 16px;
  color: #333333;
  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;
  float: left;
  width: 270px;
  padding-left: 15px;
  background: url(../images/buttom4.png) no-repeat left center;
}

.news_bg .news .news_box .list ul li span{
  font-size: 12px;
  color: #666666;
  margin-right: 35px;
  float: right;
}


.news_bg .news .news_box .list ul li:hover a{
  color: #1747bf;
  letter-spacing: 2px;
}