﻿

/*-----------------------------------------------------------*/

/*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  .banner_button{

  margin: 0 auto;

  width: 260px;

  height: 17px;

  z-index: 9;

  position: relative;

}



.banner .swiper-button-next1{

  position: relative;

  width: 17px;

  height: 17px;

  background: url(../image/bannerR.png) no-repeat  center;

  right: 0%;

  top: 0%;

  z-index: 10;

  cursor: pointer;

  float: right;

}



.banner .swiper-button-prev1{

  position: relative;

  width: 17px;

  height: 17px;

  background: url(../image/bannerL.png) no-repeat  center;

  left: 0%;

  top: 0%;

  z-index: 10;

  cursor: pointer;

  float: left;

}



.banner .swiper-pagination {

  width: 100%;

  bottom: 2px;

}



.banner .swiper-pagination-bullets .swiper-pagination-bullet {

  margin: 0 0px;

  background-color: #d6d6d6;

  width: 70px;

  height: 1px;

  opacity: 1;

  border-radius: 0;

  -webkit-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

  position: relative;

}



.banner .swiper-pagination-bullets .swiper-pagination-bullet span{

  position: relative;

  display: block;

  

}



.banner .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(1)::after{

  position: absolute;

  left:0px;

  top: -30px;

  width: 70px;

  text-align: center;

  content: "01";

  font-size: 15px;

  color: #333333;

  -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(2)::after{

  position: absolute;

  left:0px;

  top: -30px;

  width: 70px;

  text-align: center;

  content: "02";

  font-size: 15px;

  color: #333333;

  -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(3)::after{

  position: absolute;

  left:0px;

  top: -30px;

  width: 70px;

  text-align: center;

  content: "03";

  font-size: 15px;

  color: #333333;

  -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-active {

  background-color: #ef2936;

  height: 3px;

}



.banner .swiper-pagination-bullets .swiper-pagination-bullet-active:nth-child(1)::after{

  opacity: 1;

}



.banner .swiper-pagination-bullets .swiper-pagination-bullet-active:nth-child(2)::after{

  opacity: 1;

}



.banner .swiper-pagination-bullets .swiper-pagination-bullet-active:nth-child(3)::after{

  opacity: 1;

}



.banner .banner_box{

  position: absolute;

  top: 660px;

  left: 0;

  width: 100%;

  height: 130px;

  background: url(../image/trait_bg.png) no-repeat  center;

  z-index: 5;

}



.banner .banner_box .banner_nr{

  width: 1300px;

  margin: 0 auto;

  height: 130px;

}



/* 询盘*/

i {

  font-weight: normal;

  font-style: normal;

}



.topxunpan {

  position: relative;

  display: block;

  z-index: 10;

  float: left;

  margin-top: 42px;



}





.topxunpan .xp {

  position: relative;

  height: 24px;

  line-height: 24px;

  font-size: 15px;

  color:#333333;

  cursor: pointer;





}



.topxunpan .xp img {

  position: relative;

  top: 0px;

  margin: 0 10px 0 0px;

  vertical-align: middle;

}



.topxunpan .xp i {

  padding: 0px;

  margin-left: 0px;

  margin-right: 0px;

  box-sizing: border-box;

  font-size: 15px;

  color:#333333;

}





.topxunpan .xp #xunpantip {

  z-index: 999;

  position: absolute;

  top: -35px ;

  left: 50%;

  width: 180px;

  height: 34px;

  line-height: 34px;

  text-align: center;

  color: #fff;

  font-size: 14px;

  -webkit-transform: translateX(-50%) scale(0);

  -moz-transform: translateX(-50%) scale(0);

  -o-transform: translateX(-50%) scale(0);

  -ms-transform: translateX(-50%) scale(0);

  transform: translateX(-50%) scale(0);

  -webkit-transition: transform .4s, opacity .4s;

  -moz-transition: transform .4s, opacity .4s;

  -o-transition: transform .4s, opacity .4s;

  -ms-transition: transform .4s, opacity .4s;

  transition: transform .4s, opacity .4s;

  background-color: #c40819 ;

  border-radius: 4px;

  opacity: 0;

  font-weight: bold;

  box-shadow: 5px 5px 2px #dfdfdf;

}



.topxunpan .xp #xunpantip::after {

  content: '';

  position: absolute;

  top: -16px;

  left: 50%;

  width: 0;

  height: 0;

  -webkit-transform: translateX(-50%);

  -moz-transform: translateX(-50%);

  -o-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  transform: translateX(-50%);

  border: 8px solid transparent;

  border-bottom-color: #c40819 ;

}



