
/*-----------------------------------------------------------*/
/*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;
}

.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: 105px;
  height: 105px;
  background: url(../images/bannerR.png) no-repeat  center;
  right: 10%;
  top: 50%;
  z-index: 5;
  cursor: pointer;
}

.banner .swiper-button-prev1{
  position: absolute;
  width: 105px;
  height: 105px;
  background: url(../images/bannerL.png) no-repeat  center;
  left: 10%;
  top: 50%;
  z-index: 5;
  cursor: pointer;
}

.banner .swiper-pagination {
  width: 100%;
  bottom: 0px;
  right: 0px;
  height: 60px;
  padding-top: 30px;
  background: url(../images/banner_ico.png) no-repeat  center;
  font-size: 18px;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
}

.banner .swiper-pagination .swiper-pagination-total{
  font-size: 18px;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
  display: inline-block;
  line-height: 60px;
  padding-left: 11px;
}

.banner .swiper-pagination .swiper-pagination-total::after{
  position: absolute;
  left: 0px;
  top: 0px;
  content: "0";
  font-size: 18px;
  color: #333333;
  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 .swiper-pagination-current{
  font-size: 30px;
  color: #d3232e;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
  display: inline-block;
  line-height: 60px;
}

.banner .swiper-pagination .swiper-pagination-current::after{
  position: absolute;
  left: -15px;
  top: 0px;
  content: "0";
  font-size: 30px;
  color: #d3232e;
  font-weight: bold;
  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;
}


/* title */

.title{
  margin: 0 auto;
  text-align: center;
}

.title img{
  display: block;
  margin: 0 auto;
}

.title h3{
  font-size: 24px;
  color: #333333;
  margin: 20px auto 0 auto;

}

.title h3 a{
  display: block;
  font-size: 24px;
  color: #333333;
}

.title em{
  display: block;
  margin: 16px auto 17px auto;
  width: 34px;
  height: 4px;
  background: #d3232e;
}

.title p{
  font-size: 16px;
  color: #999999;
}


/* product */

.pro_bg {
  width: 100%;
  position: relative;
  z-index: 5;
  margin: 85px auto 0 auto;
  overflow: hidden;
}

