﻿@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, img {
    border: medium none;
    margin: 0;
    padding: 0;
    font-weight: 500;
}

body, button, input, select, textarea {
    font-family: "微软雅黑","宋体",tahoma,Srial,helvetica,sans-serif;
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

ul, ol, li {
    list-style: none;
}

a {
    text-decoration: none;
    /*color: #fff;*/
}

    a:hover {
        color: #0173ca;
    }

img {
    border: 0px;
}

em {
    font-style: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html, body {
    color: #000000;
    background: #f3f8f4;
    margin: 0 auto;
    overflow-x: hidden;
}

.hide {
    display: none;
}

.clear {
    clear: both;
}

.pic100 img {
    width: 100%;
}

h1 {
    font-size: 26px;
    color: #464646;
}

::selection {
    color: #fff;
    background-color: #0173ca;
}

::-moz-selection {
    color: #fff;
    background-color: #0173ca;
}

.justify_fix {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 100%;
    height: 0;
    overflow: hidden;
}

.f-turn {
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pad0 {
    padding: 0 !important;
}

.pad60 {
    padding: 60px 0 !important;
}

.top30 {
    margin-top: 30px;
}

.top60 {
    margin-top: 60px;
}

.overflow {
    overflow: hidden;
}

.clear {
    clear: both;
    visibility: hidden;
    display: block;
    font-size: 0;
    line-height: 0;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    *zoom: 1;
}

.white, .white a {
    color: #fff;
}

.rela {
    position: relative;
}

.slh {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.justify-content,
.align-items {
    /*兼容flex*/
    display: -webkit-flex;
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}

.justify-content {
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
}

.tel {
    width: 100%;
    height: 105px;
    padding: 5% 3%;
    opacity: 0;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 666;
}

    .tel dt img {
        max-width: 117px;
        max-height: 117px;
    }

    .tel .telRight {
        width: 60%;
    }

    .tel p {
        margin-left: 10px;
    }

        .tel p span {
            display: inline-block;
            vertical-align: middle;
            font-size: 16px;
            color: #333;
        }

header {
    background-color: #f5f5f5;
    /*padding: 15px 0;*/
}

.logo {
    margin: 5px 15px 0 0;
}

.headtel {
    font-size: 17px;
    color: #0173ca;
    font-weight: bold;
    background: url(../images/tel.gif) no-repeat left center;
    padding: 5px 0 5px 67px;
}

nav {
    text-align: center;
    font-size: 16px;
    position: relative;
    z-index: 2;
}

    nav li {
        float: left;
        width: 11.111%;
        position: relative;
        font-size: 20px;
    }

        nav li > a {
            display: block;
            /*padding: 23px 0;*/
        }

        nav li div {
            position: absolute;
            width: 100%;
            top: 100%;
            left: 0;
            background-color: #fff;
            display: none;
        }

            nav li div a {
                display: block;
                padding: 15px 0;
                border-bottom: 1px solid #f3f2f2;
                position: relative;
            }

        nav li:hover div {
            display: block;
        }

        nav li a:hover, nav li a.cur {
            color: #0173ca;
        }

        nav li a:after {
            content: '';
            position: absolute;
            bottom: 0;
            left:0;
            display: block;
            width: 100%;
            height: 3px;
            transform-origin: 100%;
            background-color: #0173ca;
            -webkit-transform-origin: 100%;
            -webkit-transition: -webkit-transform .45s cubic-bezier(.4,0,.2,1);
            transition: -webkit-transform .45s cubic-bezier(.4,0,.2,1);
            transition: transform .45s cubic-bezier(.4,0,.2,1);
            transition: transform .45s cubic-bezier(.4,0,.2,1),-webkit-transform .45s cubic-bezier(.4,0,.2,1);
            transform: scaleX(0);
            -webkit-transform: scaleX(0);
            visibility: hidden\9;
        }

        nav li div a:after {
            background-color: #ffa304;
        }

        nav li a:hover:after, nav li a.cur:after, nav li:hover > a:after {
            transform: scaleX(1);
            -webkit-transform: scaleX(1);
            -moz-transform: scaleX(1);
            transform-origin: 0;
            -webkit-transform-origin: 0;
            visibility: visible\9;
        }

.banner .owl-pagination {
    position: absolute;
    bottom: 20px;
    width: 100%;
}

.h_changguan, .about3 {
    background: url(../images/bg1.jpg) repeat;
}

.h_title {
    display: block;
}

    .h_title h2 {
        font-size: 20px;
        color: #333333;
    }

        .h_title h2:before, .h_title h2:after {
            content: '';
            width: 230px;
            height: 1px;
            display: inline-block;
            vertical-align: middle;
            margin: 0 30px 0 0;
            background-color: #0173ca;
        }

        .h_title h2:after {
            margin: 0 0 0 30px;
        }

        .h_title h2 span {
            font-size: 28px;
            color: #0091ff;
            font-weight: bold;
            position: relative;
            display: inline-block;
            overflow: hidden;
            vertical-align: middle;
        }

        .h_title h2 em {
            margin: 0 10px;
            display: inline-block;
            font-size: 16px;
            vertical-align: middle;
        }

        .h_title h2 i {
            vertical-align: middle;
            font-style: normal;
        }

    .h_title p {
        font-size: 16px;
        color: #999999;
        margin-top: 3px;
        text-transform: uppercase;
        position: relative;
        display: inline-block;
        min-width: 200px;
    }

        .h_title p span {
            position: relative;
            z-index: 2;
        }

        .h_title p:after {
            content: '';
            width: 140%;
            position: absolute;
            height: 23px;
            border-radius: 616px/50px;
            background-color: #ececec;
            left: -20%;
            bottom: -12px;
        }

    .h_title h2 span::after, .about3title h2::after {
        content: '';
        position: absolute;
        height: 6px;
        width: 100%;
        top: 50%;
        margin-top: -1px;
        right: 0;
        background: #f9f9f9;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        -webkit-transition: -webkit-transform .4s;
        transition: transform .4s;
        -webkit-transition-timing-function: cubic-bezier(.7, 0, .3, 1);
        transition-timing-function: cubic-bezier(.7, 0, .3, 1)
    }

    .h_title:hover h2 span::after, .about3title:hover h2::after {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    .h_title h2 span::before, .about3title h2::before {
        content: attr(data-letters);
        position: absolute;
        z-index: 2;
        overflow: hidden;
        color: #ffa304;
        white-space: nowrap;
        width: 0%;
        -webkit-transition: width .4s .3s;
        transition: width .4s .3s
    }

    .h_title:hover h2 span::before, .about3title:hover h2::before {
        width: 100%;
    }

.h_C {
    margin-top: 40px;
}

.h_changguanL {
    background: #0091ff url(../images/bg2.jpg) no-repeat top right;
    padding: 67px 45px;
    color: #fff;
}

    .h_changguanL h3 {
        font-size: 34px;
        font-weight: bold;
    }

    .h_changguanL h4 {
        font-size: 24px;
        font-weight: bold;
        margin: 0 0 20px;
    }

    .h_changguanL p {
        font-size: 15px;
        text-transform: uppercase;
    }

    .h_changguanL h4 span {
        color: #ffa304;
        display: inline-block;
        margin-left: 5px;
    }

.h_changguanLB {
    margin-top: 30px;
}

    .h_changguanLB b {
        font-size: 200px;
        float: left;
        font-family: cursive;
        line-height: 140px;
    }

    .h_changguanLB p {
        margin: 33px 0 0 26px;
        float: left;
    }

.h_changguanR .tab {
    background: #fff;
    float: right;
    width: 220px;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    font-size: 18px;
    border-right: 1px solid #ededed;
}

    .h_changguanR .tab a {
        display: block;
        padding: 26px 20px 26px 49px;
        color: #333;
        border-top: 1px solid #ededed;
        position: relative;
    }

        .h_changguanR .tab a div {
            position: absolute;
            width: 0;
            height: 100%;
            color: #fff;
            background-color: #0091ff;
            top: 0;
            right: 0;
            padding: 26px 0;
            opacity: 0;
        }

            .h_changguanR .tab a div img {
                display: inline-block;
                margin-right: 15px;
            }

        .h_changguanR .tab a:first-child {
            border-top: 0;
        }

        .h_changguanR .tab a.on div {
            width: 150%;
            padding: 26px 20px 26px 121px;
            opacity: 1;
        }

.h_changguanR .content {
    overflow: hidden;
    float: left;
    width: 548px;
}

    .h_changguanR .content li {
        display: none;
    }

        .h_changguanR .content li a {
            height: 469px;
            display: block;
        }

            .h_changguanR .content li a img {
                display: none;
            }

.h_product {
    background: url(../images/bg3.jpg) no-repeat center center fixed;
    background-size: cover;
}

.h_productC .item {
    margin: 0 10px;
}

    .h_productC .item a {
        display: block;
    }

    .h_productC .item div {
        background-color: #f9f9f9;
        padding: 30px 0;
        position: relative;
    }

        .h_productC .item div:after {
            content: '';
            display: block;
            position: absolute;
            width: 100%;
            height: 2px;
            background-color: #0091ff;
            bottom: 0;
            left: 0;
            -webkit-transition: all .3s ease-in;
            -moz-transition: all .3s ease-in;
            -ms-transition: all .3s ease-in;
            -o-transition: all .3s ease-in;
            transition: all .3s ease-in;
        }

        .h_productC .item div img {
            width: 62px;
            height: 62px;
            position: absolute;
            left: 50%;
            top: -43px;
            margin-left: -31px;
            display: none;
            z-index: 1;
        }

        .h_productC .item div h5 {
            font-size: 18px;
            font-weight: bold;
            position: relative;
            z-index: 1;
        }

        .h_productC .item div p {
            background-color: #fff;
            border: 1px solid #dcdcdc;
            border-radius: 5px;
            display: inline-block;
            margin-top: 5px;
            padding: 5px 10px;
            position: relative;
            z-index: 1;
        }

            .h_productC .item div p i {
                background: url(../images/icon2.png) no-repeat;
                display: inline-block;
                width: 14px;
                height: 10px;
                margin-left: 10px;
                position: relative;
                z-index: 1;
            }

    .h_productC .item a:hover div:after {
        height: 110%;
    }

    .h_productC .item a:hover div {
        padding: 40px 0;
        margin-top: -10px;
        color: #fff;
    }

        .h_productC .item a:hover div p {
            color: #0091ff;
            border-color: #0091ff;
        }

            .h_productC .item a:hover div p i {
                background: url(../images/icon3.png) no-repeat;
            }

        .h_productC .item a:hover div img {
            display: inline-block;
        }

    .h_productC .item a:hover > img {
        margin-top: -10px;
    }

#owl-demo3 .owl-pagination {
    margin-top: 30px;
}

#owl-demo3 .owl-controls .owl-page span {
    background-color: transparent;
    border: 2px solid #ffa304;
}

#owl-demo3 .owl-controls .owl-page.active span {
    width: 30px;
    background-color: #ffa304;
}

.h_advantage {
    background: url(../images/bg4.jpg) no-repeat center center fixed; /*background-size:cover;*/
    padding: 60px 0 0;
}

.h_title.white h2:before, .h_title.white h2:after {
    background-color: #fff;
}

.h_title.white h2, .h_title.white h2 span, .h_title.white p, .newC dl a:hover h5, .newC dl a:hover time, .newC dl a:hover p {
    color: #fff;
}

    .h_title.white h2 span::after {
        background: #0091ff;
    }
/*.h_title.white p:after{ display:none;}*/
/*.h_advantage .container{width:1300px;}*/
.h_advantageC {
    background-color: #fff;
    margin-top: 50px;
    padding: 40px 78px 93px;
}

.h_advantageCcenter {
    width: 414px;
    margin: 0 auto;
}

    .h_advantageCcenter > img {
        position: relative;
        z-index: 3;
    }

    .h_advantageCcenter .word {
        color: #fff;
        position: absolute;
        top: 105px;
        right: 54px;
        height: 125px;
        width: 140px;
        z-index: 4
    }

        .h_advantageCcenter .word h5 {
            font-size: 24px;
            font-weight: bold;
        }

        .h_advantageCcenter .word p {
            line-height: 30px;
            height: 150px;
            margin-top: 14px;
            overflow: hidden;
            font-size: 15px;
        }

.circle1, .circle2 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/pic2.png) no-repeat;
    background-size: 100%;
}

