
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/


/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 800px;
    background: #fff;
    overflow: hidden;
    top: -39px;
  }
  
  .fullSlide .bd {
    width: 100%;
    height: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }

  
  .fullSlide .bd ul {
    width: 100% !important;
  }
  
  .fullSlide .bd li {
    width: 100% !important;
    height: 800px;
    overflow: hidden;
    text-align: center;
  }
  
  .fullSlide .bd li a {
    display: block;
    height: 800px;
  }
  
  .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: #0071dc;
    -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{

}

.title h3{
    font-size: 26px;
    color: #333333;
    letter-spacing: 5px;
}

.title h3 a{
    font-size: 26px;
    color: #333333;

}

.title h3 span{
    font-size: 70px;
    color: #333333;
    text-transform: uppercase;
    letter-spacing: 18px;
    font-family: "Impact";
    display: inline-block;
    line-height: 60px;
}


/*product*/

.pro_bg{
    width: 100%;
    margin: -39px auto 0 auto;
    height: 1465px;
    background: #f5f6f7;
}

.pro_bg .product{
    width: 1300px;
    margin: 0 auto;
    padding-top: 100px;
}

.pro_bg .product .pro_t{
    overflow: hidden;
}

.pro_bg .product .pro_t .title{
    float: left;
}

.pro_bg .product .pro_t .more a{
    display: block;
    float: right;
    width: 100px;
    height: 36px;
    line-height: 36px;
    background: #0071dc;
    border-radius: 45px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: 15px;
} 

.pro_bg .product .pro_box{
    margin: 50px auto 0 auto;
}

.pro_bg .product .pro_box .pro_l{
    float: left;
    width: 230px;
    background: #fff;
}

.pro_bg .product .pro_box .pro_l ul li{
    height: 55px;
    line-height: 55px;
    position: relative;
    z-index: 5;

}

.pro_bg .product .pro_box .pro_l ul li a{
    font-size: 16px;
    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;
    background: url(../images/buttom3.png) no-repeat 25px center;
    padding-left: 55px;
}

.pro_bg .product .pro_box .pro_l ul li::after{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 55px;
    content: "";
    z-index: -1;
    background: #0071dc;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.pro_bg .product .pro_box .pro_l ul li.on::after{
    width: 100%;
}

.pro_bg .product .pro_box .pro_l ul li.on a{
    color: #fff;
    background: url(../images/buttom4.png) no-repeat 25px center;
}


.pro_bg .product .pro_box .pro_r{
    float: right;
    width: 1055px;
}

