
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/

/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 650px;
    background: #FFF;
    overflow: hidden;
  }
  
  .fullSlide .bd {
    height: 650px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  
  .fullSlide .bd ul {
    width: 100% !important;
  }
  
  .fullSlide .bd li {
    width: 100% !important;
    height: 650px;
    overflow: hidden;
    text-align: center;
  }
  
  .fullSlide .bd li a {
    display: block;
    height: 650px;
  }
  
  .fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 0;
    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;
    margin: 7px;
    background-color: #fff;
    overflow: hidden;
    line-height: 99px;
    border-radius: 50%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  
  .fullSlide .hd ul .on {
    width: 20px;
    background: #da3943;
    border-radius: 6px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  
  
  .fullSlide .next {
    width: 29px;
    height: 56px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index: 2;
    background: url(../images/bannerR.png) no-repeat center;
    filter: alpha(opacity=30);
    -moz-opacity: .3;
    opacity: .3;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    right: 10%;
  }
  
  .fullSlide .prev {
    width: 29px;
    height: 56px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index: 2;
    background: url(../images/bannerL.png) no-repeat center;
    filter: alpha(opacity=30);
    -moz-opacity: .3;
    opacity: .3;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    left: 10%;
  }


/*title*/

.title span{
    display: block;
    font-size: 54px;
    color: #f2f2f2;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    line-height: 65px;
}

.title i{
    display: block;
    width: 100px;
    height: 1px;
    background: #e0dede;
}

.title h3{
    font-size: 30px;
    color: #545454;
    font-weight: bold;
    margin: 8px 0 10px 0;

}

.title h3 a{
    font-size: 30px;
    color: #545454;
    font-weight: bold;
}
.title p{
    font-size: 16px;
    color: #545454;
}




  /*product*/

  .product{
      width: 1200px;
      margin: 60px auto 0 auto;
  }

  .product .pro_t{
      overflow: hidden;
  }

  .product .title{
      float: left;
  }

  .product .pro_list{
      float: right;
      width: 760px;
  }

  .product .pro_list ul li{
      float: left;
      width: 180px;
      height: 100px;
      background: #f9f9f9;
      margin: 0 0 20px 10px;
      -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:nth-child(1),
  .product .pro_list ul li:nth-child(3),
  .product .pro_list ul li:nth-child(6),
  .product .pro_list ul li:nth-child(8){
    background: #e5e5e5;
  }


  .product .pro_list ul li a{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #545454;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    text-align: center;
    margin-top: 30px;
  }

  .product .pro_list ul li i{
      display: block;
      width: 40px;
      height: 1px;
      background: #b1b1b1;
      margin: 10px auto 0 auto;
      -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:hover{
      background: #d9333d;
  }

  .product .pro_list ul li:hover a{
      color: #fff;
  }

  .product .pro_list ul li:hover i{
      background: #fff;
  }


  .product .pro_box{
    width: 1240px;
    margin: 30px auto 0 auto;
}

.product .pro_box ul li{
    float: left;
    width: 378px;
    height: 328px;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    margin: 0 30px 30px 0px;
    position: relative;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product .pro_box ul li .pic{
    width: 360px;
    height: 270px;
    margin: 9px auto 0 auto;

}

.product .pro_box ul li .pic img{
    width: 360px;
    height: 270px;
    border-radius: 5px;
}

.product .pro_box ul li .txt{
    width: 340px;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    position: relative;
	overflow:hidden;
} 

.product .pro_box ul li .txt h5 a{
    float: left;
    width: 250px;
    font-size: 16px;
    color: #545454;
    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 ul li .txt .more{
    float: right;
    background:#fff url(../images/more1.png) no-repeat  center;
    width: 50px;
    height: 47px;
    border-radius: 5px;
    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 ul li:hover{
    border: 1px solid #da3943;
}

.product .pro_box ul li:hover .txt h5 a{
  color: #da3943;
}
 
.product .pro_box ul li:hover .txt .more{
  background:#da3943 url(../images/more.png) no-repeat  center;
  margin-top: -9px;
}


/*ys*/

  .ys_bg{
    width: 100%;
    height: 900px;
    margin: 30px auto 0 auto;
    background:  url(../images/ys_bg.jpg) no-repeat  center;
}

.ys_bg .ys{
  width: 1200px;
  margin: 0 auto;
  padding-top: 50px;
}

.ys_bg .ys .ys_t{
  overflow: hidden;

}

.ys_bg .ys .ys_t span{
  display: block;
  font-size: 72px;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  opacity: 0.1;
  line-height: 60px;
}

.ys_bg .ys .ys_t h3{
  font-size: 30px;
  color: #ffffff;
  font-weight: bold;
  background:  url(../images/ys_xt.png) no-repeat  140px center;
  margin-top: 3px;
}

.ys_bg .ys .ys_t p{
  font-size: 16px;
  color: #ffffff;
  margin-top: 8px;
}

.ys_bg .ys .ys_box{
  margin: 40px auto 0 auto;
  height: 600px;
  border: 1px solid #797a82;
  width: 1199px;
}

.ys_bg .ys .ys_box ul li{
  float: left;
  width: 299px;
  height: 600px;
  border-right: 1px solid #797a82;
  text-align: center;
  position: relative;
  z-index: 5;

}

.ys_bg .ys .ys_box ul li:last-child{
  border-right: none;
}

.ys_bg .ys .ys_box ul li img{
  width: 60px;
  height: 60px;
  display: block;
  margin: 25px auto 50px auto;

}

.ys_bg .ys .ys_box ul li h5{
  font-size: 24px;
  color: #fcfcfc;
  font-weight: bold;

}

.ys_bg .ys .ys_box ul li span{
  display: block;
  font-size: 108px;
  color: #fcfcfc;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0.3;
  line-height: 90px;
  margin-top: 30px;
}

.ys_bg .ys .ys_box ul li i{
  display: block;
  margin: 30px auto 0 auto;
  width: 100%;
  height: 1px;
  background: #7b7c83;
  -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 h6{
  font-size: 24px;
  color: #fcfcfc;
  margin: 40px auto 30px auto;
}

.ys_bg .ys .ys_box ul li p{
  font-size: 14px;
  color: #fcfcfc;
  line-height: 30px;
  width: 240px;
  margin: 0 auto;
}

.ys_bg .ys .ys_box ul li em{
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  background: #d9333d;
  opacity: 0.6;
  z-index: -1;
  -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 em{
  height: 100%;
}

.ys_bg .ys .ys_box ul li:hover  i{
  opacity: 0;
}

.ys_bg .ys .ys_box ul li.on em{
  height: 100%;
}

.ys_bg .ys .ys_box ul li.on  i{
  opacity: 0;
}


/*case*/

.case{
  width: 1200px;
  margin: 50px auto 0 auto;
}

.case .title{
  background: url(../images/case_t.png) no-repeat right 15px;
}

.case .case_box{
  margin: 35px auto 0 auto;
  overflow: hidden;
} 

.case .case_box .case_l{
  float: left;
  width: 220px;
}

.case .case_box .case_l .hd{
  width: 220px;
}

.case .case_box .case_l .hd ul li{
  width: 220px;
  height: 60px;
  line-height: 60px;
  background: #e5e5e5;
  margin-bottom: 2px;

}

.case .case_box .case_l .hd ul li a{
  padding-left: 70px;
  background: url(../images/buttom2.png) no-repeat 38px center;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #545454;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case .case_box .case_l .hd ul li.on{
  background: #d9333d url(../images/buttom3.png) no-repeat 175px center;
}

.case .case_box .case_l .hd ul li.on a{
  background: url(../images/buttom1.png) no-repeat 38px center;
  color: #fff;
}


.case .case_box .case_l .case_more{
  width: 220px;
  height: 60px;
  line-height: 60px;
  background: #e5e5e5;
  margin-bottom: 2px;

}

.case .case_box .case_l .case_more a{
  padding-left: 70px;
  background: url(../images/buttom2.png) no-repeat 38px center;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #545454;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case .case_box .case_l .tel{
  width: 185px;
  height: 94px;
  background: #333a40;
  padding-left: 35px;
}

.case .case_box .case_l .tel span{
  display: block;
  font-size: 16px;
  color: #fff;
  padding-top: 17px;
}

.case .case_box .case_l .tel p{
  font-size: 20px;
  color: #fff;
  padding-top: 10px;
}

.case .case_box .bd{
  float: right;
  width: 950px;
  height: 340px;
} 

.case .case_box .bd ul li{
  float: left;
  width: 950px;
  height: 340px;
}

.case .case_box .bd ul li .pic{
  width: 548px;
  height: 338px;
  border: 1px solid #e5e5e5;
  float: left;

}

.case .case_box .bd ul li .pic img{
  width: 528px;
  height: 318px;
  margin: 10px;
}

.case .case_box .bd ul li .txt{
  float: right;
  width: 370px;
}

.case .case_box .bd ul li .txt h5 a{
  font-size: 20px;
  color: #545454;
  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;
  margin: 20px 0 15px 0;
}

.case .case_box .bd ul li:hover .txt h5 a{
  color: #d9333d;
  
}

.case .case_box .bd ul li .txt p{
  font-size: 14px;
  color: #8b8b8b;
  line-height: 30px;
  height: 90px;
  overflow: hidden;

}

.case .case_box .bd ul li .txt .more{
  display: block;
  width: 160px;
  height: 46px;
  line-height: 46px;
  background: #333a40;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-top: 85px;
}

.case .case_list{
  margin: 30px auto 0 auto;
}

.case .case_list ul li{
  float: left;
  width: 283px;
  height: 238px;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  margin: 0 20px 0px 0px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case .case_list ul li:last-child{
  margin-right: 0;
}

.case .case_list ul li .pic{
  width: 265px;
  height: 180px;
  margin: 9px auto 0 auto;

}

.case .case_list ul li .pic img{
  width: 265px;
  height: 180px;
  border-radius: 5px;
}

.case .case_list ul li .txt{
  width: 265px;
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
  position: relative;
} 

.case .case_list ul li .txt h5 a{
  float: left;
  width: 150px;
  font-size: 16px;
  color: #545454;
  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-left: 10px;
}

.case .case_list ul li .txt .more{
  float: right;
  background: url(../images/more1.png) no-repeat  center;
  width: 50px;
  height: 50px;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-right: 8px;
}

.case .case_list ul li:hover{
  border: 1px solid #da3943;
}

.case .case_list ul li:hover .txt h5 a{
color: #da3943;
}




/*jz*/

.jz_bg{
  width: 100%;
  height: 485px;
  background: #f9f9f9;
  margin: 55px auto 0 auto;
}

.jz_bg .jz{
  width: 1200px;
  margin: 0 auto;
  padding-top: 35px;
  position: relative;
}

.jz_bg .jz .title{
  float: left;
}

.jz_bg .jz .jz_box{
  width: 885px;
  margin: 60px auto 0 auto;
  position: relative;
  float: right;
}

.jz_bg .jz .jz_box .bd{
  width: 885px;
  margin: 0 auto;
}

.jz_bg .jz .jz_box .bd ul li{
  float: left;
  width: 280px;
  height: 312px;
  background: #ffffff;
  margin: 0 7px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.jz_bg .jz .jz_box .bd ul li .pic{
  width: 280px;
  height: 160px;
}

.jz_bg .jz .jz_box .bd ul li .pic img{
  width: 280px;
  height: 160px;
}

.jz_bg .jz .jz_box .bd ul li .txt{
  margin: 15px 15px 0 15px;

} 

.jz_bg .jz .jz_box .bd ul li .txt h5 a{
  font-size: 18px;
  color: #545454;
  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;
}

.jz_bg .jz .jz_box .bd ul li .txt p{
  font-size: 14px;
  color: #8b8b8b;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  margin-top: 10px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
 
.jz_bg .jz .jz_box .bd ul li:hover{
  background: #d9333d;
}

.jz_bg .jz .jz_box .bd ul li:hover h5 a{
  color: #fff;
}

.jz_bg .jz .jz_box .bd ul li:hover p{
  color: #fff;
}

.jz_bg .jz .jz_box .hd{
  position: absolute;
  left: -250px;
  top: 195px;
}
 
.jz_bg .jz .jz_box .hd .next{
  float: left;
  cursor: pointer;
  background:  url(../images/left.png) no-repeat center;
  width: 60px;
  height: 60px;
}

.jz_bg .jz .jz_box .hd .prev{
  float: left;
  cursor: pointer;
  background:  url(../images/right.png) no-repeat center;
  width: 60px;
  height: 60px;
  margin-left: 28px;
}


/*about*/

.ab_bg{
  width: 100%;
  height: 600px;
  background:  url(../images/ab_bg.jpg) no-repeat top center;
  margin: 0 auto;
  overflow: hidden;
}

.ab_bg .about{
  width: 1200px;
  height: 600px;
  margin: 0 auto;
  position: relative;
}

.ab_bg .about .ab_l{
  float: left;
  position: relative;
  width: 580px;
}
 
.ab_bg .about .ab_l .ab_img{
  margin-left: -360px;
  width: 940px;
  height: 600px;

}

.ab_bg .about .ab_l .ab_img img{
  width: 940px;
  height: 600px;
}
 
.ab_bg .about .ab_l .honor{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 165px;
  height: 225px;
  background:  url(../images/honor_bg.jpg) no-repeat center;
} 
 
.ab_bg .about .ab_l .honor img{
  display: block;
  margin: 0 auto;
  width: 145px;
  height: 205px;
  margin: 10px auto;
}
 
.ab_bg .about .ab_r{
  float: right;
  width: 585px;
}

.ab_bg .about .ab_r .txt{
  overflow: hidden;
}
 
.ab_bg .about .ab_r .txt h5{
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
  margin-top: 35px;

}

.ab_bg .about .ab_r .txt h6{
  width: 100px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  border-top: 1px solid #ec999e;
  border-bottom: 1px solid #ec999e;
  text-align: center;
  margin-top: 20px;
}

.ab_bg .about .ab_r .txt p{
  font-size: 14px;
  color: #ffffff;
  line-height: 30px;
  height: 120px;
  overflow: hidden;
  margin-top: 20px;
}

.ab_bg .about .ab_r .txt .more{
  display: block;
  width: 125px;
  height: 44px;
  line-height: 44px;
  background:  url(../images/more2.png) no-repeat center;
  font-size: 14px;
  color: #ffffff;
  padding-left: 35px;
  margin-top: 50px;
}

.ab_bg .about .ab_r .ab_list{
  margin-top: 88px;
  height: 100px;
}

.ab_bg .about .ab_r .ab_list ul li{
  float: left;
  width: 125px;
  height: 100px;
  border-right: 1px  solid #d8d8d8;
  text-align: center;
  padding: 0 41px;
}

.ab_bg .about .ab_r .ab_list ul li:first-child{
  padding-left: 0;
}

.ab_bg .about .ab_r .ab_list ul li:last-child{
  border-right: none;
}
 
.ab_bg .about .ab_r .ab_list ul li h5{
  font-size: 16px;
  color: #454545;

}

.ab_bg .about .ab_r .ab_list ul li span{
  font-size: 36px;
  color: #454545;
  margin-right: 18px;

}

.ab_bg .about .ab_r .ab_list ul li p{
  font-size: 16px;
  color: #454545;
  margin-top: 8px;
}
 
/*news*/

.news{
  width: 1200px;
  margin: 50px auto 0 auto;
  height: 720px;
}

.news .news_t{
  overflow: hidden;
}

.news .news_t .title{
  float: left;
}

.news .news_t .more a{
  float: right;
  background:  url(../images/more3.png) no-repeat right center;
  font-size: 16px;
  color: #888888;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  display: block;
  padding-right: 33px;
  margin-top: 80px;
} 

.news .news_box{
  margin: 20px auto 0 auto;
} 

.news .news_box .news_top{
  height: 410px;
}

.news .news_box .news_top .news_l{
  float: left;
  width: 410px;
  height: 410px;
  position: relative;
}

.news .news_box .news_top .news_l .bd{
  width: 410px;
  height: 410px;
  overflow: hidden;
}

.news .news_box .news_top .news_l .bd ul li{
  float: left;
  width: 410px;
  height: 410px;
}

.news .news_box .news_top .news_l .bd ul li .news_img{
  width: 410px;
  height: 260px;
}

.news .news_box .news_top .news_l .bd ul li .news_img img{
  width: 410px;
  height: 260px;
}

.news .news_box .news_top .news_l .bd ul li .txt{
  width: 390px;
  height: 135px;
  background: #d9333d;
  padding: 15px 0 0 20px;
} 

.news .news_box .news_top .news_l .bd ul li .txt a{
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  margin: 0px 0 10px 0;
}

.news .news_box .news_top .news_l .bd ul li .txt p{
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}

.news .news_box .news_top .news_l .bd ul li .txt span{
  display: block;
  font-size: 14px;
  color: #fff;
  margin-top: 12px;
}

.news .news_box .news_top .news_l .hd{
  position: absolute;
  right: 5px;
  bottom: 20px;
}

.news .news_box .news_top .news_l .hd ul li{
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e47178;
  border-radius: 50%;
  margin: 0 8px;
  -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 .hd ul li.on{
  background: #fff;
}

.news .news_box .news_top .news_r{
  float: right;
  width: 790px;
}

.news .news_box .news_top .news_r ul li{
  float: left;
  width: 375px;
  height: 195px;
  background: #f9f9f9;
  margin: 0 0 22px 20px;
}

.news .news_box .news_top .news_r ul li .time{
  float: left;
  width: 100px;
  text-align: center;
}

.news .news_box .news_top .news_r ul li .time span{
  display: block;
  font-size: 36px;
  color: #545454;
  font-weight: bold;
  margin-top: 55px;
}

.news .news_box .news_top .news_r ul li .time p{
  font-size: 14px;
  color: #8b8b8b;

}

.news .news_box .news_top .news_r ul li .txt{
  float: right;
  margin-right: 25px;
  width: 240px;
} 

.news .news_box .news_top .news_r ul li .txt a{
  font-size: 16px;
  color: #545454;
  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: 30px 0 15px 0;
}

.news .news_box .news_top .news_r ul li .txt p{
  font-size: 14px;
  color: #8b8b8b;
  line-height: 24px;
  height: 96px;
  overflow: hidden;

}

.news .news_box .news_top .news_r ul li:nth-child(1),
.news .news_box .news_top .news_r ul li:nth-child(3){
  background: #e5e5e5;
}

.news .news_box .news_top .news_r ul li:hover .txt a{
  margin-left: 5px;
  color: #d9333d;
}

.news .news_box .list{
  margin: 38px auto 0 auto;
}

.news .news_box .list ul li{
  float: left;
  width: 370px;
  margin-right: 45px;
}

.news .news_box .list ul li:last-child{
  margin-right: 0;
}

.news .news_box .list ul li h5 a{
  font-size: 16px;
  color: #545454;
  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 p{
  font-size: 14px;
  color: #8b8b8b;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin: 15px 0;
}

.news .news_box .list ul li  .more{

}

.news .news_box .list ul li .more span{
  float: left;
  font-size: 14px;
  color: #8b8b8b;
}

.news .news_box .list ul li .more a{
  float: right;
  display: block;
  width: 31px;
  height: 5px;
  background:  url(../images/more4.png) no-repeat  center;
}




/*links*/

.links{
  width: 1200px;
  height: 43px;
  line-height: 43px;
  margin: 65px auto 0 auto;
  background:  url(../images/links_xt.png) no-repeat bottom center;
}

.links h3{
  background:  url(../images/links.png) no-repeat left center;
  padding-left: 60px;
  font-size: 24px;
  color: #d9333d;
  font-weight: bold;
  float: left;
}
 
.links .yq{
  float: right;
  width: 1030px;
  font-size: 14px;
  color: #8b8b8b;
}

.links .yq a{
  font-size: 14px;
  color: #8b8b8b;
  margin: 0 15px;
}