/*
* @Author: 哈利路球
* @Date:   2018-06-05 10:52:50
* @Last Modified by:   Being
* @Last Modified time: 2019-10-06 15:31:49
*/
body {
    /* IOS禁止微信调整字体大小 */
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust        : 100% !important;
    -moz-text-size-adjust   : 100% !important;
}

body {
    margin     : 0;
    padding    : 0;
    background : #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size  : 0.14rem;
    line-height: 0.28rem;
    color      : #363636;
}

div {
    box-sizing: border-box;
}

ul {
    margin : 0;
    padding: 0;
}

ul li {
    list-style: none;
}

img {
    border        : 0;
    max-width     : 100%;
    vertical-align: middle;
}

a img {
    border: 0;
}

a {
    color          : #363636;
    text-decoration: none;
}

.clear {
    clear: both;
}

.container {
    width : 12rem;
    margin: 0 auto;
}

.header {
    height: 0.85rem;
}

.header .logo {
    float: left;
}

.header .logo img {
    width : 1rem;
    height: 0.85rem;
    float : left;
}

.header .logo span {
    width      : 2.9rem;
    font-size  : 0.24rem;
    color      : #0c62bb;
    line-height: 0.85rem;
    float      : left;
}

.header .logo .mobile {
    display: none;
}

.header .category {
    display: none;
}

.header .nav {
    width: 7rem;
    float: right;
}

.header .nav ul li {
    width      : 1rem;
    height     : 0.85rem;
    line-height: 0.85rem;
    text-align : center;
    float      : left;
}

.header .nav ul li a {
    font-size: 0.14rem;
    color    : #0b0c0c;
}

.header .nav ul li:hover,
.header .nav ul li.on {
    background: #0c62bb;
}

.header .nav ul li:hover a,
.header .nav ul li.on a {
    color: #ffffff;
}

.header .nav ul li .children {
    position  : absolute;
    z-index   : 999;
    background: url('../images/nav_jt.png') top center no-repeat rgba(255, 255, 255, 0.5);
    width     : 1rem;
    display   : none;
}

.header .nav ul li .children li {
    height     : 0.41rem;
    line-height: 0.41rem;
    font-size  : 0.14rem;
}

.header .nav ul li .children li a {
    color: #090909;
}

.header .nav ul li .children li:hover a {
    color: #ffffff;
}

.product .title ul {
    text-align: center;
    margin-top: 0.45rem;
}

.product .title ul li {
    width      : 2rem;
    height     : 0.4rem;
    line-height: 0.4rem;
    border     : 0.01rem solid #070d13;
    text-align : center;
    font-size  : 0.18rem;
    cursor     : pointer;
    display    : inline-table;
}

.product .title ul li:hover {
    background: #0c62bb;
    color     : #ffffff;
}

.product .title ul li.on {
    background: #0c62bb;
    color     : #ffffff;
}

.product .list {
    display: none;
}

.product .on {
    display: block;
}

.product .list ul li {
    width      : 3.75rem;
    height     : 3.35rem;
    float      : left;
    margin-left: 0.37rem;
    margin-top : 0.38rem;
    position   : relative;
    overflow   : hidden;
}

.product .list ul li img {
    width : 3.75rem;
    height: 3.35rem;
}

.product .list ul li:nth-child(1),
.product .list ul li:nth-child(4) {
    margin-left: 0;
}

.product .list ul li .zhe {
    height            : 0;
    -webkit-transition: height .3s;
    transition        : height .3s;
    position          : absolute;
    bottom            : 0;
    left              : 0;
    width             : 3.75rem;
    background        : rgba(12, 98, 187, 0.6);
}

.product .list ul li:hover .zhe {
    height: 3.35rem;
}

.product .list ul li:hover .zhe .box {
    border     : 0.03rem solid #ffffff;
    width      : 3.55rem;
    height     : 3.15rem;
    text-align : center;
    line-height: 3.15rem;
    font-size  : 0.24rem;
    color      : #ffffff;
    margin     : 0.1rem;
}

