
/*-----------------------------------------------------------*/
/*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{
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.bodyindex #indexPage #topSlider .content_list .owl-stage .item_block {
  height: 750px !important;
}


/* trait*/

.trait_bg{
  width: 100%;
  margin: 0 auto;
  height: 110px;
  background: url(../images/trait_bg.png) no-repeat center  ;
}

.trait_bg .trait{
  margin: 0 auto;
  width: 1280px;
  height: 95px;
}

.trait_bg .trait .trait_l{
  float: left;
  width: 445px;
  line-height: 95px;
  background: url(../images/buttom1.png) no-repeat right center  ;
}

.trait_bg .trait .trait_l span{
  padding-left: 26px;
  background: url(../images/buttom2.png) no-repeat left center  ;
  display: block;
  font-size: 16px;
  color: #333;
}

.trait_bg .trait .tel{
  float: left;
  margin-left: 115px;
  width: 305px;
  line-height: 95px;
  background: url(../images/buttom1.png) no-repeat right center  ;
} 

.trait_bg .trait .tel img{
  display: block;
  float: left;
  width: 21px;
  height: 21px;
  margin-top: 37px;
}

.trait_bg .trait .tel span{
  display: block;
  float: left;
  font-size: 24px;
  color: #333;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  margin-left: 10px;
}

.trait_bg .trait .search{
  float: right;
  margin-top: 35px;
  width: 300px;
  height: 30px;
  border-bottom: 1px solid  #dddddd;
}

.trait_bg .trait .search .search2{
  float: left;
  width: 230px;
  height: 30px;
  background: none;
  font-size: 14px;
  color: #bbbbbb;
  padding-left: 10px;
}

.trait_bg .trait .search .search_s{
  float: right;
  width: 18px;
  height: 18px;
  margin: 4px 10px 0 0;

}


/* t_title*/

.t_title{
  line-height: 55px;
  height: 55px;
}

.t_title span{
  display: block;
  float: left;
  font-size: 60px;
  color: #335795;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 48px;
  margin-top: 7px;
}

.t_title h3{
  height: 55px;
  float: left;
  margin-left: 25px;
  background: url(../images/title.png) no-repeat bottom left  ;
  width: 241px;
  font-size: 40px;
  color:  #333;
  font-weight: bold;
}

.t_title h3 a{
  display: block;
}

.t_title h3 i{
  font-size: 24px;
  color:  #333;
  font-weight: normal;
  margin-right: 15px;
}



/* product*/

.product{
  width: 1280px;
  margin: 60px auto 0 auto;
}

.product .pro_t{
  height: 100px;

}

.product .pro_t .t_title{
  float: left;
}

.product .pro_t .more{
  float: right;
  margin-top: 16px;
  background: url(../images/more.png) no-repeat bottom left  ;
  width: 139px;
  height: 22px;
} 

.product .pro_t .more a{
  display: block;
  font-size: 18px;
  color:  #333;
  margin-left: 35px;
  line-height: 20px;
  letter-spacing: 4px;
}

.product .pro_center{
  margin: 0 auto;
}

.product .pro_center .pro_list{
  float: left;
  width: 270px;
  position: relative;
  z-index: 5;
}

