/*
* @Author: 哈利路球
* @Date:   2018-06-05 10:52:50
* @Last Modified by:   Being
* @Last Modified time: 2019-10-06 15:31:49
*/
body {
    margin     : 0 auto;
    padding    : 0;
    background : #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size  : 0.14rem;
    line-height: 0.28rem;
    color      : #222222;
}

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 {
    text-decoration: none;
}

.clear {
    clear: both;
}

.container {
    width : 12rem;
    margin: 0 auto;
}

.header {
    height         : 1rem;
    background     : url('../images/header_bj.jpg') top center no-repeat;
    background-size: 100%100%;
}

.header .logo {
    margin-top : 0.2rem;
    margin-left: 0.25rem;
    float      : left;
}

.header .logo img {
    width : 1.96rem;
    height: 0.58rem;
}

.header .category {
    display: none;
}

.header .toplang {
    width : 7.5rem;
    height: 0.36rem;
    float : right;
}

.header .toplang .top {
    height     : 0.36rem;
    line-height: 0.36rem;
}

.header .toplang .top .tel,
.header .toplang .top .fax {
    width      : 1.8rem;
    height     : 0.36rem;
    line-height: 0.36rem;
    float      : left;
    color      : #ffffff;
    margin-right: 0.1rem;
}

.header .toplang .top .address {
    width      : 2rem;
    height     : 0.36rem;
    line-height: 0.36rem;
    float      : left;
    color      : #ffffff;
}

.header .toplang .lang span {
    color       : #ffffff;
    padding-left: 0.1rem;
}

.header .toplang .lang a {
    color: #ffffff;
}

.header .toplang img {
    width       : 0.22rem;
    height      : 0.22rem;
    margin-right: 0.05rem;
}

.header .toplang .name {
    height      : 0.24rem;
    text-align  : right;
    margin-top  : 0.2rem;
    margin-right: 0.2rem;
}

.header .toplang .name img {
    width : 5.95rem;
    height: 0.24rem;
}

.nav {
    height    : 0.5rem;
    background: #333333;
}

.nav ul li {
    width      : 1.5rem;
    float      : left;
    height     : 0.5rem;
    line-height: 0.5rem;
    text-align : center;
    font-size  : 0.16rem;
}

.nav ul li.on {
    background: #0670ba;
}

.nav ul li a {
    color: #ffffff;
}

.nav ul li ul.children {
    display   : none;
    position  : absolute;
    top       : 1.5rem;
    width     : 2rem;
    background: rgba(1, 95, 182, 0.8);
    float     : left;
    z-index   : 9999;
}

.nav ul li ul.children li {
    width     : 2rem;
    height    : 0.40rem;
    padding   : 0px;
    display   : inline-block;
    font-size : .14rem;
    border-top: 1px solid #a5c9e2;
}

.nav ul li ul.children li {
    display: block;
}

.nav ul li ul.children li a {
    width          : 2rem;
    height         : 0.40rem;
    line-height    : 0.40rem;
    overflow       : hidden;
    display        : block;
    float          : left;
    color          : #fff;
    text-align     : center;
    text-decoration: none;
    font-size      : .14rem;
}

.nav ul li ul.children li a:hover {
    width      : 2rem;
    line-height: 0.40rem;
    background : rgba(255, 255, 255, 0.8);
    color      : #015fb6;
}

.index_title {
    text-align: center;
}

.index_title .en {
    font-size: 0.24rem;
    color    : #222222;
}

.index_title .cn {
    font-size  : 0.3rem;
    line-height: 0.45rem;
    color      : #0670ba;
    font-weight: bold;
}

.index_title .ico {
    margin-top: 0.1rem;
}

.index_title .ico img {
    width : 2.5rem;
    height: 0.25rem;
}

.product {
    margin-top: 0.6rem;
}

.product .content {
    margin-top: 0.5rem;
}

.product .content .left {
    width: 3.25rem;
    float: left;
}