.about {
    width          : 100%;
    margin-top     : 0.8rem;
    height         : 7.38rem;
    background     : url('../images/about_bj.jpg') top center no-repeat;
    background-size: auto 100%;
}

.about .container {
    padding-top: 3.5rem;
}

.about .left {
    width : 5.05rem;
    height: 3.6rem;
    float : left;
}

.about .left img {
    width : 5.05rem;
    height: 3.6rem;
}

.about .right {
    width   : 6.6rem;
    float   : right;
    height  : 3.6rem;
    padding : 0.05rem;
    overflow: hidden;
}

.about .right p {
    margin     : 0;
    padding    : 0;
    text-indent: 0.28rem;
}

.case .title {
    height     : 0.95rem;
    line-height: 0.95rem;
    color      : #0c62bb;
}

.case .title .left {
    float: left;
}

.case .title .left .cn {
    font-size  : 0.3rem;
    line-height: 0.95rem;
}

.case .title .left .s {
    font-size  : 0.2rem;
    line-height: 0.95rem;
}

.case .title .left .en {
    font-size  : 0.18rem;
    line-height: 0.95rem;
}

.case .title .right {
    float    : right;
    font-size: 0.18rem;
}

.case .title .right a {
    color: #0c62bb;
}

.case .list {
    width   : 12rem;
    overflow: hidden;
}

.case .list ul li {
    width     : 4rem;
    height    : 2.85rem;
    text-align: center;
    float     : left;
}

.case .list ul li img {
    width : 3.85rem;
    height: 2.85rem;
}

.news {
    margin-top: 0.6rem;
    background: url('../images/news_bj.jpg')bottom repeat-x;
}

.news .title {
    text-align: center;
}

.news .title img {
    width : 3.67rem;
    height: 1.15rem;
}

.news .list {
    margin-top    : 0.2rem;
    padding-bottom: 1rem;
}

.news .list ul li {
    width      : 2.9rem;
    margin-left: 0.1rem;
    float      : left;
    box-sizing : border-box;
    border     : 0.01rem solid #d2d1d6;
    text-align : center;
    padding-top: 0.03rem;
    background : #ffffff;
}

.news .list ul li:hover {
    border: 0.01rem solid #0c62bb;
}

.news .list ul li img {
    width : 2.82rem;
    height: 2.1rem;
}

.news .list ul li .lt {
    font-size  : 0.18rem;
    line-height: 0.7rem;
    height     : 0.7rem;
    overflow   : hidden;
    color      : #131212;
    padding    : 0 0.2rem
}

.news .list ul li .ld {
    color      : #5a5858;
    text-align : left;
    padding    : 0 0.2rem;
    height     : 0.75rem;
    line-height: 0.25rem;
    overflow   : hidden;
}

.news .list ul li .more {
    width      : 1.5rem;
    height     : 0.4rem;
    line-height: 0.4rem;
    color      : #ffffff;
    background : #0c62bb;
    margin     : 0.2rem auto;
    font-size  : 0.16rem;
}

.news .list ul li .more a {
    color: #ffffff;
}



.zzry .title {
    margin     : 0.4rem 0;
    height     : 0.8rem;
    line-height: 0.8rem;
    background : url('../images/line.png') center repeat-x;
}

.zzry .title .name {
    width     : 6rem;
    background: #ffffff;
    margin    : 0 auto;
    text-align: center;
}

.zzry .title .name .cn {
    font-size  : 0.36rem;
    color      : #0c62bb;
    line-height: 0.45rem;
}

.zzry .title .name .en {
    font-size  : 0.16rem;
    color      : #a3a6a9;
    line-height: 0.35rem;
}

.zzry #certify {
    position: relative;
    overflow: hidden;
}

.zzry #certify .swiper-container {
    padding-bottom: 0.6rem;
}

