/* 引入本地 Montserrat 字体，统一站点字体显示 */
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat-regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    font-size: 14px;
    min-width: 1200px;
    font-family: 'Montserrat','微软雅黑','Microsoft YaHei',PingFangSC,'Helvetica Neue',Arial,sans-serif;
}

    body div {
        font: normal normal normal 12px/26px 'Montserrat','微软雅黑','Microsoft YaHei',PingFangSC,'Helvetica Neue',Arial,sans-serif;
        text-align: left;
        color: #333; /*font-family:\5FAE\8F6F\96C5\9ED1;*/
    }

        body div a {
            text-decoration: none;
            font-size: 14px;
            font-family: 'Montserrat','微软雅黑','Microsoft YaHei',PingFangSC,'Helvetica Neue',Arial,sans-serif;
        }

            body div a:link, body div a:visited {
                color: #333;
            }

            body div a:hover {
            }

            body div a img {
                border: 0;
            }

        body div ul li {
            list-style: none;
        }

a {
    outline: none;
    star: expression(this.onFocus=this.blur());
    cursor: pointer;
}

.trans {
    transition-duration: 1s;
    -ms-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -webkit-transition-duration: 1s;
}
    /* 图片放大 */
    .trans:hover {
        transform: scale(1.05) scale(1.05);
        -moz-transform: scale(1.05) scale(1.05);
        -ms-transform: scale(1.05) scale(1.05);
        -o-transform: scale(1.05) scale(1.05);
        -webkit-transform: scale(1.05) scale(1.05);
    }

.rotate {
    transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
}
    /* 360度旋转 */
    .rotate:hover {
        transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }

.hid {
    overflow: hidden;
}

.flt {
    float: left;
    overflow: hidden;
}

.frt {
    float: right;
    overflow: hidden;
}

.w100 {
    width: 100%;
}

.wct {
    width: 1200px;
    margin: 0 auto;
}

.mar30 {
    margin: 30px auto 0;
    color: #808080;
}

#div_body {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

#div_top_warp {
    width: 100%;
    background: url(/index/images/style/bg.jpg);
    background-position: -x;
}

#div_top {
    width: 1200px;
    height: 138px;
    margin: 0 auto;
}

#div_top_title {
    width: 100%;
    height: 46px;
    line-height: 46px;
    overflow: hidden;
    color: #fff;
}

.div_top_lang {
    height: 46px;
    line-height: 46px;
    color: #fff;
}

    .div_top_lang dl dt {
        width: 30px;
        padding-top: 14px;
    }

    .div_top_lang dl dd {
        margin-right: 60px;
    }

.div_top_title {
    margin-top: 11px;
}

    .div_top_title a {
        float: left;
        margin-left: 20px;
    }

#div_top_lang a {
}

#div_top div {
    overflow: hidden;
}

#div_top_txt {
    width: 100%;
    height: 34px;
}

#div_top_txtleft {
    width: 30%;
    height: 100%;
    float: left;
}

#div_top_phone {
    height: 100%;
    float: left;
}

#div_top_email {
    width: 50%;
    height: 100%;
    float: left;
}

#div_top_phone img {
    float: left;
}

#div_top_email img {
    float: left;
}

.top_txt {
    color: #000;
    line-height: 36px;
    float: left;
    padding-left: 5px;
    font-family: 'Montserrat',Calibri,'微软雅黑','Microsoft YaHei',PingFangSC,'Helvetica Neue',Arial,sans-serif;
    font-size: 14px;
}

#div_top_txtright {
    height: 100%;
    float: right;
}

#div_top_right {
    float: right;
    width: 85px;
    margin-top: 50px;
}

    #div_top_right a {
        color: #33203e;
        font-size: 14px;
    }

#div_top_righttxt {
    width: 75px;
    height: 36px;
    float: left;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 36px;
}

.div_show_logo {
    width: 270px;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -35px 0;
}

    .div_show_logo .fc {
        float: left;
        height: 75px;
    }

    .div_show_logo img {
        max-width: 100%;
        max-height: 100%;
    }

    .div_show_logo .sc { /* width: 100px; */
        float: right;
    }

        .div_show_logo .sc div {
            height: 35px;
        }


#div_top_txt #txt_lang {
    height: 29px;
    line-height: 29px;
    float: right;
    overflow: hidden;
    display: inline;
    background: url(/index/images/style/txt_bg.jpg) no-repeat right center;
    font-size: 14px;
    color: #a3a3a3;
    margin-right: 6px;
    padding-right: 15px;
}