.product .content .left .title {
    width      : 3.25rem;
    height     : 1.15rem;
    text-align : center;
    font-size  : 0.3rem;
    line-height: 0.3rem;
    background : #0670ba;
    padding-top: 0.35rem;
    font-weight: bold;
}

.product .content .left .title a {
    color: #ffffff;
}

.product .content .left .title .en {
    padding-top: 0.1rem;
}

.product .content .left .title .en img {
    width : 1.85rem;
    height: 0.19rem;
}

.product .content .left ul {
    padding: 0.15rem;
}

.product .content .left ul li {
    width      : 2.9rem;
    height     : 0.46rem;
    border     : 1px solid #e4e4e4;
    line-height: 0.46rem;
    margin-top : 0.1rem;
    cursor     : pointer;
    font-size  : 0.18rem;
}

.product .content .left ul li a {
    color: #222222;
}

.product .content .left ul li span {
    float      : left;
    margin-left: 0.2rem;
}

.product .content .left ul li i {
    float       : right;
    margin-right: 0.2rem;
    font-style  : normal;
}

.product .content .left ul li.on,
.product .content .left ul li:hover {
    background: #0670ba;
    color     : #ffffff;
    border    : 1px solid #0670ba;
}

.product .content .left ul li.on a,
.product .content .left ul li:hover a {
    color: #ffffff;
}

.product .content .right {
    width   : 8.54rem;
    float   : right;
    position: relative;
}

.product .content .right ul li {
    display: none;
}

.product .content .right ul li.on {
    display: block;
}

.product .content .right .title {
    height     : 0.45rem;
    line-height: 0.45rem;
    border     : 1px solid #dcdcd8
}

.product .content .right .title .name {
    float     : left;
    padding   : 0 0.2rem;
    height    : 0.45rem;
    font-size : 0.2rem;
    color     : #ffffff;
    background: #0670ba;
    text-align: center;
    margin-top: -1px;
}

.product .content .right .title .more {
    float       : right;
    margin-right: 0.2rem;
    font-size   : 0.16rem;
}

.product .content .right .title .more a {
    color: #555555;
}

.product .content .right .title .more a:hover {
    color: #015fb6;
}


.product .content .right .list .s {
    width      : 2.54rem;
    height     : 2.54rem;
    overflow   : hidden;
    float      : left;
    display    : block;
    border     : 0.01rem solid #e4e4e4;
    margin-left: 0.2rem;
    margin-top : 0.2rem;
}

.product .content .right .list .s:nth-child(1),
.product .content .right .list .s:nth-child(4),
.product .content .right .list .s:nth-child(7),
.product .content .right .list .s:nth-child(10) {
    margin-left: 0;
}

.product .content .right .list .s:hover {
    border: 0.01rem solid #015fb6;
}

.product .content .right .list .s img {
    width     : 2.54rem;
    height    : 2.54rem;
    transition: all 1.3s;
}

.product .content .right .list .s img:hover {
    transform: scale(1.3);
}

.about {
    margin-top: 0.9rem;
}

.about .content {
    background    : url('../images/about_bj.jpg') top center no-repeat;
    margin-top    : 0.55rem;
    padding-top   : 0.6rem;
    padding-bottom: 1.1rem;
}

.about .content .left {
    width: 7.1rem;
    float: left;
}

.about .content .left .company {
    width         : 6rem;
    font-size     : 0.3rem;
    line-height   : 0.4rem;
    color         : #0670ba;
    font-weight   : bold;
    text-transform: uppercase;
}

.about .content .left .line {
    width     : 1rem;
    height    : 0.05rem;
    background: #0670ba;
    margin    : 0.2rem 0 0.1rem;
}

.about .content .left .xuan {
    font-size  : 0.18rem;
    color      : #ff1616;
    font-weight: bold;
}

.about .content .left .jj {
    font-size  : 0.16rem;
    line-height: 0.28rem;
    color      : #5e5e5e;
    margin-top : 0.3rem;
    height     : 0.5rem;
    overflow   : hidden;
}

