@charset "UTF-8";
html {
    -webkit-tap-highlight-color: transparent;
    overflow: hidden;
}

.main-content-box {
    position: relative;
    overflow: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

body {
    max-width: 1920px;
    margin: 0 auto;
    font-family: "微软雅黑", "宋体", Arial;
}

@media (min-width: 1200px) {
    section {
        overflow: hidden;
    }

    .main-content-box {
        width: 1200px;
        margin: 0 auto;
    }

    .main-content-box .text .text-tit {
        font-size: 32px;
        height: 36px;
        line-height: 36px;
        color: #333333;
        margin-bottom: 12px;
    }

    .main-content-box .text .en-tit {
        font-size: 32px;
        height: 32px;
        line-height: 32px;
        color: #0099ff;
        margin-bottom: 8px;
        font-weight: bold;
    }

    .main-content-box .text .short-line {
        width: 40px;
        height: 3px;
        background: #0099ff;
    }

    .main-content-box .text .intro-text {
        font-size: 16px;
        height: 12px;
        line-height: 12px;
        margin-top: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    section {
        overflow: hidden;
    }

    .main-content-box .text .text-tit {
        font-size: 26px;
        height: 30px;
        line-height: 30px;
        margin-bottom: 8px;
    }

    .main-content-box .text .en-tit {
        font-size: 26px;
        height: 26px;
        line-height: 26px;
        color: #0099ff;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .main-content-box .text .intro-text {
        font-size: 12px;
        height: 12px;
        line-height: 12px;
        margin-bottom: 25px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    section {
        overflow: hidden;
    }

    .main-content-box .text .text-tit {
        font-size: 22px;
        height: 26px;
        line-height: 26px;
        margin-bottom: 6px;
    }

    .main-content-box .text .en-tit {
        font-size: 22px;
        height: 22px;
        line-height: 22px;
        color: #0099ff;
        margin-bottom: 8px;
        font-weight: bold;
    }

    .main-content-box .text .intro-text {
        font-size: 14px;
        height: 14px;
        line-height: 14px;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    section {
        overflow: hidden;
    }

    .main-content-box .text .text-tit {
        font-size: 18px;
        height: 22px;
        line-height: 22px;
        margin-bottom: 4px;
    }

    .main-content-box .text .en-tit {
        font-size: 18px;
        height: 18px;
        line-height: 18px;
        color: #0099ff;
        margin-bottom: 6px;
        font-weight: bold;
    }

    .main-content-box .text .intro-text {
        font-size: 12px;
        height: 12px;
        line-height: 12px;
        margin-bottom: 20px;
        color: #666666;
    }
}

#banner {
    background: url(../ggg.jpg) center no-repeat;
    background-size: cover;
    width: 100%;
}

.rel {
    position: relative;
}

.rel .mouse {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 30px;
    z-index: 2;
}

.rel .mouse img {
    display: block;
    width: 21px;
    height: 30px;
    margin: 0 auto;
}

@media (min-width: 1200px) {
    .header .bg {
        position: absolute;
        top: 0;
        width: 100%;
        height: 0;
        background: rgba(0, 0, 0, 0.6);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
        z-index: -1;
        -webkit-transition: all .5s ease-in-out 0s;
        -moz-transition: all .5s ease-in-out 0s;
        transition: all .5s ease-in-out 0s;
        -o-transition: all .5s ease-in-out 0s;
    }

    .fixed .bg {
        width: 100%;
        height: 70px;
    }

    #focus {
        overflow: hidden;
        width: 1200px;
        text-align: center;
        margin: 0 auto;
        position: relative;
        z-index: 2;
    }

    #focus .en-name {
        margin: 30px 0;
    }

    #focus .focus-text {
        font-size: 24px;
        color: #ffffff;
        line-height: 52px;
    }

    #focus > .swiper-container {
        padding-bottom: 50px;
    }

    #banner .guide {
        text-align: center;
        position: relative;
        z-index: 2;
    }

    #banner .guide span {
        display: inline-block;
        width: 38px;
        height: 3px;
        margin-right: 10px;
        background: #0099ff;
    }

    #banner .guide span.active {
        background: #ffffff;
    }

    .news-box {
        width: 406px;
        height: 50px;
        position: relative;
        line-height: 50px;
        overflow: hidden;
        margin: 15px auto;
        z-index: 2;
    }

    .news-box .news {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 16px;
        color: #0099ff;
        font-weight: bold;
    }

    .news-box .news-list {
        position: absolute;
        top: 0;
        left: 53px;
        font-size: 16px;
    }

    .news-box .news-list > li {
        height: 50px;
    }

    .news-box .news-list > li > a {
        color: #ffffff;
        display: block;
        width: 285px;
        padding: 0 10px 0 5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .news-box .news-more {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 16px;
        text-decoration: underline;
        color: #0099ff;
        font-weight: bold;
    }

    video {
        position: absolute;
        z-index: 1;
        width: 100%;
    }
}

@media (min-width: 660px) and (max-width: 1199px) {
    #focus {
        width: 660px;
        margin: 0 auto;
        text-align: center;
        position: relative;
        z-index: 2;
    }

    #focus .swiper-container {
        width: 100%;
    }

    #focus .en-name {
        margin: 20px 0;
    }

    #focus .focus-text {
        color: #ffffff;
        text-align: center;
        font-size: 20px;
        line-height: 40px;
    }

    .news-box {
        width: 356px;
        height: 50px;
        position: relative;
        line-height: 50px;
        overflow: hidden;
        margin: 30px auto 0;
        z-index: 2;
    }

    .news-box .news {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 14px;
        color: #0099ff;
        font-weight: bold;
    }

    .news-box .news-list {
        position: absolute;
        top: 0;
        left: 53px;
        font-size: 14px;
    }

    .news-box .news-list > li {
        height: 50px;
    }

    .news-box .news-list > li > a {
        color: #ffffff;
        display: block;
        width: 235px;
        padding: 0 10px 0 5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .news-box .news-more {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 14px;
        text-decoration: underline;
        color: #0099ff;
        font-weight: bold;
    }

    #banner .guide {
        text-align: center;
        position: relative;
        z-index: 2;
    }

    #banner .guide span {
        display: inline-block;
        width: 38px;
        height: 3px;
        margin-right: 10px;
        background: #0099ff;
    }

    #banner .guide span.active {
        background: #ffffff;
    }

    .m-header .bg {
        position: absolute;
        top: 0;
        width: 100%;
        height: 0;
        background: rgba(0, 0, 0, 0.6);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
        z-index: -1;
        -webkit-transition: all .5s ease-in-out 0s;
        -moz-transition: all .5s ease-in-out 0s;
        transition: all .5s ease-in-out 0s;
        -o-transition: all .5s ease-in-out 0s;
    }

    video {
        position: absolute;
        z-index: 1;
        width: 100%;
    }
}

@media (min-width: 660px) and (max-width: 899px) {
    .fixed .bg {
        width: 100%;
        height: 50px;
    }
}

@media (min-width: 531px) and (max-width: 659px) {
    #focus {
        width: 100%;
        text-align: center;
        position: relative;
        z-index: 2;
    }

    #focus .swiper-container {
        width: 100%;
    }

    .focus-tit {
        width: 100%;
        text-align: center;
    }

    #focus .en-name {
        margin: 20px 0;
        width: 100%;
        text-align: center;
    }

    #focus .focus-text {
        color: #ffffff;
        font-size: 18px;
        line-height: 36px;
    }

    .news-box {
        width: 356px;
        height: 50px;
        position: relative;
        line-height: 50px;
        overflow: hidden;
        margin: 30px auto 0;
        z-index: 2;
    }

    .news-box .news {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 14px;
        color: #0099ff;
        font-weight: bold;
    }

    .news-box .news-list {
        position: absolute;
        top: 0;
        left: 53px;
        font-size: 14px;
    }

    .news-box .news-list > li {
        height: 50px;
    }

    .news-box .news-list > li > a {
        color: #ffffff;
        display: block;
        width: 235px;
        padding: 0 10px 0 5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .news-box .news-more {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 14px;
        text-decoration: underline;
        color: #0099ff;
        font-weight: bold;
    }

    #banner .guide {
        text-align: center;
        position: relative;
        z-index: 2;
    }

    #banner .guide span {
        display: inline-block;
        width: 38px;
        height: 3px;
        margin-right: 10px;
        background: #0099ff;
    }

    #banner .guide span.active {
        background: #ffffff;
    }

    .m-header .bg {
        position: absolute;
        top: 0;
        width: 100%;
        height: 0;
        background: rgba(0, 0, 0, 0.6);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
        z-index: -1;
        -webkit-transition: all .5s ease-in-out 0s;
        -moz-transition: all .5s ease-in-out 0s;
        transition: all .5s ease-in-out 0s;
        -o-transition: all .5s ease-in-out 0s;
    }

    .fixed .bg {
        width: 100%;
        height: 50px;
    }

    video {
        position: absolute;
        z-index: 1;
        width: 100%;
    }
}