.circle1 {
    -webkit-animation: zhuan 25s linear infinite;
    animation: zhuan 25s linear infinite;
    z-index: 2;
}

.circle2 {
    background: url(../images/pic3.png) no-repeat;
    background-size: 100%;
    -webkit-animation: zhuan2 20s linear infinite;
    animation: zhuan2 20s linear infinite;
}

@-webkit-keyframes zhuan {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(-360deg);
    }
}

@keyframes zhuan {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(-360deg);
    }
}

@-webkit-keyframes zhuan2 {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes zhuan2 {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.h_advantageC1, .h_advantageC3 {
    position: absolute;
    left: 36px;
    top: 70px;
    width: 300px;
    text-align: right;
}

    .h_advantageC1 h2 span, .h_advantageC3 h2 span {
        color: #0091ff;
        font-size: 24px;
        font-weight: bold;
        border-top: 1px solid #0091ff;
        border-left: 1px solid #0091ff;
        border-bottom: 1px solid #0091ff;
        padding: 5px 30px;
        margin: 14px -10px 0 0;
        display: inline-block;
    }

    .h_advantageC1 h2 b, .h_advantageC2 h2 b, .h_advantageC3 h2 b, .h_advantageC4 h2 b {
        background-color: #0091ff;
        font-size: 30px;
        border-radius: 100%;
        width: 70px;
        height: 70px;
        line-height: 70px;
        text-align: center;
        color: #fff;
        float: right;
    }

    .h_advantageC1 p, .h_advantageC2 p, .h_advantageC3 p, .h_advantageC4 p {
        text-align: right;
        margin-top: 20px;
        line-height: 25px;
        height: 95px;
        overflow: hidden;
        font-size:16px;
    }

    .h_advantageC1 .line {
        width: 95px;
        height: 25px;
        background: url(../images/line1.png) no-repeat;
        position: absolute;
        right: -94px;
        top: 39px;
    }

.h_advantageC2, .h_advantageC4 {
    position: absolute;
    right: 61px;
    top: 70px;
    width: 300px;
}

    .h_advantageC2 h2 span, .h_advantageC4 h2 span {
        color: #0091ff;
        font-size: 24px;
        font-weight: bold;
        border-top: 1px solid #0091ff;
        border-right: 1px solid #0091ff;
        border-bottom: 1px solid #0091ff;
        padding: 5px 30px;
        margin: 14px 0 0 -10px;
        display: inline-block;
    }

    .h_advantageC2 h2 b, .h_advantageC4 h2 b {
        float: left;
    }

    .h_advantageC2 p, .h_advantageC4 p {
        text-align: left;
    }

    .h_advantageC2 .line {
        width: 79px;
        height: 14px;
        background: url(../images/line2.png) no-repeat;
        position: absolute;
        left: -79px;
        top: 39px;
    }

.h_advantageC3 {
    top: 333px;
}

    .h_advantageC3 .line {
        width: 94px;
        height: 26px;
        background: url(../images/line3.png) no-repeat;
        position: absolute;
        right: -93px;
        top: 12px;
    }

.h_advantageC4 {
    top: 333px;
}

    .h_advantageC4 .line {
        width: 81px;
        height: 17px;
        background: url(../images/line4.png) no-repeat;
        position: absolute;
        left: -79px;
        top: 39px;
    }

.h_case {
    background: url(../images/bg6.jpg) no-repeat center center fixed;
    background-size: cover;
}

.h_caseC dl p {
    font-size: 16px;
    padding: 5px;
}

.h_honor {
    background: url(../images/bg7.jpg) no-repeat center center fixed;
    background-size: cover;
}

.h_honorcontent {
    margin-top: 30px;
    line-height: 25px;
    color: #fff;
    font-size: 15px;
}

#owl-demo4 .item {
    padding: 15px 30px;
}

    #owl-demo4 .item img {
        box-shadow: 0px 2px 13px #000000;
    }

    #owl-demo4 .item h5 {
        font-size: 16px;
        margin-top: 15px;
        color: #fff;
    }

.h_new {
    background-color: #f9f9f9;
}

.h_newtitle {
    font-size: 18px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ededed;
}

    .h_newtitle h2:before {
        content: '';
        width: 2px;
        height: 15px;
        display: inline-block;
        margin-right: 13px;
        background-color: #006bb7;
    }

    .h_newtitle span {
        font-size: 14px;
        color: #999999;
    }

        .h_newtitle span:after {
            width: 14px;
            height: 10px;
            display: inline-block;
            background: url(../images/icon2.png) no-repeat;
            content: '';
            margin-left: 5px;
        }

.h_newCL, .h_newCR {
    background-color: #fff;
    padding: 30px;
    width: 46%;
    float: left;
    margin: 0 2%;
}

.h_newCB1 {
    margin-top: 26px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ededed;
}

    .h_newCB1 a {
        display: block;
        overflow: hidden;
        background-color: #f9f9f9;
    }

        .h_newCB1 a img {
            width: 170px;
            float: left;
            margin-right: 20px;
        }

        .h_newCB1 a h5 {
            font-size: 16px;
            font-weight: bold;
            margin-top: 14px;
        }

        .h_newCB1 a p {
            margin-top: 14px;
            line-height: 22px;
            height: 44px;
            overflow: hidden;
        }

.h_newCB2 {
    margin-top: 30px;
}

    .h_newCB2 a {
        display: block;
        margin: 20px 0;
        font-size: 15px;
        overflow: hidden;
    }

        .h_newCB2 a h5 {
            float: left;
            width: 70%;
        }

            .h_newCB2 a h5:before {
                width: 10px;
                height: 10px;
                background: url(../images/icon5.png) no-repeat;
                display: inline-block;
                margin-right: 10px;
                content: '';
                -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;
            }

        .h_newCB2 a time {
            color: #aaaaaa;
            float: right;
        }

        .h_newCB2 a:hover h5:before {
            transform: rotate(180deg);
            -ms-transform: rotate(180deg); /* IE 9 */
            -moz-transform: rotate(180deg); /* Firefox */
            -webkit-transform: rotate(180deg); /* Safari 和 Chrome */
            -o-transform: rotate(180deg);
        }

.link {
    font-size: 16px;
    padding-bottom: 20px;
    border-bottom: 1px solid #4ba3e6;
}

    .link div {
        display: inline-block;
        width: 76%;
    }

        .link div a {
            display: inline-block;
            margin: 0 6px;
            font-size: 15px;
        }

footer {
    padding: 35px 0;
    /*background: #00000088 url(../images/bg8.jpg) no-repeat right 5% center;*/
    background-color:rgba(0,0,0,0.5);
}

.footC {
    margin-top: 30px;
}

.footCL {
    float: left;
    width: 30%;
}

    .footCL div {
        margin-top: 25px;
        line-height: 30px;
        font-size: 18px;
    }

        .footCL div b {
            font-size: 20px;
        }

.footCR {
    float: right;
    width: 70%;
}

    .footCR dl {
        float: left;
        min-width: 100px;
    }

        .footCR dl dt {
            font-size: 18px;
            font-weight: bold;
        }

        .footCR dl dd {
            margin-top: 15px;
            color: #c0dffd;
        }

            .footCR dl dd a {
                display: block;
                margin: 12px 0;
                color: #c0dffd;
            }

            .footCR dl dd img {
                display: block;
                margin-bottom: 5px;
                width: 93px;
            }

.bq {
    background-color: rgba(0,0,0,0.6);
    padding: 20px 15px;
}

    .bq span {
        display: inline-block;
        margin: 0 10px;
    }

.other1, .other2 {
    background-size: cover !important;
}

.other3.other4, .other5, .other6, .other7 {
    background-size: 100%;
}

.otherbanner1 .container {
    padding: 190px 15px;
    color: #fff;
}

.otherbanner2 .container {
    padding: 110px 15px;
}

.otherbanner1 h2 {
    font-size: 36px;
}

.otherbanner1 p {
    font-size: 36px;
    font-weight: bold;
}

    .otherbanner1 p:after {
        content: '';
        width: 45px;
        height: 3px;
        margin-top: 20px;
        display: block;
        background-color: #fff;
    }

