
/*-----------------------------------------------------------*/
/*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: 110px;
    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: "first";
    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: "two";
    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: "three";
    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.jpg) 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: 36px;
    color: #484848;
    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;
}


input:-moz-placeholder,textarea:-moz-placeholder{

    color: #fff;
   
    }
   
    input:-ms-input-placeholder,textarea:-ms-input-placeholder{
   
    color: #fff;
   
    }
   
    input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
   
    color: #fff;
   
    }
   

.sou_bg .sou .search .search_s{
    float: right;
    width: 25px;
    height: 25px;
    margin-top: 12px;
    cursor: pointer;

} 

/*title*/

.title{
    background: url(../images/title.png) no-repeat left top;
    margin-left: -43px;
    padding-left: 40px;
}

.title span{
    display: block;
    font-size: 36px;
    color:  #e5f6fd;
    font-weight: bold;
    margin-top: 6px;
    line-height: 45px;
}

.title span i{
    font-size: 36px;
    color:  #ffffff;
    font-weight: bold;
}

.title h3{
    font-size: 24px;
    color:  #484848;
    font-weight: bold;

}

.title h3 a{
    font-size: 24px;
    color:  #484848;
    font-weight: bold;
}

.title p{
    font-size: 14px;
    color:  #999;
    letter-spacing: 4px;
    margin-top: 5px;
}

/*product*/

.product{
    width: 1200px;
    margin: 70px auto 0 auto;
}

.product  .pro_t{
    height: 110px;
}

.product  .pro_t .title{
    float: left;
}

.product  .pro_t .pro_list{
    float: right;
    width: 690px;
    height: 80px;
    position: relative;
}

.product  .pro_t .pro_list::after{
    position: absolute;
    content: "";
    left: 0;
    top: 75px;
    width: 690px;
    height: 1px;
    background:  #e5e5e5;

}

.product  .pro_t .pro_list ul li{
    float: left;
    height: 82px;
    line-height: 82px;
    width: 86px;
    text-align: center;
    position: relative;
    z-index: 5;
}

.product  .pro_t .pro_list ul li a{
    font-size: 16px;
    color: #555555;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product  .pro_t .pro_list ul li:hover{
    background: url(../images/buttom1.png) no-repeat  center bottom;

}

.product  .pro_t .pro_list ul li.casehover{
    background: url(../images/buttom1.png) no-repeat  center bottom;

}

.product  .pro_box{
    margin: 40px auto 0 auto;
    width: 1260px;
} 

.product  .pro_box ul li{
    float: left;
    width: 375px;
    margin: 0 37px 40px 0;
}

.product  .pro_box ul li .pro_l{
    float: left;
    width: 23px;
    font-size: 12px;
    color: #cccccc;
    background: url(../images/buttom2.png) no-repeat top center;
    margin-top: 18px;
    padding-top: 20px;
    writing-mode: tb-rl;
}

.product  .pro_box ul li .pro_r{
    float: right;
    width: 350px;
}

.product  .pro_box ul li .pro_r .pic{
    width: 350px;
    height: 320px;
}

.product  .pro_box ul li .pro_r .pic img{
    width: 350px;
    height: 320px;
    border-radius: 8px;
}

.product  .pro_box ul li .pro_r .txt{
    height: 55px;
    line-height: 55px;
    border-bottom: 1px solid #efefef;
    position: relative;

} 

.product  .pro_box ul li .pro_r .txt h5 a{
    float: left;
    width: 280px;
    font-size: 15px;
    color: #444444;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -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 .pro_r .txt .more{
    float: right;
    display: block;
    font-size: 15px;
    color: #999;
}