@media (min-width: 450px) and (max-width: 530px) {
    #focus {
        width: 100%;
        text-align: center;
        position: relative;
        z-index: 2;
    }

    #focus .swiper-container {
        width: 100%;
    }

    .focus-tit {
        width: 100%;
        text-align: center;
    }

    #focus .en-name {
        margin: 20px 0;
        width: 100%;
        text-align: center;
    }

    #focus .en-name img {
        width: 80%;
        margin: 0 auto;
    }

    #focus .focus-text {
        color: #ffffff;
        font-size: 16px;
        padding: 0 20px;
        line-height: 32px;
    }

    .news-box {
        width: 356px;
        height: 50px;
        position: relative;
        line-height: 50px;
        overflow: hidden;
        margin: 30px auto 0;
        z-index: 2;
    }

    .news-box .news {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 14px;
        color: #0099ff;
        font-weight: bold;
    }

    .news-box .news-list {
        position: absolute;
        top: 0;
        left: 53px;
        font-size: 14px;
    }

    .news-box .news-list > li {
        height: 50px;
    }

    .news-box .news-list > li > a {
        color: #ffffff;
        display: block;
        width: 235px;
        padding: 0 10px 0 5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .news-box .news-more {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 14px;
        text-decoration: underline;
        color: #0099ff;
        font-weight: bold;
    }

    #banner .guide {
        text-align: center;
        position: relative;
        z-index: 2;
    }

    #banner .guide span {
        display: inline-block;
        width: 38px;
        height: 3px;
        margin-right: 10px;
        background: #0099ff;
    }

    #banner .guide span.active {
        background: #ffffff;
    }

    .m-header .bg {
        position: absolute;
        top: 0;
        width: 100%;
        height: 0;
        background: rgba(0, 0, 0, 0.6);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
        z-index: -1;
        -webkit-transition: all .5s ease-in-out 0s;
        -moz-transition: all .5s ease-in-out 0s;
        transition: all .5s ease-in-out 0s;
        -o-transition: all .5s ease-in-out 0s;
    }

    .fixed .bg {
        width: 100%;
        height: 50px;
    }

    video {
        position: absolute;
        z-index: 1;
        width: 100%;
    }
}

@media (max-width: 450px) {
    #focus {
        width: 100%;
        text-align: center;
        position: relative;
        z-index: 2;
    }

    #focus .swiper-container {
        width: 100%;
    }

    .focus-tit {
        width: 100%;
        text-align: center;
    }

    .focus-tit img {
        width: 45%;
    }

    #focus .en-name {
        margin: 10px 0;
        width: 100%;
        text-align: center;
    }

    #focus .en-name img {
        width: 80%;
        margin: 0 auto;
    }

    .news-box {
        width: 306px;
        height: 50px;
        position: relative;
        line-height: 50px;
        overflow: hidden;
        margin: 20px auto 0;
        z-index: 2;
    }

    .news-box .news {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 13px;
        color: #0099ff;
        font-weight: bold;
    }

    .news-box .news-list {
        position: absolute;
        top: 0;
        left: 53px;
        font-size: 13px;
    }

    .news-box .news-list > li {
        height: 50px;
    }

    .news-box .news-list > li > a {
        color: #ffffff;
        display: block;
        width: 185px;
        padding: 0 10px 0 5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .news-box .news-more {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 13px;
        text-decoration: underline;
        color: #0099ff;
        font-weight: bold;
    }

    #banner .guide {
        text-align: center;
        position: relative;
        z-index: 2;
    }

    #banner .guide span {
        display: inline-block;
        width: 38px;
        height: 3px;
        margin-right: 10px;
        background: #0099ff;
    }

    #banner .guide span.active {
        background: #ffffff;
    }

    .m-header .bg {
        position: absolute;
        top: 0;
        width: 100%;
        height: 0;
        background: rgba(0, 0, 0, 0.6);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
        z-index: -1;
        -webkit-transition: all .5s ease-in-out 0s;
        -moz-transition: all .5s ease-in-out 0s;
        transition: all .5s ease-in-out 0s;
        -o-transition: all .5s ease-in-out 0s;
    }

    .fixed .bg {
        width: 100%;
        height: 50px;
    }

    video {
        position: absolute;
        z-index: 1;
        width: 100%;
    }
}

@media (min-width: 361px) and (max-width: 449px) {
    #focus .focus-text {
        color: #ffffff;
        font-size: 14px;
        padding: 0 15px;
        line-height: 28px;
    }
}

@media (max-width: 360px) {
    #focus .focus-text {
        color: #ffffff;
        font-size: 12px;
        padding: 0 20px;
        line-height: 24px;
    }
}

#line {
    position: fixed;
    height: 3px;
    background: #0099ff;
    z-index: 1000;
}

@media (min-width: 900px) {
    .header {
        position: fixed;
        top:0;
        height: 70px;
        color: #ccc;
        z-index: 999;
        width: 100%;
        max-width: 1920px;
    }

    .header > .logo {
        position: absolute;
        top: 10px;
        left: 150px;
        width: 125px;
        height: 50px;
        text-indent: -99999px;
    }

    .header > .logo > a > img {
        display: block;
        width: 125px;
        height: 50px;
        position: absolute;
        left: 0;
        top: 0;
    }

    .header .menu {
        display: block !important;
        padding-top: 16px;
        text-align: center;
        -webkit-transition: all .2s ease-in-out 0s;
        -moz-transition: all .2s ease-in-out 0s;
        -o-transition: all .2s ease-in-out 0s;
        transition: all .2s ease-in-out 0s;
    }

    .header .menu .line {
        position: absolute;
        top: 0;
        height: 3px;
        background-color: #0099ff;
        z-index: 999;
    }

    .list-inline {
        padding-left: 0;
        margin-left: -5px;
        list-style: none;
    }

    .list-inline > li {
        display: inline-block;
        padding-right: 5px;
        padding-left: 5px;
    }

    .header .menu ul li {
        margin: 12px 12px 0;
        font-size: 20px;
    }

    .header .menu ul li a {
        color: #fff;
        letter-spacing: 2px;
        cursor: pointer;
    }

    #down-app{position: relative;}
    #down-app .app-ewm{
        position: absolute;top:42px;left:200px;width: 120px;height: 290px;padding: 10px;
        background: rgba(0, 0, 0, 0.8);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c8000000, endColorstr=#c8000000);
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        font-size: 12px;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        -webkit-transform: scale(0,0);
        -moz-transform: scale(0,0);
        -ms-transform: scale(0,0);
        -o-transform: scale(0,0);
        transform: scale(0,0);
    }
    #down-app .app-ewm.show{-webkit-transform: scale(0,0);
        -moz-transform: scale(1,1);
        -ms-transform: scale(1,1);
        -o-transform: scale(1,1);
        transform: scale(1,1);
        left:0;
    }
    #down-app .app-ewm img{width: 120px;height: auto;}
    .header .hot-line {
        position: absolute;
        width: 227px;
        height: 40px;
        line-height: 40px;
        display: block;
        top: 15px;
        -webkit-transition: all .5s ease-in-out 0s;
        -moz-transition: all .5s ease-in-out 0s;
        transition: all .5s ease-in-out 0s;
        -o-transition: all .5s ease-in-out 0s;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform-origin: center center -20px;
        -moz-transform-origin: center center -20px;
        -ms-transform-origin: center center -20px;
        -o-transform-origin: center center -20px;
        transform-origin: center center -20px;
    }

    .header .hot-line a {
        display: block;
        position: absolute;
        width: 177px;
        padding-left: 50px;
        height: 40px;
        line-height: 40px;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .header .hot-line a:nth-child(1) {
        top: 0;
        right: 0;
        background: url(../icon-phone.png) no-repeat left center;
        background-size: 40px 40px;
    }

    .header .hot-line a:nth-child(2) {
        top: -40px;
        right: 0;
        background: url(../icon-phone-white.png) no-repeat left center;
        background-size: 40px 40px;
        -webkit-transform-origin: bottom;
        -moz-transform-origin: bottom;
        -ms-transform-origin: bottom;
        -o-transform-origin: bottom;
        transform-origin: bottom;
        -webkit-transform: rotateX(90deg);
        -moz-transform: rotateX(90deg);
        -ms-transform: rotateX(90deg);
        -o-transform: rotateX(90deg);
        transform: rotateX(90deg);
    }

    .header .hot-line a:nth-child(3) {
        top: 40px;
        right: 0;
        background: url(../icon-phone-white.png) no-repeat left center;
        background-size: 40px 40px;
        -webkit-transform-origin: top;
        -moz-transform-origin: top;
        -ms-transform-origin: top;
        -o-transform-origin: top;
        transform-origin: top;
        -webkit-transform: rotateX(-90deg);
        -moz-transform: rotateX(-90deg);
        -ms-transform: rotateX(-90deg);
        -o-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
    }

    .header .hot-line a:nth-child(4) {
        background: url(../icon-phone.png) no-repeat left center;
        background-size: 40px 40px;
        top: 0;
        right: 0;
        -webkit-transform: translateZ(-40px) rotateX(180deg);
        -moz-transform: translateZ(-40px) rotateX(180deg);
        -ms-transform: translateZ(-40px) rotateX(180deg);
        -o-transform: translateZ(-40px) rotateX(180deg);
        transform: translateZ(-40px) rotateX(180deg);
    }

    .header .hot-line a span {
        color: #ffffff;
        font-weight: bold;
        font-size: 20px;
        letter-spacing: 1px;
        -webkit-transition: all .2s ease-in-out 0s;
        -moz-transition: all .2s ease-in-out 0s;
        transition: all .2s ease-in-out 0s;
        -o-transition: all .2s ease-in-out 0s;
    }

    .header .hot-line a:nth-child(1) span {
        color: #0099ff;
    }

    .header .hot-line a:nth-child(2) span {
        color: #ffffff;
    }

    .header .hot-line a:nth-child(3) span {
        color: #ffffff;
    }

    .header .hot-line a:nth-child(4) span {
        color: #0099ff;
    }

    .fixed .bg {
        width: 100%;
        height: 70px;
    }
}