.othernav {
    border-bottom: 1px solid #ededed;
    font-size: 0;
}

    .othernav a {
        display: inline-block;
        padding: 26px 50px;
        font-size: 18px;
        position: relative;
        overflow: hidden;
    }

        .othernav a.cur {
            background-color: #0091ff;
            color: #fff;
        }

        .othernav a span {
            position: relative;
            z-index: 2;
        }

        .othernav a::before, .othernav a::after, .honorC dl a dd:after, .factoryC dl dd:after {
            -webkit-transition: all .3s ease-in;
            -moz-transition: all .3s ease-in;
            -ms-transition: all .3s ease-in;
            -o-transition: all .3s ease-in;
            transition: all .3s ease-in;
            width: 0;
            height: 50%;
            top: 0;
            left: 0;
            background-color: #0091ff;
            content: '';
            display: block;
            position: absolute;
        }

.factoryC dl dd .line1, .factoryC dl dd .line2, .factoryC dl dd .line3 {
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    width: 0;
    height: 5px;
    top: 28%;
    left: 0;
    background-color: #ffa102;
    position: absolute;
}

.factoryC dl dd .line2 {
    top: 43%;
}

.factoryC dl dd .line3 {
    top: 54%;
}

.othernav a::after {
    right: 0;
    left: inherit;
    top: inherit;
    bottom: 0;
}

.othernav a:hover::before, .othernav a:hover::after, .honorC dl a:hover dd:after, .factoryC dl a:hover dd:after, .factoryC dl a:hover dd div {
    width: 100%;
}

.factoryC dl a:hover dd:after {
    transition-delay: 0.3s;
    -moz-transition-delay: 0.3s; /* Firefox 4 */
    -webkit-transition-delay: 0.3s; /* Safari 和 Chrome */
    -o-transition-delay: 0.3s;
}

.factoryC dl a:hover dd {
    background-color: #666;
}

    .othernav a:hover span, .honorC dl a:hover dd, .factoryC dl a:hover dd, .factoryC dl a:hover dd time, .new2C dl a:hover dd div h5, .new2C dl a:hover dd div p, .new2C dl a:hover dd .more {
        color: #fff;
    }

.floatright {
    float: right;
    padding: 0 0 30px 30px;
}

.gsjjC {
    font-size: 15px;
    line-height: 35px;
}

    .gsjjC img {
        max-width: 100%;
    }

.honorC, .factoryC, .newC, .new2C, .caseC {
    margin-top: 40px;
}

    .honorC dl, .factoryC dl, .newC dl, .new2C dl {
        margin-bottom: 40px;
    }

        .honorC dl dt img {
            width: 65%;
        }

        .honorC dl a dt {
            background-color: #f9f9f9;
            padding: 15px;
        }

        .honorC dl a dd {
            background-color: #f9f9f9;
            line-height: 52px;
            font-size: 15px;
            margin-top: 1px;
            position: relative;
        }

            .honorC dl a dd span {
                position: relative;
                z-index: 2;
                display: block;
            }

            .honorC dl a dd:after {
                height: 100%;
            }

.navBottom {
    text-align: center;
}

.pagination {
    margin: 0;
}

    .pagination > li {
        display: inline-block;
    }

        .pagination > li + li {
            margin-left: 10px;
        }

        .pagination > li > a,
        .pagination > li > span {
            width: 38px;
            height: 38px;
            font-size: 15px;
            line-height: 24px;
            text-align: center;
            color: #7d7d7d;
            border: 1px solid #e1e1e1;
            -webkit-transition: all .3s ease-in;
            -moz-transition: all .3s ease-in;
            -o-transition: all .3s ease-in;
            transition: all .3s ease-in;
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span,
        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            width: 99px;
            height: 38px;
            line-height: 24px;
        }

        .pagination > li > a:focus,
        .pagination > li > a:hover,
        .pagination > li > span:focus,
        .pagination > li > span:hover,
        .pagination > .active > a,
        .pagination > .active > a:focus,
        .pagination > .active > a:hover,
        .pagination > .active > span,
        .pagination > .active > span:focus,
        .pagination > .active > span:hover {
            color: #fff;
            -webkit-transition: all .3s ease-in;
            -moz-transition: all .3s ease-in;
            -o-transition: all .3s ease-in;
            transition: all .3s ease-in;
            background-color: #027edc;
            border-color: transparent;
        }

.factoryC dl dt div {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    top: 0;
    left: 0;
    padding-top: 20%;
    text-align: center;
    opacity: 0;
}

    .factoryC dl dt div img {
        width: 62px;
    }

.factoryC dl dd {
    background-color: #f6f6f6;
    padding: 20px 20px 20px 0;
}

    .factoryC dl dd h5 {
        font-size: 18px;
        font-weight: bold;
        position: relative;
        z-index: 1;
    }

        .factoryC dl dd h5:before {
            width: 3px;
            height: 20px;
            background-color: #027edc;
            content: '';
            display: inline-block;
            margin-right: 25px;
            vertical-align: middle;
        }

    .factoryC dl dd time, .newC dl a dd time {
        margin: 10px 0 0 28px;
        color: #999999;
        display: block;
        position: relative;
        z-index: 1;
    }

        .factoryC dl dd time span, .newC dl a dd time span {
            display: inline-block;
            margin-right: 15px;
        }

.factoryC dl a:hover dt div {
    opacity: 1;
}

.factoryC dl dd:after {
    height: 100%;
}

.contactC {
    border: 2px solid #ededed;
}

.contactCL {
    width: 38%;
    float: left;
}

.contactCR {
    /*width: 62%;*/
    width: 50%;
    float: right;
    margin-left: 8%;
    margin-top: 10%;
}

.contactlist {
    padding: 15px 15px 15px 40px;
    border-bottom: 1px solid #ededed;
    border-right: 1px solid #ededed;
    overflow: hidden;
}

.contactlistimg {
    width: 56px;
    height: 56px;
    overflow: hidden;
    float: left;
    position: relative;
    z-index: 2;
}

.contactlistR {
    float: right;
    width: calc(100% - 76px);
    position: relative;
    z-index: 2;
}

    .contactlistR h5 {
        font-size: 17px;
        font-weight: bold;
    }

    .contactlistR p {
        color: #666666;
        margin-top: 5px;
    }

.contactlist:after {
    display: block;
    content: '';
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    background-color: #ffa304;
    position: absolute;
}

.contactlist:hover:after {
    width: 100%;
}

.contactlist:hover .contactlistimg img {
    margin-left: -56px;
}

.contactlist:hover .contactlistR h5, .contactlist:hover .contactlistR p, .new2C dl a:hover dd time {
    color: #fff;
}

.map {
    height: 507px;
}

.new, .tj, .about4, .changguan1 {
    background: url(../images/bg9.jpg) repeat-y fixed;
    background-size: 100%;
}

.newC dl a {
    background-color: rgb(251, 251, 251);
    display: block;
    border: 1px solid #ededed;
}

    .newC dl a dd {
        padding: 20px;
    }

        .newC dl a dd h5, .new2C dl a dd div h5 {
            font-size: 18px;
            position: relative;
            z-index: 1;
        }

        .newC dl a dd time {
            margin: 5px 0 0 0;
            position: relative;
            z-index: 1;
        }

        .newC dl a dd p, .new2C dl a dd div p {
            margin-top: 10px;
            line-height: 22px;
            height: 66px;
            overflow: hidden;
            font-size: 15px;
            color: #666666;
            position: relative;
            z-index: 1;
        }

        .newC dl a dd div, .new2C dl a .line, .chuangguan1 dl div {
            position: absolute;
            width: 0;
            height: 33.333%;
            top: 0;
            left: 0;
            /*background-color: #c1c1c1;*/
            background-color: rgb(215,199,184);
            /*background-color: #0091ff;*/
        }

        .newC dl a dd .line2, .new2C dl a .line2, .chuangguan1 dl a .line2 {
            top: 33.333%;
            transition-delay: 0.1s;
            -moz-transition-delay: 0.1s; /* Firefox 4 */
            -webkit-transition-delay: 0.1s; /* Safari 和 Chrome */
            -o-transition-delay: 0.1s;
        }

        .newC dl a dd .line3, .new2C dl a .line3, .chuangguan1 dl a .line3 {
            top: 66.6666%;
            transition-delay: 0.2s;
            -moz-transition-delay: 0.2s; /* Firefox 4 */
            -webkit-transition-delay: 0.2s; /* Safari 和 Chrome */
            -o-transition-delay: 0.2s;
        }

    .newC dl a:hover dd div, .new2C dl a:hover .line, .chuangguan1 dl a:hover div {
        width: 100%;
    }

    .newC dl a:hover dt img, .new2C dl a:hover dt img, .caseC dl a:hover dt img, .chuangguan1 dl a:hover dt img {
        -webkit-transform: scale3d(.9,.9,1);
        transform: scale3d(.9,.9,1);
    }

    #successcase .newC dl a:hover dt img, #successcase .new2C dl a:hover dt img, #successcase .caseC dl a:hover dt img, #successcase .chuangguan1 dl a:hover dt img {
        -webkit-transform: scale3d(1.1,1.1,1);
        transform: scale3d(1.1,1.1,1);
    }

.new2C dl a {
    border: 1px solid #ededed;
    background-color: #fff;
    display: block;
    overflow: hidden;
}

    .new2C dl a dt {
        width: 300px;
        float: left;
        position: relative;
        z-index: 1;
    }

    .new2C dl a dd {
        width: calc(100% - 300px);
        float: right;
        padding: 26px 26px 0 26px;
    }

        .new2C dl a dd div {
            float: left;
            width: 80%;
        }

            .new2C dl a dd div h5 {
                font-size: 20px;
            }

            .new2C dl a dd div p {
                height: 50px;
                line-height: 25px;
            }

        .new2C dl a dd .time2 {
            display: block;
            float: right;
            background-color: #f9f9f9;
            padding: 18px 0 0 0;
            font-size: 18px;
            text-align: center;
            margin-top: 30px;
            position: relative;
            z-index: 2;
            border: 1px solid #fff;
        }

        .new2C dl a dd time {
            display: none;
            margin-top: 20px;
        }

            .new2C dl a dd time b {
                background-color: #ededed;
                font-size: 14px;
                display: block;
                padding: 5px 30px;
                margin-top: 13px;
            }

        .new2C dl a dd div .more {
            display: inline-block;
            padding: 8px 18px;
            border: 1px solid #ededed;
            color: #999999;
            margin-top: 20px;
            position: relative;
            z-index: 1;
        }

    .new2C dl a:hover dd time, .new2C dl a:hover dd time b {
        background-color: transparent;
    }

        .new2C dl a:hover dd time b {
            border-top: 1px solid #fff;
        }

