
/*-----------------------------------------------------------*/
/*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{
  position: absolute;
  width: 65px;
  height: 65px;
  background: url(../images/bannerR.png) no-repeat  center;
  right: 4%;
  top: 50%;
  z-index: 5;
  cursor: pointer;
}

.banner .swiper-button-prev1{
  position: absolute;
  width: 65px;
  height: 65px;
  background: url(../images/bannerL.png) no-repeat  center;
  left: 4%;
  top: 50%;
  z-index: 5;
  cursor: pointer;
}

.banner .banner_button{
  width: 45px;
  height: 422px;
  position: absolute;
  top: 130px;
  right: 80px;
  background: url(../images/banner_xt.png) no-repeat 35px top ;
  z-index: 5;
}

.banner .banner_button .swiper-pagination{
  font-size: 0px;
  color: #fff;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  bottom: 125px;
  text-align: right;
}

.banner .banner_button .swiper-pagination span{
  display: block;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
}

.banner .banner_button .swiper-pagination .swiper-pagination-current{
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #fff;
  margin-bottom: 13px;
  position: relative;
  font-size: 18px;
  color: #df5337;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;

}

.banner .banner_button .swiper-pagination .swiper-pagination-total{
  position: relative;

}

.banner .banner_button .swiper-pagination .swiper-pagination-total::after{
  position: absolute;
  left: 23px;
  top: 0px;
  content: "0";
  font-size: 18px;
  color: #fff;
  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;
}

.banner .banner_button .swiper-pagination .swiper-pagination-current::after{
  position: absolute;
  left: 23px;
  top: 0px;
  content: "0";
  font-size: 18px;
  color: #df5337;
  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;
}

.banner .trait{
  width: 120px;
  margin: 0 auto;
  left: 0;
  top: 0px;
  height: 100%;
  position: absolute;
  z-index: 5;
  background: #fff;
}

.banner .trait .trait_nr{
  text-align: center;
  width: 120px;
  height: 410px;
  margin: 55px auto 0 auto;
  font-size: 16px;
  color: #333333;
  writing-mode: tb-rl;
  letter-spacing: 15px;
  line-height: 120px;
  padding-top: 65px;
  background: url(../images/buttom1.png) no-repeat top center;
}

.banner .trait .trait_xt{
  margin: 22px auto 0 auto;
  width: 1px;
  height: 116px;
  background: #dddddd;

}

.banner .tel{
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: 5;
  width: 410px;
  height: 88px;
  background: #ffffff;
  border-top-right-radius: 25px;

}  

.banner .tel i{
  display: block;
  line-height: 88px;
  background: url(../images/tel.png) no-repeat left center;
  padding-left: 150px;
  font-size: 30px;
  color:  #333333;
  font-weight: bold;
}

/* 询盘*/

.xpBox{
  background: url(../images/xunpan.png) center center no-repeat;
  width: 32px;
  height: 32px;
  z-index: 5;
  position: absolute;
  top: 55px;
  right: 75px;
}

.xpBox:hover .topxunpan {
  width: 220px;
  height: 38px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  opacity: 1;
}

i {
  font-weight: normal;
  font-style: normal;
}

.topxunpan {
  cursor: pointer;
  display: block;
  margin-left: 30px;
  position: absolute;
  z-index: 5;
  width: 0px;
  height: 38px;
  border-radius: 30px 0px 0px 30px;
  line-height: 36px;
  background: #fff;
  right: 40px;
  top: 0px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}


.topxunpan .xp {
  position: relative;
  line-height: 38px;
  color: #666;
  font-size: 16px;
  cursor: pointer;
  padding-left: 20px;
}

.topxunpan .xp>span{
  width: 100%;
  height: 38px;
  overflow: hidden;
  display: block;
}

.topxunpan .xp img {
  position: relative;
  top: 8px;
  margin: 0 7px 0 0px;

}

.topxunpan .xp i {
  padding: 0 0px;
  margin-left: 0px;
  margin-right: 0px;
  box-sizing: border-box;
  color: #666;
  font-size: 16px;
  font-weight: bold;
}