@media (min-width: 1200px) {
    .header > .logo {
        left: 150px;
    }

    .header .hot-line {
        right: 120px;
    }
}

@media (min-width: 900px) and (max-width: 1199px) {
    .header > .logo {
        left: 85px;
    }

    .header .hot-line {
        right: 30px;
    }
}

@media (min-width: 1000px) {
    .header .menu ul li {
        margin: 12px 6px 0;
        font-size: 20px;
    }
}

@media (min-width: 900px) and (max-width: 999px) {
    .header .menu ul li {
        margin: 12px 8px 0;
        font-size: 18px;
    }
    #down-app{position: relative;display: none;}
}

@media (max-width: 899px) {
    .m-header {
        position: fixed;
        top:0;
        width: 100%;
        height: 50px;
        z-index: 9999;
    }

    .m-header .logo {
        width: 120px;
        position: absolute;
        text-indent: 999px;
        font-size: 0;
        padding-left: 999px;
    }

    .m-header .logo img {
        width: 120px;
        height: 49px;
        position: absolute;
        left: 0;
        top: 0;
    }

    .m-header .menu {
        width: 60px;
        position: absolute;
        right: 0;
        top: 46px;
        color: #ffffff;
        text-align: center;
        font-size: 14px;
    }

    .m-header .menu > .list-inline {
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        position: absolute;
        width: 60px;
        top: 0;
        right: -70px;
        background: #333;
    }

    .m-header .menu > .list-inline {
        padding: 5px 0;
        width: 70px;
    }

    .m-header .menu > .list-inline.show {
        right: 0;
    }

    .m-header .menu > .list-inline > li > a {
        display: block;
        color: #ffffff;
        width: 80px;
        height: 16px;
        line-height: 16px;
        padding: 10px 0;
        text-align: center;
    }
    #down-app{position: relative;display: none;}
    #down-app .app-ewm{
        position: absolute;top:0;left:-180px;width: 120px;height: 300px;padding: 10px;
        background: rgba(0, 0, 0, 0.8);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c8000000, endColorstr=#c8000000);
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        font-size: 12px;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        -webkit-transform: scale(0,0);
        -moz-transform: scale(0,0);
        -ms-transform: scale(0,0);
        -o-transform: scale(0,0);
        transform: scale(0,0);
    }
    #down-app .app-ewm.show{-webkit-transform: scale(0,0);
        -moz-transform: scale(1,1);
        -ms-transform: scale(1,1);
        -o-transform: scale(1,1);
        transform: scale(1,1);
        left:0;
    }
    #down-app .app-ewm img{width: 120px;height: auto;}

    .m-header .menu > .menu-btn {
        width: 25px;
        height: 25px;
        background: url(../icon-menu.png);
        background-size: cover;
        position: absolute;
        right: 25px;
        top: -26px;
    }

    .m-header .hot-line {
        display: none;
    }

    .m-header .icon-phone {
        width: 25px;
        height: 25px;
        position: absolute;
        background: url(../icon-phone.png);
        background-size: cover;
        top: 20px;
        right: 60px;
    }

    .m-header .icon-phone a {
        display: block;
        width: 25px;
        height: 25px;
    }
}

#page-tabs {
    position: fixed;
    right: 0;
    z-index: 999;
    width: 50px;
    height: 260px;
}

#page-tabs > ul.icons {
    width: 50px;
    height: 200px;
    border: 1px solid #555;
    border-right: none;
    background: #222;
    -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
    -webkit-transition: all .3s cubic-bezier(0.46, 0.04, 0.19, 1.04);
    -moz-transition: all .3s cubic-bezier(0.46, 0.04, 0.19, 1.04);
    -o-transition: all .3s cubic-bezier(0.46, 0.04, 0.19, 1.04);
    transition: all .3s cubic-bezier(0.46, 0.04, 0.19, 1.04);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

#page-tabs > ul.icons.hide {
    left: 50px;
}

#page-tabs > ul > li {
    position: absolute;
    left: 0;
    width: 50px;
    height: 50px;
    z-index: 99;
}

#page-tabs > ul > li i.icon {
    display: block;
    background: url(../icon-sprite.png);
    cursor: pointer;
    opacity: 1;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#page-tabs > ul > li.page-up {
    top: 0;
    z-index: 2;
}

#page-tabs > ul > li.tel {
    top: 50px;
    z-index: 1;
}

#page-tabs > ul > li.wechat {
    top: 100px;
}

#page-tabs > ul > li.page-down {
    top: 150px;
}

#page-tabs > ul > li i.icon1 {
    width: 32px;
    height: 16px;
    margin-top: 17px;
    margin-left: 9px;
    background-position: -151px -42px;
}

#page-tabs > ul > li i.icon2 {
    width: 28px;
    height: 26px;
    margin-top: 12px;
    margin-left: 11px;
    background-position: -200px -99px;
}

#page-tabs > ul > li i.icon3 {
    width: 28px;
    height: 22px;
    margin-top: 14px;
    margin-left: 11px;
    background-position: -200px -54px;
}

#page-tabs > ul > li i.icon4 {
    width: 32px;
    height: 16px;
    margin-top: 17px;
    margin-left: 9px;
    background-position: -151px -104px;
}

#page-tabs > ul > li i:hover {
    opacity: 0.5;
}

#page-tabs .page-close {
    position: absolute;
    top: 210px;
    height: 50px;
    width: 50px;
    left: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

#page-tabs .page-close i.icon5 {
    display: block;
    width: 32px;
    height: 32px;
    background: url(../icon-sprite.png) -59px -36px;
    margin: 9px 0 0 11px;
}

#page-tabs .page-close.rotate {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#page-tabs > ul > li.tel > p {
    position: absolute;
    top: 0;
    right: -140px;
    width: 120px;
    height: 60px;
    background: #222;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    color: #ffffff;
    font-size: 15px;
    line-height: 25px;
    padding: 6px 0 0 20px;
    -moz-border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#page-tabs > ul > li.tel.active > p {
    right: 50px;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=1);
}

#page-tabs > ul > li.tel > p > a {
    color: #ffffff;
}

#page-tabs > ul > li.wechat > .img-box {
    position: absolute;
    top: -70px;
    right: -145px;
    width: 115px;
    height: 115px;
    background: #222;
    padding: 20px;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#page-tabs > ul > li.wechat > .img-box > img {
    display: block;
    width: 115px;
    height: 115px;
}