.product .pro_center .pro_list::after{
  position: absolute;
  left: 5px;
  top: 25px;
  width: 1px;
  height: 590px;
  background: #e9e9e9;
  content: "";
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product .pro_center .pro_list ul li{
  margin-bottom: 32px;
  width: 270px;
  height: 52px;
}

.product .pro_center .pro_list ul li em{
  display: block;
  float: left;
  width: 9px;
  height: 9px;
  background: #dddddd;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 21px;
}

.product .pro_center .pro_list ul li i{
  display: block;
  float: left;
  width: 56px;
  height: 1px;
  background: #e9e9e9;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 25px;
}

.product .pro_center .pro_list ul li h5{
  width: 200px;
  height: 52px;
  line-height: 52px;
  border-radius: 8px;
  background: #f6f6f6;
  position: relative;
  z-index: 5;
  float: left;

}

.product .pro_center .pro_list ul li h5 a{
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: center;
}

.product .pro_center .pro_list ul li h5::after{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0%;
  height: 100%;
  background: #335795;
  border-radius: 8px;
  content: "";
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product .pro_center .pro_list ul li.on h5::after{
  width: 100%;
}

.product .pro_center .pro_list ul li.on h5 a{
  color: #fff;
}

.product .pro_center .pro_list ul li.on em{
  background: #335795;
}

.product .pro_center .pro_list ul li.on i{
  background: #335795;
}

.product .pro_center .pro_box {
  float: right;
  width: 985px;
}

.product .pro_center .pro_box ul li{
  float: left;
  width: 300px;
  height: 300px;
  border: 1px solid #dddddd;
  margin: 0 0 38px 26px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product .pro_center .pro_box ul li .pic{
  width: 280px;
  height: 205px;
  margin: 10px auto 0 auto;
  overflow: hidden;

}

.product .pro_center .pro_box ul li .pic img{
  width: 280px;
  height: 205px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product .pro_center .pro_box ul li .txt{
  width: 260px;
  margin: 20px auto 0 auto;
} 

.product .pro_center .pro_box ul li .txt h5{
  float: left;
  width: 200px;
}

.product .pro_center .pro_box ul li .txt h5 a{
  display: block;
}

.product .pro_center .pro_box ul li .txt h5 a span{
  padding-left: 20px;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: url(../images/buttom3.png) no-repeat left center;
}

.product .pro_center .pro_box ul li .txt h5 a i{
  font-size: 12px;
  color: #cccccc;
  font-family: Arial, Helvetica, sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 5px 0 0 20px;
}

.product .pro_center .pro_box ul li .txt .more{
  float: right;
  margin-top: 5px;
  width: 36px;
  height: 36px;
  background: #fcfcfc;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product .pro_center .pro_box ul li .txt .more::after{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0%;
  height: 0px;
  background: #335795;
  border-radius: 50%;
  content: "";
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product .pro_center .pro_box ul li .txt .more em{
  display: block;
  width: 36px;
  height: 36px;
  background: url(../images/more1.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_center .pro_box ul li:hover{
  border: 1px solid #335795;
}


.product .pro_center .pro_box ul li:hover .pic img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.product .pro_center .pro_box ul li:hover .txt h5 a span{
  color: #335795;
  background: url(../images/buttom4.png) no-repeat left center;
}


.product .pro_center .pro_box ul li:hover .txt .more::after{
 width: 100%;
 height: 100%;
 left: 0px;
 top: 0px;
}

.product .pro_center .pro_box ul li:hover .txt .more em{
  background: url(../images/more2.png) no-repeat  center;
}

/* ys*/

.ys_bg{
  width: 100%;
  margin: 30px auto 0 auto;
  background: url(../images/ys_bg.jpg) no-repeat  center;
  height: 920px;
  position: relative;
  overflow: hidden;
}

.ys_bg .ys{
  width: 1280px;
  margin: 0 auto;
  position: relative;
  padding-top: 35px;
}

.ys_bg .ys .ys_t{
  position: absolute;
  top: 98px;
  left: 0;
  z-index: 5;
}

.ys_bg .ys .ys_t img{
  display: block;
}

.ys_bg .ys .ys_t h3{
  font-size: 24px;
  color: #333;
  margin-top: 6px;
}

.ys_bg .ys .ys_box{
  position: relative;
  width: 1280px;
}

.ys_bg .ys .ys_box .ys1{
  float: left;
  margin-top: 265px;
  width: 480px;
}

.ys_bg .ys .ys_box .ys1 .bd ul li{
  float: left;
  width: 480px;
}

.ys_bg .ys .ys_box .ys1 .bd ul li h5{
  height: 85px;
}

.ys_bg .ys .ys_box .ys1 .bd ul li h5 span{
  display: block;
  float: left;
  width: 64px;
  height: 75px;
  line-height: 64px;
  background: url(../images/buttom5.png) no-repeat  center;
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  writing-mode: tb-rl;
  padding-top: 10px;
}

.ys_bg .ys .ys_box .ys1 .bd ul li h5 em{
  display: block;
  float: left;
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  margin: 12px 0 0 25px;
}

.ys_bg .ys .ys_box .ys1 .bd ul li h5 em i{
  display: block;
  font-size: 14px;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin-top: 8px;
}

.ys_bg .ys .ys_box .ys1 .bd ul li p{
  font-size: 16px;
  color: #666666;
  line-height: 42px;
  margin-top: 35px;
}


.ys_bg .ys .ys_box .ys2{
  float: right;
  margin-top: 50px;
  width: 615px;
} 

.ys_bg .ys .ys_box .ys2 .bd ul li{
  float: left;
  width: 615px;
  height: 657px;
  position: relative;
}

.ys_bg .ys .ys_box .ys2 .bd ul li .ys_img{
  position: absolute;
  right: 0;
  bottom: 0;

}

.ys_bg .ys .ys_box .ys2 .bd ul li .ys_img img{
  width: auto;
  height: auto;

}

.ys_bg .ys .ys_box .prev{
  position: absolute;
  left: 0;
  top: 645px;
  z-index: 5;
  width: 205px;
  height: 65px;
  line-height: 65px;
  background:  #335795;
  text-align: center;
  font-size: 18px;
  color: #f6f6f6;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
  text-transform: uppercase;
  -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 .prev:hover{
  border-radius: 45px;
}

.ys_bg .ys .ys_box .hd{
  position: absolute;
  right: -80px;
  top: 190px;
}

.ys_bg .ys .ys_box .hd .pageState{
  font-size: 26px;
  color: rgba(255, 255, 255, 0);
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
  position: relative;
  background: url(../images/ys_xt.png) no-repeat  center;
  width: 80px;
  height: 80px;
  display: block;
}

.ys_bg .ys .ys_box .hd .pageState::after{
  position: absolute;
  right: 5px;
  bottom: 8px;
  content: "03";
  font-size: 26px;
  color: #333;
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
}

.ys_bg .ys .ys_box .hd .pageState span{
  font-size: 40px;
  color: #335795;
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
  font-style: italic;
  display: block;
  position: relative;
  line-height: 35px;
  top: 8px;
  left: 13px;

}

.ys_bg .ys .ys_box .hd .pageState span::after{
  position: absolute;
  left: -18px;
  top: -1px;
  content: "0";
  font-size: 40px;
  color: #335795;
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
  font-style: italic;
  line-height: 35px;
}


.ys_bg .ys_xt{
  position: absolute;
  left: 20px;
  bottom: 73px;
  font-size: 15px;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 45px;
}



/* case*/

.case{
  width: 1300px;
  margin: 70px auto 0 auto;
}

.case .t_title{
  width: 1280px;
  margin: 0 auto;
}

.case .case_box{
  position: relative;
  margin: 40px auto 0 auto;
  height: 660px;
}

.case .case_box .bd{
  width: 1300px;
}

.case .case_box .bd ul li{
  float: left;
  width: 1280px;
  padding: 10px 10px 0 10px;
}

.case .case_box .bd ul li .case_l{
  float: left;
  width: 610px;
}

.case .case_box .bd ul li .case_l .pic{
  width: 610px;
  height: 420px;
  background: #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 .case_box .bd ul li .case_l .pic img{
  width: 590px;
  height: 400px;
  margin: 10px;
}

.case .case_box .bd ul li .case_l .txt{
  width: 590px;
  margin: 0 auto;
} 

.case .case_box .bd ul li .case_l .txt h5{
  height: 80px;
  line-height: 80px;

}

.case .case_box .bd ul li .case_l .txt h5 a{
  float: left;
  width: 450px;
  font-size: 18px;
  color: #335795;
  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 .case_box .bd ul li .case_l .txt h5  span{
  display: block;
  float: right;
  font-size: 30px;
  color: #335795;
  font-family: Arial Black;
  padding-left: 35px;
  background: url(../images/buttom6.png) no-repeat  left center;
}

.case .case_box .bd ul li .case_l .txt i{
  display: block;
  margin: 5px auto 0 auto;
  width: 590px;
  height: 1px;
  background: #e0e0e0;

}

.case .case_box .bd ul li .case_l .txt em{
  display: block;
  margin: -2px 0 0px 0;
  width: 51px;
  height: 2px;
  background: #335795;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case .case_box .bd ul li .case_l .txt p{
  font-size: 14px;
  color: #888;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  margin-top: 13px;
}

.case .case_box .bd ul li .case_l:hover .txt em{
  width: 100%;
}

.case .case_box .bd ul li .case_r{
  float: right;
  width: 660px;
}

.case .case_box .bd ul li .case_r dl{
  float: left;
  width: 300px;
  margin-left: 30px;
}

.case .case_box .bd ul li .case_r dl .pic{
  width: 300px;
  height: 240px;
  background: #fff;
  -webkit-box-shadow: 0 0 8px 6px rgba(27, 50, 128, .03);
  box-shadow: 0 0 8px 6px rgba(27, 50, 128, .03);
}

.case .case_box .bd ul li .case_r dl .pic img{
  width: 280px;
  height: 220px;
  margin: 10px;
}

.case .case_box .bd ul li .case_r dl .txt{
  height: 65px;
  width: 280px;
  line-height: 47px;
  margin: 0 auto;
}

.case .case_box .bd ul li .case_r dl .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: 180px;
  margin-left: 10px;
}

.case .case_box .bd ul li .case_r dl .txt .more{
  display: block;
  float: right;
  background: url(../images/more3.png) no-repeat  center;
  width: 32px;
  height: 6px;
  margin: 20px 5px 0 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case .case_box .bd ul li .case_r dl:hover .txt h5 a{
  color: #335795;
  margin-left: 0px;
}

.case .case_box .bd ul li .case_r dl:hover .txt .more{
  margin-right: 0px;
  background: url(../images/more4.png) no-repeat  center;
}

.case .case_box .hd{
  position: absolute;
  right: 10px;
  top: -75px;
} 

.case .case_box .hd .next{
  float: left;
  cursor: pointer;
  background: url(../images/left.png) no-repeat left center;
  font-size: 20px;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: capitalize;
  padding-left: 60px;
  height: 28px;
  line-height: 28px;

}

.case .case_box .hd .prev{
  float: left;
  cursor: pointer;
  background: url(../images/right.png) no-repeat right center;
  font-size: 20px;
  color: #335795;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: capitalize;
  padding-right: 60px;
  height: 28px;
  line-height: 28px;
  margin-left: 70px;
} 



/* about*/

.ab_bg{
  width: 100%;
  height: 842px;
  margin: 0 auto;
  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_img{
  float: left;
  width: 705px;
  height: 842px;
  margin-left: -320px;
}

.ab_bg .about .ab_img img{
  width: 705px;
  height: 842px;
}

.ab_bg .about .ab_r{
  float: right;
  width: 675px;
  margin-top: 90px;
  position: relative;
}

.ab_bg .about .ab_r .t_title{
  float: right;
  margin-right: -50px;

}

.ab_bg .about .ab_r .txt{
  float: right;
  margin-top: 70px;
  text-align: right;
}

.ab_bg .about .ab_r .txt h5{
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  line-height: 30px;

}

.ab_bg .about .ab_r .txt p{
  font-size: 16px;
  color: #666666;
  line-height: 42px;
  height: 210px;
  overflow: hidden;
  margin-top: 20px;

}

.ab_bg .about .ab_r .txt .more{
  height: 88px;
  line-height: 88px;
  background: url(../images/more5.png) no-repeat left center;
  padding-left: 110px;
  text-align: left;
  margin: 100px 0 0 -30px;
}

.ab_bg .about .ab_r .txt .more a{
  display: block;
  font-size: 19px;
  color: #333;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
}

.ab_bg .about .ab_r .ry{
  position: absolute;
  right: 0px;
  top: 434px;
  width: 406px;
}

.ab_bg .about .ab_r .ry .ry_txt{
  float: left;
  width: 175px;
  margin-top: 200px;
}

.ab_bg .about .ab_r .ry .ry_txt a{
  display: block;
}

.ab_bg .about .ab_r .ry .ry_txt a i{
  font-size: 22px;
  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;
}

.ab_bg .about .ab_r .ry .ry_txt a em{
  font-size: 16px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  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;
}

.ab_bg .about .ab_r .ry .pic{
  float: right;
  background: url(../images/ry_bg.png) no-repeat  center;
  width: 204px;
  height: 316px;
} 

.ab_bg .about .ab_r .ry .pic img{
  width: 168px;
  height: 241px;
  margin: 18px 0 0 18px;

}

.ab_bg .about .ab_num{
  position: absolute;
  z-index: 5;
  top: 300px;
  left: 308px;
  width: 142px;
  height: 142px;
}

.ab_bg .about .ab_num h5{
  width: 142px;
  height: 142px;
  border-radius: 50%;
  text-align: center;
}

.ab_bg .about .ab_num h5 span{
  display: block;
  font-size: 80px;
  color: #fff;
  font-family: "Impact";
  line-height: 70px;
  padding: 30px 0 4px 0;
}

.ab_bg .about .ab_num h5 i{
  display: block;
  font-size: 14px;
  color: #fff;
}

.ab_bg .about .ab_num p{
  text-align: center;
  font-size: 18px;
  color: #335795;
  font-weight: bold;
  margin: 20px auto 0 auto;
}

.ab_bg .about .ab_num .pulse {
  background: rgba(51, 87, 149, 0.8);
  width: 142px;
  height: 142px;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ring {
  position: absolute;
  background-color: inherit;
  height: 100%;
  width: 100%;
  border-radius: 100%;
  opacity: 0.7;
  -webkit-animation: pulsing 2s ease-out infinite;
          animation: pulsing 2s ease-out infinite;
}
.ring:nth-of-type(1) {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}
.ring:nth-of-type(2) {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.ring:nth-of-type(3) {
  -webkit-animation-delay: -1.5s;
          animation-delay: -1.5s;
}

@-webkit-keyframes pulsing {
  100% {
    transform: scale(2.25);
    opacity: 0;
  }
}

@keyframes pulsing {
  100% {
    transform: scale(2.25);
    opacity: 0;
  }
}



/* news */
.news{
  width: 1280px;
  margin: 70px auto 70px auto;

}

.news .news_t{
  height: 115px;
}

.news .news_t .t_title{
  float: left;
  margin-top: 5px;
}


.news .news_t .news_list{
  float: right;
  margin-right: -50px;
}

.news .news_t .news_list ul li{
  float: left;
  margin-left: 45px;
  width: 205px;
  height: 65px;
  line-height: 65px;
  background: url(../images/buttom7.png) no-repeat right center;
}

.news .news_t .news_list ul li:last-child{
  background: none;
}

.news .news_t .news_list ul li a i{
  display: block;
  float: left;
  width: 65px;
  height: 65px;
  line-height: 65px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
  margin-right: 10px;
  -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 a{
  display: block;
  font-size: 16px;
  color: #333;
  -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 i{
  background: #fff url(../images/news1.png) no-repeat  center;
}

.news .news_t .news_list ul li.n2 a i{
  background: #fff url(../images/news2.png) no-repeat  center;
}

.news .news_t .news_list ul li.n3 a i{
  background: #fff url(../images/news3.png) no-repeat  center;
}


.news .news_t .news_list ul li.casehover a{
  color: #335795;
}

.news .news_t .news_list ul li.n1.casehover a i{
  background: #335795 url(../images/news11.png) no-repeat  center;
}

.news .news_t .news_list ul li.n2.casehover a i{
  background: #335795 url(../images/news22.png) no-repeat  center;
}

.news .news_t .news_list ul li.n3.casehover a i{
  background: #335795 url(../images/news33.png) no-repeat  center;
}


.news .news_box{
  width: 1280px;
  margin: 0px auto 0 auto;
  
}

.news .news_box .news_top{
  height: 370px;

}

.news .news_box .news_top .news_l{
  float: right;
  width: 540px;
  height: 370px;

}

.news .news_box .news_top .news_l ul li{
  height: 99px;
  width: 540px;
  margin-bottom: 35px;

}

.news .news_box .news_top .news_l ul li .time{
  float: left;
  width: 99px;
  height: 99px;
  background: #f6f6f6;
  text-align: center;
  position: relative;
  z-index: 5;
}

.news .news_box .news_top .news_l ul li .time span{
  display: block;
  font-size: 14px;
  color: #333;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 40px;
  padding-top: 5px;
  -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 ul li .time em{
  display: block;
  margin: 5px auto 0 auto;
  width: 20px;
  height: 1px;
  background: #dddddd;
  -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 ul li .time i{
  display: block;
  font-size: 14px;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
  margin: 15px auto 0 auto;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .news_box .news_top .news_l ul li .time::after{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 0%;
  content: "";
  z-index: -1;
  background: #335795;
  -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 ul li:hover .time::after{
  height: 100%;
}

.news .news_box .news_top .news_l ul li:hover .time span{
  color: #fff;

}

.news .news_box .news_top .news_l ul li:hover .time i{
  color: #fff;
}

.news .news_box .news_top .news_l ul li:hover .time em{
  background: #fff;
}

.news .news_box .news_top .news_l ul li .txt{
  float: right;
  width: 420px;
  margin-top: 3px;

} 

.news .news_box .news_top .news_l ul li .txt 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;
  padding-left: 30px;
  line-height: 50px;
  background: url(../images/buttom8.png) no-repeat left center;
}

.news .news_box .news_top .news_l ul li .txt p{
  font-size: 14px;
  color: #999999;
  margin-left: 30px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 3px;
}

.news .news_box .news_top .news_l ul li:hover .txt a{
  background: url(../images/buttom9.png) no-repeat left center;
  color: #335795;
}

.news .news_box .news_top .news_r{
  float: left;
  width: 700px;
  height: 370px;
  border-right: 1px solid #dddddd;
} 

.news .news_box .news_top .news_r ul li{
  width: 300px;
  margin-right: 40px;
  margin-top: 5px;
  float: left;

}

.news .news_box .news_top .news_r ul li .news_img {
  width: 310px;
  height: 220px;
  background: #f6f6f6;
  overflow: hidden;
  position: relative;
  z-index: 5;
}


.news .news_box .news_top .news_r ul li .news_img img{
  width: 300px;
  height: 210px;
  margin: 5px;
  overflow: hidden;
  position: relative;
}

.news .news_box .news_top .news_r ul li .news_img::before, 
.news .news_box .news_top .news_r ul li .news_img::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0);
  transition: all 0.7s ease-in-out;
}

.news .news_box .news_top .news_r ul li:hover .news_img::before {
  right: 50%;
  left: 50%;
  width: 0;
  background: rgba(255, 255, 255, .2);
}

.news .news_box .news_top .news_r ul li:hover .news_img::after {
  height: 0;
  top: 50%;
  bottom: 50%;
  background: rgba(255, 255, 255, .2);
}


.news .news_box .news_top .news_r ul li .txt{
  margin: 20px auto 0 auto;
}

.news .news_box .news_top .news_r ul li .txt 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_r ul li .txt p{
  font-size: 14px;
  color: #999999;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  margin: 7px auto 14px auto;
}

.news .news_box .news_top .news_r ul li .txt span{
  display: block;
  font-size: 14px;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
}

.news .news_box .news_top .news_r ul li:hover .txt a{
  color: #335795;
}

.news .news_box .list{
  width: 1360px;
  margin: 50px  auto 0 auto;
  height: 120px;
}

.news .news_box .list ul li{
  float: left;
  padding: 0 25px;
  width: 350px;
  height: 118px;
  background: #fff;
  border: 1px solid #dddddd;
  margin-right: 37px;
}

.news .news_box .list ul li span{
  display: block;
  text-align: right;
  height: 67px;
  line-height: 67px;
  font-size: 14px;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
  background: url(../images/buttom8.png) no-repeat left center;
  -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 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 .list ul li a i{
  margin-right: 25px;
  font-size: 16px;
  color: #333333;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .news_box .list ul li:hover span{
  color: #335795;
  background: url(../images/buttom9.png) no-repeat left center;
}

.news .news_box .list ul li:hover a{
  color: #335795;
  font-weight: bold;
}

.news .news_box .list ul li:hover a i{
  color: #335795;
  font-weight: bold;
}