.pro_bg .product .pro_box .pro_r ul li{
    float: left;
    width: 310px;
    height: 350px;
    background: #fff;
    margin: 0 0 52px 41px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.pro_bg .product .pro_box .pro_r ul li .pic{
    width: 260px;
    height: 215px;
    margin: 25px 25px 19px 25px;


}

.pro_bg .product .pro_box .pro_r ul li .pic img{
    width: 260px;
    height: 215px;
}

.pro_bg .product .pro_box .pro_r ul li .txt{
    margin: 0 25px;
    height: 90px;
    line-height: 90px;

} 

.pro_bg .product .pro_box .pro_r ul li .txt h5 a{
    float: left;
    width: 170px;
    font-size: 16px;
    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;
}

.pro_bg .product .pro_box .pro_r ul li .txt .more{
    display: block;
    width: 37px;
    height: 37px;
    margin-top: 26px;
    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;
}

.pro_bg .product .pro_box .pro_r ul li:hover{
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
}

.pro_bg .product .pro_box .pro_r ul li:hover .txt .more{
    background: url(../images/more1.png) no-repeat  center;
}




/*ys*/

.ys_bg{
    width: 100%;
    margin: 0 auto;
    height: 949px;
    background: url(../images/ys.jpg) no-repeat  center;
}

.ys_bg .ys{
    width: 1300px;
    margin: 0 auto;
}

.ys_bg .ys .ys_t{
    height: 170px;
    margin: 0 auto 75px auto;
    line-height: 170px;
    font-size: 16px;
    letter-spacing: 10px;
    color: #ffffff;
}

.ys_bg .ys .ys_t span{
    font-size: 40px;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 0px;
    margin-right: 20px;
}

.ys_bg .ys .ys_box{
    margin-top: 50px;
    width: 590px;
    float: left;
    position: relative;

} 

.ys_bg .ys .ys_box .bd{
    width: 590px;
    height: 275px;
}

.ys_bg .ys .ys_box .bd ul li{
    float: left;
    width: 590px;
}

.ys_bg .ys .ys_box .bd ul li .txt_t{
    height: 60px;
}

.ys_bg .ys .ys_box .bd ul li .txt_t h5{
    float: left;
    width: 186px;
    height: 60px;
    border-radius: 30px;
    background-color: #0071dc;
    font-size: 20px;
    line-height: 60px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

.ys_bg .ys .ys_box .bd ul li .txt_t i{
    display: block;
    float: right;
    font-size: 80px;
    line-height: 60px;
    color: #333333;
    font-weight: bold;
}

.ys_bg .ys .ys_box .bd ul li p{
    width: 554px;
    font-size: 16px;
    line-height: 44px;
    color: #666666;
    margin-top: 30px;
}

.ys_bg .ys .ys_box .hd{
    margin-top: 150px;
    width: 630px;

} 

.ys_bg .ys .ys_box .hd ul li{
    float: left;
    margin-right: 70px;
}

.ys_bg .ys .ys_box .hd ul li span{
    display: block;
    width: 70px;
    height: 65px;
    filter: drop-shadow(0 0 31px rgba(0,0,0,0.07));
    background: #fff;
    border: 8px solid #f5f6f7;
    -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 i{
    display: block;
    width: 70px;
    height: 65px;
    -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 h5{
    text-align: center;
    font-size: 16px;
    color: #333333;
    margin-top: 25px;
}

.ys_bg .ys .ys_box .hd ul li.ys1 span i{
    background: url(../images/ys_ico1.png) no-repeat  center;
}

.ys_bg .ys .ys_box .hd ul li.ys2 span i{
    background: url(../images/ys_ico2.png) no-repeat  center;
}

.ys_bg .ys .ys_box .hd ul li.ys3 span i{
    background: url(../images/ys_ico3.png) no-repeat  center;
}

.ys_bg .ys .ys_box .hd ul li.ys4 span i{
    background: url(../images/ys_ico4.png) no-repeat  center;
}

.ys_bg .ys .ys_box .hd ul li.on span{
    background: #ffc221;
    border: 8px solid #ffffff;
}

.ys_bg .ys .ys_box .hd ul li.ys1.on span i{
    background: url(../images/ys_ico11.png) no-repeat  center;
}

.ys_bg .ys .ys_box .hd ul li.ys2.on span i{
    background: url(../images/ys_ico22.png) no-repeat  center;
}

.ys_bg .ys .ys_box .hd ul li.ys3.on span i{
    background: url(../images/ys_ico33.png) no-repeat  center;
}

.ys_bg .ys .ys_box .hd ul li.ys4.on span i{
    background: url(../images/ys_ico44.png) no-repeat  center;
}


.ys_bg .ys .ys_box .next{
    position: absolute;
    left: 0;
    top: 275px;
    cursor: pointer;
    background: url(../images/left.png) no-repeat  center;
    width: 32px;
    height: 32px;

}


.ys_bg .ys .ys_box .prev{
    position: absolute;
    left: 40px;
    top: 275px;
    cursor: pointer;
    background: url(../images/right.png) no-repeat  center;
    width: 32px;
    height: 32px;

}


.ys_bg .ys .ys_box .ys_xt{
    position: absolute;
    left: 0;
    top: 330px;
    font-size: 14px;
    letter-spacing: 18px;
    line-height: 44px;
    color: #999999;
    font-family: "Arial";
    text-transform: uppercase;
}

.ys_bg .ys .ys_box::after{
    position: absolute;
    left: 110px;
    top: 293px;
    width: 466px;
    height: 1px;
    background: #666666;
    content: "";
}


.ys_bg .ys .ys_img{
    float: right;
    width: 584px;
    height: 622px;
}

.ys_bg .ys .ys_img img{
    width: 584px;
    height: 622px;
}




/*case*/

.case_bg{
    width: 100%;
    margin: 0 auto;
    height: 765px;
    background: url(../images/case_bg.jpg) no-repeat  center;
}

.case_bg .case{
    width: 1300px;
    margin: 0 auto;
    position: relative;
    padding-top: 85px;
}


.case_bg .case .case_t{
    overflow: hidden;
}

.case_bg .case .case_t .title{
    float: left;
}

.case_bg .case .case_t .tel{
    float: right;
    padding-left: 365px;
    font-size: 18px;
    color: #333333;
    background: url(../images/tel1.png) no-repeat left center;
    line-height: 35px;
    margin-top: 25px;
} 

.case_bg .case .case_t .tel span{
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    font-family: "Arial";
}

.case_bg .case .case_t .tel span i{
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    font-family: "Arial";
}


.case_bg .case .case_box{
    margin: 45px auto 0 auto;
    position: relative;

}


.case_bg .case .case_box .case_img{
    float: left;
    width: 626px;
    height: 470px;
    filter: drop-shadow(0 0 17.5px rgba(0,0,0,0.06));
    background: #ffffff;
    border: 1px solid #e0e0e0;
    overflow: hidden;
}

.case_bg .case .case_box .case_img a{
    display: block;
    width: 570px;
    height: 421px;
    margin: 25px 28px;
    overflow: hidden;
}

.case_bg .case .case_box .case_img img{
    width: 570px;
    height: 421px;
    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 .case_img img:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}


.case_bg .case .case_box .txt{
    float: right;
    width: 610px;
    margin-top: 7px;
}


.case_bg .case .case_box .txt span{
    display: block;
    font-size: 55px;
    line-height: 55px;
    color: #333333;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}


.case_bg .case .case_box .txt h5 a{
    font-size: 22px;
    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: 47px 0 32px 0;
}

.case_bg .case .case_box .txt p{
    width: 597px;
    height:80px;
    font-size: 16px;
    line-height: 40px;
    color: #666666;
    overflow: hidden;
}

.case_bg .case .case_box .case_list{
    position: absolute;
    left: 690px;
    top: 310px;
    z-index: 5;

}

.case_bg .case .case_box .case_list ul li{
    float: left;
    width: 275px;
    height: 160px;
    border-radius: 5px;
    background: #ffffff;
    overflow: hidden;
    position: relative;
    margin-right: 50px;
}


.case_bg .case .case_box .case_list ul li:last-child{
    margin-right: 0;
}


.case_bg .case .case_box .case_list ul li .pic{
    float: left;
    width: 160px;
    height: 120px;
    margin: 20px 0 0 20px;

}

.case_bg .case .case_box .case_list ul li .pic img{
    width: 160px;
    height: 120px;
}

.case_bg .case .case_box .case_list ul li .txt{
    float: right;
    width: 65px;


}

.case_bg .case .case_box .case_list ul li .txt a{
    font-size: 16px;
    letter-spacing: 5px;
    line-height: 30px;
    color: #666666;
    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;
    height: 95px;
    writing-mode:tb-rl;
    margin-top: 17px;
}


.case_bg .case .case_box .case_list ul li .txt i{
    font-size: 12px;
    color: #999;
    display: block;
    font-size: 47px;
    line-height: 45px;
    color: #ffc221;
    font-family: "Impact";
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    position: absolute;
    right: 12px;
    bottom: -47px;
}


.case_bg .case .case_box .case_list ul li:hover .txt i{
    bottom: -12px;
}

/*about*/

.ab_bg{
    width: 100%;
    margin: 0 auto;
    height: 823px;
    background: url(../images/ab_bg.jpg) no-repeat  center;
    overflow: hidden;
}

.ab_bg .about{
    width: 1300px;
    margin: 0 auto;
    position: relative;
}

.ab_bg .about .ab_l{
    float: left;
    width: 200px;
    margin-top: 200px;
}

.ab_bg .about .ab_l ul li{
    position: relative;
    width: 200px;
    height: 100px;
    border-radius: 5px;
    background-color: #ffffff;
    margin-bottom: 88px;
    -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 ul li a{
    display: block;
    text-align: center;
}

.ab_bg .about .ab_l ul li span{
    display: block;
    margin: 0 auto;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #0071dc;
    border: 10px solid #ffffff;
    top: -40px;
    position: relative;
    -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 ul li span img{
    width: 60px;
    height: 60px;

}

.ab_bg .about .ab_l ul li i{
    display: block;
    font-size: 16px;
    color: #333333;
    margin-top: -30px;
    -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 ul li.on{
    background: #ffc221;
}

.ab_bg .about .ab_l ul li.on a span{
  
    background: #ffc221;

}

.ab_bg .about .ab_l ul li.on a i{
    color: #fff;
}

.ab_bg .about .ab_r{
    float: right;
    width: 910px;
    margin-top: 75px;
}
 
.ab_bg .about .ab_r .ab_nr{
    float: left;
    width: 430px;
}

.ab_bg .about .ab_r .ab_nr p{
    width: 442px;
    height: 160px;
    font-size: 16px;
    line-height: 40px;
    color: #666666;
    overflow: hidden;
    margin-top: 40px;
}

.ab_bg .about .ab_r .ab_nr .ry{
    margin-top: 50px;
    background: url(../images/ry_bg.jpg) no-repeat center;
    width: 343px;
    height: 210px;
}

.ab_bg .about .ab_r .ab_nr .ry img{
    width: 305px;
    height: 175px;
    margin: 16px 0 0 21px

}

.ab_bg .about .ab_r .ab_img{
    float: right;
    margin-right: -240px;
    width: 637px;
    height: 683px;
}

.ab_bg .about .ab_r .ab_img img{
    width: 637px;
    height: 683px;
}

.ab_bg .about .ab_xt{
    position: absolute;
    left: 0;
    top: 740px;
    font-size: 14px;
    letter-spacing: 21px;
    color: #ffffff;
}


/*news*/


.news{
    width: 1300px;
    margin: 0 auto;
    position: relative;
    height: 835px;
}

.news .news_t{
    width: 1300px;
    margin: 0 auto;
    position: relative;
    padding-top: 85px;
    height: 70px;
}

.news .news_t .title{
    float: left;

}

.news .news_t .news_list{
    float: right;
    margin-top: 35px;
} 

.news .news_t .news_list ul li{
    float: left;
    margin-left: 105px;
    position: relative;
}
 
.news .news_t .news_list ul li a{
    display: block;
    font-size: 18px;
    line-height: 33px;
    color: #333333;
    padding-left: 30px;
    background: url(../images/buttom6.png) no-repeat left center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_t .news_list ul li.casehover a{
    color: #ffc221;
    background: url(../images/buttom7.png) no-repeat left center;
}

.news .news_t .news_list ul li::after{
    position: absolute;
    left: 8px;
    top: -120px;
    width: 1px;
    height: 0px;
    background: #d6c84b;
    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::after{
    height: 128px;
}


.news .news_box{
    margin: 60px auto 0 auto;

}

.news .news_box .news_top{
    width: 1360px;
    height: 165px;

}

.news .news_box .news_top ul li{
    float: left;
    width: 390px;
    margin-right: 63px;
}

.news .news_box .news_top ul li .nr_l{
    float: left;
    width: 60px;
}

.news .news_box .news_top ul li .nr_l .time{

}

.news .news_box .news_top ul li .nr_l .time span{
    display: block;
    font-size: 40px;
    line-height: 40px;
    color: #333333;
    font-weight: bold;
}

.news .news_box .news_top ul li .nr_l .time i{
    display: block;
    font-size: 12px;
    color: #999999;
    margin-top: 5px;
}

.news .news_box .news_top ul li .nr_l .more a{
    margin-top: 20px;
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #0071dc url(../images/more2.png) no-repeat center;
    -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:hover .nr_l .more a{
    background: #ffc221 url(../images/more2.png) no-repeat center;
}

.news .news_box .news_top ul li .txt{
    float: right;
    width: 320px;
}

.news .news_box .news_top ul li .txt a{
    font-size: 16px;
    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;
    height: 38px;
    border-bottom: 1px solid #efefef;
}

.news .news_box .news_top ul li .txt p{
    height: 60px;
    font-size: 15px;
    line-height: 30px;
    color: #666666;
    overflow: hidden;
    margin-top: 15px;
}

.news .news_box .list{
    width: 1360px;
    margin: 0 auto;

}

.news .news_box .list ul li{
    float: left;
    width: 382px;
    margin-right: 70px;

}

.news .news_box .list ul li .news_img{
    width: 380px;
    height: 280px;
    border: 1px solid #ededed;
}

.news .news_box .list ul li .news_img img{
    width: 370px;
    height: 270px;
    margin: 5px;
}

.news .news_box .list ul li .txt{
    margin-top: 30px;
    height: 140px;
    border-bottom: 2px solid #e0e0e0;
    position: relative;
}

.news .news_box .list ul li .txt a{
    font-size: 16px;
    color: #333333;
    padding-left: 35px;
    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;
    background: url(../images/buttom8.png) no-repeat left center;
}

.news .news_box .list ul li .txt p{
    font-size: 15px;
    line-height: 30px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    margin-top: 15px;
}

.news .news_box .list ul li .txt .more{
    margin-top: 25px;
    line-height: 25px;
}

.news .news_box .list ul li .txt .more a{
    float: left;
    font-size: 15px;
    color: #333333;
    text-transform: uppercase;
    line-height: 25px;
}

.news .news_box .list ul li .txt .more span{
    display: block;
    float: right;
    padding-left: 38px;
    font-size: 16px;
    line-height: 25px;
    color: #999999;
    font-family: "Arial";
    background: url(../images/buttom9.png) no-repeat left center;
}

.news .news_box .list ul li .txt::after{
    position: absolute;
    left: 0px;
    bottom: -2px;
    width: 0px;
    height: 2px;
    background: #ffc221;
    content: "";
    -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:hover .txt::after{
    width: 100%;
}

/*links*/


.links{
    width: 1300px;
    margin: 60px auto 0 auto;
    position: relative;
    overflow: hidden;
}

.links .links_t{
    float: left;
    height: 45px;
    width: 144px;
    background: url(../images/links.png) no-repeat bottom center;

}

.links .links_t i{
    display: block;
    text-align: center;
}

.links .yq{
    float: right;
    width: 1120px;
    margin-top: 10px;
}

.links .yq a{
    margin-right: 15px;
    font-size: 14px;
    color: #999999;

}
 