.topxunpan .xp #xunpantip.xunpantextactive {

  -webkit-transform: translateX(-50%) scale(1);

  -moz-transform: translateX(-50%) scale(1);

  -o-transform: translateX(-50%) scale(1);

  -ms-transform: translateX(-50%) scale(1);

  transform: translateX(-50%) scale(1);

  opacity: 1;

}



.banner_box .search{

  float: right;

  margin: 30px 35px 0 0;

  width: 300px;

  height: 50px;

  background: #f5f5f5;

  border-radius: 65px;

}



.banner_box .search .search2{

  float: left;

  width: 200px;

  height: 50px;

  background: none;

  padding-left: 25px;

  font-size: 15px;

  color: #333333;

}



.banner_box .search .search_s{

  float: right;

  width: 16px;

  height: 16px;

  margin: 15px 18px 0 0;

}









/* title*/



.title{

  width: 1300px;

  margin: 0 auto;

  height: 100px;

  border-bottom: 1px solid #676767;

  text-align: center;

  position: relative;

}



.title h6{

  font-size: 16px;

  color: #333333;

  font-family: 'Times New Roman', Times, serif;

  text-transform: uppercase;

  text-align: left;

  line-height: 22px;

  position: absolute;

  left: 0;

  top: 40px;

}



.title h3{



  text-align: center;



}



.title h3 span{

  display: block;

  font-size: 32px;

  color: #333;

  font-weight: bold;

  line-height: 36px;

}



.title h3 em{

  display: block;

  width: 9px;

  height: 9px;

  background: #c40819;

  border-radius: 50%;

  margin: 10px auto 5px auto;



}



.title h3 i{

  display: block;

  font-size: 18px;

  color: #333333;

  font-family: 'Times New Roman', Times, serif;

  text-transform: uppercase;

  letter-spacing: 12px;

}



.title .tel{

  width: 232px;

  height: 46px;

  line-height: 46px;

  border: 1px solid #707070;

  border-radius: 45px;

  position: absolute;

  right: 0;

  top: 25px;

}



.title .tel i{

  display: block;

  font-size: 25px;

  color: #333333;

  font-weight: bold;

  font-family: 'Times New Roman', Times, serif;

  text-transform: uppercase;

  padding-left: 55px;

  background: url(../image/tel1.png) no-repeat 25px center;

}







.page_bg{

  width: 100%;

  margin: 37px auto 0 auto;

  position: relative;

  z-index: 1;

}



.page_bg::after{

  position: absolute;

  left:0px;

  top: 0px;

  width: 100%;

  height: 100%;

  background: url(../image/page_bg.png) repeat  center;

  content: "";

  -webkit-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

  z-index: 1;

}









/* about */



.ab_bg{

  width: 100%;

  margin: 0 auto;



}



.ab_bg .about{

  width: 1300px;

  margin: 0 auto;

  padding-top: 95px;

  height: 417px;

  position: relative;

  z-index: 9;

}



.ab_bg .about .ab_img{

  float: left;

  background: url(../image/ab_list.png) no-repeat  center;

  width: 525px;

  height: 417px;

}



.ab_bg .about .ab_img iframe{

  width: 480px;

  height: 372px;

  margin: 22px 0 0 22px;

}



.ab_bg .about .ab_img img{

  width: 480px;

  height: 372px;

  margin: 22px 0 0 22px;

}



.ab_bg .about .ab_r{

  float: right;

  width: 720px;

  margin-top: 30px;

} 



.ab_bg .about .ab_r h5{

  padding-left: 55px;

  font-size: 22px;

  color: #333333;

  font-weight: bold;

  background: url(../image/buttom2.png) no-repeat left center;

}



.ab_bg .about .ab_r p{

  font-size: 16px;

  color: #666666;

  line-height: 30px;

  height: 150px;

  overflow: hidden;

  margin-top: 40px;

}



.ab_bg .about .ab_r .more{

  margin-top: 70px;



}



.ab_bg .about .ab_r .more a{

  display: block;

  font-size: 20px;

  color: #333;

  font-weight: bold;

  text-transform: uppercase;

  font-family: 'Times New Roman', Times, serif;

}



.ab_bg .about .ab_r .more a i{

  display: block;

  width: 40px;

  height: 3px;

  background: #c40819;

  margin-bottom: 10px;

}