.zzry #certify .swiper-slide {
    width     : 3.98rem;
    background: #fff;
    box-shadow: 0 0.02rem 0.3rem #ddd;
    opacity   : .5;
}

.mengban {
    background: #fff;
    position  : fixed;
    top       : 0px;
    z-index   : 100;
    height    : 100%;
    width     : 100%;
    display   : none;
    opacity   : 0.7;
}

.zzry #certify .swiper-slide .mengban {
    display: block;
}

.zzry #certify .swiper-slide-active .mengban {
    display: none;
}

.zzry #certify .swiper-slide img {
    display: block;
    width  : 3.9rem;
    height : 5.65rem;
}

.zzry #certify .swiper-button-prev {
    position       : absolute;
    top            : 50%;
    width          : 0.45rem;
    height         : 0.45rem;
    background     : url('../images/prev.png') no-repeat;
    background-size: 100%;
}

.zzry #certify .swiper-button-next {
    position       : absolute;
    top            : 50%;
    width          : 0.45rem;
    height         : 0.45rem;
    background     : url('../images/next.png') no-repeat;
    background-size: 100%;
}

.footer {
    margin-top: 0.45rem;
    background: #0c62bb;
    color     : #ffffff;
}

.footer .f1 {
    line-height: 0.5rem;
}

.footer .f1 .left {
    width      : 9rem;
    height     : 0.5rem;
    overflow   : hidden;
    float      : left;
    margin-left: 0.1rem;
}

.footer .f1 .left a {
    color: #ffffff;
}

.footer .f1 .right {
    float       : right;
    margin-right: 0.1rem;
}

.footer .f2 {
    border-top: 1px solid #fff;
}

.footer .f2 .left {
    padding    : 0.2rem 0;
    line-height: 0.36rem;
    margin-left: 0.1rem;
    width      : 8rem;
    float      : left;
}

.footer .f2 .left a {
    color: #ffffff;
}

.footer .f2 .right {
    float      : right;
    padding-top: 0.5rem;
}

.footer .f2 .right img {
    width : 2.44rem;
    height: 0.56rem;
}

.daohang {
    height       : 0.7rem;
    padding      : 0.1rem 0;
    border-bottom: 0.01rem dashed #e4e4e4;
}

.daohang b {
    display     : block;
    height      : 0.5rem;
    line-height : 0.5rem;
    border-left : 0.1rem solid #0c62bb;
    padding-left: 0.15rem;
    font-size   : 0.14rem;
    font-style  : normal;
}

.daohang b,
.daohang b a {
    color: #666666;
}

.page_info {
    width      : 12rem;
    text-align : center;
    line-height: .4rem;
    margin     : .5rem auto .5rem;
}

.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: #0c62bb;
    border-color    : #0c62bb;
}

.page>li>a,
.page>li>span {
    position        : relative;
    float           : left;
    padding         : .08rem .2rem;
    margin-left     : -1px;
    line-height     : 1.428571429;
    text-decoration : none;
    background-color: #ffffff;
    border          : 1px solid #e5e5e5;
}

.news_list {
    margin-top: 0.1rem;
}

.news_list ul li {
    padding: 0.2rem 0;
}

.news_list ul li .left {
    width : 2.5rem;
    height: 1.85rem;
    float : left;
}

.news_list ul li .left img {
    width : 2.5rem;
    height: 1.85rem;
}

.news_list ul li .right {
    width      : 9rem;
    float      : right;
    padding-top: 0.1rem;
}

.news_list ul li .right .title {
    font-size  : 0.16rem;
    font-weight: bold;
    line-height: 0.5rem;
    height     : 0.5rem;
    overflow   : hidden;
}

.news_list ul li .right .title a:hover {
    color: #0c62bb;
}

.news_list ul li .right .date {
    line-height: 0.4rem;
}

.news_list ul li .right .date span {
    padding-right: 0.15rem;

}