.pro_bg::after{
  position: absolute;
  left: 0px;
  top: 120px;
  width: 100%;
  height: 1px;
  background: #efefef;
  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{
  width: 1300px;
  margin: 0 auto;

}

.pro_bg .product .pro_list{
  height: 150px;
  margin: 48px auto 0 auto;
}

.pro_bg .product .pro_list ul{
  float: left;
  width: 1160px;
}

.pro_bg .product .pro_list ul li{
  float: left;
  width: 120px;
  margin-right: 45px;
}

.pro_bg .product .pro_list ul li a{
  display: block;
  text-align: center;
}

.pro_bg .product .pro_list ul li a span{
  display: block;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #eeeeee url(../images/pro_ico1.png) no-repeat  center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 0 auto;
}

.pro_bg .product .pro_list ul li a i{
  font-size: 18px;
  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;
  margin: 13px auto  0 auto;
}

.pro_bg .product .pro_list ul li.on a span{
  background: #d3232e url(../images/pro_ico2.png) no-repeat  center;

}

.pro_bg .product .pro_list .pro_more a{
  display: block;
  float: right;
  font-size: 18px;
  color: #333333;
  margin-top: 47px;
}

.pro_bg .product .pro_box{
  margin: 0 auto;
  width: 1360px;
}

.pro_bg .product .pro_box ul li{
  float: left;
  width: 290px;
  margin: 0 47px 33px 0;
}

.pro_bg .product .pro_box ul li .pic{
  width: 290px;
  height: 220px;
  border: 1px solid #b2b2b2;
  border-radius: 10px;
  -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 .pic img{
  width: 280px;
  height: 210px;
  margin: 5px;
  border-radius: 10px;
}

.pro_bg .product .pro_box ul li .txt{
  border-bottom: 1px solid #dedede;
  height: 56px;
  line-height: 56px;
  position: relative;
  z-index: 5;
  padding: 0 5px;
  width: 280px;
} 

.pro_bg .product .pro_box ul li .txt h5 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: 200px;
}

.pro_bg .product .pro_box ul li .txt .more{
  display: block;
  float: right;
  width: 31px;
  height: 20px;
  background: url(../images/more.png) no-repeat  center;
  margin-top: 18px;
  -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::after{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0;
  height: 1px;
  background: #000000;
  content: "";
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro_bg .product .pro_box ul li:hover .pic{
  border: 1px solid #d3232e;
}

.pro_bg .product .pro_box ul li:hover .txt::after{
  width: 100%;
}

.pro_bg .product .pro_box ul li:hover .txt .more{
  background: url(../images/more1.png) no-repeat  center;
}



/* ys */

.ys_bg{
  width: 100%;
  height: 949px;
  margin: -30px auto 0 auto;
  background: url(../images/ys_bg.jpg) no-repeat top center;
  overflow: hidden;
}


.ys_bg .ys{
  width: 1300px;
  margin: 0 auto;
  padding-top: 250px;
  position: relative;
}

.ys_bg .ys .ys_t{
  position: absolute;
  right: 0;
  top: 235px;
  text-align: right;
  background: url(../images/ys_t1.png) no-repeat right bottom ;
  height: 120px;
  width: 332px;
}

.ys_bg .ys .ys_t img{
  display: inline-block;
  text-align: right;
}

.ys_bg .ys .ys_t h3{
  font-size: 24px;
  color: #333;
  margin-top: 5px;

}

.ys_bg .ys .ys_box{
  margin: 0 auto;
  position: relative;
}

.ys_bg .ys .ys_box .bd{
  width: 1300px;
  margin: 0px auto 0 auto;
  padding-top: 135px;
}


.ys_bg .ys .ys_box .bd ul li{
  width: 1300px;
  margin: 0 auto;
  float: left;
}

.ys_bg .ys .ys_box .bd ul li .txt{
  float: left;
  width: 610px;
  margin-top: 315px;
}

.ys_bg .ys .ys_box .bd ul li .txt h5{
  font-size: 28px;
  color: #333;
  font-weight: bold;
}

.ys_bg .ys .ys_box .bd ul li .txt h5 i{
  font-size: 14px;
  color: #999;
  font-weight: normal;
  margin-left: 10px;
}

.ys_bg .ys .ys_box .bd ul li .txt p{
  font-size: 15px;
  color: #666666;
  line-height: 36px;
  margin-top: 15px;
}

.ys_bg .ys .ys_box .bd ul li .ys_img{
  float: right;
  width: 470px;
  height: 470px;
  border-radius: 50%;
  margin-right: 110px;
} 

.ys_bg .ys .ys_box .bd ul li .ys_img img{
  width: 470px;
  height: 470px;
  border-radius: 50%;
}

.ys_bg .ys .ys_box .hd{
  position: absolute;
  left: 0;
  top: 0;
  width: 470px;
}

.ys_bg .ys .ys_box .hd ul li{
  float: left;
  text-align: center;
  border-radius: 25px;
  border: 1px solid #cfcfcf;
  margin: 0 24px 20px 0;
  width: 201px;
  height: 201px;
  background: #fbfbfb;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ys_bg .ys .ys_box .hd ul li img{
  display: block;
  margin: 50px auto 20px auto;
}

.ys_bg .ys .ys_box .hd ul li p{
  font-size: 20px;
  color: #000;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ys_bg .ys .ys_box .hd ul li.on{
  border: 1px solid #d3232e;
}

.ys_bg .ys .ys_box .hd ul li.on p{
  font-weight: bold;
  color: #d3232e;
}

.ys_bg .ys .ys_box .prev{
  position: absolute;
  right: 0;
  top: 580px;
  z-index: 5;
  background: url(../images/right1.png) no-repeat  center;
  width: 174px;
  height: 49px;
  line-height: 49px;
}

.ys_bg .ys .ys_box .prev i{
  display: block;
  text-transform: uppercase;
  font-family: 'Times New Roman', Times, serif;
  font-size: 18px;
  color: #181818;
  padding-left: 25px;
}

.ys_bg .ys .ys_box .ys_xt{
  position: absolute;
  right: -170px;
  top: 56px;
  background: url(../images/ys_xt.png) no-repeat  center;
  width: 66px;
  height: 493px;
}


.ys_bg .ys .ys_box .ys_xt1{
  position: absolute;
  left: 465px;
  top: 80px;
  background: url(../images/ys_xt1.png) no-repeat  center;
  width: 489px;
  height: 590px;
}


/* case */

.case_bg{
  width: 100%;
  height: 765px;
  margin: 0 auto;
  background: url(../images/case_bg.jpg) no-repeat top center;
}

.case_bg .case{
  padding-top: 85px;
  margin: 0 auto;
  width: 1300px;
}

.case_bg .case .case_t{
  height: 110px;
}

.case_bg .case .case_t .case_title{
  float: left;
}

.case_bg .case .case_t .case_title img{
  display: block;
}

.case_bg .case .case_t .case_title h3{
  font-size: 22px;
  color: #fff;
  margin: 12px 0 13px 0;

}

.case_bg .case .case_t .case_title em{
  display: block;
  width: 16px;
  height: 4px;
  background: #d3232e;
}

.case_bg .case .case_t .more{
  float: right;
  border-radius: 45px;
  border: 1px solid #ffffff;
  margin-top: 37px;
  width: 179px;
  height: 48px;
  line-height: 48px;
} 

.case_bg .case .case_t .more a{
  display: block;
  text-align: center;
  font-size: 16px;
  color: #eeeeee;
}

.case_bg .case .case_box{
  margin: 0 auto;
  position: relative;
}

.case_bg .case .case_box .bd{
  margin: 0 auto;
  width: 1300px;
}

.case_bg .case .case_box .bd ul li{
  float: left;
  width: 409px;
  margin: 0 12px;
}

.case_bg .case .case_box .bd ul li .num{
  text-align: right;
  margin-right: 25px;
  font-size: 140px;
  color: #fbfbfb;
  line-height: 110px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  opacity: 0.1;

}

.case_bg .case .case_box .bd ul li .nr{
  width: 407px;
  height: 358px;
  background: #fff;
  border: 1px solid #cccccc;
  position: relative;
  z-index: 5;
  margin-top: -50px;

}

.case_bg .case .case_box .bd ul li .pic{
  width: 387px;
  height: 280px;
  margin: 10px auto 0 auto;

}

.case_bg .case .case_box .bd ul li .pic img{
  width: 387px;
  height: 280px;
}

.case_bg .case .case_box .bd ul li .txt{
  width: 387px;
  height: 67px;
  line-height: 67px;
  margin: 0px auto 0 auto;
} 

.case_bg .case .case_box .bd ul li .txt h5 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: 310px;
}

.case_bg .case .case_box .bd ul li .txt h5 a em{
  display: block;
  width: 10px;
  height: 2px;
  background: #333333;
  margin-right: 10px;
  float: left;
  margin-top: 33px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case_bg .case .case_box .bd ul li .txt h5 a span{
  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;
  margin-right: 10px;
  float: left;
  max-width: 200px;
}

.case_bg .case .case_box .bd ul li .txt h5 a i{
  float: left;
  font-size: 16px;
  color:  #9e9e9e;
  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;
}

.case_bg .case .case_box .bd ul li .txt .more{
  float: right;
  width: 30px;
  height: 30px;
  background: #333333;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 18px;
}

.case_bg .case .case_box .bd ul li .txt .more img{
  display: block;
  width: 30px;
  height: 30px;
}

.case_bg .case .case_box .bd ul li:hover .txt h5 a em{
  background: #d3232e;
  width: 50px;

}

.case_bg .case .case_box .bd ul li:hover .txt .more{
  background: #d3232e;
}

.case_bg .case .case_box .hd{
  margin: 35px auto 0 auto;
  width: 270px;
  text-align: center;
  height: 40px;
  position: relative;
}

.case_bg .case .case_box .hd ul{
  text-align: center;

}

.case_bg .case .case_box .hd ul li{
  display: inline-block;
  background: url(../images/buttom2.png) no-repeat  center;
  width: 14px;
  height: 14px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 13px 8px 0 8px;
  overflow: hidden;
  line-height: 99px;
}

.case_bg .case .case_box .hd ul li.on{
  background: url(../images/buttom3.png) no-repeat  center;
}


.case_bg .case .case_box .hd .next{
  cursor: pointer;
  background: url(../images/left.png) no-repeat  center;
  width: 45px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
}

.case_bg .case .case_box .hd .prev{
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  background: url(../images/right.png) no-repeat  center;
  width: 45px;
  height: 40px;
}

/* about */

.ab_bg{
  width: 100%;
  height: 1015px;
  margin: 0 auto;
  background: url(../images/ab_bg.jpg) no-repeat  center 188px;
  overflow: hidden;
  position: relative;
  z-index: 5;
}


.ab_bg::after {

  position: absolute;
  left: 0px;
  top: 118px;
  width: 100%;
  height: 1px;
  background: #efefef;
  content: "";
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

}

.ab_bg .about{
  width: 1300px;
  margin: 0 auto;
}

.ab_bg .about .title h3{
  margin: 10px auto 0 auto;
}

.ab_bg .about .title em {
  margin: 14px auto 13px auto;

}

.ab_bg .about .ab_box{
  height: 470px;
  margin: 80px auto 0 auto;
  position: relative;
}

.ab_bg .about .ab_box .ab_l{
  float: left;
  width: 635px;
  position: relative;
}

.ab_bg .about .ab_box .ab_l .txt{

}

.ab_bg .about .ab_box .ab_l .txt h5{
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  line-height: 30px;

}

.ab_bg .about .ab_box .ab_l .txt p{
  font-size: 14px;
  color: #888888;
  line-height: 30px;
  overflow: hidden;
  height: 120px;
  margin-top: 20px;
}

.ab_bg .about .ab_box .ab_l .txt .more{
  margin-top: 160px;
  background: url(../images/more3.png) no-repeat  center left;
  width: 197px;
  height: 49px;
  line-height: 49px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ab_bg .about .ab_box .ab_l .txt .more a{
  display: block;
  font-size: 18px;
  color: #181818;
  text-transform: uppercase;
  font-family: 'Times New Roman', Times, serif;
  padding-left: 25px;
}

.ab_bg .about .ab_box .ab_l .txt .more:hover{
  transform: translateX(10px);
}

.ab_bg .about .ab_box .ab_l .ry{
  position: absolute;
  right: 0;
  top: 248px;
  background: url(../images/ry_bg.png) no-repeat  center ;
  width: 253px;
  height: 179px;

}

.ab_bg .about .ab_box .ab_l .ry img{
  width: 216px;
  height: 145px;
  margin: 17px 0 0 18px;

}


.ab_bg .about .ab_box .ab_img{
  float: right;
  width: 572px;
  height: 380px;
  margin-top: 30px;
}

.ab_bg .about .ab_box .ab_img img{
  width: 572px;
  height: 380px;
  border-bottom-right-radius: 76px;
}

.ab_bg .about .ab_box .ab_xt{
  position: absolute;
  right: -135px;
  top: 0px;
  background: url(../images/ab_xt.png) no-repeat  center ;
  width: 44px;
  height: 435px;
}


.ab_bg .about .ab_list{
  margin: 47px auto 0 auto;
  width: 1360px;
  height: 182px;
} 

.ab_bg .about .ab_list ul li{
  float: left;
  position: relative;
  z-index: 5;
  width: 410px;
  height: 182px;
  background: #fff;
  margin-right: 35px;
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
  border-radius: 8px;
}

.ab_bg .about .ab_list ul li a{
  display: block;
}

.ab_bg .about .ab_list ul li a img{
  display: block;
  float: left;
  margin: 50px 0 0 37px;
  width: 80px;
  height: 80px;

}

.ab_bg .about .ab_list ul li a span{
  display: block;
  float: left;
  margin: 52px 0 0 30px;
  font-size: 24px;
  color: #333;
  width: 200px;

}

.ab_bg .about .ab_list ul li a span i{
  display: block;
  font-size: 16px;
  color: #999999;
  margin-top: 5px;

}


.ab_bg .about .ab_list ul li a em{
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 32px;
  height: 32px;
  background: url(../images/more4.png) no-repeat  center;
  margin-top: 75px;
  float: left;
}


.ab_bg .about .ab_list ul li::after{
  top: 0px;
  right: 0px;
  position: absolute;
  content: "";
  z-index: -1;
  background: url(../images/ab_list.png) no-repeat  center;
  width: 0%;
  height: 100%;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ab_bg .about .ab_list ul li.on::after{
  width: 95px
}

.ab_bg .about .ab_list ul li.on a em{
  background: url(../images/more5.png) no-repeat  center;
}


/* news */

.news{
  width: 1300px;
  margin: 0 auto;
  height: 1002px;
}

.news .news_t{
  height: 120px;
}

.news .news_t .news_title{
  float: left;
}


.news .news_t .news_title img{
  display: block;

}

.news .news_t .news_title h3 a{
  font-size: 24px;
  color: #333333;
  display: block;
  line-height: 30px;
  margin-top: 25px;
}

.news .news_t .news_title em{
  display: block;
  margin-top: 15px;
  width: 94px;
  height: 4px;
  background: #d3232e;
}

.news .news_t .tel{
  float: right;
  font-size: 16px;
  color: #333333;
  margin: 60px 40px 0 0;
} 

.news .news_t .tel i{
  font-size: 30px;
  color: #333333;
  font-family: "Impact";
}

.news .news_list{
  height: 55px;
  line-height: 55px;
  margin: 15px auto 0 auto;
  border-bottom: 1px solid #e9e9e9;
} 

.news .news_list ul li{
  float: left;
  width: 310px;
  margin-right:184px;
}

.news .news_list ul li:last-child{
  margin-right: 0;
}

.news .news_list ul li a{
  display: block;
  font-size: 18px;
  color: #333333;
  background: url(../images/more6.png) no-repeat  center right;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .news_list ul li.casehover a{
  color: #d3232e;

}


.news .news_box{
  margin: 34px auto 0 auto;
}

.news .news_box .news_top{
  height: 545px;
}

.news .news_box .news_top .news_l{
  float: left;
  width: 570px;
  height: 510px;
  background: #f6f6f6;
  border-radius: 25px;
}

.news .news_box .news_top .news_l .nr{
  width: 554px;
  height: 462px;
  background: #fff;
  margin: 8px;
  border-radius: 23px;
  padding-top: 32px;
}

.news .news_box .news_top .news_l .news_img{
  width: 486px;
  height: 340px;
  margin: 0px auto 0 auto;

}

.news .news_box .news_top .news_l .news_img img{
  width: 486px;
  height: 340px;
}

.news .news_box .news_top .news_l .txt{
  width: 486px;
  margin: 20px auto 0 auto;
}

.news .news_box .news_top .news_l .txt .txt_l{
  float: left;
  width: 400px;
  margin-top: 10px;
}

.news .news_box .news_top .news_l .txt .txt_l 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;
  line-height: 40px;
}

.news .news_box .news_top .news_l .txt .txt_l a i{
  font-size: 16px;
  color: #333333;
  margin-right: 5px;
}

.news .news_box .news_top .news_l .txt .txt_l p{
  font-size: 15px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-left: 20px;
  margin-top: 4px;
}

.news .news_box .news_top .news_l .txt .time{
  float: right;
  text-align: center;
} 

.news .news_box .news_top .news_l .txt .time span{
  display: block;
  font-size: 48px;
  color: #333;
  font-family: Arial Black;
  line-height: 40px;
}

.news .news_box .news_top .news_l .txt .time em{
  display: block;
  width: 30px;
  height: 1px;
  background: #d9f1fc;
  margin: 9px auto 4px auto;
}

.news .news_box .news_top .news_l .txt .time i{
  display: block;
  font-size: 14px;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
}


.news .news_box .news_top .news_l:hover .txt .txt_l a{
  color: #d3232e;
}

.news .news_box .news_top .news_r{
  float: right;
  width: 687px;
}

.news .news_box .news_top .news_r ul li{
  width: 685px;
  height: 144px;
  background: #fff;
  border: 1px solid #eeeeee;
  border-radius: 15px;
  margin-bottom: 37px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .news_box .news_top .news_r ul li .news_ico{
  float: left;
  margin: 40px 0 0 42px;
  width: 66px;
  height: 66px;
  background: #f5f5f5;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  overflow: hidden;
}

.news .news_box .news_top .news_r ul li .news_ico .news1{
  display: block;
  width: 66px;
  height: 66px;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .news_box .news_top .news_r ul li .news_ico .news2{
  display: block;
  width: 66px;
  height: 66px;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .news_box .news_top .news_r ul li .txt{
  float: left;
  margin: 35px 0 0 30px;
  width: 430px;
}

.news .news_box .news_top .news_r ul li .txt 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;
  line-height: 40px;
}

.news .news_box .news_top .news_r ul li .txt a i{
  font-size: 16px;
  color: #333333;
  margin-right: 5px;
}

.news .news_box .news_top .news_r ul li .txt p{
  font-size: 15px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-left: 20px;
  margin-top: 7px;
}

.news .news_box .news_top .news_r ul li .time{
  float: right;
  margin: 38px 45px 0 0;
  text-align: right;

}

.news .news_box .news_top .news_r ul li .time span{
  display: block;
  font-size: 30px;
  color: #333;
  font-family: Arial Black;
  line-height: 30px;
}

.news .news_box .news_top .news_r ul li .time em{
  display: inline-block;
  text-align: right;
  width: 30px;
  height: 1px;
  background: #e2e2e2;
  margin: 0px auto 0px auto;
  position: relative;
  top: -7px;
}
.news .news_box .news_top .news_r ul li .time i{
  display: block;
  font-size: 14px;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: -5px;
}


.news .news_box .news_top .news_r ul li:hover{
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
}

.news .news_box .news_top .news_r ul li:hover .news_ico{
  background: #d3232e;

}

.news .news_box .news_top .news_r ul li:hover .news_ico .news1{
  transform: translateY(-66px);
  
}

.news .news_box .news_top .news_r ul li:hover .news_ico .news2{
  transform: translateY(-66px);
}

.news .news_box .list{
  width: 1300px;
  height: 147px;
  background: #fff;
  border: 1px solid #eeeeee;
  border-radius: 15px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
} 

.news .news_box .list ul li{
  float: left;
  width: 342px;
  height: 79px;
  border-right: 1px solid #eeeeee;
  margin-top: 34px;
  padding: 0 45px;
}

.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;
  padding-right: 30px;
  width: 312px;
  background: url(../images/more7.png) no-repeat right center;
  margin: 15px 0 11px 0;
}

.news .news_box .list ul li a i{
  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;
}

.news .news_box .list ul li span{
  display: block;
  font-size: 12px;
  color: #888888;
  font-family: Arial, Helvetica, sans-serif;
}

.news .news_box .list ul li:hover a{
  color: #d3232e;
  background: url(../images/more8.png) no-repeat right center;
}

.news .news_box .list ul li:hover a i{
  color: #d3232e;
}




/* f_contact */

.f_contact{
  width: 1300px;
  margin: 0 auto;
  height: 132px;
}

.f_contact .contact_t{
  float: left;
}

.f_contact .contact_t img{
  display: block;
}

.f_contact .contact_t h3{
  font-size: 18px;
  color: #333333;
  margin-top: 15px;

}

.f_contact .contact_t h3 i{
  display: inline-block;
  width: 21px;
  height: 2px;
  background: #d3232e;
  margin-left: 18px;
  position: relative;
  top: -5px;
}

.f_contact .cont_nr{
  float: right;
  width: 1030px;
} 

.f_contact .cont_nr ul li{
  float: left;
  width: 265px;
}

.f_contact .cont_nr ul li img{
  display: block;
  float: left;
  width: 60px;
  height: 60px;
  margin-right: 20px;
}

.f_contact .cont_nr ul li p{
  float: left;
  width: 185px;

}

.f_contact .cont_nr ul li p span{
  display: block;
  font-size: 14px;
  color: #666666;
}

.f_contact .cont_nr ul li p i{
  display: block;
  font-size: 16px;
  color: #333333;
  margin-top: 5px;
}

.f_contact .cont_nr ul li:last-child{
  width: 500px;
}

.f_contact .cont_nr ul li:last-child p{
  width: 420px;

}