.about .content .left .more {
    width      : 1.3rem;
    height     : 0.45rem;
    background : #e4e4e4;
    line-height: 0.45rem;
    font-size  : 0.16rem;
    margin-top : 0.3rem;
    text-align : center;
}

.about .content .left .more a {
    color: #222222;
}

.about .content .left .more:hover {
    background: #015fb6;
}

.about .content .left .more:hover a {
    color: #ffffff;
}

.about .content .left .img {
    width     : 7.1rem;
    height    : 2.4rem;
    margin-top: 0.4rem;
}

.about .content .left .img img {
    width : 7.1rem;
    height: 2.4rem;
}

.about .content .right {
    width: 3.8rem;
    float: right;
}

.about .content .right .title {
    font-size  : 0.3rem;
    color      : #222222;
    font-weight: bold;
    line-height: 0.3rem;
    height     : 0.3rem;
}

.about .content .right .title span {
    color: #015fb6;
}

.about .content .right .title a {
    font-size   : 0.18rem;
    color       : #555555;
    font-weight : normal;
    padding-left: 0.1rem;
}

.about .content .right .title a:hover {
    color          : #015fb6;
    text-decoration: underline;
}

.about .content .right .box {
    width          : 3.8rem;
    height         : 5.12rem;
    background     : url('../images/ry_box.png') top center no-repeat #ffffff;
    background-size: 100%100%;
    margin-top     : 0.45rem;
    padding        : 0.3rem 0.28rem;
}

.about .content .right .box ul li {
    width : 3.24rem;
    height: 4.52rem;
    cursor: pointer;
}

.about .content .right .box ul li img {
    width : 3.24rem;
    height: 4.52rem;
}

.facility {
    margin-top: 0.85rem;
}

.facility .list {
    width     : 12rem;
    margin-top: 0.55rem;
    overflow  : hidden;
}

.facility .list ul li {
    width : 3.3rem;
    height: 1.94rem;
}

.facility .list ul li .box {
    width   : 3.1rem;
    height  : 1.94rem;
    position: relative;
    cursor  : pointer;
}

.facility .list ul li .box img {
    width : 3.1rem;
    height: 1.94rem;
}

.facility .list ul li .box .zhe {
    display           : none;
    transition        : .8s;
    -ms-transition    : .8s;
    -moz-transition   : .8s;
    -webkit-transition: .8s;
    -o-transition     : .8s;
}

.facility .list ul li .box:hover .zhe {
    display   : block;
    position  : absolute;
    top       : 0;
    left      : 0;
    width     : 3.1rem;
    height    : 1.94rem;
    z-index   : 2;
    background: rgba(0, 0, 0, 0.5);

}

.facility .list ul li .box:hover .zhe .border {
    width      : 1.7rem;
    height     : 0.5rem;
    line-height: 0.5rem;
    border     : 1px solid #ffffff;
    margin     : 0.7rem auto 0;
    color      : #ffffff;
    text-align : center;
    font-size  : 0.16rem;
    overflow   : hidden;
}

.news {
    margin-top    : 0.95rem;
    background    : url('../images/news_bj.jpg') top center no-repeat;
    padding-top   : 0.35rem;
    padding-bottom: 0.55rem;
}

.news .list {
    padding-top: 0.2rem;
}

.news .list ul li {
    width             : 3.75rem;
    height            : 2.25rem;
    background        : #ffffff;
    padding           : 0.2rem;
    box-sizing        : border-box;
    margin-top        : 0.35rem;
    float             : left;
    margin-left       : 0.3rem;
    -webkit-box-shadow: 0 0.02rem 0.05rem 0.02rem rgba(233, 233, 233, .5);
    box-shadow        : 0 0.02rem 0.05rem 0.02rem rgba(233, 233, 233, .5);


}