.product  .pro_box ul li .pro_r .txt i{
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 0;
    height: 1px;
    background: #00abf0;
    -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 .pro_r .txt i{
    width: 100%;
}
 


/*ys*/

.ys_bg{
    width: 100%;
    margin:20px auto 0 auto;
}

.ys_bg .ys_t{
    width: 1200px;
    margin: 0 auto;
    height: 110px;
}

.ys_bg .ys_t .title{
    float: left;
}

.ys_bg .ys_t .t_r{
    float: right;
    font-size: 16px;
    color: #666;
    line-height: 36px;
    text-align: right;
    margin-top: 30px;
}

.ys_bg .ys{
    margin: 30px auto 0 auto;
} 

.ys_bg .ys ul li{
    float: left;
    width: 24.85%;
    margin-right: 0.2%;
    position: relative;
}

.ys_bg .ys ul li:last-child{
    margin-right: 0;
}

.ys_bg .ys ul li .ys_img{
    padding-top: 115%;
    position: relative;
}

.ys_bg .ys ul li .ys_img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ys_bg .ys ul li .ys_t{
    position: absolute;
    left: 0;
    top: 0;
    width: 149px;
    height: 150px;
    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 ul li .ys_t h5{
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    line-height: 120px;
    padding-left: 20px;
}

.ys_bg .ys ul li .txt{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    background: url(../images/ys_nr.png) no-repeat  center ;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ys_bg .ys ul li .txt .txt_nr{
    width: 90%;
    height: 90%;
    border: 1px solid #ffffff;
    margin: 5%;
    left: 5%;
}

.ys_bg .ys ul li .txt .txt_nr h6{
    font-size: 36px;
    color: #fff;
    font-weight: normal;
    margin-top: 60px;

}

.ys_bg .ys ul li .txt .txt_nr i{
    display: block;
    margin: 17px auto 12px auto;
    width: 40px;
    height: 1px;
    background: #95d8e9;
}

.ys_bg .ys ul li .txt .txt_nr h5{
    font-size: 36px;
    color: #fff;
    font-weight: bold;
}

.ys_bg .ys ul li .txt .txt_nr p{
    font-size: 15px;
    color: #fff;
    line-height: 30px;
    width: 74%;
    margin: 20px auto 0 auto;
}

.ys_bg .ys ul li:hover .ys_t{
    opacity: 0;
}

.ys_bg .ys ul li:hover .txt{
    height: 100%;
    opacity: 1;

}

.ys_bg .ys ul li.on .ys_t{
    opacity: 0;
}

.ys_bg .ys ul li.on .txt{
    height: 100%;
    opacity: 1;

}

@media (max-width:1600px) {
    .ys_bg .ys ul li .txt .txt_nr h6 {
        margin-top: 20px;
    }

    .ys_bg .ys ul li .txt .txt_nr p {
        width: 94%;
    }
}



/*case*/

.case_bg{
    width: 100%;
    margin: 70px auto 0 auto;
    background: url(../images/case_bg.jpg) no-repeat  top center ;
}

.case_bg  .case{
    width: 1200px;
    margin: 0 auto;
}

.case_bg  .case .case_t{
    height: 110px;

}

.case_bg  .case .case_t .title{
    float: left;
}

.case_bg  .case .case_t .title p{
    letter-spacing: 0;
}
 
.case_bg  .case .case_t  .case_list{
    float: right;
    width: 880px;
}

.case_bg  .case .case_t  .case_list ul li{
    float: left;
    width: 82px;
    height: 82px;
    background: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .06);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .06);
    margin-right: 35px;
    text-align: center;
}

.case_bg  .case .case_t  .case_list ul li a{
    display: block;
    font-size: 14px;
    color: #555;
    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_t  .case_list ul li a i{
    display: block;
    font-size: 18px;
    color: #bbbbbb;
    margin-top: 13px;
}

.case_bg  .case .case_t  .case_list ul li:hover a{
    color: #00abf0;
}


.case .case_box{ 
    width: 1200px;
    margin: 30px auto 0 auto;
    height: 538px;

}

.case .case_box .case_l{
    float: left;
    width: 580px;
    position: relative;
}

.case .case_box .case_l .bd{
    width: 580px;
    margin-top: 50px;
}

.case .case_box .case_l .bd ul li{
    width: 580px;
    height: 200px;
    background: #f5f5f5;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    margin-bottom: 30px;
}

.case .case_box .case_l .bd ul li .pic{
    float: left;
    width: 200px;
    height: 160px;
}

.case .case_box .case_l .bd ul li .pic img{
    width: 200px;
    height: 160px;
    border-radius: 10px;
    margin: 20px;
}

.case .case_box .case_l .bd ul li .txt{
    float: right;
    width: 270px;
    margin-right: 55px;
} 

.case .case_box .case_l .bd ul li .txt a{
    font-size: 16px;
    color: #484848;
    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: 55px 0 13px 0;
}

.case .case_box .case_l .bd ul li:hover .txt a{
    color: #00abf0;
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -o-transform: translateX(5px);
}

.case .case_box .case_l .bd ul li .txt p{
    font-size: 13px;
    color: #777;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}

.case .case_box .case_l  .next{
    position: absolute;
    left: 270px;
    top: 0px;
    cursor: pointer;
    width: 33px;
    height: 17px;
    background: url(../images/left.png) no-repeat  center;
}

.case .case_box .case_l  .prev{
    position: absolute;
    left: 270px;
    top: 515px;
    cursor: pointer;
    width: 33px;
    height: 17px;
    background: url(../images/right.png) no-repeat  center;
}

.case .case_box .case_r{
    float: right;
    width: 580px;
}

.case .case_box .case_r .pic{
    width: 580px;
    height: 430px;
}

.case .case_box .case_r .pic img{
    width: 580px;
    height: 430px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.case .case_box .case_r .txt{
    width: 580px;
    position: relative;
}

.case .case_box .case_r .txt .txt_l{
    float: left;
    width: 450px;
}

.case .case_box .case_r .txt .txt_l a{
    font-size: 16px;
    color: #484848;
    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: 23px 0 7px 0;
}

.case .case_box .case_r .txt .txt_l p{
    font-size: 13px;
    color: #777;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}

.case .case_box .case_r .txt .txt_r{
    float: right;
    margin-right: 45px;
    font-size: 13px;
    color: #ccc;
    writing-mode:tb-rl;
    background: url(../images/case_xt.png) no-repeat top center;
    padding-top: 70px;
    position: relative;
    margin-top: -5px;
} 



/*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: #00abf0;
}

.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: #555555;
    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;
    height: 610px;
    margin: 70px auto 0 auto;
}

.news  .news_t{
    height: 110px;
}

.news  .news_t .title{
    float: left;
}

.news  .news_t .title p{
    letter-spacing: 0px;
}
 
.news .news_t  .news_list{
    float: right;
    margin-top: 20px;
}

.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: #484848;
}

.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: #00abf0;
    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: #00abf0;
    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: 1200px;
}

.news  .news_box .news_l{
    float: left;
    width: 400px;
}


.news  .news_box .news_l .pic{
    width: 400px;
    height: 350px;

}

.news  .news_box .news_l .pic img{
    width: 400px;
    height: 350px;
    border-radius: 8px;
}

.news  .news_box .news_l .txt{
    margin: 20px 0px 0 13px;

}

.news  .news_box .news_l .txt a{
    width: 250px;
    font-size: 16px;
    color: #555555;
    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_l .txt p{
    font-size: 13px;
    color: #666;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin: 5px 0 0 12px;
} 

.news  .news_box .news_r{
    float: right;
    width: 790px;

}

.news  .news_box .news_r ul li{
    float: left;
    border-bottom: 1px solid #efefef;
    width: 325px;
    height: 70px;
    margin: 0 0 24px 70px;
}

.news  .news_box .news_r ul li span{
    display: block;
    font-size: 14px;
    color: #999;
    -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 a{
    font-size: 14px;
    color: #444;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-top: 10px;
    background: url(../images/buttom3.png) no-repeat right center;
    padding-right: 30px;
}

.news  .news_box .news_r ul li:hover span{
    color: #00abf0;
}

.news  .news_box .news_r ul li:hover a{
    color: #00abf0;
}


/*links*/

.links{
    width: 1200px;
    margin: 50px 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: left;
    width: 1095px;
    line-height: 31px;

}

.links .yq a{
    font-size: 14px;
    color: #555555;
    margin: 0 15px;
}