
/*-----------------------------------------------------------*/
/*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: 775px;
  background: #fff;
  overflow: hidden;
}

.fullSlide .bd {
  width: 100%;
  height: 775px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}


.fullSlide .bd ul {
  width: 100% ;
}

.fullSlide .bd li {
  width: 100% ;
  height: 775px;
  overflow: hidden;
  text-align: center;
}

.fullSlide .bd li a {
  display: block;
  height: 775px;
}

.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: #074aba;
  -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*/

.title{
  margin: 0 auto;
  text-align: center;
}

.title img{
  display: block;
  margin: 0 auto;
}

.title h3{
  font-size: 40px;
  color: #333333;
  font-weight: bold;
  background: url(../images/title.png) no-repeat center;
  letter-spacing: 8px;
  margin-top: -35px;
}

.title h3 i{
  font-size: 40px;
  color: #333333;
  font-weight: normal;
}

.title h3 a{
  display: block;
  font-size: 40px;
  color: #333333;
  font-weight: bold;
}

.title span{
  display: block;
  font-size: 16px;
  color: #666666;
  letter-spacing: 21px;
  margin-top: 8px;
}
 

/*product*/

.product{
  width: 1300px;
  margin: 65px auto 0 auto;
}

.product .pro_list{
  width: 1300px;
  margin: 35px auto 0 auto;
  overflow: hidden;
  height: 160px;
  overflow: hidden;
}

.product .pro_list ul li{
  float: left;
  margin-left: -68px;
  width: 244px;
}


.product .pro_list ul li a{
  display: block;
  text-align: center;
}

