
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/

/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 700px;
    background: #FFF;
    overflow: hidden;
  }
  
  .fullSlide .bd {
    height: 700px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  
  .fullSlide .bd ul {
    width: 100% !important;
  }
  
  .fullSlide .bd li {
    width: 100% !important;
    height: 700px;
    overflow: hidden;
    text-align: center;
  }
  
  .fullSlide .bd li a {
    display: block;
    height: 700px;
  }
  
  .fullSlide .hd {
    width: 17%;
    position: absolute;
    z-index: 5;
    top: 10px;
    right: 0;
    margin: 0 auto;
  }

  
  .fullSlide .hd ul li {
    cursor: pointer;
    zoom: 1;
    width: 125px;
    height: 50px;
    margin: 7px 10px;
    overflow: hidden;
    line-height: 50px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    font-size: 18px;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    position: relative;
    padding-left: 12px;
  }

  .fullSlide .hd ul li::before{
    font-size: 18px;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: 0;
    content: "0";
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }

  .fullSlide .hd ul li.on::before{
    color: #444;
  }

  .fullSlide .hd ul li:first-child::after{
    font-size: 18px;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    top: 0;
    content: "污水处理设备";
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }

  .fullSlide .hd ul li:first-child.on::after{
    color: #444;
    opacity: 1;
  }

  .fullSlide .hd ul li:nth-child(2)::after{
    font-size: 18px;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    top: 0;
    content: "催化燃烧设备";
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }

  .fullSlide .hd ul li:nth-child(2).on::after{
    color: #444;
    opacity: 1;
  }

  .fullSlide .hd ul li:nth-child(3)::after{
    font-size: 18px;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    top: 0;
    content: "中水回用工程";
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  
  .fullSlide .hd ul li:nth-child(3).on::after{
    color: #444;
    opacity: 1;
  }

  .fullSlide .hd ul .on {
    color: #444;
    border-bottom: 1px solid #e7e8e8;
    -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%;
  }


/*sou*/

.sou_bg{
    width: 100%;
    margin: 0 auto;
    height: 80px;
    background: url(../images/sou_bg.png) no-repeat center;
}

.sou_bg .sou{
    width: 1200px;
    margin: 0 auto;
    height: 80px;
}

.sou_bg .sou .tel{
    float: left;
    background: url(../images/tel.png) no-repeat left center;
    padding-left: 38px;
    font-size: 15px;
    color: #444444;
    line-height: 80px;
}

.sou_bg .sou .tel span{
    font-size: 32px;
    color: #555;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
}

.sou_bg .sou .search{
    float: right;
    width: 300px;
    height: 50px;
    margin-right: 105px;
    margin-top: 10px;
    border-bottom: 1px solid #ffffff;
}  

.sou_bg .sou .search .search2{
    float: left;
    width: 250px;
    height: 50px;
    background: none;
    font-size: 14px;
    color: #ffffff;
}

.sou_bg .sou .search .search_s{
    float: right;
    width: 24px;
    height: 26px;
    margin-top: 12px;
    cursor: pointer;

} 

/*title*/

.title{
    background: url(../images/title.png) no-repeat  top center ;
    text-align: center;
    height: 78px;

}

.title h3{
    font-size: 22px;
    color: #333333;
    font-family: "simsun";
    font-weight: bold;

}

.title h3 i{
    font-size: 30px;
    color: #333333;
    font-family: "simsun";
    font-weight: bold;
}

.title h3 a{
    font-size: 22px;
    color: #333333;
    font-family: "simsun";
    font-weight: bold;
}

.title p{
    font-size: 14px;
    color: #777777;
    margin-top: 5px;

}

/*product*/

.pro_bg{
    width: 100%;
    margin: 70px auto 0 auto;
    height: 740px;
    background: url(../images/pro_bg.jpg) no-repeat  bottom center ;
}

.pro_bg .product{
    width: 1200px;
    margin: 0 auto;
}

.pro_bg .product .pro_l{
    float: left;
    width: 195px;
}

.pro_bg .product .pro_l .title{
    margin-left: -12px;
}
 
.pro_bg .product .pro_l .pro_con{
    margin-top: 70px;
    overflow-y: auto;
    height: 520px;
}

.pro_bg .product .pro_l .pro_con ul li{
    margin-bottom: 15px;
}

.pro_bg .product .pro_l .pro_con ul li .first{
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #444;
    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;
    margin-bottom: 12px;
}

.pro_bg .product .pro_l .pro_con ul li .first i{
    width: 20px;
    height: 20px;
    background: #999999 url(../images/buttom1.png) no-repeat  center;
    border-radius: 3px;
    display: block;
    float: left;
    margin-right: 20px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.pro_bg .product .pro_l .pro_con ul li:hover .first i{
    background: #03a766 url(../images/buttom1.png) no-repeat  center;
}

.pro_bg .product .pro_l .pro_con ul li ul li{
    height: 31px;
    line-height: 31px;
}

.pro_bg .product .pro_l .pro_con ul li ul li a{
    font-size: 14px;
    color: #666;
    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-left: 40px;
}
 
.pro_bg .product .pro_tab{
    float: right;
    width: 990px;
}

.pro_bg .product .pro_tab ul li{
    float: left;
    width: 290px;
    margin: 0 0 50px 40px;
    position: relative;
}

.pro_bg .product .pro_tab ul li .pic{
    width: 290px;
    height: 250px;
}

.pro_bg .product .pro_tab ul li .pic img{
    width: 290px;
    height: 250px;
    border-radius: 8px;
}

.pro_bg .product .pro_tab ul li .txt{
    width: 290px;
    height: 57px;
    line-height: 57px;
    border-bottom: 1px solid #e7e7e7;
    position: relative;
}

.pro_bg .product .pro_tab ul li .txt h5 a{
    float: left;
    width: 200px;
    font-size: 16px;
    color: #444;
    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;
}

.pro_bg .product .pro_tab ul li .txt .more{
    float: right;
    width: 21px;
    height: 16px;
    background: url(../images/more.png) no-repeat  center;
    margin-top: 20px;
}

.pro_bg .product .pro_tab ul li .txt i{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 1px;
    background: #03a766;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}


.pro_bg .product .pro_tab ul li:hover .txt i{
    width: 100%;
}



/*ys*/

.ys_bg{
    width: 100%;
    height: 737px;
    margin: 0 auto;
    background: url(../images/ys_bg.jpg) no-repeat  center;
    padding-top: 80px;
}

.ys_bg .ys{
    width: 1200px;
    height: 610px;
    margin: 0 auto;
    background: url(../images/ys_nr.jpg) no-repeat  center;
    padding-top: 40px;
    border-top-left-radius: 95px;
    border-bottom-right-radius: 95px;
}

.ys_bg .ys .title{
    margin: 0 auto;
    text-align: center;
}

.ys_bg .ys .ys_box{
    position: relative;
    width: 1000px;
    margin: 25px auto 0 auto;
}

.ys_bg .ys .ys_box .hd{
    overflow: hidden;
    position: relative;
    z-index: 5;

}

.ys_bg .ys .ys_box .hd::after{
    position: absolute;
    left: 0;
    top: 35px;
    width: 1000px;
    height: 1px;
    background: #e5e5e5;
    content: "";
    z-index: 3;
}

.ys_bg .ys .ys_box .hd ul li{
    float: left;
    width: 70px;
    position: relative;
    z-index: 5;
    margin: 0 65px;
}

.ys_bg .ys .ys_box .hd ul li span{
    display: block;
    margin: 0 auto;
    width: 70px;
    height: 70px;
    background: url(../images/ys_list.png) no-repeat center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ys_bg .ys .ys_box .hd ul li span img{
    display: block;
    margin: 0 auto;
    width: 70px;
    height: 70px;
}

.ys_bg .ys .ys_box .hd ul li h5{
    font-size: 15px;
    color: #444;
    margin-top: 10px;

}

.ys_bg .ys .ys_box .bd{
    margin: 30px auto 0 auto;
    width: 1000px;
    position: relative;
}

.ys_bg .ys .ys_box .bd ul li{
    float: left;
    margin: 0px auto 0 auto;
    width: 1000px;
}

.ys_bg .ys .ys_box .bd ul li .ys_img{
    float: left;
    width: 500px;
    height: 320px;
}

.ys_bg .ys .ys_box .bd ul li .ys_img img{
    width: 500px;
    height: 320px;
    border-radius: 15px;
}

.ys_bg .ys .ys_box .bd ul li .txt{
    float: right;
    width: 450px;
}

.ys_bg .ys .ys_box .bd ul li .txt h5{
    font-size: 18px;
    color: #444444;
    font-weight: bold;
    margin: 30px 0 18px 0;

}

.ys_bg .ys .ys_box .bd ul li .txt p{
    font-size: 14px;
    color: #666;
    line-height: 32px;
}

.ys_bg .ys .ys_box .hd ul li.on span{
    background: url(../images/ys_list1.png) no-repeat center;
}

.ys_bg .ys .ys_box  .next{
    position: absolute;
    left: 560px;
    bottom: 0;
    cursor: pointer;
    width: 76px;
    height: 46px;
    line-height: 46px;
    background: #fff;
    border: 2px solid #03a766;
    font-size: 30px;
    color: #03a766;
    text-align: center;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.ys_bg .ys .ys_box  .prev{
    position: absolute;
    left: 640px;
    bottom: 0;
    cursor: pointer;
    width: 76px;
    height: 46px;
    line-height: 46px;
    background: #03a766;
    border: 2px solid #03a766;
    font-size: 30px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    margin-left: -3px;
}


/*case*/

.case{
    margin: 70px auto 0 auto;
    width: 1200px;
}

.case .case_t{
    overflow: hidden;
    height: 80px;
    background: url(../images/buttom2.png) no-repeat right center;
}

.case .case_t .title{
    float: left;
}


.case  .case_box{
    margin: 30px auto 0 auto;
    height: 440px;
    overflow: hidden;
    position: relative;
}

.case  .case_box .case_l{
    float: left;
    width: 540px;
    height: 440px;
}

.case  .case_box .case_l .pic{
    width: 540px;
    height: 440px;

}
.case  .case_box .case_l .pic img{
    width: 540px;
    height: 440px;
    border-top-left-radius: 45px;
    border-bottom-right-radius: 45px;
}

.case  .case_box .case_r{
    float: right;
    width: 600px;
    height: 440px;
}

.case  .case_box .case_r .txt{

}

.case  .case_box .case_r .txt a{
    font-size: 16px;
    color: #444;
    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-bottom: 10px;
}

.case .case_box .case_r .txt a:hover{
    color: #03a766;
}

.case  .case_box .case_r .txt p{
    font-size: 13px;
    color: #666;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
}

.case  .case_box .case_r .list{
    margin-top: 30px;
}

.case  .case_box .case_r .list dl{
    float: left;
    width: 275px;
    margin-right: 25px;
}

.case  .case_box .case_r .list dl dt{
    width: 275px;
    height: 218px;
}

.case  .case_box .case_r .list dl dt img{
    width: 275px;
    height: 218px;
    border-top-left-radius: 45px;
    border-bottom-right-radius: 45px;
}

.case  .case_box .case_r .list dl dd{
    height: 50px;
    line-height: 50px;
    position: relative;
}

.case  .case_box .case_r .list dl dd h5 a{
    float: left;
    width: 160px;
    font-size: 16px;
    color: #444444;
    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 .case_box .case_r .list dl:hover dd h5 a{
    color: #03a766;
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -o-transform: translateX(5px);
}

.case  .case_box .case_r .list dl dd .more{
    float: right;
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
    margin-right: 5px;
    position: relative;
}

.case  .case_box .case_r .list dl dd .more::before{
    position: absolute;
    left: 20px;
    top: -13px;
    width: 1px;
    height: 28px;
    background: #cfcfcf;
    content: "";
}

.case  .case_box .hd{
    margin: 30px auto 0 auto;
    width: 600px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.case  .case_box .hd::before{
    position: absolute;
    left: 0;
    top: 9px;
    width: 600px;
    height: 1px;
    background: #f1f1f1;
    content: "";
}

.case  .case_box .hd .next{
    float: left;
    background: url(../images/left1.png) no-repeat center;
    width: 13px;
    height: 19px;
    cursor: pointer;
    margin-left: 285px;
    -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;
}

.case  .case_box .hd .prev{
    float: left;
    background: url(../images/right1.png) no-repeat center;
    width: 13px;
    height: 19px;
    cursor: pointer;
    margin-left: 5px;
    -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;
}

.case  .case_box .hd .next:hover{
    background: url(../images/left.png) no-repeat center;
}

.case  .case_box .hd .prev:hover{
    background: url(../images/right.png) no-repeat center;
}

/*about*/

.ab_bg{
    width: 100%;
    height: 955px;
    margin: 56px auto 0 auto;
    background: url(../images/ab_bg.jpg) no-repeat  bottom center ;
}

.ab_bg .about{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.ab_bg .about .ab_l{
    float: left;
    width: 770px;
}

.ab_bg .about .ab_l .ab_list{
    height: 145px;
}

.ab_bg .about .ab_l .ab_list ul li{
    float: left;
    width: 80px;
    margin-right: 175px;
}

.ab_bg .about .ab_l .ab_list ul li a{
    display: block;
    font-size: 18px;
    color: #444444;
    text-align: center;
}

.ab_bg .about .ab_l .ab_list ul li a span{
    display: block;
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50%;
    padding: 7px;
    margin: 0 auto;
}

.ab_bg .about .ab_l .ab_list ul li a span i{
    display: block;
    width: 14px;
    height: 14px;
    background: #999999;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;

}

.ab_bg .about .ab_l .ab_list ul li:hover a span i{
    background: #03a766;
}

.ab_bg .about .ab_l .ab_list ul li a img{
    width: 47px;
    height: 36px;
    display: block;
    margin: 20px auto 10px auto;

}

.ab_bg .about .ab_l .ab_list ul li a em{
    display: block;
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
}

.ab_bg .about .ab_l .ab_nr{
    margin-top: 50px;
} 

.ab_bg .about .ab_l .ab_nr .ab_img{
    width: 767px;
    height: 500px;
    background: #fff;
    border-top-left-radius: 95px;

}

.ab_bg .about .ab_l .ab_nr .ab_img img{
    width: 757px;
    height: 490px;
    margin: 5px;
    border-top-left-radius: 95px;
}

.ab_bg .about .ab_l .ab_nr .txt{
    margin-top: 30px;

} 

.ab_bg .about .ab_l .ab_nr .txt a{
    font-size: 20px;
    color: #444;
    font-weight: bold;
}

.ab_bg .about .ab_l .ab_nr .txt p{
    font-size: 16px;
    color: #555555;
    line-height: 36px;
    height: 108px;
    overflow: hidden;
    margin-top: 15px;
}


.ab_bg .about .honor{
    float: right;
    width: 375px;
}

.ab_bg .about .honor .honor_t{
    margin-top: 45px;
    height: 490px;

}

.ab_bg .about .honor .honor_t span{
    font-size: 72px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    opacity: 0.1;
    writing-mode: tb-rl;
    float: right;

}

.ab_bg .about .honor .honor_t h3{
    font-size: 48px;
    color: #fff;
    font-weight: bold;
    writing-mode: tb-rl;
    float: right;
    margin-top: 140px;
    margin-right: 18px;

}
 
.ab_bg .about .honor .honor_img{
    width: 481px;
    height: 351px;
    margin-right: -106px;

}

.ab_bg .about .honor .honor_img img{
    width: 481px;
    height: 351px;
    border-radius: 5px;
}


/*news*/

.news{
    width: 1200px;
    margin: 70px auto 0 auto;
    overflow: hidden;
}

.news .news_t{
    overflow: hidden;
    height: 80px;
}

.news .news_t .title{
    float: left;
}

.news .news_t  .news_list{
    float: right;
}

.news .news_t  .news_list ul li{
    float: left;
    width: 105px;
    height: 60px;
    line-height: 60px;
    margin-left: 45px;
    position: relative;
}

.news .news_t  .news_list ul li a{
    display: block;
    font-size: 18px;
    color: #444;
}

.news .news_t  .news_list ul li a img{
    vertical-align: middle;
    margin-right: 10px;
}


.news .news_t  .news_list ul li::before{
    width: 0;
    height: 1px;
    background: #03a766;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_t  .news_list ul li::after{
    width: 0;
    height: 1px;
    background: #03a766;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}


.news .news_t  .news_list ul li.casehover::before{
    width: 100%;
}

.news .news_t  .news_list ul li.casehover::after{
    width: 100%;
}

.news .news_box{
    margin: 30px auto 0 auto;
    width: 1240px;
}

.news .news_box ul li{
    float: left;
    width: 370px;
    position: relative;
    margin: 0 43px 35px 0 ;
}

.news .news_box ul li .news_xt{
    font-size: 12px;
    color: #999999;
    text-transform: uppercase;
    height: 50px;
    background: url(../images/xt.jpg) no-repeat  center bottom;
    margin-left: 25px;
    width: 32px;
    position: relative;
    z-index: 9;
}

.news .news_box ul li .nr{
    position: relative;
    width: 310px;
    height: 198px;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    padding: 0 29px;
    margin-top: -15px;
    z-index: 5;
}

.news .news_box ul li .nr span{
    display: block;
    text-align: right;
    font-size: 13px;
    color: #999999;
    margin: 15px 0 17px 0;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_box ul li .nr h5 a{
    font-size: 16px;
    color: #444444;
    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 ul li .nr p{
    font-size: 13px;
    color: #777777;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    margin: 10px 0 10px 0;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_box ul li .nr .more{
    text-align: right;
    font-size: 13px;
    color: #999;
    text-transform: uppercase;
    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 ul li .nr i{
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: url(../images/news_img.jpg) no-repeat center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    border-radius: 8px;
}

.news .news_box ul li:hover .nr i{
    height: 100%;
}

.news .news_box ul li:hover .nr span{
    color: #fff;
}

.news .news_box ul li:hover .nr h5 a{
    color: #fff;
}

.news .news_box ul li:hover .nr p{
    color: #fff;
}

.news .news_box ul li:hover .nr .more{
    color: #fff;
}


/*links*/

.links{
    width: 1200px;
    margin: 70px auto 0 auto;
    overflow: hidden;
}

.links h3{
    float: left;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    width: 88px;
    height: 31px;
    line-height: 31px;
    background: url(../images/links.png) no-repeat center;
    padding-left: 13px;
}

.links .yq{
    float: right;
    width: 1095px;
    line-height: 31px;

}

.links .yq a{
    font-size: 14px;
    color: #555555;
    margin: 0 15px;
}