#div_top_logo {
    width: 100%;
    margin: 0 auto;
    overflow: inherit !important;
    background-repeat: no-repeat;
    height: 92px;
    background-position: left top;
    position: relative;
}

#div_menu_warp {
    width: 100%;
    height: 50px;
    background: #41284f;
}

#div_menu {
    height: 39px;
    margin-top: 40px;
    float: right;
}

    #div_menu #tbl_menu {
        height: 39px;
        margin: 0 auto;
    }

        #div_menu #tbl_menu tr td {
            height: 0;
            vertical-align: top;
            text-align: left;
            padding: 0 8px;
            width: auto !important;
        }

        #div_menu #tbl_menu tr .td_menu {
            height: 100%;
            text-align: center; /* background-repeat:no-repeat;*/
            vertical-align: middle;
        }

#tbl_menu tr td.td_menu a {
    height: 28px;
    margin: 0 auto;
    cursor: pointer;
    font-size: 18px;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    overflow: hidden;
    line-height: 28px;
    display: block;
    font-family: 'Montserrat','微软雅黑','Microsoft YaHei',PingFangSC,'Helvetica Neue',Arial,sans-serif;
    padding: 4px 14px;
}

    #tbl_menu tr td.td_menu a:link, #tbl_menu tr td.td_menu a:visited {
        margin: 1px;
        padding: 4px 4px;
    }

    #tbl_menu tr td.td_menu a:hover, #div_menu #tbl_menu tr td.td_menu a.a_menu_ov {
        border: solid 1px #046630;
        margin: 0;
        border-radius: 6px;
    }

#tbl_menu tr td .div_sonmenu {
    position: fixed;
    overflow: hidden;
    text-align: left;
    z-index: 9999;
    display: none;
    opacity: 0.85;
    filter: alpha(opacity=85); /* width:250px; */
    margin-top: 5px;
    background: #e8e8e8;
}

    #tbl_menu tr td .div_sonmenu ul {
        margin: 0;
        padding: 0; /* width:100%; */
    }

        #tbl_menu tr td .div_sonmenu ul li {
            list-style: none;
            margin: 0 auto;
            padding: 0; /* width:100%; */
            overflow: hidden; /* float:left; */
            display: inline;
            text-indent: 25px;
        }

            #tbl_menu tr td .div_sonmenu ul li a {
                text-decoration: none;
                overflow: hidden;
                line-height: 40px;
                font-size: 14px;
                margin: 0;
                white-space: nowrap;
                font-weight: bold;
                display: block;
                padding-right: 25px;
                min-width: 87px;
            }

                #tbl_menu tr td .div_sonmenu ul li a:visited, #tbl_menu tr td .div_sonmenu ul li a:link {
                    color: #1e1e1e;
                }

                #tbl_menu tr td .div_sonmenu ul li a:hover {
                    background: #046630;
                    color: #fff
                }

#div_head_sear {
    width: 199px;
    height: 36px;
    float: right;
    margin-top: 37px;
    background: url(/index/images/style/ss_bg.jpg) no-repeat;
}

    #div_head_sear .tb_sear {
        border: 0;
        color: #aaa;
        float: left;
        width: 146px;
        display: inline;
        background: none;
        height: 34px;
        line-height: 34px;
        margin: 1px 0 0 9px;
        background: #fff;
    }

    #div_head_sear .btn_sear {
        border: 0;
        color: #fff;
        background: #c41c1c;
        float: left;
        height: 34px;
        width: 33px;
        display: inline-block;
        cursor: pointer;
        background: url(/index/images/style/ss_bot.jpg) no-repeat;
        margin: 1px auto 0;
    }

#div_foot_copy {
    background: #4376cb;
    line-height: 21px;
    width: 100%;
    overflow: hidden;
}

    #div_foot_copy div {
        overflow: hidden;
        font-size: 14px;
    }

    #div_foot_copy #div_foot_right {
        width: 100%;
        margin: 0 auto;
        color: #fff;
        background: #33203e;
    }

        #div_foot_copy #div_foot_right div {
            width: 1100px;
            margin: 0 auto;
            color: #fff;
            line-height: 24px;
        }

    #div_foot_copy a {
        font-size: 16px;
    }

        #div_foot_copy a:link, #div_foot_copy a:visited {
            color: #fff;
        }

        #div_foot_copy a:hover {
            color: #fff
        }

    #div_foot_copy #div_foot_tech {
        width: 98%;
        overflow: hidden;
        text-align: right;
        color: #fff;
        line-height: 24px;
        margin: 0 auto;
    }

        #div_foot_copy #div_foot_tech a:link, #div_foot_copy #div_foot_tech a:visited {
            color: #fff;
            padding: 0;
        }