.news .list ul li:hover {
    box-shadow: 0 0 57px rgba(10, 2, 4, 0.18);
    z-index   : 3;
}

.news .list ul li:nth-child(1),
.news .list ul li:nth-child(4) {
    margin-left: 0.06rem;
}

.news .list ul li .date {
    font-size  : 0.12rem;
    line-height: 0.3rem;
    color      : #6c6c6c;
}

.news .list ul li:hover .date {
    color: #0670ba;
}

.news .list ul li .title {
    font-size  : 0.16rem;
    font-weight: bold;
    color      : #222222;
    line-height: 0.3rem;
    height     : 0.3rem;
    overflow   : hidden;
}

.news .list ul li:hover .title {
    color: #0670ba;
}

.news .list ul li .line {
    width     : 0.7rem;
    height    : 0.02rem;
    background: #333333;
    margin    : 0.1rem 0;
}

.news .list ul li:hover .line {
    background: #0670ba;
}

.news .list ul li .content {
    font-size  : 0.16rem;
    line-height: 0.28rem;
    color      : #5e5e5e;
    height     : 1.12rem;
    overflow   : hidden;
}

.news .list ul li:hover .content {
    color: #0670ba;
}

.footer .foot {
    padding-top   : 0.65rem;
    padding-bottom: 0.55rem;
}

.footer .subpage {
    margin-top: 0.4rem;
    background: #e4e4e4;
}

.footer .foot .left {
    width      : 2.98rem;
    height     : 0.88rem;
    float      : left;
    margin-top : 0.25rem;
    margin-left: 0.15rem;
}

.footer .foot .left img {
    width : 3.56rem;
    height: 0.88rem;
}

.footer .foot .center {
    width      : 3.9rem;
    float      : left;
    margin-left: 2rem;
    font-size  : 0.16rem;
    color      : #222222;
}

.footer .foot .right {
    margin-left: 1rem;
    width      : 1.4rem;
    height     : 1.4rem;
    float      : left;
}

.footer .foot .right img {
    width : 1.4rem;
    height: 1.4rem;
}

.footer .text {
    height     : 0.4rem;
    line-height: 0.4rem;
    background : #252122;
    text-align : center;
    color      : #ffffff;
}

.footer .text a {
    color: #ffffff;
}

.page_info {
    width      : 12rem;
    text-align : center;
    line-height: 0.4rem;
    margin     : 0.4rem auto 0.4rem;
}

.daohang {
    margin-top   : 0.35rem;
    line-height  : 0.8rem;
    height       : 0.8rem;
    border-bottom: 1px solid #eeeeee;
}

.daohang .left {
    float: left;
}

.daohang .left span {
    font-size     : 0.3rem;
    color         : #0670ba;
    padding-right : 0.05rem;
    text-transform: uppercase
}

.daohang .left i {
    font-size : 0.14rem;
    color     : #999999;
    font-style: normal;
}

.daohang .right {
    float    : right;
    font-size: 0.14rem;
    color    : #555555;
}

.daohang .right a {
    color: #555555;
}

.subproduct {
    margin-top: 0.4rem;
}

.subproduct .content {
    margin-top: 0;
}

.page {
    display      : inline-block;
    padding-left : 0;
    border-radius: 0.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: #015fb6;
    border-color    : #015fb6;
}

.page>li>a,
.page>li>span {
    position        : relative;
    float           : left;
    padding         : 0.08rem 0.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;
    border-bottom: 1px dashed #e5e5e5;
}

.news_list ul li .title {
    font-size  : 0.16rem;
    font-weight: bold;
    line-height: 0.5rem;
    height     : 0.5rem;
    overflow   : hidden;
}

.news_list ul li .title a {
    color: #222222;
}

.news_list ul li .title a:hover {
    color: #0c62bb;
}

.news_list ul li .date {
    line-height: 0.4rem;
}

.news_list ul li .date span {
    padding-right: 0.15rem;

}

.news_list ul li .date a {
    color: #0670ba;
}