.ab_bg .ab_xt{

  width: 1300px;

  margin: 70px auto 0 auto;

  font-size: 16px;

  color: #929292;

  letter-spacing: 32px;
  position: relative;
  z-index: 9;

}



.ab_bg .about .ab_t{

  position: absolute;

  top: 400px;

  right: 0;

  z-index: 5;

  background: url(../image/more.png) no-repeat  center;

  width: 306px;

  height: 232px;

}



.ab_bg .about .ab_t a{

  display: block;

  text-align: center;

  font-size: 58px;

  color: #c40819;

  font-family: 'Times New Roman', Times, serif;

  font-weight: bold;

  text-transform: uppercase;

  padding-top: 70px;

}



.ab_bg .about .ab_t a i{

  display: block;

  font-size: 36px;

  color: #c40819;

  line-height: 30px;

}





/* product */



.pro_bg{

  width: 100%;

  height: 964px;

  margin: -35px auto 0 auto;

  background: url(../image/pro_bg.jpg) no-repeat  center;

  position: relative;

  overflow: hidden;

}



.pro_bg .product{

  width: 1300px;

  margin: 0 auto;

  padding-top: 140px;

  position: relative;

  z-index: 9;

}



.pro_bg .product .title{

  height: 100px;

}



.pro_bg .product .title .more{

  border-radius: 45px;

  font-size: 16px;

  color: #333;

  font-family: 'Times New Roman', Times, serif;

  text-transform: uppercase;

  top: 35px;

  right: 0;

  position: absolute;

  border: 1px solid #707070;

  width: 112px;

  height: 36px;

  line-height: 36px;

  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 .product .title .more:hover{

  background: #c40819;

  border: 1px solid #c40819;

  color: #fff;

}



.pro_bg .product  .pro_box{

  position: relative;

  width: 1360px;

  margin: 50px auto 0 auto;

}



.pro_bg .product  .pro_box .hd{

  width: 1360px;

  margin: 0px auto 0 auto;

}



.pro_bg .product  .pro_box .hd ul li{

  position: relative;

  overflow: hidden;

  height: 488px;

  float: left;

  width: 148px;

  margin-right: 22px;

  -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 .hd ul li .txt{

  width: 138px;

  height: 421px;

  background: #ffffff;

  border-radius: 8px;

  margin-top: 57px;

  padding: 5px;

}



.pro_bg .product  .pro_box .hd ul li .txt .txt_nr{

  width: 138px;

  height: 421px;

  border: 1px solid #eeeeee;

  border-radius: 8px;



}



.pro_bg .product  .pro_box .hd ul li .txt .txt_nr .pic{

  width: 95px;

  height: 95px;

  border-radius: 50%;

  margin: 30px auto;



}



.pro_bg .product  .pro_box .hd ul li .txt .txt_nr .pic img{

  width: 95px;

  height: 95px;

  border-radius: 50%;

}



.pro_bg .product  .pro_box .hd ul li .txt .txt_nr em{

  display: block;

  margin: 0 auto;

  width: 2px;

  height: 20px;

  background: #4b4b4b;

}



.pro_bg .product  .pro_box .hd ul li .txt .txt_nr h5 a{

  font-size: 20px;

  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: 15px auto 0 auto;

  height: 160px;

  writing-mode: tb-rl;

  line-height: 138px;

  letter-spacing: 1px;

}



.pro_bg .product  .pro_box .hd ul li .txt .txt_nr .more{

  display: block;

  margin: 10px auto 0 auto;

  width: 70px;

  height: 28px;

  line-height: 28px;

  border-radius: 45px;

  border: 1px solid #707070;

  text-align: center;

  font-size: 12px;

  color: #333333;

  font-family: 'Times New Roman', Times, serif;

  text-transform: uppercase;

}



.pro_bg .product  .pro_box .hd ul li .txt_on{

  position: absolute;

  left: 0;

  top: 0;

  width: 620px;

  height: 488px;

  background: url(../image/pro_list.jpg) no-repeat  center;

  -webkit-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

  opacity: 0;

  overflow: hidden;

}



.pro_bg .product  .pro_box .hd ul li .txt_on .pic{

  margin: 25px 30px 0 30px;

  height: 290px;

}



.pro_bg .product  .pro_box .hd ul li .txt_on .pic h5{

  float: left;

  width: 160px;

  text-align: center;



}



.pro_bg .product  .pro_box .hd ul li .txt_on .pic h5 span{

  display: block;

  font-size: 60px;

  color: #fff;

  font-weight: bold;

  font-family: 'Times New Roman', Times, serif;

  line-height: 50px;

  margin: 50px 0 25px 0;



}



.pro_bg .product  .pro_box .hd ul li .txt_on .pic h5 i{

  font-size: 20px;

  color: #fff;

  font-weight: bold;

  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;

  writing-mode: tb-rl;

  line-height: 160px;

  letter-spacing: 1px;

  height: 160px;

  text-align: left;

} 



.pro_bg .product  .pro_box .hd ul li .txt_on .pic .pic_img{

  float: right;

  width: 398px;

  height: 290px;

  background: rgba(255, 255, 255, 0.15);



}



.pro_bg .product  .pro_box .hd ul li .txt_on .pic .pic_img img{

  width: 378px;

  height: 270px;

  margin: 10px;

}



.pro_bg .product  .pro_box .hd ul li .txt_on .nr{

  margin: 30px 30px 0 30px;

}



.pro_bg .product  .pro_box .hd ul li .txt_on .nr p{

  font-size: 15px;

  color: #fff;

  line-height: 26px;

  overflow: hidden;

  height: 104px;



}



.pro_bg .product  .pro_box .hd ul li.on{

  width: 620px;



}



.pro_bg .product  .pro_box .hd ul li.on .txt_on{

  width: 620px;

  opacity: 1;



}







/* fw */



.fw_bg{

  width: 100%;

  height: 452px;

  margin: -57px auto 0 auto;

  background: url(../image/yw_bg.png) no-repeat  center;

  position: relative;



}



.fw_bg .fw_ico{

  position: absolute;

  left: 97px;

  top: -37px;

  background: url(../image/yw_ico.png) no-repeat  center;

  width: 523px;

  height: 578px;

}



.fw_bg .fw{

  width: 1300px;

  margin: 0 auto;

  position: relative;

  z-index: 9;

}



.fw_bg .fw .bd{

  width: 970px;

  margin-left: 330px;

  padding-top: 75px;



}



.fw_bg .fw .bd ul li{

  float: left;

  width: 970px;

}



.fw_bg .fw .bd ul li .txt{

  float: left;

  width: 470px;

  margin-top: 65px;

}



.fw_bg .fw .bd ul li .txt a{

  font-size: 20px;

  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;

}





.fw_bg .fw .bd ul li .txt i{

  display: block;

  width: 28px;

  height: 3px;

  background: #181818;

  margin: 15px 0 35px 0;

}





.fw_bg .fw .bd ul li .txt p{

  font-size: 15px;

  color: #888888;

  line-height: 28px;

  height: 78px;

  overflow: hidden;

}



.fw_bg .fw .bd ul li .pic{

  float: right;

  width: 468px;

  height: 298px;

} 



.fw_bg .fw .bd ul li .pic img{

  width: 468px;

  height: 298px;

}



.fw_bg .fw .bd ul li:hover .txt a{

  color: #c40819;

}



.fw_bg .fw .hd{

  position: absolute;

  left: 330px;

  top: 360px;

} 



.fw_bg .fw .hd .next{

  float: left;

  width: 177px;

  height: 61px;

  line-height: 61px;

  background: #c30819;

  border-top-left-radius: 45px;

  border-bottom-left-radius: 45px;

}



.fw_bg .fw .hd .next i{

  display: block;

  padding-left: 90px;

  font-size: 20px;

  color: #fff;

  font-weight: bold;

  font-family: 'Times New Roman', Times, serif;

  text-transform: capitalize;

  background: url(../image/left.png) no-repeat 48px center;

}



.fw_bg .fw .hd .prev{

  float: left;

  width: 177px;

  height: 61px;

  line-height: 61px;

  background: #fff;

  border-top-right-radius: 45px;

  border-bottom-right-radius: 45px;

  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);

  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);

}



