
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight,
.bg,
.leftWow,
.rightWow,
.bottomWow {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}



/* banner */

.banner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.banner .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.banner .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.banner .swiper-slide {
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.banner .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
}

.banner .swiper-button-next1{
  width: 50px;
  height: 50px;
  background: url(../images/bannerR.png) no-repeat  center;
  background-size: contain;
  z-index: 5;
  cursor: pointer;
  top: 50%;
  position: absolute;
  right: -4%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.banner .swiper-button-prev1{
  width: 50px;
  height: 50px;
  background: url(../images/bannerL.png) no-repeat  center;
  background-size: contain;
  z-index: 5;
  cursor: pointer;
  top: 50%;
  position: absolute;
  left: -4%;
  -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:hover .swiper-button-prev1{
  left: 4%;

}

.banner .swiper-pagination {
  width: 100%;
  bottom: 30px;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 15px;
  background-color: #fff;
  width: 10px;
  height: 10px;
  opacity: 1;
  border-radius: 0;
  border-radius: 50%;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #bf1e23;
}



/* news */

.news{
  width: 1280px;
  height: 520px;
  margin: 0 auto;
}

.news .news_l{
  float: left;
  margin-top: 40px;
  width: 980px;
}

.news .news_l .news_t{
  width: 980px;
  height: 49px;
  border-bottom: 2px solid #f5f5f5;

}

.news .news_l .news_t h3{
  float: left;
  padding-left: 35px;
  font-size: 20px;
  color:  #bf1e23;
  background: url(../images/news_ico.png) no-repeat center left;
  line-height: 26px;
}

.news .news_l .news_t .t_more{
  background: url(../images/more.png) no-repeat center ;
  float: right;
  width: 28px;
  height: 28px;
}

.news .news_l .news_box{
  margin: 39px auto 0 auto;
} 

.news .news_l .news_box .news_show{
  float: left;
  position: relative;
  width: 460px;
  height: 340px;
  overflow: hidden;
}

.news .news_l .news_box .news_show .bd{
  width: 460px;
}

.news .news_l .news_box .news_show .bd ul li{
  float: left;
  width: 460px;
  height: 340px;
  position: relative;
}

.news .news_l .news_box .news_show .bd ul li .pic{
  width: 460px;
  height: 340px;
}

.news .news_l .news_box .news_show .bd ul li .pic img{
  width: 460px;
  height: 340px;
}

.news .news_l .news_box .news_show .bd ul li .txt{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 460px;
  height: 48px;
  line-height: 48px;
  background: url(../images/buttom4.png) repeat center;
} 

.news .news_l .news_box .news_show .bd ul li .txt a{
  font-size: 15px;
  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;
  margin-left: 20px;
  width: 325px;
}

.news .news_l .news_box .news_show .hd{
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 9;
}

.news .news_l .news_box .news_show .hd ul li{
  float: left;
  margin-left: 7px;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.5;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  overflow: hidden;
  line-height: 99px;
}

.news .news_l .news_box .news_show .hd ul li.on{
  background: #bf1e23;
  opacity: 1;
}

.news .news_l .news_box .news_show .next{
  width: 40px;
  height: 40px;
  background: url(../images/bannerL.png) no-repeat  center;
  background-size: contain;
  z-index: 5;
  cursor: pointer;
  top: 150px;
  position: absolute;
  left: -50px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .news_l .news_box .news_show .prev{
  width: 40px;
  height: 40px;
  background: url(../images/bannerR.png) no-repeat  center;
  background-size: contain;
  z-index: 5;
  cursor: pointer;
  top: 150px;
  position: absolute;
  right: -50px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .news_l .news_box .news_show:hover .next{
  left: 20px;
}

.news .news_l .news_box .news_show:hover .prev{
  right: 20px;
}

.news .news_l .news_box .news_list{
  float: right;
  width: 490px;
  position: relative;
  top: -3px;
}

.news .news_l .news_box .news_list ul li{
  height: 39px;
  line-height: 39px;

}

.news .news_l .news_box .news_list ul li a{
  font-size: 15px;
  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;
  background: url(../images/buttom5.png) no-repeat left center;
  padding-left: 15px;
  width: 330px;
  float: left;
}

.news .news_l .news_box .news_list span{
  display: block;
  float: right;
  font-size: 14px;
  color: #999999;
  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;
}

.news .news_l .news_box .news_list ul li:hover a{
  color: #bf1e23;
  background: url(../images/buttom6.png) no-repeat left center;
}

.news .news_l .news_box .news_list ul li:hover span{
  color: #bf1e23;
}

.news .notice{
  float: right;
  width: 185px;
  height: 430px;
  border: 1px solid #e5e5e5;
  margin-top: 40px;
  padding: 0 25px;
  overflow: hidden;
}

.news .notice .notice_t{
  width: 185px;
  height: 70px;
  line-height: 70px;
  border-bottom: 2px solid #f5f5f5;
  color: #bf1e23;
  font-size: 20px;
}

.news .notice .notice_t h3{
  display: block;
}

.news .notice ul{
  margin: 0 auto;

}

.news .notice ul li{
  width: 185px;
  height: 70px;
  border-bottom: 1px  dashed #e5e5e5;
  margin-top: 18px;

}

.news .notice ul li:last-child{
  border-bottom: none;
}

.news .notice ul li a{
  font-size: 15px;
  color: #555555;
  line-height: 28px;
  height: 56px;
  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 .notice ul li:hover a{
  color: #bf1e23;
}



/* banner_1 */

.banner_1{
  width: 1280px;
  margin: 0 auto;
  position: relative;
}

.banner_1 .bd{
  width: 1280px;
  margin: 0 auto;
}

.banner_1 .bd ul li{
  float: left;
  width: 1280px;
  margin: 0 auto;
}

.banner_1 .bd ul li .pic{
  width: 1280px;
  height: 160px;

}

.banner_1 .bd ul li .pic img{
  width: 1280px;
  height: 160px;
}

.banner_1 .hd{
  position: absolute;
  right: 20px;
  bottom: 27px;
  z-index: 9;
}

.banner_1 .hd ul li{
  float: left;
  margin-left: 7px;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.5;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  overflow: hidden;
  line-height: 99px;

}

.banner_1 .hd ul li.on{
  opacity: 1;
}


/* news2 */

.news2_bg{
  width: 100%;
  margin: 0 auto;
  height: 540px;
  background: #f5f5f5;
}

.news2_bg .news2{
  width: 1280px;
  margin: 0 auto;
  padding-top: 50px;
}

.news2_bg .news2 .news_left{
  float: left;
  width: 485px;
  margin-right: 35px;

}

.news2_bg .news2 .news_left .news_list{
  width: 485px;
  height: 54px;
  line-height: 54px;
  background: #fff;
}

.news2_bg .news2 .news_left .news_list ul li{
  float: left;
  width: 145px;
  height: 54px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news2_bg .news2 .news_left .news_list ul li a{
  display: block;
  text-align: center;
  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;
}

.news2_bg .news2 .news_left .news_list ul li.on{
  background: #bf1e23;
}

.news2_bg .news2 .news_left .news_list ul li.on a{
  color:  #fff;
}

.news2_bg .news2 .news_left  .news_box{
  margin: 40px auto 0 auto;
}

.news2_bg .news2 .news_left  .news_box .news_top{
  height: 135px;

}

.news2_bg .news2 .news_left  .news_box .news_top .news_img{
  float: left;
  width: 180px;
  height: 135px;
}

.news2_bg .news2 .news_left  .news_box .news_top .news_img img{
  width: 180px;
  height: 135px;
}

.news2_bg .news2 .news_left  .news_box .news_top .txt{
  float: right;
  width: 275px;
  margin-right: 10px;

} 

.news2_bg .news2 .news_left  .news_box .news_top .txt a{
  font-size: 16px;
  color: #bf1e23;
  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: 40px;
}

.news2_bg .news2 .news_left  .news_box .news_top .txt span{
  display: block;
  font-size: 12px;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
}

.news2_bg .news2 .news_left  .news_box .news_top .txt p{
  font-size: 14px;
  color: #999999;
  line-height: 25px;
  height: 50px;
  overflow: hidden;
  margin-top: 10px;
}


.news2_bg .news2 .news_left  .news_box .list{
  margin-top: 18px;

}

.news2_bg .news2 .news_left  .news_box .list ul li{
  height: 41px;
  line-height: 41px;

}

.news2_bg .news2 .news_left  .news_box .list ul li a{
  font-size: 15px;
  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;
  background: url(../images/buttom5.png) no-repeat left center;
  padding-left: 15px;
  width: 350px;
  float: left;
}

.news2_bg .news2 .news_left  .news_box .list ul li span{
  display: block;
  float: right;
  font-size: 14px;
  color: #999999;
  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;
}

.news2_bg .news2 .news_left  .news_box .list ul li:hover a{
  color: #bf1e23;
  background: url(../images/buttom6.png) no-repeat left center;

}

.news2_bg .news2 .news_left  .news_box .list ul li:hover span{
  color: #bf1e23;
}



.news2_bg .news2 .news_right{
  float: left;
  width: 485px;
  margin-right: 35px;

}

.news2_bg .news2 .news_right .news_list1{
  width: 485px;
  height: 54px;
  line-height: 54px;
  background: #fff;
}

.news2_bg .news2 .news_right .news_list1 ul li{
  float: left;
  width: 145px;
  height: 54px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news2_bg .news2 .news_right .news_list1 ul li a{
  display: block;
  text-align: center;
  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;
}

.news2_bg .news2 .news_right .news_list1 ul li.casehover{
  background: #bf1e23;
}

.news2_bg .news2 .news_right .news_list1 ul li.casehover a{
  color:  #fff;
}

.news2_bg .news2 .news_right  .news_box1{
  margin: 40px auto 0 auto;
}

.news2_bg .news2 .news_right  .news_box1 .news_top{
  height: 135px;

}

.news2_bg .news2 .news_right  .news_box1 .news_top .news_img{
  float: left;
  width: 180px;
  height: 135px;
}

.news2_bg .news2 .news_right  .news_box1 .news_top .news_img img{
  width: 180px;
  height: 135px;
}

.news2_bg .news2 .news_right  .news_box1 .news_top .txt{
  float: right;
  width: 275px;
  margin-right: 10px;

} 

.news2_bg .news2 .news_right  .news_box1 .news_top .txt a{
  font-size: 16px;
  color: #bf1e23;
  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: 40px;
}

.news2_bg .news2 .news_right  .news_box1 .news_top .txt span{
  display: block;
  font-size: 12px;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
}

.news2_bg .news2 .news_right  .news_box1 .news_top .txt p{
  font-size: 14px;
  color: #999999;
  line-height: 25px;
  height: 50px;
  overflow: hidden;
  margin-top: 10px;
}


.news2_bg .news2 .news_right  .news_box1 .list{
  margin-top: 18px;

}

.news2_bg .news2 .news_right  .news_box1 .list ul li{
  height: 41px;
  line-height: 41px;

}

.news2_bg .news2 .news_right  .news_box1 .list ul li a{
  font-size: 15px;
  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;
  background: url(../images/buttom5.png) no-repeat left center;
  padding-left: 15px;
  width: 350px;
  float: left;
}

.news2_bg .news2 .news_right  .news_box1 .list ul li span{
  display: block;
  float: right;
  font-size: 14px;
  color: #999999;
  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;
}

.news2_bg .news2 .news_right  .news_box1 .list ul li:hover a{
  color: #bf1e23;
  background: url(../images/buttom6.png) no-repeat left center;

}

.news2_bg .news2 .news_right  .news_box1 .list ul li:hover span{
  color: #bf1e23;
}


.news2_bg .news2 .ab_list{
  float: right;
  width: 235px;
} 

.news2_bg .news2 .ab_list .video{
  width: 235px;

}

.news2_bg .news2 .ab_list .video .pic{
  width: 235px;
  height: 130px;

}

.news2_bg .news2 .ab_list .video .pic img{
  width: 235px;
  height: 130px;
}

.news2_bg .news2 .ab_list .video .pic iframe{
  width: 235px;
  height: 130px;
}

.news2_bg .news2 .ab_list .video .txt{
  margin: 2px auto 0 auto;
  width: 235px;
  height: 50px;
  line-height: 50px;
  background: #05a182;

} 

.news2_bg .news2 .ab_list .video .txt a{
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news2_bg .news2 .ab_list .video .txt a img{
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}

.news2_bg .news2 .ab_list .ab_list_nr{
  margin-top: 22px;
} 

.news2_bg .news2 .ab_list .ab_list_nr ul li{
  margin-bottom: 22px;
  width: 235px;
  height: 106px;
  background: #013b8f;
  position: relative;
  z-index: 5;
}

.news2_bg .news2 .ab_list .ab_list_nr ul li.ab2{
  background: #cba94f;
}

.news2_bg .news2 .ab_list .ab_list_nr ul li a{
  display: block;
  padding: 30px 0 0 37px;
}

.news2_bg .news2 .ab_list .ab_list_nr ul li a img{
  display: block;
  float: left;
  width: 44px;
  height: 44px;
  margin-right: 15px;
}

.news2_bg .news2 .ab_list .ab_list_nr ul li a span{
  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;
}

.news2_bg .news2 .ab_list .ab_list_nr ul li a span i{
  display: block;
  font-size: 12px;
  color: #fffefe;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 2px;

}

.news2_bg .news2 .ab_list .ab_list_nr ul li .icon_box {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.news2_bg .news2 .ab_list .ab_list_nr ul li .icon_box::before {
  border-top: 1px solid rgba(255,255,255,.7);
  border-bottom: 1px solid rgba(255,255,255,.7);
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

.news2_bg .news2 .ab_list .ab_list_nr ul li .icon_box::after {
  border-right: 1px solid rgba(255,255,255,.7);
  border-left: 1px solid rgba(255,255,255,.7);
  -webkit-transform: scale(1,0);
  transform: scale(1,0);
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

.news2_bg .news2 .ab_list .ab_list_nr ul li:hover .icon_box::before{
  opacity: .7;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.news2_bg .news2 .ab_list .ab_list_nr ul li:hover .icon_box::after{
  opacity: .7;
  -webkit-transform: scale(1);
  transform: scale(1);
}


/* product */

.pro_bg{
  margin: 55px auto 0 auto;
  width: 1280px;
  height: 665px;
}

.pro_bg .pro_l{
  float: left;
  width: 1005px;
}

.pro_bg .pro_l .product{
  overflow: hidden;
  height: 325px;

}

.pro_bg .pro_l .product .pro_t{
  height: 50px;

}

.pro_bg .pro_l .product .pro_t h3{
  width: 145px;
  height: 50px;
  line-height: 50px;
  background: #bf1e23;
  font-size: 18px;
  color:  #fff;
  text-align: center;
  float: left;

}

.pro_bg .pro_l .product .pro_t .t_more{
  float: right;
  background: url(../images/more.png) no-repeat center;
  float: right;
  width: 28px;
  height: 28px;
  margin-top: 11px;
}

.pro_bg .pro_l .product .pro_box{
  margin: 34px auto 0 auto;
}

.pro_bg .pro_l .product .pro_box ul li{
  float: left;
  width: 237px;
  margin-right: 19px;
}

.pro_bg .pro_l .product .pro_box ul li:last-child{
  margin-right: 0;
}

.pro_bg .pro_l .product .pro_box ul li .pic{
  width: 235px;
  height: 170px;
  border: 1px solid #e7e7e7;

}

.pro_bg .pro_l .product .pro_box ul li .pic a{
  display: inline-block;
  width: 219px;
  height: 154px;
  overflow: hidden;
  margin: 8px;
}

.pro_bg .pro_l .product .pro_box ul li .pic img{
  width: 219px;
  height: 154px;
  overflow: hidden;
  -webkit-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}

.pro_bg .pro_l .product .pro_box ul li:hover .pic img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.pro_bg .pro_l .product .pro_box ul li .txt{
  height: 50px;
  line-height: 50px;
  text-align: center;

} 

.pro_bg .pro_l .product .pro_box ul li .txt a{
  font-size: 15px;
  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;
}

.pro_bg .pro_l .product .pro_box ul li:hover .txt a{
  color: #bf1e23;
}












.pro_bg .pro_l .case{
  overflow: hidden;

}

.pro_bg .pro_l .case .case_t{
  height: 50px;

}

.pro_bg .pro_l .case .case_t h3{
  width: 145px;
  height: 50px;
  line-height: 50px;
  background: #bf1e23;
  font-size: 18px;
  color:  #fff;
  text-align: center;
  float: left;

}

.pro_bg .pro_l .case .case_t .t_more{
  float: right;
  background: url(../images/more.png) no-repeat center;
  float: right;
  width: 28px;
  height: 28px;
  margin-top: 11px;
}

.pro_bg .pro_l .case .case_box{
  margin: 34px auto 0 auto;
}

.pro_bg .pro_l .case .case_box ul li{
  float: left;
  width: 237px;
  margin-right: 19px;
}

.pro_bg .pro_l .case .case_box ul li:last-child{
  margin-right: 0;
}

.pro_bg .pro_l .case .case_box ul li .pic{
  width: 235px;
  height: 170px;
  border: 1px solid #e7e7e7;

}

.pro_bg .pro_l .case .case_box ul li .pic a{
  display: inline-block;
  width: 219px;
  height: 154px;
  overflow: hidden;
  margin: 8px;
}

.pro_bg .pro_l .case .case_box ul li .pic img{
  width: 219px;
  height: 154px;
  overflow: hidden;
  -webkit-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}

.pro_bg .pro_l .case .case_box ul li:hover .pic img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.pro_bg .pro_l .case .case_box ul li .txt{
  height: 50px;
  line-height: 50px;
  text-align: center;

} 

.pro_bg .pro_l .case .case_boxul li .txt a{
  font-size: 15px;
  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;
}

.pro_bg .pro_l .case .case_box ul li:hover .txt a{
  color: #bf1e23;
}



.pro_bg .pro_r{
  float: right;
  width: 237px;
}

.pro_bg .pro_r ul li{
  width: 235px;
  height: 100px;
  border: 1px solid  #e5e5e5;
  line-height: 100px;
  margin-bottom: 29px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro_bg .pro_r ul li a{
  padding: 0 10px;
  font-size: 16px;
  color: #555555;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro_bg .pro_r ul li a img{
  vertical-align: middle;
  margin-right: 15px;
  width: 50px;
  height: 50px;
}

.pro_bg .pro_r ul li:hover{
  background: #f5f5f7;
}


/* fc */

.fc_bg{
  width: 100%;
  margin:  0 auto;
  height: 410px;
  background: #f5f5f5;
}

.fc_bg .fc{
  width: 1280px;
  margin: 0 auto;
  text-align: center;
  padding-top: 50px;
}

.fc_bg .fc .fc_t{
  text-align: center;
  margin: 0 auto;
  background: url(../images/fc_t.png) no-repeat  center 18px;
}

.fc_bg .fc .fc_t h3 a{
  display: block;
  font-size: 22px;
  color: #bf1e23;
}

.fc_bg .fc .fc_t h3 a i{
  display: block;
  font-size: 12px;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin-top: 2px;
}

.fc_bg .fc .fc_box{
  margin: 30px auto 0 auto;
} 

.fc_bg .fc .fc_box .bd{
  width: 1280px;
  margin: 0 auto;
}

.fc_bg .fc .fc_box .bd ul li{
  float: left;
  width: 230px;
  margin: 0 13px;
}

.fc_bg .fc .fc_box .bd ul li .pic{
  width: 230px;
  height: 175px;
  overflow: hidden;

}

.fc_bg .fc .fc_box .bd ul li .pic img{
  width: 230px;
  height: 175px;
  overflow: hidden;
  -webkit-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.fc_bg .fc .fc_box .bd ul li .txt{
  height: 45px;
  line-height: 45px;
  text-align: center;

} 

.fc_bg .fc .fc_box .bd ul li .txt a{
  font-size: 15px;
  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;
}

.fc_bg .fc .fc_box .bd ul li:hover .pic img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.fc_bg .fc .fc_box .bd ul li:hover .txt a{
  color: #bf1e23;
}


/* s_links_select */

.s_links_select{
  width: 1280px;
  margin: 35px auto 0 auto;
  height: 75px;
  border-bottom: 1px solid #e5e5e5;
}

.s_links_select .section{
  padding-left: 100px;
  position: relative;
  width: 308px;
  margin-right: 65px;
  float: left;

}



.s_links_select .section:last-child{
  margin-right: 0;
  float: right;
}

.s_links_select .section .title{
  position: absolute;
  left: 0;
  top: 0;
  line-height: 40px;
  width: 100px;
  font-size: 15px;
  color: #555555;
}

.s_links_select .section .content{
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

select{   font-size: 14px;
  color: #999999;padding: 0 30px; cursor:pointer; 
  position:relative;display:inline-block;background: #fff; 
  height: 38px;border: 1px solid #e5e5e5;  overflow: hidden; 
  vertical-align:middle;text-align:left;  cursor:inherit;text-align: left;
   width:100%; cursor: pointer; outline: none;
  
   -webkit-appearance:none;
   
   -moz-appearance:none;
   
   appearance:none; /*去掉下拉箭头*/
   
   }
   
   /*清除ie的默认选择框样式清除，隐藏下拉箭头*/
   
   .not-arrow::-ms-expand { display: none;
  }

.select_focus_ui,select:focus{ }

.select_ui .select_arrow{position:absolute;top:50%;right:10px;display:block;overflow:hidden;width:0;height:0;border:6px solid #fff;border-color:#343336 transparent;border-bottom:0;margin-top:-2px;}

.select_ui .select_text_ui{ display:block;overflow:hidden; color:inherit;vertical-align:baseline;white-space:nowrap;line-height:normal; color:#747476; font-size: 12px; height:36px; line-height:36px; padding-left: 20px; text-align:left;width:100%; font-size:14px;}

.select_ui option{ outline: none; padding: 5px 15px; font-size: 12px; color: #747476; height: 30px; line-height: 30px; cursor: pointer;}
.select_ui select{box-sizing:border-box;height:100%;width: 100%;background:#fff;color:inherit;font:inherit;opacity:0;filter:alpha(opacity=0);}

.select_ui .select_poswrap{overflow:hidden;width:0;height:0}

.select_ui select {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  color: #747476;
  font-size: 12px;
  height: 36px;
  line-height: 36px;
  text-align: left;
  padding: 0 20px;
  font-size: 14px;
  color: #999999;
  line-height: 30px;
  
}


.select_arrow {
  position: absolute;
  top: 17px;
  right: 30px;
  width: 13px;
  height: 6px;
  display: block;
  background: url(../images/links.png) no-repeat  center;
  z-index: 5;
}


  
/* links */

.links{
  width: 1280px;
  margin: 25px  auto;
  overflow: hidden;
}

.links a{
  line-height: 30px;
  font-size: 14px;
  color: #555555;
  margin-right: 15px;
}