.news_list ul li .right .desc {
    line-height: 0.3rem;
    height     : 0.6rem;
    overflow   : hidden;

}

.product_list ul li {
    width      : 3.75rem;
    height     : 3.35rem;
    float      : left;
    margin-left: 0.37rem;
    margin-top : 0.38rem;
    position   : relative;
    overflow   : hidden;
}

.product_list ul li img {
    width : 3.75rem;
    height: 3.35rem;
}

.product_list ul li:nth-child(1),
.product_list ul li:nth-child(4) {
    margin-left: 0;
}

.product_list ul li .zhe {
    position          : absolute;
    bottom            : 0;
    left              : 0;
    width             : 3.75rem;
    background        : rgba(12, 98, 187, 0.6);
    height            : 0;
    -webkit-transition: height .3s;
    transition        : height .3s;
}

.product_list ul li:hover .zhe {
    height: 3.35rem;
}

.product_list ul li:hover .zhe .box {
    border     : 0.03rem solid #ffffff;
    width      : 3.55rem;
    height     : 3.15rem;
    text-align : center;
    line-height: 3.15rem;
    font-size  : 0.24rem;
    color      : #ffffff;
    margin     : 0.1rem;
}

.case_list ul li {
    width     : 4rem;
    margin-top: 0.38rem;
    text-align: center;
    float     : left;
}

.case_list ul li img {
    width : 3.85rem;
    height: 2.85rem;
}

.case_list ul li .title {
    height     : 0.4rem;
    line-height: 0.4rem;
}

.show {
    padding: 0.1rem;
}

.show .title {
    font-size  : 0.16rem;
    font-weight: bold;
    line-height: 0.4rem;
    text-align : center;
    margin     : 0.1rem 0;
}

.show .date {
    text-align: center;
}

.show .date span {
    padding: 0 0.1rem;
}

.prve a,
.next a {
    color: #0c62bb;
}