.product .pro_list ul li a span{
  display: block;
  width: 234px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  font-size: 30px;
  color: #ffffff;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
  border:5px solid #fff;
  background: #074aba;
  border-radius: 65px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product .pro_list ul li a i{
  font-size: 18px;
  color: #333;
  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;
  line-height: 60px;
}

.product .pro_list ul li:nth-child(1){
  margin-left: 0px;
}
.product .pro_list ul li:nth-child(1) a span {
  z-index: 9;

}

.product .pro_list ul li:nth-child(2) a span{
  z-index: 8;
}

.product .pro_list ul li:nth-child(3) a span{
  z-index: 7;
}

.product .pro_list ul li:nth-child(4) a span{
  z-index: 6;
}

.product .pro_list ul li:nth-child(5) a span{
  z-index: 5;
}

.product .pro_list ul li:nth-child(6) a span{
  z-index: 4;
}

.product .pro_list ul li:nth-child(7) a span{
  z-index: 3;
}


.product .pro_list ul li.on a span{
  background: #7aa901;

}

.product .pro_box{
  margin: 30px auto 0 auto;
  height: 460px;
}

.product .pro_box .pic{
  float: left;
  width: 574px;
  height: 456px;
  background: #f3f3f3;
  overflow: hidden;
}

.product .pro_box .pic a{
  width: 554px;
  height: 436px;
  margin: 10px;
  overflow: hidden;
  display: inline-block;
}

.product .pro_box .pic img{
  width: 554px;
  height: 436px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  overflow: hidden;
}

.product .pro_box .pic:hover img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.product .pro_box .pro_r{
  float: right;
  width: 650px;
  position: relative;
} 
 
.product .pro_box .pro_r .search{
  width: 650px;
  height: 77px;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  margin-top: 12px;

}

.product .pro_box .pro_r .search .search2{
  float: left;
  width: 500px;
  height: 77px;
  background: none;
  padding-left: 35px;
  font-size: 16px;
  color: #666666;
}

.product .pro_box .pro_r .search .search_s input{
  float: right;
  cursor: pointer;
  width: 97px;
  height: 77px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
} 

.product .pro_box .pro_r .txt{
  margin-top: 58px;

}

.product .pro_box .pro_r .txt h5 a{
  font-size: 26px;
  color: #333333;
  font-weight: bold;
  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;
}

.product .pro_box .pro_r .txt h5 a i{
  font-size: 14px;
  color: #333333;
  font-weight: normal;
  margin-left: 3px;
}

.product .pro_box .pro_r .txt p{
  font-size: 16px;
  color: #666666;
  line-height: 40px;
  height: 120px;
  overflow: hidden;
  margin-top: 20px;
}

.product .pro_box .pro_r .txt .more{
  display: block;
  text-align: center;
  font-size: 16px;
  color: #fff;
  width: 189px;
  height: 60px;
  line-height: 60px;
  background: #074aba;
  margin-top: 65px;

}

.product .pro_box .pro_r .txt span{
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.product .pro_box .pro_r .txt:hover h5 a{
  color: #074aba;
}

.product .pro_show{
  margin: 45px auto 0 auto;
  width: 1360px;
}

.product .pro_show ul li{
  float: left;
  width: 400px;
  margin-right: 50px;
}

.product .pro_show ul li .pic{
  width: 400px;
  height: 300px;
  background: #f2f2f2;

}

.product .pro_show ul li .pic img{
  width: 380px;
  height: 280px;
  margin: 10px;
}

.product .pro_show ul li .txt{
  width: 400px;
  height: 60px;
  line-height: 60px;
  margin: 6px auto 0 auto;
  background: #f6f6f6;
  position: relative;
  z-index: 5;

} 

.product .pro_show ul li .txt h5 a{
  font-size: 18px;
  color: #333;
  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;
  float: left;
  width: 280px;
  margin-left: 30px;
}

.product .pro_show ul li .txt .more{
  display: block;
  float: right;
  background: url(../images/more.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: 34px;
  height: 34px;
  margin: 13px 25px 0 0;
}

.product .pro_show ul li  .txt::after{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0px;
  height: 60px;
  background: #7aa901;
  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_show ul li:hover  .txt::after{
  width: 100%;

}
.product .pro_show ul li:hover  .txt h5 a{
  color: #fff;

}

.product .pro_show ul li:hover  .txt .more{
  background: url(../images/more1.png) no-repeat center;
}


/*ys*/

.ys_bg{
  width: 100%;
  height: 1306px;
  margin: 95px auto 0 auto;
  background: url(../images/ys_bg.jpg) no-repeat center;
}

.ys_bg .ys{
  width: 1300px;
  margin: 0 auto;
  padding-top: 55px;
}

.ys_bg .ys .title h3{
  color: #fff;
  background: url(../images/ys_t1.png) no-repeat center;
  margin-top: -22px;
}

.ys_bg .ys .title span{
  color: #fff;
}

.ys_bg .ys .ys_box{
  margin: 125px auto 0 auto;
  position: relative;
  height: 650px;
}

.ys_bg .ys .ys_box .ys_img{
  margin: 0 auto;
  width: 609px;
  height: 649px;
  animation: ht 2s infinite;
  -moz-animation: ht 2s infinite;
  /* Firefox */



  -webkit-animation: ht 2s infinite;
  /* Safari and Chrome */


  -o-animation: ht 2s infinite;
}

@keyframes ht {
  0% {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
 }
  50% {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
 }
  100% {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
 }
 }
  @-moz-keyframes ht {
  0% {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
 }
  50% {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
 }
  100% {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
 }
 }
  @-webkit-keyframes ht {
  0% {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
 }
  50% {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
 }
  100% {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
 }
 }
  @-o-keyframes ht {
  0% {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
 }
  50% {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
 }
  100% {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
 }
 }

 
.ys_bg .ys .ys_box ul li {
  width: 310px;

}

.ys_bg .ys .ys_box ul li img{
  display: block;
}

.ys_bg .ys .ys_box ul li h5{
  font-size: 24px;
  color: #333;
  font-weight: bold;
  margin-top: 35px;
  -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:hover h5{
  color: #074aba;

}

.ys_bg .ys .ys_box ul li span{
  display: block;
  font-size: 12px;
  color: #999999;
  margin-top: 3px;
}

.ys_bg .ys .ys_box ul li p{
  font-size: 15px;
  color: #666666;
  line-height: 32px;
  margin-top: 10px;
}

.ys_bg .ys .ys_box ul li.ys1{
  position: absolute;
  left: 0;
  top: 65px;
}

.ys_bg .ys .ys_box ul li.ys2{
  position: absolute;
  right: 0;
  top: 65px;
}

.ys_bg .ys .ys_box ul li.ys3{
  position: absolute;
  left: 0;
  top: 380px;
}

.ys_bg .ys .ys_box ul li.ys4{
  position: absolute;
  right: 0;
  top: 380px;
}


/*message*/

.message{
  width: 1300px;
  margin: 30px auto 0 auto;
}

.message .m_l{
  float: left;
  width: 250px;
}

.message .m_l .zx{
  width: 193px;
  height: 52px;
  line-height: 52px;
  background:  #074aba;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.message .m_l .zx a{
  display: block;
  text-align: center;
  font-size: 18px;
  color:  #fff;
}

.message .m_l .zx:hover{
  border-radius: 45px;
}

.message .m_l .tel{
  font-size: 16px;
  color:  #666666;
  margin-top: 30px;
} 

.message .m_l .tel i{
  display: block;
  font-size: 26px;
  color:  #333;
  font-weight: bold;
  margin-top: 5px;
}

.message .m_r{
  float: right;
  width: 1035px;
}

.message .m_r .m_box{
  float: left;
  width: 800px;
}

.message .m_r .m_box .m_nr{
  margin-bottom: 20px;
  height: 60px;
}

.message .m_r .m_box .form-group1{
  float: left;
  width: 390px;
  height: 60px;
  border: 1px solid #eaeaea;
  border-radius: 5px;
}

.message .m_r .m_box .form-group1  input{
  width: 390px;
  height: 60px;
  text-indent: 45px;
  background: url(../images/m1.png) no-repeat 20px center;
  font-size: 14px;
  color: #333333;
}

.message .m_r .m_box .form-group2{
  float: right;
  width: 390px;
  height: 60px;
  border: 1px solid #eaeaea;
  border-radius: 5px;
}

.message .m_r .m_box .form-group2  input{
  width: 390px;
  height: 60px;
  text-indent: 45px;
  background: url(../images/m2.png) no-repeat 20px center;
  font-size: 14px;
  color: #333333;
}


.message .m_r .m_box .form-group3{
  float: left;
  width: 499px;
  height: 60px;
  border: 1px solid #eaeaea;
  border-radius: 5px;
}

.message .m_r .m_box .form-group3  textarea{
  width: 454px;
  height: 40px;
  background: url(../images/m3.png) no-repeat 20px center;
  font-size: 14px;
  color: #333333;
  padding: 20px 0 0 45px;
}

.message .m_r .m_box .form-group4{
  float: right;
  width: 280px;
  height: 60px;
  border: 1px solid #eaeaea;
  border-radius: 5px;
}

.message .m_r .m_box .form-group4 input{
  float: left;
  width: 150px;
  height: 60px;
  font-size: 14px;
  color: #333333;
  text-indent: 45px;
  background: url(../images/m4.png) no-repeat 20px center;
}

.message .m_r .m_box .form-group4 .imgcode{
  float: right;
  width: 90px;
  height: 36px;
  margin: 12px 12px 0 0;
}

.message .m_r  .anniu{
  float: right;
  width: 203px;
  height: 139px;


}

.message .m_r .anniu button{
  cursor: pointer;
  border: none;
  width: 203px;
  height: 139px;
  background: #074aba;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.message .m_r .anniu button:hover{
  border-radius: 25px;
}



/*case*/

.case_bg{
  width: 100%;
  height: 770px;
  margin: 0px auto 0 auto;
  background: url(../images/case_bg.jpg) no-repeat center;
}

.case_bg .case{
  width: 1300px;
  margin: 0 auto;
}

.case_bg .case .case_box{
  margin: 45px auto 0 auto;
  width: 1360px;

}

.case_bg .case .case_box ul li{
  float: left;
  width: 380px;
  height: 480px;
  background: #fff;
  margin-right: 73px;
  position: relative;
}

.case_bg .case .case_box ul li .pic{
  width: 380px;
  height: 258px;
  overflow: hidden;

}

.case_bg .case .case_box ul li .pic img{
  width: 380px;
  height: 258px;
  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{
  margin-top: 27px;
  width: 320px;
  padding: 0 30px;
  position: relative;
  border-bottom: 3px solid #074aba;
  height: 192px;

}

.case_bg .case .case_box ul li .txt h5 a{
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  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;
}

.case_bg .case .case_box ul li .txt h5 a i{
  font-size: 14px;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  margin-left: 5px;
  font-weight: normal;
}

.case_bg .case .case_box ul li .txt p{
  font-size: 15px;
  color: #666;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  margin-top: 10px;
}

.case_bg .case .case_box ul li .txt .more{
  margin-top: 23px;
  display: block;
  width: 110px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #eeeeee;
  text-align: center;
  text-transform: capitalize;
  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;
}

.case_bg .case .case_box ul li:hover .txt .more{
  color: #fff;
  border: 1px solid #7aa901;
  background: #7aa901;
}

.case_bg .case .case_box ul li::after{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0px;
  height: 3px;
  background: #7aa901;
  content: "";
  -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::after{
  width: 100%;
}



/*about*/

.ab_bg{
  width: 100%;
  height: 954px;
  margin: 0 auto;
  background: url(../images/ab_bg.jpg) no-repeat center;
}

.ab_bg .about{
  width: 1300px;
  margin: 0 auto;
  padding-top: 65px;
  height: 590px;
}

.ab_bg .about .title{
  text-align: left;
  margin: 0;

}

.ab_bg .about .title img{
  display: block;
  float: left;
  margin-right: 20px;
}
.ab_bg .about .title h3{
  background: none;
  line-height: 110px;
  margin-top: 0;

}
.ab_bg .about .title span{
  display: block;
  margin-top: 0px;
  position: relative;
  top: -15px;
}

.ab_bg .about .txt{
  margin-top: 50px;
  width: 650px;
  position: relative;
}

.ab_bg .about .txt h5{
  font-size: 20px;
  color: #333;
  font-weight: bold;

}

.ab_bg .about .txt p{
  font-size: 15px;
  color: #666666;
  line-height: 36px;
  height: 108px;
  overflow: hidden;
  margin-top: 15px;
}

.ab_bg .about .txt .more{
  display: block;
  margin-top: 70px;
  width: 147px;
  height: 44px;
  line-height: 44px;
  background: #7aa901;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.ab_bg .about .txt span{
  display: block;
  margin-top: 20px;
  font-size: 16px;
  color: #333;
  letter-spacing: 33px;
}

.ab_bg .about .txt .ab_num{
  display: block;
  position: absolute;
  left: 255px;
  top: 218px;
  z-index: 5;
}

.ab_bg .ab_list{
  margin: 40px auto 0 auto;
  width: 1300px;
}

.ab_bg .ab_list .ry{
  float: left;
  width: 235px;
  height: 156px;
  border: 1px solid #e0e0e0;
}

.ab_bg .ab_list .ry img{
  width: 215px;
  height: 136px;
  margin: 10px;
}

.ab_bg .ab_list ul{
  float: right;
  margin-top: 7px;
}

.ab_bg .ab_list ul li{
  float: left;
  width: 302px;
  margin-left: -75px;
}

.ab_bg .ab_list ul li:nth-child(2){
  display: none;
}

.ab_bg .ab_list ul li a{
  display: block;
  text-align: center;
}

.ab_bg .ab_list ul li span{
  display: block;
  width: 292px;
  height: 80px;
  background:  #074aba;
  border: 5px solid #fff;
  border-radius: 45px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ab_bg .ab_list ul li span img{
  display: block;
  width: 32px;
  height: 32px;
  margin: 24px auto 0 auto;

}

.ab_bg .ab_list ul li i{
  display: block;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  margin: 12px auto 0 auto;
}

.ab_bg .ab_list ul li em{
  display: block;
  font-size: 12px;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 5px;
}

.ab_bg .ab_list ul li:nth-child(1) span{
  z-index: 9;

}
.ab_bg .ab_list ul li:nth-child(2) span{
  z-index: 8;

}
.ab_bg .ab_list ul li:nth-child(3) span{
  z-index: 7;

}

.ab_bg .ab_list ul li.on span{
  background: #7aa901;

}




/*news*/

.news{
  width: 1300px;
  margin: 0px auto 0 auto;
}

.news .news_list{
  width: 1300px;
  margin: 20px auto 0 auto;
  height: 50px;
  line-height: 50px;
  margin-bottom: 10px;
}

.news .news_list ul li{
  float: left;
  margin-right: 280px;
}

.news .news_list ul li:last-child{
  margin-right: 0;
}

.news .news_list ul li a{
  display: block;
  font-size: 22px;
  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;
}
 
.news .news_list ul li a i{
  font-size: 14px;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  margin-left: 5px;

}

.news .news_list ul li.casehover a{
  color: #7aa901;
}

.news .news_box{
  margin: 0 auto;
} 

.news .news_box .news_top{
  width: 1300px;
  margin: 0 auto;
  height: 472px;
}

.news .news_box .news_top ul li{
  float: left;
  width: 380px;
  height: 470px;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  margin-right: 77px;
}

.news .news_box .news_top ul li:last-child{
  margin-right: 0;
}

.news .news_box .news_top ul li .news_img{
  width: 380px;
  height: 250px;
}

.news .news_box .news_top ul li .news_img img{
  width: 380px;
  height: 250px;
  border-radius: 5px;
}

.news .news_box .news_top ul li .txt{
  width: 310px;
  margin: 22px 0 0 25px;

} 

.news .news_box .news_top ul li .txt h5 a{
  font-size: 18px;
  color: #333;
  font-weight: bold;
  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;
}

.news .news_box .news_top ul li .txt p{
  font-size: 14px;
  color: #888;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  margin-top: 10px;
}

.news .news_box .news_top ul li .txt .more{
  margin-top: 25px;
  height: 40px;

}

.news .news_box .news_top ul li .txt .more a{
  display: block;
  float: left;
  width: 120px;
  height: 40px;
  line-height: 40px;
  border-radius: 45px;
  font-size: 14px;
  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 .news_top ul li .txt .more span{
  display: block;
  float: right;
  font-size: 14px;
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
}

.news .news_box .news_top ul li:hover .txt .more a{
  background: #7aa901;
  color: #fff;
  width: 90px;
  padding-left: 30px;
}

.news .news_box .list{
  margin: 45px auto 0 auto;
  width: 1300px;
  height: 160px;
  border: 1px solid #e1e1e1;
}

.news .news_box .list ul li{
  float: left;
  width: 302px;
  height: 160px;
  border-right: 1px solid #e1e1e1;
  position: relative;
  padding: 0 95px 0 35px;
}

.news .news_box .list ul li:last-child{
  border-right: none;
}

.news .news_box .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;
  margin: 35px 0 10px 0;
}

.news .news_box .list ul li i{
  display: block;
  font-size: 12px;
  color: #999;
}

.news .news_box .list ul li p{
  font-size: 14px;
  color: #888888;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  margin-top: 20px;
}

.news .news_box .list ul li .more{
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: url(../images/more2.png) no-repeat center;
  width: 0px;
  height: 0px;
  -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:last-child .more{
  right: -2px;
}

.news .news_box .list ul li.on .more{
  width: 58px;
  height: 55px;
}