.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: #32417e;
  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: #32417e;
}

.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;
}



/* title*/

.title{

}

.title img{
  display: block;
}

.title h3{
  font-size: 40px;
  color: #333333;
  font-weight: bold;
  display: inline-block;
  background: url(../images/title.png) no-repeat right center;
  padding-right: 28px;
  line-height: 40px;
  margin-top: -17px;
}

.title h3 a{
  font-size: 40px;
  color: #333333;
  font-weight: bold;
  display: block;
}





/* product*/

.product{
  margin: 80px auto 0 auto;
  width: 1280px;
}

.product .pro_t{
  height: 127px;
}

.product .title{
  float: left;
}

.product .t_more{
  float: right;
  margin-top: 20px;
  width: 158px;
  height: 37px;
  line-height: 37px;
  text-align: right;
  border-bottom: 1px solid #dddddd;
  font-size: 16px;
  color: #333333;
  letter-spacing: 3px;
} 

.product .pro_box{
  margin: 0 auto;
  height: 353px;
}

.product .pro_box .pro_nr{
  float: left;
  width: 975px;
}

.product .pro_box .pro_nr .pic{
  float: left;
  width: 486px;
  height: 353px;
  background: #dddddd;
}

.product .pro_box .pro_nr .pic img{
  width: 466px;
  height: 333px;
  margin: 10px;
}

.product .pro_box .pro_nr .txt{
  float: right;
  width: 430px;
  margin-top: 40px;
}

.product .pro_box .pro_nr .txt span{
  display: block;
  padding-left: 65px;
  background: url(../images/buttom2.png) no-repeat  left center;
  line-height: 31px;
  font-size: 16px;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 10px;
}

.product .pro_box .pro_nr .txt em{
  display: block;
  width: 430px;
  height: 1px;
  background: #eaeaea;
  margin-top: 15px;
}

.product .pro_box .pro_nr .txt h5 a{
  margin-top: 37px;
  font-size: 20px;
  color: #333;
  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;
}

.product .pro_box .pro_nr .txt p{
  font-size: 15px;
  color: #666;
  line-height: 40px;
  height: 80px;
  overflow: hidden;
  margin-top: 25px;
}

.product .pro_box .pro_nr .txt .more{
  display: block;
  background: url(../images/more.png) no-repeat  center;
  width: 43px;
  height: 43px;
  margin-top: 40px;
}

.product .pro_box .pro_nr:hover .txt h5 a{
  color: #32417e;
}

.product .pro_box .pro_list{
  float: right;
  background: url(../images/pro_list.png) no-repeat  center;
  width: 254px;
  height: 340px;
  padding-top: 13px;
}

.product .pro_box .pro_list ul li{
  width: 200px;
  height: 75px;
  line-height: 75px;
  margin: 0 auto 5px auto;
  border-bottom: 1px solid #dddddd;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: url(../images/more1.png) no-repeat  right center;
}

.product .pro_box .pro_list ul li a{
  font-size: 18px;
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: url(../images/buttom3.png) no-repeat  20px center;
  padding-left: 60px;
  width: 95px;
}

.product .pro_box .pro_list ul li.on{
  background: url(../images/more2.png) no-repeat  right center;
}

.product .pro_box .pro_list ul li.on a{
  color: #df5337;
  font-weight: bold;

}

.product .pro_show{
  width: 1360px;
  margin: 50px auto 0 auto;
} 

.product .pro_show ul li{
  float: left;
  width: 296px;
  margin-right: 30px;
}

.product .pro_show ul li .pic{
  width: 296px;
  height: 230px;
  border: 1px solid #cccccc;
  background: #f5f5f5;
  border-radius: 8px;

}

.product .pro_show ul li .pic img{
  width: 284px;
  height: 218px;
  margin: 6px;
  border-radius: 8px;

}

.product .pro_show ul li .txt {
  margin: 11px auto 0 auto;
  height: 36px;
  line-height: 36px;

}