.new2C dl {
    padding-bottom: 40px;
    border-bottom: 1px dashed #d4d2d2;
}

.newmain h1 {
    text-align: center;
    font-size: 24px;
}

.newmain time {
    display: block;
    margin-top: 10px;
    text-align: center;
    color: #999999;
}

    .newmain time span {
        display: inline-block;
        margin: 0 12px;
    }

        .newmain time span i {
            width: 15px;
            height: 15px;
            display: inline-block;
            vertical-align: middle;
            margin-right: 10px;
        }

            .newmain time span i.i1 {
                background: url(../images/icon14.png) no-repeat;
            }

            .newmain time span i.i2 {
                background: url(../images/icon15.png) no-repeat;
            }

            .newmain time span i.i3 {
                background: url(../images/icon16.png) no-repeat;
            }

.info {
    background-color: #f6f6f6;
    padding: 30px;
    font-size: 15px;
    line-height: 28px;
    color: #666666;
    margin-top: 30px;
}

    .info.empty {
        padding: 0;
    }

.newmain article {
    margin-top: 30px;
    font-size: 16px;
    color: #555555;
    line-height: 30px;
}

    .newmain article img {
        max-width: 100%;
    }

.prenext {
    margin: 50px 0 0;
    border-top: 1px solid #0091ff;
    font-size: 16px;
    padding-top: 30px;
}

    .prenext p {
        width: 75%;
        padding: 6px 0;
    }

    .prenext a.back {
        background-color: #0091ff;
        color: #fff;
        position: absolute;
        right: 0;
        top: 40px;
        padding: 9px 30px;
    }

    .prenext a:hover.back {
        opacity: 0.8;
    }

.casenav {
    left: 35%;
    margin: 0 0 0 -600px;
    position: absolute;
}

    .casenav div {
        box-shadow: 0px 4px 20px #e2e2e2;
        border-radius: 100%;
        display: inline-block;
        border: 3px solid #fff;
        font-size: 20px;
        margin: 0 1.5%;
    }

        .casenav div a {
            box-shadow: 0px 4px 20px #e2e2e2;
            width: 130px;
            height: 130px;
            display: block;
            background-color: #fff;
            border-radius: 100%;
            margin: 7px;
            position: relative;
        }

            .casenav div a img {
                display: block;
                padding-top: 23px;
                margin: 0 auto 5px;
            }

.case, .about1 {
    background: url(../images/bg10.jpg) no-repeat fixed;
    background-size: cover;
    padding: 130px 0 60px;
}

