@charset "utf-8";

body {
    margin: 0;
    color: #666;
    font-size: 14px;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
    -webkit-text-size-adjust: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
a:hover {
    color: #faa634;
}

.center {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    position: relative;
}

@media(max-width:1200px) {
    .center {
        padding: 0 2%;
    }
}

/*top*/
.top-main .center {
    position: relative;
    z-index: 100;
}

.top-main .logo img {
    display: block;
    height: 50px;
}

.top-right {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -17.5px;
}

.top-right dd {
    float: left;
    position: relative;
    z-index: 100;
    margin-left: 20px;
}

.top-right dd:first-child {
    margin-left: 0;
}

.top-right dd>a {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #e7e7e7;
    text-align: center;
    line-height: 35px;
    color: #999;
    font-size: 16px;
    transition: 0.2s;
}

.top-right dd>a.lang:hover {
    color: #fff;
    background: #ea5404;
}

.top-right dd>a.open-search {
    background: url(../images/icon_search.png) no-repeat center center;
}

.top-right dd>a.open-search-show {
    background: none;
    position: relative;
}

.top-right dd>a.open-search-show::before,
.top-right dd>a.open-search-show::after {
    position: absolute;
    content: '';
    height: 3px;
    left: 20%;
    background: #999;
    width: 60%;
    transform: rotate(45deg);
    top: 50%;
    margin-top: -1.5px;
}

.top-right dd>a.open-search-show::after {
    transform: rotate(-45deg);
}

.top-search {
    position: absolute;
    width: 280px;
    top: 100%;
    right: -20px;
    padding: 20px;
    display: none;
}

.top-search::after {
    position: absolute;
    content: '';
    border: 8px solid transparent;
    border-bottom-color: #fff;
    right: 30px;
    top: 4px;
}

.top-search .text {
    color: #999;
    border-radius: 3px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    width: 100%;
    line-height: 35px;
    height: 35px;
    padding: 0 5px;
    border: none;
    background: #fff;
}

.top-search .text.focus {
    color: #333;
}

.top-search .btn {
    position: absolute;
    right: 20px;
    top: 0;
    width: 35px;
    background: url(../images/icon_search.png) no-repeat center center;
    z-index: 10;
    height: 100%;
}

.top-menu li a {
    display: block;
    font-size: 15px;
    text-align: center;
}

@media(min-width:1025px) {
    .top-main .logo {
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -26px;
    }

    .top-right dd.wap-open-menu {
        display: none;
    }

    .top-menu {
        padding-right: 120px;
        display: block !important;
    }

    .top-menu ul {
        float: right;
    }

    .top-menu li {
        float: left;
        width: 105px;
        line-height: 85px;
    }

    .top-menu li.aon>a,
    .top-menu li.has-dl.hover>a,
    .top-menu li a:hover {
        color: #fff;
        background: #f39800;
        /* Old browsers */
        background: -moz-linear-gradient(top, #f39800 0%, #ee7600 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #f39800 0%, #ee7600 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #f39800 0%, #ee7600 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f39800', endColorstr='#ee7600', GradientType=0);
        /* IE6-9 */
    }

    .top-menu li.has-dl {
        position: relative;
        z-index: 100;
    }

    .top-menu li.has-dl.hover>a {}

    .top-menu li dl {
        border-radius: 0 0 5px 5px;
        overflow: hidden;
        display: none;
        position: absolute;
        left: -25%;
        top: 100%;
        z-index: 10;
        width: 150%;
        background: #fff;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    }

    .top-menu li dl dd a {
        line-height: 40px;
    }
}

@media(max-width:640px) {
    .top-main .logo img {
        height: 40px;
    }
}

@media(max-width:1024px) {
    .top-main .logo {
        padding: 20px 2%;
    }

    .top-menu {
        position: absolute;
        right: 0;
        top: 100%;
        background: #fff;
        border-radius: 0 0 0 10px;
        box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.2);
        width: 200px;
        overflow: hidden;
        display: none;
    }

    .top-menu li {
        line-height: 50px;
        border-bottom: 1px solid #eee;
    }

    /*.top-menu li:nth-child(2n){ background:#fdf2eb;}*/
    .top-menu li a {
        text-align: left;
        padding: 0 5%;
    }

    .top-menu li dl {
        display: block !important;
        padding-left: 5%;
    }

    /*.top-menu li.has-dl{ background:#fdf2eb;}*/
    .top-menu li.has-dl>a {
        position: relative;
        background: #fdf2eb;
    }

    .top-menu li.has-dl>a::after {
        position: absolute;
        content: '';
        border: 6px solid transparent;
        border-top-color: #ea5404;
        right: 2%;
        top: 50%;
        margin-top: -4px;
    }

    .top-menu li.has-dl dd a {
        position: relative;
        padding-left: 10px;
    }

    .top-menu li.has-dl dd a::after {
        position: absolute;
        content: '';
        border: 4px solid transparent;
        border-left-color: #ea5404;
        left: 0;
        top: 50%;
        margin-top: -6px;
    }

    .top-right {
        right: 2%;
    }

    .top-right dd.wap-open-menu {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        border: 1px solid #e7e7e7;
    }
        .wap-open-menu::before,
        .wap-open-menu::after,
        .wap-open-menu span {
            position: absolute;
            left: 20%;
            width: 60%;
            height: 3px;
            background: #999;
        }
                .wap-open-menu span {
                    top: 50%;
                    margin-top: -1.5px;
                }
        
                .wap-open-menu::before,
                .wap-open-menu::after {
                    content: '';
                }
        
                .wap-open-menu::before {
                    top: 9px;
                }
        
                .wap-open-menu::after {
                    bottom: 9px;
                }
        
                .wap-close-menu span {
                    opacity: 0;
                }
        
                .wap-close-menu::before,
                .wap-close-menu::after {
                    bottom: auto;
                    top: 50%;
                    margin-top: -1.5px;
                }
        
                .wap-close-menu::before {
                    transform: rotate(45deg);
                }
        
                .wap-close-menu::after {
                    transform: rotate(-45deg);
                }
}
.bottom-main {
    background: #303030;
    margin-top: 6%;
    color: #9b9b9b;
    padding-top: 3%;
    padding-bottom: 2%;
}

.bottom-main a {
    color: #9b9b9b;
}

.bottom-main a:hover {
    color: #fff;
}

.bottom-main .copyright {
    padding-top: 4%;
}

.bottom-main .copyright>dt {
    border-top: 1px solid #9b9b9b;
    line-height: 18px;
    text-align: center;
    position: relative;
}

.bottom-main .gettop {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url(../images/gettop.png) no-repeat center center #fff;
    margin-top: -10px;
}

.bottom-main .copyright dt span {
    position: relative;
    display: inline-block;
    background: #303030;
    padding: 0 5px;
    top: 0;
}

.bottom-main .copyright dt span a {
    display: inline-block;
}

.bottom-main .copyright dt span a::after {
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 9px;
    background: #585858;
    margin: 0 10px;
    content: '';
}

.bottom-main .copyright dt span a:last-child::after {
    display: none;
}

.bottom-main .copyright dd {
    text-align: center;
    padding-top: 22px;
}

.bottom-main .contact li {
    float: left;
    width: 50%;
    margin-bottom: 5px;
    line-height: 20px;
    padding-left: 25px;
    background: url(../images/bottom_icon_1.png) no-repeat 0 0;
    padding-right: 3%;
}

.bottom-main .contact li:nth-child(2) {
    background-image: url(../images/bottom_icon_2.png);
}

.bottom-main .contact li:nth-child(3) {
    background-image: url(../images/bottom_icon_3.png);
}

.bottom-main .contact li:nth-child(4) {
    background-image: url(../images/bottom_icon_4.png);
}

.bottom-main .contact li:nth-child(2n+1) {
    clear: left;
}

.bottom-main .share-link>* {
    float: left;
}

.bottom-main .share-link dd {
    margin-left: 30px;
}

.bottom-main .link ul {
    float: left;
}

.bottom-main .link ul ol {
    line-height: 24px;
    text-align: center;
    padding-right: 25px;
}

.bottom-main .link ul li a {
    line-height: 30px;
    color: #fff;
}

.bottom-main .link ul li a:hover {
    color: #faa634;
}

.bottom-main .share a {
    display: inline-block;
    float: none;
    vertical-align: middle;
    margin: 0 0 0 5px;
    width: 25px;
    height: 25px;
    background: url(../images/share.png) no-repeat left top;
}

.bottom-main .share a.bds_weixin {
    background-position: -32px 0;
}

.bottom-main .share a.youku {
    background-position: -64px 0;
}

.bottom-main .share a.social_linkedin {
    background-position: -64px 0;
}

@media(min-width:715px) {
    .bottom-main .contact {
        float: right;
        width: 68%;
        margin: 15px 0;
    }
}

@media(max-width:1024px) {
    .bottom-main .share-link {
        padding-top: 3%;
    }
}

@media(max-width:640px) {
    .bottom-main .contact li {
        float: none;
        width: auto;
    }
}

@media(max-width:480px) {
    .bottom-main .share-link>* {
        text-align: center;
    }

    .bottom-main .share-link dd.link {
        margin-left: 0;
        padding: 10px 0;
    }

    .bottom-main .link ul {
        width: 100%;
        max-width: 240px;
        margin: 0 auto;
    }

    .bottom-main .link ul ol {
        width: auto;
    }

    .bottom-main .gettop {
        width: 30px;
        height: 30px;
    }
}

.paddingtop-3 {
    padding: 3% 0;
}

.paddingtop-4 {
    padding: 4% 0 0 0;
}

.list-client li {
    float: left;
    text-align: center;
}

.list-client li a {
    display: block;
}

.list-client li .Ispic {
    position: relative;
    padding-bottom: 50%;
    background-color: #fff;
    background-size: contain;
    transition: 0.3s;
}

.list-client li .Ispic::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 1px solid #e5e5e5;
    transition: 0.3s;
}

.list-client li a:hover .Ispic::before {
    border-width: 2px;
    border-color: #ef7a00;
}

.list-client li a:hover .Ispic {
    box-shadow: 2px 0 18px rgba(0, 0, 0, 0.23);
}

.list-client li aside {
    font-size: 16px;
    padding-top: 15%;
}

@media(min-width:1025px) {
    .list-client li {
        width: 15.8%;
        margin-right: 5.25%;
        margin-bottom: 5.25%;
    }
}

@media(min-width:769px) {
    .list-client li:nth-child(5n) {
        margin-right: 0;
    }
}

@media(min-width:769px) and (max-width:1024px) {
    .list-client li {
        width: 19.5%;
        margin-right: 0.625%;
        margin-bottom: 2%;
    }
}

@media(max-width:768px) {
    .list-client li {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 3%;
    }

    .list-client li:nth-child(3n) {
        margin-right: 0;
    }
}

@media(max-width:480px) {
    .list-client li aside {
        font-size: 14px;
    }

    .list-client li aside {
        padding-top: 5%;
    }
}
.home-body .bottom-main .copyright dt span a::after {
    background-color: #fff;
}

.home-body .bottom-main .link ul ol {
    text-align: left;
    font-size: 16px;
    color: #fff;
}

.home-body .bottom-main .link ul li a:hover {
    color: #faa634;
}

.home-body .bottom-main .share a {
    background-image: url(../images/share_home.png);
}
.share-link.clearfix {
    position: absolute;
    top: -15px;
    background-color: #303030;
    left: 50%;
    padding: 0 20px;
    margin-left: -132px;
}