.news_list ul li .desc {
    line-height: 0.3rem;
    height     : 0.6rem;
    overflow   : hidden;

}

.show .container {
    padding    : 0.2rem;
    font-size  : 0.16rem;
    line-height: 0.28rem;
    color      : #5e5e5e;
}

.show .container .title {
    font-size  : 0.24rem;
    line-height: 0.35rem;
    color      : #222222;
    text-align : center;
    margin     : 0.4rem 0;
}

.prve a,
.next a {
    color: #0c62bb;
}

.facility_list {
    margin-top: 0.25rem;
}

.facility_list ul li {
    width     : 3rem;
    height    : 1.8rem;
    float     : left;
    margin-top: 0.12rem;
}

.facility_list ul li .box {
    width   : 2.9rem;
    height  : 1.8rem;
    position: relative;
    cursor  : pointer;
}

.facility_list ul li .box img {
    width : 2.9rem;
    height: 1.8rem;
}

.facility_list ul li .box .zhe {
    display: none;
}

.facility_list ul li .box:hover .zhe {
    display   : block;
    position  : absolute;
    top       : 0;
    left      : 0;
    width     : 2.9rem;
    height    : 1.8rem;
    z-index   : 2;
    background: rgba(0, 0, 0, 0.5);
}

.facility_list ul li .box:hover .zhe .border {
    width      : 2.4rem;
    height     : 0.5rem;
    line-height: 0.5rem;
    border     : 1px solid #ffffff;
    margin     : 0.65rem auto 0;
    color      : #ffffff;
    text-align : center;
    font-size  : 0.16rem;
    overflow   : hidden;
}

@media (max-width: 1660px) {
    .header .toplang {
        width: 7.2rem;
    }
}

@media (max-width: 1200px) {
    .header .toplang {
        width: 7rem;
    }
    .header .toplang .top .fax {
        display: none;
    }

    .header .toplang .top .address {
        width: 3.4rem;
    }

    .header .toplang .top .tel,
    .header .toplang .top .fax {
        width: 2.05rem;
    }

    .header .toplang .top .fax {
        text-align: right;
        padding   : 0 0.2rem 0 0;
    }
}

@media (max-width: 1000px) {
    .header .toplang {
        width: 6.5rem;
    }

    .header .toplang .top .address {
        width: 2.5rem;
    }
}

