@import url(jquery.bxslider.css);
@import url(pscroll.css);
@import url(anim.css);

body {
    padding    : 0;
    margin     : 0;
    background : #ebebeb;
    font-size  : 0.14rem;
    line-height: 1.5;
    color      : #010101;
    font-family: Arial, sans-serif;
}

div {
    box-sizing: border-box;
}

ul,
dl,
dd {
    margin : 0;
    padding: 0;
}

ul li {
    list-style: none;
}

a {
    color          : #010101;
    text-decoration: none;
}

img {
    border        : 0;
    vertical-align: middle;
}

.clear {
    clear: both;
}

.container {
    width : 15.9rem;
    margin: 0 auto;
}

.wrapper {
    position    : relative;
    padding-left: 1.7rem;
}

/* PC侧导航 */
.side-header {
    width     : 1.7rem;
    position  : fixed;
    left      : 0;
    top       : 0;
    height    : 100%;
    background: #ffffff;
    z-index   : 999;
    overflow  : hidden;
}

.side-header .box {
    position  : relative;
    background: #ffffff;
}

.side-header .h-logo {
    text-align : center;
    padding-top: 0.25rem;
}

.side-header .h-logo img {
    width : 1.17rem;
    height: 1.3rem;
}

.side-header .h-nav {
    padding: 0.5rem 0 0.1rem;
}

.side-header .h-nav ul li {
    font-size   : 0.2rem;
    line-height : 0.5rem;
    height      : 0.5rem;
    padding-left: 0.3rem;
    box-sizing  : border-box;
    position    : relative;
    overflow    : hidden;
}

.side-header .h-nav ul li a {
    color: #010101;
}

.side-header .h-nav ul li.on,
.side-header .h-nav ul li:hover {
    background: #f0f0f0;
}

.side-header .h-binfo {
    position: fixed;
    bottom  : 0;
    left    : 0;
    width   : 1.7rem;
}

.side-header .h-binfo ul li {
    padding-bottom: 0.2rem;
    color         : #303030;
    padding-left  : 0.3rem;
    box-sizing    : border-box;
    font-size     : 0.12rem;
    line-height   : 2;
}

/* 手机导航 */
.mobile-header {
    display: none;
}


/* 主体内容 */
.main {
    background: #ebebeb;
}

/* 首页轮播图 */
.main .slider .bx-controls {
    display: none;
}

/* 首页关于我们 */
.about {
    background     : url('../images/aboutbj.jpg') top left no-repeat;
    background-size: auto 100%;
    height         : 5.43rem;
    margin-top     : 0.5rem;
}

.about .info {
    width: 9.8rem;
}

.about .info .name {
    font-size    : 0.5rem;
    font-weight  : bold;
    color        : #333333;
    border-bottom: 1px solid #f0f0f0;
    padding      : 0 0.6rem 0 0.6rem;
    height       : 1.1rem;
    line-height  : 1.1rem;
}

.about .info .name span {
    font-size  : 0.36rem;
    color      : #26498d;
    margin-left: 0.2rem;
}

.about .info .content {
    font-size  : 0.16rem;
    color      : #555555;
    line-height: 0.28rem;
    padding    : 0 0.6rem 0 0.6rem;
    margin-top : 0.2rem;
    height     : 2.8rem;
    overflow   : hidden;
}

.about .info .content p {
    margin : 0;
    padding: 0;
}

.about .info .more {
    padding    : 0.4rem 0.6rem 0 0.6rem;
    font-weight: bold;
    font-size  : 0.18rem;
}

.about .info .more a {
    color: #26498d;
}

/* 首页产品 */
.product {
    margin-top    : 0.5rem;
    padding-bottom: 0.4rem;
}

.product .line_product {
    height     : 1rem;
    line-height: 1rem;
    background : #ffffff;
}

.product .line_product .left {
    float      : left;
    color      : #333333;
    font-size  : 0.2rem;
    margin-left: 0.2rem;
}

.product .line_product .left span {
    color  : #f0f0f0;
    padding: 0.1rem;
}

.product .line_product .left a:hover {
    color          : #233aa2;
    text-decoration: underline;
}

.product .line_product .right {
    float      : right;
    width      : 4rem;
    height     : 1rem;
    background : #26498d;
    text-align : center;
    font-size  : 0.5rem;
    color      : #ffffff;
    font-weight: bold;
}

.product .content .top {
    height: 1.4rem;
}

.product .content .top .name {
    font-size  : 0.5rem;
    float      : left;
    height     : 1.4rem;
    line-height: 1.4rem;
    margin-left: 0.8rem;
    font-weight: bold;
}

.product .content .top .name span {
    color: #233aa2;
}

.product .content .top .more {
    width        : 1.65rem;
    height       : 0.6rem;
    line-height  : 0.6rem;
    background   : #ffffff;
    float        : right;
    margin-right : 0.8rem;
    text-align   : center;
    font-size    : 0.18rem;
    margin-top   : 0.35rem;
    border-radius: 0.05rem;
}