@media (max-width: 767px) {
    body {
        font-size  : 0.24rem;
        line-height: 0.48rem;
    }

    .container {
        width   : 7.5rem;
        overflow: hidden;
    }

    .header {
        height: auto;
    }

    .header .logo .pc {
        display: none;
    }

    .header .logo .mobile {
        display    : block;
        font-size  : 0.4rem;
        font-weight: bold;
    }

    .header .category {
        display     : block;
        width       : 0.6rem;
        height      : 0.6rem;
        float       : right;
        margin-top  : 0.1rem;
        margin-right: 0.2rem;
    }

    .header .category img {
        width : 0.6rem;
        height: 0.6rem;

    }

    .header .nav {
        display   : none;
        width     : 100%;
        background: #0c62bb;
    }

    .header .nav ul li {
        width    : 100%;
        float    : none;
        height   : auto;
        font-size: 0.3rem;
    }

    .header .nav ul li a {
        color    : #ffffff;
        font-size: 0.3rem;
    }

    .header .nav ul li .children {
        position  : static;
        width     : 100%;
        height    : auto;
        background: rgba(255, 255, 255, 0.5);
    }

    .header .nav ul li .children li {
        font-size  : 0.24rem;
        line-height: 0.85rem;
        height     : auto;
    }

    .header .nav ul li .children li a {
        color: #ffffff;
    }

    .product .title ul li {
        width      : 30%;
        height     : 0.8rem;
        line-height: 0.8rem;
        font-size  : 0.25rem;

    }

    .product .list ul li {
        width      : 50%;
        margin-left: 0;
        text-align : center;
        height     : auto;
        margin-top : 0.15rem;
    }

    .product .list ul li img {
        width : 3.6rem;
        height: 3.2rem;
    }

    .product .list ul li:nth-child(3),
    .product .list ul li:nth-child(4),
    .product .list ul li:nth-child(5),
    .product .list ul li:nth-child(6) {
        display: none;
    }

    .product .list ul li .zhe {
        display    : block;
        line-height: 0.4rem;
        position   : static;
        width      : 100%;
        height     : auto;
        background : none;
        padding    : 0;
    }

    .product .list ul li:hover .zhe {
        height: auto;
    }

    .product .list ul li:hover .zhe .box {
        border     : none;
        width      : 100%;
        height     : auto;
        text-align : center;
        line-height: 0.4rem;
        font-size  : 0.24rem;
        color      : #363636;
        margin     : 0;
    }

    .about {
        background: #e5e5e5;
        height    : auto;
        margin-top: 0.4rem;
    }

    .about .container {
        padding: 0.4rem 0.2rem;
    }

    .about .left {
        width     : 100%;
        text-align: center;
    }

    .about .right {
        width      : 100%;
        padding-top: 0.1rem;
        height     : auto;
    }

    .about .right p {
        display: none;
    }

    .about .right p:nth-child(1),
    .about .right p:nth-child(2) {
        display: block;
    }

    .case .title {
        height: auto;
    }

    .case .title .left {
        padding-left: 0.1rem;
    }

    .case .title .left .cn {
        font-size: 0.4rem;
    }

    .case .title .right {
        display: none;
    }

    .news {
        background: #fff;
    }

    .news .list {
        padding-bottom: 0;
    }

    .news .list ul li {
        width      : 3.6rem;
        margin-top : 0.2rem;
        padding-top: 0.1rem;
    }

    .news .list ul li img {
        width : 3.4rem;
        height: 2.6rem;
    }

    .news .list ul li .ld {
        display: none;
    }

    .news .list ul li .lt {
        font-size: 0.3rem;
    }

    .news .list ul li .more {
        width      : 2rem;
        height     : 0.56rem;
        line-height: 0.56rem;
        font-size  : 0.24rem;
    }

    .zzry {
        display: none;
    }

    .footer .f1 {
        display: none;
    }

    .footer .f2 .left {
        width      : 100%;
        margin-left: 0;
        padding    : 0.2rem;
        font-size  : 0.25rem;
        line-height: 0.5rem;
    }

    .footer .f2 .right {
        display: none;
    }

    .news_list ul li {
        border-bottom: 1px #eeeeee dashed;
    }

    .news_list ul li .right {
        float  : none;
        width  : 100%;
        padding: 0.1rem 0.15rem;
    }

    .news_list ul li .left {
        display: none;
    }

    .news_list ul li .right .date {
        display: none;
    }

    .news_list ul li .right .title {
        font-size  : 0.28rem;
        line-height: 0.75rem;
        height     : auto;
    }

    .news_list ul li .right .desc {
        font-size  : 0.24rem;
        color      : #2F2F2F;
        line-height: 0.5rem;
        height     : 1rem;
    }

    .page_info {
        width: 7.5rem;
    }

    .product_list ul li {
        width      : 50%;
        margin-left: 0;
        text-align : center;
        height     : auto;
        margin-top : 0.15rem;
    }

    .product_list ul li img {
        width : 3.6rem;
        height: 3.2rem;
    }

    .product_list ul li .zhe {
        display    : block;
        line-height: 0.4rem;
        position   : static;
        width      : 100%;
        height     : auto;
        background : none;
        padding    : 0;
    }

    .product_list ul li:hover .zhe {
        height: auto;
    }

    .product_list ul li:hover .zhe .box {
        border     : none;
        width      : 100%;
        height     : auto;
        text-align : center;
        line-height: 0.4rem;
        font-size  : 0.24rem;
        color      : #363636;
        margin     : 0;
    }

    .case_list ul li {
        width: 50%;
    }

    .case_list ul li img {
        width : 3.6rem;
        height: 2.67rem;
    }

    .case_list ul li .title {
        font-size: 0.25rem;
    }

    .show .title {
        font-size  : 0.3rem;
        line-height: 0.5rem;
    }

    .show .date {
        margin: 0.2rem 0;
        color : #686868;
    }

    .show .date span:nth-child(1) {
        display: none;
    }

}