﻿@charset "utf-8";

@font-face {
    font-family: 'iconfont';
    src: url('//at.alicdn.com/t/font_1466124991_7189903.eot');
    src: url('//at.alicdn.com/t/font_1466124991_7189903.eot?#iefix') format('embedded-opentype'),url('//at.alicdn.com/t/font_1466124991_7189903.woff') format('woff'),url('//at.alicdn.com/t/font_1466124991_7189903.ttf') format('truetype'),url('//at.alicdn.com/t/font_1466124991_7189903.svg#iconfont') format('svg');
}

body {
    font-family: "微软雅黑";
}

.iconfont {
    font-family: 'iconfont';
}

img {
    border: 0;
    max-width: 100%;
}

input, textarea {
    -webkit-appearance: none;
}

ul, li {
    list-style:none;
}

.vcenter {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
    margin: auto;
}

.tHide {
    overflow: hidden;
}

.blockFull {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

a {
    color: #666;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

    a:hover {
        color: #eb5c20;
    }

h1, h2, h3, h4, h5, h6, ul, li {
    margin: 0;
    padding: 0;
}

.header {
    padding-bottom: 15px;
}

    .header span {
        float: right;
        color: #fff;
        padding: 0 10px;
        margin-top: 35px;
        display: inline-block;
        background-color: #eb5c20;
    }

        .header span a {
            color: #fff;
            padding: 0 5px;
            font-weight: bold;
            font-family: arial;
            display: inline-block;
        }

@media (max-width:880px) {
    .header span {
        margin-right: 50px;
        margin-top: 25px;
        line-height: 18px;
    }
}

.logo {
    float: left;
    margin-top: 10px;
}

@media (max-width:880px) {
    .logo img {
        height: 40px;
    }
}

.navbox {
    margin-bottom: 20px;
    border-top: solid 1px #b5b5b5;
    border-bottom: solid 1px #b5b5b5;
}

    .navbox span {
        color: #191919;
        font-family: arial;
        line-height: 36px;
    }

        .navbox span a {
            color: #191919;
            font-size: 18px;
        }

@media (max-width:880px) {
    .navbox {
        border: 0;
        margin-bottom: 0;
    }

        .navbox span {
            display: none;
        }
}

.nav {
    z-index: 9;
    position: relative;
}

    .nav ul > li {
        float: left;
        margin-left: 10px;
        position: relative;
        font-size: 14px;
        line-height: 40px;
    }

        .nav ul > li > a {
            padding: 0 14px;
            color: #191919;
            display: inline-block;
        }

        .nav ul > li:hover > a {
            color: #fff;
            font-weight: bold;
            background-color: #eb5c20;
        }

        .nav ul > li.active > a {
            color: #fff;
            font-weight: bold;
            background-color: #eb5c20;
        }

        .nav ul > li > ul {
            display: none;
            position: absolute;
            top: 40px;
            left: 0;
            padding: 10px 0;
            list-style: none;
            background-color: #eb5c20;
        }

            .nav ul > li > ul > li {
                display: block;
                width: 100%;
                padding: 0;
                text-align: center;
                font-size: 14px;
                line-height: 30px;
                margin-left: 0;
            }

                .nav ul > li > ul > li > a {
                    color: #fff;
                    height: 30px;
                    -webkit-transition-duration: .3s;
                    transition-duration: .3s;
                    line-height: 30px;
                    overflow: hidden;
                    display: block;
                }

                    .nav ul > li > ul > li > a:hover {
                        font-weight: bold;
                        color: #fff;
                        background-color: #d4531d;
                    }

@media (max-width:960px) {
    .nav ul > li {
        margin-left: 0;
    }
}

@media (max-width:880px) {
    .nav {
        display: none;
    }
}

.phone-nav {
    position: absolute;
    font-size: 42px;
    right: 15px;
    top: 10px;
    line-height: 50px;
    display: none;
    color: #eb5c20;
}

@media (max-width:880px) {
    .phone-nav {
        display: block;
    }
}

#mmenu {
    z-index: 999999;
}

    #mmenu .mm-title {
        display: none;
    }

