
/*-----------------------------------------------------------*/
/*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: 100%;
    position: absolute;
    z-index: 5;
    bottom: 20px;
    left: 0;
    height: 20px;
    text-align: center;
  }
  
  .fullSlide .hd ul {
    text-align: center;
  }
  
  .fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    width: 84px;
    height: 20px;
    margin: 0 0px;
    background: url(../images/buttom4.png) no-repeat center;
    overflow: hidden;
    line-height: 99px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  
  .fullSlide .hd ul .on {
    width: 84px;
    height: 20px;
    background: url(../images/buttom3.png) no-repeat center;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  
  
  .fullSlide .next {
    width: 73px;
    height: 25px;
    position: absolute;
   bottom: 60px;
    margin-top: -30px;
    z-index: 2;
    background: url(../images/bannerR.png) no-repeat center;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    right: 20.5%;
  }
  
  .fullSlide .prev {
    width: 73px;
    height: 25px;
    position: absolute;
    bottom: 60px;
    margin-top: -30px;
    z-index: 2;
    background: url(../images/bannerL.png) no-repeat center;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    left: 20.5%;
  }


/*trait*/

.trait{
    width: 1000px;
    height: 160px;
    margin: -160px auto 0 auto;
    background: url(../images/ico1.png) repeat center;
    position: relative;
    z-index: 1;
    text-align: center;
    overflow: hidden;
}

.trait h5{
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    font-family: "宋体";
    padding-top: 30px;

}

.trait span{
    font-size: 12px;
    color: #fff;
    font-family: 'Times New Roman', Times, serif;
    text-transform: uppercase;
}


/*fw*/

.fw_bg{
   width: 100%;
  margin: 0 auto;
  height: 74px;
  background: #353535;
  padding: 43px 0;
  position: relative;
  z-index: 99;


}

.fw_bg .fw{
    width: 1200px;
    margin: 0 auto;
    height: 74px;
}

.fw_bg .fw ul li{
    float: left;
    width: 239px;
    height: 74px;
    border-right: 1px solid #bbbbbb;
    text-align: center;
}

.fw_bg .fw ul li:last-child{
    border-right: none;
}

.fw_bg .fw ul li h5{
    font-size: 18px;
    color: #fff;
    margin: 5px 0 10px 0;
}

.fw_bg .fw ul li p{
    font-size: 14px;
    color: #fff;
}


/*title*/

