
/*-----------------------------------------------------------*/
/*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*/
.fullSlide {
  width: 100%;
  position: relative;
  height: 750px;
}

.fullSlide .bd {
  width: 100%;
  height: 750px;
  margin: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}


.fullSlide .bd ul {
  width: 100% !important;
}

.fullSlide .bd li {
  width: 100% !important;
  height: 750px;
  overflow: hidden;
  text-align: center;
  position: relative;
}

.fullSlide .bd li a {
  display: block;
  height: 750px;
}

.fullSlide .hd {
  width: 100%;
  position: absolute;
  z-index: 2;
  bottom: 40px;
  left: 0;
  height: 30px;
  text-align: center;
}

.fullSlide .hd ul {
  text-align: center;
}

.fullSlide .hd ul li {
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 12px;
  overflow: hidden;
  line-height: 99px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  background: #fff;
}

.fullSlide .hd ul .on {
  background: #8195ad;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}


.fullSlide .next {
  width: 65px;
  height: 65px;
  position: absolute;
  top: 50%;
  z-index: 2;
  background: url(../images/bannerR.png) no-repeat center;
  filter: alpha(opacity=80);
  -moz-opacity: .8;
  opacity: .8;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  right: 4%;
}

.fullSlide .prev {
  width: 65px;
  height: 65px;
  position: absolute;
  top: 50%;
  z-index: 2;
  background: url(../images/bannerL.png) no-repeat center;
  filter: alpha(opacity=80);
  -moz-opacity: .8;
  opacity: .8;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  left: 4%;
}


/*title*/


/*te*/

.te{
  margin: 107px auto 0 auto;
  width: 1360px;
  height: 234px;
  border: 1px solid #8195ad;
  position: relative;
}

.te .te_t{
  position: absolute;
  left: -1px;
  top: -38px;
  background: url(../images/te_t.png) no-repeat left center;
  width: 252px;
  height: 75px;

}

.te .te_t h3{
  line-height: 75px;
  padding-left: 70px;
  font-size: 24px;
  color: #fff;
  font-weight: bold

}

.te .te_box{
  padding-top: 75px;
  margin: 0 auto;

} 

.te .te_box ul li{
  float: left;
  width: 375px;
  margin: 0 38px 0 40px;
}

.te .te_box ul li .pic{
  float: left;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

}

.te .te_box ul li .pic img{
  width: 92px;
  height: 92px;
  border-radius: 50%;
}

.te .te_box ul li .txt{
  float: right;
  width: 270px;

} 

.te .te_box ul li .txt h5{
  line-height: 30px;
  font-size: 18px;
  color: #333;
  font-weight: bold;

}

.te .te_box ul li .txt h5 i{
  font-size: 12px;
  color: #999999;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  margin-left: 5px;
}

.te .te_box ul li .txt p{
  font-size: 14px;
  color: #666;
  line-height: 28px;
  height: 56px;
  margin-top: 5px;

}

.te .te_box ul li.on .pic{
  background: #dea047;

}

.te .te_box ul li.on .pic img{
  margin: 3px;
  width: 86px;
  height: 86px;


}

.te .te_box ul li.on .txt h5{
  color: #dea047;
}

.te .te_box ul li.on .txt h5 i{
  color: #dea047;
}



/*gyxj*/

.gyxj{
  margin: 60px auto 0 auto;
  width: 1360px;
}

.gyxj .gyxj_t{
  margin: 0 auto;
  text-align: center;

}

.gyxj .gyxj_t h3{
  font-size: 32px;
  color: #333;
  font-weight: bold;
  background: url(../images/te_t1.png) no-repeat center;
}

.gyxj .gyxj_t span{
  display: block;
  font-size: 16px;
  color: #999;
  letter-spacing: 2px;
  margin-top: 10px;
}

.gyxj .gyxj_box{
  margin: 50px auto 0 auto;
} 

.gyxj .gyxj_box ul li{
  float: left;
  width: 437px;
  margin-right: 24px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.gyxj .gyxj_box ul li:last-child{
  margin-right: 0;
}

.gyxj .gyxj_box ul li:hover{
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -o-transform: translateY(-10px);
}

.gyxj .gyxj_box ul li .pic{
  width: 437px;
  height: 265px;
  background: url(../images/te_list.png) no-repeat center;
}

.gyxj .gyxj_box ul li .pic img{
  width: 247px;
  height: 247px;
  border-radius: 50%;
  margin: 9px 0 0 94px;
  display: inline-block;

}

.gyxj .gyxj_box ul li .txt{
  margin: 0 auto;
  text-align: center;
} 

.gyxj .gyxj_box ul li .txt span{
  display: block;
  font-size: 18px;
  color:  #373737;
  margin: 5px auto 10px auto;
}

.gyxj .gyxj_box ul li .txt i{
  display: block;
  width: 80px;
  height: 24px;
  line-height: 24px;
  background: #dea047;
  border-radius: 45px;
  text-align: center;
  font-size: 14px;
  color:  #fff;
  margin: 0 auto;
}

/*title*/
.title{
  margin: 0 auto;
  text-align: center;
}

.title h3{
  font-size: 42px;
  color: #fff;
  font-weight: bold;
  line-height: 50px;
}

.title h3 i{
  font-size: 42px;
  color: #fff;
  font-weight: bold;
  padding: 0 20px;
}

.title h3 a{
  display: block;
  font-size: 42px;
  color: #fff;
  font-weight: bold;
}

.title span{
  display: block;
  font-size: 12px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 18px;
  margin-top: 10px;
  padding-left: 10px;
}

.title .more{
  display: block;
  margin: 20px auto 0 auto;
  background: url(../images/more.png) no-repeat center;
  width: 21px;
  height: 21px;
}


/*product*/

.pro_bg{
  width: 100%;
  height: 1135px;
  margin: 70px auto 0 auto;
  background: url(../images/pro_bg.jpg) no-repeat center;
}

.pro_bg .product{
  padding-top: 65px;
  margin: 0 auto;
  width: 1280px;

}

.pro_bg .product .pro_list{
  margin: 90px  auto 0 auto;
  height: 94px;
}

.pro_bg .product .pro_list ul li{
  float: left;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  z-index: 5;
  margin-right: 58px;
}

.pro_bg .product .pro_list ul li:last-child{
  margin-right: 0;
}

.pro_bg .product .pro_list ul li::after{
  width: 88px;
  height: 94px;
  background: url(../images/buttom3.png) no-repeat center;
  position: absolute;
  left: 0px;
  top: 2px;
  z-index: -1;
  content: "";
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro_bg .product .pro_list ul li a{
  display: block;
  text-align: center;
  font-size: 16px;
  color: #333;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 20px 20px 0 20px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #8497af;
  height: 68px;
  width: 48px;
}

.pro_bg .product .pro_list ul li.on a{
  background: #dea047;
}

.pro_bg .product .pro_list ul li.on a{
  color:  #fff;
}

.pro_bg .product .pro_box{
  width: 1360px;
  margin: 50px auto  0 auto;
  position: relative;
  z-index: 5;
}

.pro_bg .product .pro_box::after{
  position: absolute;
  left: 0px;
  top: 305px;
  width: 1280px;
  height: 1px;
  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;
}

.pro_bg .product .pro_box ul li{
  float: left;
  width: 300px;
  height: 225px;
  background: #f6f6f6;
  margin: 0 25px 120px 0;
}

.pro_bg .product .pro_box ul li .pic{
  width: 280px;
  height: 205px;
  margin: 10px;

}

.pro_bg .product .pro_box ul li .pic img{
  width: 280px;
  height: 205px;
}

.pro_bg .product .pro_box ul li .txt{
  height: 60px;
  line-height: 60px;
  width: 280px;
  margin: 0 auto;
} 

.pro_bg .product .pro_box ul li .txt h5 a{
  float: left;
  width: 180px;
  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;
}

.pro_bg .product .pro_box ul li .txt .more{
  display: block;
  width: 80px;
  font-size: 14px;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  text-align: right;
  float: right;
  background: url(../images/xt.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;
}

.pro_bg .product .pro_box ul li:hover .txt h5 a{
  color: #8195ad;

}

.pro_bg .product .pro_box ul li:hover .txt .more{
  color: #8195ad;
}


/*about*/

.about{
  width: 1280px;
  margin: 60px auto 0 auto;
}

.about .title{
  margin: 0 auto;
}

.about .title h3{
  color: #8195ad;

}

.about .title h3 i{
  color: #8195ad;
}

.about .title span{
  color: #8195ad;

}

.about .title .more{
  background: url(../images/more1.png) no-repeat center;
}

.about .ab_num{
  margin: 50px auto 0 auto;
  height: 100px;
}

.about .ab_num .ab_t{
  float: left;
  text-align: center;
}

.about .ab_num .ab_t span{
  display: block;
  font-size: 22px;
  color: #333;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;

}

.about .ab_num .ab_t i{
  display: block;
  width: 19px;
  height: 19px;
  background: url(../images/buttom1.png) no-repeat center;
  margin: 10px auto;
}

.about .ab_num .ab_t em{
  display: block;
  font-size: 18px;
  color: #666;
  letter-spacing: 2px;
}

.about .ab_num  ul{
  float: right;
  width: 1052px;
  height: 100px;
  margin-top: 6px;
}

.about .ab_num  ul li{
  position: relative;
  background: url(../images/xt1.png) no-repeat left center;
  width: 263px;
  height: 100px;
  float: left;
  text-align: center;
}

.about .ab_num  ul li h5{
  display: inline-block;
  position: relative;
  font-size: 52px;
  color: #333;
  font-family: "Impact";
  line-height: 50px;
}

.about .ab_num  ul li h5 span{
  font-size: 52px;
  color: #333;
  font-family: "Impact";
  display: inline-block;
  line-height: 40px;
}

.about .ab_num  ul li h5 i{
  font-size: 14px;
  color: #999999;
  position: relative;
  top: -30px;
  left: 7px;
}

.about .ab_num  ul li p{
  font-size: 14px;
  color: #fff;
  width: 118px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: #dea047;
  border-radius: 45px;
  margin: 0 0 0 55px;
}


.about .ab_box{
  margin: 45px auto 0 auto;
  position: relative;
} 

.about .ab_box .ab_l{
  position: relative;
  z-index: 5;
  width: 573px;
  margin: 0px 0 0 0;
  padding-top: 50px;


}

.about .ab_box .ab_l .ab_title{
  margin:  0 auto;
  width: 230px;
  height: 60px;
  line-height: 60px;
  background: #8195ad;
  text-align: center;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
}

.about .ab_box .ab_l .ab_nr{
  background: url(../images/ab_nr.png) no-repeat center;
  width: 453px;
  height: 550px;
  padding: 0 60px;
}

.about .ab_box .ab_l .ab_nr h5{
  font-size: 24px;
  color: #333;
  font-weight: bold;
  text-align: center;
  margin: 0px auto 5px auto;
  padding-top: 55px;
}

.about .ab_box .ab_l .ab_nr span{
  display: block;
  font-size: 16px;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-align: center;
}

.about .ab_box .ab_l .ab_nr i{
  display: block;
  margin: 30px auto 20px auto;
  background: url(../images/buttom2.png) no-repeat center;
  width: 80px;
  height: 15px;
}

.about .ab_box .ab_l .ab_nr p{
  font-size: 16px;
  color: #6b6b6b;
  line-height: 42px;
  height: 210px;
  overflow: hidden;
}

.about .ab_box .ab_l .ab_nr .more{
  display: block;
  margin: 30px auto 0 auto;
  width: 150px;
  height: 46px;
  line-height: 46px;
  background: #fff;
  border-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);
}

.about .ab_box .ab_l .ab_nr .more em{
  display: inline-block;
  width: 140px;
  height: 36px;
  line-height: 36px;
  background: #dea047;
  border-radius: 45px;
  margin: 5px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.about .ab_box .ab_img{
  position: absolute;
  right: 0px;
  top: 0px;
  width: 850px;
  height: 620px;

} 

.about .ab_box .ab_img img{
  width: 850px;
  height: 620px;
}

.about .ab_box .ab_list{
  position: absolute;
  right: 115px;
  top: 570px;
  z-index: 5;

}

.about .ab_box .ab_list ul li{
  float: left;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  z-index: 5;
  margin-left: 45px;
}

.about .ab_box .ab_list ul li::after {
  width: 88px;
  height: 94px;
  background: url(../images/buttom3.png) no-repeat center;
  position: absolute;
  left: 0px;
  top: 2px;
  z-index: -1;
  content: "";
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.about .ab_box .ab_list ul li a {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #333;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 20px 20px 0 20px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #8497af;
  height: 68px;
  width: 48px;
}

.about .ab_box .ab_list ul li.on a {
  background: #8195ad;
}

.about .ab_box .ab_list ul li.on a {
  color: #fff;
}



/*case*/

.case_bg{
  width: 100%;
  height: 1545px;
  margin: 80px auto 0 auto;
  background: url(../images/case_bg.jpg) no-repeat center;
}

.case_bg .case{
  padding-top: 50px;
  margin: 0 auto;
  width: 1280px;

}

.case_bg .case .case_xt{
  margin: 170px auto 0 auto;
  width: 1280px;
}

.case_bg .case .case_xt .nr{
  margin-left: 90px;
  text-align: center;
  display: inline-block;
}

.case_bg .case .case_xt h5{
  font-size: 60px;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: normal;

}

.case_bg .case .case_xt span{
  font-size: 32px;
  color: #333;
  margin: 18px auto 3px auto;
  display: block;
}

.case_bg .case .case_xt i{
  display: block;
  font-size: 12px;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
}

.case_bg .case .case_box{
  width: 1360px;
  margin: 130px auto 0 auto;
}

.case_bg .case .case_box ul li{
  float: left;
  width: 400px;
  margin: 0 40px 40px  0;
}

.case_bg .case .case_box ul li .pic{
  width: 400px;
  height: 300px;
  overflow: hidden;

}

.case_bg .case .case_box ul li .pic img{
  width: 400px;
  height: 300px;
  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_box ul li .txt{
  width: 398px;
  height: 78px;
  border: 1px solid #dbdbda;

} 

.case_bg .case .case_box ul li .txt h5{
  float: left;
  width: 240px;
  margin-left: 20px;

}

.case_bg .case .case_box ul li .txt h5 a{
  display: block;
}

.case_bg .case .case_box ul li .txt h5 a span{
  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;
  margin: 16px 0 2px 0;
}

.case_bg .case .case_box ul li .txt h5 a i{
  font-size: 12px;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  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;
}

.case_bg .case .case_box ul li .txt .more{
  float: right;
  width: 80px;
  height: 24px;
  line-height: 24px;
  background:  #f6f6f6;
  border-radius: 45px;
  text-align: center;
  font-size: 14px;
  color: #999999;
  margin: 25px 20px 0 0;
  -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 ul li:hover .txt h5 a span{
  color: #8b9eb4;

}

.case_bg .case .case_box ul li:hover .txt .more{
  background: #8b9eb4;
  color: #fff;

}

.case_bg .case .case_box ul li:hover .pic img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}


/*news*/

.news{
  width: 1280px;
  margin: 30px auto 0 auto;
}

.news .title{
  margin: 0 auto;
}

.news .title h3 a{
  color: #8195ad;
}

.news .title h3 a i{
  color: #8195ad;
}

.news .title span{
  color: #8195ad;
}

.news .news_list{
  margin: 40px auto 0 auto;
}

.news .news_list ul{
  text-align: center;
}

.news .news_list ul li{
  margin: 0 40px;
  display: inline-block;
  border-radius: 45px;
  width: 180px;
  height: 46px;
  line-height: 46px;
  background: #f6f6f6;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  z-index: 5;
}

.news .news_list ul li a {
  display: block;
  font-size: 16px;
  color: #333;
  padding-left: 75px;
  text-align: left;
  -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{
  background: url(../images/news1.png) no-repeat 35px center;
}

.news .news_list ul li.n2 a{
  background: url(../images/news2.png) no-repeat 35px center;
}

.news .news_list ul li.n3 a{
  background: url(../images/news3.png) no-repeat 35px center;
}

.news .news_list ul li::after{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0px;
  height: 100%;
  background: #dea047;
  border-radius: 45px;
  content: "";
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .news_list ul li.casehover::after{
  width: 100%;
}

.news .news_list ul li.casehover a{
  color: #fff;
}

.news .news_list ul li.n1.casehover a{
  background: url(../images/news11.png) no-repeat 35px center;
}

.news .news_list ul li.n2.casehover a{
  background: url(../images/news22.png) no-repeat 35px center;
}

.news .news_list ul li.n3.casehover a{
  background: url(../images/news33.png) no-repeat 35px center;
}

.news .news_box{
  margin: 50px auto 0 auto;
  height: 407px;
  overflow: hidden;
}

.news .news_box .news_l{
  float: left;
  width: 755px;
}

.news .news_box .news_l ul li{
  float: left;
  width: 338px;
  height: 405px;
  border: 1px solid #e0e0e0;
  margin-right: 36px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .news_box .news_l ul li .txt{
  width: 280px;
  height: 210px;
  margin: 0 auto;
}

.news .news_box .news_l ul li .txt span{
  display: block;
  font-size: 24px;
  color:  #999;
  font-family: Arial, Helvetica, sans-serif;
  padding-top: 25px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .news_box .news_l ul li .txt a{
  font-size: 18px;
  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;
  margin: 25px 0 17px 0;
}

.news .news_box .news_l ul li .txt p{
  font-size: 14px;
  color:  #999;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
}

.news .news_box .news_l ul li .news_img{
  width: 310px;
  height: 180px;
  margin: 0 auto;

} 

.news .news_box .news_l ul li .news_img img{
  width: 310px;
  height: 180px;
}

.news .news_box .news_l ul li:hover{
  border: 1px solid #82abbf;

}

.news .news_box .news_l ul li:hover .txt span{
  color: #82abbf;

}

.news .news_box .news_l ul li:hover .txt a{
  color: #82abbf;
  font-weight: bold;
}

.news .news_box .news_r{
  float: right;
  width: 512px;
}

.news .news_box .news_r ul li{
  width: 512px;
  height: 170px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 53px;
  position: relative;
  z-index: 5;

}

.news .news_box .news_r ul li .time{
  float: left;
  width: 50px;
  text-align: center;
  font-size: 30px;
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 30px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .news_box .news_r ul li .txt{
  float: right;
  width: 445px;
}

.news .news_box .news_r ul li .txt h5{
  height: 26px;
  line-height: 26px;

}

.news .news_box .news_r ul li .txt h5 a{
  display: block;
}

.news .news_box .news_r ul li .txt h5 a span{
  font-size: 18px;
  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;
  float: left;
  width: 380px;
}

.news .news_box .news_r ul li .txt h5 a em{
  display: block;
  float: right;
  background: url(../images/more2.png) no-repeat center;
  width: 29px;
  height: 16px;
  margin-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_r ul li .txt i{
  display: block;
  font-size: 14px;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
  margin: 5px 0 25px 0;
}

.news .news_box .news_r ul li .txt p{
  font-size: 14px;
  color: #999;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
}

.news .news_box .news_r ul li::after{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0px;
  height: 1px;
  background: #82abbf;
  content: "";
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .news_box .news_r ul li:hover .time{
  color: #82abbf;
}

.news .news_box .news_r ul li:hover .txt h5 a span{
  color: #82abbf;
  font-weight: bold;
}

.news .news_box .news_r ul li:hover .txt h5 a em{
  background: url(../images/more3.png) no-repeat center;
}

.news .news_box .news_r ul li:hover::after{
  width: 100%;
}


/*links*/

.links{
  width: 1280px;
  margin: 65px auto 50px auto;
  overflow: hidden;
}

.links .links_t{
  float: left;
}

.links .links_t span{
  display: block;
  float: left;
  font-size: 24px;
  color: #333;
  line-height: 24px;
}

.links .links_t i{
  display: block;
  float: left;
  font-size: 18px;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  background: url(../images/links.png) no-repeat top center;
  line-height: 30px;
  margin-left: 15px;
  padding-top: 3px;
  letter-spacing: 3px;
  width: 70px;
}

.links .yq{
  float: right;
  width: 1060px;
} 

.links .yq a{
  margin-right: 10px;
  font-size: 14px;
  color: #999999;
}