.banner {
    overflow: hidden;
}

    .banner a img {
        max-height:640px;
    }

    .banner .slick-dots li.slick-active button {
        background-color: #eb5c20;
    }

.home-title {
    margin-top: 60px;
    text-align: center;
}

    .home-title h1 {
        padding: 0 75px;
        font-size: 24px;
        padding-top: 20px;
        font-family: "宋体";
        font-weight: normal;
        position: relative;
    }

        .home-title h1 span {
            z-index: 1;
            position: relative;
            padding: 0 20px;
            background-color: #fff;
            display: inline-block;
        }

        .home-title h1:before {
            top: 6px;
            left: 50%;
            content: "";
            width: 230px;
            height: 29px;
            position: absolute;
            margin-left: -115px;
            border: solid 1px #888;
        }

    .home-title .txt {
        font-size: 24px;
        color: #888;
        font-family: tahoma;
        display: inline-block;
        padding: 10px 0;
        text-transform: uppercase;
        border-bottom: solid 1px #7b7b7b;
    }

    .home-title .txt-2 {
        font-size: 10px;
        font-family: arial;
        text-transform: uppercase;
    }

@media (max-width:640px) {
    .home-title {
        margin-top: 30px;
    }
}

.home-display {
    margin-top: 50px;
}

    .home-display li {
        padding: 10px;
    }

        .home-display li .pic {
            overflow: hidden;
            position: relative;
        }

            .home-display li .pic:after {
                content: "";
                display: block;
                padding-bottom: 88%;
            }

            .home-display li .pic:before {
                top: 6px;
                left: 6px;
                content: "";
                width: 0;
                height: 0;
                position: absolute;
                opacity: .75;
                z-index: 1;
                -webkit-transition-duration: .7s;
                transition-duration: .7s;
                background-color: #eb5c20;
            }

            .home-display li .pic img {
                -webkit-transition-duration: .9s;
                transition-duration: .9s;
            }

        .home-display li .text {
            top: 5px;
            left: 5px;
            width: 95%;
            height: 95%;
            z-index: 2;
            color: #fff;
            display: block;
            text-align: center;
            position: absolute;
            padding:0 10px;
            opacity: 0;
            display:none\9;
        }

            .home-display li .text h3 {
                height: 30px;
                font-size: 20px;
                line-height: 30px;
                overflow: hidden;
                -webkit-transition-duration: .7s;
                transition-duration: .7s;
            }

            .home-display li .text p {
                font-family: "宋体";
                font-size: 18px;
                text-transform: uppercase;
            }

            .home-display li .text span {
                line-height: 30px;
                padding: 0 27px;
                font-size: 14px;
                opacity: .5;
                -webkit-transition-duration: 1s;
                transition-duration: 1s;
                position: relative;
                display: inline-block;
            }

                .home-display li .text span:before {
                    content: "";
                    width: 0;
                    height: 1px;
                    left: 0;
                    top: 0;
                    position: absolute;
                    -webkit-transition-duration: 1s;
                    transition-duration: 1s;
                    background-color: rgba(255,255,255,0.5);
                }

                .home-display li .text span:after {
                    content: "";
                    width: 0;
                    height: 1px;
                    left: 0;
                    bottom: 0;
                    position: absolute;
                    -webkit-transition-duration: 1s;
                    transition-duration: 1s;
                    background-color: rgba(255,255,255,0.5);
                }

        .home-display li:hover .pic:before {
            height: 96%;
            width: 96%;
        }

        .home-display li:hover .pic img {
            -webkit-transform: scale(1.4);
            -ms-transform: scale(1.4);
            transform: scale(1.4);
        }

        .home-display li:hover .text {
            opacity: 1;
            display:block\9;
        }

            .home-display li:hover .text span {
                margin-top: 10px;
            }

                .home-display li:hover .text span:before {
                    width: 100%;
                }

                .home-display li:hover .text span:after {
                    width: 100%;
                }

            .home-display li:hover .text h3 {
                margin-top: 30%;
            }

