body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, tr, td, img, div, textarea {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

body {
    background: #fff;
    color: #333;
    font-family: arial;
}

ul, ol, li {
    list-style-type: none;
}

select, input, img, select {
    vertical-align: middle;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

dl, dt, dd {
    margin: 0;
}

.header {
    background: #fff;
    position: relative;
    z-index: 10;
}

.w11 {
    width: 90%;
    min-width: 1280px;
    margin: 0 auto;
}

.w22 {
    width: 1400px;
    min-width: 1280px;
    margin: 0 auto;
}

.header-top {
    zoom: 1;
    height: 85px;
    border-bottom: 1px solid #e4e4e4;
    line-height: 85px;
}

    .header-top:after {
        display: block;
        content: '';
        clear: both;
    }

.header-left {
    float: left;
    width: 17.25%;
}

    .header-left img {
        width: 100%;
    }

.header-right {
    float: right;
}

    .header-right ul {
        zoom: 1;
    }

        .header-right ul:after {
            display: block;
            content: '';
            clear: both;
        }

        .header-right ul li {
            float: left;
            margin-left: 30px;
            position: relative;
            padding-left: 20px;
        }
		
		.header-right ul li a{
			color: #000;
		}
            .header-right ul li:after {
                display: block;
                content: '';
                width: 16px;
                height: 16px;
                position: absolute;
                left: 0;
                top: 50%;
                margin-top: -8px;
            }

            .header-right ul li:nth-child(2):after {
                background: url(../images/icon-h1.png) no-repeat;
            }

            .header-right ul li:nth-child(3):after {
                background: url(../images/icon-h2.png) no-repeat;
            }

            .header-right ul li:nth-child(4):after {
                background: url(../images/icon-h4.png) no-repeat;
            }
			.header-right ul li:nth-child(1):after {
                background: url(../images/icon-h5.png) no-repeat;
            }
.header-menu {
    zoom: 1;
}

    .header-menu:after {
        display: block;
        content: '';
        clear: both;
    }

.header-menu-fl {
    float: left;
}

    .header-menu-fl ul {
        zoom: 1;
    }

        .header-menu-fl ul:after {
            display: block;
            content: '';
            clear: both;
        }

        .header-menu-fl ul li {
            float: left;
            margin-right: 80px;
            position: relative;
        }

            .header-menu-fl ul li:after {
                display: block;
                height: 4px;
                background: #2977c9;
                content: "";
                width: 0;
                position: absolute;
                left: 50%;
                transition-duration: .5s;
                bottom: 0px;
            }

            .header-menu-fl ul li:hover:after {
                width: 100%;
                left: 0;
            }

            .header-menu-fl ul li a {
                font-size: 20px;
                display: block;
                color: #333333;
                line-height: 60px;
            }

                .header-menu-fl ul li a:hover {
                    color: #2977c9;
                }

.active1>a {
    color: #2977c9 !important;
}

.header-menu-fl ul li dl {
    position: absolute;
    left: -20px;
    top: 100%;
    width: 250px;
    background: #fff;
    z-index: 666;
    display: none;
}

    .header-menu-fl ul li dl a {
        line-height: 20px;
        font-size: 18px;
        display: block;
    }

    .header-menu-fl ul li dl dd {
        padding: 15px 20px;
        transition-duration: 0.5s;
    }

        .header-menu-fl ul li dl dd:not(:first-child) {
            border-top: 1px dashed #ccc;
        }

        .header-menu-fl ul li dl dd:hover {
            background: #2977c9;
        }

            .header-menu-fl ul li dl dd:hover a {
                color: #fff;
            }

.header-menu-fl ul li:hover dl {
    display: block;
}

.header-menu-fr {
    float: right;
}

    .header-menu-fr a {
        font-size: 18px;
        color: #333333;
        line-height: 60px;
        position: relative;
        padding-left: 20px;
    }

        .header-menu-fr a:after {
            display: block;
            content: '';
            width: 16px;
            height: 16px;
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -8px;
            background: url(../images/icon-h3.png) no-repeat;
        }

.active-show {
    background: #2977c9 !important;
}

    .active-show a {
        color: #fff !important;
    }

/*小屏导航*/
.xs-top {
    display: none;
}

.mobile-inner-nav a {
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

.mobile {
    width: 100%;
    z-index: 888;
    position: fixed;
    top: 0;
    left: 0;
    height: 50px;
    background: #fff;
}

.mobile-inner {
    margin-right: auto;
    margin-left: auto;
    background-color: #fafafa;
    position: relative;
}

    .mobile-inner p {
        color: #676767;
        line-height: 25px;
        font-size: 16px;
        padding-bottom: 30px;
        padding-right: 30px;
        padding-left: 30px;
        margin: 0px;
    }

.mobile-inner-header {
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    background: #f3f2f2;
}

.mobile-inner {
}

.mobile-inner-header-icon {
    color: #ffffff;
    height: 50px;
    font-size: 25px;
    text-align: center;
    float: right;
    width: 50px;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}

    .mobile-inner-header-icon:hover {
        background-color: rgba(255,255,255,0.2);
        cursor: pointer;
    }

    .mobile-inner-header-icon span {
        position: absolute;
        left: calc((100% - 28px) / 2);
        top: calc((100% + 15px) / 2);
        width: 30px;
        height: 3px;
        border-radius: 3px;
        background-color: rgba(0,0,0,1);
    }
    .mobile-inner-header-icon em{
    	font-size: 12px;
    	font-weight: bold;
    	color: rgba(0,0,0,1);
    	font-style: normal;
    	text-align: center;
    	display: block;
    	position: absolute;
    	top: 5px;
    	left: calc((100% - 33px) / 2);
    }

        .mobile-inner-header-icon span:nth-child(1) {
            transform: translateY(4px) rotate(0deg);
        }

        .mobile-inner-header-icon span:nth-child(2) {
            transform: translateY(-4px) rotate(0deg);
        }
        .mobile-inner-header-icon span:nth-child(3) {
            transform: translateY(-12px) rotate(0deg);
        }

.mobile-inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}

.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

.mobile-inner-nav {
    background-color: rgba(0,0,0,0.8);
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
    display: none;
}

    .mobile-inner-nav a {
        display: inline-block;
        line-height: 50px;
        text-decoration: none;
        width: 85%;
        margin-left: 5%;
        color: #FFFFFF;
        border-bottom: solid 1px rgba(255,255,255,0.3);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        font-weight: 300;
    }

        .mobile-inner-nav a:hover {
            color: rgba(255,255,255,0.4);
            border-bottom: solid 1px rgba(255,255,255,0.2);
        }

    .mobile-inner-nav li dl {
        padding-left: 15px;
        display: none;
    }

        .mobile-inner-nav li dl a {
            font-size: 14px;
        }
/*菜单结束*/

.home-banner .slideBox {
    width: 100%;
    overflow: hidden;
    position: relative;
}

    .home-banner .slideBox .bd {
        position: relative;
        height: 100%;
        z-index: 0;
    }

        .home-banner .slideBox .bd li {
            zoom: 1;
            vertical-align: middle;
            position: relative;
        }

    /* 下面是前/后按钮代码，如果不需要删除即可 */
    .home-banner .slideBox .prev,
    .home-banner .slideBox .next {
        position: absolute;
        left: 3%;
        top: 50%;
        margin-top: -25px;
        display: block;
        width: 32px;
        height: 40px;
        width: 71px;
        height: 126px;
        background: url(../images/icon-l.png) no-repeat;
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

    .home-banner .slideBox .next {
        left: auto;
        right: 3%;
        background: url(../images/icon-r.png) no-repeat;
    }

        .home-banner .slideBox .prev:hover,
        .home-banner .slideBox .next:hover {
            filter: alpha(opacity=100);
            opacity: 1;
        }
/*.pro-detail-nav .slideBox .prev,
.pro-detail-nav .slideBox .next{position:absolute; left:-5%; top:45%;margin-top: -63px; display:block; width:71px; height:126px; background:url(../images/icon-l.png) no-repeat;background-size: 100%; z-index: 99;display: none;}
.pro-detail-nav .slideBox .next{ left:auto; right:-5%;background:url(../images/icon-r.png) no-repeat;}*/



.home-banner {
    width: 100%;
    position: relative;
}

    .home-banner img {
        width: 100%;
    }

.banner-img {
    display: block;
}

.banner-mobile {
    display: none;
}

.home-banner-pro {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 8%;
    text-align: center;
    z-index: 2;
}

    .home-banner-pro h3 {
        font-size: 34px;
        color: #fff;
        font-weight: normal;
    }

.btn-com {
    display: block;
    margin: 15px auto;
    width: 280px;
    height: 40px;
    background: url(../images/icon_bg1.png) no-repeat;
    background-size: 100% 100%;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    transition-duration: 0.5s;
}

    .btn-com:hover {
        box-shadow: 5px 5px 5px #999;
    }

.footer {
    background: #2977c9;
    padding: 30px 0;
    width: 100%;
}

.footer2 {
    background: rgba(255,255,255,0.65);
    padding: 30px 0;
}

.footer-two {
    zoom: 1;
    padding-top: 30px;
    border-top: 1px solid #fff;
}

    .footer-two:after {
        display: block;
        content: '';
        clear: both;
    }

.footer-nav-fl {
    float: left;
}

    .footer-nav-fl p {
        font-size: 16px;
        color: #fff;
        opacity: 0.7;
    }

.footer-nav-fr {
    float: right;
}

    .footer-nav-fr ul {
        zoom: 1;
    }

        .footer-nav-fr ul:after {
            display: block;
            content: '';
            clear: both;
        }

        .footer-nav-fr ul li {
            float: left;
            margin-left: 34px;
            position: relative;
        }

            .footer-nav-fr ul li a {
                font-size: 16px;
                color: #fff;
                opacity: 0.7;
            }

            .footer-nav-fr ul li:not(:first-child):before {
                display: block;
                content: '';
                width: 1px;
                height: 15px;
                background: #7d8083;
                position: absolute;
                left: -17px;
                top: 1px;
            }

.cover-frame {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.6);
    overflow: hidden;
    z-index: 998;
    display: none;
    transition-duration: 0.5s;
}

.cover-frame-nav {
    width: 634px;
    height: 644px;
    background: #eff7ff;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -317px;
    margin-top: -322px;
}

.cover-frame-nav-title {
    background: #19426e;
    padding: 55px 0 30px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    position: relative;
}

    .cover-frame-nav-title h4 {
        font-size: 30px;
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
    }

    .cover-frame-nav-title p {
        font-size: 16px;
        color: #fff;
        opacity: 0.5;
    }

.close {
    width: 34px;
    height: 34px;
    background: url(../images/X.png) no-repeat;
    position: absolute;
    right: 10px;
    top: 10px;
}

.cover-frame-nav-input {
    padding: 20px 80px;
}

.cover-frame-nav-messages {
    margin-bottom: 15px;
    zoom: 1;
}

    .cover-frame-nav-messages:after {
        display: block;
        content: '';
        clear: both;
    }

.cover-frame-nav-input span {
    float: left;
    width: 28%;
    display: block;
    padding-right: 2%;
    font-size: 16px;
    color: #555555;
    line-height: 35px;
    text-align: right;
    box-sizing: border-box;
}

.cover-frame-nav-input input {
    float: left;
    width: 72%;
    padding-left: 10px;
    border: 1px solid #cccccc;
    height: 35px;
    font-size: 16px;
    color: #555555;
}

.cover-frame-nav-input select {
    float: left;
    width: 72%;
    padding-left: 10px;
    border: 1px solid #cccccc;
    height: 35px;
    font-size: 16px;
    color: #555555;
}

.cover-frame-nav-input textarea {
    float: left;
    width: 72%;
    padding-left: 10px;
    border: 1px solid #cccccc;
    height: 80px;
    font-size: 16px;
    color: #555555;
    resize: none;
}

.vice-menu {
    background: #2977c9;
    padding: 20px 0;
}

    .vice-menu p {
        font-size: 18px;
        color: #fff;
        padding-left: 40px;
        position: relative;
    }

        .vice-menu p a {
            font-size: 18px;
            color: #fff;
        }

        .vice-menu p:before {
            display: block;
            content: '';
            width: 22px;
            height: 22px;
            background: url(../images/home.png) no-repeat;
            position: absolute;
            left: 0;
            top: -2px;
        }

.pro-com {
    padding-top: 60px;
    padding-bottom: 80px;
}

    .pro-com h3 {
        font-size: 38px;
        color: #111111;
        text-align: center;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 60px;
    }

.pro-list-nav ul {
    zoom: 1;
}

    .pro-list-nav ul:after {
        display: block;
        content: '';
        clear: both;
    }

    .pro-list-nav ul li {
        float: left;
        width: 30%;
        margin-right: 5%;
        margin-bottom: 40px;
        box-shadow: 0px 4px 4px #eeeeee;
    }

        .pro-list-nav ul li:nth-child(3n) {
            margin-right: 0;
        }

.pro-img {
    width: 100%;
    height: 290px;
    overflow: hidden;
}

    .pro-img img {
        display: block;
        width: 100%;
        transition-duration: 0.5s;
    }

.pro-name {
    zoom: 1;
    padding: 0 20px;
    background: #fff;
}

    .pro-name:after {
        display: block;
        content: '';
        clear: both;
    }

    .pro-name span:nth-child(1) {
        font-size: 24px;
        color: #333333;
        font-weight: bold;
        float: left;
        line-height: 56px;
    }

    .pro-name span:nth-child(2) {
        font-size: 14px;
        color: #333333;
        float: right;
        line-height: 56px;
    }

.pro-list-nav ul li:hover .pro-img > img {
    transform: scale(1.1);
}

.pro-list-nav ul li:hover .pro-name {
    background: #2977c9;
}

    .pro-list-nav ul li:hover .pro-name > span {
        color: #fff;
    }

/* 本例子css */
.pro-detail-nav .slideBox {
    width: 100%;
    position: relative;
}

    .pro-detail-nav .slideBox .hd {
        width: 100%;
        text-align: center;
        z-index: 1;
        margin-top: 30px;
    }

        .pro-detail-nav .slideBox .hd ul {
            zoom: 1;
            display: inline-block;
        }

            .pro-detail-nav .slideBox .hd ul li {
                float: left;
                margin-right: 40px;
                width: 16px;
                height: 16px;
                border: 1px solid #434343;
                border-radius: 50%;
                cursor: pointer;
            }

                .pro-detail-nav .slideBox .hd ul li.on {
                    background: #2977c9;
                    border: 1px solid #2977c9;
                }

    .pro-detail-nav .slideBox .bd {
        position: relative;
        z-index: 0;
    }

        .pro-detail-nav .slideBox .bd li {
            zoom: 1;
            vertical-align: middle;
        }

            .pro-detail-nav .slideBox .bd li p {
                font-size: 20px;
                color: #333333;
                text-align: center;
                margin-top: 20px;
            }

        .pro-detail-nav .slideBox .bd img {
            width: 50%;
            display: block;
            margin: 0 auto;
        }

    .pro-detail-nav .slideBox .hd ul li:last-child {
        margin-right: 0;
    }
    /* 下面是前/后按钮代码，如果不需要删除即可 */
    .pro-detail-nav .slideBox .prev,
    .pro-detail-nav .slideBox .next {
        position: absolute;
        left: -5%;
        top: 45%;
        margin-top: -63px;
        display: block;
        width: 71px;
        height: 126px;
        background: url(../images/icon-l.png) no-repeat;
        background-size: 100%;
        z-index: 99;
        display: none;
    }

    .pro-detail-nav .slideBox .next {
        left: auto;
        right: -5%;
        background: url(../images/icon-r.png) no-repeat;
    }

    .pro-detail-nav .slideBox:hover > .prev, .pro-detail-nav .slideBox:hover > .next {
        display: block;
    }

.fenge-line {
    width: 100%;
    height: 1px;
    background: #dddddd;
    margin: 35px 0;
}


/*.pro-advantages-nav h3{}*/
.pro-adv ul {
    zoom: 1;
}

    .pro-adv ul:after {
        display: block;
        content: '';
        clear: both;
    }

    .pro-adv ul li {
        float: left;
        width: 49%;
        margin-right: 2%;
        margin-bottom: 25px;
        cursor: pointer;
    }

        .pro-adv ul li:nth-child(2n) {
            margin-right: 0;
        }

.pro-adv-nav {
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .pro-adv-nav img {
        display: block;
        width: 100%;
    }

.pro-adv-title {
    position: absolute;
    width: 100%;
    height: 90px;
    padding: 10px 40px;
    background: rgba(0,0,0,0.6);
    left: 0;
    bottom: 0;
    transition-duration: 0.5s;
}

    .pro-adv-title h4 {
        font-size: 24px;
        color: #FFFFFF;
        font-weight: bold;
    }

    .pro-adv-title p {
        font-size: 16px;
        color: #FFFFFF;
        line-height: 20px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

.pro-adv-cover {
    position: absolute;
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    background: rgba(41,119,201,0.8);
    padding: 110px 126px 0;
    transition-duration: 0.5s;
    z-index: 3;
}

    .pro-adv-cover h4 {
        font-size: 24px;
        color: #FFFFFF;
        font-weight: bold;
        text-align: center;
        margin-bottom: 20px;
    }

    .pro-adv-cover p {
        font-size: 16px;
        color: #FFFFFF;
        line-height: 20px;
        text-align: center;
    }

.pro-adv ul li:hover .pro-adv-cover {
    top: 0;
}

.pro-adv ul li:hover .pro-adv-title {
    bottom: -90px;
}

.nei-banner {
    width: 100%;
    position: relative;
}

    .nei-banner img {
        display: block;
        width: 100%;
    }

.vice-menu2 {
    padding: 20px 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

    .vice-menu2 p {
        font-size: 18px;
        color: #fff;
        padding-left: 40px;
        position: relative;
    }

        .vice-menu2 p a {
            font-size: 18px;
            color: #fff;
        }

        .vice-menu2 p:before {
            display: block;
            content: '';
            width: 22px;
            height: 22px;
            background: url(../images/home.png) no-repeat;
            position: absolute;
            left: 0;
            top: -2px;
        }

.pro-dz-com {
    box-shadow: 0px 3px 5px #e5e5e5;
}

    .pro-dz-com ul {
        zoom: 1;
    }

        .pro-dz-com ul:after {
            display: block;
            content: '';
            clear: both;
        }

        .pro-dz-com ul li {
            float: left;
            position: relative;
            overflow: hidden;
            cursor: pointer;
        }

            .pro-dz-com ul li img {
                display: block;
                width: 100%;
            }

.pro-dz-introduce {
    padding: 50px 55px;
}

    .pro-dz-introduce p {
        font-size: 18px;
        color: #fff;
        padding: 5px 10px;
        background: #2977c9;
        
    }

.pro-dz-all1 li {
    width: 50%;
}

.pro-dz-name {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 25px;
}

    .pro-dz-name h4 {
        font-size: 24px;
        color: #FFFFFF;
        text-align: center;
        font-weight: normal;
    }

.pro-dz-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(41,119,201,0.8);
    top: -100%;
    left: 0;
    transition-duration: 0.5s;
}

    .pro-dz-cover h4 {
        font-size: 30px;
        color: #FFFFFF;
        text-transform: uppercase;
        text-align: center;
        width: 100%;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.pro-dz-all2 li {
    width: 33.3%;
}

.pro-dz-bg {
    background: #f7f7f7;
    padding: 40px 0;
    margin: 30px 0;
}

.pro-dz-all3 li {
    width: 33.3%;
}

.pro-dz-all3 span {
    display: block;
    width: 150px;
    text-align: center;
    margin: 0 auto;
    font-size: 24px;
    color: #333333;
    margin-bottom: 20px;
    position: relative;
}

    .pro-dz-all3 span:after {
        display: block;
        content: '';
        width: 90%;
        height: 3px;
        background: #2977c9;
        position: absolute;
        left: 5%;
        bottom: -5px;
    }

.pro-dz-com ul li:hover .pro-dz-name {
    display: none;
}

.pro-dz-com ul li:hover .pro-dz-cover {
    top: 0;
}

.pro-dz-all3-img {
    zoom: 1;
}

    .pro-dz-all3-img:after {
        display: block;
        content: '';
        clear: both;
    }

    .pro-dz-all3-img dl {
        float: left;
        width: 33%;
        height: 540px;
        margin-right: 0.5%;
        overflow: hidden;
    }

        .pro-dz-all3-img dl:nth-child(3n) {
            margin-right: 0;
        }

        .pro-dz-all3-img dl dd {
            width: 100%;
            position: relative;
            overflow: hidden;
            cursor: pointer;
        }

            .pro-dz-all3-img dl dd img {
                display: block;
                width: 100%;
            }

            .pro-dz-all3-img dl dd .pro-dz-cover h4 {
                font-size: 24px;
            }

            .pro-dz-all3-img dl dd:nth-child(2) {
                margin-top: 10px;
            }

            .pro-dz-all3-img dl dd:hover .pro-dz-name {
                display: none;
            }

            .pro-dz-all3-img dl dd:hover .pro-dz-cover {
                top: 0;
            }

.pro-factory {
    padding-top: 60px;
    padding-bottom: 80px;
}

    .pro-factory h3 {
        font-size: 48px;
        color: #111111;
        text-align: center;
        font-weight: bold;
        text-transform: uppercase;
    }

.pro-factory-nav > span {
    font-size: 24px;
    color: #333333;
    text-align: center;
    display: block;
    margin-bottom: 50px;
}

.pro-factory-list li {
    zoom: 1;
    background: #f7f7f7;
    margin-bottom: 10px;
}

    .pro-factory-list li:after {
        display: block;
        content: '';
        clear: both;
    }

.fl {
    float: left;
    width: 50%;
}

.fr {
    float: right;
    width: 50%;
}

.pro-factory-img {
    overflow: hidden;
}

    .pro-factory-img img {
        display: block;
        width: 100%;
        transition-duration: 0.5s;
    }

        .pro-factory-img img:hover {
            transform: scale(1.1);
        }

.pro-factory-int {
    padding: 100px 80px 0;
}

    .pro-factory-int h4 {
        font-size: 30px;
        color: #2977c9;
        font-weight: bold;
        margin-bottom: 35px;
    }

    .pro-factory-int p {
        font-size: 16px;
        color: #333333;
        line-height: 28px;
        text-align: justify;
    }

.about-us-content {
    width: 100%;
    position: relative;
}

    .about-us-content img {
        display: block;
        width: 100%;
    }

.about-us-content-fl {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
}

    .about-us-content-fl img {
        display: block;
        width: 100%;
        height: 100%;
    }

.about-us-content-fr {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    padding: 90px 40px 0;
}

    .about-us-content-fr h4 {
        font-size: 30px;
        color: #333333;
        text-align: center;
        margin-bottom: 35px;
    }

    .about-us-content-fr p {
        font-size: 16px;
        color: #333333;
        line-height: 30px;
        text-align: justify;
    }

        .about-us-content-fr p span {
            color: #1b6bce;
            font-weight: bold;
        }

.Menubox {
    width: 100%;
    margin-bottom: 50px;
}

    .Menubox ul {
        zoom: 1;
    }

        .Menubox ul:after {
            display: block;
            content: '';
            clear: both;
        }

        .Menubox ul li {
            float: left;
            width: 19.84%;
            margin-right: 0.2%;
            background: #bbbbbb;
            text-align: center;
            padding: 20px 0;
            cursor: pointer;
            position: relative;
        }

            .Menubox ul li:nth-child(5) {
                margin-right: 0;
            }

            .Menubox ul li p {
                font-size: 18px;
                color: #fff;
                margin-top: 15px;
                text-transform: uppercase;
            }

.hover {
    background: #2977c9 !important;
}

    .hover:before {
        display: block;
        content: '';
        position: absolute;
        left: 50%;
        bottom: -20px;
        margin-left: -26px;
        width: 52px;
        height: 41px;
        background: url(../images/icon-j.png) no-repeat;
    }

.CbContainer > h4 {
    font-size: 28px;
    color: #333333;
    font-weight: normal;
    margin-bottom: 40px;
}

.Menubox2 {
    width: 100%;
    margin-bottom: 50px;
}

    .Menubox2 ul {
        zoom: 1;
    }

        .Menubox2 ul:after {
            display: block;
            content: '';
            clear: both;
        }

        .Menubox2 ul li {
            float: left;
            width: 30%;
            margin-bottom: 30px;
            margin-right: 5%;
            border: 1px solid #e9e9e9;
            box-shadow: 0 0 8px #e9e9e9;
            position: relative;
            overflow: hidden;
            cursor: pointer;
            
        }
		.car-zw li{
			height: 215px;
		}
            .Menubox2 ul li:nth-child(3n) {
                margin-right: 0;
            }

            .Menubox2 ul li img {
                display: block;
                width: 100%;
                transition-duration: 0.5s;
            }
            .Menubox2 ul li img:hover{
            	transform: scale(1.1);
            }
            
            

.Menubox2-cover {
	display: none;
    width: 100%;
    height: 100%;
    background: rgba(41,119,201,0.8);
    position: absolute;
    left: 0;
    top: -100%;
    transition-duration: 0.5s;
}

    .Menubox2-cover p {
        font-size: 30px;
        color: #FFFFFF;
        text-transform: uppercase;
        text-align: center;
        width: 100%;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.Menubox2 ul li:hover .Menubox2-cover {
    top: 0;
}

.hover2 {
    border: 1px solid #2977c9 !important;
    box-shadow: 0 0 8px #2977c9 !important;
}

.CbContainer table {
    border-collapse: collapse;
    /*border: 1px solid #858585;*/
    width: 100%;
}

    .CbContainer table tr th {
        background: #f5f5f5;
        border: 1px solid #858585;
        font-size: 20px;
        color: #333333;
        line-height: 70px;
    }

    .CbContainer table tr td {
        font-size: 16px;
        color: #333;
        line-height: 40px;
        border: 1px solid #858585;
        width: 25%;
    }

        .CbContainer table tr td:nth-child(odd) {
            background: #fafafa;
            padding-left: 20px;
        }

        .CbContainer table tr td:nth-child(even) {
            text-align: center;
        }

.contact-us-add ul {
    zoom: 1;
}

    .contact-us-add ul:after {
        display: block;
        content: '';
        clear: both;
    }

    .contact-us-add ul li {
        float: left;
        width: 33.3%;
    }

        .contact-us-add ul li h4 {
            font-size: 28px;
            color: #333333;
            margin-bottom: 15px;
        }

        .contact-us-add ul li h5 {
            font-size: 20px;
            color: #999999;
            line-height: 26px;
            margin-bottom: 35px;
        }

        .contact-us-add ul li p {
            font-size: 16px;
            color: #2977c9;
            margin-bottom: 10px;
        }

            .contact-us-add ul li p a {
                color: #2977c9;
            }

.global-map {
    width: 100%;
    padding: 55px 0;
    background: url(../images/map-bg.jpg) no-repeat;
    background-position: top center;
    background-size: 100% 100%;
    overflow: hidden;
    z-index: 0;
}

.global-map-nav {
    width: 1400px;
    margin: 0 auto;
    margin-top: 3%;
    position: relative;
}

    .global-map-nav > img {
        width: 100%;
    }

.map-logo {
    width: 135px;
    position: absolute;
    left: -13%;
    top: -10%;
}

    .map-logo img {
        display: block;
        width: 100%;
    }

.global-map-nav ul li {
    position: absolute;
    zoom: 1;
}

    .global-map-nav ul li:after {
        display: block;
        content: '';
        clear: both;
    }

.clr {
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50%;
    float: left;
    margin-top: 4px;
    margin-right: 5px;
    position: relative;
    cursor: pointer;
}

    .clr:after {
        content: '';
        position: absolute;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: rgba(255,255,255,0.5);
        top: 50%;
        left: 50%;
        margin-top: -20px;
        margin-left: -20px;
        z-index: 3;
        opacity: 0;
        -webkit-animation: halo 1s 0.5s infinite ease-out;
        -moz-animation: halo 1s 0.5s infinite ease-out;
        animation: halo 1s 0.5s infinite ease-out;
    }

.global-map-nav ul li span {
    font-size: 20px;
    color: #fff;
    float: left;
}

.l4 span {
    margin-right: 5px;
}

.l1 {
    left: 337px;
    top: 430px;
}

.l2 {
    left: 427px;
    top: 310px;
}

.l3 {
    left: 420px;
    top: 380px;
}

.l4 {
    left: 325px;
    top: 475px;
}

.l5 {
    left: 410px;
    top: 485px;
}

.l6 {
    left: 725px;
    top: 385px;
}

.l7 {
    left: 960px;
    top: 265px;
}

.l8 {
    left: 1150px;
    top: 395px;
}

.l9 {
    left: 265px;
    top: 394px;
}

.l10 {
    left: 313px;
    top: 371px;
}

    .l10 span {
        position: absolute;
        top: -22px;
        left: -29px;
        width: 115px;
    }

.l11 {
    left: 340px;
    top: 520px;
}

.l12 {
    left: 456px;
    top: 544px;
}

.l13 {
    left: 629px;
    top: 356px;
}

.l14 {
    left: 735px;
    top: 298px;
}

.l15 {
    left: 838px;
    top: 325px;
}

.show-product {
    display: none;
    position: fixed;
    width: 650px;
    height: 460px;
    left: 50%;
    top: 50%;
    margin-left: -325px;
    margin-top: -230px;
    padding: 40px 50px;
    z-index: 990;
    background: #fff;
}

    .show-product img {
        width: 100%;
        height: 100%;
    }

    .show-product span {
        display: block;
        width: 40px;
        height: 40px;
        background: url(../images/close1.png);
        position: absolute;
        right: -20px;
        top: -20px;
        cursor: pointer;
    }

@-webkit-keyframes halo {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
    }
}

@-moz-keyframes halo {
    0% {
        opacity: 0;
        -moz-transform: scale(0.1);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -moz-transform: scale(1.2);
    }
}

@-ms-keyframes halo {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes halo {
    0% {
        opacity: 0;
        -o-transform: scale(0.1);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -o-transform: scale(1.2);
    }
}

@keyframes halo {
    0% {
        opacity: 0;
        transform: scale(0.1);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: scale(1.2);
    }
}


.footer-list {
    zoom: 1;
}

    .footer-list:after {
        display: block;
        content: '';
        clear: both;
    }

    .footer-list dl {
        float: left;
        box-sizing: border-box;
    }

        .footer-list dl:nth-child(1) {
            width: 15%;
            padding-right: 20px;
        }

        .footer-list dl:nth-child(2) {
            width: 20%;
            padding-right: 20px;
        }

        .footer-list dl:nth-child(3) {
            width: 20%;
            padding-right: 20px;
        }
		.footer-list dl:nth-child(4) {
            width: 20%;
            padding-right: 20px;
        }
		
        .footer-list dl dt {
            margin-bottom: 30px;
        }

            .footer-list dl dt a {
                font-size: 20px;
                color: #fff;
            }

        .footer-list dl dd {
            margin-bottom: 15px;
        }

            .footer-list dl dd > a {
                font-size: 16px;
                color: #fff;
                opacity: 0.7;
            }

                .footer-list dl dd > a:hover {
                    opacity: 1;
                }

        .footer-list dl:nth-child(3) dd {
            zoom: 1;
        }

            .footer-list dl:nth-child(3) dd:after {
                display: block;
                content: '';
                clear: both;
            }

.home-add {
    float: left;
    width: 33.3%;
    padding-right: 20px;
}

    .home-add li {
        margin-bottom: 15px;
        font-size: 16px;
        color: #fff;
        opacity: 0.7;
    }

        .home-add li a {
            font-size: 16px;
            color: #fff;
            opacity: 1;
        }

.pro-dl dd a {
    zoom: 1;
}

    .pro-dl dd a:after {
        display: block;
        content: '';
        clear: both;
    }

.pro-dl dd span {
    float: left;
    line-height: 50px;
}

.pro-dl dd img {
    float: right;
}

/*新改*/
.proDetail-img{
	width: 100%;
	text-align: center;
}
.proDetail-img img{
	width: 100%;
}
.fdj-Detail-nav h4{
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 20px;
}
.fdj-Detail-nav img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
	margin-bottom: 30px;
}
.fdj-Detail-nav p{
	font-size: 16px;
	color: #333;
	line-height: 26px;
}
.fdj-Detail-nav table{
	width: 100%;
	}
.go-back{
	width: 120px;
	height: 40px;
	display: block;
	margin: 20px auto;
	background: #2977c9;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	}
.go-back:hover{
	font-weight: bold;
}

.engine-series{
	width: 86%;
	margin: 0 auto;
}
.engine-series-nav{
	zoom: 1;
	margin-bottom: 20px;
}
.engine-series-nav:after{
	display: block;
	content: '';
	clear: both;
}
.engine-series-fl{
	float: left;
	width: 42%;
}
.engine-series-fl img{
	width: 100%;
}
.engine-series-fr{
	float: left;
	width: 58%;
	padding-left: 5%;
}
.engine-series-fr table{
	border-collapse: collapse;
	text-align: center;
	width: 100%;
}
.engine-series-fr table td{
	border: 1px solid #000000;
	font-size: 16px;
	font-family: arial;
	color: #000000;
	line-height: 55px !important;
}
.engine-series p{
    padding:15px;
    background: rgba(41,119,201,1);
	font-size: 16px;
	color: #fff;
	font-family: arial;
	line-height: 26px;
	text-align: justify !important;
}

.footer-list-mobile{
	display: none;
	border-top: 1px solid #fff;
}
.footer-list-mobile ul{
	zoom: 1;
}
.footer-list-mobile ul:after{
	display: block;
	content: '';
	clear: both;
}
.footer-list-mobile ul li{
	float: left;
	width: 25%;
	text-align: center;
	box-sizing: border-box;
	border-left: 1px solid #fff;
}
.footer-list-mobile ul li:nth-child(1){
	border-left: none;
}
.footer-list-mobile ul li a{
	display: block;
	font-size: 14px;
	font-family: arial;
	color: #fff;
	line-height: 40px;
}

.global-mobile{
	width: 100%;
	display: none;
}
.global-mobile-img{
	width: 100%;
}
.global-mobile-img img{
	width: 100%;
	display: none;
}
.global-mobile-name{
	padding: 40px 10px;
}
.global-mobile-name ul{
	zoom: 1;
}
.global-mobile-name ul:after{
	display: block;
	content: '';
	clear: both;
}
.global-mobile-name ul li{
	float: left;
	width: 33.3%;
	font-size: 16px;
	color: #333333;
	height: 44px;
	padding-left: 15px;
	line-height: 44px;
	background: #eee;
    border: 0.5px solid #fff;
	position: relative;
}
.global-mobile-name ul li:before{
	display: block;
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #2977c9;
	position: absolute;
	left: 5px;
	top: 50%;
	transform: translateY(-50%);
}
.global-mobile-name ul li span{
	display: inline-block;
	line-height: 18px;
	vertical-align: middle;
}
.active-city{
	color: #2977c9 !important;
}
.mobile-inner-language{
	position: absolute;
	width: 50px;
	height: 50px;
	top: 0;
	right: 50px;
}
.mobile-inner-language a{
	display: block;
	margin: 7px auto;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #000;
	font-weight: bold;
	border: 1px solid #000;
	border-radius: 50%;
	
}

.accordion { height:438px;overflow: hidden;position:relative; width:100%; margin:0 auto; }
.accordion:after { content: "";display: block;position: absolute;top: 0;right: 0;bottom: 0;left: 0;background: #fff; }
.accordion._create:after {display: none;}
.accordion__ul { display:block;list-style: none;margin: 0;padding: 0;width:9999px;height:438px;overflow:hidden;position:absolute;left:0;top:0; }
.accordion__li { display:block;list-style: none;margin: 0;padding: 0;float:left;overflow: hidden; transition: all 0.3s ease-out; margin-right:4px; position:relative; }
.accordion__img { display: block;cursor: pointer;}
.accordion__li-cover{position: absolute;width: 100%;height: 100%;left: 0;top: 0;background: rgba(0,0,0,0.5);cursor: pointer;}
.accordion__li-cover img{display: block;margin: 0 auto;margin-top: 137px;}
.accordion__li-cover p{font-size: 16px;font-family: arial;color: #fff;text-align: center;width: 100%;margin-top: 10px;}

.global-mobile-name{
	opacity: 0;
    pointer-events: none;
    }
.car-img li{height: 272px;}
.con-table table tr{
	height: 40px !important;
}
@media (min-width: 1368px) and (max-width: 1441px) {
    .w22 {
        width: 1280px;
    }

    .home-banner {
        background-size: auto 100%;
    }

    .footer {
        padding: 20px 0;
    }

    .footer2 {
        padding: 20px 0;
    }

    .slideBox .prev {
        left: 0%;
    }

    .slideBox .next {
        right: 0%;
    }

    .about-us-content-fr {
        padding: 60px 40px 0;
    }

    .global-map {
        background-size: 130% 100%;
    }

    .global-map-nav {
        width: 1080px;
        margin-top: 5%;
    }

    .l4 span {
        margin-right: 5px;
    }

    .l1 {
        left: 260px;
        top: 330px;
    }

    .l2 {
        left: 340px;
        top: 235px;
    }

    .l3 {
        left: 321px;
        top: 294px;
    }

    .l4 {
        left: 237px;
        top: 358px;
    }

    .l5 {
        left: 315px;
        top: 378px;
    }

    .l6 {
        left: 559px;
        top: 297px;
    }

    .l7 {
        left: 730px;
        top: 199px;
    }

    .l8 {
        left: 889px;
        top: 305px;
    }

    .l9 {
        left: 185px;
        top: 305px;
    }

    .l10 {
        left: 239px;
        top: 288px;
    }

    .l11 {
        left: 249px;
        top: 408px;
    }

    .l12 {
        left: 350px;
        top: 413px;
    }

    .l13 {
        left: 483px;
        top: 273px;
    }

    .l14 {
        left: 564px;
        top: 228px;
    }

    .l15 {
        left: 648px;
        top: 259px;
    }


    .map-logo {
        width: 100px;
        top: -17%;
    }

    .home-banner-pro h3 {
        font-size: 26px;
    }

    .btn-com {
        width: 160px;
        font-size: 16px;
    }

    .header-top {
        height: 75px;
        line-height: 75px;
    }
    .pro-img {
    height: 265px;
	}
	.engine-series-fr table td{
		line-height: 50px !important;
	}
	.car-img li{
		height: 248px;
	}
}

@media (min-width: 1198px) and (max-width: 1367px) {
    .w22 {
        width: 1280px;
    }

    .header-top {
        height: 65px;
        line-height: 65px;
    }

    .home-banner {
        background-size: 110% auto;
    }

    .footer {
        padding: 10px 0;
    }

    .footer2 {
        padding: 10px 0;
    }

    .slideBox .prev {
        left: 5%;
    }

    .slideBox .next {
        right: 5%;
    }

    .about-us-content-fr {
        padding: 60px 40px 0;
    }

    .home-banner {
        height: calc(100% - 125px);
    }

    .global-map {
        background-size: 100% 100%;
        height: calc(100% - 125px);
    }

    .global-map-nav {
        width: 945px;
        margin-top: 2%;
    }

    .l4 span {
        margin-right: 5px;
    }

    .l1 {
        left: 225px;
        top: 288px;
    }

    .l2 {
        left: 285px;
        top: 205px;
    }

    .l3 {
        left: 280px;
        top: 257px;
    }

    .l4 {
        left: 198px;
        top: 310px;
    }

    .l5 {
        left: 270px;
        top: 326px;
    }

    .l6 {
        left: 490px;
        top: 258px;
    }

    .l7 {
        left: 636px;
        top: 175px;
    }

    .l8 {
        left: 777px;
        top: 267px;
    }

    .l9 {
        left: 154px;
        top: 266px;
    }

    .l10 {
        left: 207px;
        top: 252px;
    }

    .l11 {
        left: 212px;
        top: 357px;
    }

    .l12 {
        left: 306px;
        top: 360px;
    }

    .l13 {
        left: 417px;
        top: 237px;
    }

    .l14 {
        left: 492px;
        top: 200px;
    }

    .l15 {
        left: 564px;
        top: 223px;
    }

    .map-logo {
        width: 90px;
    }

    .home-banner-pro h3 {
        font-size: 26px;
    }

    .btn-com {
        width: 160px;
        font-size: 16px;
    }
    .pro-img {
    height: 265px;
	}
	.engine-series-fr table td{
		line-height: 51px !important;
	}
	.car-img li{
		height: 248px;
	}
}

@media (min-width: 1026px) and (max-width: 1197px) {
	.con-table{
        	width: 100%;
        	overflow-x: scroll;
      		white-space: nowrap;
        }
}

@media (min-width: 769px) and (max-width: 1025px) {
	.Menubox2 ul li{
		width: 33%;
		margin-right: 0.5%;
		margin-bottom: 5px;
	}
	.con-table{
        	width: 100%;
        	overflow-x: scroll;
      		white-space: nowrap;
        }
    .w11 {
        min-width: 968px;
    }

    .w22 {
        width: 968px;
        min-width: 968px;
    }

    .header-top {
        height: 65px;
        line-height: 65px;
    }

    .home-banner {
        height: calc(100% - 125px);
    }

    .global-map {
        background-size: 130% 100%;
        height: calc(100% - 125px);
    }

    .pro-name span:nth-child(1) {
        font-size: 16px;
    }

    .pro-adv-cover {
        padding: 15px 30px 0;
    }

    .about-us-content-fr {
        padding: 10px 0px 0;
    }

        .about-us-content-fr h4 {
            margin-bottom: 15px;
        }

        .about-us-content-fr p {
            line-height: 24px;
        }

    .global-map-nav {
        width: 945px;
        margin-top: 5%;
    }

    .l4 span {
        margin-right: 5px;
    }

    .l1 {
        left: 225px;
        top: 288px;
    }

    .l2 {
        left: 285px;
        top: 205px;
    }

    .l3 {
        left: 280px;
        top: 257px;
    }

    .l4 {
        left: 198px;
        top: 310px;
    }

    .l5 {
        left: 270px;
        top: 326px;
    }

    .l6 {
        left: 490px;
        top: 258px;
    }

    .l7 {
        left: 636px;
        top: 175px;
    }

    .l8 {
        left: 777px;
        top: 267px;
    }

    .map-logo {
        width: 145px;
    }
    
    .proDetail-img img{
    	width: 80%;
    }
    .engine-series-fl{
		width: 100%;
	}
	.engine-series-fr{
		width: 100%;
		padding-left: 0;
		margin-top: 5px;
	}
	.footer-list{
		display: none;
	}
	.footer-list-mobile{
		display: block;
	}
}

@media (min-width: 480px) and (max-width: 768px) {
	.Menubox2 ul li{
		width: 33%;
		margin-right: 0.5%;
		margin-bottom: 5px;
	}
	.con-table{
        	width: 100%;
        	overflow-x: scroll;
      		white-space: nowrap;
        }
    .header {
        display: none;
    }

    .xs-top {
        display: block;
    }

    .logo {
        width: 21.6% !important;
    }

    .w11 {
        width: 96%;
        min-width: 96%;
    }

    .home-banner {
        height: 100%;
        background: url(../images/banner-mobile.jpg) no-repeat;
        background-size: 100% 100%;
    }

    .home-banner-pro {
        width: 100%;
        left: 0;
        padding: 0 20px;
    }

        .home-banner-pro h3 {
            font-size: 34px;
            text-align: center;
        }

    .btn-com {
        font-size: 20px;
        width: 210px;
        height: 40px;
        line-height: 40px;
        background-size: 100% 100%;
    }

    .footer {
        padding: 15px 0;
    }

    .footer2 {
        padding: 15px 0;
    }

    .footer-nav-fl p {
        margin-bottom: 10px;
        text-align: center;
        font-size: 14px;
    }

    .footer-nav-fr {
        width: 100%;
    }

        .footer-nav-fr ul li {
            margin-left: 0;
            width: 33.3%;
            text-align: center;
        }

            .footer-nav-fr ul li:not(:first-child):before {
                left: 0;
            }

    .cover-frame-nav {
        width: 96%;
        height: 88%;
        left: 2%;
        top: 9%;
        margin-left: 0;
        margin-top: 0;
    }

    .cover-frame-nav-title h4 {
        font-size: 24px;
    }

    .close {
        width: 20px;
        height: 20px;
        background-size: 100% 100%;
    }

    .cover-frame-nav-input {
        padding: 20px 5px;
    }

    .cover-frame-nav-messages {
        margin-bottom: 10px;
    }

    .cover-frame-nav-input span {
        line-height: 16px;
    }

    .cover-frame-nav-input input {
        height: 30px;
    }

    .cover-frame-nav-input select {
        height: 30px;
    }

    .cover-frame-nav-input textarea {
        height: 65px;
    }

    .vice-menu2 {
        padding: 10px 0;
    }

    .w22 {
        width: 96%;
        min-width: 96%;
    }

    .vice-menu2 p a {
        font-size: 16px;
    }

    .pro-com {
        padding-top: 30px;
        padding-bottom: 40px;
    }

        .pro-com h3 {
            font-size: 32px;
            margin-bottom: 30px;
        }

    .contact-us-add ul li {
        width: 100%;
        margin-bottom: 15px;
    }

        .contact-us-add ul li h5 {
            margin-bottom: 10px;
        }

    .pro-list-nav ul li {
        width: 100%;
        margin-right: 0;
    }

    .pro-adv ul li {
        width: 100%;
    }

    .pro-adv-title {
        padding: 10px 10px;
        height: 80px;
    }

        .pro-adv-title h4 {
            font-size: 20px;
        }

    .pro-adv-cover {
        padding: 5px 0px 0;
    }

    .slideBox .bd img {
        width: 100%;
    }

    .Menubox ul li {
        width: 49.9%;
        margin-right: 0.2%;
        margin-bottom: 1px;
    }

        .Menubox ul li:nth-child(2n) {
            margin-right: 0;
        }

        .Menubox ul li p {
            font-size: 14px;
        }

    .hover:before {
        display: none;
    }

    .Menubox {
        margin-bottom: 20px;
    }

    .CbContainer > h4 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .Menubox2-cover p {
        font-size: 16px;
    }

    .CbContainer table tr {
        width: 100%;
    }

        .CbContainer table tr td:nth-child(odd) {
            padding-left: 5px;
        }

        .CbContainer table tr td {
            font-size: 14px;
        }

    .about-us-content-fr {
        position: relative;
        padding: 20px 0 0;
        width: 100%;
        height: auto;
    }

        .about-us-content-fr h4 {
            margin-bottom: 10px;
            font-size: 24px;
        }

    .pro-dz-all1 li {
        width: 100%;
        margin-bottom: 10px;
    }

    .pro-dz-introduce {
        padding: 10px 5px;
    }

    .pro-dz-all2 li {
        width: 100%;
        margin-bottom: 10px;
    }

    .pro-dz-all3-img dl {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

    .pro-factory h3 {
        font-size: 32px;
    }

    .pro-factory-nav > span {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .fl {
        width: 100%;
    }

    .fr {
        width: 100%;
    }

    .pro-factory-int {
        padding: 20px 5px 0;
    }

        .pro-factory-int h4 {
            margin-bottom: 15px;
            font-size: 24px;
        }

    .pro-factory {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .global-map {
        height: 100%;
        background: url(../images/map-mobile.jpg) no-repeat;
        background-size: 100% 100%;
    }

    .nei-banner {
        margin-top: 50px;
    }

    .vice-menu {
        margin-top: 50px;
    }

        .vice-menu p a {
            font-size: 16px;
        }

    .global-map-nav {
        display: none;
    }
    .proDetail-img img{
    	width: 80%;
    }
    .pro-img {
    height: auto;
	}
	.engine-series-fl{
		width: 100%;
	}
	.engine-series-fr{
		width: 100%;
		padding-left: 0;
		margin-top: 5px;
	}
	.footer-list{
		display: none;
	}
	.footer-list-mobile{
		display: block;
	}
}

@media (max-width: 479px) {
	.Menubox2 ul li{
		width: 33%;
		margin-right: 0.5%;
		margin-bottom: 5px;
	}
	.con-table{
        	width: 100%;
        	overflow-x: scroll;
      		white-space: nowrap;
        }
    .header {
        display: none;
    }

    .xs-top {
        display: block;
    }

    .w11 {
        width: 96%;
        min-width: 96%;
    }
    /*.home-banner{height: 100%;background: url(../images/banner-mobile.jpg) no-repeat;background-size: 100% 100%;}*/
    .home-banner-pro {
        bottom: 3%;
    }

        .home-banner-pro h3 {
            font-size: 18px;
            text-align: center;
        }

    .btn-com {
        width: 220px;
        font-size: 14px;
    }

    .footer {
        padding: 15px 0;
        padding-top: 0;
    }
	.footer-nav{
		width: 100%;
	}
    .footer2 {
        padding: 15px 0;
    }

    .footer-nav-fl p {
        margin-bottom: 10px;
        text-align: center;
        font-size: 14px;
        width: 100%;
    }
    .footer-nav-fl p a{
    	display: block;
    }

    .footer-nav-fr {
        width: 100%;
    }

        .footer-nav-fr ul li {
            margin-left: 0;
            width: 33.3%;
            text-align: center;
        }

            .footer-nav-fr ul li:not(:first-child):before {
                left: 0;
            }

    .cover-frame-nav {
        width: 96%;
        height: 88%;
        left: 2%;
        top: 9%;
        margin-left: 0;
        margin-top: 0;
    }

    .cover-frame-nav-title h4 {
        font-size: 24px;
    }

    .close {
        width: 20px;
        height: 20px;
        background-size: 100% 100%;
    }

    .cover-frame-nav-input {
        padding: 20px 5px;
    }

    .cover-frame-nav-messages {
        margin-bottom: 10px;
    }

    .cover-frame-nav-input span {
        line-height: 16px;
        width: 32%;
    }

    .cover-frame-nav-input input {
        height: 30px;
        width: 68%;
    }

    .cover-frame-nav-input select {
        height: 30px;
    }

    .cover-frame-nav-input textarea {
        height: 65px;
        width: 68%;
    }

    .vice-menu2 {
        padding: 10px 0;
    }

    .w22 {
        width: 96%;
        min-width: 96%;
    }

    .vice-menu2 p a {
        font-size: 16px;
    }

    .pro-com {
        padding-top: 30px;
        padding-bottom: 40px;
    }

        .pro-com h3 {
            font-size: 32px;
            margin-bottom: 30px;
        }

    .contact-us-add ul li {
        width: 100%;
        margin-bottom: 15px;
    }

        .contact-us-add ul li h5 {
            margin-bottom: 10px;
        }

    .pro-list-nav ul li {
        width: 100%;
        margin-right: 0;
    }

    .pro-adv ul li {
        width: 100%;
    }

    .pro-adv-title {
        padding: 10px 10px;
        height: 80px;
    }

        .pro-adv-title h4 {
            font-size: 20px;
        }

    .pro-adv-cover {
        padding: 5px 0px 0;
    }

    .slideBox .bd img {
        width: 100%;
        /*height: 75vh;*/
    }

    .Menubox ul li {
        width: 33%;
        margin-right: 0.5%;
        margin-bottom: 1px;
        padding: 10px 0;
    }

        .Menubox ul li:nth-child(3n) {
            margin-right: 0;
        }

        .Menubox ul li p {
            font-size: 14px;
            height: 32px;
            margin-top: 5px;
        }

    .hover:before {
        display: none;
    }

    .Menubox {
        margin-bottom: 20px;
    }

    .CbContainer > h4 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .Menubox2-cover p {
        font-size: 16px;
    }

    .CbContainer table tr {
        width: 100%;
    }

        .CbContainer table tr td:nth-child(odd) {
            padding-left: 5px;
        }

        .CbContainer table tr td {
            font-size: 12px;
            line-height: 20px;
        }

    .about-us-content-fr {
        position: relative;
        padding: 20px 0 0;
        width: 100%;
        height: auto;
    }

        .about-us-content-fr h4 {
            margin-bottom: 10px;
            font-size: 24px;
        }

    .pro-dz-all1 li {
        width: 100%;
        margin-bottom: 10px;
    }

    .pro-dz-introduce {
        padding: 10px 5px;
    }

    .pro-dz-all2 li {
        width: 100%;
        margin-bottom: 10px;
    }

    .pro-dz-all3-img dl {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

    .pro-factory h3 {
        font-size: 32px;
    }

    .pro-factory-nav > span {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .fl {
        width: 100%;
    }

    .fr {
        width: 100%;
    }

    .pro-factory-int {
        padding: 20px 5px 0;
    }

        .pro-factory-int h4 {
            margin-bottom: 15px;
            font-size: 24px;
        }

    .pro-factory {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    /*.global-map {
        height: 70vh;
        background: url(../images/map-mobile.jpg) no-repeat;
        background-size: 100% 100%;
    }*/
	.global-map{
		background: none;
		padding: 0;
		margin-top: 50px;
	}
    .nei-banner {
        margin-top: 50px;
    }

    .vice-menu {
        margin-top: 50px;
    }

        .vice-menu p a {
            font-size: 16px;
        }

    .global-map-nav {
        display: none;
    }

    .pro-dl dd img {
        width: 45px;
        margin-top: 10px;
    }

    .footer-list dl:nth-child(1) {
        display: none;
    }

    .footer-list dl:nth-child(2) {
        display: none;
    }

    .footer-list dl:nth-child(3) {
        width: 100%;
    }

    .home-add {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }

    .about-us-content-fl {
        position: relative;
        width: 100%;
    }

    .about-us-content > img {
        display: none;
    }

    .banner-img {
        display: none;
    }

    .banner-mobile {
        display: block;
    }
    .proDetail-img img{
    	width: 96%;
    }
    .pro-img {
    height: auto;
	}
	.engine-series-fl{
		width: 100%;
	}
	.engine-series-fr{
		width: 100%;
		padding-left: 0;
		margin-top: 5px;
	}
	
	.footer-list{
		display: none;
	}
	.home-banner .slideBox{
		margin-top: 50px;
	}
	
	.footer-nav-fl{
		width: 100%;
	}
	.footer-list-mobile{
		display: block;
	}
	.global-mobile{
		display: block;
	}
	.show-product{
		width: 90%;
		height: auto;
		left: 5%;
		margin-left: 0;
		padding: 10px 10px;
		margin-top: auto;
		transform: translateY(-50%);
	}
	.show-product img{
		height: auto;
	}
	.show-product span{
		width: 20px;
		height: 20px;
		background-size: 100% 100%;
		right: -10px;
    	top: -10px;
	}
	.s-page{
		padding-top: 15px !important;
     	padding-bottom: 0px !important; 
	}
	.pro-list{
		padding-bottom: 0 !important;
	}
	.car-zw li{
			height: 60px;
		}
	.fenge-line{
		margin: 15px 0;
	}
	.page a{
		padding: 0 10px 0 10px !important;
	}
	.Menubox2{
		margin-bottom: 0;
	}
	.pro-detail{
		padding-bottom: 15px !important;
	}
	.engine-series{
		width: 100%;
	}
	.footer-list-mobile ul li{
		height: 60px;
	}
	.footer-list-mobile ul li a{
		line-height: 20px;
	}
	.footer-list-mobile ul li:nth-child(1)>a,.footer-list-mobile ul li:nth-child(3)>a,.footer-list-mobile ul li:nth-child(4)>a{
		margin-top: 20px;
	}
	
	.pro-all-nav{width: 100%;}
	.accordion__li{margin-right: 1px;}
	.accordion__li-cover img{width: 50px;}
	.car-img li{
		height: 76px;
	}
}


.s-page {
    width: 100%;
    padding-top: 34px;
    padding-bottom: 30px;
}

.p1Page2 {
    margin: 0 auto;
    height: 44px;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #535353;
}

.page {
    line-height: 30px;
    text-align: center;
}

    .page a {
        margin: 0 3px;
        display: inline-block;
        padding: 0 15px 0 15px;
        background: #ececec;
        color: #777777;
    }
        .current {
        margin: 0 3px;
        display: inline-block;
        padding: 0 15px 0 15px;
        background: #076bc8;
            color: #fff;
    }

        .page a:hover {
            background: #076bc8;
            color: #fff;
        }

        .page a.on {
            background: #076bc8;
            border-color: #076bc8;
            color: #FFF;
            padding: 0 15px 0 15px;
            color: #fff;
        }

            .page a.on:hover {
                background: #076bc8;
                color: #fff;
            }

        .page a.on1 {
            background: #ffffff;
            border-color: #f3c800;
            color: #535353;
            padding: 0 15px 0 15px;
        }

        .page a.page_turn:hover {
            background: #076bc8;
            border-color: #3BA2E3;
            color: #FFF;
            box-shadow: 1px 1px 3px #CCC;
        }