@media (max-width: 767px) {
    body {
        font-size  : 0.24rem;
        line-height: 0.4rem;
    }

    .container {
        width: 100%;
    }

    .header {
        background: none;
    }

    .header .logo img {
        width : 2.5rem;
        height: 0.74rem;
    }

    .header .category {
        display: block;
    }

    .header .category img {
        float       : right;
        width       : 0.7rem;
        height      : 0.7rem;
        margin-right: 0.3rem;
        margin-top  : 0.2rem;
    }

    .header .toplang {
        display: none;
    }

    .nav {
        display: none;
        height : auto;
    }

    .nav ul li {
        width      : 100%;
        font-size  : 0.3rem;
        line-height: 0.8rem;
        height     : auto;
    }

    .nav ul li ul.children {
        position: static;
        width   : 100%;
    }

    .nav ul li ul.children li {
        width : 100%;
        height: auto;
    }

    .nav ul li ul.children li a {
        width      : 100%;
        height     : auto;
        font-size  : 0.26rem;
        line-height: 0.6rem;
    }

    .product .content .left {
        width: 100%;
    }

    .product .content .left .title {
        display: none;
    }

    .product .content .left ul {
        padding: 0;
    }

    .product .content .left ul li {
        width      : 3.5rem;
        float      : left;
        margin-left: 0.2rem;
        height     : 0.6rem;
        line-height: 0.6rem;
        font-size  : 0.24rem;
        box-sizing : border-box;
    }

    .product .content .right {
        width: 100%;
    }

    .product .content .right .title {
        display: none;
    }

    .product .content .right .list .s {
        width       : 3.5rem;
        margin-left : 0.2rem !important;
        box-sizing  : border-box;
        border-width: 1px;
        text-align  : center;
    }

    .about .content {
        background: none;
        padding   : 0;
        margin-top: 0.3rem;
    }

    .about .content .left {
        width  : 100%;
        padding: 0 0.2rem;
    }

    .about .content .left .company {
        display: none;
    }

    .about .content .left .xuan {
        display: none;
    }

    .about .content .left .line {
        display: none;
    }

    .about .content .left .jj {
        height     : auto;
        font-size  : 0.24rem;
        line-height: 0.45rem;
    }

    .about .content .left .more {
        width      : 100%;
        background : #0c62bb;
        line-height: 0.6rem;
        height     : 0.6rem;
    }

    .about .content .left .more a {
        color: #ffffff;
    }

    .about .content .left .img {
        display: none;
    }

    .about .content .right {
        display: none;
    }

    .facility .index_title {
        display: none;
    }

    .facility .list {
        width: 7.5rem;
    }

    .news {
        padding-bottom: 0;
    }

    .news .list ul li {
        width      : 100%;
        margin-left: 0 !important;
        margin-top : 0.2rem;
        height     : auto;
    }

    .news .list ul li .date {
        font-size  : 0.24rem;
        line-height: 0.5rem;
    }

    .news .list ul li .title {
        font-size  : 0.26rem;
        line-height: 0.6rem;
        height     : auto;
    }

    .news .list ul li .content {
        font-size  : 0.24rem;
        line-height: 0.45rem;
        height     : auto;
    }

    .news .list ul li:nth-child(5),
    .news .list ul li:nth-child(6) {
        display: none;
    }

    .footer {
        background: #e4e4e4;
        margin-top: 0.2rem;
    }

    .footer .foot {
        padding-top   : 0.3rem;
        padding-bottom: 0.3rem;
    }

    .footer .foot .left {
        width      : 100%;
        height     : auto;
        text-align : center;
        margin-left: 0;
    }

    .footer .foot .left img {
        width : 5rem;
        height: 1.45rem;
    }

    .footer .foot .center {
        width      : 7rem;
        margin-left: 0.2rem;
        margin-top : 0.35rem;
        font-size  : 0.26rem;
        line-height: 0.5rem;
        margin-top : 0.2rem;
    }

    .footer .foot .right {
        display    : none;
        width      : 100%;
        height     : auto;
        text-align : center;
        margin-left: 0;
        margin-top : 0.2rem;
    }

    .footer .foot .right img {
        width : 2.8rem;
        height: 2.8rem;
        margin: 0;
    }

    .footer .text {
        display: none;
    }

    .daohang .left {
        padding-left: 0.2rem;
    }

    .daohang .right {
        display: none;
    }

    .show .container {
        font-size  : 0.24rem;
        line-height: 0.45rem;
    }

    .show .container .title {
        font-size  : 0.3rem;
        line-height: 0.5rem;
    }

    .page_info {
        width: 7.5rem;
    }

    .news_list ul li .title {
        font-size: 0.24rem;
    }

    .news_list ul li .date {
        font-size  : 0.22rem;
        line-height: 0.5rem;
        color      : #5e5e5e;
    }

    .news_list ul li .desc {
        height     : auto;
        font-size  : 0.24rem;
        line-height: 0.45rem;
        color      : #5e5e5e;
    }

    .facility_list ul li {
        width      : 3.6rem;
        height     : auto;
        margin-left: 0.1rem;
    }

    .facility_list ul li .box {
        width : 3.6rem;
        height: auto;
    }

    .facility_list ul li .box img {
        width : 3.6rem;
        height: 2.25rem;
    }

    .facility_list ul li .box .zhe {
        display: block;
    }

    .facility_list ul li .box .zhe .border {
        font-size   : 0.24rem;
        line-height : 0.5rem;
        padding-left: 0.05rem;
    }

}