@media (max-width:640px) {
    .home-display {
        margin-top: 30px;
    }
}

@media (max-width:360px) {
    .home-display li {
        width: 100%;
        padding: 0;
        margin-bottom: 15px;
    }
}

.home-more {
    color: #fff;
    line-height: 30px;
    display: inline-block;
    padding: 0 45px;
    border: solid 1px #eb5c20;
    background-color: #eb5c20;
}

    .home-more:hover {
        color: #eb5c20;
        background-color: #fff;
    }

.display-info {
    font-size: 14px;
    padding: 30px 190px;
}

@media (max-width:990px) {
    .display-info {
        padding: 30px 0;
    }
}

.home-about-bg {
    padding: 50px 0;
    overflow: hidden;
    margin-top: 35px;
    background-color: #f7f7f7;
}

    .home-about-bg dl {
        background-color: #fff;
        overflow: hidden;
    }

    .home-about-bg dt {
        float: left;
        padding-top: 36px;
        padding-bottom: 36px;
        position: relative;
    }

        .home-about-bg dt img {
            position: relative;
            margin-left: 28px;
            z-index: 1;
        }

        .home-about-bg dt:after {
            content: "";
            top: 0;
            left: 0;
            width: 72%;
            height: 100%;
            opacity: .6;
            position: absolute;
            background-color: #eb5c20;
        }

    .home-about-bg dd {
        width: 51%;
        float: right;
        padding-top: 40px;
        padding-right: 40px;
        text-transform: uppercase;
    }

        .home-about-bg dd .text {
            margin-top: 15px;
            font-size: 13px;
            line-height: 24px;
            height: 172px;
            overflow: hidden;
            margin-bottom: 20px;
        }

        .home-about-bg dd .title {
            line-height: 20px;
            font-size: 20px;
            font-family: "宋体";
            color: #eb5c20;
            opacity: .6;
            padding-bottom: 20px;
            border-bottom: solid 1px #e0e0e0;
        }

@media (max-width:950px) {
    .home-about-bg dd {
        width: 48%;
    }
}

@media (max-width:900px) {
    .home-about-bg dd {
        width: 40%;
    }
}

@media (max-width:860px) {
    .home-about-bg dd {
        width: 35%;
    }
}

@media (max-width:730px) {
    .home-about-bg dt {
        text-align: center;
        float: none;
    }

        .home-about-bg dt img {
            margin-left: 0;
        }

    .home-about-bg dd {
        margin-top: 20px;
        width: 100%;
        padding: 0;
    }
}

.home-news {
    margin: 40px 0;
}

    .home-news li {
        padding: 0 5px;
    }

        .home-news li .pic {
            width: 49%;
            float: left;
            position: relative;
        }

            .home-news li .pic:after {
                content: "";
                display: block;
                padding-bottom: 75%;
            }

        .home-news li .text {
            width: 49%;
            float: right;
            color: #797979;
            position: relative;
            -webkit-transition-duration: .7s;
            transition-duration: .7s;
            padding: 40px 20px 35px 20px;
            text-align: center;
        }

            .home-news li .text h3 {
                height: 40px;
                font-size: 13px;
                line-height: 40px;
                position: relative;
                z-index: 1;
                overflow: hidden;
                border-bottom: solid 1px #c7c7c7;
            }

            .home-news li .text p {
                margin-top: 10px;
                line-height: 18px;
                height: 54px;
                overflow: hidden;
                position: relative;
                z-index: 1;
            }

            .home-news li .text:after {
                content: "";
                top: 0;
                left: 0;
                width: 0;
                height: 100%;
                position: absolute;
                -webkit-transition-duration: .7s;
                transition-duration: .7s;
                background-color: #eb5c20;
            }

        .home-news li:hover .text {
            background-color: #eb5c20;
            color: #fff;
        }

            .home-news li:hover .text h3 > a {
                color: #fff;
            }

            .home-news li:hover .text:after {
                width: 100%;
                height: 100%;
            }

@media (max-width:1060px) {
    .home-news .text {
        padding-top: 0;
    }
}

