﻿@charset "utf-8";
/* CSS Document */

img {
    border-style: none;
}
/*select, input, textarea {
    outline: 0;
}*/
/*----------框架----------*/
/*  
   huangyuting
   2020-03-24
*/
/*滚动条整体部分*/
.prod_imgSmall ul::-webkit-scrollbar,
.fancybox-lock::-webkit-scrollbar,
body::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #e2e5e7;
}
/*滚动条的轨道*/
.prod_imgSmall ul::-webkit-scrollbar-track,
.fancybox-lock::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px #e4eaf5;
    background-color: #f6fafe;
}
/*滚动条的滑块按钮*/
.prod_imgSmall ul::-webkit-scrollbar-thumb,
.fancybox-lock::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #e2e5e7;
    box-shadow: inset 0 0 3px #e4eaf5;
}
/*滚动条的上下两端的按钮*/
.prod_imgSmall ul::-webkit-scrollbar-button,
.fancybox-lock::-webkit-scrollbar-button,
body::-webkit-scrollbar-button {
    height: 0px;
    background-color: #e4eaf5;
}

.prod_imgSmall ul,
.fancybox-lock,
body {
    /*三角箭头的颜色*/
    scrollbar-arrow-color: #e2e5e7;
    /*滚动条滑块按钮的颜色*/
    scrollbar-face-color: #e2e5e7;
    /*滚动条整体颜色*/
    scrollbar-highlight-color: #f6fafe;
    /*滚动条阴影*/
    scrollbar-shadow-color: #e4eaf5;
    /*滚动条轨道颜色*/
    scrollbar-track-color: #f6fafe;
}