.product .pro_show 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;
  float: left;
  width: 220px;

}

.product .pro_show ul li .txt .more{
  display: block;
  float: right;
  width: 36px;
  height: 36px;
  background: url(../images/more4.png) no-repeat  center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product .pro_show ul li:hover .txt .more{
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background: #32417e url(../images/more3.png) no-repeat  center;
}

/* ys*/

.ys_bg{
  width: 100%;
  margin: 80px auto 0 auto;
  height: 920px;
  background: url(../images/ys_bg.jpg) no-repeat  center;
  overflow: hidden;
}

.ys_bg .ys{
  position: relative;
  width: 1280px;
  margin: 0 auto;
  padding-top: 210px;
}

.ys_bg .ys .ys_trait{
  position: absolute;
  right: 0;
  top: 75px;
  font-size: 16px;
  color: #666666;
  letter-spacing: 12px;
}

.ys_bg .ys .ys_t{
  position: absolute;
  top: 175px;
  right: 0;
  z-index: 5;
  text-align: right;
}

.ys_bg .ys .ys_t img{
  display: block;
}

.ys_bg .ys .ys_t h3{
  font-size: 30px;
  color: #333333;
}

.ys_bg .ys .ys_box{
  margin: 0 auto;
  position: relative;
}

.ys_bg .ys .ys_box .hd{
  position: absolute;
  left: 445px;
  top: 0;

}

.ys_bg .ys .ys_box .hd ul li{
  margin-bottom: 95px;
  height: 60px;

}

.ys_bg .ys .ys_box .hd ul li em{
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  background: url(../images/buttom4.png) no-repeat  center;
  margin-top: 20px;
  -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 .ys_ico_box{
  float: left;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  background: #32417e;
  margin-left: 40px;

}

.ys_bg .ys .ys_box .hd ul li .ys_ico_box .ys_ico{
  width: 60px;
  height: 60px;
  -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 .ys_ico_box .ys_ico2{
  width: 60px;
  height: 60px;
  -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 h5{
  float: left;
  font-size: 20px;
  color: #333333;
  margin-left: 18px;
  -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 h5 span{
  display: block;
  font-size: 14px;
  color: #999999;
  font-weight: normal;
}

.ys_bg .ys .ys_box .hd ul li.on em{
  background: url(../images/buttom5.png) no-repeat  center;
}

.ys_bg .ys .ys_box .hd ul li.on .ys_ico_box{
  background: #df5337;

}

.ys_bg .ys .ys_box .hd ul li.on .ys_ico_box .ys_ico{
  transform: translateY(-60px);

}

.ys_bg .ys .ys_box .hd ul li.on .ys_ico_box .ys_ico2{
  transform: translateY(-60px);
}

.ys_bg .ys .ys_box .hd ul li.on h5{
  font-weight: bold;
}

.ys_bg .ys .ys_box .hd ul li.ys1{
  margin-left: 27px;

}

.ys_bg .ys .ys_box .hd ul li.ys2{
  margin-left: 105px;

}

.ys_bg .ys .ys_box .hd ul li.ys3{
  margin-left: 99px;
}


.ys_bg .ys .ys_box .bd{
  position: absolute;
  right: 0;
  top: 192px;
  width: 420px;
}

.ys_bg .ys .ys_box .bd ul li{
  float: left;
  width: 354px;
  text-align: center;
  padding: 0 31px;
}

.ys_bg .ys .ys_box .bd ul li span{
  display: block;
  font-size: 60px;
  color: #df5337;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 45px;
  padding-top: 50px;
}


.ys_bg .ys .ys_box .bd ul li h5{
  font-size: 24px;
  color: #333;
  font-weight: bold;
  background: url(../images/ys_xt.png) no-repeat  center;
  margin-top: 25px;
}

.ys_bg .ys .ys_box .bd ul li i{
  display: block;
  font-size: 14px;
  color: #999;
  margin-top: 5px;
}


.ys_bg .ys .ys_box .bd ul li p{
  font-size: 14px;
  color: #666666;
  line-height: 36px;
  margin: 20px auto 0 auto;
}





.ys_bg .ys .ys_box .ys_img{
  position: absolute;
  top: 15px;
  left: -320px;
  width: 735px;
  height: 560px;

}

.ys_bg .ys .ys_box .ys_img img{
  width: 735px;
  height: 560px;
}



/* case*/

.case_bg{
  width: 100%;
  margin: 0 auto;
  height: 860px;
  background: #fafbfc;
  overflow: hidden;
}

.case_bg .case{
  width: 1280px;
  margin: 0 auto;
  padding-top: 80px;
  position: relative;
}

.case_bg .case .title{
  position: absolute;
  left: 0;
  top: 80px;
  z-index: 5;
}

.case_bg .case .title span{
  display: block;
  font-size: 16px;
  color: #666666;
  letter-spacing: 3px;
  margin-top: 19px;
}

.case_bg .case .case_box{
  margin: 0 auto;
  height: 398px;
}

.case_bg .case .case_box .txt{
  float: left;
  margin-top: 175px;
  width: 545px;
}

.case_bg .case .case_box .txt h5 a{
  font-size: 18px;
  color: #333;
  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;
}

.case_bg .case .case_box .txt p{
  font-size: 14px;
  color: #999;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  margin: 15px 0 63px 0;
}

.case_bg .case .case_box .txt .more{
  display: block;
  font-size: 16px;
  color: #333;
  width: 158px;
  height: 28px;
  border-bottom: 1px solid #dddddd;
  letter-spacing: 3px;
  -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 .pic{
  float: right;
  width: 656px;
  height: 398px;
  background: url(../images/case_bg.png) no-repeat left bottom ;
} 

.case_bg .case .case_box .pic img{
  width: 646px;
  height: 388px;
  margin: 0 0 0 10px;
}

.case_bg .case .case_box:hover .txt h5 a{
  color: #32417e;

}

.case_bg .case .case_box:hover .txt .more{
  color: #32417e;
  border-bottom: 1px solid #32417e;
}

.case_bg .case .case_show{
  width: 1360px;
  margin: 42px auto 0 auto;
}

.case_bg .case .case_show ul li{
  float: left;
  width: 306px;
  height: 264px;
  border: 1px solid #dddddd;
  border-radius: 6px;
  margin-right: 18px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case_bg .case .case_show ul li .pic{
  width: 286px;
  height: 204px;
  border-radius: 6px;
  margin: 10px 10px 0 10px;
  overflow: hidden;
}

.case_bg .case .case_show ul li .pic img{
  width: 286px;
  height: 204px;
  border-radius: 6px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case_bg .case .case_show ul li .txt{
  width: 266px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
}

.case_bg .case .case_show ul li .txt h5 a{
  font-size: 14px;
  color: #333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  float: left;
  width: 200px;
}

.case_bg .case .case_show ul li .txt .more{
  display: block;
  background: url(../images/more5.png) no-repeat  center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 19px;
  height: 19px;
  margin-top: 15px;
  float: right;
}

.case_bg .case .case_show ul li:hover{
  border: 1px solid #fff;
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
}

.case_bg .case .case_show ul li:hover .pic img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.case_bg .case .case_show ul li:hover .txt h5 a{
  color: #32417e;

}

.case_bg .case .case_show ul li:hover .txt .more{
  background: url(../images/more6.png) no-repeat  center;
}


/* about*/

.ab_bg{
  width: 100%;
  margin: 0 auto;
  height: 920px;
  background: url(../images/ab_bg.jpg) no-repeat  center;
  overflow: hidden;
}

.ab_bg .about{
  width: 1280px;
  margin: 0 auto;
  position: relative;
}

.ab_bg .about .ab_nr{
  padding-top: 190px;
  width: 680px;
}

.ab_bg .about .ab_nr span{
  display: block;
  background: url(../images/buttom7.png) no-repeat  center;
  width: 16px;
  height: 10px;
}

.ab_bg .about .ab_nr h5{
  margin-top: 200px;
  font-size: 60px;
  color: #fff;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 50px;

}

.ab_bg .about .ab_nr h5 i{
  font-size: 60px;
  color: #df5337;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.ab_bg .about .ab_nr h3 a{
  display: block;
  font-size: 24px;
  color: #fff;
  margin-top: 5px;
  position: relative;
  z-index: 9;
}

.ab_bg .about .ab_nr em{
  display: block;
  margin-top: 30px;
  width: 1px;
  height: 90px;
  background: #8f8faf;
}

.ab_bg .about .ab_nr p{
  font-size: 15px;
  color: #fff;
  line-height: 36px;
  height: 144px;
  overflow: hidden;
  margin-top: 20px;
}

.ab_bg .about .ab_list{
  position: absolute;
  left: 0;
  top: 105px;
  width: 1280px;
} 

.ab_bg .about .ab_list ul li{

}

.ab_bg .about .ab_list ul li a{
  display: block;
}

.ab_bg .about .ab_list ul li a span{
  display: block;
  float: left;
  margin: 20px 15px 0 15px;
  font-size: 20px;
  color: #fff;
}

.ab_bg .about .ab_list ul li a span i{
  display: block;
  font-size: 14px;
  color: #9398b4;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 20px;
}

.ab_bg .about .ab_list ul li a b{
  display: block;
  float: left;
  width: 115px;
  height: 115px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0);
  -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 a b em{
  display: block;
  width: 95px;
  height: 95px;
  background: #fff;
  border-radius: 50%;
  margin: 10px;
}

.ab_bg .about .ab_list ul li a b img{
  width: 81px;
  height: 81px;
  border-radius: 50%;
  margin: 7px;
}

.ab_bg .about .ab_list ul li.ab1{
  top: 0;
  right: 830px;
  position: absolute;

}

.ab_bg .about .ab_list ul li.ab1 span{
  text-align: right;
}

.ab_bg .about .ab_list ul li.ab2{
  top: 292px;
  left: 342px;
  position: absolute;
}

.ab_bg .about .ab_list ul li.ab3{
  top: 83px;
  left: 555px;
  position: absolute;
}

.ab_bg .about .ab_list ul li.ab3 span{
  margin-top: 48px;
}

.ab_bg .about .ab_list ul li.ab4{
  top: 45px;
  right: 0px;
  position: absolute;
}

.ab_bg .about .ab_list ul li.ab5{
  top: 435px;
  left: 920px;
  position: absolute;
}



.ab_bg .about .ab_list ul li.ab3 a b{
  display: block;
  float: left;
  width: 156px;
  height: 156px;
  border-radius: 50%;

}

.ab_bg .about .ab_list ul li.ab3 a b em{
  display: block;
  width: 135px;
  height: 135px;
  background: #fff;
  border-radius: 50%;
  position: relative;
}

.ab_bg .about .ab_list ul li.ab3 a b img{
  width: 115px;
  height: 196px;
  border-radius: 0%;
  margin: 0px;
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.ab_bg .about .ab_list ul li.on a b{
  background: rgba(255, 255, 255, 0.2);

}


.ab_bg .about .ab_xt{
  position: absolute;
  left: -200px;
  top: 560px;
  width: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  writing-mode: tb-rl;
  letter-spacing: 6px;
  background: url(../images/buttom6.png) no-repeat top center;
  padding-top: 27px;
}

.ab_bg .about .ab_xt i{
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
  margin-top: 5px;
}





/* news*/

.news{
  width: 1280px;
  margin: 75px auto 80px auto;
}

.news .news_t{
  height: 140px;
}

.news .news_t .title{
  float: left;
}

.news .news_t .news_list{
  float: right;
  margin-top: 30px;
}

.news .news_t .news_list ul li{
  float: left;
  width: 160px;
  height: 42px;
  line-height: 42px;
  margin-left: 90px;
  position: relative;
  z-index: 5;
}

.news .news_t .news_list ul li a{
  display: block;
  padding-left: 60px;
  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_t .news_list ul li.n1 a{
  background: url(../images/news1.png) no-repeat 25px center;
}

.news .news_t .news_list ul li.n2 a{
  background: url(../images/news2.png) no-repeat 25px center;
}


.news .news_t .news_list ul li.n3 a{
  background: url(../images/news3.png) no-repeat 25px center;
}

.news .news_t .news_list ul li::after{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0px;
  height: 100%;
  background: #32417e;
  border-radius: 45px;
  z-index: -1;
  content: "";
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .news_t .news_list ul li.casehover::after{
  width: 100%;
}

.news .news_t .news_list ul li.casehover a{
  color: #fff;

}

.news .news_t .news_list ul li.n1.casehover a{
  background: url(../images/news11.png) no-repeat 25px center;
}

.news .news_t .news_list ul li.n2.casehover a{
  background: url(../images/news22.png) no-repeat 25px center;
}


.news .news_t .news_list ul li.n3.casehover a{
  background: url(../images/news33.png) no-repeat 25px center;
}

.news .news_box{
  margin: 0 auto;
  width: 1280px;
}

.news .news_box .news_top{
  height: 398px;
  width: 1360px;

}

.news .news_box .news_top ul li{
  float: left;
  width: 392px;
  margin-right: 55px;
}

.news .news_box .news_top ul li .pic{
  width: 390px;
  height: 252px;
  border: 1px  solid #dddddd;
  position: relative;

}

.news .news_box .news_top ul li .pic img{
  display: block;
  width: 370px;
  height: 232px;
  margin: 10px;
}

.news .news_box .news_top ul li .pic span{
  display: block;
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 82px;
  height: 30px;
  line-height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  background: #32417e;
  -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 ul li .txt{
  margin: 22px auto 0 auto;
} 

.news .news_box .news_top ul li .txt .txt_l{
  float: left;
  width: 320px;
}

.news .news_box .news_top ul li .txt .txt_l a{
  font-size: 18px;
  color: #333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .news_box .news_top ul li .txt .txt_l p{
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin-top: 10px;

}

.news .news_box .news_top ul li .txt .more{
  display: block;
  float: right;
  margin-top: 3px;

} 

.news .news_box .news_top ul li .txt .more a{
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #dddddd url(../images/more7.png) no-repeat center;
}

.news .news_box .news_top ul li:hover .pic span{
  background: #df5337;

}

.news .news_box .news_top ul li:hover .txt .txt_l a{
  color: #32417e;

}

.news .news_box .list{
  margin: 0 auto 0 auto;
  width: 1280px;
  height: 110px;
  border: 1px solid #f5f5f5;
} 

.news .news_box .list ul li{
  float: left;
  width: 425px;
  height: 110px;
  border-left: 1px solid #f5f5f5;
}

.news .news_box .list ul li .time{
  float: left;
  width: 100px;
  height: 60px;
  border-right: 1px solid #e4e4e4;
  margin-top: 25px;
  position: relative;

}

.news .news_box .list ul li .time span{
  display: block;
  line-height: 60px;
  text-align: center;
  font-size: 22px;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.news .news_box .list ul li .news_img{
  width: 0px;
  height: 60px;
  margin: 0 auto;
  position: absolute;
  left: 10px;
  top: 0;
  opacity: 0;
  -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 .news_img img{
  width: 0px;
  height: 60px;
  -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{
  float: left;
  margin: 25px 0 0 20px;
  width: 270px;
} 

.news .news_box .list ul li .txt h5{
  float: left;
  width: 230px;
}

.news .news_box .list 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;
  line-height: 35px;
}

.news .news_box .list ul li .txt span{
  display: block;
  font-size: 12px;
  color: #999999;
  margin-top: 2px;
}

.news .news_box .list ul li .txt .more{
  display: block;
  float: right;
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  margin-top: 17px;
}

.news .news_box .list ul li:hover .news_img{
  opacity: 1;
  width: 80px;
}

.news .news_box .list ul li:hover .news_img img{
  width: 80px;
}

.news .news_box .list ul li:hover .txt h5 a{
  color: #32417e;
}