.casenav div a:after {
    content: '';
    top: -10px;
    left: -10px;
    padding: 0;
    z-index: 10;
    /*border: 3px dashed #027edc;*/
    border: 3px dashed #bba189;
    pointer-events: none;
    position: absolute;
    width: 144px;
    height: 144px;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.casenav div:hover, .casenav div.hover1 {
    border-color: transparent;
    color: #fff;
}

    .casenav div a:hover:after, .casenav div.hover1 a:after {
        /*border: 3px dashed #027edc;*/
        border: 3px dashed #bba189;
        -webkit-animation: spinAround 9s linear infinite;
        -moz-animation: spinAround 9s linear infinite;
        animation: spinAround 9s linear infinite;
        -webkit-transition: box-shadow .2s;
        -moz-transition: box-shadow .2s;
        transition: box-shadow .2s;
    }

@-webkit-keyframes spinAround {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes spinAround {
    from {
        -moz-transform: rotate(0deg)
    }

    to {
        -moz-transform: rotate(360deg)
    }
}

@keyframes spinAround {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.casenav div.hover1 a {
    color: #0173ca;
}

.caseC dl {
    margin-bottom: 22px;
}

    .caseC dl a {
        display: block;
        position: relative;
    }

    .caseC dl dd {
        background-color: rgba(0,0,0,0.6);
        color: #fff;
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        padding: 17px 24px;
    }

        .caseC dl dd h5 {
            font-size: 18px;
            font-weight: bold;
            float: left;
            width: 80%;
        }

        .caseC dl dd span {
            float: right;
        }

    .caseC dl a:hover dd {
        background-color: rgba(0,0,0,1);
    }

.adv1 h2 {
    font-size: 30px;
    font-weight: bold;
    color: #ffa304;
}

.adv1 article {
    font-size: 16px;
    color: #666666;
    line-height: 33px;
    margin-top: 30px;
}

.adv1B img {
    display: block;
    margin: 0 auto 10px;
}

.adv1B, .about1B {
    font-size: 18px;
    margin-top: 30px;
}

.adv2 {
    background: url(../images/bg11.jpg) no-repeat center center fixed;
    background-size: cover;
}

    .adv2 .container {
        padding: 60px 0 0;
    }

    .adv2 .h_title p:after {
        background-color: rgba(246,246,246,0.1);
    }

.adv3 {
    background: url(../images/bg12.jpg) no-repeat center center fixed;
    background-size: cover;
}

    .adv3 h5 {
        color: #ffa304;
        font-size: 24px;
        margin-bottom: 10px;
    }

    .adv3 article {
        line-height: 35px;
        color: #444444;
        font-size: 15px;
    }

        .adv3 article li {
            padding-left: 17px;
        }

            .adv3 article li:before {
                width: 6px;
                height: 6px;
                display: inline-block;
                vertical-align: middle;
                margin-right: 15px;
                background-color: #027edc;
                content: '';
                margin-left: -20px;
            }

.about1 {
    padding: 0;
}

    .about1 .container {
        padding: 60px 0 120px;
    }

.about1B {
    padding-top: 8px;
}

    .about1B p:after {
        background: url(../images/icon27.png) no-repeat;
        position: absolute;
        width: 100%;
        height: 100%;
        content: '';
        top: 0;
        left: 0;
        -webkit-animation: zhuan2 10s linear infinite;
        animation: zhuan2 10s linear infinite;
    }

    .about1B p {
        width: 75px;
        height: 75px;
        margin: 0 auto 10px;
    }

        .about1B p img {
            display: block;
            padding-top: 14px;
            margin: 0 auto;
        }

.about2bg {
    background: url(../images/bg13.jpg) no-repeat center center fixed;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 92%;
    width: 100%;
}

.about2 {
    padding-bottom: 90px;
    margin-top: -50px;
}

    .about2 .container {
        background-color: #fff;
        padding: 70px 46px;
        position: relative;
        z-index: 2;
    }

    .about2 article {
        margin-top: 30px;
        line-height: 35px;
        height: 245px;
        overflow: hidden;
        font-size: 16px;
    }

    .about2 .more {
        margin-top: 30px;
    }

        .about2 .more a {
            display: inline-block;
            background-color: #ffa304;
            color: #fff;
            border-radius: 8px;
            padding: 10px 40px;
            font-size: 15px;
        }

.about2Cicon {
    position: absolute;
    left: 50%;
    top: 0;
    margin: -24px 0 0 -24px;
}

.about3 {
    overflow: hidden;
}

.about3L {
    float: left;
    width: 57%;
    position: relative;
    z-index: 1;
}

.about3R {
    float: right;
    width: 40%;
    margin-top: 58px;
    position: relative;
    z-index: 1;
}

.about3title h2 {
    font-size: 28px;
    font-weight: bold;
    overflow: hidden;
    position: relative;
}

.about3title p {
    text-transform: uppercase;
}

.about3L article {
    margin-top: 64px;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
    font-size: 16px;
}

.about3L .more {
    border-radius: 10px;
    border: 1px solid #dcdcdc;
    margin-top: 32px;
    padding: 8px 30px;
    display: inline-block;
    color: #999999;
    position: relative;
}

.about3bg {
    width: 100%;
    height: 400px;
    background: url(../images/bg14.png) no-repeat top left;
    position: absolute;
    top: -60px;
    left: 0;
    -webkit-animation: top 10s linear infinite;
    animation: top 10s linear infinite;
}

@-webkit-keyframes top {
    0% {
        top: -60px;
    }

    50% {
        top: -100px;
    }

    100% {
        top: -60px;
    }
}

@keyframes top {
    0% {
        top: -60px;
    }

    50% {
        top: -100px;
    }

    100% {
        top: -60px;
    }
}

.about3L .more:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    transform-origin: 100%;
    background-color: #ffa304;
    -webkit-transform-origin: 100%;
    -webkit-transition: -webkit-transform .45s cubic-bezier(.4,0,.2,1);
    transition: -webkit-transform .45s cubic-bezier(.4,0,.2,1);
    transition: transform .45s cubic-bezier(.4,0,.2,1);
    transition: transform .45s cubic-bezier(.4,0,.2,1),-webkit-transform .45s cubic-bezier(.4,0,.2,1);
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    visibility: hidden\9;
}

.about3L .more:hover > a:after {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform-origin: 0;
    -webkit-transform-origin: 0;
    visibility: visible\9;
}

.about4title p {
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 16px;
    color: #666666;
}

.about4C dl {
    margin-bottom: 40px;
    overflow: hidden;
}

    .about4C dl dt img {
        width: 80%;
        float: right;
        position: relative;
        z-index: 1;
        margin-top: 30px;
    }

    .about4C dl dt:after {
        position: absolute;
        width: 77%;
        border: 4px solid #0091ff;
        top: 0;
        right: 46px;
        content: '';
        display: block;
        height: 91%;
    }

    .about4C dl dd {
        text-align: right;
        margin-top: 20px;
    }

        .about4C dl dd h5 span {
            font-size: 24px;
            font-weight: bold;
            color: #0091ff;
            margin: 0 0 0 -20px;
            display: inline-block;
        }

        .about4C dl dd h5 b {
            font-size: 36px;
            color: #ffa304;
            width: 90px;
            height: 90px;
            background: url(../images/icon30.png) no-repeat;
            display: inline-block;
            text-align: center;
            line-height: 98px;
        }

        .about4C dl dd p {
            margin-top: 10px;
            font-size: 18px;
            font-weight: bold;
        }

        .about4C dl dd article {
            margin-top: 10px;
            line-height: 25px;
            font-size: 16px;
        }

    .about4C dl:nth-child(2) dt {
        float: left;
    }

    .about4C dl:nth-child(2) dd {
        float: right;
        text-align: left;
    }

    .about4C dl:nth-child(2) dt img {
        width: 80%;
        float: left;
        position: relative;
        z-index: 1;
        margin-top: 30px;
    }

.about5CL {
    width: 43%;
    float: left;
}

.about5CR {
    width: 56%;
    float: right;
}

.about5CL1 {
    background: url(../images/pic19.jpg) no-repeat center center;
    background-size: cover;
}

    .about5CL1 a {
        display: block;
        background-color: rgba(255,163,4,0.75);
        padding: 35px 30px 35px 40px;
        color: #fff;
    }

        .about5CL1 a h5 {
            font-size: 24px;
            font-weight: bold;
        }

        .about5CL1 a article {
            line-height: 25px;
            height: 75px;
            overflow: hidden;
            margin-top: 10px;
        }

        .about5CL1 a .more {
            margin-top: 22px;
        }

            .about5CL1 a .more i {
                width: 22px;
                height: 22px;
                background: url(../images/icon31.png) no-repeat;
                display: inline-block;
                margin-left: 10px;
                vertical-align: middle;
            }

.about5CL2 {
    height: 356px;
    margin-top: 10px;
}

.about5CR1 {
    height: 410px;
}

.about5CRB {
    margin-top: 10px;
}

.about5CR2 {
    height: 179px;
    width: 49%;
    float: left;
}

.about5CR3 {
    height: 179px;
    width: 49%;
    float: right;
}

.about5CL1 a:hover {
    background-color: rgba(2,126,220,0.75);
}

.h_title2 {
    display: block;
}

    .h_title2 h2 {
        background-color: #ffa304;
        color: #fff;
        font-weight: bold;
        padding: 5px 20px;
        font-size: 30px;
        display: inline-block;
        margin: auto;
    }

    .h_title2 h3 {
        font-size: 30px;
        margin-top: 10px;
    }

    .h_title2 p {
        color: #999999;
        font-size: 16px;
        margin-top: 10px;
    }

.chuangguan1 {
    background: url(../images/bg9.jpg) no-repeat center center fixed;
    background-size: cover;
    padding: 160px 0;
}

    .chuangguan1 dl {
        padding: 0 25px !important;
    }

        .chuangguan1 dl a {
            background-color: #fff;
            display: block;
        }

        .chuangguan1 dl dd {
            padding: 25px 20px;
        }

            .chuangguan1 dl dd h5 {
                font-size: 22px;
                position: relative;
                z-index: 1;
            }

            .chuangguan1 dl dd p {
                font-size: 16px;
                line-height: 25px;
                overflow: hidden;
                height: 100px;
                color: #666666;
                margin-top: 10px;
                position: relative;
                z-index: 1;
            }

        .chuangguan1 dl:nth-child(1), .chuangguan1 dl:nth-child(3) {
            margin-top: 35px;
        }

        .chuangguan1 dl a:hover, .chuangguan1 dl a:hover dd p {
            color: #fff;
        }

.chuangguan2 {
    background-color: #282828;
    padding: 100px 0 35px;
    z-index: 2;
}

.chuangguan2bg {
    margin: -80px 0 -2px 0;
}

.chuangguan2bg2 {
    position: relative;
    z-index: 2;
    margin-top: -3px;
}

.chuangguan2 .h_title p:after {
    background-color: #484848;
}

.chuangguan2C {
    background: url(../images/bg16.jpg) no-repeat center center;
    background-size: auto 100%;
    margin-top: 41px;
}

    .chuangguan2C dl {
        width: 50%;
        position: relative;
        padding-right: 20px;
    }

        .chuangguan2C dl dt {
            width: 45%;
            float: left;
        }

        .chuangguan2C dl dd {
            width: 50%;
            float: right;
            text-align: right;
        }

            .chuangguan2C dl dd h5 {
                color: #fff;
                font-size: 18px;
                padding: 12px 0 0 0;
            }

                .chuangguan2C dl dd h5 b {
                    font-size: 25px;
                    border: 1px solid #fff;
                    border-radius: 100%;
                    width: 60px;
                    height: 60px;
                    display: inline-block;
                    background-color: #282828;
                    line-height: 60px;
                    text-align: center;
                    float: right;
                    margin: -11px 0 0 14px;
                }

                .chuangguan2C dl dd h5 p {
                    background-color: #000;
                    line-height: 43px;
                    border-radius: 40px;
                }

            .chuangguan2C dl dd article {
                margin-top: 15px;
                color: #d9b06f;
                line-height: 25px;
                font-size: 15px;
            }

        .chuangguan2C dl:before {
            content: '';
            width: 10px;
            height: 10px;
            display: inline-block;
            background-color: #fff;
            border-radius: 100%;
            right: -5px;
            top: 75px;
            position: absolute;
        }

        .chuangguan2C dl:after {
            content: '';
            clear: both;
            visibility: hidden;
            display: block;
            font-size: 0;
            line-height: 0;
        }

    .chuangguan2C:before {
        content: '';
        width: 2px;
        height: 100%;
        display: block;
        border-right: 2px dashed #fff;
        top: 80px;
        position: absolute;
        left: 50%;
        height: 75%;
    }

    .chuangguan2C dl:nth-child(even) {
        margin-left: 50%;
        padding: 0 0 0 20px;
    }

        .chuangguan2C dl:nth-child(even) dt {
            float: right;
        }

        .chuangguan2C dl:nth-child(even) dd {
            text-align: left;
            float: left;
        }

            .chuangguan2C dl:nth-child(even) dd b {
                float: left;
                margin: -11px 14px 0 0;
            }

        .chuangguan2C dl:nth-child(even):before {
            left: -5px;
        }

.chuangguan3 {
    margin-top: -90px;
    padding: 140px 0 40px;
    position: relative;
    z-index: 1;
}

.chuangguan4 {
    background: url(../images/bg18.jpg) no-repeat;
    background-size: cover;
    padding: 160px 0 113px;
}

.chuangguan4bg {
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
}

.chuangguan4R {
    width: 50%;
    margin-left: 53%;
    position: relative;
    z-index: 1;
}

    .chuangguan4R h5 {
        font-size: 24px;
        font-weight: bold;
        color: #ffa304;
    }

    .chuangguan4R article {
        margin-top: 40px;
        line-height: 25px;
        height: 150px;
        overflow: hidden;
        font-size: 16px;
    }

.chuan4logo {
    margin-top: 20px;
}

    .chuan4logo img {
        max-width: 100%;
        display: block;
        margin: 0 auto 15px;
    }

.chuangguan3bg {
    margin: -4px 0 -89px;
    position: relative;
    z-index: 1;
}

.other7 h2 {
    font-size: 50px;
}

.other7 p {
    font-size: 20px;
}

.other7 article {
    margin-top: 40px;
}

    .other7 article span {
        display: inline-block;
        margin: 0 14px;
        background-color: #0173ca;
        color: #fff;
        font-size: 16px;
        padding: 13px 30px;
    }

        .other7 article span:before {
            width: 8px;
            height: 8px;
            display: inline-block;
            vertical-align: middle;
            margin-right: 10px;
            transform: rotate(45deg);
            -ms-transform: rotate(45deg); /* IE 9 */
            -moz-transform: rotate(45deg); /* Firefox */
            -webkit-transform: rotate(45deg); /* Safari 和 Chrome */
            -o-transform: rotate(45deg);
            content: '';
            background-color: #fff;
        }

.other7 .container {
    padding: 200px 15px;
    z-index: 1;
    position: relative;
}

.pro1 {
    background: url(../images/pro4.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 70px 0;
}

.other7:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/pro1bg.png) repeat;
    top: 0;
    left: 0;
    content: '';
}

.pro1_1 {
    width: 750px;
    margin: 30px auto 0;
    position: relative;
    z-index: 2;
}

.pro1_2 {
    position: absolute;
    width: 1000px;
    left: 50%;
    margin-left: -480px;
    top: 23px;
    -webkit-animation: zhuan3 20s linear infinite;
    animation: zhuan3 20s linear infinite;
}

@-webkit-keyframes zhuan3 {
    0% {
        transform: rotate(0);
    }

    50% {
        transform: rotate(20deg);
    }

    100% {
        transform: rotate(0);
    }
}

@keyframes zhuan3 {
    0% {
        transform: rotate(0);
    }

    50% {
        transform: rotate(20deg);
    }

    100% {
        transform: rotate(0);
    }
}

.pro1_3 {
    position: absolute;
    width: 369px;
    right: 50%;
    margin-right: -509px;
    top: 307px;
    z-index: 2;
}

.pro2 {
    background: url(../images/pro5.jpg) no-repeat;
    background-size: 100% 100%;
    padding-top: 20px;
}

    .pro2 .container {
        background-color: #fff;
        box-shadow: 1px 1px 10px #d8ccbd;
        padding: 50px 5%;
        border-radius: 10px;
    }

.protitle h2 {
    font-size: 30px;
}

.protitle p {
    color: #999999;
    text-transform: uppercase;
}

.protitle div {
    margin-top: 5px;
}

    .protitle div:after {
        width: 37%;
        margin: -15px auto 0;
        height: 1px;
        background-color: #000;
        content: '';
        display: block;
    }

.pro2C, .pro3Ctable {
    margin-top: 40px;
    font-size: 16px;
}

.pro2list {
    margin: 13px 0;
}

    .pro2list h5 {
        background-color: #ffa304;
        color: #fff;
        display: inline-block;
        padding: 7px 15px;
        border-radius: 8px;
        display: inline-block;
    }

    .pro2list p {
        width: 86%;
        display: inline-block;
        margin-left: 1%;
        font-size: 18px;
    }

.pro3 {
    background: url(../images/pro6.jpg) no-repeat;
    background-size: 100% 100%;
    padding-bottom: 20px;
    padding-top: 60px;
}

.pro2pic {
    margin: auto;
    display: block;
}

.pro3C {
    background: #fff url(../images/pro8.jpg) no-repeat center center;
    box-shadow: 1px 1px 10px #d8ccbd;
    padding: 50px 5%;
    border-radius: 10px;
}

.pro3Ctable thead th {
    background-color: #fdf3f6;
    padding: 15px 0;
    text-align: center;
    font-weight: bold;
    border: 1px solid #ededed;
}

.pro3Ctable td {
    padding: 20px 0;
    border: 1px solid #ededed;
}

.tbodytitle {
    background-color: #e2f0f5;
}

.pro4Clist {
    position: relative;
}

.pro4 {
    background: url(../images/pro12.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 60px 0;
}

.pro4Clist h2 {
    font-weight: bold;
    width: 128px;
    height: 128px;
    font-size: 17px;
    position: absolute;
    text-align: center;
    padding: 20px 0;
}

    .pro4Clist h2:after {
        content: '';
        background: url(../images/pro13.png) no-repeat;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-animation: zhuan4 10s linear infinite;
        animation: zhuan4 10s linear infinite;
    }

    .pro4Clist h2 b {
        font-size: 30px;
    }

        .pro4Clist h2 b:after {
            width: 30px;
            height: 3px;
            background-color: #00a0e9;
            content: '';
            display: block;
            margin: 3px auto -7px;
        }

@-webkit-keyframes zhuan4 {
    0% {
        transform: rotate(-40deg);
    }

    50% {
        transform: rotate(100deg);
    }

    100% {
        transform: rotate(-40deg);
    }
}

@keyframes zhuan4 {
    0% {
        transform: rotate(-40deg);
    }

    50% {
        transform: rotate(100deg);
    }

    100% {
        transform: rotate(-40deg);
    }
}

.pro4Clist h5 {
    font-size: 22px;
}

.pro4Clist p {
    font-size: 16px;
    color: #666666;
    line-height: 25px;
    margin-top: 15px;
}

.pro4Clist:first-child {
    padding-top: 358px;
    width: 42%;
    margin: 0 0 0 50%;
}

    .pro4Clist:first-child h2 {
        right: 0;
        top: 232px;
    }

.pro4Clist:nth-child(2) {
    width: 42%;
    margin: 100px 5% 0 43%;
}

    .pro4Clist:nth-child(2) h2 {
        left: -29%;
        top: 0;
    }

.pro4Clist:nth-child(3) {
    width: 40%;
    margin: 134px 0 0 31%;
}

    .pro4Clist:nth-child(3) h2 {
        left: -29%;
        top: 0;
    }

.pro4Clist:nth-child(4) {
    width: 42%;
    margin: 300px 0 0 50%;
}

    .pro4Clist:nth-child(4) h2 {
        right: 0;
        top: -107px;
    }

.pro4toppic {
    position: absolute;
    top: 0;
    left: 34px;
}

    .pro4toppic img {
        width: 26%;
    }

.propic4 {
    position: absolute;
    left: 148px;
    top: 148px;
}

.propic3 {
    margin: 0 27% 0 0;
}

.propic5 {
    position: absolute;
    right: 0;
    bottom: 240px;
    width: 30%;
}

.propic6 {
    position: absolute;
    left: 111px;
    bottom: -2px;
    width: 36%;
}

.pro5 {
    background: url(../images/pro16.jpg) no-repeat;
    padding: 60px 0;
    background-size: 100% 100%;
}

.pro5T {
    padding: 0 6%;
}

    .pro5T div p {
        z-index: 0;
        border: 2px solid #ffa304;
        border-radius: 100%;
        width: 130px;
        height: 130px;
        position: relative;
        color: #fff;
        font-size: 15px;
    }

        .pro5T div p:after {
            z-index: -1;
            content: '';
            position: absolute;
            top: 5px;
            left: 5px;
            background-color: #ffa304;
            border-radius: 100%;
            width: 116px;
            height: 116px;
        }

        .pro5T div p img {
            display: block;
            margin: 22px auto 0;
        }

.pro5Blist {
    width: 26%;
    float: left;
    background-color: #fff;
    font-size: 16px;
}

    .pro5Blist p {
        padding: 10px 0;
    }

    .pro5Blist:nth-child(2), .pro5Blist:nth-child(4) {
        float: right;
    }

    .pro5Blist:nth-child(3) {
        float: left;
    }

.pro5Bpic {
    position: absolute;
    top: -17px;
    left: 25%;
}

.pro5B {
    margin-top: 60px;
}

.pro6 {
    background: url(../images/pro18.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 60px 0;
}

.about3L .more:hover {
    background-color: #ff902d;
    color: #fff;
}



.mobile-inner {
    display: none;
    z-index: 101;
    background-color: #fafafa;
    position: relative
}

.mobile-inner-header {
    background-color: rgba(0,0,0,.7);
    width: 100%;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0
}

.mobile-inner-header-icon {
    z-index: 99992;
    color: #fff;
    height: 70px;
    font-size: 25px;
    text-align: center;
    right: 0;
    top: 0;
    width: 50px;
    position: fixed;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    -o-transition: background .5s;
    transition: background .5s
}

.mobile-inner-header-icon-click {
    background-color: rgba(255,255,255,.2);
    cursor: pointer
}

.mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 25px)/2);
    top: calc((100% - 1px)/2);
    width: 25px;
    height: 2px;
    background-color: #ffa304
}

    .mobile-inner-header-icon span:nth-child(1), .topnavR span i:nth-child(1) {
        transform: translateY(4px) rotate(0deg)
    }

    .mobile-inner-header-icon span:nth-child(2), .topnavR span i:nth-child(2) {
        transform: translateY(-4px) rotate(0deg)
    }