@media (max-width:1024px) {
    .home-news .text {
        padding-top: 30px;
    }
}

@media (max-width:768px) {
    .home-news .text {
        padding-top: 0;
        padding-bottom: 30px;
    }
}

@media (max-width:640px) {
    .home-news li {
        width: 100%;
        padding: 0;
    }

        .home-news li .pic {
            display: none;
        }

        .home-news li .text {
            width: 100%;
            padding: 0;
            text-align: left;
            padding: 0 15px;
        }
}

.home-link {
    padding-top: 15px;
    margin-top: 70px;
    border-top: solid 1px #e8e8e8;
}

    .home-link span {
        color: #333;
        font-size: 16px;
        line-height: 16px;
        display: inline-block;
    }

        .home-link span em {
            color: #fff;
            line-height: 13px;
            font-size: 10px;
            padding: 0 21px;
            font-style: normal;
            display: inline-block;
            background-color: #333;
        }

    .home-link a {
        padding: 0 10px;
        font-size: 14px;
        display: inline-block;
    }

@media (max-width:767px) {
    .home-link {
        display: none;
    }
}

.asider-page {
    margin-top: 60px;
    padding: 8px 0;
    text-align: center;
    position: relative;
    border-top: solid 1px #e8e8e8;
    border-bottom: solid 1px #e8e8e8;
}

    .asider-page .num-container {
        position: relative;
        display: inline-block;
        background-color: #fff;
    }

    .asider-page span, .asider-page a {
        padding: 0 12px;
        height: 28px;
        margin: 0 2px;
        line-height: 28px;
        vertical-align: top;
        display: inline-block;
    }

        .asider-page span.num, .asider-page a.num {
            font-family: arial;
        }

            .asider-page span.num.active, .asider-page a.num.active, .asider-page a.cpb {
                color: #fff;
                background-color: #eb5c20;
            }

        .asider-page span.iconfont, .asider-page a.iconfont {
            width: 50px;
            line-height: 34px;
        }

    .asider-page a {
        background-color: #f8f8f8;
    }

        .asider-page a:hover {
            color: #fff;
            background-color: #eb5c20;
        }

@media (max-width:767px) {
    .asider-page {
        padding-top: 20px;
        padding-bottom: 20px;
    }

        .asider-page a.num {
            display: none;
        }
}

.footer {
    text-align: center;
    margin-top: 25px;
    padding: 50px 0;
    background-color: #e0e0e0;
}

    .footer img {
        margin: 0 5px;
    }

    .footer .menu a {
        line-height: 28px;
        display: inline-block;
        padding: 0 22px;
        margin: 0 10px;
        border: solid 1px #535353;
    }

        .footer .menu a:hover {
            color: #fff;
            background-color: #eb5c20;
            border-color: #eb5c20;
        }

@media (max-width:640px) {
    .footer .menu {
        display: none;
    }
}

.footer .menu-2 {
    padding: 20px 0 15px 0;
}

    .footer .menu-2 a {
        margin: 0 20px;
        font-size: 14px;
        display: inline-block;
    }

@media (max-width:640px) {
    .footer .menu-2 {
        display: none;
    }
}

.footer .pic {
    padding-top: 10px;
    position: relative;
}

.footer .weixin {
    position: absolute;
    top: -130px;
    left: 50%;
    margin-left: -60px;
    display: none;
}

@media (max-width:640px) {
    .footer {
        padding: 10px 0;
    }

        .footer .pic {
            display: none;
        }
}

.honer li {
    margin-top: 30px;
}

@media (max-width:360px) {
    .honer li {
        width: 100%;
        padding: 0;
        margin-top: 10px;
    }
}

.honer .small {
    -webkit-transition: All .2s ease-in-out;
    transition: All .2s ease-in-out;
}

    .honer .small div {
        position: relative;
    }

        .honer .small div:before {
            content: "";
            display: block;
            padding-bottom: 70%;
        }

    .honer .small .small-img {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 50px;
        height: 50px;
        margin-left: -25px;
        margin-top: -25px;
        z-index: 1;
        display: none;
    }

    .honer .small:hover .small-img {
        display: block;
    }