body, input, select, textarea, table {
    /*font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;*/
    font-family: Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

body {
    width: 100%;
    background-color: #f5f6f9;
}

    body.bac01 {
        background-color: white;
    }

.main_miw {
    min-width: 1080px;
}

.main_bg {
    width: 100%;
    min-width: 1100px;
}

.main_bgc {
    width: 1080px;
    margin: 0 auto;
}

.main_page {
    width: 100%;
    padding: 40px 0 60px 0;
    text-align: center;
}

.gotop {
    width: 54px;
    height: 54px;
    background: url(../images/ico_gotop1.png) center no-repeat;
    border: 1px solid #e0e2e4;
    background-color: white;
    position: fixed;
    right: 2%;
    bottom: 10%;
    z-index: 999;
    cursor: pointer;
    border-radius:60px;
    display: none;
}

    .gotop:hover {
        background: url(../images/ico_gotop2.png) center no-repeat;
        border: 1px solid #e38700;
        background-color: #e38700;
    }
/***
    index
*/
.master_top {
    width: 100%;
    height: 40px;
    background-color: #312f2e;
}

.master_t_fl {
    float: left;
}

    .master_t_fl span,
    .master_t_fl input {
        display: inline-block;
        vertical-align: middle;
        color: #a7a4a4;
        font-size: 14px;
        height: 40px;
        line-height: 40px;
        padding-left: 32px;
        margin-left: 5px;
        margin-right: 25px;
    }

    .master_t_fl .phone {
        background: url(../images/top_ico1.png) left no-repeat;
    }

    .master_t_fl .email {
        background: url(../images/top_ico2.png) left no-repeat;
    }

    .master_t_fl .language {
        cursor: pointer;
        padding-left: 34px;
        border: 0;
        outline: 0;
        background: url(../images/ico_language_cn.png) left 12px no-repeat;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }
        .master_t_fl .language.act_gb {
            background: url(../images/ico_language_gb.png) left 12px no-repeat;
        }
        .master_t_fl .language.act_us {
            background: url(../images/ico_language_us.png) left 12px no-repeat;
        }

        .master_t_fl .language:hover {
            color: white;
        }

.master_t_fr {
    float: right;
}

.master_search {
    width: 175px;
    height: 25px;
    border: 1px solid #525252;
    background-color: #363433;
    border-radius: 3px;
    margin-top: 6px;
}

    .master_search .master_stext {
        float: left;
        display: block;
        width: 125px;
        height: 25px;
        line-height: 25px;
        padding: 0 0 0 8px;
        border: 0;
        outline: 0;
        color: #d3dce7;
        font-size: 14px;
        background-color: transparent;
    }

    .master_search .master_sbtn {
        float: right;
        display: block;
        width: 33px;
        height: 25px;
        cursor: pointer;
        border: 0;
        outline: 0;
        background: url(../images/ico_search.png) center no-repeat;
    }

        .master_search .master_sbtn:hover {
            filter: alpha(opacity=70);
            -moz-opacity: 0.7;
            -webkit-opacity: 0.7;
            -khtml-opacity: 0.7;
            opacity: 0.7;
        }

.nav_bg {
    width: 100%;
    height: 97px;
    background-color: white;
}

.nav_fix {
    width: 100%;
    min-width: 1100px;
    height: 97px;
    background-color: white;
    border-bottom: 1px solid #f5f6f9;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

    .nav_fix .n_logo {
        display: block;
        float: left;
        width: 328px;
        height: 73px;
        background: url(../images/logo_en.png) center no-repeat;
        background-size: 100% auto;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        margin-top: 12px;
        margin-left: 5px;
    }
        .nav_fix .n_logo.act {
            background: url(../images/logo_ch.png) center no-repeat;
            background-size: 100% auto;
        }

        .nav_fix .n_logo:hover {
            filter: alpha(opacity=70);
            -moz-opacity: 0.7;
            -webkit-opacity: 0.7;
            -khtml-opacity: 0.7;
            opacity: 0.7;
        }

    .nav_fix .n_nav {
        width: 730px;
        height: 97px;
        float: right;
    }

        .nav_fix .n_nav ul {
            width: 100%;
            text-align: right;
        }

            .nav_fix .n_nav ul li {
                display: inline-block;
                padding: 0 17px;
                *display:inline;
                *zoom:1;
                position:relative;
            }

                .nav_fix .n_nav ul li > a {
                    display: inline-block;
                    height: 97px;
                    line-height: 97px;
                    font-size: 16px;
                    color: #4c4948;
                    text-align: center;
                    text-transform: uppercase;
                    position: relative;
                }
                .nav_fix .n_nav ul li.n_li > a > span{
                    display:inline-block;
                    vertical-align:middle;
                }
                .nav_fix .n_nav ul li.n_li .dl {
                    width: 7px;
                    height: 5px;
                    background: url(../images/ico_triangle3.png) center no-repeat;
                    margin-left: 8px;
                    -webkit-transition: all 0.3s ease 0s;
                    -moz-transition: all 0.3s ease 0s;
                    -o-transition: all 0.3s ease 0s;
                    transition: all 0.3s ease 0s;
                }
                .nav_fix .n_nav ul li.n_li:hover > a .dl {
                    background: url(../images/ico_triangle3_2.png) center no-repeat;
                }
                    .nav_fix .n_nav ul li a:hover,
                    .nav_fix .n_nav ul li a.act,
                    .nav_fix .n_nav ul li.n_li:hover > a {
                        color: #e38700;
                    }

                .nav_fix .n_nav ul li > a i {
                    display: inline-block;
                    width: 0;
                    height: 4px;
                    border-radius: 6px;
                    background-color: #e38700;
                    position: absolute;
                    top: 76px;
                    left: 50%;
                    margin-left: -9px;
                    -webkit-transition: all 0.3s ease 0s;
                    -moz-transition: all 0.3s ease 0s;
                    -o-transition: all 0.3s ease 0s;
                    transition: all 0.3s ease 0s;
                }

                .nav_fix .n_nav ul li > a:hover i,
                .nav_fix .n_nav ul li > a.act i {
                    width: 18px;
                }
    .nav_fix ul li .n_nav_droplist {
        padding: 8px;
        min-width:126px;
        position: absolute;
        top: 93px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        background-color: white;
        border: 1px solid #e3e3e3;
        z-index: 9999;
        text-align: center;
        white-space: nowrap;
        -moz-box-shadow: 0px 0px 10px rgba(14,14,14,0.15);
        -webkit-box-shadow: 0px 0px 10px rgba(14,14,14,0.15);
        box-shadow: 0px 0px 10px rgba(14,14,14,0.15);
        border-radius: 6px;
        display: none;
    }

        .nav_fix ul li .n_nav_droplist > a {
            display: block;
            height: 32px;
            line-height: 32px;
            white-space: nowrap;
            text-align: center;
            color: #5c5c5c;
            font-size: 14px;
            border-bottom: 2px solid white;
            margin: 2px 0;
        }

    .nav_fix ul li:hover .n_nav_droplist {
        display: block;
    }
    .nav_fix ul li:hover .n_nav_droplist {
        display: block;
    }
    .nav_fix.active {
        height: 70px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        background-color: white;
        border-bottom: 1px solid #eeeff2;
        -moz-box-shadow: 0 0 13px rgba(120,131,139,0.15);
        -webkit-box-shadow: 0 0 13px rgba(120,131,139,0.15);
        box-shadow: 0 0 13px rgba(120,131,139,0.15);
    }

        .nav_fix.active .n_logo {
            width: 180px;
            height: 53px;
            margin-top: 9px;
        }

        .nav_fix.active .n_nav ul li>a {
            height: 70px;
            line-height: 70px;
        }

            .nav_fix.active .n_nav ul li > a i {
                top: 58px;
            }
        .nav_fix.active ul li .n_nav_droplist {
            top: 68px;
        }
.footer {
    width: 100%;
    background-color: #292726;
    padding: 45px 0;
    margin-top: 30px;
}

.footer_c {
    width: 100%;
}

.footer_con {
    width: 323px;
    float: left;
    margin-left: 5px;
}

.footer_qua {
    width: 316px;
    float: left;
    margin-left: 86px;
}

.footer_inq {
    width: 286px;
    float: right;
    margin-right: 5px;
}

.footer_title {
    width: 100%;
    position: relative;
}

    .footer_title span {
        color: white;
        font-size: 20px;
        text-transform: uppercase;
    }

    .footer_title i {
        display: inline-block;
        width: 34px;
        height: 4px;
        border-radius: 6px;
        background-color: #e38700;
        position: absolute;
        left: 0;
        top: 32px;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

.footer_con_d, .footer_qua_d2, .footer_qua_d {
    margin-top: 50px;
    color: #959595;
    font-size: 14px;
    line-height: 21px;
}

    .footer_con_d p {
        padding-left: 26px;
        margin-bottom: 8px;
        min-height: 14px;
    }

        .footer_con_d p.p1 {
            background: url(../images/ind_cico1.png) left no-repeat;
        }

        .footer_con_d p.p2 {
            background: url(../images/ind_cico2.png) left no-repeat;
        }

        .footer_con_d p.p3 {
            background: url(../images/ind_cico3.png) left no-repeat;
        }

        .footer_con_d p.p4 {
            background: url(../images/ind_cico4.png) left no-repeat;
        }
        .footer_con_d p.p5 {
            background: url(../images/ind_cico5.png) left no-repeat;
        }

.footer_qua_d2 {
    color: #959595 !important;
    font-size: 14px !important;
    line-height: 21px !important;
    overflow: hidden !important;
    height: 166px !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
    .footer_qua_d2:hover {
        color: #bebebe !important;
    }


    .footer_qua_d {
        line-height: 25px;
    }
.footer_qua_inp input {
    display: inline-block;
    width: 130px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #e38700;
    color: white;
    background-color: #e38700;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 47px;
    -webkit-transition: all 0.23s ease 0s;
    -moz-transition: all 0.23s ease 0s;
    -o-transition: all 0.23s ease 0s;
    transition: all 0.23s ease 0s;
    cursor:pointer;
}

.footer_qua_inp input:hover {
    color: white;
    background-color: #f5a024;
}

.footer_dbgc {
    width: 100%;
    background-color: #201e1d;
    height: 50px;
    line-height: 50px;
    color: #e6e6e6;
    font-size: 12px;
    text-align: center;
}

    .footer_dbgc span {
        color: #ff6a3f;
        padding: 0 15px 0 0;
        display: inline-block;
        vertical-align: middle;
    }

    .footer_dbgc a {
        color: #e6e6e6;
        padding: 0 2px;
        display: inline-block;
        margin-left: 25px;
    }

        .footer_dbgc a:hover {
            color: #f59e1f;
            text-decoration: underline;
        }

/*弹出框*/
.popUp {
    width: 800px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -400px;
    margin-top: -295px;
    z-index: 9999;
    background-color: white;
    display: none;
}

    .popUp div.popUp_con {
        width: auto;
        -moz-box-shadow: 0 2px 18px rgba(0,0,0,0.23);
        -webkit-box-shadow: 0 2px 18px rgba(0,0,0,0.23);
        box-shadow: 0 2px 18px rgba(0,0,0,0.23);
        margin-bottom: 0;
        background-color: white;
    }

.popUp_wbg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    filter: alpha(opacity=20);
    -moz-opacity: 0.2;
    -webkit-opacity: 0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;
    z-index: 9998;
    display: none;
}

.popUp_tit {
    width: 100%;
    height: 42px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #dddddd;
}

    .popUp_tit .tit {
        height: 42px;
        line-height: 42px;
        padding-left: 20px;
        font-weight: bold;
        color: black;
        font-size: 14px;
        float: left;
        text-transform: uppercase;
    }

    .popUp_tit .popUp_clo {
        float: right;
        display: block;
        width: 55px;
        height: 45px;
        background: url(../images/pop_close.png) center no-repeat;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
    }

        .popUp_tit .popUp_clo:hover {
            background: url(../images/pop_close2.png) center no-repeat;
            transform: rotate(180deg);
            -ms-transform: rotate(180deg); /* IE 9 */
            -moz-transform: rotate(180deg); /* Firefox */
            -webkit-transform: rotate(180deg); /* Safari and Chrome */
            -o-transform: rotate(180deg); /* Opera */
        }

.popUp_con .btn {
    width: 100%;
    padding: 6px 0 20px 0;
    text-align: center;
    background-color: #f5f5f5;
}

.popUp_con .con {
    width: 100%;
    height: 450px;
}

.popUp_con .pad {
    padding: 13px 12px 0 12px;
}

.fhlhbtn {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    *line-height: normal;
    border: 1px solid #e38700;
    background-color: #e38700;
    cursor: pointer;
    margin-top: 14px;
    border-radius: 4px;
    padding: 0 30px;
    *padding: 0 12px;
    font-size: 14px;
    color: White;
    text-transform: uppercase;
}

    .fhlhbtn:hover {
        background-color: #f89c14;
    }

.fhlhbtn_qx {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    *line-height: normal;
    background-color: white;
    border: 1px solid #dddddd;
    cursor: pointer;
    margin-top: 14px;
    border-radius: 4px;
    padding: 0 30px;
    *padding: 0 12px;
    font-size: 14px;
    color: black;
    margin-left: 15px;
}

    .fhlhbtn_qx:hover {
        background-color: #f9fafe;
        border: 1px solid #24325d;
        color: #24325d;
    }
/*弹出框end*/
.org_popUp_c {
    width: 90%;
    margin: 0 auto;
    padding-top: 30px;
}
.cont_tab {
    width: 100%;
}

    .cont_tab th {
        padding: 6px 4px;
        font-size: 16px;
        color: #222222;
        text-align: right;
        font-weight: normal;
    }

    .cont_tab td {
        padding: 6px 4px;
        font-size: 16px;
        color: #333333;
    }

        .cont_tab td span {
            display: inline-block;
            vertical-align: middle;
            margin-left: 8px;
        }

.tab_text {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #edeeef;
    background-color: #fcfcfc;
    border-radius: 2px;
    padding: 9px 10px;
    font-size: 16px;
    color: #020202;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
    .tab_text:focus {
        border: 1px solid #fbad16;
        outline: 0;
    }
    .ind_ban {
        width: 100%;
        height: 600px;
        margin: 0 auto;
        /*background-color: #f5f6f9;*/
    }

.ind_bant {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
    zoom: 1;
}

    .ind_bant ul.ban_slides li {
        width: 100%;
        height: 600px;
        background-position: top center;
        background-repeat: no-repeat;
    }

.ban_btn {
    width: 1080px;
    height: 600px;
    margin: 0 auto;
    position: relative;
}

    .ban_btn a {
        width: 65px;
        height: 65px;
        overflow: hidden;
        display: block;
        cursor: pointer;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -webkit-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        -webkit-transition: all .3s ease;
    }

        .ban_btn a.ban_next {
            background: url(../images/ban_right.png) no-repeat;
            position: absolute;
            top: 50%;
            right: 5px;
            margin-top: -33px;
            z-index: 10;
        }

        .ban_btn a.ban_pre {
            background: url(../images/ban_left.png) no-repeat;
            position: absolute;
            top: 50%;
            left: 5px;
            margin-top: -33px;
            z-index: 10;
        }

.ind_bant:hover .ban_next {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -webkit-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

.ind_bant:hover .ban_pre {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -webkit-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

    .ind_bant:hover .ban_next:hover, .ind_bant:hover .ban_pre:hover {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -webkit-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }


.ind_pt {
    width: 100%;
    background-color: white;
}

.ind_tit {
    width: 1076px;
    padding: 45px 0 35px 0;
    margin: 0 auto;
    text-transform: uppercase;
}
.ind_titc {
    width: 100%;
    border-bottom: 1px solid #e0deda;
}
.ind_tit .tit {
    font-size: 22px;
    color: #4c4948;
    font-weight: bold;
    float: left;
    position: relative;
    height: 50px;
    line-height: 50px;
}
    .ind_tit .tit span {
        display: inline-block;
        padding: 0 3px;
    }
    .ind_tit .tit i {
        display: inline-block;
        width: 70px;
        height: 4px;
        border-radius: 6px;
        background-color: #e38700;
        position: absolute;
        left: 0;
        bottom: -2px;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }
.ind_tit .more {
    display:block;
    float: right;
    color: #e38700;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    margin-right:5px;
}
    .ind_tit .more:hover {
        font-weight:bold;
    }
.ind_prot {
    width: 100%;
    padding-bottom: 8px;
    margin-top: -15px;
    position: relative;
}
    .ind_prot ul {
        width: 100%;
    }

        .ind_prot ul li {
            float: left;
            margin: 0 5px;
            width: 206px;
            height: 78px;
        }

            .ind_prot ul li a {
                display: block;
                width: 206px;
                height: 78px;
                line-height: 78px;
                overflow: hidden;
                text-transform: uppercase;
                -moz-box-shadow: 0 2px 18px rgba(204,200,192,0.33);
                -webkit-box-shadow: 0 2px 18px rgba(204,200,192,0.33);
                box-shadow: 0 2px 18px rgba(204,200,192,0.33);
                border-radius: 5px;
                font-size: 14px;
                color: #4b4848;
                text-align: center;
                background: url(../images/ico_triangle.png) 14px no-repeat white;
                -webkit-transition: all 0.35s ease 0s;
                -moz-transition: all 0.35s ease 0s;
                -o-transition: all 0.35s ease 0s;
                transition: all 0.35s ease 0s;
            }
                .ind_prot ul li a span {
                    padding-left: 20px;
                    padding-right: 3px;
                    display: inline-block;
                    vertical-align: middle;
                    line-height: 20px;
                }
                .ind_prot ul li a:hover {
                    color: #e38700;
                    -moz-box-shadow: 0 2px 18px rgba(209,121,27,0.27);
                    -webkit-box-shadow: 0 2px 18px rgba(209,121,27,0.27);
                    box-shadow: 0 2px 18px rgba(209,121,27,0.27);
                    margin-top: -3px;
                }

.ind_rep {
    width: 100%;
    background-color: white;
}

.ind_rep_c {
    width: 100%;
}

    .ind_rep_c ul {
        width: 100%;
    }

        .ind_rep_c ul li {
            float: left;
            width: 254px;
            height: 320px;
            margin: 0 8px 18px 8px;
        }

            .ind_rep_c ul li a {
                display: block;
                width: 252px;
                height: 318px;
                background-color: white;
                border: 1px solid #eaeded;
                -webkit-transition: all 0.35s ease 0s;
                -moz-transition: all 0.35s ease 0s;
                -o-transition: all 0.35s ease 0s;
                transition: all 0.35s ease 0s;
            }

                .ind_rep_c ul li a .img {
                    width: 252px;
                    height: 252px;
                    margin: 0 auto;
                    overflow: hidden;
                    position: relative;
                }

                    .ind_rep_c ul li a .img img {
                        width: 100%;
                        height: auto !important;
                        display: inline-block;
                        vertical-align: middle;
                        -webkit-transition: all 0.35s ease 0s;
                        -moz-transition: all 0.35s ease 0s;
                        -o-transition: all 0.35s ease 0s;
                        transition: all 0.35s ease 0s;
                    }

                .ind_rep_c ul li a .con {
                    width: 96%;
                    margin: 6px auto 0 auto;
                    text-align: center;
                    color: #666666;
                    font-size: 15px;
                    height: 54px;
                    line-height: 54px;
                    overflow: hidden;
                }
                    .ind_rep_c ul li a .con span {
                        display: inline-block;
                        vertical-align: middle;
                        line-height: 18px;
                    }

                .ind_rep_c ul li a:hover {
                    -moz-box-shadow: 0 2px 18px rgba(0,0,0,0.12);
                    -webkit-box-shadow: 0 2px 18px rgba(0,0,0,0.12);
                    box-shadow: 0 2px 18px rgba(0,0,0,0.12);
                    margin-top: -3px;
                }

                    .ind_rep_c ul li a:hover img {
                        transform: scale(1.1);
                        -webkit-transform: scale(1.1);
                        -moz-transform: scale(1.1);
                        -o-transform: scale(1.1);
                    }

                    .ind_rep_c ul li a:hover .con {
                        color: #e38700;
                    }

.ind_news {
    width: 100%;
    background-color: white;
}

.ind_news_c {
    width: 100%;
}

    .ind_news_c ul {
        width: 100%;
    }

        .ind_news_c ul li {
            float: left;
            width: 344px;
            height: 341px;
            margin: 0 8px 18px 8px;
        }

            .ind_news_c ul li a {
                display: block;
                width: 342px;
                height: 335px;
                background-color: white;
                border: 1px solid #ebedee;
                -webkit-transition: all 0.35s ease 0s;
                -moz-transition: all 0.35s ease 0s;
                -o-transition: all 0.35s ease 0s;
                transition: all 0.35s ease 0s;
            }

                .ind_news_c ul li a .img {
                    width: 100%;
                    height: 235px;
                    overflow: hidden;
                    position: relative;
                }

                    .ind_news_c ul li a .img img {
                        width: 100%;
                        height: auto !important;
                        display: inline-block;
                        vertical-align: middle;
                        -webkit-transition: all 0.35s ease 0s;
                        -moz-transition: all 0.35s ease 0s;
                        -o-transition: all 0.35s ease 0s;
                        transition: all 0.35s ease 0s;
                    }

                .ind_news_c ul li a .con {
                    width: 314px;
                    margin: 14px auto 0 auto;
                }

                    .ind_news_c ul li a .con .tit {
                        width: 96%;
                        color: black;
                        font-size: 16px;
                        line-height: 22px;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                    }

                    .ind_news_c ul li a .con .n_con {
                        color: #6f6f6f !important;
                        font-size: 14px !important;
                        line-height: 20px !important;
                        margin-top: 8px !important;
                        display: -webkit-box !important;
                        -webkit-box-orient: vertical !important;
                        -webkit-line-clamp: 2 !important;
                        height: 40px !important;
                        overflow: hidden !important;
                    }

                .ind_news_c ul li a:hover {
                    border: 1px solid #e38700;
                    -moz-box-shadow: 0 2px 18px rgba(209,121,27,0.27);
                    -webkit-box-shadow: 0 2px 18px rgba(209,121,27,0.27);
                    box-shadow: 0 2px 18px rgba(209,121,27,0.27);
                    margin-top: -3px;
                }

                    .ind_news_c ul li a:hover img {
                        transform: scale(1.1);
                        -webkit-transform: scale(1.1);
                        -moz-transform: scale(1.1);
                        -o-transform: scale(1.1);
                    }

                    .ind_news_c ul li a:hover .con .tit {
                        color: #e38700;
                    }

                .ind_news_c ul li a .img p,
                .ind_rep_c ul li a .img p {
                    display: none;
                    width: 100%;
                    height: 235px;
                    line-height: 235px;
                    color: white;
                    font-size: 19px;
                    text-transform: uppercase;
                    text-align: center;
                    position: absolute;
                    left: 0;
                    top: 0;
                    z-index: 10;
                    background: url(../images/ind_zfbg.png) repeat;
                }

                .ind_news_c ul li a:hover .img p,
                .ind_rep_c ul li a:hover .img p {
                    display: block;
                }
.ind_rep_c ul li a .img p {
    height: 252px;
    line-height: 252px;
}

.ind_ptcon ul li a:hover .ind_ptw .ind_ptw_d {
    border: 1px solid #3a5ebc;
    color: #153893;
}

.ind_tit2 {
    height: 67px;
    line-height: 67px;
    font-size: 38px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    position:relative;
}

    .ind_tit2 i {
        display: inline-block;
        width: 50px;
        height: 4px;
        border-radius: 6px;
        background-color: #e38700;
        position: absolute;
        left: 0;
        bottom: -10px;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

.ind_about {
    width: 100%;
    height:553px;
    background: url(../images/ind_abg.jpg) center no-repeat;
    margin-top:55px;
}

.ind_ab_fl {
    width: 407px;
    float: left;
    margin-left: 30px;
    margin-top: 40px;
}
    .ind_ab_fl .con {
        width: 100%;
        color: #f6f6f6 !important;
        font-size: 14px !important;
        line-height: 28px !important;
        height: 253px;
        text-transform: uppercase;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 9;
        overflow: hidden;
        margin-top: 40px;
    }

.ind_more {
    width: 100%;
    padding: 40px 0 50px 0;
}

    .ind_more a {
        display: inline-block;
        width: 133px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border: 1px solid #e38700;
        background-color: #e38700;
        color: white;
        font-size: 14px;
        text-transform: uppercase;
        -webkit-transition: all 0.2s ease 0s;
        -moz-transition: all 0.2s ease 0s;
        -o-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s;
    }

        .ind_more a:hover {
            color: #e38700;
            background-color: white;
        }
.ind_ab_fr {
    float: right;
    width: 479px;
    height: 310px;
    margin-right: 30px;
    margin-top: 120px;
    position: relative;
}
    .ind_ab_fr .img {
        width: 479px;
        height: 310px;
        border-radius: 8px 60px 8px 60px;
        overflow: hidden;
        -moz-box-shadow: 0px 0px 20px rgba(210,125,1,0.35);
        -webkit-box-shadow: 0px 0px 20px rgba(210,125,1,0.35);
        box-shadow: 0px 0px 20px rgba(210,125,1,0.35);
        position: absolute;
        z-index: 2;
    }
    .ind_ab_fr img {
        max-width:100%;
        min-height:100%;
        display:inline-block;
        vertical-align:middle;
    }
    .ind_ab_fr .s_bg {
        display:block;
        position: absolute;
        left: -45px;
        top: -50px;
        z-index: 1;
        width: 189px;
        height: 194px;
        background: url(../images/ind_aico.png) center no-repeat;
    }
.all_posi {
    width: 100%;
    color: #4c4948;
    font-size: 15px;
    text-transform: uppercase;
    padding: 25px 0;
}
    .all_posi .tit {
        padding-left: 32px;
        height: 25px;
        line-height: 25px;
        background: url(../images/ico_triangle2.png) 16px no-repeat;
    }
    .all_posi a {
        display: inline-block;
        vertical-align: middle;
        color: #4c4948;
    }
        .all_posi a:hover {
            color: #f5ab1b;
        }
    .all_posi i {
        display: inline-block;
        vertical-align: middle;
        color: #4c4948;
        padding: 0 10px;
    }
    .all_posi span {
        display: inline-block;
        vertical-align: middle;
        color: #e38700;
    }
.all_con {
    width: 1078px;
    margin: 0 auto;
    background-color: white;
    border: 1px solid #eceff1;
}
.all_tit {
    width: 1048px;
    margin: 0 auto;
    color: #e38700;
    font-size: 16px;
    text-transform: uppercase;
    padding: 20px 0 17px 0;
    border-bottom: 1px solid #dddddd;
}
.search_s {
    width: 468px;
    height: 44px;
    border: 1px solid #d4d4d4;
    background-color: white;
    border-radius: 5px;
    margin: 56px auto 0 auto;
    overflow: hidden;
}
.search_sc {
    width:100%;
}
    .search_sc .search_st {
        float: left;
        display: block;
        width: 356px;
        height: 44px;
        line-height: 44px;
        padding: 0 0 0 8px;
        border: 0;
        outline: 0;
        color: #222222;
        font-size: 14px;
        background-color: transparent;
    }
.search_s:hover {
    border: 1px solid #fbad16;
    outline: 0;
}
    .search_sc .search_sbtn {
        float: right;
        display: block;
        padding: 0 15px 0 35px;
        height: 44px;
        cursor: pointer;
        border: 0;
        outline: 0;
        background: url(../images/ico_search2.png) 15px no-repeat;
        color: #4c4948;
        font-size: 15px;
        -webkit-transition: all 0.23s ease 0s;
        -moz-transition: all 0.23s ease 0s;
        -o-transition: all 0.23s ease 0s;
        transition: all 0.23s ease 0s;
    }
        .search_sc .search_sbtn:hover {
            background: url(../images/ico_search3.png) 15px no-repeat #e38700;
            color: white;
        }
.search_c {
    width:93%;
    margin:0 auto;
    padding:50px 0 30px 0;
    min-height:360px;
}
.search_c ul{
    width:100%;
}
    .search_c ul li {
        width: 100%;
        padding: 24px 0 26px 0;
        margin-top: 2px;
        border-bottom: 1px dashed #c6c8c9;
    }
        .search_c ul li .search_cd {
            width: 100%;
        }
        .search_c ul li .tit {
            max-width: 96%;
            display: block;
            color: #292727;
            font-size: 16px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-transition: all 0.23s ease 0s;
            -moz-transition: all 0.23s ease 0s;
            -o-transition: all 0.23s ease 0s;
            transition: all 0.23s ease 0s;
        }
        .search_c ul li .con {
            color: #6f6f6f !important;
            font-size: 14px !important;
            line-height: 18px !important;
            margin-top: 6px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            max-height: 37px;
            overflow: hidden;
        }
        .search_c ul li a:hover {
            color: #e38700;
        }
.cont_cpa {
    padding: 60px 0 70px 0;
}
.cont_tit {
    width: 880px;
    margin:0 auto;
    color: #4c4948;
    font-size: 26px;
    text-transform: uppercase;
}
.cont_map {
    width: 880px;
    height: 490px;
    padding: 18px;
    margin: 50px auto 0 auto;
    -moz-box-shadow: 0 2px 18px rgba(204,200,192,0.33);
    -webkit-box-shadow: 0 2px 18px rgba(204,200,192,0.33);
    box-shadow: 0 2px 18px rgba(204,200,192,0.33);
    background-color: white;
}
    .cont_map #map_container {
        width: 880px;
        height: 490px;
        margin: 0 auto;
    }
.cont_ico {
    width: 880px;
    margin: 50px auto 0 auto;
}
    .cont_ico p {
        padding: 8px 0 8px 44px;
        min-height:20px;
        margin-bottom: 8px;
        color: #4c4948;
        font-size: 20px;
        line-height: 21px;
    }

    .cont_ico p.p1 {
        background: url(../images/cont_cico1.png) left no-repeat;
    }

    .cont_ico p.p2 {
        background: url(../images/cont_cico2.png) left no-repeat;
    }

    .cont_ico p.p3 {
        background: url(../images/cont_cico3.png) left no-repeat;
    }

    .cont_ico p.p4 {
        background: url(../images/cont_cico4.png) left no-repeat;
    }
    .cont_ico p.p5 {
        background: url(../images/cont_cico5.png) left no-repeat;
    }
.news_con {
    padding-bottom: 28px;
}
.news_con .ind_news_c {
    padding-top: 28px;
}
.news_con .ind_news_c ul li {
    margin: 0 7px 18px 8px;
}
.det_con {
    width: 880px;
    min-height: 500px;
    padding: 50px 0 60px 0;
    margin: 0 auto;
}
.det_tit {
    font-size: 26px;
    color: #4c4948;
    line-height: 33px;
    text-transform: uppercase;
}
.det_time {
    width: 100%;
    font-size: 15px;
    color: #6d747c;
    padding: 14px 0;
    overflow: hidden;
    text-align: center;
    background-color: #f5f6f7;
    margin-top: 30px;
}
    .det_time span {
        display: inline-block;
    }
.det_c {
    padding-top: 35px;
    color: #37383b;
}
    .det_c img {
        display:inline-block;
        vertical-align:middle;
        max-width: 100% !important;
        height: auto !important;
    }
    .det_c table,
    .det_c div,
    .det_c p,
    .det_c h1,
    .det_c h2{
        max-width: 100% !important;
    }
.il_left {
    width: 260px;
    min-height: 770px;
    border: 1px solid #eceff1;
    background-color: white;
    float: left;
}
.il_ltit {
    width: 230px;
    height: 47px;
    border-bottom: 1px solid #dddddd;
    margin: 10px auto 0 auto;
}
    .il_ltit span {
        display: inline-block;
        height: 47px;
        line-height: 47px;
        font-size: 16px;
        color: #e38700;
        font-weight: bold;
        text-transform:uppercase;
    }
.il_left .il_list {
    width: 230px;
    margin: 0 auto;
    padding: 14px 0;
}
.il_left .il_list ul{
    width: 100%;
}
    .il_left .il_list ul li{
        width: 100%;
        margin-top:10px;
    }
        .il_left .il_list ul li a {
            display: block;
            width: 96%;
            border-radius: 5px;
            padding: 13px 2%;
            background-color: #efeff1;
            font-size: 16px;
            color: #4c4949;
            text-align: center;
        }
            .il_left .il_list ul li a:hover {
                color: #e38700;
            }
            .il_left .il_list ul li a.act {
                background-color: #e38700;
                color: white;
            }
.il_right {
    width: 810px;
    float: right;
}
.il_right_c {
    width: 100%;
    min-height: 770px;
    border: 1px solid #eceff1;
    background-color: white;
}
.il_rtit {
    width: 94.8%;
    margin:15px auto 0 auto;
    background: url(../images/tit_bg.gif) center repeat-x;
}
    .il_rtit span {
        display: inline-block;
        font-size: 16px;
        color: #4c4948;
        font-weight: bold;
        padding: 0 30px 0 0;
        height: 38px;
        line-height: 38px;
        background-color: white;
    }
.pro_list .ind_rep_c {
    width: 97%;
    margin: 0 auto;
    padding-top: 20px;
}
    .pro_list .ind_rep_c ul li {
        width: 245px;
        height: 310px;
    }
        .pro_list .ind_rep_c ul li a {
            width: 245px;
            height: 310px;
        }
            .pro_list .ind_rep_c ul li a .img {
                width: 245px;
                height: 245px;
            }
                .pro_list .ind_rep_c ul li a .img p {
                    height: 245px;
                    line-height: 245px;
                }
            .pro_list .ind_rep_c ul li a .con {
                height: 50px;
                line-height: 50px;
            }
.prod_tit {
    width: 93%;
    margin: 0 auto;
    text-align: center;
    font-size: 25px;
    color: black;
    padding-top: 30px;
    padding-bottom: 20px;
    line-height: 30px;
    text-transform:uppercase;
    font-weight:bold;
}
.prod_img {
    width: 300px;
    margin: 0 auto;
    margin-top: 20px;
}
    .prod_img .fancybox {
        display: block;
        width: 300px;
        height: 300px;
        line-height: 300px;
        text-align: center;
        border: 1px solid #eceff1;
    }
    .prod_img img {
        max-width: 100%;
        height: auto !important;
        display: inline-block;
        vertical-align: middle;
    }
.prod_imgSmall {
    width: 100%;
    height: 52px;
    margin-top: 10px;
}
    .prod_imgSmall ul {
        width: 100%;
        overflow-y: hidden;
        overflow-x: auto;
        white-space: nowrap;
        padding-bottom:8px;
    }
    .prod_imgSmall ul li{
        width: 52px;
        margin-right:4px;
        display:inline-block;
        vertical-align:middle;
        *display:inline;
        *zoom:1;
    }
        .prod_imgSmall ul li a {
            width: 50px;
            height: 50px;
            line-height: 50px;
            display: block;
            overflow: hidden;
            text-align:center;
        }
            .prod_imgSmall ul li a.act {
                border: 1px solid #e38700;
            }
            .prod_imgSmall ul li a img {
                min-width: 100% !important;
                min-height: 100% !important;
                display: inline-block;
                vertical-align: unset;
            }
.prod_cpa {
    padding: 40px 50px 60px 50px;
}
.prod_cw {
    width: 99.5%;
    margin: 0 auto;
    line-height: 23px;
    padding-top: 20px;
}
    .prod_cw img {
        max-width: 100% !important;
        height: auto !important;
        display: inline-block;
        vertical-align: middle;
    }
    .prod_cw table,
    .prod_cw div,
    .prod_cw p,
    .prod_cw h1,
    .prod_cw h2 {
        max-width: 100% !important;
    }
.abo_con .prod_tit {
    padding-top: 50px;
    padding-bottom: 15px;
}
.abo_con .prod_cpa {
    padding: 0 50px 60px 50px;
}