.mobile-inner-header-icon-click span:nth-child(1), .topnavR.click span i:nth-child(1) {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: clickfirst
}

.mobile-inner-header-icon-click span:nth-child(2), .topnavR.click span i:nth-child(2) {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: clicksecond
}

@keyframes clickfirst {
    0% {
        transform: translateY(4px) rotate(0deg)
    }

    100% {
        transform: translateY(0) rotate(45deg)
    }
}

@keyframes clicksecond {
    0% {
        transform: translateY(-4px) rotate(0deg)
    }

    100% {
        transform: translateY(0) rotate(-45deg)
    }
}

.mobile-inner-header-icon-out span:nth-child(1), .topnavR span i:nth-child(1) {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: outfirst
}

.mobile-inner-header-icon-out span:nth-child(2), .topnavR span i:nth-child(2) {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: outsecond
}

@keyframes outfirst {
    0% {
        transform: translateY(0) rotate(-45deg)
    }

    100% {
        transform: translateY(-4px) rotate(0deg)
    }
}

@keyframes outsecond {
    0% {
        transform: translateY(0) rotate(45deg)
    }

    100% {
        transform: translateY(4px) rotate(0deg)
    }
}

.mobile-inner-nav {
    overflow-y: scroll !important;
    background-color: rgba(0,0,0,.9);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 80px;
    padding-bottom: 80px;
    display: none
}

    .mobile-inner-nav a {
        display: inline-block;
        line-height: 50px;
        text-decoration: none;
        width: 80%;
        margin-left: 10%;
        color: #fff;
        border-bottom: solid 1px rgba(255,255,255,.3);
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        font-weight: 300
    }

        .mobile-inner-nav a:hover {
            color: rgba(255,255,255,.4);
            border-bottom: solid 1px rgba(255,255,255,.2)
        }

    .mobile-inner-nav div {
        background-color: #4a4a4a;
        padding: 0 10px;
        display: none;
    }


nav .logo {
    display: none;
}

.scollfox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
    box-shadow: 0px 1px 11px #e8e6e6;
    animation: 850ms 350ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: fadedown;
    animation-name: fadedown;
}

    .scollfox .container {
        width: 90%;
    }

    .scollfox .logo {
        display: inline-block;
    }

.headfixedh {
    height: 68px;
    display: none;
}

.scollfox nav li {
    width: 8.111%;
}

@keyframes fadedown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.about3Limg {
    display: none;
    margin-top: 20px;
}

.h_honor .h_title p:after {
    background-color: rgba(255,255,255,0.2);
}

.h_advantage .h_title p:after {
    display: none;
}

.fixedbottom {
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 72px;
    box-shadow: 0px 0px 5px 1px #aaa;
    cursor: default;
    -moz-user-select: none;
    z-index: 9999;
}

.fixedbottomL, .fixedbottomR {
    display: inline-block;
    vertical-align: middle;
    line-height: 72px;
}

    .fixedbottomL li {
        display: inline-block;
        vertical-align: middle;
        margin-right: 20px;
        font-size: 18px;
    }

.fixedbottomh {
    height: 72px;
}

.fixedbottomL li a {
    color: #fff;
}

    .fixedbottomL li a img {
        display: inline-block;
        margin-right: 15px;
        vertical-align: middle;
    }

.fixedbottomCenter {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 10px;
    line-height: 36px;
}

    .fixedbottomCenter input {
        width: 180px;
        font-size: 12px;
        color: #999999;
        text-indent: 20px;
        border-radius: 10px;
        height: 36px;
    }

    .fixedbottomCenter button {
        width: 96px;
        border-radius: 10px;
        font-size: 14px;
        background-color: #0060a9;
        color: #FFFFFF;
        font-weight: bold;
    }

.fixedbottomR {
    font-size: 23px;
    font-weight: bold;
    color: #fff;
}

    .fixedbottomR img {
        display: inline-block;
        margin-right: 5px;
        vertical-align: middle;
    }

    .fixedbottomR p {
        display: inline-block;
        vertical-align: middle;
        line-height: 25px;
    }

.subnav_con ul li a {
    padding-left: 30px; /*sub nav padding*/
    font-size: 18px;
}

.subnav_con ul li a:hover {
    color: #60a9d7;
}