#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

#cboxOverlay {
    background-color: #2b2b2b;
    filter: alpha(opacity=50);
    opacity: .5;
}

#cboxContent {
    background: #fff;
    font-size: 12px;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxLoadedContent {
    margin-bottom: 28px;
}

#cboxTitle {
    position: absolute;
    bottom: 4px;
    left: 0;
    text-align: center;
    width: 100%;
    color: #949494;
}

#cboxCurrent {
    width: 90%;
    position: absolute;
    bottom: 8px;
    left: 5%;
    text-indent: 10px;
    color: #fff;
    background: #4f4f4f;
    overflow: hidden;
}

#cboxSlideshow {
    position: absolute;
    bottom: 4px;
    right: 30px;
    color: #000;
}

#cboxPrevious {
    position: absolute;
    bottom: 48%;
    left: 2%;
    background: url(../images/big_left_btn.png) no-repeat;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
}

#cboxNext {
    position: absolute;
    bottom: 48%;
    right: 2%;
    background: url(../images/big_right_btn.png) no-repeat;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
}

#cboxLoadingOverlay {
    background: url(../images/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
    background: url(../images/loading.gif) no-repeat center center;
}

#cboxClose {
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../images/big_close_btn.png) no-repeat;
    width: 29px;
    height: 28px;
    text-indent: -9999px;
    top: 5px;
    right: 5px;
}

.page-current {
    margin-top: 10px;
    text-align: right;
    height: 40px;
    color: #868686;
    line-height: 40px;
    overflow: hidden;
}

    .page-current a {
        color: #868686;
    }

        .page-current a:hover {
            color: #eb5c20;
        }

    .page-current span {
        color: #eb5c20;
    }

    .page-current img {
        padding-right: 5px;
    }

.page-nav {
    border-top: solid 1px #e0e0e0;
    border-bottom: solid 1px #e0e0e0;
}

    .page-nav li {
        width: 13%;
        float: left;
        font-size: 14px;
        line-height: 40px;
        text-align: center;
        position: relative;
        border-left: solid 1px #e0e0e0;
    }

        .page-nav li a {
            line-height: 40px;
            height: 40px;
            display:block;
            overflow:hidden;
        }

        .page-nav li:first-child {
            border: 0;
        }

        .page-nav li:after {
            content: "";
            height: 0;
            left: 0;
            width: 0;
            bottom: -10px;
            position: absolute;
            border-left: 64px solid transparent;
            border-right: 64px solid transparent;
            border-top: 20px solid #eb5c20;
            font-size: 0;
            line-height: 0;
            opacity: 0;
            display:none\9;
        }

        .page-nav li:hover {
            background-color: #eb5c20;
        }

            .page-nav li:hover > a {
                color: #fff;
            }

            .page-nav li:hover:after {
                opacity: 1;
            }

        .page-nav li.active {
            background-color: #eb5c20;
        }

            .page-nav li.active > a {
                color: #fff;
            }

            .page-nav li.active:after {
                opacity: 1;
            }

@media (max-width:1030px) {
    .page-nav li:after {
        display: none;
    }
}

@media (max-width:767px) {
    .page-nav {
        padding: 10px 0;
    }

        .page-nav li {
            width: 50%;
            margin: 5px 0;
            border: solid 1px #e0e0e0;
        }

            .page-nav li:first-child {
                border: solid 1px #e0e0e0;
            }

            .page-nav li.active {
                border: solid 1px #eb5c20;
            }
}

.page-subnav {
    padding: 10px;
    margin-top: 30px;
    border-bottom: solid 1px #e0e0e0;
}

    .page-subnav a {
        padding: 0 10px;
        display: inline-block;
    }

    .page-subnav a.cur{
        color: #eb5c20;
    }

.page-content {
    line-height: 24px;
    min-height: 400px;
    font-size: 13px;
    padding-bottom: 50px;
}

@media (max-width:640px) {
    .page-content {
        padding-bottom: 20px;
    }
}