.fw_bg .fw .hd .prev i{

  display: block;

  padding-left: 40px;

  font-size: 20px;

  color: #333;

  font-weight: bold;

  font-family: 'Times New Roman', Times, serif;

  text-transform: capitalize;

  background: url(../image/right.png) no-repeat 108px center;

}







/* ys */



.ys_bg{

  width: 100%;

  margin: 110px auto 0 auto;

  overflow: hidden;

}



.ys_bg .ys{

  width: 1300px;

  margin: 0 auto;

  position: relative;

  z-index: 9;

}



.ys_bg .ys .ys_box{

  width: 1300px;

  margin: 30px auto 0 auto;

  background: url(../image/ys_xt.png) no-repeat  center 127px;

}



.ys_bg .ys .ys_box ul li{

  float: left;

  width: 260px;

  margin: 0 50px 85px 10px;

}



.ys_bg .ys .ys_box ul li:nth-child(2n){

  margin-top: 70px;

}



.ys_bg .ys .ys_box ul li:last-child{

  margin-right: 20px;

}



.ys_bg .ys .ys_box ul li .ys_ico{

  background: url(../image/ys_list.png) no-repeat  center;

  width: 226px;

  height: 182px;

  padding-top: 50px;

  -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 ul li .ys_ico h5{

  text-align: center;

  font-size: 24px;

  color: #333;

  font-weight: bold;

  -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 ul li .te_list{

  display: block;

  overflow: hidden;

  -webkit-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

  margin: 0px auto 30px auto;

  width: 59px;

  height: 59px;

  position: relative;



}





.ys_bg .ys .ys_box ul li .te_list .te_img {

  display: block;

  position: relative;

  transition: 0.7s;

  font-size: 0;

}



.ys_bg .ys .ys_box ul li .te_list .te_img i{

  display: block;

  width: 59px;

  height: 59px;

  text-align: center;

  line-height: 59px;

  margin: 0px auto;

}



.ys_bg .ys .ys_box ul li .te_list .te_img i img{

  vertical-align: middle;

  display: inline-block;

  width: 59px;

  height: 59px;

}



.ys_bg .ys .ys_box ul li .te_list .te_img i:before{

  /* 辅助ie8图片居中 */

  content: '';

  height: 59px;

  width: 1px;

  font-size: 0;

}





.ys_bg .ys .ys_box ul li .te_list .te_img {

  width: 100%;

  height: 200%;

  top:0;

}



.ys_bg .ys .ys_box ul li.on .te_img {

  top:-59px;

}



.ys_bg .ys .ys_box ul li.on .ys_ico{

  background: url(../image/ys_list1.png) no-repeat center;

}



.ys_bg .ys .ys_box ul li.on .ys_ico h5{

  color: #fff;

}



.ys_bg .ys .ys_box ul li .ys_nr{

  margin: 25px auto 0 auto;

  width: 258px;

  height: 245px;

  background: #fff;

  border-radius: 8px;

  border: 1px solid #dcdcdc;

  -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 ul li .ys_nr p{

  font-size: 14px;

  color: #666666;

  line-height: 28px;

  text-align: center;

  padding: 30px 25px 0 25px;



}



.ys_bg .ys .ys_box ul li:nth-child(3) .ys_nr p{

  padding-top: 60px;

}



.ys_bg .ys .ys_box ul li:nth-child(4) .ys_nr p{

  padding-top: 60px;

}





.ys_bg .ys .ys_box ul li.on .ys_nr{

  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .08);

  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .08);

}





/* case */

.case_bg{

  width: 100%;

  height: 704px;

  margin: 0 auto;

  background: url(../image/case_bg.jpg) no-repeat  center;

  overflow: hidden;

}



.case_bg .case{

  width: 1300px;

  margin: 0 auto;

  padding-top: 70px;

  position: relative;

  z-index: 9;

}



.case_bg .case .title{

  height: 130px;

  border-bottom: none;

}





.case_bg .case .title h6{

  color: #ffffff;

}





.case_bg .case .title h3 span{

  color: #ffffff;

}



.case_bg .case .title h3 em{

  background: #fff;





}



.case_bg .case .title h3 i{

  color: #ffffff;

}



.case_bg .case .title .more{

  position: absolute;

  right: 0px;

  top: 30px;

  width: 112px;

  height: 36px;

  line-height: 36px;

  background: #ffffff;

  border-radius: 45px;

  text-align: center;

  font-size: 16px;

  color: #333;

  font-family: 'Times New Roman', Times, serif;

  text-transform: uppercase;

  -webkit-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}



.case_bg .case .title .more:hover{

  color: #fff;

  background: #c40819;

}





.case_bg .case .case_box{

  margin: 50px auto 0 auto ;

  position: relative;

}



.case_bg .case .case_box .bd{

  width: 1300px;

  margin: 0 auto;

}



.case_bg .case .case_box .bd ul li{

  float: left;

  width: 310px;

  height: 390px;

  margin: 0 7px;

}



.case_bg .case .case_box .bd ul li .nr{



}



.case_bg .case .case_box .bd ul li .pic{

  width: 310px;

  height: 181px;



}



.case_bg .case .case_box .bd ul li .pic img{

  width: 310px;

  height: 181px;

}



.case_bg .case .case_box .bd ul li .txt{

  width: 268px;

  height: 149px;

  border: 1px solid #e5e5e5;

  padding: 30px 20px 0 20px;

  text-align: center;



} 



.case_bg .case .case_box .bd ul li .txt h5 a{

  font-size: 16px;

  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;

}



.case_bg .case .case_box .bd ul li .txt  em{

  display: block;

  margin: 10px auto 20px auto;

  width: 20px;

  height: 3px;

  background: #020202;

}



.case_bg .case .case_box .bd ul li .txt p{

  font-size: 14px;

  color: #888;

  line-height: 22px;

  height: 44px;

  overflow: hidden;

}



.case_bg .case .case_box .bd ul li .txt .more{

  display: block;

  margin: 32px auto 0 auto;

  width: 88px;

  height: 32px;

  background: #ededed url(../image/more1.png) no-repeat  center;

  border-radius: 45px;

  -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:hover .txt .more{

  background: #c40819 url(../image/more2.png) no-repeat  center;

}





.case_bg .case .case_box .next{

  cursor: pointer;

  background: url(../image/case_left.png) no-repeat  center;

  width: 67px;

  height: 74px;

  position: absolute;

  left: -110px;

  top: 145px;

}



.case_bg .case .case_box .prev{

  cursor: pointer;

  background: url(../image/case_right.png) no-repeat  center;

  width: 67px;

  height: 74px;

  position: absolute;

  right: -110px;

  top: 145px;

}





/* jz */



.jz_bg{

  width: 100%;

  height: 1650px;

  margin: 55px auto 0 auto;

  background: url(../image/news_bg.jpg) no-repeat  top center;

  overflow: hidden;

}



.jz_bg .jz{

  width: 1300px;

  height: 815px;

  margin: 0 auto;

  position: relative;

  z-index: 9;

}



.jz_bg .jz .jz_t{

  position: absolute;

  right: -145px;

  top: 75px;

}



.jz_bg .jz .jz_t .t_l{

  float: left;

  text-align: right;

}



.jz_bg .jz .jz_t .t_l h3{

  display: block;

  font-size: 32px;

  color: #333;

  font-weight: bold;

  line-height: 36px;

  position: relative;

  z-index: 5;

}



.jz_bg .jz .jz_t .t_l h3 em{

  position: absolute;

  display: block;

  width: 18px;

  height: 18px;

  background: #c40819;

  border-radius: 50%;

  top: 1px;

  right: -7px;

  z-index: -1;



}



.jz_bg .jz .jz_t .t_l span{

  display: block;

  font-size: 18px;

  color: #333333;

  font-family: 'Times New Roman', Times, serif;

  text-transform: uppercase;

  letter-spacing: 12px;

  margin-top: 15px;

}



.jz_bg .jz .jz_t  i{

  display: block;

  float: right;

  font-size: 16px;

  color: #333333;

  font-family: 'Times New Roman', Times, serif;

  text-transform: uppercase;

  text-align: left;

  margin-left: 205px;

  height: 105px;

  background: url(../image/xt.png) no-repeat 5px bottom ;

}





.jz_bg .jz .jz_box{

  margin: 10px 0 0 0;

  width: 820px;

}



.jz_bg .jz .jz_box ul li{

  float: left;

  width: 245px;

  margin: 0 10px 40px 0;

}



.jz_bg .jz .jz_box ul li .pic{

  background: url(../image/ry_list.png) no-repeat center;

  width: 245px;

  height: 315px;

}



.jz_bg .jz .jz_box ul li .pic img{

  width: 174px;

  height: 243px;

  margin: 29px 0 0 33px;



}



.jz_bg .jz .jz_box ul li .txt{

  margin: 0 auto;

  text-align: center;



}



.jz_bg .jz .jz_box ul li .txt a{

  font-size: 16px;

  color: #333333;

  white-space: nowrap;

  text-overflow: ellipsis;

  -o-text-overflow: ellipsis;

  overflow: hidden;

  display: block;

  -webkit-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}



.jz_bg .jz .jz_ico{

  position: absolute;

  right: -175px;

  top: 230px;

  width: 657px;

  height: 506px;

  background: url(../image/ry_ico.png) no-repeat  center;

}











/* news */



.news{

  width: 1300px;

  margin: 0 auto;

  height: 830px;

  position: relative;

  z-index: 9;



}



.news .title .more{

  border-radius: 45px;

  font-size: 16px;

  color: #333;

  font-family: 'Times New Roman', Times, serif;

  text-transform: uppercase;

  top: 35px;

  right: 0;

  position: absolute;

  border: 1px solid #707070;

  width: 112px;

  height: 36px;

  line-height: 36px;

  text-align: center;

  -webkit-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}



.news .title .more:hover{

  color: #fff;

  background: #c40819;

  border: 1px solid #c40819;

}





.news .news_list{

  width: 1300px;

  margin: 30px auto 0 auto;

  text-align: center;

  

}



.news .news_list ul{

  text-align: center;

}



.news .news_list ul li{

  display: inline-block;

  margin: 0 38px;

  height: 65px;

  line-height: 65px;

}



.news .news_list ul li a{

  display: block;

  text-align: center;

}



.news .news_list ul li a span{

  display: block;

  width: 65px;

  height: 65px;

  border: 1px solid #dedede;

  border-radius: 50%;

  -webkit-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

  float: left;

}



.news .news_list ul li a span i{

  display: block;

  width: 45px;

  height: 45px;

  border-radius: 50%;

  margin: 10px;

  -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.n1 a span i{

  background: url(../image/news1.png) no-repeat  center;

}



.news .news_list ul li.n2 a span i{

  background: url(../image/news2.png) no-repeat  center;

}



.news .news_list ul li.n3 a span i{

  background: url(../image/news3.png) no-repeat  center;

}





.news .news_list ul li a b{

  font-size: 16px;

  color: #333333;

  font-weight: normal;

  -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 a b em{

  font-size: 18px;

  color: #333333;

  font-weight: bold;

  -webkit-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

  opacity: 0;

}



.news .news_list ul li.casehover a span{

  width: 63px;

  height: 63px;

  border: 2px solid #c40819;

  margin-right: 15px;

}



.news .news_list ul li.casehover a span i{

  margin: 9px;

}



.news .news_list ul li.n1.casehover a span i{

  background: #c40819 url(../image/news11.png) no-repeat  center;

}



.news .news_list ul li.n2.casehover a span i{

  background: #c40819 url(../image/news22.png) no-repeat  center;

}



.news .news_list ul li.n3.casehover a span i{

  background: #c40819 url(../image/news33.png) no-repeat  center;

}



.news .news_list ul li.casehover a b{

  font-size: 18px;

  color: #333333;

  font-weight: bold;

}



.news .news_list ul li.casehover a b em{

  opacity: 1;

}



.news .news_box{

  margin: 30px auto 0 auto;

} 



.news .news_box .news_top{

  height: 222px;

}



.news .news_box .news_top .news_l{

  float: left;

  width: 855px;

  height: 222px;

  background: #fff;

  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);

  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);

}



.news .news_box .news_top .news_l .news_img{

  float: left;

  width: 265px;

  height: 184px;

  margin: 19px 0 0 19px;

}



.news .news_box .news_top .news_l .news_img img{

  width: 265px;

  height: 184px;

}



.news .news_box .news_top .news_l .txt{

  width: 490px;

  float: right;

  margin-right: 35px;

  margin-top: 40px;



}



.news .news_box .news_top .news_l .txt h5 a{

  font-size: 16px;

  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;

}



.news .news_box .news_top .news_l .txt p{

  font-size: 14px;

  color: #999999;

  line-height: 24px;

  height: 48px;

  overflow: hidden;

  margin-top: 13px;



}



.news .news_box .news_top .news_l .more{

  margin-top: 23px;



} 



.news .news_box .news_top .news_l .more a{

  display: block;

  float: left;

  width: 141px;

  height: 29px;

  line-height: 29px;

  background: #f8f8f8;

  border-top-right-radius: 45px;

  border-bottom-right-radius: 45px;

  text-align: center;

  font-size: 18px;

  color: #333333;

  font-weight: bold;

  font-family: 'Times New Roman', Times, serif;

  text-transform: capitalize;

  margin-top: 10px;

  -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_l .more span{

  display: block;

  float: right;

  font-size: 14px;

  color: #999999;

  font-family: Arial, Helvetica, sans-serif;

  text-align: center;

  padding-left: 67px;

  background: url(../image/buttom3.png) no-repeat  left 17px;

}



.news .news_box .news_top .news_l .more span i{

  font-size: 36px;

  color: #333333;

  font-weight: bold;

  font-family: Arial, Helvetica, sans-serif;

  display: block;

  line-height: 30px;

  margin-bottom: 3px;

}



.news .news_box .news_top .news_l:hover .txt h5 a{

  color: #c40819;

}



.news .news_box .news_top .news_l:hover .txt .more a{

  color: #fff;

  background: #c40819;

}



.news .news_box .news_top .news_r{

  float: right;

  width: 400px;

  height: 222px;

  background: #fff;

  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);

  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);

} 



.news .news_box .news_top .news_r h5{

  margin: 40px 20px 0 30px;

  height: 52px;

}



.news .news_box .news_top .news_r h5 a{

  float: left;

  width: 240px;

  display: block;

  font-size: 16px;

  color: #333;

  line-height: 30px;

  height: 60px;

  overflow: hidden;



}



.news .news_box .news_top .news_r h5 span{

  display: block;

  height: 52px;

  border-left: 1px solid #dedede;

  float: right;

  width: 80px;

  text-align: right;

  font-size: 14px;

  color: #999999;

  font-family: Arial, Helvetica, sans-serif;

}



.news .news_box .news_top .news_r h5 span i{

  display: block;

  font-size: 50px;

  color: #333;

  font-weight: bold;

  font-family: Arial, Helvetica, sans-serif;

  line-height: 36px;

  margin-bottom: 3px;

}



.news .news_box .news_top .news_r p{

  margin: 26px 20px 0 30px;

  font-size: 14px;

  color: #999999;

  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;

}



.news .news_box .news_top .news_r .more a{

  margin-top: 30px;

  display: block;

  width: 141px;

  height: 29px;

  line-height: 29px;

  background: #f8f8f8;

  border-top-right-radius: 45px;

  border-bottom-right-radius: 45px;

  text-align: center;

  font-size: 18px;

  color: #333333;

  font-weight: bold;

  font-family: 'Times New Roman', Times, serif;

  text-transform: capitalize;

  -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:hover .more a{

  color: #fff;

  background: #c40819;



}



.news .news_box .list{

  width: 1360px;

  margin: 30px auto 0 auto;

}



.news .news_box .list ul li{

  float: left;

  position: relative;

  z-index: 5;

  width: 410px;

  height: 100px;

  background: #fbfbfb;

  margin: 0 35px 22px 0;

}



.news .news_box .list ul li .time{

  float: left;

  width: 100px;

  height: 55px;

  line-height: 55px;

  border-right: 1px dashed #e1e1e1;

  margin-top: 27px;

}



.news .news_box .list ul li .time span{

  display: block;

  text-align: center;

  font-size: 24px;

  color: #333333;

  font-family: Arial, Helvetica, sans-serif;

}



.news .news_box .list ul li .txt{

  float: right;

  width: 260px;

  margin: 27px 30px 0 0;

} 



.news .news_box .list ul li .txt a{

  font-size: 16px;

  color: #333;

  white-space: nowrap;

  text-overflow: ellipsis;

  -o-text-overflow: ellipsis;

  overflow: hidden;

  display: block;

  -webkit-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}



.news .news_box .list ul li .txt p{

  font-size: 14px;

  color: #989898;

  white-space: nowrap;

  text-overflow: ellipsis;

  -o-text-overflow: ellipsis;

  overflow: hidden;

  display: block;

  -webkit-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

  margin-top: 7px;

}



.news .news_box .list ul li::after{

  position: absolute;

  left: 0px;

  top: 0px;

  content: "";

  z-index: -1;

  width: 0px;

  height: 100%;

  background: #c40819;

  -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.on::after{

  width: 100%;

}



.news .news_box .list ul li.on .time{

  border-right: 1px dashed #fff;



}



.news .news_box .list ul li.on .time span{

  color: #fff;



}



.news .news_box .list ul li.on .txt a{

  color: #fff;

} 



.news .news_box .list ul li.on .txt p{

  color: #fff;

  opacity: 0.6;

}



/* links */



.links_bg{

  position: absolute;

  left: 0;

  bottom: -100px;

  width: 100%;

}



.links{

  width: 1300px;

  margin: 30px auto 0 auto;

  overflow: hidden;

  position: relative;

  z-index: 9;

}



.links .links_t{

  float: left;

  background: url(../image/links.png) no-repeat  left center;

  width: 120px;

  height: 43px;

}



.links .links_t i{

  display: block;

  font-size: 16px;

  color: #333;

  padding-left: 48px;

  line-height: 20px;

}



.links .yq{

  float: right;

  width: 1145px;

} 



.links .yq a{

  margin-right: 15px;

  font-size: 15px;

  color: #717171;

}