.title{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.title h3{
    color: #323333;
    font-size: 24px;
    font-weight: bold;
    font-family: "宋体";
    background: url(../images/title.png) no-repeat center;
    line-height: 50px;
}

.title h3 a{
    color: #323333;
    font-size: 24px;
    font-weight: bold;
    font-family: "宋体";
}


/*product*/

.product{
    width: 1200px;
    margin: 50px auto 0 auto;
    overflow: hidden;
}


.product .pro_list{
    width: 1200px;
    margin: 50px auto 0 auto;
    height: 45px;
}

.product .pro_list ul{
    text-align: center;
}

.product .pro_list ul li{
    display: inline-block;
    width: 158px;
    height: 43px;
    line-height: 43px;
    border: 1px solid #dddddd;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin: 0 3px;
}

.product .pro_list ul li a{
    color: #666;
    font-size: 16px;
    text-align: center;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    padding: 0 5px;
}

.product .pro_list ul li:hover{
    background: #ff7022;
}

.product .pro_list ul li:hover a{
    color: #fff;
}

.product .pro_box{
    margin: 40px auto 0 auto;
}

.product .pro_box ul li{
    float: left;
    width: 380px;
    margin: 0 10px 30px 10px;
    position: relative;
}

.product .pro_box ul li .pic{
    width: 380px;
    height: 250px;
}

.product .pro_box ul li .pic img{
    width: 380px;
    height: 250px;
}

.product .pro_box ul li .txt{
    width: 318px;
    height: 60px;
    line-height: 60px;
    border: 1px solid #ddd;
    border-top: none;
    padding: 0 30px;
    position: relative;
    z-index: 5;
}

.product .pro_box ul li .txt h5 a{
    float: left;
    width: 250px;
    font-size: 16px;
    color: #323333;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -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{
    background: url(../images/more.png) no-repeat center;
    float: right;
    width: 33px;
    height: 7px;
    margin-top: 27px;
}

.product .pro_box ul li .txt span{
    position: absolute;
    width: 0;
    height: 60px;
    left: 0;
    bottom: 0;
    background:  #ff7022;
    z-index: -1;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product .pro_box ul li:hover .txt span{
    width: 100%;
}

.product .pro_box ul li:hover .txt a{
    color: #fff;
}

.product .pro_box ul li:hover .txt .more{
    background: url(../images/more1.png) no-repeat center;
}



/*ys*/

.ys_bg{
    width: 100%;
    height: 620px;
    padding-top: 115px;
    margin: 55px auto  0 auto;
    background: url(../images/ys_bg.jpg) no-repeat center;
}

.ys_bg .ys{
    width: 1130px;
    height: 495px;
    margin: 0 auto;
    background: url(../images/ico2.png) repeat center;
    position: relative;
}

.ys_bg .ys .ys_box{
    width: 880px;
    margin: 0 auto;
    height: 280px;
    padding-top: 55px;
    text-align: center;
}

.ys_bg .ys .ys_box  h5{
    font-size: 24px;
    color: #333;
    font-weight: bold;
    background: url(../images/ys_xt.png) no-repeat bottom center;
    padding-bottom: 28px;
    margin-bottom: 45px;
}

.ys_bg .ys .ys_box p{
    font-size: 16px;
    color: #666;
    line-height: 36px;
}

.ys_bg .ys .ys_box .zx{
    margin: 50px  auto 0 auto;
    width: 195px;
    height: 45px;
    line-height: 45px;
}

.ys_bg .ys .ys_box .zx a{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #ff7022;
    background: url(../images/zx.png) no-repeat center;
    padding-left: 30px;
}

.ys_bg .ys .ys_list{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 85px;
}

.ys_bg .ys .ys_list ul li{
    float: left;
    width: 282px;
    height: 85px;
    line-height: 85px;
    background: url(../images/ico3.png) repeat center;
    margin-right: 1px;
    position: relative;
    z-index: 5;
}

.ys_bg .ys .ys_list ul li:last-child{
    margin-right: -10px;
}

.ys_bg .ys .ys_list ul li h5{
    font-size: 16px;
    color: #fff;
    font-weight: normal;

}

.ys_bg .ys .ys_list ul li h5 span{
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    margin-right: 14px;
    float: left;
    margin-left: 80px;
}


.ys_bg .ys .ys_list ul li i{
    position: absolute;
    width: 0;
    height: 85px;
    left: 0;
    bottom: 0;
    background: #ff7022;
    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_list ul li.on i{
    width: 100%;
}



/*lc*/

.lc_bg{
    width: 100%;
    margin: 0 auto;
}

.lc_bg .lc_t{
    width: 100%;
    margin: 0 auto;
    height: 95px;
    padding-top: 50px;
    background: #353535;
}

.lc_bg .lc_t .title h3{
    color: #fff;
}


.lc_bg .lc_box{
    width: 1360px;
    margin: 70px auto 0 auto;
    position: relative;
}

.lc_bg .lc_box ul.lc1{
    height: 240px;
}

.lc_bg .lc_box ul.lc1 li{
    width: 175px;
    float: left;
    height: 120px;
    background: url(../images/lc1.png) no-repeat right center;
    margin-right: 19px;
}

.lc_bg .lc_box ul li h5{
    width: 120px;
    height: 120px;
    background: url(../images/lc_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;
}

.lc_bg .lc_box ul li:hover h5{
    -webkit-transform: rotateY(360deg); 
    -moz-transform: rotateY(360deg); 
    transform: rotateY(360deg); 
}

.lc_bg .lc_box ul li h5 span{
    display: block;
    text-align: center;
    font-size: 24px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 30px;
}

.lc_bg .lc_box ul li p{
    font-size: 16px;
    color: #333;
    text-align: center;
    width: 120px;
    margin-top: 18px;
}

.lc_bg .lc_box ul.lc1 li:last-child{
    height: 240px;
    background: url(../images/lc3.png) no-repeat 50px bottom;
}


.lc_bg .lc_box ul.lc2 li{
    width: 175px;
    float: left;
    height: 120px;
    background: url(../images/lc2.png) no-repeat right center;
    margin-top: 20px;
    margin-right: 19px;
}

.lc_bg .lc_box ul.lc2 li:last-child{
    background: none;
}


/*about*/
.ab_bg{
    width: 100%;
    margin: 110px auto 0 auto;
    height: 635px;
    background: url(../images/ab_bg.jpg) no-repeat center;
    overflow: hidden;
}

.ab_bg .ab_box{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.ab_bg .about{
    width: 400px;
    margin: 0 auto;
    top: 395px;
    left: 400px;
    position: absolute;
    z-index: 10;
}

.ab_bg .about h5 span{
    display: block;
    margin: 10px 0 5px 0;
}

.ab_bg .about h5{
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
    color: #040000;
    font-weight: bold;
}

.ab_bg .about p{
    width: 400px;
    font-size: 14px;
    color: #666;
    line-height: 26px;
    height: 78px;
    overflow: hidden;
    margin: 10px auto 0 auto;
    text-align: center;

}

.ab_bg .about .xq{
    margin: 15px auto 0 auto;
    width: 160px;
    height: 40px;
    line-height: 40px;
    background: #ff7022;
    border-radius: 25px;

}

.ab_bg .about .xq a{
    text-align: center;
    display: block;
    font-size: 14px;
    color: #fff;
}


.ab_bg .ab_list{
    width: 1200px;
    height: 528px;
    margin: 107px auto 0 auto;
    z-index: 5;
    position: relative;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ab_bg .ab_list ul li{
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.8);
    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 .ab_list ul li a{
    display: block;
    text-align: center;
    font-size: 14px;
    color: #323333;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ab_bg .ab_list ul li span{
    margin: 23px auto 8px auto;
    display: block;
    width: 33px;
    height: 30px;
}

.ab_bg .ab_list ul li.a1 span{
    background: url(../images/a1.png) no-repeat center;
}

.ab_bg .ab_list ul li.a2 span{
    background: url(../images/a2.png) no-repeat center;
}

.ab_bg .ab_list ul li.a3 span{
    background: url(../images/a3.png) no-repeat center;
}

.ab_bg .ab_list ul li.a4 span{
    background: url(../images/a4.png) no-repeat center;
}

.ab_bg .ab_list ul li:hover{
    background: rgba(255, 112, 34, 0.9);
}

.ab_bg .ab_list ul li:hover a{
    color: #fff;
}

.ab_bg .ab_list ul li.a1:hover span{
    background: url(../images/a11.png) no-repeat center;
}

.ab_bg .ab_list ul li.a2:hover span{
    background: url(../images/a22.png) no-repeat center;
}

.ab_bg .ab_list ul li.a3:hover span{
    background: url(../images/a33.png) no-repeat center;
}

.ab_bg .ab_list ul li.a4:hover span{
    background: url(../images/a44.png) no-repeat center;
}


.ab_bg .ab_list ul li.a1{
    position: absolute;
    left: 70px;
    top: 335px;
    z-index: 99;
}

.ab_bg .ab_list ul li.a2{
    position: absolute;
    left: 230px;
    top: 121px;
    z-index: 99;
}

.ab_bg .ab_list ul li.a3{
    position: absolute;
    left: 880px;
    top: 121px;
    z-index: 99;
}


.ab_bg .ab_list ul li.a4{
    position: absolute;
    right: 70px;
    top: 335px;
    z-index: 99;
}

.ab_bg .ab_list ul li.a5{
    position: absolute;
    left: 565px;
    top: 0px;
    z-index: 99;
}



/*message*/

.message_bg{
    width: 100%;
    margin: 0 auto;
    height: 182px;
    background: #2b2b2b;
}

.message_bg .message{
    width: 1200px;
    margin: 0 auto;
    padding-top: 40px;
}

.message_bg .message .m_t{
    float: left;
    width: 435px;
    height: 103px;
    border: 1px solid #ff7022;
    padding-left: 15px;
}

.message_bg .message .m_t h5{
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    margin-top: 15px;

}

.message_bg .message .m_t i{
    display: block;
    width: 42px;
    height: 2px;
    background: #ed6b23;
    margin: 12px 0 12px 0;
}

.message_bg .message .m_t span{
    display: block;
    font-size: 13px;
    color: #ed6b23;
    text-transform: uppercase;
}

.message_bg .message .m_nr{
    float: right;
    width: 730px;
}

.message_bg .message .m_nr .nr_l{
    float: left;
    width: 590px;
}

.message_bg .message .m_nr .nr_l .form-group1{
    float: left;
    width: 280px;
    height: 49px;
    background: #fff;
    float: left;
    margin-right: 25px;
}

.message_bg .message .m_nr .nr_l .form-group1 input{
    width: 280px;
    height: 49px;
    background: url(../images/m1.png) no-repeat 15px center;
    text-indent: 37px;
    font-size: 14px;
    color: #ff7022;
}


.message_bg .message .m_nr .nr_l .form-group2{
    float: left;
    width: 280px;
    height: 49px;
    background: #fff;
    float: left;
}

.message_bg .message .m_nr .nr_l .form-group2 input{
    width: 280px;
    height: 49px;
    background: url(../images/m2.png) no-repeat 15px center;
    text-indent: 37px;
    font-size: 14px;
    color: #ff7022;
}

.message_bg .message .m_nr .nr_l .form-group3{
    float: left;
    width: 280px;
    height: 49px;
    background: #fff;
    float: left;
    margin: 20px 25px 0 0;
}

.message_bg .message .m_nr .nr_l .form-group3 input{
    width: 280px;
    height: 49px;
    background: url(../images/m3.png) no-repeat 15px center;
    text-indent: 37px;
    font-size: 14px;
    color: #ff7022;
}

.message_bg .message .m_nr .nr_l .form-group4{
    float: left;
    width: 280px;
    height: 49px;
    background: #fff;
    float: left;
    margin: 20px 0px 0 0;
}


.message_bg .message .m_nr .nr_l .form-group4 .codeText{
    float: left;
    width: 170px;
    height: 49px;
    background: none;
    font-size: 14px;
    color: #ff7022;
    text-indent: 20px;
}

.message_bg .message .m_nr .nr_l .form-group4 .imgcode{
    float: right;
    width: 98px;
    height: 39px;
    margin: 5px 5px 0 0;
}

.message_bg .message .m_nr .anniu{
    float: right;
    width: 117px;
    height: 117px;
}

.message_bg .message .m_nr .anniu button{
    width: 117px;
    height: 117px;
    background: url(../images/anniu.png) no-repeat center;
    border: none;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
}



/*case*/

.case_bg{
    width: 100%;
    margin: 0 auto;
}

.case_bg .case_t{
    width: 100%;
    margin: 0 auto;
    height: 100px;
    padding-top: 45px;
    background: #f5f5f5;
}

.case_bg .case_box{
    width: 1200px;
    height: 700px;
    margin: 50px auto 0 auto;
    position: relative;
}

.case_bg .case_box .bd{
    width: 1200px;
    height: 650px;
    margin: 0 auto;
    overflow: hidden;
}

.case_bg .case_box .bd ul li{
    float: left;
    width: 1200px;
    height: 650px;
    position: relative;
}

.case_bg .case_box .bd ul li .pic{
    width: 1200px;
    height: 650px;
    position: relative;
}

.case_bg .case_box .bd ul li .pic img{
    width: 1200px;
    height: 650px;
}

.case_bg .case_box .bd ul li .txt{
    position: absolute;
    bottom: 0;
    left: 315px;
    width: 450px;
    height: 230px;
    background: url(../images/ico4.png) repeat center;
    padding: 0 60px;
    text-align: center;
} 

.case_bg .case_box .bd ul li .txt h5 a{
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 60px 0 30px 0;
}

.case_bg .case_box .bd ul li .txt p{
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
}


.case_bg .case_box .next{
    position: absolute;
    left: 315px;
    bottom: 0;
    width: 285px;
    height: 50px;
    background: url(../images/left.png) no-repeat center;
}

.case_bg .case_box .prev{
    position: absolute;
    right: 315px;
    bottom: 0;
    width: 285px;
    height: 50px;
    background: url(../images/right.png) no-repeat center;
}



/*hz*/

.hz{
    width: 1200px;
    margin: 70px auto 0 auto;
    overflow: hidden;
}

.hz .hz_box{
    width: 1200px;
    margin: 50px auto 0 auto;
}

.hz .hz_box ul li{
    float: left;
    width: 220px;
    margin: 0 10px 30px 10px;
    position: relative;
    overflow: hidden;
}

.hz .hz_box ul li .pic{
    width: 218px;
    height: 178px;
    border: 1px solid #ddd;
    position: relative;
}

.hz .hz_box ul li .pic img{
    width: 218px;
    height: 178px;
}

.hz .hz_box ul li .txt{
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: url(../images/ico4.png) repeat center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.hz .hz_box ul li .txt a{
    font-size: 14px;
    color: #fff;
    text-align: center;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 5px;
}

.hz .hz_box ul li:hover .txt{
    bottom: 0;
}


/*news*/

.news_bg{
    width: 100%;
    margin: 55px auto 0 auto;
    height: 750px;
    background: url(../images/news_bg.jpg) no-repeat center;
}

.news_bg .news{
    width: 1200px;
    margin: 0 auto;
    padding-top: 70px;
}

.news_bg .news .title h3 a{
    color: #fff;
}

.news_bg .news .news_box{
    width: 1200px;
    margin: 60px auto 0 auto;
}

.news_bg .news .news_box ul li{
    float: left;
    width: 580px;
    height: 52px;
    line-height: 52px;
    margin: 0 10px 20px 10px;
    background: url(../images/ico5.png) repeat center;
    position: relative;
    z-index: 5;
}

.news_bg .news .news_box ul li span{
    float: left;
    width: 150px;
    background: #ff7022;
    text-align: center;
    font-size: 16px;
    color: #fff;
    position: relative;
    z-index: 5;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news_bg .news .news_box ul li a{
    float: left;
    width: 390px;
    margin: 0 10px 0 30px;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news_bg .news .news_box ul li span i{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 52px;
    background: #fff;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    z-index: -1;

}

.news_bg .news .news_box ul li:hover span i{
    width: 100%;
}

.news_bg .news .news_box ul li:hover span{
    color: #ff7022;
}

.news_bg .news .news_box ul li .line{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 52px;
    background: #ff7022;
    -webkit-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
    z-index: -1;
}

.news_bg .news .news_box ul li:hover .line{
    width: 100%;
}



/*f_contact*/

.f_contact_bg{
    width: 100%;
    margin: 0 auto;
    height: 310px;
    background: #f5f5f5;
    padding-top: 70px;
}

.f_contact_bg .f_contact{
    width: 1200px;
    margin: 50px auto 0 auto;
}

.f_contact_bg .f_contact ul li{
    float: left;
    width: 285px;
    height: 135px;
    background: #fff;
    margin: 0 7px;
}

.f_contact_bg .f_contact ul li img{
    float: left;
    margin: 45px 20px 0 25px;
}

.f_contact_bg .f_contact ul li p{
    float: left;
    width: 200px;
    font-size: 14px;
    color: #323333;
}

.f_contact_bg .f_contact ul li p span{
    display: block;
    font-size: 14px;
    color: #666;
    margin-bottom: 2px;
    margin-top: 40px;

}

/*links*/

.links_bg{
    width: 100%;
    margin: 0 auto;
    background: #040000;
    padding: 30px 0;
    overflow: hidden;
}

.links_bg .links{
    width: 1200px;
    margin: 0 auto;
    height: 30px;
    line-height: 30px;
}

.links_bg .links h3{
    float: left;
    font-size: 16px;
    color: #fff;
}

.links_bg .links .yq{
    float: left;
    width: 1110px;
}

.links_bg .links .yq a{
    margin: 0 15px;
    font-size: 14px;
    color: #999;
}