.page-title {
    font-family: "宋体";
    color: #474747;
    font-size: 26px;
    text-align: center;
    font-weight: normal;
    margin: 80px 0 70px 0;
    position: relative;
}

    .page-title:after {
        content: "";
        width: 380px;
        height: 1px;
        top: 15px;
        left: 50%;
        z-index: 0;
        margin-left: -190px;
        position: absolute;
        background-color: #8b8b8b;
    }

    .page-title span {
        z-index: 1;
        position: relative;
        padding: 0 20px;
        display: inline-block;
        background-color: #fff;
    }

@media (max-width:640px) {
    .page-title {
        margin: 50px 0;
    }

        .page-title:after {
            width: 100%;
            left: 0;
            margin-left: 0;
        }
}

.about-text {
    position: relative;
    padding:0 30px;
}

    .about-text:before {
        top: 0;
        left: -5px;
        content: "";
        width: 12px;
        height: 12px;
        border-radius: 12px;
        position: absolute;
        background-color: #eb5c20;
    }

.servise-text:before {
    top: 10px;
    left: -10px;
    content: "";
    width: 100px;
    height: 1px;
    position: absolute;
    background-color: #c9c9c9;
}

.servise-text:after {
    bottom: -60px;
    right: 0;
    content: "";
    width: 102px;
    height: 102px;
    position: absolute;
    background: url(../images/line-3.jpg) no-repeat;
}

@media (max-width:767px) {
    .servise-text {
        border: 0;
    }

        .servise-text:before, .servise-text:after {
            display: none;
        }
}

.servise-text-1 {
    margin-top: 100px;
    padding-right: 30px;
    background-color: #fafafa;
}

    .servise-text-1 img {
        float: left;
        margin-right: 40px;
    }

    .servise-text-1 h3 {
        font-size: 24px;
        font-weight: normal;
        font-family: "宋体";
        padding-top: 50px;
    }

@media (max-width:767px) {
    .servise-text-1 {
        margin-top: 40px;
        padding-bottom: 30px;
        padding: 0;
    }

        .servise-text-1 img {
            float: none;
            margin-right: 0;
            width: 100%;
        }

        .servise-text-1 h3, .servise-text-1 p {
            padding-left: 15px;
            padding-right: 15px;
        }
}

.servise-text-2 {
    padding-left: 30px;
    margin-top: 50px;
    background-color: #fafafa;
}

    .servise-text-2 h3 {
        font-size: 24px;
        font-weight: normal;
        font-family: "宋体";
        padding-top: 50px;
        padding-bottom: 10px;
    }

    .servise-text-2 img {
        float: right;
    }

    .servise-text-2 p {
        font-size: 12px;
        padding: 10px 0;
        width: 50%;
        border-bottom: solid 1px #cdcdcd;
    }

@media (max-width:990px) {
    .servise-text-2 {
        padding: 0 15px;
    }

        .servise-text-2 p {
            width: 100%;
        }

        .servise-text-2 img {
            display: none;
        }
}

.related-news li {
    padding-top: 15px;
    padding-bottom: 20px;
}

    .related-news li h3 {
        height: 30px;
        line-height: 30px;
        overflow: hidden;
        font-weight: normal;
    }

        .related-news li h3 a {
            color: #2c2c2c;
        }

    .related-news li p {
        margin-top: 5px;
        font-size: 12px;
        line-height: 20px;
        height: 40px;
        overflow: hidden;
    }

    .related-news li h3, .related-news li p {
        padding-right: 50px;
        padding-left: 5px;
    }

    .related-news li:hover {
        color: #fff;
        opacity: .5;
        background-color: #eb5c20;
    }

        .related-news li:hover h3 > a {
            color: #fff;
        }

@media (max-width:640px) {
    .related-news li {
        width: 100%;
    }

        .related-news li h3, .related-news li p {
            padding: 0;
        }
}

