*{
    padding: 0;
    margin: 0;
}
ul{
    list-style: none;
}
a{
    color: #000;
    text-decoration: none;
}
body{
    font-family: 微软雅黑;

}
.claer{
    clear: both;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
}
.overflowhidden::after {
    content: ".";
    clear: both;
    display: block;
    overflow: hidden;
    font-size: 0;
    height: 0;
}
.section img{
    /*width: 100%;*/
}
.section video{
    width: 100%;
}
/*公共样式*/
.Blue p{
    transition: 0.3s;
}
.Blue p i{
    transition: 0.3s;
}
.Blue:hover p,.Blue:hover i{
    color: #3b92e9!important;
}
.green p{
    transition: 0.3s;
}
.green p i{
    transition: 0.3s;
}
.green:hover p,.green:hover i{
    color: green!important;
}
.red p{
    transition: 0.3s;
}
.red p i{
    transition: 0.3s;
}
.red:hover p,.red:hover i{
    color: #ff8140!important;
}
/*悬浮窗*/
.floating{
    position: fixed;
    left: 5px;
    top: 60%;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #fff;
    padding: 0px 10px;
    z-index:999;
}
.floating .items{
    padding: 5px 0px;
    text-align: center;
    border-bottom: 1px solid #a0a0a0;
    cursor: pointer;
    position: relative;
}
.floating .items:last-child{
    border-bottom: 0;
}
.floating .items p i{
    font-size: 26px;
    color: #a0a0a0;
}
.floating .items p:last-child{
    line-height: 30px;
    color: #a0a0a0;
}
.floating .box{
    position: absolute;
    left: 67px;
    top: -1px;
    background-color:#fff;
    border: 1px solid #ccc;
    border-left: 0;
    display: none;
    min-height: 48px;
    padding: 10px 20px;
}
.floating .last{
    position: absolute;
    left: 67px;
    top: -150px;
    background-color:#fff;
    border: 1px solid #ccc;
    border-left: 0;
    display: none;
    min-height: 48px;
    padding: 10px 20px;
}
.floating .box .text{
    /*height: 200px;*/
    line-height:28px;
    width: 150px;

}
.floating .box img{
    width: 200px;
}
    /*悬浮窗*/