.product .content .bottom ul li {
    width        : 2.97rem;
    height       : 2.97rem;
    float        : left;
    overflow     : hidden;
    position     : relative;
    margin-right : 0.2rem;
    margin-bottom: 0.2rem;
}

.product .content .bottom ul li .img img {
    width     : 2.97rem;
    height    : 2.97rem;
    transition: all 1.2s;
}

.product .content .bottom ul li:hover img {
    transform: scale(1.1);
}

.product .content .bottom ul li .title {
    width      : 2.5rem;
    height     : 0.5rem;
    line-height: 0.5rem;
    position   : absolute;
    left       : 0;
    bottom     : 0;
    background : rgba(43, 44, 42, 0.5);
    color      : #ffffff;
    padding    : 0 0.1rem;
}

.product .content .bottom ul li .title a {
    color: #ffffff;
}

/* 首页联系信息 */
.contact .line_contact {
    height     : 1rem;
    line-height: 1rem;
    background : #ffffff;
}

.contact .line_contact .left {
    float      : left;
    width      : 4.8rem;
    height     : 1rem;
    background : #26498d;
    text-align : center;
    font-size  : 0.5rem;
    color      : #ffffff;
    font-weight: bold;
}

.contact .line_contact .right {
    float      : right;
    color      : #333333;
    font-size  : 0.2rem;
    margin-left: 0.2rem;
}

.contact .line_contact .right a {
    padding: 0 0.2rem;
}

.contact .line_contact .right a:hover {
    color          : #233aa2;
    text-decoration: underline;
}

.contact .content {
    padding    : 0.6rem 0;
    font-size  : 0.16rem;
    color      : #949494;
    line-height: 1.5;
}

.contact .content .left {
    width       : 50%;
    border-right: 1px solid #d9d9d9;
    padding-left: 2.1rem;
    float       : left;
}

.contact .content .right {
    width       : 50%;
    padding-left: 2.1rem;
    float       : right;
}

/* 版权信息 */
.cory {
    font-size  : 0.13rem;
    color      : #999999;
    line-height: 2;
    background : #2c2a2c;
    text-align : center;
    padding    : 0.2rem 0;
}

.cory a {
    color: #999999;
}

/* 分页 */
.page_info {
    width      : 100%;
    text-align : left;
    line-height: .4rem;
    margin     : .4rem auto 0.4rem;
    font-size  : 0.18rem;
}

.page {
    display      : inline-block;
    padding-left : 0;
    border-radius: .04rem;
}

.page>li {
    display: inline;
}

.page>li>a {
    color: #686868;
}

.page>.current>a,
.page>.current>span {
    z-index         : 2;
    color           : #ffffff;
    cursor          : default;
    background-color: #233aa2;
    border-color    : #233aa2;
}

.page>li>a,
.page>li>span {
    position        : relative;
    float           : left;
    padding         : .15rem .25rem;
    margin-left     : -1px;
    line-height     : 1.428571429;
    text-decoration : none;
    background-color: #ffffff;
    border          : 1px solid #e5e5e5;
}

.weizhi {
    line-height: 0.4rem;
    font-size  : 0.18rem;
    color      : #303030;
    background : #ffffff;
    padding    : 0.25rem 0;
    height     : auto;
}

.weizhi a {
    color: #303030;
}

.weizhi a.on {
    color: #233aa2;
}

.weizhi .left {
    float      : left;
    margin-left: 0.2rem;
}

.weizhi .left span {
    padding: 0 0.2rem;
}

.weizhi .right {
    float       : right;
    margin-right: 0.2rem;
}

.product_list {
    margin-top: 0.5rem;
}

.product_list ul li {
    width        : 2.97rem;
    height       : 2.97rem;
    float        : left;
    overflow     : hidden;
    position     : relative;
    margin-right : 0.2rem;
    margin-bottom: 0.2rem;
}

.product_list ul li .img img {
    width     : 2.97rem;
    height    : 2.97rem;
    transition: all 1.2s;
}

.product_list ul li:hover img {
    transform: scale(1.1);
}

.product_list ul li .title {
    width      : 2.5rem;
    height     : 0.5rem;
    line-height: 0.5rem;
    position   : absolute;
    left       : 0;
    bottom     : 0;
    background : rgba(43, 44, 42, 0.5);
    color      : #ffffff;
    padding    : 0 0.1rem;
}

.product_list ul li .title a {
    color: #ffffff;
}

.page_show {
    margin-top   : 0.5rem;
    background   : #ffffff;
    padding      : 0.3rem 0.8rem;
    margin-bottom: 0.5rem;
}

.page_show .name {
    font-size    : 0.5rem;
    color        : #303030;
    line-height  : 1rem;
    font-weight  : bold;
    border-bottom: 1px solid #f0f0f0;
}

.page_show .content {
    font-size  : 0.18rem;
    color      : #252526;
    line-height: 1.8;
}

.page_show .content img {
    max-width: 100%;
}