#page-tabs > ul > li.wechat.active > .img-box {
    right: 50px;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=1);
}

@media screen and (max-width: 767px) {
    #page-tabs > ul.icons {
        left: 50px;
    }

    #page-tabs .page-close {
        position: absolute;
        top: 210px;
        height: 50px;
        width: 50px;
        left: 0;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #page-tabs > ul.icons.show {
        left: 0;
    }

    #page-tabs .page-close.rotate {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@media (min-width: 769px) {
    #advantage {
        width: 100%;
        background: url(../advantage-bg.jpg) no-repeat center;
        background-size: cover;
    }

    #advantage > .main-content-box > .text > .text-tit, #advantage > .main-content-box > .text > .intro-text {
        color: #ffffff;
    }

    #advantage .advan-blocks {
        overflow: hidden;
        margin-top: 20px;
        position: relative;
        width: 100%;
        padding-bottom: 28.3333%;
    }

    #advantage .advan-blocks > .top-block {
        position: absolute;
        width: 100%;
        padding-bottom: 20%;
        top: 0;
        left: 0;
    }

    #advantage .advan-blocks > .bottom-block {
        position: absolute;
        width: 100%;
        padding-bottom: 20%;
        top: 33%;
        left: 10%;
    }

    .block-container {
        width: 20%;
        overflow: hidden;
        text-align: center;
        padding-bottom: 20%;
        float: left;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .block-container .block {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 5px;
        width: 64%;
        padding-bottom: 64%;
        position: absolute;
        top: 18%;
        left: 18%;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .main-content-box > .advan-blocks .bl-6 {
        background: #666666;
    }

    .main-content-box > .advan-blocks > .top-block .bl-6 + p {
        color: #ffffff;
        font-size: 24px;
        top: 45%;
        font-weight: bold;
    }

    .main-content-box > .advan-blocks .bl-f {
        background: #ffffff;
    }

    .main-content-box > .advan-blocks > .top-block .bl-f + p {
        color: #333333;
        font-size: 18px;
        top: 35%;
        font-weight: bold;
        line-height: 30px;
    }

    .main-content-box > .advan-blocks .bl-c {
        background: #cccccc;
        color: #666666;
    }

    .main-content-box > .advan-blocks > .top-block .bl-c + p {
        color: #333333;
        font-size: 18px;
        top: 35%;
        font-weight: bold;
        line-height: 30px;
    }

    .main-content-box > .advan-blocks > .bottom-block .to-share-logo {
        display: block;
        width: 64%;
        padding-bottom: 64%;
        position: absolute;
        top: 18%;
        left: 18%;
        background: url(../to-share-logo.png) no-repeat center center;
    }

    .block-container p {
        position: absolute;
        width: 100%;
        text-align: center;
    }

    .bottom-block > .block-container > p {
        color: #333333;
        font-size: 24px;
        top: 45%;
    }

    .block-container {
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

    .block-container:hover {
        margin-top: -8px;
    }

    .block-container .block {
        transition: all .75s;
    }

    .block-container:hover .block {
        -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.7);
        -moz-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.7);
        box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.7);
    }

    .small-block-box {
        display: none;
    }
}

@media (min-width: 1050px) and (max-width: 1199px) {
    #advantage > .main-content-box {
        text-align: center;
    }

    .main-content-box > .advan-blocks > .top-block .bl-f + p {
        font-size: 16px;
        top: 33%;
    }

    .main-content-box > .advan-blocks > .top-block .bl-c + p {
        font-size: 16px;
        top: 33%;
    }
}

@media (min-width: 901px) and (max-width: 1050px) {
    #advantage > .main-content-box {
        text-align: center;
    }

    .main-content-box > .advan-blocks > .top-block .bl-f + p {
        font-size: 14px;
        top: 28%;
    }

    .main-content-box > .advan-blocks > .top-block .bl-c + p {
        font-size: 14px;
        top: 28%;
    }
}

@media (min-width: 769px) and (max-width: 900px) {
    #advantage > .main-content-box {
        text-align: center;
    }

    .main-content-box > .advan-blocks > .top-block .bl-f + p {
        font-size: 12px;
        top: 25%;
    }

    .main-content-box > .advan-blocks > .top-block .bl-c + p {
        font-size: 12px;
        top: 25%;
    }
}

@media (max-width: 768px) {
    #advantage {
        background: #ffffff url(../advantage-bg.jpg) no-repeat center;
        background-size: cover;
    }

    #advantage > .main-content-box > .text > .text-tit, #advantage > .main-content-box > .text > .intro-text {
        color: #ffffff;
    }

    #advantage .advan-pic {
        display: none;
    }

    #advantage > .main-content-box {
        text-align: center;
    }

    #advantage > .main-content-box .text .text-tit {
        font-size: 16px;
        height: 16px;
        line-height: 16px;
        margin-bottom: 10px;
    }

    #advantage > .main-content-box .text .en-tit {
        font-size: 16px;
        height: 16px;
        line-height: 16px;
        color: #0099ff;
        margin-bottom: 5px;
        font-weight: bold;
    }

    #advantage > .main-content-box .text .intro-text {
        text-align: left;
        padding: 0 20px 20px;
        text-indent: 2em;
        line-height: 16px;
    }

    .advan-blocks {
        display: none;
    }

    .small-block-box {
        width: 100%;
        padding-left: 5%;
        position: relative;
    }

    .small-block-box ul li {
        width: 30%;
        float: left;
        padding-bottom: 30%;
        position: relative;
        overflow: hidden;
        display: flex;
        align-content: center;
        justify-content: center;
    }

    .small-block-box ul li .block {
        width: 70.72135%;
        padding-bottom: 70.72135%;
        position: absolute;
        top: 14.63932%;
        left: 14.63932%;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
        -ms-transform-origin: center;
        -o-transform-origin: center;
        transform-origin: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .small-block-box ul li .block > p {
        -webkit-transform: rotate(45deg);;
        -moz-transform: rotate(45deg);;
        -ms-transform: rotate(45deg);;
        -o-transform: rotate(45deg);;
        transform: rotate(45deg);;
        position: absolute;
        width: 100%;
        text-align: center;
        font-size: 12px;
        line-height: 18px;
        top: 50%;
        margin-top: -25px;
        font-weight: bold;
    }

    .small-block-box ul li .bl-3 > p {
        margin-top: -9px;
        font-size: 16px;
        font-weight: bold;
    }

    .small-block-box p.block-text {
        position: absolute;
        width: 70%;
        top: 67%;
        text-align: center;
        font-size: 14px;
    }

    .bl-c {
        background: #cccccc;
        color: #333333;
    }

    .bl-3 {
        background: #333333;
        color: #ffffff;
    }

    .bl-f {
        background: #ffffff;
        border: 1px solid #cccccc;
    }
}

@media (min-width: 500px) and (max-width: 768px) {
    .small-block-box ul li .block > p {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (min-width: 1200px ) {
    #business {
        width: 100%;
        background: url(../business-bg.jpg) no-repeat center bottom;
        position: relative;
    }

    #business > .main-content-box > .business-item {
        margin-top: 50px;
    }

    #business .text > .text-tit, #business .text > .intro-text {
        color: #333333;
    }

    #business > .main-content-box > .business-item > .col {
        overflow: hidden;
        float: left;
        background: rgba(0, 0, 0, 0.6);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
        width: 21.66666%;
        margin-right: 4.4%;
        padding-bottom: 24.333333%;
        position: relative;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        transform-style: preserve-3d;
        perspective: 800px;
        perspective-origin: center center;
        -webkit-perspective-origin: center center;
    }

    #business > .main-content-box > .business-item > .col:nth-last-child(1) {
        margin-right: 0;
    }

    #business > .main-content-box > .business-item > .col > img {
        display: block;
        width: 100%;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
    }

    #business > .main-content-box > .business-item > .col > .hide-top {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 175px;
        background: #d5d5d5;
        z-index: 9;
        -webkit-transition: all .5s ease-in;
        -moz-transition: all .5s ease-in;
        -ms-transition: all .5s ease-in;
        -o-transition: all .5s ease-in;
        transition: all .5s ease-in;
        -webkit-transform: rotateX(-180deg);
        -moz-transform: rotateX(-180deg);
        -ms-transform: rotateX(-180deg);
        -o-transform: rotateX(-180deg);
        transform: rotateX(-180deg);
        -webkit-transform-origin: center top 0;
        -moz-transform-origin: center top 0;
        -ms-transform-origin: center top 0;
        -o-transform-origin: center top 0;
        transform-origin: center top 0;
    }

    #business > .main-content-box > .business-item > .col > .hide-top > img {
        display: block;
        margin-top: 35px;
    }

    #business > .main-content-box > .business-item > .col > .hide-top > p {
        height: 66px;
        line-height: 66px;
        font-size: 24px;
        color: #d10c0c;
        text-align: center;
    }

    #business > .main-content-box > .business-item > .col > .hide-bottom {
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        height: 130px;
        z-index: 10;
        width: 100%;
        background: url(../business-bottom.png) no-repeat center top;
        -webkit-transition: all .5s ease-in;
        -moz-transition: all .5s ease-in;
        -ms-transition: all .5s ease-in;
        -o-transition: all .5s ease-in;
        transition: all .5s ease-in;
        background-size: cover;
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -o-transform: rotateX(180deg);
        transform: rotateX(180deg);
        -webkit-transform-origin: center bottom 0;
        -moz-transform-origin: center bottom 0;
        -ms-transform-origin: center bottom 0;
        -o-transform-origin: center bottom 0;
        transform-origin: center bottom 0;
    }

    #business > .main-content-box > .business-item > .col > .hide-bottom > p {
        font-size: 18px;
        color: #ffffff;
        padding: 30px 20px 0;
        line-height: 30px;
    }
}