/*角落推广窗口*/
.column{
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index:999;
}
.column p{
    text-align: right;
    height: 21px;
}
.column p i{
    font-size: 16px;
    color: #fff;
    background: #000;
    margin-left:2px;
    padding: 5px 5px;
    cursor: pointer;
}
.column .section{
    border: 1px solid #bfbfbf;
    position: relative;
}
.column .section .box{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 25px;
}
.column .section .box .shadow{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
    opacity: 0.6;
}
.column .section .box .text{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    color: #fff;
    height: 25px;
    line-height: 25px;
}
/*角落推广窗口*/
/*header*/
.comStyleHeader{
    border-bottom: 1px solid #D2D2D2;
    overflow: hidden;
    padding: 15px 0;
    background: #EFEDEE;
}
.comStyleHeader .text{
    float: left;
    border-left: 7px solid #004EA2;
    color: #004EA2;
    padding-left: 7px;
    font-weight: bold;
    font-size: 14px;
}
.comStyleHeader .text span{
    color: #A0A0A0;
}
.comStyleHeader .more{
    float: right;
    padding-right: 20px;
}
.comStyleHeader .more a{
    color: #004EA2;
    font-size: 12px;
}
.comStyleHeader .more a i{
    font-size: 12px;
    background: #004EA2;
    color: #fff;
    padding: 2px;
}
/*作图右文字*/
.comStyleDl dl{
    overflow: hidden;
}
.comStyleDl dl dt{
    float: left;
    width: 42%;
    position: relative;
    left: 10px;
}
.comStyleDl dl dt img{
    min-height: 180px;
    width: 80%;
    border: 1px solid #D3D4D4;
}
.comStyleDl dl dt .shade{
    position: absolute;
    left: 1px;
    bottom: 1px;
    color: #fff;
    text-align: center;
    width: 100%;
    z-index: 99;
    line-height: 35px;
    font-size: 14px;
}
.comStyleDl dl dt .shadeOpacity{
    position: absolute;
    left: 1px;
    bottom: 1px;
    width: 100%;
    height: 35px;
    background: #000;
    z-index: 9;
    opacity: 0.6;
}
.comStyleDl dl dd{
    float: right;
    width: 52%;
    position: relative;
    right: 10px;
}
.comStyleDl dl dd h1{
    font-size: 15px;
    font-weight: bold;
}
.comStyleDl dl dd p{
    font-size: 10px;
    line-height: 20px;
    margin-top: 10px;
}
.comStyleDl dl dd a{
    display: inline-block;
    background: #fff;
    border: 1px solid #DC2900;
    border-radius: 5px;
    font-size: 12px;
    margin-top: 10px;
    padding: 5px 10px;
    color: #DC2900;
}
.comStyleDl dl dd a i{
    font-size: 12px;
}
/*左右ul li 列表样式 news*/
.comStyleList ul li{
    overflow: hidden;
    line-height: 35px;
    border-bottom: 1px solid #D2D2D2;
    font-weight: bold;
}
.comStyleList ul li p{
    float: left;
}
.comStyleList ul li p i{
    color: #1A3850;
    position: relative;
    left: 0;
    top: 1px;
    margin-right: 3px;
}
.comStyleList ul li span{
    float: right;
    font-weight: normal;
    color: #AAAAAA;
    font-size: 12px;
}
/*内容部分左右结构*/
.sectionLeft{
    float: left;
    width: 75%;
}
.sectionLeft img{
    max-width: 100%;
}
.sectionRight{
    float: right;
    width: 15%;
}
/*内容部分左右结构*/
/*comStyleTitle 带有背景斜线的栏目头*/
.comStyleTitle{
    width: 100%;
    background: url("../img/bgshadow.png") repeat-x;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    margin: 20px 0;
}
.comStyleTitle .title{
    color: #004ea2;
    font-weight: bold;
    font-size: 18px;
    background: #fff;
    float: left;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    border-left: 4px solid #004ea2;
}
/*comStyleTitle 带有背景斜线的栏目头*/
/*左图右文字列表(新闻列表)*/
.comImgList dl{
    overflow: hidden;
    margin-top: 20px;
}
.comImgList dl:last-child{
    margin-bottom: 20px;
}
.comImgList dl dt{
    float: left;
    width: 29%;
}
.comImgList dl dt img{
    width: 80%;
}
.comImgList dl dd{
    float: right;
    width: 70%;
}
.comImgList dl dd h1{
    margin-bottom: 10px;
}
.comImgList dl dd h1 p{
    float: left;
    font-size: 16px;
    font-weight: bold;
    width: 70%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.comImgList dl dd h1 span{
    float: right;
    font-size: 12px;
    color: #9b9b9b;
}
.comImgList dl dd>p{
    font-size: 14px;
    line-height: 22px;
    height: 88px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    float: left;
}
.comImgList dl dd a{
    float: left;
    color: #004ea2;
    width: 100%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
/*左图右文字列表(新闻列表)*/
/*右侧导航栏*/
.comRightNav{
    background: url("../img/rightNavBg.png") no-repeat left top #dae9f0;
    background-size:100%;
    min-height: 450px;
    padding-bottom: 20px;
    margin-top: 20px;
}
.comRightNav .title{
    text-align: right;
    line-height: 30px;
    font-weight: bold;
    padding: 10px 20px;
}
.comRightNav .title h1{
    color: #004ea2;
    font-size: 20px;
    font-weight: bold;
}
.comRightNav .title p{
    color: #fff;
}
.comRightNav ul{
    text-align: right;
    padding: 0 20px;
}
.comRightNav ul>div{
    text-align: center;
    font-weight: bold;
    color: #004ea2;
    font-size: 26px;
    line-height: 40px;
}
.comRightNav ul>div i{
    font-size: 26px;
}
.comRightNav ul li{
    position: relative;
    height: 40px;
    margin: 10px 0;
    border-bottom: 1px solid #fff;
}
.comRightNav ul li a{
    line-height: 40px;
    color: #004ea2;
    display: block;
    font-weight: bold;
    font-size: 13px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
}
.comRightNav ul li a i{
    font-weight: bold;
}
.comRightNav .current{
    position: absolute;
    left: -50px;
    top: 0;
    background: url("../img/leftJT.png") no-repeat left center;
    width: 100%;
    height: 40px;
    -webkit-background-size: 100%;
    background-size: 100%;
    z-index: 9;
}
.comRightNav .currentText{
    color: #fff;
}
.comRightNav .hoverListThis .hoverList{
    position: absolute;
    left: -50px;
    top: 0;
    background: url("../img/leftJT.png") no-repeat left center;
    width: 100%;
    height: 40px;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 9;
}
.comRightNav .hoverListThis a{
    color: #fff;
}
/*右侧导航栏*/
/*公共样式*/



/*indexpage*/
.indexPage .topSection{
    overflow: hidden;
    margin: 20px 0;
}
.indexPage .topSection .leftSection{
    float: left;
    width: 48%;
}
.indexPage .topSection .rightSection{
    float: right;
    width: 48%;
}
/*公司简介*/
.indexPage .comStyleDl{
    margin: 20px 0;
}
/*联系我们*/
.contactUs .callimg{
    margin: 20px 0;
    width: 100%;
}
.contactUs .section{
    overflow: hidden;
}
    /*.contactUs .section p{*/
        /*float: left;*/
        /*width: 48%;*/
        /*padding-right: 2%;*/
        /*line-height: 30px;*/
    /*}*/
/*成功案例*/
.successfulcase .section{
    overflow: hidden;
}
.successfulcase .section .left{
    float: left;
    width: 48%;
}
.successfulcase .section .right{
    float: right;
    width: 48%;
}
/*最新产品*/
.newProducts-carousel{
    margin: 20px 0;
    position: relative;
    overflow: hidden;
}
.newProducts-carousel>.itemsBox{
    overflow: hidden;
    position: relative;
    left: 0;
    top: 0;
}
.newProducts-carousel>.itemsBox .items{
    width: 25%;
    float: left;
}
.newProducts-carousel>.itemsBox .items .imgbox{
    width: 90%;
    margin: 0 auto;
    position: relative;
}
.newProducts-carousel>.itemsBox .items .imgbox .section{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 85%;
    transition: 0.3s;
}
.newProducts-carousel>.itemsBox .items .imgbox .section .shadow {
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.6;
    z-index: 9;
}
.newProducts-carousel>.itemsBox .items .imgbox .section .content {
    width: 70%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    color: #fff;
    padding: 0 15%;
}
.newProducts-carousel>.itemsBox .items .imgbox .section .content h1 {
    font-size: 14px;
    height: 10%;
    margin-top: 5%;
    transition: 0.3s;
    width: 100%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.newProducts-carousel>.itemsBox .items .imgbox .hover{
    top: 0%;
}
.newProducts-carousel>.itemsBox .items .imgbox .hover .content h1 {
    text-decoration:underline;
    color: #e0c350;
}
.newProducts-carousel>.itemsBox .items .imgbox .section .content p {
    font-size: 12px;
    line-height: 25px;
    height: 100px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.newProducts-carousel>.itemsBox .items .imgbox .section .content a {
    color: #e0c350;
    font-size: 12px;
    border: 1px solid #e0c350;
    border-radius: 3px;
    padding: 3px 10px;
    line-height: 35px;
}
.newProducts-carousel>.itemsBox .items .imgbox .section .content a i{
    font-size: 12px;
}
.newProducts-carousel>.itemsBox .items .imgbox img{
    width: 100%;
    box-shadow:0 10px 20px -5px #000;
    cursor: pointer;
}
.newProducts-carousel-box .left{
    position: absolute;
    left: 5px;
    top: 0;
}
.newProducts-carousel-box .right{
    position: absolute;
    right: 5px;
    top: 0;
}
.iconArrow{
    background: #fff;
    color: #ccc;
    height: 80px;
    line-height: 80px;
    text-align: center;
    width: 35px;
    border-radius: 3px;
    box-shadow:0px 2px 20px -7px #000;
    cursor: pointer;
    transition: 0.3s;
    z-index: 999;
}
.iconArrow:hover{
    color: #666;
    background: #eae9e9;
}
.iconArrow i{
    font-size: 20px;
}
/*最新产品*/
/*indexpage*/

/*newsCentreNewsChildren page*/
.newsCentreNewsChildren .newsContent .title{
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
}
.newsCentreNewsChildren .newsContent .contents{
    line-height: 25px;
}
.newsCentreNewsChildren .newsContent .contents img{
    max-width: 100%;
}
.newsCentreNewsChildren .newsContent .contents p,.newsCentreNewsChildren .newsContent .contents img{
    margin-top: 10px;
}
/*newsCentreNewsChildren page*/

/*productCenter page*/
.productCenter{
    min-height: 1200px;
}
.productCenter .productList{
    overflow: hidden;
    margin: 20px 0;
}
.productCenter .productList dl{
    border: 1px solid #bfbfbf;
    width: 265px;
    float: left;
    margin: 6px;
}
.productCenter .productList dl dt{
    width: 100%;
    height: 240px;
    border-bottom: 1px solid #bfbfbf;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}
.productCenter .productList dl dd{
    background: #f3f3f3;
}
.productCenter .productList dl dd h1{
    width: 95%;
    margin: 0 auto;
    font-size: 14px;
    color: #004ea2;
    font-weight: bold;
    line-height: 40px;
}
.productCenter .productList dl dd p{
    width: 95%;
    margin: 0 auto;
    color: #a0a0a0;
    line-height: 25px;
    height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.productCenter .productList dl dd .button{
    width: 95%;
    margin: 0 auto;
    text-align: right;
    padding-bottom: 10px;
}
.productCenter .productList dl dd .button a{
    border-radius: 5px;
    padding: 5px 8px;
    font-size: 14px;
    background: linear-gradient(#67aefc,#0351a5);
    color: #fff;
}
.productCenter .productList dl dd .button i{
    font-size: 14px;
}
/*productCenter page*/

/*productCenterChildren page*/
.productIntroduce dl{
    overflow: hidden;
    border: 1px solid #bfbfbf;
    margin: 20px 0;
}
.productIntroduce dl dt{
    float: left;
    width: 30%;
}
.productIntroduce dl dt img{
    width: 100%;
}
.productIntroduce dl dd{
    float: right;
    width: 68%;
}
.productIntroduce dl dd h1{
    color: #004ea2;
    font-weight: bold;
    font-size: 16px;
    line-height: 45px;
}
.productIntroduce dl dd p{
    font-size: 14px;
    color: #666;
    line-height: 20px;
    text-indent: 2em;
}
.productIntroduce dl dd p span{
    font-weight: bold;
}
.productCenterChildren .select{
    width: 100%;
    height: 35px;
    line-height: 35px;
    background: #f3f3f3;
    color: #666;
}
.productCenterChildren .select a{
    padding: 0 10px;
    border-right: 1px solid #bfbfbf;
    float: left;
    position: relative;
}
.productCenterChildren .select a i{
    color: #004ea2;
    position: absolute;
    left: 50%;
    margin-left: -7px;
    bottom: -20px;
    display: none;
}
.productCenterChildren .select a.selected{
    background: #004ea2;
    color: #fff;
}
.productCenterChildren .select a.selected i{
    display: block;
}
.productCenterChildren .selectContent{
    margin:20px 0;
}
.productCenterChildren .selectContent h1{
    font-weight: bold;
    font-size: 18px;
    color: #004ea2;
    line-height: 40px;
}
.productCenterChildren .selectContent p{
    line-height: 25px;
    font-size: 14px;
    text-indent: 2em;
}
.productCenterChildren .selectContent p span{
    font-weight: bold;
}
/*productCenterChildren page*/

/*aboutUsSituation page*/
.aboutUsSituation{
    overflow: hidden;
}
.aboutUsSituation img{
    float: left;
    margin-right: 15px;
}
.aboutUsSituation .title{
    font-size: 16px;
    font-weight: bold;
}
.aboutUsSituation .sectionLeft p{
    line-height: 25px;
    text-indent: 2em;
    font-size: 14px;
    margin-top: 10px;
}
.aboutUsSituation .sectionLeft a{
    color: #004ea2;
}
/*aboutUsSituation page*/

/*aboutUsSituationChildren page*/
.aboutUsSituationChildren .Content p{
    text-indent: 2em;
    line-height: 25px;
    margin-top: 10px;
}
.aboutUsSituationChildren .Content img{
    margin-top: 10px;
}
/*aboutUsSituationChildren page*/

/*servicePromise page*/
.servicePromise .content .item{
    margin-bottom: 20px;
}
.servicePromise .content .item h1{
    color: #004ea2;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}
.servicePromise .content .item p{
    line-height: 25px;
    text-indent: 2em;
}
/*servicePromise page*/

/*serviceDiscuss page*/
.serviceDiscuss .container>h1{
    font-size: 16px;
    font-weight: bold;
}
.serviceDiscuss form{
    overflow: hidden;
    padding: 15px 30px;
    background: #f8f8f8;
    margin: 20px 0;
}
.serviceDiscuss form>div{
    overflow: hidden;
}
.serviceDiscuss form>div label,.serviceDiscuss form>div input,.serviceDiscuss form>div>.sex{
    float: left;
}
.serviceDiscuss form>div label{
    width: 80px;
    height: 30px;
    line-height: 30px;
}
.serviceDiscuss form>div{
    padding: 10px 0;
}
.serviceDiscuss form>div input{
    height: 28px;
    line-height: 28px;
    border-radius: 5px;
    border:1px solid #cbcbcb
}
.serviceDiscuss textarea{
    border-radius: 5px;
    border:1px solid #cbcbcb;
    width: 99.5%;
    line-height: 25px;
    min-height: 150px;
}
.serviceDiscuss form>div>.sex{
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
    color: #aeaeae;
}
.serviceDiscuss form>div>.sex>div{
    float: left;
    cursor: pointer;
}
.serviceDiscuss form>div>.sex>div:last-child{
    margin-left: 10px;
}
.serviceDiscuss form>div>.sex i{
    font-size: 28px;
    float: left;
    color: #aeaeae;
    transition: 0.3s;
}
.serviceDiscuss form>div>.sex span{
    float: left;
    transition: 0.3s;
}
.serviceDiscuss form>div>.sex>.sexThis i{
    color: #ffbf34;
}
.serviceDiscuss form>div>.sex>.sexThis span{
    color: #454545;
}
.serviceDiscuss form .butBar{
    text-align: right;
}
.serviceDiscuss form .butBar button{
    background: #cbcbcb;
    border: 0;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    padding: 7px 40px;
    border-radius: 4px;
    cursor: pointer;
}
.serviceDiscuss form .butBar button:last-child{
    background: #3371b5;
}
/*serviceDiscuss page*/

/*joinUsInvite page*/
.joinUsInvite .invitList{

}
.joinUsInvite .invitList dl{
    padding-bottom: 30px;
    border-bottom:1px solid #d2d2d2
}
.joinUsInvite .invitList dl dt{
    overflow: hidden;
    line-height: 40px;
}
.joinUsInvite .invitList dl dt p{
    float: left;
    font-size: 16px;
    font-weight: bold;
    color: #093361;
}
.joinUsInvite .invitList dl dt span{
    float: right;
    font-size: 12px;
    color: #9b9b9b;
}
.joinUsInvite .invitList dl dd p{
    line-height: 25px;
    height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.joinUsInvite .invitList dl dd a{
    color: #093361;
    font-weight: bold;
    line-height: 25px;
}
/*joinUsInvite page*/

/*joinUsContact page*/
.joinUsContact .section{
    overflow: hidden;
    margin: 20px 0;
}
.joinUsContact .section p{
    float: left;
    width: 50%;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #666;
}
.joinUsContact .maptitle{
    font-weight: bold;
    line-height: 40px;
}
/*joinUsContact page*/

@media screen and (max-width: 1024px) {
    .container{
        width: 900px;
    }
    .floating{
        display: none;
    }
    .column{
        display: none;
    }
    /*index page*/

}
@media screen and (max-width: 768px) {
    .sectionLeft{
        float: inherit;
        width: 100%;
    }
    .sectionRight{
        float: inherit;
        width: 80%;
        margin: auto;

    }
    .container{
        width: 96%;
        margin: 0 auto;
    }
    .floating{
        display: none;
    }
    .comRightNav{
        min-height: inherit;
    }
    /*index page*/
    .indexPage .topSection .leftSection{
        width: 100%;
    }
    .indexPage .topSection .rightSection{
        width: 100%;
    }
    .successfulcase .section .left{
        width: 100%;
    }
    .successfulcase .section .right{
        width: 100%;
    }
    .comStyleDl dl dt{
        width: 100%;
        left: 0;
    }
    .comStyleDl dl dd{
        width: 90%;
        margin-top: 20px;
    }
    .contactUs .section p{
        width:100%
    }
    .main-know .contentText dl{
        float: left;
        border-left: 0;
        width: 49%;
        padding: 0;
        text-align: center;
        border-bottom: 1px dashed #ccc;
        padding-bottom: 10px;
        min-height: 130px;
    }
    .comStyleList ul li p{
        width: 70%;
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap
    }

    /*index page*/
    /*newsCentreNews*/
    .comImgList dl dt{
        width: 100%;
    }
    .comImgList dl dd{
        width: 100%;
        margin-top: 10px;
    }
    /*newsCentreNews*/
    /*productCenter*/
    .productCenter .productList dl{
        width: 50%;
        margin: 0;
        box-sizing: border-box;
        margin-top: 5px;
    }
    /*productCenter*/
    /*productCenterChildren*/
    .productIntroduce dl dt{
        width: 100%;
    }
    .productIntroduce dl dd{
        width: 100%;
    }
    /*productCenterChildren*/
    /*aboutUsSituation*/
    .aboutUsSituation .sectionLeft img{
        margin: 0;
        width: 100%;
        float: none;
    }
    .aboutUsSituation .sectionLeft p{
        float: none;
        width: 100%;
    }
    /*aboutUsSituation*/
    /*joinUsContact*/
    .joinUsContact .section p{
        width: 100%;
        line-height: 40px;
    }
    /*joinUsContact*/
    /*.comRightNav .hoverListThis .hoverList{*/
        /*background: url("../img/leftJTyd.png") no-repeat left center;*/
        /*background-size:100%;*/
    /*}*/
    /*.comRightNav .current{*/
        /*background: url("../img/leftJTyd.png") no-repeat left center;*/
        /*background-size:100%;*/
    /*}*/

}


.pages a,
.pages span {
    display: inline-block;
    padding: 2px 5px;
    margin: 0 1px;
    border: 1px solid #f0f0f0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.pages a,
.pages li {
    display: inline-block;
    list-style: none;
    text-decoration: none;
    color: #666;
}

.pages a.first,
.pages a.prev,
.pages a.next,
.pages a.end {
    margin: 0;
}

.pages a:hover {
    border-color: #666;
}

.pages span.current {
    background:#666;
    color: #FFF;
    font-weight: 700;
    border-color: #666;
}