#div_foot_menu {
    width: 1100px;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    line-height: 40px;
}

    #div_foot_menu strong {
        font-size: 16px;
        color: #fff;
        display: inline-block;
        float: left;
        overflow: hidden;
        font-weight: normal;
    }

    #div_foot_menu a {
        padding: 0 15px;
        float: left;
        color: #fff;
        font-size: 12px;
    }

#div_foot_mu {
    width: 920px;
    margin: 40px auto 0;
    border-bottom: solid 1px #828282;
    padding: 0 40px 25px;
}

#div_foot_top {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    border-bottom: 1px solid #6c98e2;
    padding-bottom: 20px;
}

    #div_foot_top p {
        color: #fff;
        line-height: 20px;
    }

#div_foot_navwarp {
    width: 1200px;
    margin: 0 auto;
}

.dl_foot {
    width: 210px;
    margin: 0 10px;
}

    .dl_foot dt {
        width: 100%;
        height: 32px;
        line-height: 32px;
    }

        .dl_foot dt a {
            color: #f8b600 !important;
            font-size: 18px !important;
            padding: 0;
        }

    .dl_foot dd {
        width: 100%;
        margin: 14px auto 0;
        overflow: hidden;
    }

        .dl_foot dd a {
            width: 100%;
            display: block;
            overflow: hidden;
            line-height: 16px;
            padding: 6px 0;
            color: #828282 !important;
        }


#newkefu_right {
    position: absolute;
    width: 176px;
    height: auto;
    overflow: hidden;
    top: 80px;
    right: 0;
    z-index: 99999;
}

.newkefu {
    border: solid 0 #ccc;
    background: none transparent scroll repeat 0% 0%;
}

.kefu {
    position: fixed;
    text-align: center;
    width: 176px;
    overflow: hidden;
    top: 80px;
    right: 3px;
}

.newkefu_bar {
    float: right;
    cursor: pointer;
}

.newkefu_group {
    text-align: center;
    width: 140px;
    float: right;
    height: auto;
    overflow: hidden;
}

    .newkefu_group .shouqian_mid {
        background: url(/index/images/style/kefu-middle.png) repeat-y;
        height: auto;
        overflow: hidden;
    }

        .newkefu_group .shouqian_mid .shouqian_top {
            width: 100%;
            background: url(/index/images/style/kefu-top.png) no-repeat;
            overflow: hidden;
        }

        .newkefu_group .shouqian_mid .midli_ul {
            width: 100%;
            margin: 4px auto 0;
            overflow: hidden;
        }

            .newkefu_group .shouqian_mid .midli_ul li {
                width: 100%;
                line-height: 24px;
                text-align: center;
                overflow: hidden;
            }

                .newkefu_group .shouqian_mid .midli_ul li a {
                    display: block;
                }

                .newkefu_group .shouqian_mid .midli_ul li img {
                    vertical-align: bottom;
                }

            .newkefu_group .shouqian_mid .midli_ul .midli_tt {
                height: 24px;
                color: #fff;
                font-size: 15px;
                text-shadow: 1px 2px 2px #444;
                background: url(/index/images/style/kefu-midtop.png) no-repeat;
                margin-bottom: 12px;
            }

            .newkefu_group .shouqian_mid .midli_ul .midli_ct {
                margin-bottom: 10px;
            }

                .newkefu_group .shouqian_mid .midli_ul .midli_ct .kefu_wechat {
                    width: 117px;
                    margin: 2px auto 0;
                }