@media (min-width: 501px) and (max-width: 1199px) {
    #business {
        background: url(../business-bg.jpg) no-repeat center bottom;
        text-align: center;
    }

    #business .text > .text-tit, #business .text > .intro-text {
        color: #333333;
    }

    #business > .main-content-box {
        width: 100%;
    }

    #business > .main-content-box > .business-item {
        width: 100%;
    }

    #business > .main-content-box > .business-item > .col {
        width: 23%;
        margin-right: 2%;
        float: left;
        padding-bottom: 25.852713%;
        position: relative;
        background: rgba(0, 0, 0, 0.6);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
        overflow: hidden;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

    #business > .main-content-box > .business-item > .col:nth-child(1) {
        margin-left: 1%;
    }

    #business > .main-content-box > .business-item > .col:nth-last-child(1) {
        margin-right: 0;
    }

    #business > .main-content-box > .business-item > .col > img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
    }

    #business > .main-content-box > .business-item > .col > .hide-top {
        position: absolute;
        right: 0;
        top: -65%;
        width: 100%;
        background: #d5d5d5;
        z-index: 9;
        padding-bottom: 65%;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    #business > .main-content-box > .business-item > .col > .hide-top > img {
        display: block;
        width: 100%;
        height: auto;
        position: absolute;
    }

    #business > .main-content-box > .business-item > .col > .hide-top > p {
        width: 100%;
        color: #0076d5;
        text-align: center;
        position: absolute;
        bottom: 15%;
    }

    #business > .main-content-box > .business-item > .col > .hide-bottom {
        display: block;
        position: absolute;
        right: 0;
        bottom: -54.82758%;
        z-index: 10;
        width: 100%;
        padding-bottom: 54.82758%;
        background: #0076d5 url(../business-bottom.png) no-repeat center top;
        -webkit-transition: all .2s ease-in-out .2s;
        -moz-transition: all .2s ease-in-out .2s;
        -ms-transition: all .2s ease-in-out .2s;
        -o-transition: all .2s ease-in-out .2s;
        transition: all .2s ease-in-out .2s;
        background-size: cover;
    }
}

@media (min-width: 1000px) and (max-width: 1199px) {
    #business > .main-content-box > .business-item > .col > .hide-top > img {
        margin-top: 12%;
    }

    #business > .main-content-box > .business-item > .col > .hide-top > p {
        font-size: 18px;
    }

    #business > .main-content-box > .business-item > .col > .hide-bottom > p {
        position: absolute;
        font-size: 18px;
        color: #ffffff;
        padding: 40px 10px 0;
        line-height: 24px;
        text-align: left;
    }
}

@media (min-width: 769px) and (max-width: 999px) {
    #business > .main-content-box > .business-item > .col > .hide-top > img {
        margin-top: 8%;
    }

    #business > .main-content-box > .business-item > .col > .hide-top > p {
        font-size: 16px;
    }

    #business > .main-content-box > .business-item > .col > .hide-bottom > p {
        position: absolute;
        font-size: 16px;
        color: #ffffff;
        padding: 25px 10px 0;
        line-height: 24px;
        text-align: left;
    }
}

@media (min-width: 500px) and (max-width: 768px) {
    #business > .main-content-box > .business-item > .col > .hide-top > img {
        margin-top: 5%;
    }

    #business > .main-content-box > .business-item > .col > .hide-top > p {
        font-size: 14px;
    }

    #business > .main-content-box > .business-item > .col > .hide-bottom > p {
        position: absolute;
        font-size: 12px;
        color: #ffffff;
        padding: 15px 5px 0;
        line-height: 16px;
        text-align: left;
    }
}

@media (max-width: 500px) {
    #business {
        background: url(../business-bg.jpg) no-repeat center bottom;
        text-align: center;
    }

    #business .text > .text-tit, #business .text > .intro-text {
        color: #333333;
    }

    #business > .main-content-box {
        width: 100%;
    }

    #business > .main-content-box > .business-item {
        width: 100%;
    }

    #business > .main-content-box > .business-item > .col {
        width: 34%;
        float: left;
        padding-bottom: 34%;
        position: relative;
        background: rgba(0, 0, 0, 0.6);
        overflow: hidden;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

    #business > .main-content-box > .business-item > .col:nth-child(2n+1) {
        margin-left: 14%;
        margin-right: 2%;
    }

    #business > .main-content-box > .business-item > .col:nth-child(3) {
        margin-top: 2%;
    }

    #business > .main-content-box > .business-item > .col:nth-last-child(1) {
        margin-top: 2%;
    }

    #business > .main-content-box > .business-item > .col > img {
        position: absolute;
        top: 0;
        left: 10%;
        width: 80%;
        height: auto;
        display: block;
    }

    #business > .main-content-box > .business-item > .col > .hide-top {
        position: absolute;
        right: 0;
        left: 0;
        top: -60%;
        width: 100%;
        background: #d5d5d5;
        z-index: 9;
        padding-bottom: 60%;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    #business > .main-content-box > .business-item > .col > .hide-top > img {
        display: block;
        margin-top: 5%;
        width: 100%;
        height: auto;
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
    }

    #business > .main-content-box > .business-item > .col > .hide-top > p {
        width: 100%;
        font-size: 14px;
        color: #0076d5;
        text-align: center;
        position: absolute;
        bottom: 15%;
        right: 0;
        left: 0;
    }

    #business > .main-content-box > .business-item > .col > .hide-bottom {
        display: block;
        position: absolute;
        right: 0;
        left: 0;
        bottom: -50%;
        z-index: 10;
        width: 100%;
        padding-bottom: 50%;
        background: #0076d5 url(../business-bottom.png) no-repeat center top;
        -webkit-transition: all .2s ease-in-out .2s;
        -moz-transition: all .2s ease-in-out .2s;
        -ms-transition: all .2s ease-in-out .2s;
        -o-transition: all .2s ease-in-out .2s;
        transition: all .2s ease-in-out .2s;
        background-size: cover;
    }

    #business > .main-content-box > .business-item > .col > .hide-bottom > p {
        position: absolute;
        right: 0;
        left: 0;
        font-size: 12px;
        color: #ffffff;
        text-align: left;
    }
}

@media (min-width: 401px) and (max-width: 500px) {
    #business > .main-content-box > .business-item > .col > .hide-top > img {
        margin-top: 10%;
    }

    #business > .main-content-box > .business-item > .col > .hide-top > p {
        font-size: 14px;
    }

    #business > .main-content-box > .business-item > .col > .hide-bottom > p {
        padding: 20px 5px 0;
        line-height: 18px;
    }
}

@media screen and (max-width: 400px) {
    #business > .main-content-box > .business-item > .col > .hide-top > p {
        font-size: 12px;
    }

    #business > .main-content-box > .business-item > .col > .hide-bottom > p {
        padding: 10px 5px 0;
        line-height: 14px;
    }
}

#customer {
    width: 100%;
    background: url(../customer-bg.jpg) center center;
    background-size: cover;
}