.pic100 .simg {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

@media(max-width:1199px) {
    .headpic {
        width: 400px;
    }

        .headpic img {
            width: 100%;
        }

    .otherbanner1 .container {
        padding: 133px 15px;
    }

    .contactlist {
        padding: 35px 15px 35px 30px;
    }

    .footCR dl {
        min-width: 96px;
    }

    .footCL img {
        width: 90%;
    }

    .h_advantageC1 .line {
        width: 60px;
        right: -59px;
        top: 28px;
        background-size: 100% !important;
    }

    .h_advantageC1, .h_advantageC3 {
        width: 251px;
        left: 21px;
    }

    .h_advantageC2, .h_advantageC4 {
        right: -55px;
    }

        .h_advantageC2 .line {
            width: 60px;
            background-size: 100% !important;
            left: -59px;
            top: 30px;
        }

    .h_advantageC3 .line {
        width: 60px;
        background-size: 100% !important;
        right: -58px;
        top: 38px;
    }

    .h_advantageC4 .line {
        width: 60px;
        background-size: 100% !important;
        left: -54px;
        top: 39px;
    }

    .h_advantageC2, .h_advantageC4 {
        width: 239px;
        right: 32px;
    }

    .casenav div {
        font-size: 16px;
    }

        .casenav div a {
            width: 108px;
            height: 108px;
        }

            .casenav div a:after {
                top: -10px;
                left: -10px;
                width: 122px;
                height: 122px;
            }

    .casenav {
        margin: -50px 0 0 -485px;
        position: absolute;
    }

        .casenav div a img {
            padding-top: 14px;
            margin: 0 auto 1px;
        }

    .propic4 {
        left: 122px;
        top: 121px;
    }

    .pro4Clist h2 {
        padding: 5px 0;
        width: 100px;
        height: 100px;
    }

        .pro4Clist h2:after {
            background-size: 100% !important;
        }

    .pro5Bpic {
        top: -32px;
        left: 20%;
    }

        .pro5Bpic img {
            -webkit-transform: scale3d(0.9,0.9,1);
            transform: scale3d(0.9,0.9,1);
        }

    .h_changguanR .tab {
        font-size: 16px;
        width: 135px;
    }

        .h_changguanR .tab a {
            padding: 29px 10px 26px 30px;
        }

            .h_changguanR .tab a.on div {
                padding: 26px 20px 26px 58px;
            }

    .h_changguanR .content {
        width: 479px;
    }

    .h_changguanL {
        padding: 19px 45px;
    }

    .h_newCB2 a h5 {
        width: 62%;
    }

    .fixedbottomL li a img {
        margin-right: 4px;
    }

    .fixedbottomL li {
        margin-right: 14px;
    }

    .fixedbottomCenter input {
        width: 160px;
    }

    .fixedbottomCenter button {
        width: 84px;
    }

    .fixedbottomR {
        font-size: 16px;
    }

    .pro4Clist:first-child {
        padding-top: 284px;
    }

        .pro4Clist:first-child h2 {
            top: 201px;
        }

    .pro4Clist:nth-child(2) {
        margin: 64px 5% 0 43%;
    }

    .pro4Clist:nth-child(3) {
        margin: 81px 0 0 31%;
    }

    .pro4Clist:nth-child(4) {
        margin: 172px 0 0 50%;
    }
}

.footCR dl dd a {
    display: block;
    margin: 12px 0;
    color: #fff;
    font-size:16px;
}

@media(max-width:991px) {
    footer, .headpic, .headtel, .navList, .tj, .othernav, .new2C dl a dd div .more, .new2C dl a dd .time2, .casenav, .caseC dl dd span, about3R, .pro5Bpic, .about3R, .h_changguanL, .fixedbottom, .fixedbottomh, .fixedhead {
        display: none;
    }

    .container {
        width: 750px;
    }

    .mobile-inner, .new2C dl a dd div time, .about3Limg, .headfixedh {
        display: block !important;
    }

    .logo {
        margin: 0px;
    }

        /*.logo img {
            width: 207px;
        }*/

    .h_title h2:before, .h_title h2:after {
        width: 115px;
    }

    .contactCL, .contactCR, .new2C dl a dd div {
        width: 100%;
    }

    .contactlist {
        padding: 16px 15px 16px 30px;
    }

    .map {
        height: 250px;
    }

    .floatright {
        float: none;
        margin-bottom: 20px;
        width: 100%;
        padding: 0;
    }

    .new2C dl a dt {
        width: 248px;
    }

    .new2C dl a dd {
        width: calc(100% - 248px);
        padding: 13px 26px 0 26px;
    }

    .h_advantageC1, .h_advantageC3, .h_advantageC2, .h_advantageC4 {
        position: initial;
        width: 100%;
        text-align: left;
    }

        .h_advantageC1 h2 b, .h_advantageC2 h2 b, .h_advantageC3 h2 b, .h_advantageC4 h2 b {
            float: none;
            display: inline-block;
            border-right: 1px solid #0091ff;
            border-left: 0;
            margin: 14px 0 0 -10px;
            font-size: 25px;
            width: 46px;
            height: 46px;
            line-height: 46px;
        }

        .h_advantageC1 p, .h_advantageC2 p, .h_advantageC3 p, .h_advantageC4 p {
            text-align: left;
            margin-top: 14px;
            height: auto;
        }

        .h_advantageC1 h2 span, .h_advantageC3 h2 span, .h_advantageC2 h2 span, .h_advantageC4 h2 span {
            font-size: 21px;
            padding: 2px 30px;
            border-left: 0;
            border-right: 1px solid #0091ff;
            margin: 14px 0 0 -10px;
        }

    .adv2 {
        background: url(../images/bg11.jpg) no-repeat center center;
        background-position: 0 0 !important;
        background-size: cover;
    }

    .h_advantageC {
        padding: 34px 78px 34px;
    }

    .adv3 {
        background: url(../images/bg12.jpg) no-repeat center center;
        background-position: 0 0 !important;
        background-size: cover;
    }

    .caseC dl dd h5 {
        width: 100%;
    }

    .caseC div {
        display: inline;
    }

    .case, .about1 {
        padding: 40px 0;
        background: url(../images/bg10.jpg) no-repeat;
        background-position: 0 0 !important;
        background-size: cover;
    }

    .otherbanner2 .container {
        padding: 49px 15px;
    }

    .chuangguan1 {
        padding: 60px 0 114px;
    }

    .h_title2 h2 {
        font-size: 24px;
    }

    .h_title2 h3 {
        font-size: 23px;
    }

    .chuangguan1 dl {
        padding: 0 15px !important;
    }

    .chuangguan2 {
        padding: 46px 0 35px;
    }

    .chuangguan2C dl dt {
        width: 35%;
    }

    .chuangguan2C dl dd {
        width: 61%;
    }

        .chuangguan2C dl dd h5 b {
            width: 45px;
            line-height: 45px;
            height: 45px;
        }

    .h_caseC dl {
        margin-bottom: 20px;
    }

    .headfixedh {
        height: 71px;
    }

    .other7 h2 {
        font-size: 33px;
    }

    .other7 article span {
        padding: 9px 22px;
    }

    .pro1_1 {
        width: 600px;
    }

    .pro1_2 {
        width: 740px;
        left: 50%;
        margin-left: -370px;
        top: 19px;
    }

    .pro1_3 {
        width: 238px;
        right: 50%;
        margin-right: -283px;
        top: 240px;
    }

    .pro2 {
        padding-top: 0;
    }

    .pro2list p {
        margin: 15px 0 0 0;
        font-size: 16px;
    }

    .protitle h2 {
        font-size: 22px;
    }

    .pro2 .container {
        padding: 27px 5%;
    }

    .pro2pic {
        width: 57%;
    }

    .propic4 {
        left: 95px;
        top: 92px;
    }

    .pro4Clist h5 {
        font-size: 17px;
    }

    .pro4Clist:nth-child(2) h2 {
        left: -43%;
    }

    .pro4Clist:nth-child(2) {
        margin: 36px 5% 0 43%;
    }

    .pro4Clist:nth-child(3) {
        margin: 69px 0 0 31%;
    }

        .pro4Clist:nth-child(3) h2 {
            left: -39%;
        }

    .pro4Clist:nth-child(4) {
        margin: 92px 0 0 50%;
    }

    .about3L {
        width: 100%;
    }

    .pro5T div p {
        width: 110px;
        height: 110px;
    }

        .pro5T div p:after {
            width: 96px;
            height: 96px;
        }

        .pro5T div p img {
            margin: 12px auto 0;
        }

    .pro5Blist {
        width: 49%;
    }

    .h_changguanR {
        width: 100%;
        padding: 0 !important;
    }

        .h_changguanR .content {
            width: 614px;
        }

    #owl-demo4 .item {
        padding: 15px 10px;
    }

    .h_newCL, .h_newCR {
        width: 100%;
        margin: 10px 0 !important;
    }

    header {
        /*position: fixed;*/
        width: 100%;
        left: 0;
        top: 0;
        z-index: 99;
    }

    .tel dt img {
        max-width: 97px;
        max-height: 97px;
    }





    @media(max-width:767px) {
        .h_advantageCcenter, .chuangguan2C dl:before, .chuangguan2C:before, .h_changguanR .tab a.on div {
            display: none;
        }

        .container {
            width: 100%;
        }

        .otherbanner1 p {
            font-size: 25px;
        }

        .otherbanner1 h2 {
            font-size: 25px;
        }

        .otherbanner1 .container {
            padding: 63px 15px;
        }

        .other2 {
            background: url(/static/images/otherbanner2.jpg) no-repeat center center !important;
            background-size: cover !important;
            background-position: 0 0 !important;
        }

        .other1 {
            background: url(/static/images/otherbanner1.jpg) no-repeat center center !important;
            background-size: cover !important;
            background-position: 0 0 !important;
        }

        .other3 {
            background: url(/static/images/otherbanner3.jpg) no-repeat center center !important;
            background-size: cover !important;
            background-position: 0 0 !important;
        }

        .other6 {
            background: url(/static/images/otherbanner6.jpg) no-repeat center center !important;
            background-size: cover !important;
            background-position: 0 0 !important;
        }

        .other7 {
            background: url(/static/images/otherbanner7.jpg) no-repeat center center !important;
            background-size: cover !important;
            background-position: 0 0 !important;
        }

        .gsjj, .newmain, .adv1, .adv3 .container, .honor {
            padding: 30px 20px !important;
        }

        .h_title h2:before, .h_title h2:after {
            width: 52px;
        }

        .h_title h2 span {
            font-size: 23px;
        }

        .h_title h2 {
            font-size: 16px;
        }

        .h_title p {
            font-size: 14px;
        }

        .info {
            padding: 20px;
        }

        .adv1 h2 {
            font-size: 22px;
        }

        .adv1B, .about1B {
            font-size: 15px;
        }

        .adv2 .container {
            padding: 60px 20px 0;
        }

        .h_advantageC {
            padding: 8px 20px 34px;
        }

        .h_advantageC1 h2, .h_advantageC2 h2, .h_advantageC3, .h_advantageC4 h2 {
            text-align: center;
        }

        .newC dl a dd p {
            height: auto;
        }

        .chuangguan1 {
            background: url(../images/bg9.jpg) repeat center center !important;
            background-size: cover;
            background-position: 0 0 !important;
        }

        .chuangguan2C dl {
            width: 100%;
            margin: 15px 0;
        }

            .chuangguan2C dl dt {
                width: 29%;
            }

            .chuangguan2C dl dd {
                width: 68%;
            }

                .chuangguan2C dl dd h5 {
                    text-align: left;
                }

                    .chuangguan2C dl dd h5 b {
                        float: left;
                        margin: -11px 14px 0 0;
                    }

                .chuangguan2C dl dd article {
                    text-align: left;
                }

            .chuangguan2C dl:nth-child(even) {
                margin-left: 0;
            }

        .h_title p:after {
            width: 76%;
            left: 12%;
        }

        .h_title2 h2, .h_title2 h3 {
            font-size: 18px;
        }

        .h_title2 p {
            font-size: 13px;
        }

        .chuangguan1 dl:nth-child(1), .chuangguan1 dl:nth-child(3) {
            margin: 0 0 20px;
        }

        .chuangguan4 {
            padding: 113px 0 51px;
        }

        .chuangguan4bg {
            background-color: rgba(0,0,0,0.5);
            width: 100%;
        }

        .chuangguan4R {
            width: 100%;
            margin-left: 0;
        }

        .pro2 {
            padding: 30px 20px;
            background-size: auto 100% !important;
        }

        .pro3 {
            background-size: auto 100%;
            padding-top: 27px;
        }

        .other7 h2 {
            font-size: 25px;
        }

        .other7 p {
            font-size: 14px;
        }

        .other7 article span {
            padding: 6px 10px;
            font-size: 12px;
            margin: 0 1px;
        }

        .pro3Ctable {
            overflow: scroll;
            font-size: 14px;
        }

            .pro3Ctable thead th {
                padding: 5px 0;
            }

            .pro3Ctable td {
                padding: 10px 0;
            }

        .pro4 {
            padding: 30px 0;
            background: url(../images/pro12.jpg) no-repeat right top;
            background-size: auto 100%;
        }

        .pro4toppic img {
            width: 48%;
        }

        .pro4toppic, .propic4, .pro4Clist h2 {
            position: initial;
        }

        .propic3 {
            margin: 0;
        }

        .pro4Clist:first-child {
            width: 100%;
            padding-top: 20px;
            margin: 0;
        }

        .pro4Clist h2 {
            position: relative;
            margin: 0 auto;
            top: 0 !important;
        }

        .pro4Clist:nth-child(2) {
            margin: 36px 0;
            width: 100%;
        }

            .pro4Clist:nth-child(2) h2, .pro4Clist:nth-child(3) h2 {
                left: inherit;
            }

        .pro4Clist:nth-child(3) {
            margin: 0;
            width: 100%;
        }

        .pro4Clist:nth-child(4) {
            width: 100%;
            margin: 30px 0;
        }

            .pro4Clist:nth-child(4) h2 {
                top: 0;
            }

        .about3title h2 {
            font-size: 19px;
        }

        .about3L article {
            margin-top: 16px;
        }

        .pro5T div p {
            width: 90px;
            height: 90px;
            margin: 3px 0px;
        }

            .pro5T div p:after {
                width: 76px;
                height: 76px;
            }

            .pro5T div p img {
                width: 40%;
                margin: 10px auto 0;
            }

        .pro5B {
            margin-top: 30px;
        }

        .h_changguanR .tab {
            width: 100%;
        }

            .h_changguanR .tab a {
                width: 16.6%;
                float: left;
                padding: 20px 0;
                text-align: center;
                border-top: 0;
            }

                .h_changguanR .tab a.on {
                    color: #fff;
                    background-color: #0091ff;
                }

        .h_changguanR .content {
            width: 100%;
        }

        .h_changguanR .tab a:first-child {
            border-left: 1px solid #ededed;
        }

        .h_changguanR .content li a img {
            display: block;
        }

        .h_changguanR .content li a {
            height: auto;
        }

        .pro1_1 {
            width: 70%;
        }

        .pro1_2 {
            width: 100%;
            left: 0;
            margin-left: 0;
            top: 0;
        }

        .pro1, .pro3, .pro5 {
            background-size: auto 100% !important;
        }

        .h_advantage {
            background: url(../images/bg4.jpg) no-repeat center center;
        }

        .h_honor {
            background: url(../images/bg7.jpg) no-repeat center center;
            background-size: cover;
        }

        .tel {
            opacity: 1;
            box-shadow: 0 0 5px 0px rgba(2,126,220,.5);
            -webkit-transition: all .3s ease-in;
            -moz-transition: all .3s ease-in;
            -o-transition: all .3s ease-in;
            transition: all .3s ease-in;
        }

        .bq {
            margin-bottom: 100px;
        }
    }



    @media(max-width:640px) {
        .new2C dl a dt {
            width: 150px;
        }

        .new2C dl a dd {
            width: calc(100% - 150px);
            padding: 10px 11px 0;
        }

            .new2C dl a dd div h5 {
                font-size: 16px;
            }

            .new2C dl a dd div p {
                font-size: 14px;
                height: 38px;
                line-height: 19px;
                margin-top: 5px;
            }

        .new2C dl {
            padding-bottom: 15px;
            margin-bottom: 15px;
        }

            .new2C dl a dd time {
                margin-top: 0px;
            }

        .newC dl {
            margin-bottom: 20px;
            padding: 0 !important;
        }

        .owl-theme .owl-controls .owl-page span {
            width: 5px;
            height: 5px;
        }

        .banner .owl-pagination {
            bottom: 0;
        }

        .h_changguanR .tab a span {
            display: block;
        }
    }



    @media (max-width:520px) {
        .contactlist {
            padding: 12px 10px;
        }

        .contactlistimg {
            width: 30px;
            height: 30px;
            margin-top: 5px;
        }

            .contactlistimg img {
                width: 60px;
            }

        .contactlist:hover .contactlistimg img {
            margin-left: -30px;
        }

        .contactlistR {
            width: calc(100% - 39px);
        }

        .h_title h2:before, .h_title h2:after {
            margin: 0 10px 0 0;
            width: 33px;
        }

        .h_title h2:after {
            margin: 0 0 0 10px;
        }

        .otherbanner1 h2 {
            font-size: 20px;
        }

        .otherbanner1 p {
            font-size: 21px;
        }

        .prenext a.back {
            position: initial;
            margin: 30px auto;
            display: block;
            width: 150px;
            text-align: center;
            padding: 9px 0;
        }

        .prenext p, .h_newCB2 a h5 {
            width: 100%;
        }

        .newmain h1 {
            font-size: 20px;
        }

        .caseC dl, .honorC dl {
            padding: 0 5px !important;
        }

            .caseC dl dd h5 {
                font-size: 14px;
                font-weight: 100;
            }

            .caseC dl dd {
                padding: 6px;
            }

        .pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
            width: 82px !important;
        }

        .adv3 h5, .chuangguan2C dl dd h5 {
            font-size: 16px;
        }

        .h_C {
            margin-top: 30px;
        }

        .h_changguanR .tab {
            font-size: 14px;
        }

        .h_newCB2 a time {
            float: none;
            margin: 5px 0 0 23px;
            display: block;
        }

        .pad60 {
            padding: 30px 0 !important;
        }

        .h_newCL, .h_newCR {
            padding: 30px 15px;
        }

        .h_newCB1 a img {
            width: 124px;
            margin-right: 11px;
        }

        .h_newCB1 a h5 {
            margin-top: 7px;
        }

        .h_newCB1 a p {
            margin-top: 6px;
        }

        .tel dt {
            width: initial;
            margin-right: 0;
            text-align: initial;
        }
    }

    @media (max-width:440px) {
        .h_product .h_title h2 span {
            font-size: 21px;
        }

        .h_title h2 {
            font-size: 14px;
        }

            .h_title h2:before, .h_title h2:after {
                margin: 0 5px 0 0;
                width: 16px;
            }

            .h_title h2:after {
                margin: 0 0 0 5px;
            }

        .h_changguanR .tab a {
            width: 33.333%;
            padding: 10px 0;
        }

            .h_changguanR .tab a:nth-child(4) {
                border-left: 1px solid #ededed;
            }

        .other7 p {
            font-size: 12px;
            margin-top: 10px;
        }

        .other7 h2 {
            font-size: 23px;
        }

        .other7 article span {
            padding: 6px 4px;
            font-size: 12px;
            margin: 0;
        }
    }

    @media (max-width:350px) {
        .h_title h2:before, .h_title h2:after {
            width: 24px;
        }

        .otherbanner1 p {
            font-size: 17px;
        }

        .h_title h2 em {
            margin: 0 5px;
        }

        .h_title h2 span {
            font-size: 21px;
        }

        .bq {
            margin-bottom: 110px;
        }

        .tel dt {
            transform: translateY(0);
            -ms-transform: translateY(0);
            -moz-transform: translateY(0);
            -webkit-transform: translateY(0);
            -o-transform: translateY(0);
        }

            .tel dt img {
                width: 85%;
            }

        .tel .telRight {
            width: 75%;
            margin-left: 10px;
        }
    }
}