@media screen and (max-width:1200px) {
    .wrapper {
        padding-left: 2rem;
    }

    .side-header {
        width: 2rem;
    }

    .container {
        width: 15rem;
    }

    .product .line_product .right {
        width: 3.5rem;
    }

    .product .content .bottom ul li {
        width : 2.8rem;
        height: 2.8rem;
    }

    .product .content .bottom ul li .img img {
        width : 2.8rem;
        height: 2.8rem;
    }

    .contact .line_contact .left {
        width: 4.3rem;
    }

    .weizhi .right {
        display: none;
    }

    .product_list ul li {
        width : 2.8rem;
        height: 2.8rem;
    }

    .product_list ul li .img img {
        width : 2.8rem;
        height: 2.8rem;
    }

}

@media screen and (max-width:1000px) {
    .product .line_product .right {
        display: none;
    }

    .contact .line_contact .right a {
        padding: 0 0.1rem;
    }
}

@media screen and (max-width:767px) {
    body {
        font-size: 0.26rem;
    }

    .wrapper {
        padding-left: 0;
        width       : 100%;
    }

    .side-header {
        display: none;
    }

    /* 手机导航 */
    .mobile-header {
        display   : block;
        height    : 1.1rem;
        background: #ffffff;
    }

    .mobile-header .mobile-logo {
        width      : 4.05rem;
        height     : 0.76rem;
        margin-left: 0.2rem;
        float      : left;
        margin-top : 0.16rem;
    }

    .mobile-header .mobile-logo img {
        width : 4.05rem;
        height: 0.76rem;
    }

    .mobile-header .mobile-navico {
        float       : right;
        width       : 0.42rem;
        height      : 0.4rem;
        margin-right: 0.2rem;
        margin-top  : 0.35rem;
    }

    .mobile-header .mobile-navico img {
        width : 0.42rem;
        height: 0.4rem;
    }

    .mobile-header .mobile-nav {
        display       : none;
        position      : absolute;
        z-index       : 9999;
        background    : #ffffff;
        width         : 100%;
        padding-bottom: 0.3rem;
        height        : 100%;
        padding-top: 0.2rem;
    }

    .mobile-header .mobile-nav .mobile-close {
        font-size  : 0.3rem;
        height     : 0.7rem;
        line-height: 0.7rem;
        margin-left: 0.35rem;
    }

    .mobile-header .mobile-nav li {
        height      : 0.72rem;
        line-height : 0.72rem;
        font-size   : 0.3rem;
        position    : relative;
        padding-left: 0.75rem;
        font-weight : bold;
    }

    .container {
        width  : 100%;
        padding: 0.25rem;
    }

    .about {
        background: #ffffff;
        height    : auto;
    }

    .about .info {
        width: 100%;
    }

    .about .info .name {
        padding: 0;
    }

    .about .info .content {
        padding    : 0;
        font-size  : 0.28rem;
        line-height: 0.45rem;
        height     : 4.5rem;
    }

    .about .info .more {
        padding      : 0;
        font-size    : 0.36rem;
        margin-top   : 0.5rem;
        margin-bottom: 0.3rem;
    }

    .product {
        margin-top: 0;
    }

    .product .line_product {
        display: none;
    }

    .product .content .top .more {
        display: none;
    }

    .product .content .top .name {
        width      : 100%;
        margin-left: 0;
        text-align : center;
    }

    .product .content .bottom ul li {
        width       : 3.3rem;
        height      : 3.3rem;
        margin-right: 0;
    }

    .product .content .bottom ul li .img img {
        width : 3.3rem;
        height: 3.3rem;
    }

    .product .content .bottom ul li .title {
        height     : 0.7rem;
        line-height: 0.7rem;
        font-size  : 0.26rem;
        width      : 100%;
    }

    .product .content .bottom ul li:nth-child(2n+1) {
        float: left;
    }

    .product .content .bottom ul li:nth-child(2n) {
        float: right;
    }

    .product .content .bottom ul li:nth-child(n+7) {
        display: none;
    }

    .contact .line_contact {
        height: auto;
    }

    .contact .container {
        padding: 0;
    }

    .contact .line_contact .right {
        display: none;
    }

    .contact .content {
        font-size  : 0.28rem;
        line-height: 1.5;
    }

    .contact .content .left {
        width       : 100%;
        padding-left: 0.3rem;
        border-right: 0;
    }

    .contact .content .right {
        width       : 100%;
        padding-left: 0.3rem;
        margin-top  : 0.3rem;
    }

    .cory {
        font-size: 0.24rem;
    }

    .page_info{
        text-align: center;
    }

    .weizhi{
        font-size: 0.28rem;
        line-height: 0.5rem;
    }

    .product_list ul li {
        width       : 3.3rem;
        height      : 3.3rem;
        margin-right: 0;
    }

    .product_list ul li .img img {
        width : 3.3rem;
        height: 3.3rem;
    }

    .product_list ul li .title {
        height     : 0.7rem;
        line-height: 0.7rem;
        font-size  : 0.26rem;
        width      : 100%;
    }

    .product_list ul li:nth-child(2n+1) {
        float: left;
    }

    .product_list ul li:nth-child(2n) {
        float: right;
    }


    /* 分页 */
    .page-info {
        text-align: center;
    }

    .page>li>a,
    .page>li>span {
        padding: 0.2rem 0.23rem;
    }

}