@media (min-width: 1200px) {
    #customer > .main-content-box > .moble-customer-list {
        display: none;
    }

    .customer-list {
        width: 1200px;
        margin-top: 20px;
        background: rgba(255, 255, 255, 0.4);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66ffffff, endColorstr=#66ffffff);
    }

    .customer-list .cus-box {
        position: relative;
    }

    .customer-list .cus-box li {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 300px;
        height: 140px;
        border-right: 1px dashed #cccccc;
        border-bottom: 1px dashed #cccccc;;
        float: left;
        background-image: url(../sprite-customer.png);
        position: relative;
        z-index: 2;
        -webkit-transition: all .6s ease-in-out;
        -moz-transition: all .6s ease-in-out;
        -o-transition: all .6s ease-in-out;
        transition: all .6s ease-in-out;
    }

    .customer-list .cus-box .move-block {
        position: absolute;
        background-image: none;
        border-bottom: none;
        background-color: #dddddd;
        z-index: 2;
        -webkit-transition: all .3s cubic-bezier(0.52, 0.44, 0, 0.85) 0s;
        -moz-transition: all .3s cubic-bezier(0.52, 0.44, 0, 0.85) 0s;
        -o-transition: all .3s cubic-bezier(0.52, 0.44, 0, 0.85) 0s;
        transition: all .3s cubic-bezier(0.52, 0.44, 0, 0.85) 0s;
        display: none;
    }

    .customer-list .cus-box li:nth-child(4n+1) {
        border-right: none;
    }

    .customer-list .cus-box li:nth-last-child(-n+4) {
        border-bottom: none;
    }

    .customer-list .cus-box li.cus1 {
        background-position: 43px 43px;
    }

    .customer-list .cus-box li.cus1:hover {
        background-position: 43px -97px;
    }

    .customer-list .cus-box li.cus2 {
        background-position: -259px 50px;
    }

    .customer-list .cus-box li.cus2:hover {
        background-position: -259px -90px;
    }

    .customer-list .cus-box li.cus3 {
        background-position: -552px 42px;
    }

    .customer-list .cus-box li.cus3:hover {
        background-position: -552px -98px;
    }

    .customer-list .cus-box li.cus4 {
        background-position: -858px 38px;
    }

    .customer-list .cus-box li.cus4:hover {
        background-position: -858px -102px;
    }

    .customer-list .cus-box li.cus5 {
        background-position: -1119px 18px;
    }

    .customer-list .cus-box li.cus5:hover {
        background-position: -1119px -132px;
    }

    .customer-list .cus-box li.cus6 {
        background-position: -1453px 43px;
    }

    .customer-list .cus-box li.cus6:hover {
        background-position: -1453px -97px;
    }

    .customer-list .cus-box li.cus7 {
        background-position: -1710px 18px;
    }

    .customer-list .cus-box li.cus7:hover {
        background-position: -1710px -122px;
    }

    .customer-list .cus-box li.cus8 {
        background-position: -1996px 17px;
    }

    .customer-list .cus-box li.cus8:hover {
        background-position: -1996px -123px;
    }

    .customer-list .cus-box li.cus9 {
        background-position: -2353px 42px;
    }

    .customer-list .cus-box li.cus9:hover {
        background-position: -2353px -108px;
    }

    .customer-list .cus-box li.cus10 {
        background-position: -2656px 28px;
    }

    .customer-list .cus-box li.cus10:hover {
        background-position: -2656px -112px;
    }

    .customer-list .cus-box li.cus11 {
        background-position: -2906px 16px;
    }

    .customer-list .cus-box li.cus11:hover {
        background-position: -2906px -124px;
    }

    .customer-list .cus-box li.cus12 {
        background-position: -3201px 19px;
    }

    .customer-list .cus-box li.cus12:hover {
        background-position: -3201px -121px;
    }
}

@media (min-width: 800px) and (max-width: 1199px) {
    #customer > .main-content-box {
        width: 100%;
        text-align: center;
    }

    #customer .text > .text-tit {
        color: #333333;
    }

    #customer .text > .en-tit {
        color: #0066cc;
    }

    #customer .text > .intro-text {
        color: #333333;
    }

    #customer > .main-content-box > .moble-customer-list {
        display: none;
    }

    .customer-list .cus-box .move-block {
        display: none !important;
        position: absolute;
        width: 0;
        height: 0;
        border-bottom: none;
    }

    .customer-list .cus-box li {
        width: 25%;
        padding-bottom: 14%;
        border-right: 1px dashed #cccccc;
        border-bottom: 1px dashed #cccccc;
        float: left;
        z-index: 2;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .customer-list .cus-box li:nth-child(4n+1) {
        border-right: none;
    }

    .customer-list .cus-box li:nth-last-child(-n+4) {
        border-bottom: none;
    }

    .customer-list .cus-box li.cus1 {
        background: url(../cus1.png) no-repeat center;
        background-size: cover;
    }

    .customer-list .cus-box li.cus2 {
        background: url(../cus2.png) no-repeat center;
        background-size: cover;
    }

    .customer-list .cus-box li.cus3 {
        background: url(../cus3.png) no-repeat center;
        background-size: cover;
    }

    .customer-list .cus-box li.cus4 {
        background: url(../cus4.png) no-repeat center;
        background-size: cover;
    }

    .customer-list .cus-box li.cus5 {
        background: url(../cus5.png) no-repeat center;
        background-size: cover;
    }

    .customer-list .cus-box li.cus6 {
        background: url(../cus6.png) no-repeat center;
        background-size: cover;
    }

    .customer-list .cus-box li.cus7 {
        background: url(../cus7.png) no-repeat center;
        background-size: cover;
    }

    .customer-list .cus-box li.cus8 {
        background: url(../cus8.png) no-repeat center;
        background-size: cover;
    }

    .customer-list .cus-box li.cus9 {
        background: url(../cus9.png) no-repeat center;
        background-size: cover;
    }

    .customer-list .cus-box li.cus10 {
        background: url(../cus10.png) no-repeat center;
        background-size: cover;
    }

    .customer-list .cus-box li.cus11 {
        background: url(../cus11.png) no-repeat center;
        background-size: cover;
    }

    .customer-list .cus-box li.cus12 {
        background: url(../cus12.png) no-repeat center;
        background-size: cover;
    }
}

@media (min-width: 500px) and (max-width: 799px) {
    #customer > .main-content-box {
        width: 100%;
        text-align: center;
    }

    #customer .text > .text-tit {
        color: #333333;
    }

    #customer .text > .en-tit {
        color: #0066cc;
    }

    #customer .text > .intro-text {
        color: #333333;
    }

    #customer > .main-content-box > .moble-customer-list {
        display: none;
    }

    .customer-list .cus-box .move-block {
        display: none !important;
        position: absolute;
        width: 0;
        height: 0;
    }

    .customer-list .cus-box li {
        width: 33.3333333%;
        padding-bottom: 18.666666%;
        border-right: 1px dashed #cccccc;
        border-bottom: 1px dashed #cccccc;
        float: left;
        z-index: 2;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .customer-list .cus-box li:nth-child(3n+1) {
        border-right: none;
    }

    .customer-list .cus-box li:nth-last-child(-n+3) {
        border-bottom: none;
    }

    .customer-list .cus-box li.cus1 {
        background: url(../cus1.png) no-repeat center;
        background-size: cover;
    }

    .customer-list .cus-box li.cus2 {
        background: url(../cus2.png) no-repeat center;
        background-size: cover;
    }

    .customer-list .cus-box li.cus3 {
        background: url(../cus3.png) no-repeat center;
        background-size: cover;
    }

    .customer-list .cus-box li.cus4 {
        background: url(../cus4.png) no-repeat center;
        background-size: cover;
    }

    .customer-list .cus-box li.cus5 {
        background: url(../cus5.png) no-repeat center;
        background-size: cover;
    }

    .customer-list .cus-box li.cus6 {
        background: url(../cus6.png) no-repeat center;
        background-size: cover;
    }

    .customer-list .cus-box li.cus7 {
        background: url(../cus7.png) no-repeat center;
        background-size: cover;
    }

    .customer-list .cus-box li.cus8 {
        background: url(../cus8.png) no-repeat center;
        background-size: cover;
    }

    .customer-list .cus-box li.cus9 {
        background: url(../cus9.png) no-repeat center;
        background-size: cover;
    }

    .customer-list .cus-box li.cus10 {
        background: url(../cus10.png) no-repeat center;
        background-size: cover;
    }

    .customer-list .cus-box li.cus11 {
        background: url(../cus11.png) no-repeat center;
        background-size: cover;
    }

    .customer-list .cus-box li.cus12 {
        background: url(../cus12.png) no-repeat center;
        background-size: cover;
    }
}