.news-list li {
    padding: 10px;
}

    .news-list li .pic {
        overflow: hidden;
        position: relative;
    }

        .news-list li .pic:after {
            content: "";
            display: block;
            padding-bottom: 76%;
        }

        .news-list li .pic img {
            -webkit-transition-duration: .7s;
            transition-duration: .7s;
        }

    .news-list li h3 {
        font-size: 18px;
        line-height: 48px;
        height: 48px;
        overflow: hidden;
        font-weight: normal;
        padding: 0 10px;
        text-align: center;
        position: relative;
    }

        .news-list li h3 a {
            color: #3d3d3d;
        }

        .news-list li h3:after {
            content: "";
            height: 1px;
            bottom: 0;
            left: 0;
            width: 100%;
            position: absolute;
            -webkit-transition-duration: .7s;
            transition-duration: .7s;
            background-color: #bcbcbc;
        }

    .news-list li .txt {
        margin-top: 10px;
        font-size: 13px;
        line-height: 24px;
        height: 120px;
        padding: 0 10px;
        overflow: hidden;
    }

    .news-list li:hover h3:after {
        background-color: #eb5c20;
    }

    .news-list li:hover h3 > a {
        color: #eb5c20;
    }

    .news-list li:hover .pic img {
        opacity: .7;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

@media (max-width:640px) {
    .news-list li {
        width: 50%;
        padding: 5px;
    }
}

.news-title {
    color: #333;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
}

.news-info {
    font-size: 12px;
    color: #ababab;
    padding: 15px 0;
    text-align: center;
    border-bottom: dotted 1px #bfbebe;
    margin-bottom: 30px;
}

.case-list li {
    margin-bottom: 35px;
}

    .case-list li .pic {
        overflow: hidden;
        position: relative;
    }

        .case-list li .pic:after {
            content: "";
            display: block;
            padding-bottom: 50%;
        }

        .product-list li .pic:after {
            content: "";
            display: block;
            padding-bottom: 80%;
        }

        .case-list li .pic img {
            -webkit-transition-duration: .7s;
            transition-duration: .7s;
        }

    .case-list li .txt {
        height: 40px;
        font-size: 15px;
        line-height: 40px;
        overflow: hidden;
        text-align: center;
        border-bottom: solid 1px #bcbcbc;
    }

        .case-list li .txt a {
            color: #333;
        }

    .case-list li:hover .txt {
        border-color: #eb5c20;
    }

    .case-list li:hover .pic img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

.caseshow li {
    margin-bottom: 0;
}

.news-page {
    line-height: 40px;
    overflow: hidden;
    margin-top: 50px;
    background-color: #f6f6f6;
}

    .news-page li {
        width: 50%;
        float: left;
        height: 40px;
        overflow: hidden;
        line-height: 40px;
        padding: 0 20px;
    }

        .news-page li:first-child {
            color: #fff;
            background-color: #eb5c20;
        }

            .news-page li:first-child a {
                color: #fff;
            }

@media (max-width:640px) {
    .news-page li {
        width: 100%;
    }
}

.cot-t1 {
    margin: 0 200px;
    padding-bottom: 15px;
    border-bottom: solid 1px #dcdcdc;
}

    .cot-t1 span {
        color: #333;
        font-size: 28px;
    }

@media (max-width:800px) {
    .cot-t1 {
        margin: 0;
    }

        .cot-t1 span {
            font-size: 20px;
        }
}

.cot-t2 {
    padding-bottom: 15px;
    padding-top: 30px;
}

    .cot-t2 span {
        color: #fff;
        padding: 0 60px;
        line-height: 30px;
        font-size: 16px;
        display: inline-block;
        background-color: #eb5c20;
    }

.cot-t3 {
    padding-bottom: 30px;
}

    .cot-t3 span {
        padding: 0 30px;
        font-family: arial;
        display: inline-block;
        font-size: 15px;
    }

.c-massage {
    margin-top: 30px;
    padding: 30px 50px 50px 50px;
    background-color: #fafafa;
}

@media (max-width:800px) {
    .c-massage {
        padding: 20px 0 40px 0;
    }
}

.c-massage li {
    color: #333;
    margin-top: 20px;
    position:relative;
}

.c-massage li.col-xs-12 font {
    right:4%;
}

.c-massage li font {
    position:absolute;
    right:8%;
    top:-22px;
    font-size:12px;
    color:#F00;
    display:none;
}

@media (max-width:500px) {
    .c-massage li {
        width: 100%;
    }

    .c-massage li.col-xs-12 font {
        right:8%;
    }
}

.c-massage li input {
    width: 96%;
    border: solid 1px #ddd;
    padding: 8px 0;
    line-height: 20px;
    padding-left: 15px;
    color:#cdcdcd;
}

    .c-massage li input:focus, .c-massage li textarea:focus {
        border-color: #eb5c20;
    }

.c-massage li span {
    padding-left: 2px;
    font-size: 12px;
    color: #f30;
    vertical-align: top;
}

.c-massage li textarea {
    width: 98%;
    font-size: 13px;
    padding: 10px;
    height: 100px;
    border: solid 1px #ddd;
    color:#cdcdcd;
}

@media (max-width:500px) {
    .c-massage li textarea {
        width: 96%;
    }
}

.c-massage li input[type="button"],.c-massage li input[type="reset"] {
    width: 100px;
    background: #eb5c20;
    color: #fff;
    cursor:pointer;
    text-align: center;
    font-size: 1.4rem;
    border: 0;
    padding: 5px 0;
    margin-right: 10px;
}

@media (max-width:640px) {
    .prolist li {
        width: 50%;
    }
}

@media (max-width:360px) {
    .prolist li {
        width: 100%;
    }
}

.map {
    margin: 0 auto;
}

    .map dl {
        margin: 20px 0 20px 0;
        overflow: hidden;
        line-height: 30px;
    }

        .map dl:hover {
            background: #f5f8fa;
        }

            .map dl:hover dt a {
                color: #e0e9f3;
                font-weight: bold;
            }

    .map dt {
        font-size: 14px;
        float: left;
        width: 10%;
        text-align: center;
        background: #eb5c20;
    }

        .map dt:hover {
            background: #317ebf;
        }

        .map dt a {
            color: #fff;
            display: block;
        }

            .map dt a:hover {
                color: #e0e9f3;
                font-weight: bold;
            }

    .map dd {
        font-size: 12px;
        overflow: hidden;
        float: left;
        width: 85%;
    }

        .map dd .p2 {
            padding: 0 0 0 20px;
            clear: both;
        }

            .map dd .p2 a {
                color: #333;
                font-weight: bold;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }

                .map dd .p2 a:hover {
                    color: #764b00;
                }

        .map dd div {
            clear: both;
            overflow: hidden;
            padding: 0 20px 0 10px;
        }

            .map dd div a {
                color: #333;
                float: left;
                padding: 0 10px 0 10px;
            }

                .map dd div a:hover {
                    background: #eb5c20;
                    color: #fff;
                }

@media (max-width:640px) {
    .map dt {
        width: 100%;
    }
}


.mobile-footer-menu {
	display: none;
	height: 54px
}

@media (max-width:768px) {
	.footer {
		margin-bottom: 54px
	}

	.mobile-footer-menu {
		display: block;
		width: 100%;
		background: #eb5c20;
		padding: 5px 0;
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 99;
		list-style: none;
		font-size: 12px
	}

	.mobile-footer-menu li {
		width: 25%;
		float: left;
		position: relative
	}

	.mobile-footer-menu li:after {
		content: "";
		position: absolute;
		height: 42px;
		width: 1px;
		background: rgba(255,255,255,0.1);
		right: 0;
		top: 2px
	}

	.mobile-footer-menu li span {
		width: 24px;
		height: 24px;
		display: block;
		margin: 0 auto;
		position: relative;
		overflow: hidden
	}

	.mobile-footer-menu li span img {
		max-width: 100%
	}

	.mobile-footer-menu li em {
		font-style: normal;
		text-align: center;
		display: block;
		color: #fff;
		height: 20px;
		line-height: 20px;
		overflow: hidden
	}

	.mobile-footer-menu li:last-child:after {
		display: none
	}
}