﻿@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: inherit;
    font-size: 100%;
}

body {
    /*background: #fff;
    color: #333333;
    position: relative;
    font: 14px/1.5 微软雅黑,arial,sans-serif;
    vertical-align: baseline;
    width: 100%;
    height: auto;
    overflow-x: hidden;*/
    color: #333;
    font-size: 14px;
    font-weight: 500;
    font-family: '微软雅黑';
    line-height: 1.5em;
    /*background: #212121;*/
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    list-style: none;
}

input {
    outline: none;
}

a {
    text-decoration: none;
    outline: none;
    font-weight: 500;
}

    a:link {
        color: #5b5b5b;
    }

    a:visited {
        color: #5b5b5b;
    }

    a:hover, a:active, a:focus {
        color: #ff9700;
        text-decoration: none;
        outline: none;
    }

.fl {
    float: left;
}

.fr {
    float: right;
}

.w100 {
    width: 100%;
}

.mt30 {
    margin-top: 30px;
}

.mt80 {
    margin-top: 80px;
}

.length {
    display: block;
    width: 90% !important;
    overflow: hidden;
    /*white-space: nowrap;*/
    text-align: center;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-left: 5%;
}

.length1 {
    display: block;
    width: 90% !important;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-left: 5%;
}

.tylength {
    display: block;
    width: 90% !important;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.border {
    border: 1px solid #CCC;
}

.box {
    width: 100%;
    text-align: center;
    /*position: relative;*/
    height: auto;
}

.box_main {
    width: 1920px;
    margin-left: -360px;
    position: relative;
}

.main {
    /*position: relative;*/
    /*width: 1366px;*/
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
/*.main {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}*/
.main_height {
    min-height: 800px;
}

.main1 {
    /*position: relative;*/
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.nymain {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.nymain_bg {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    /*background: #383838;*/
    border-radius: 15px;
    margin-top: 0px;
    min-height: 800px;
    margin-bottom: 20px;
    /* box-shadow: 3px 3px 10px #c3c3c3; */
    float: left;
}
/*电脑导航*/
.menu {
    width: 100%;
    z-index: 2;
    /*position: relative;*/
    position: fixed;
    padding-top: 25px;
    /*height: 120px;
    line-height: 120px;
    position: fixed;
    top: 0px;
    z-index: 10;*/
}

.menu1 {
    width: 100%;
    z-index: 2;
    /*position: relative;*/
    position: fixed;
    background: #fff;
    border-bottom: 1px solid #f1f1f1;
    height: 90px;
}
/*#header {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}*/

.bg {
    background: rgba(0, 0, 0, 0.31);
}

.bg1 {
    background: #000;
}

.hide {
    display: none;
}
/*首页头部*/
.logo {
    width: 33.3%;
    text-align: center;
    overflow: hidden;
    margin-top: 10px;
    z-index: -1;
}

    .logo img {
        max-width: 100%;
        height: auto;
    }

.sousuo_box {
    width: 33.3%;
    text-align: right;
    margin-top: 32px;
    padding-right: 12px;
}

    .sousuo_box img {
        cursor: pointer;
    }
/*左侧导航*/
.left_menu {
    width: 200px;
    height: 100%;
    position: fixed;
    background: #474b4d;
    left: 0;
    top: 0;
    display: none;
    z-index: 2;
}

.left_menu_close {
    position: absolute;
    top: 15px;
    right: 15px;
}

    .left_menu_close img {
        cursor: pointer;
    }

.menu_box {
    width: 33.3%;
    text-align: left;
    margin-top: 25px;
    padding-left: 10px;
}

    .menu_box img {
        cursor: pointer;
    }

#menu {
    width: 100%;
}

.navs {
    width: 100%;
    margin-top: 120px;
}

.navss {
    float: right;
}

.navs li {
    height: auto;
    text-align: center;
    width: 100%;
    float: left;
    position: relative;
    z-index: 999;
    padding: 0 15px;
}

    .navs li:last-child {
        background: none;
    }

    .navs li a {
        height: auto;
        display: block;
        color: #fff;
        font-size: 16px;
        padding: 15px 0;
        /*border-bottom: 1px solid #ececec;*/
    }

        .navs li a:hover {
            color: #df0023;
            font-weight: 700;
            text-decoration: none;
        }

.navs .sec {
    height: auto;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    /* overflow: hidden; */
    z-index: 9999;
    position: absolute;
    top: 0px;
    left: 200px;
    width: 100%;
    box-shadow: 0px 0px 7px #9a9a9a;
    display: none;
}

    .navs .sec a {
        width: 100%;
        color: #333;
        background: #fff;
    }

        .navs .sec a:hover {
            text-decoration: none;
            background: #525252;
            color: #fff;
        }

.navs li:hover .sec {
    display: block;
}
/*手机导航*/
.header_m {
    display: none;
}
/*下导航*/
.xdaohang {
    width: 20%;
}

    .xdaohang ul {
        width: 100%;
        text-align: left;
        list-style: none;
    }

        .xdaohang ul li {
            width: 100%;
            text-align: left;
            float: left;
            height: 30px;
            line-height: 30px;
        }

.xdaohang_box {
    width: 55%;
    margin-top: 30px;
    margin-bottom: 20px;
}

.xdaohang_title {
    width: 100%;
    text-align: left;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    color: #fff;
}

.xdaohang ul li a {
    color: #888888;
}

    .xdaohang ul li a:hover {
        color: #ebb001;
    }

.xdaohang_title a {
    color: #fff;
}

/*底部*/
.db_bg {
    background: #f2f2f2;
    padding: 40px 0;
    color: #666666;
}

.db_box {
    width: 100%;
    height: 70px;
}

.db_lx_box {
    float: left;
    width: auto;
    padding-right: 20px;
}

    .db_lx_box:hover .db_lx_zuo {
        background: #f4b125;
        border: 1px solid #f4b125;
        transition: 0.3s;
    }

        .db_lx_box:hover .db_lx_zuo img {
            filter: brightness(30);
        }

    .db_lx_box:last-child {
        padding-right: 0px;
    }

.db_lx_zuo {
    width: 65px;
    border: 1px solid #CCC;
    border-radius: 50%;
    padding: 19px 0;
}

.db_lx_you {
    width: auto;
    margin-left: 15px;
    margin-top: 7px;
    text-align: left;
}

.db_lx_you_s {
    width: 100%;
    font-size: 18px;
}

.db_lx_you_x {
    width: 100%;
    font-size: 16px;
    margin-top: 5px;
    font-weight: 600;
}

.dblx_box {
    width: 100%;
    padding: 70px 0 30px 0;
}

.db_zuo {
    width: 33.333%;
    border-right: 1px solid #fff;
    padding: 5px 0 20px 0;
}

    .db_zuo span {
        font-size: 20px;
        color: #fff;
    }

.db_title {
    float: left;
    width: 100%;
    text-align: left;
    color: #fff;
    font-size: 18px;
}

    .db_title span {
        color: #df0023;
    }

.db_title_eng {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 10px;
    font-size: 72px;
    color: #fff;
}

.db_lx {
    width: 100%;
    float: left;
    text-align: left;
    margin-top: 40px;
}

.db_zhong {
    width: 33.333%;
    border-right: 1px solid #fff;
    text-align: left;
    padding-left: 8%;
    padding: 5px 0 30px 8%;
    font-size: 16px;
    color: #fff;
}

/*.db_menu {
    width: 100%;
    float: left;
    margin-top: 30px;
}

    .db_menu ul {
        width: 65%;
        float: left;
    }

        .db_menu ul li {
            width: 50%;
            float: left;
            padding: 8px 0;
            text-align: left;
        }

            .db_menu ul li a {
                font-size: 14px;
                color: #a9a9a9;
            }*/

.db_right {
    width: 33.333%;
    padding-top: 20px;
}
/*头部搜索*/
.sousuo_right {
    width: 30%;
    text-align: right;
    margin-top: 26px;
    position: relative;
    display: none;
}

    .sousuo_right img {
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
    }

    .sousuo_right input {
        width: 220px;
        height: 40px;
        line-height: 40px;
        /*background: #474b4d;*/
        border: none;
        color: #333;
        text-indent: 10px;
        border: 1px solid #ddd;
    }
        /* WebKit browsers */
        .sousuo_right input::-webkit-input-placeholder {
            color: #333;
            font-size: 14px;
        }
        /* Mozilla Firefox 4 to 18 */
        .sousuo_right input:-moz-placeholder {
            color: #333;
            opacity: 1;
            font-size: 14px;
        }
        /* Mozilla Firefox 19+ */
        .sousuo_right input::-moz-placeholder {
            color: #333;
            opacity: 1;
            font-size: 14px;
        }
        /* Internet Explorer 10+ */
        .sousuo_right input:-ms-input-placeholder {
            color: #333;
            font-size: 14px;
        }
/*底部*/
.bq_bg {
    background: #54585a;
    float: left;
    position: absolute;
    bottom: 0;
    padding: 20px 0;
}

.dibu_zuo {
    width: 70%;
    padding-left: 10px;
}

.dibu_you {
    width: 30%;
    text-align: right;
    margin-top: 10px;
    position: relative;
}

    .dibu_you img {
        position: absolute;
        top: 10px;
        right: 20px;
        cursor: pointer;
    }

    .dibu_you a {
        padding: 0px 1px;
        color: #333;
        font-size: 14px;
    }

    .dibu_you input {
        width: 80%;
        height: 40px;
        line-height: 40px;
        background: #474b4d;
        border: none;
        color: #fff;
        text-indent: 10px;
        margin-right: 10px;
    }
        /* WebKit browsers */
        .dibu_you input::-webkit-input-placeholder {
            color: #fff;
            font-size: 14px;
        }
        /* Mozilla Firefox 4 to 18 */
        .dibu_you input:-moz-placeholder {
            color: #fff;
            opacity: 1;
            font-size: 14px;
        }
        /* Mozilla Firefox 19+ */
        .dibu_you input::-moz-placeholder {
            color: #fff;
            opacity: 1;
            font-size: 14px;
        }
        /* Internet Explorer 10+ */
        .dibu_you input:-ms-input-placeholder {
            color: #fff;
            font-size: 14px;
        }

.dibu_zuo_shang {
    width: 100%;
}

.dibu_zuo_img {
    float: left;
}

.dibu_zuo_text {
    float: left;
    height: 40px;
    line-height: 40px;
}

    .dibu_zuo_text ul {
        width: 100%;
    }

        .dibu_zuo_text ul li {
            width: auto;
            padding: 0 10px;
            float: left;
        }

            .dibu_zuo_text ul li a {
                color: #fff;
                font-size: 14px;
            }

.dibu_zuo_xia {
    width: 100%;
    text-align: left;
    color: #c6c7c8;
    font-size: 12px;
}
/*版权*/
/*.line {
    width: 100%;
    height: 1px;
    background: #424242;
}

.db_bq_box {
    padding: 20px 0;
}*/
/*留言*/
.ly_text {
    width: 45%;
    height: 45px;
    margin-top: 25px;
    margin-right: 2%;
    border-bottom: 1px solid #36363b;
}

    .ly_text input {
        width: 100%;
        height: 45px;
        text-indent: 45px;
        border-radius: 10px;
        border: none;
        color: #fff;
    }

.ly_box {
    width: 100%;
    float: left;
}

.ly_mes {
    width: 91%;
    height: 45px;
    margin-top: 25px;
    margin-right: 2%;
    border-bottom: 1px solid #36363b;
}

    .ly_mes input {
        width: 100%;
        height: 45px;
        text-indent: 45px;
        border-radius: 10px;
        border: none;
        color: #fff;
    }

.ly_text1 {
    width: 100%;
    margin-top: 18px;
}

    .ly_text1 input {
        width: 100%;
        height: 35px;
        border: 1px solid #CCC;
        text-indent: 15px;
        /*border-radius: 10px;*/
    }

.ly_zzm_t {
    width: 130px;
}

.yzm img {
    height: 35px;
    margin-left: 5px;
}

.ly_box .name_1 input {
    background: url(../images/ly_img1.jpg) no-repeat left;
    background-position: 10px;
}

.ly_box .name_2 input {
    background: url(../images/ly_img2.jpg) no-repeat left;
    background-position: 10px;
}

.ly_box .name_3 input {
    background: url(../images/ly_img3.jpg) no-repeat left;
    background-position: 10px;
}

.ly_cont {
    width: 100%;
    margin-top: 25px;
}

    .ly_cont textarea {
        width: 100%;
        height: 160px;
        border: 1px solid #CCC;
        text-indent: 15px;
        line-height: 40px;
        color: #333;
        font-family: '微软雅黑';
    }

.ly_button {
    width: auto;
    text-align: center;
}

    .ly_button input {
        width: 190px;
        height: 35px;
        background: #36363b;
        border-radius: 10px;
        color: #fff;
        cursor: pointer;
        border: none;
        margin-left: 5px;
    }
/*返回顶部*/
.x_go-top {
    position: fixed;
    bottom: 230px;
    right: 120px;
    z-index: 10;
}

    .x_go-top a {
        background: #df0023;
        color: #fff;
        width: 55px;
        height: 55px;
        float: left;
        line-height: 55px;
        text-align: center;
    }