@media (max-width: 499px) {
    #customer > .main-content-box {
        width: 100%;
        text-align: center;
    }

    #customer .text > .text-tit {
        color: #333333;
    }

    #customer .text > .en-tit {
        color: #0066cc;
    }

    #customer .text > .intro-text {
        color: #333333;
    }

    #customer > .main-content-box > .moble-customer-list {
        display: none;
    }

    .customer-list .cus-box .move-block {
        display: none !important;
        position: absolute;
        width: 0;
        height: 0;
    }

    .customer-list .cus-box li {
        width: 33.333333%;
        padding-bottom: 18.666666%;
        border-right: 1px dashed #cccccc;
        border-bottom: 1px dashed #cccccc;
        float: left;
        z-index: 2;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .customer-list .cus-box li:nth-child(3n+1) {
        border-right: none;
    }

    .customer-list .cus-box li:nth-last-child(-n+3) {
        border-bottom: none;
    }

    .customer-list .cus-box li.cus1 {
        background: url(../cus1.png) no-repeat center;
        background-size: cover;
    }

    .customer-list .cus-box li.cus2 {
        background: url(../cus2.png) no-repeat center;
        background-size: cover;
    }

    .customer-list .cus-box li.cus3 {
        background: url(../cus3.png) no-repeat center;
        background-size: cover;
    }

    .customer-list .cus-box li.cus4 {
        background: url(../cus4.png) no-repeat center;
        background-size: cover;
    }

    .customer-list .cus-box li.cus5 {
        background: url(../cus5.png) no-repeat center;
        background-size: cover;
    }

    .customer-list .cus-box li.cus6 {
        background: url(../cus6.png) no-repeat center;
        background-size: cover;
    }

    .customer-list .cus-box li.cus7 {
        background: url(../cus7.png) no-repeat center;
        background-size: cover;
    }

    .customer-list .cus-box li.cus8 {
        background: url(../cus8.png) no-repeat center;
        background-size: cover;
    }

    .customer-list .cus-box li.cus9 {
        background: url(../cus9.png) no-repeat center;
        background-size: cover;
    }

    .customer-list .cus-box li.cus10 {
        background: url(../cus10.png) no-repeat center;
        background-size: cover;
    }

    .customer-list .cus-box li.cus11 {
        background: url(../cus11.png) no-repeat center;
        background-size: cover;
    }

    .customer-list .cus-box li.cus12 {
        background: url(../cus12.png) no-repeat center;
        background-size: cover;
    }
}

#about {
    width: 100%;
    background: url(../about-bg.jpg) center no-repeat;
    background-size: cover;
    position: relative;
}

#about > .main-content-box > .text > .text-tit, #about > .main-content-box > .text > .intro-text {
    color: #ffffff;
}

@media (min-width: 750px) {
    #about > .main-content-box > .tab-box {
        width: 100%;
        margin-top: 30px;
    }

    #about > .main-content-box > .tab-box > .tab-btns {
        width: 75px;
        height: 120px;
        position: relative;
    }

    #about > .main-content-box .content {
        width: 508px;
        height: 213px;
        background: rgba(0, 0, 0, 0.21);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000);
        color: #ffffff;
        padding: 30px 25px;
    }

    #about > .main-content-box .content h3 {
        font-weight: normal;
        font-size: 24px;
        color: #0066cc;
    }

    #about > .main-content-box > .tab-box > .tab-btns > .btn {
        background: rgba(0, 102, 204, 0.34);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#660066cc, endColorstr=#660066cc);
        cursor: pointer;
    }

    #about > .main-content-box > .tab-box > .tab-btns > .on {
        background: rgb(0, 102, 204);
    }

    #about > .main-content-box > .tab-box > .tab-btns > .btn {
        position: absolute;
        width: 75px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        color: #ffffff;
        font-size: 14px;
    }

    #about > .main-content-box > .tab-box > .tab-btns > .btn:nth-child(1) {
        top: 0;
        left: 0;
        z-index: 2;
    }

    #about > .main-content-box > .tab-box > .tab-btns > .btn:nth-child(2) {
        top: 30px;
        left: 0;
        z-index: 2;
    }

    #about > .main-content-box > .tab-box > .tab-btns .btns-bg {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 75px;
        height: 30px;
        background: rgb(0, 102, 204);
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    #about > .main-content-box .content p {
        font-size: 14px;
        color: #fff;
        line-height: 24px;
    }

    #about > .main-content-box .nth1 > .content > p {
        text-indent: 2em;
    }

    #about > .main-content-box .nth1 > .content > p:nth-of-type(1) {
        margin: 12px 0 0;
    }

    #about > .main-content-box .nth2 > .content > p:nth-of-type(1) {
        margin-top: 20px;
    }

    #about > .main-content-box .nth2 > .content > p {
        margin-bottom: 12px;
    }

    #about > .main-content-box .tab-contents {
        width: 558px;
        height: 250px;
        overflow: hidden;
    }

    #about > .main-content-box .tab-contents ul {
        height: 250px;
        position: relative;
    }

    #about > .main-content-box .tab-contents ul li {
        float: left;
    }
}

@media (min-width: 750px) and (max-width: 1199px) {
    #about > .main-content-box > .text {
        text-align: center;
    }

    #about > .main-content-box {
        padding: 0 20px;
    }
}

@media (min-width: 900px) {
    #about > .bottom-text {
        position: absolute;
        bottom: 0;
        left: 0;
        font-size: 0;
        width: 100%;
        height: 50px;
        line-height: 50px;
        background: rgba(255, 255, 255, 0.3);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4cffffff, endColorstr=#4cffffff);
        color: #ffffff;
    }

    #about > .bottom-text > span {
        display: inline-block;
        width: 20%;
        text-align: center;
        font-size: 12px;
    }
}

@media (max-width: 899px) {
    #about > .bottom-text {
        display: none;
    }
}

@media (max-width: 749px) {
    #about > .main-content-box {
        text-align: center;
        width: 100%;
        padding: 0 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #about .en-tit {
        color: #0066cc;
    }

    #about .text-tit, #about .intro-text {
        color: #ffffff;
    }

    #about .tab-box .tab-btns {
        width: 100%;
        height: 30px;
        padding: 0 30px;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #about .tab-box .tab-btns .btn {
        float: left;
        width: 48%;
        height: 30px;
        text-align: center;
        line-height: 30px;
        background: rgba(0, 102, 204, 0.34);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#660066cc, endColorstr=#660066cc);
        color: #ffffff;
        position: absolute;
        top: 0;
        z-index: 2;
        border-radius: 3px;
    }

    #about .tab-box .tab-btns .btn:nth-child(1) {
        left: 0;
    }

    #about .tab-box .tab-btns .btn:nth-child(2) {
        left: 52%;
    }

    #about .tab-box .tab-btns .btn.on {
        background: rgb(0, 102, 204);
    }

    #about .tab-box .tab-btns .btns-bg {
        width: 48%;
        height: 30px;
        position: absolute;
        top: 0;
        left: 0;
        background: rgb(0, 102, 204);
        z-index: 1;
        border-radius: 3px;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    #about > .main-content-box .content {
        background: rgba(0, 0, 0, 0.21);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000);
        width: 100%;
        color: #ffffff;
        text-align: left;
        padding: 15px;
        margin-top: 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #about > .main-content-box .content p {
        font-size: 14px;
        color: #cccccc;
        line-height: 24px;
    }

    #about > .main-content-box .nth1 > .content > p {
        text-indent: 2em;
    }

    #about > .main-content-box .nth1 > .content > p:nth-of-type(1) {
        margin-bottom: 12px;
    }

    #about > .main-content-box .nth2 > .content > p {
        position: relative;
        margin-bottom: 12px;
    }

    #about > .main-content-box .nth2 > .content > p:nth-of-type(-n+3) > span:nth-of-type(1) {
        width: 42px;
        float: left;
    }

    #about > .main-content-box .nth2 > .content > p:nth-of-type(-n+3) > span:nth-of-type(2) {
        float: left;
        padding-left: 14px;
    }

    #about > .main-content-box .nth2 > .content > p:nth-last-of-type(1) {
        margin-bottom: 0;
    }

    #about > .main-content-box .nth2 > .content > p:nth-last-of-type(1) > span:nth-of-type(1) {
        width: 56px;
        float: left;
    }

    #about > .main-content-box .nth2 > .content > p:nth-last-of-type(1) > span:nth-of-type(2) {
        float: left;
    }

    #about > .main-content-box .content p:nth-of-type(1) {
        margin-top: 15px;
    }

    #about > .main-content-box .content h3 {
        font-weight: normal;
        font-size: 20px;
        height: 20px;
        line-height: 20px;
        color: #0066cc;
    }

    #about > .main-content-box .tab-contents {
        width: 100%;
        overflow: hidden;
    }

    #about > .main-content-box .tab-contents ul {
        position: relative;
    }

    #about > .bottom-text {
        display: none;
    }
}