#map {
    margin: 10px auto;
    border: solid 1px #cccccc;
    padding-bottom: 10px;
    width: 98%;
    overflow: hidden;
}

    #map ul {
        padding: 0 0 0 26px;
        margin: 0;
        text-align: left;
        clear: both;
    }

        #map ul li {
            list-style: none;
            margin: 0;
            padding-top: 0 !important;
            clear: both;
            text-align: left;
        }

            #map ul li span {
                color: #fff;
                display: block;
                overflow: hidden;
                height: 22px;
                line-height: 22px;
                float: left;
                margin: 5px 0 0;
                text-align: center;
            }

                #map ul li span.spn_id {
                    width: 25px;
                }

                #map ul li span.spn_nm {
                    width: 125px !important;
                }

            #map ul li a {
                color: #fff;
                display: block;
                width: 110px;
                overflow: hidden;
                height: 16px;
                line-height: 16px;
                float: left;
                margin: 5px 0 0;
                text-align: left;
                padding-left: 15px;
            }

    #map .ul_0 {
        padding: 0;
    }

        #map .ul_0 li a, .ul_0 li span {
            background: #505050;
        }

    #map .ul_1 li ul {
        float: left;
    }

    #map .ul_1 li a, .ul_1 .li1 span a {
        background: url(/index/images/style/li_bg1.gif) no-repeat left center;
        font-weight: bold;
        font-size: 13px;
        color: #000;
    }

    #map .ul_2 li a, .ul_2 .li2 span a {
        background: url(/index/images/style/li_bg2.gif) no-repeat left center;
        font-weight: normal;
        font-size: 12px;
        color: #444;
    }

    #map .ul_3 li a, .ul_3 .li3 span a {
        background: url(/index/images/style/li_bg2.gif) no-repeat left center;
        font-weight: normal;
        font-size: 12px;
        color: #444;
    }

#fudong_ads {
    position: absolute;
    overflow: hidden;
    z-index: 99999;
}

    #fudong_ads div {
        overflow: hidden;
    }

    #fudong_ads #ads_close {
        cursor: pointer;
        display: block;
        width: 40px;
        height: 18px;
        float: right;
    }

#totop {
    position: fixed;
    bottom: 40px;
    right: 10px;
    z-index: 999;
    width: 41px;
    cursor: pointer;
    display: none;
}

*html #totop {
    position: absolute;
    cursor: pointer;
    right: 10px;
    display: none;
    top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight)-112+"px")
}

    #totop a {
        display: block;
        width: 71px;
        height: 87px; /* padding-top:48px; */
        background: url(/index/images/style/toTop.png) no-repeat;
        text-align: center;
        color: #888
    }

.bdshare-slide-button-box {
    z-index: 10;
}


.clear {
    clear: both;
}

#div_main_warp {
    width: 100%;
    height: 100%;
}

#div_main {
    width: 1100px;
    margin: 0 auto;
    height: 100%;
}

#foot_menu {
    width: 100%;
    background: #41284f;
}

.div_foot_nav {
    width: 280px;
    float: left;
    margin-top: 23px;
    padding-bottom: 25px;
}

.div_foot_navtitle {
    width: 100%;
    height: 26px;
}

    .div_foot_navtitle strong {
        color: #fff;
        font-size: 16px;
        font-weight: normal;
    }

.div_foot_navcon {
    width: 100%;
    margin-top: 10px;
}

    .div_foot_navcon a.on {
        display: inline-block;
        padding: 0 17px;
        background: #3161ad;
        line-height: 30px;
    }

.div_foot_con {
    width: 100%;
    margin: 16px 0;
    color: #fff;
}

.div_foot_navcon ul li a {
    color: #fff;
    padding-left: 17px;
}

    .div_foot_navcon ul li a:link, .div_foot_navcon ul li a:visited {
        color: #fff;
    }

.div_foot_right1 {
    width: 358px;
    height: 100%;
    float: right;
    margin-top: 23px;
}

#div_foot_copy #div_foot_righ {
    width: 100%;
    background: #1149a0;
    padding: 6px 0;
}

    #div_foot_copy #div_foot_righ div {
        width: 1200px;
        margin: 0 auto;
        color: #fff;
    }

.foot_link {
    margin: 20px 0 0;
}

    .foot_link a {
        margin-right: 10px;
    }

.foot_xx {
    color: #fff;
    padding-right: 10px;
}

#div_foot_address {
    width: 100%;
    height: 32px;
}

.tb_address {
    background: #1149a0;
    color: #fff;
    float: left;
    width: 185px;
    display: inline;
    height: 27px;
    line-height: 27px;
    text-indent: 10px;
}

.btn_address {
    border: 0;
    color: #fff;
    background: url(/index/images/style/address_bt.jpg) no-repeat;
    float: left;
    height: 29px;
    width: 35px;
    display: inline-block;
    cursor: pointer;
}