@media(min-width:991px) {
    .mHeader {
        display: none;
    }

    .mobileProduct {
        display:none;
    }
}

@media(max-width:991px) {

    .wHeader {
        display:none;
    }

    #box {
        height:150px;
    }

    .m_product {
        padding: 15px 25px 15px 25px;
    }

    .m_product a{
        color:#000;
        font-size:14px;
    }

    #product {
        height:240px;
    }

        #product .mobileProduct {
            margin-top:20px;
        }

        .contactCR {
            margin-left: 0px;
            margin-top: 0px;
        }
}

@media(max-width:1700px) {
    .casenav {
        left:40%;
    }
}

@media(max-width:1440px) {
    .casenav {
        left: 45%;
    }
        .casenav div a {
            box-shadow: 0px 4px 20px #e2e2e2;
            width: 100px;
            height: 100px;
            font-size:16px;
        }
            .casenav div a img {
                width: 40px;
            }
            .casenav div a:after {
                width: 114px;
                height: 114px;
            }
}

@media(max-width:1280px) {
    .casenav {
        left: 50%;
        margin-top:0px;
    }
    .casenav div a {
        box-shadow: 0px 4px 20px #e2e2e2;
        width: 80px;
        height: 80px;
        font-size: 14px;
        margin-top: -14px;
    }

            .casenav div a img {
                margin-top:23px;
                width: 20px;
            }

            .casenav div a:after {
                width: 94px;
                height: 94px;
            }
}