#contact {
    width: 100%;
    background: url(../contact-bg.jpg) center no-repeat;
    background-size: cover;
    position: relative;
}

@media (min-width: 1200px) {
    #contact > .w1200 {
        width: 1200px;
        margin: 0 auto;
    }

    #contact > .w1200 > .contact-num {
        padding-bottom: 20px;
        border-bottom: 1px dashed #cccccc;
        text-align: left;
        display: flex;
        justify-content: center;
        font-size: 14px;
        color: #666666;
    }

    #contact .ewm-code {
        float: left;
        width: 180px;
    }

    #contact .ewm-code img {
        width: 173px;
        height: 173px;
    }

    #contact .phone {
        width: 400px;
        margin: 0 40px;
        float: left;
    }

    #contact .email {
        width: 340px;
        float: left;
        padding-top: 34px;
    }

    #contact .descrip-text {
        text-align: center;
        margin-top: 20px;
    }

    #contact .descrip-text img {
        display: inline-block;
    }

    #contact p {
        line-height: 35px;
    }
    #icon-beian{background: url(../icon-beian.png) no-repeat left center;background-size: 14px 14px;padding-left: 20px; color: #666666;}
    #contact p > a {
        color: #666666;
    }

    #contact .copy-wrap {
        width: 100%;
        height: 50px;
        background: #494848;
        color: #7a8ca5;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    #contact .copy-wrap .copy {
        width: 1200px;
        height: 50px;
        line-height: 50px;
        margin: 0 auto;
    }

    #contact .copy-wrap .copy a {
        color: #ffffff;
        font-size: 14px;
    }

    #contact .copy .copy-l {
        width: 89px;
        float: left;
    }

    #contact .copy .copy-l a {
        float: left;
        width: 60px;
        font-size: 15px;
    }

    #contact .copy .copy-l i.icon-link {
        display: block;
        float: left;
        width: 14px;
        height: 14px;
        margin: 19px 3px 0;
        background: url(../icon-link.png);
        background-size: cover;
    }

    #contact .copy .copy-l .mh {
        display: block;
        float: left;
    }

    #contact .copy .copy-r {
        height: 50px;
        float: left;
    }

    #contact .copy .copy-r a {
        display: block;
        float: left;
        font-size: 14px;
        height: 16px;
        line-height: 15px;
        margin-top: 16px;
        padding: 0 15px;
        border-right: 1px solid #ffffff;
    }

    #contact .copy .copy-r a:nth-last-of-type(1) {
        border-right: none;
    }
}

@media (min-width: 850px ) and (max-width: 1199px) {
    #contact > .w1200 {
        margin: 0 auto;
    }

    #contact > .w1200 > .contact-num {
        padding-bottom: 20px;
        border-bottom: 1px dashed #cccccc;
        text-align: left;
        display: flex;
        justify-content: center;
        font-size: 14px;
        color: #666666;
    }

    #contact .ewm-code {
        float: left;
    }

    #contact .ewm-code img {
        width: 173px;
        height: 173px;
    }

    #contact .phone {
        margin: 0 40px;
        float: left;
    }

    #contact .email {
        float: left;
        padding-top: 34px;
    }

    #contact .descrip-text {
        text-align: center;
        margin-top: 20px;
    }

    #contact .descrip-text img {
        display: inline-block;
    }

    #contact p {
        line-height: 35px;
    }
    #icon-beian{background: url(../icon-beian.png) no-repeat left center;background-size: 14px 14px;padding-left: 20px; color: #666666;}
    #contact p > a {
        color: #666666;
    }

    #contact .copy-wrap {
        width: 100%;
        height: 50px;
        background: #494848;
        color: #7a8ca5;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    #contact .copy-wrap .copy {
        width: 100%;
        height: 50px;
        line-height: 50px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 30px;
    }

    #contact .copy-wrap .copy a {
        color: #ffffff;
        font-size: 14px;
    }

    #contact .copy .copy-l {
        width: 85px;
        float: left;
    }

    #contact .copy .copy-l a {
        float: left;
        width: 56px;
    }

    #contact .copy .copy-l i.icon-link {
        display: block;
        float: left;
        width: 14px;
        height: 14px;
        margin: 19px 3px 0;
        background: url(../icon-link.png);
        background-size: cover;
    }

    #contact .copy .copy-l .mh {
        display: block;
        float: left;
    }

    #contact .copy .copy-r {
        height: 50px;
        float: left;
    }

    #contact .copy .copy-r a {
        display: block;
        float: left;
        font-size: 14px;
        height: 16px;
        line-height: 15px;
        margin-top: 16px;
        padding: 0 10px;
        border-right: 1px solid #ffffff;
    }

    #contact .copy .copy-r a:nth-last-of-type(1) {
        border-right: none;
    }
}

@media (min-width: 1000px ) and (max-width: 1199px) {
    #contact .phone {
        margin: 0 30px;
        float: left;
    }
}

@media (min-width: 850px ) and (max-width: 999px) {
    #contact .phone {
        margin: 0 15px;
        float: left;
    }
}

@media (max-width: 849px) {
    #contact .w1200 {
        text-align: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #contact .ewm-code {
        padding-left: 30px;
        width: 100%;
        height: 120px;
    }

    #contact .ewm-code img {
        width: 120px;
        height: 120px;
    }

    #contact .phone {
        margin-top: 20px;
    }

    #contact p {
        font-size: 12px;
        line-height: 30px;
        padding: 0 30px;
    }
    #icon-beian{background: url(../icon-beian.png) no-repeat 30px center;background-size: 14px 14px;padding-left: 45px; color: #666666;}
    #contact .w1200 a {
        color: #333333;
    }

    #contact .descrip-text {
        width: 100%;
    }

    #contact .w1200 .phone a.has-img {
        display: block;
        width: 100%;
        height: 26px;
        margin-bottom: 10px;
        padding: 0 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #contact .w1200 .phone a.has-img img {
        display: block;
        width: 100%;
        height: auto;
        max-width: 315px;
    }

    #contact .descrip-text {
        margin-top: 10px;
        width: 100%;
        padding: 0 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #contact .descrip-text img {
        display: block;
        width: 100%;
        max-width: 548px;
        height: auto;
    }

    #contact .email > .moble-none {
        display: none;
    }
}

@media (min-width: 500px) {
    #contact .phone .address > span:nth-of-type(1) {
        display: inline-block;
        width: 345px;
    }

    #contact .phone .address > span:nth-of-type(2) {
        display: inline-block;
        width: 100%;
        padding-left: 42px;
    }
}

@media (min-width: 601px) and (max-width: 849px) {
    #contact .copy-wrap {
        width: 100%;
        height: 50px;
        background: #494848;
        color: #7a8ca5;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    #contact .copy-wrap .copy {
        width: 100%;
        height: 50px;
        line-height: 50px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 30px;
    }

    #contact .copy-wrap .copy a {
        color: #ffffff;
        font-size: 12px;
    }

    #contact .copy .copy-l {
        width: 77px;
        float: left;
    }

    #contact .copy .copy-l a {
        float: left;
        width: 48px;
    }

    #contact .copy .copy-l i.icon-link {
        display: block;
        float: left;
        width: 12px;
        height: 12px;
        margin: 19px 3px 0;
        background: url(../icon-link.png);
        background-size: cover;
    }

    #contact .copy .copy-l .mh {
        display: block;
        float: left;
    }

    #contact .copy .copy-r {
        height: 50px;
        float: left;
    }

    #contact .copy .copy-r a {
        display: block;
        float: left;
        font-size: 12px;
        height: 14px;
        line-height: 13px;
        margin-top: 18px;
        padding: 0 5px;
        border-right: 1px solid #ffffff;
    }

    #contact .copy .copy-r a:nth-last-of-type(1) {
        border-right: none;
    }
}

@media (max-width: 600px) {
    .copy-wrap {
        display: none;
    }
}
/*#icon-beian{background: url(../icon-beian.png) no-repeat left center ;}*/
