﻿@charset "UTF-8";
/* ------------------------------------------------------------- Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets
 List of CSS3 Sass Mixins File to be @imported and @included as you need
 The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER ENDING css files
 note: All CSS3 Properties are being supported by Safari 5 more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
/** 关于我们s @version 2.0 @date  2015-11-11 */
.yqx_about_content {
    overflow: hidden;
    min-width: 1200px;
}

.yqx_about_nav {
    min-width: 1200px;
    border-bottom: 1px solid #e5e2e2;
    padding: 40px 0 27px;
    height: 25px;
    overflow: hidden;
}

    .yqx_about_nav ul {
        width: 1000px;
        margin: 0 auto;
        overflow: hidden;
    }

    .yqx_about_nav li {
        cursor: pointer;
        float: left;
        height: 25px;
        text-align: center;
        padding: 0 20px;
        background: url(/images/aboutus/icon_about.png) no-repeat left 1px top -150px;
    }

        .yqx_about_nav li:first-child {
            margin-left: -20px;
        }

        .yqx_about_nav li a {
            color: #3d3d3d;
            font-size: 13px;
            height: 23px;
            line-height: 14px;
            display: block;
            border-width: 0px;
            position: relative;
            text-align: center;
        }

        .yqx_about_nav li.active a, .yqx_about_nav li:hover a {
            color: #b10000;
        }

        .yqx_about_nav li i {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 0;
            height: 2px;
            background-color: #b10000;
            transition: 0.4s;
            transform: translateZ(0);
        }

        .yqx_about_nav li.active i, .yqx_about_nav li:hover i {
            width: 100%;
            transition: 0.4s;
        }

.h_about_m {
    width: 1000px;
    margin: 0 auto;
    color: #858585;
    font-size: 12px;
    line-height: 24px;
}

    .h_about_m section header {
        padding-top: 50px;
    }

        .h_about_m section header span {
            color: #292929;
            font-size: 26px;
            border-bottom: 1px solid #d85431;
            display: inline-block;
            height: 42px;
            border-bottom: 2px solid #d85431;
            line-height: 35px;
            margin-bottom: -1px;
        }

    .h_about_m header {
        width: 100%;
        border-bottom: 1px solid #e0e0e0;
    }

    .h_about_m section article {
        padding-top: 40px;
        margin-bottom: 20px;
    }

.about_eims img {
    float: left;
    width: 258px;
    margin-right: 55px;
}

.about_xiniu img {
    float: right;
    margin-right: 74px;
}

.about_xniu_intro {
    width: 400px;
}

    .about_xniu_intro h4 {
        color: #b10000;
        font-size: 16px;
        margin-bottom: 10px;
    }

.about_research article {
    overflow: hidden;
}

.h_about_m .about_research header {
    padding-top: 30px;
}

.about_research_left, .about_research_right {
    float: left;
    width: 500px;
}

.about_research_intro {
    width: 408px;
}

    .about_research_intro p.red {
        color: #cc0c19;
        font-size: 13px;
        margin-bottom: 20px;
    }

.about_research_right ul {
    overflow: hidden;
    width: 540px;
}

.about_research_right li {
    box-sizing: content-box;
    overflow: hidden;
    width: 261px;
    padding-left: 8px;
    float: left;
    height: 77px;
    padding: 20px 0;
    color: #000000;
    line-height: 22px;
    font-size: 13px;
}

.about_research_right i {
    width: 68px;
    height: 68px;
    display: inline-block;
    margin-right: 20px;
    float: left;
    background: url(/images/aboutus/icon_about.png) no-repeat;
}

.research_right_01 i {
    background-position: 0 0;
}

.research_right_02 i {
    background-position: 0 -68px;
}

.research_right_03 i {
    background-position: -68px 0;
}

.research_right_04 i {
    background-position: -68px -68px;
}

.about_research li em {
    font-weight: bold;
}

.research_right_01 em {
    color: #ed7025;
}

.research_right_02 em {
    color: #e9480a;
}

.research_right_03 em {
    color: #d7000f;
}

.research_right_04 em {
    color: #df801c;
}

.about_m_wrap {
    overflow: hidden;
}

.about_customer, .about_honor {
    float: left;
    width: 480px;
}

.about_honor {
    margin-left: 40px;
}

.about_customer_intro {
    font-size: 14px;
    color: #000000;
    margin-left: 13px;
    padding-left: 18px;
    line-height: 28px;
    background: url(/images/aboutus/icon_about.png) no-repeat -130px -132px;
}

    .about_customer_intro em {
        font-size: 18px;
        color: #d7000f;
        font-weight: bold;
    }

.about_honor li {
    width: 142px;
    height: 130px;
    float: left;
    margin: 0 8px 26px;
    cursor: pointer;
}

.about_honorImg {
    display: block;
    border: 1px solid #e4e4e4;
    width: 140px;
    height: 97px;
}

    .about_honorImg img {
        width: 123px;
        height: 86px;
        margin: 6px 8px;
    }

.about_honor_title {
    text-align: center;
    line-height: 30px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #787878;
}

.about_honor li:hover .about_honor_title {
    color: #d85431;
}

.about_honor li:hover .about_honorImg {
    border: 1px solid #d85431;
}

.about_envirBox {
    position: relative;
    overflow: hidden;
    height: 358px;
    left: 0;
}

.about_envirImg1 {
    width: 100%;
    position: absolute;
    top: 0;
}

    .about_envirImg1 img {
        width: 195px;
        height: 116px;
    }

.about_envirBox .about_envirImg1 li {
    position: absolute;
    top: 0;
    cursor: pointer;
    overflow: hidden;
}

.about_envirBox .about_envirImg1 .envirImg02 {
    left: 0;
    top: 121px;
}

.about_envirBox .about_envirImg1 .envirImg03 {
    left: 0;
    top: 242px;
}

.about_envirBox .about_envirImg1 .envirImg04 {
    top: 0;
    right: 0;
}

.about_envirBox .about_envirImg1 .envirImg05 {
    top: 121px;
    right: 0;
}

.about_envirBox .about_envirImg1 .envirImg06 {
    top: 242px;
    right: 0;
}

.about_envirImg2 {
    left: 198px;
    width: 603px;
    height: 358px;
    position: absolute;
    top: 0;
}

    .about_envirImg2 img {
        width: 603px;
        height: 358px;
        z-index: 9;
    }

    .about_envirImg2 li {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        filter: alpha(oPacity=0);
        transition: 0.5s;
        cursor: pointer;
    }

        .about_envirImg2 li.active {
            opacity: 1;
            filter: alpha(oPacity=100);
            transition: 0.5s;
        }

.about_eims_intro, .about_research_shopintro, .about_research_intro {
    text-indent: 2em;
}

.about_eims_intro_new {
    width: 678px;
    margin-left: 313px;
}

.h_about_m section header em {
    color: #656565;
    font-size: 14px;
    letter-spacing: 1px;
    padding-left: 5px;
    text-transform: uppercase;
    font-family: "微软雅黑";
}

/*法律条款*/
.ywz_zhongjian_bg_base1 {
    margin: 50px 0 20px;
    overflow: hidden;
}

.ywz_fali_lv_yi_kuang_re {
    height: auto;
    padding: 0px 40px 20px 40px;
}

.ywz_rc_yingping_yi_kuang {
    width: auto;
    height: auto;
    margin-top: 10px;
}

.ywz_falv_tiaokuang_wenti_zhuti {
    width: 100%;
    border-bottom: 1px dashed #dadada;
}

    .ywz_falv_tiaokuang_wenti_zhuti span {
        color: #e00a14;
        font-size: 18px;
        line-height: 24px;
    }

.h_about_wenti_zhuti {
    border-bottom: 1px solid #e0e0e0;
}

    .h_about_wenti_zhuti span {
        color: #292929;
        font-size: 22px;
        display: inline-block;
        height: 35px;
        border-bottom: 2px solid #d85431;
        line-height: 30px;
        margin-bottom: -1px;
    }

.ywz_dibu_neir_wenzi_dibu {
    float: left;
    color: #5a5a5a;
    width: auto;
    height: auto;
    line-height: 20px;
    font-size: 12px;
    text-indent: 2em;
    padding: 20px 0 40px;
}

/*人才招聘*/
.ywz_zhongjian_bg_base {
    border: 1px #dcdcdc solid;
    overflow: hidden;
}

.About_box {
    width: 1000px;
    margin: 0px auto;
    padding-bottom: 30px;
    padding-top: 50px;
}

.ywz_fali_lv_yi_kuang_re {
    float: left;
    width: 920px;
    height: auto;
    padding: 0px 40px 20px 40px;
}

.ywz_rc_zhaopin_wenzi_dibu {
    width: 920px;
    height: auto;
    color: #007ba9;
    line-height: 30px;
    border-bottom: 1px dashed #dadada;
    padding-top: 15px;
}

.ywz_rc_zhaop_riqi_hong {
    width: auto;
    height: auto;
    line-height: 22px;
    color: #ff0000;
    margin-top: 7px;
    font-size: 12px;
}

.ywz_rc_wenzi_yi_dibu {
    width: auto;
    height: auto;
    line-height: 26px;
    color: #6a6a6a;
    padding-top: 30px;
    font-size: 12px;
}

.ywz_rc_yingping_yi_kuang {
    width: auto;
    height: auto;
    margin-top: 10px;
}

.ywz_rc_yingping_left_yiyi {
    float: left;
    width: 4px;
    height: 25px;
}

.ywz_rc_yingping_zhong_yiyi {
    float: left;
    width: 100px;
    height: 25px;
}

.ywz_rc_youxing {
    float: left;
    margin: 0 5px 0;
}

.ywz_rc_yingp_dianjie_yiu, .ywz_rc_yingp_dianjie_yiu a, .ywz_rc_yingp_dianjie_yiu a:hover {
    float: left;
    font-size: 12px;
    color: #8a8e8f;
    height: 25px;
    line-height: 25px;
    cursor: pointer;
    text-decoration: none;
}

/*联系我们*/
.contact_top_box {
    box-sizing: content-box;
    width: 902px;
    height: 281px;
    margin: 0 auto;
    padding: 56px 0 40px 0;
    background: url(https://1.rc.xiniu.com/xiniu/www/images/aboutus/About/guangzhou.png) no-repeat right top 56px;
    background-size: 477px 281px;
}

.contact_top_box .top_cont_box {
    height: auto;
    border-bottom: 2px solid #ffd1ad;
    padding-bottom: 20px;
}

     .guangzhou {
        width: 100%;
        background: url(https://1.rc.xiniu.com/xiniu/www/images/aboutus/About/guangzhou.png) no-repeat;
        background-position: right;
    }

     .shenzhen {
        width: 100%;
        background: url(https://1.rc.xiniu.com/xiniu/www/images/aboutus/About/shenzhen.png) no-repeat;
        background-position: right;
    }

.contact_top_box .tel_num {
    color: #e22323;
    font-size: 32px;
    padding-bottom: 15px;
    font-family: Impact;
}

.contact_top_box .h_line {
    width: 42px;
    height: 4px;
    background-color: #ff8d31;
}

.contact_top_box .en_txt {
    width: 184px;
    font-size: 13px;
    color: #8a8a8a;
    border-top: 1px solid #d5d5d5;
    padding-top: 15px;
    margin-top: 22px;
}

.contact_top_box .headquarters {
    font-size: 20px;
    color: #4d4d4d;
    font-weight: 600;
    padding-top: 30px;
}

.contact_top_box .address {
    font-size: 14px;
    color: #8b8b8b;
    padding-top: 12px;
}

.contact_top_box .tel_num2 {
    font-size: 14px;
    color: #8b8b8b;
    padding-top: 8px;
}

.contact_top_box .tel1 {
    padding-right: 20px;
}

.h_contact_m {
    width: 1200px;
    height: auto;
    margin: 50px auto 30px auto;
    overflow: hidden;
    border: 1px solid #e6e6e6;
}

.contact_top {
    width: 910px;
    margin: 0 auto;
    border-bottom: 1px solid #e0e0e0;
    margin-top: 22px;
}

    .contact_top span {
        color: #292929;
        font-size: 26px;
        border-bottom: 1px solid #d85431;
        display: inline-block;
        height: 42px;
        border-bottom: 2px solid #d85431;
        line-height: 35px;
        margin-bottom: -1px;
    }

    .contact_top em {
        color: #656565;
        font-size: 14px;
        letter-spacing: 1px;
        padding-left: 25px;
        text-transform: uppercase;
        font-family: "microsoft yahei";
    }

.contact_cen1 {
    width: 910px;
    margin: 0 auto;
    height: 205px;
    overflow: hidden;
}

    .contact_cen1 dl {
        height: 205px;
        overflow: hidden;
    }

    .contact_cen1 dt {
        width: 92px;
        height: 205px;
        overflow: hidden;
        float: left;
        padding-right: 19px;
        text-align: center;
        margin-right: 43px;
        background: url(/images/aboutus/ct_gx.png) no-repeat right center;
    }

        .contact_cen1 dt b {
            height: 44px;
            line-height: 44px;
            overflow: hidden;
            margin-top: 74px;
            font-size: 24px;
            color: #d01111;
            display: block;
        }

        .contact_cen1 dt span {
            height: 18px;
            line-height: 18px;
            overflow: hidden;
            font-size: 12px;
            color: #acacac;
            display: block;
            text-transform: uppercase;
        }

    .contact_cen1 dd {
        width: 756px;
        height: 205px;
        overflow: hidden;
        float: left;
    }

        .contact_cen1 dd h3 {
            height: 36px;
            line-height: 36px;
            overflow: hidden;
            font-size: 20px;
            color: #4d4d4d;
            font-weight: bold;
            margin-top: 54px;
        }

        .contact_cen1 dd h4, .contact_cen1 dd h5 {
            height: 30px;
            line-height: 30px;
            overflow: hidden;
            font-size: 14px;
            color: #5a5a5a;
            margin-bottom: 5px;
        }

        .contact_cen1 dd h5 {
            margin-top: 0;
        }

            .contact_cen1 dd h5 span {
                margin-right: 24px;
            }

.contact_cen2 {
    width: 927px;
    height: 60px;
    overflow: hidden;
    background: url(/images/aboutus/ct_telbg.jpg) no-repeat;
    margin: 0 auto;
}

    .contact_cen2 i {
        width: 34px;
        height: 34px;
        overflow: hidden;
        float: left;
        margin: 12px 84px 0 34px;
        background: url(/images/aboutus/ct_tel.png) no-repeat;
    }

    .contact_cen2 span {
        height: 60px;
        line-height: 60px;
        overflow: hidden;
        float: left;
        margin-right: 28px;
        font-size: 16px;
        color: #2c2c2c;
    }

        .contact_cen2 span b {
            font-size: 18px;
            color: #e22323;
            font-weight: bold;
        }

    .contact_cen2 em {
        height: 60px;
        line-height: 60px;
        overflow: hidden;
        float: left;
        font-size: 16px;
        color: #f3d188;
        margin-right: 33px;
    }

.contact_cen3 {
    width: 980px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 28px;
}

    .contact_cen3 dl { /*width: 400px;*/
        width: 440px;
        height: 197px;
        overflow: hidden;
        border-bottom: 1px dashed #e2e1e1;
        float: left;
        padding-right: 50px;
    }

    .contact_cen3 dt {
        width: 120px;
        height: 205px;
        overflow: hidden;
        float: left;
        padding-right: 19px;
        text-align: center;
        margin-right: 38px;
        background: url(/images/aboutus/ct_gx.png) no-repeat right center;
    }

        .contact_cen3 dt b {
            height: 44px;
            line-height: 44px;
            overflow: hidden;
            margin-top: 74px;
            font-size: 24px;
            color: #d01111;
            display: block;
        }

        .contact_cen3 dt span {
            height: 18px;
            line-height: 18px;
            overflow: hidden;
            font-size: 12px;
            color: #acacac;
            display: block;
            text-transform: uppercase;
        }

    .contact_cen3 dd { /*width: 250px;*/
        width: 230px;
        height: 205px;
        overflow: hidden;
        float: left;
    }

        .contact_cen3 dd h3 {
            height: 34px;
            line-height: 34px;
            overflow: hidden;
            font-size: 14px;
            color: #000000;
            margin-top: 29px;
            margin-bottom: 11px;
            font-weight: bold;
        }

        .contact_cen3 dd h4 {
            height: auto;
            line-height: 23px;
            overflow: hidden;
            font-size: 12px;
            color: #8b8b8b;
        }

        .contact_cen3 dd h5 {
            height: 23px;
            line-height: 23px;
            overflow: hidden;
            font-size: 12px;
            color: #8b8b8b;
        }

        .contact_cen3 dd h5 {
            margin-top: 0;
        }

/*团队介绍*/
.team_introduce {
    width: 1200px;
    min-height: 215px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

    .team_introduce .team_list_cont {
        width: 1000px;
        min-height: 215px;
        margin: 0 auto;
        padding: 64px 0 80px 0;
        -webkit-box-sizing: border-box;
        -khtml-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: -33px;
    }

        .team_introduce .team_list_cont > ul {
            width: 100%;
            overflow: hidden;
        }

            .team_introduce .team_list_cont > ul li {
                width: 100%;
                height: 216px;
            }

                .team_introduce .team_list_cont > ul li > div {
                    float: left;
                    height: 216px;
                    -webkit-box-sizing: border-box;
                    -khtml-box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    -ms-box-sizing: border-box;
                    -o-box-sizing: border-box;
                    box-sizing: border-box;
                }

                .team_introduce .team_list_cont > ul li .photo_box {
                    width: 175px;
                    padding: 8px 14px 8px 0;
                }

                    .team_introduce .team_list_cont > ul li .photo_box img {
                        width: 160px;
                        height: 199px;
                    }

                .team_introduce .team_list_cont > ul li .introduce_info {
                    width: 825px;
                    padding: 55px 0;
                    border-bottom: 1px dashed #e8e8e8;
                }

                    .team_introduce .team_list_cont > ul li .introduce_info > div {
                        height: 100%;
                        overflow: hidden;
                        float: left;
                        -webkit-box-sizing: border-box;
                        -khtml-box-sizing: border-box;
                        -moz-box-sizing: border-box;
                        -ms-box-sizing: border-box;
                        -o-box-sizing: border-box;
                        box-sizing: border-box;
                    }

                    .team_introduce .team_list_cont > ul li .introduce_info .person_info {
                        width: 140px;
                        line-height: 30px;
                        border-right: 1px solid #e8e8e8;
                        text-align: center;
                        padding-top: 12px;
                        box-sizing: border-box;
                    }

                        .team_introduce .team_list_cont > ul li .introduce_info .person_info p:first-child {
                            color: #848383;
                            font-size: 15px;
                        }

                        .team_introduce .team_list_cont > ul li .introduce_info .person_info p:last-child {
                            color: #3d3d3d;
                            font-size: 18px;
                            font-weight: 600;
                        }

                    .team_introduce .team_list_cont > ul li .introduce_info .introduce_cont {
                        width: 682px;
                        line-height: 21px;
                        color: #848383;
                        font-size: 14px;
                        text-align: left;
                        padding-left: 53px;
                        word-break: break-all;
                        text-indent: 25px;
                    }

                        .team_introduce .team_list_cont > ul li .introduce_info .introduce_cont span {
                            color: #3d3d3d;
                            font-weight: 600;
                        }

/*工号查询\创客查询*/
.job_query_box {
    width: 1200px;
    min-height: 670px;
    background-color: #fff;
    margin: 0 auto;
    padding-top: 80px;
    box-sizing: border-box;
}

    .job_query_box .query_box {
        width: 960px;
        min-height: 44px;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .job_query_box .query_form {
        width: 100%;
        min-height: 40px;
        margin-bottom: 10px;
    }

        .job_query_box .query_form .from_label {
            height: 40px;
            line-height: 40px;
            float: left;
            color: #6a6a6a;
            font-size: 13px;
            margin-right: 10px;
        }

        .job_query_box .query_form input[type=text] {
            display: block;
            float: left;
            width: 132px;
            height: 40px;
            line-height: 38px;
            font-size: 14px;
            color: #828282;
            border: 1px solid #eee;
            padding-left: 22px;
            box-sizing: border-box;
            margin-right: 15px;
            font-family: "Microsoft YaHei", "微软雅黑";
        }

            .job_query_box .query_form input[type=text]:focus {
                border: 1px solid #fd9999;
                -webkit-box-shadow: 0px 0px 10px #fd9f9f;
                -khtml-box-shadow: 0px 0px 10px #fd9f9f;
                -moz-box-shadow: 0px 0px 10px #fd9f9f;
                -ms-box-shadow: 0px 0px 10px #fd9f9f;
                -o-box-shadow: 0px 0px 10px #fd9f9f;
                box-shadow: 0px 0px 10px #fd9f9f;
                -webkit-transition: all ease-out 0.3s;
                -khtml-transition: all ease-out 0.3s;
                -moz-transition: all ease-out 0.3s;
                -ms-transition: all ease-out 0.3s;
                -o-transition: all ease-out 0.3s;
                transition: all ease-out 0.3s;
            }

            .job_query_box .query_form input[type=text]::-webkit-input-placeholder {
                color: #999 !important;
            }

            .job_query_box .query_form input[type=text]:-ms-input-placeholder {
                color: #999 !important;
            }

            .job_query_box .query_form input[type=text]:-moz-placeholder {
                color: #999 !important;
            }

            .job_query_box .query_form input[type=text]::-moz-placeholder {
                color: #999 !important;
            }

            .job_query_box .query_form input[type=text].xny_id {
                width: 274px;
                margin-right: 48px;
            }

        .job_query_box .query_form .ref_code {
            display: block;
            float: left;
            width: 48px;
            height: 40px;
            line-height: 40px;
            padding-left: 24px;
            box-sizing: border-box;
            margin: 0 25px 0 14px;
            background: url("https://1.rc.xiniu.com/img/about/refresh_ver_code.png") no-repeat left center;
            background-size: 18px 14px;
            color: #9ca1b2;
            font-size: 12px;
        }

            .job_query_box .query_form .ref_code:hover {
                color: #e52f35;
            }

        .job_query_box .query_form .btn_query {
            display: block;
            float: left;
            width: 139px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            background-color: #ea353e;
            color: #fff;
            font-size: 16px;
            -webkit-border-radius: 5px;
            -khtml-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            border-radius: 5px;
            -webkit-transition: background-color ease-out 0.3s;
            -khtml-transition: background-color ease-out 0.3s;
            -moz-transition: background-color ease-out 0.3s;
            -ms-transition: background-color ease-out 0.3s;
            -o-transition: background-color ease-out 0.3s;
            transition: background-color ease-out 0.3s;
        }

            .job_query_box .query_form .btn_query:hover {
                background-color: #d51f25;
            }

        .job_query_box .query_form img {
            width: 127px;
            height: 40px;
            float: left;
        }

    .job_query_box .data_result {
        width: 960px;
        min-height: 170px;
        padding-top: 50px;
        margin: 0 auto;
        box-sizing: border-box;
    }

        .job_query_box .data_result .result_label {
            width: 100%;
            color: #666;
            font-size: 16px;
            margin-bottom: 10px;
        }

        .job_query_box .data_result table {
            width: 100%;
            background-color: #fff;
            box-sizing: border-box;
        }

        .job_query_box .data_result thead tr {
            background-color: #d9d9d9;
            height: 42px;
            box-sizing: border-box;
        }

        .job_query_box .data_result th {
            text-align: center;
            color: #505050;
            font-size: 15px;
            box-sizing: border-box;
        }

        .job_query_box .data_result td {
            text-align: center;
            color: #ea353e;
            font-size: 13px;
            height: 66px;
            line-height: 1.8;
            box-sizing: border-box;
            border-bottom: 1px solid #ea353e;
            padding: 10px 10px;
        }

            .job_query_box .data_result td.t_l {
                text-align: left;
            }

    .job_query_box .query_desc {
        width: 960px;
        line-height: 1.8;
        margin: 70px auto 0 auto;
        font-size: 12px;
        color: #999;
    }

    .job_query_box .empty_date {
        width: 500px;
        min-height: 120px;
        padding-top: 64px;
        margin: 0 auto;
        box-sizing: border-box;
        background: url("https://1.rc.xiniu.com/img/about/no_data_icon.png") no-repeat top center;
        background-size: 56px 53px;
    }

        .job_query_box .empty_date .txt_msg {
            font-size: 24px;
            color: #484848;
            text-align: center;
        }

        .job_query_box .empty_date .txt_desc {
            font-size: 14px;
            color: #828282;
            text-align: center;
            padding-top: 15px;
            box-sizing: border-box;
        }

    .job_query_box .error_msg {
        display: none;
        width: calc( 100% - 75px );
        font-size: 12px;
        color: #e52f35;
        padding-left: 20px;
        box-sizing: border-box;
        background: url("https://1.rc.xiniu.com/img/about/error_tips_icon.png") no-repeat left center;
        background-size: 16px;
        margin-left: 75px;
    }

.about_img {
    margin-top: 120px;
}
/*# sourceMappingURL=about.css.map */

@media only screen and (min-width: 240px) and (max-width: 767px) {
    .yqx_about_content {
        min-width: 100%;
    }

    .yqx_about_nav {
        min-width: 100%;
        padding-top: 0;
        height: 45px;
    }

        .yqx_about_nav ul {
            width: 100%;
        }

        .yqx_about_nav li {
            height: 45px;
            width: 25%;
            background: none;
            padding: 0 10px;
            margin-left: 0;
        }

            .yqx_about_nav li:first-child {
                margin-left: 0;
            }

            .yqx_about_nav li a {
                border-right: 0;
                height: 45px;
                line-height: 43px;
                text-align: center;
            }

            .yqx_about_nav li.active a, .yqx_about_nav li:hover a {
                border-bottom: 3px solid #c40608;
            }

            .yqx_about_nav li i {
                display: none;
            }

    .h_about_m {
        width: 100%;
        padding: 0 10px;
    }

        .h_about_m section article {
            padding-top: 0px;
            margin-bottom: 0;
        }

    .about_eims img {
        display: block;
        margin: 0 auto;
        float: none;
    }

    .about_eims_intro {
        width: 100%;
        margin-left: 0;
    }

    .h_about_m section header span {
        font-size: 20px;
    }

    .h_about_m section header {
        padding-top: 25px;
    }

    .about_xiniu img {
        float: none;
    }

    .about_img {
        margin-top: 20px;
    }

    .about_xniu_intro h4 {
        margin-top: 10px;
    }

    .about_xniu_intro {
        width: 100%;
        height: auto;
    }

    .about_envirBox {
        height: 255px;
    }

    .about_envirImg1 {
        display: none;
    }

    .about_envirImg2 li {
        height: 230px;
        overflow: hidden;
    }

    .about_envirImg2 {
        left: 0;
        height: 230px;
        width: 100%;
        margin-top: 20px;
    }

        .about_envirImg2 img {
            width: 100%;
            height: auto;
        }

    .about_research_left, .about_research_right {
        width: 100%;
    }

    .about_research_intro {
        width: 100%;
    }

    .about_research_right ul {
        width: 100%;
    }

    .about_research_right li {
        width: 50%;
        font-size: 12px;
        line-height: 20px;
        display: flex;
        align-items: center;
    }

    .about_research_right i {
        width: 0.8rem;
        height: 0.8rem;
        margin-right: 0.1rem;
        float: none;
    }

    .research_right_01 i {
        background: url(/images/aboutus/about_mb.png) no-repeat center center;
        background-size: 100% 100%;
    }

    .research_right_02 i {
        background: url(/images/aboutus/about_mb1.png) no-repeat center center;
        background-size: 100% 100%;
    }

    .research_right_03 i {
        background: url(/images/aboutus/about_mb2.png) no-repeat center center;
        background-size: 100% 100%;
    }

    .research_right_04 i {
        background: url(/images/aboutus/about_mb3.png) no-repeat center center;
        background-size: 100% 100%;
    }

    .about_research_right li span {
        display: inline-block;
    }

    .about_honor {
        margin-left: 0;
    }

        .about_honor li {
            margin: 0 0.3rem 0.2rem;
        }

    .about_customer, .about_honor {
        width: 100%;
    }

    .about_customer_intro {
        margin-top: 20px;
    }

    .team_introduce {
        width: 100%;
    }

        .team_introduce .team_list_cont {
            width: 100%;
            padding-top: 20px;
            margin-top: 0;
            padding-bottom: 30px;
        }

            .team_introduce .team_list_cont > ul {
                overflow: visible;
            }

                .team_introduce .team_list_cont > ul li {
                    height: auto;
                    overflow: hidden;
                    margin-top: 0;
                }

                    .team_introduce .team_list_cont > ul li .photo_box {
                        float: none;
                        margin: 0 auto;
                        padding-right: 0;
                    }

                        .team_introduce .team_list_cont > ul li .photo_box img {
                            margin: 0 auto;
                            display: block;
                        }

                    .team_introduce .team_list_cont > ul li .introduce_info {
                        width: 100%;
                        padding: 10px 0;
                        height: auto;
                        border-bottom: none;
                    }

                        .team_introduce .team_list_cont > ul li .introduce_info .person_info {
                            border-right: none;
                            margin: 0 auto;
                            float: none;
                            padding: 0;
                        }

                        .team_introduce .team_list_cont > ul li .introduce_info .introduce_cont {
                            width: 100%;
                            padding: 15px 10px;
                            font-size: 12px;
                            line-height: 24px;
                        }

    .team_list_cont .about_envirImg2_bar {
        margin-left: 0;
    }

    .team_list_cont .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        background: #000;
    }

    .team_list_cont .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
        background: #c40608;
    }

    .team_list_cont .swiper-button-next, .team_list_cont .swiper-button-prev {
        top: 130px;
        background: url(/images/aboutus/light.png) no-repeat;
        background-size: 100% 100%;
    }

    .team_list_cont .swiper-button-disabled {
        background: url(/images/aboutus/disabled.png) no-repeat;
        background-size: 100% 100%;
    }

    .team_list_cont .swiper-button-prev {
        transform: rotateZ(180deg);
    }

        .team_list_cont .swiper-button-prev.swiper-button-disabled {
            transform: rotateZ(0deg);
        }

    .team_list_cont .swiper-button-next.swiper-button-disabled {
        transform: rotateZ(180deg);
    }

    .About_box {
        width: 100%;
        padding-top: 30px;
    }

    .ywz_fali_lv_yi_kuang_re {
        width: 100%;
        padding: 0 20px 20px;
    }

    .ywz_rc_zhaopin_wenzi_dibu {
        width: 100%;
        font-size: 18px;
    }

    .ywz_zhongjian_bg_base {
        border: none;
    }

    .about_envirImg2_bar {
        position: absolute;
        width: 120px;
        height: 20px;
        bottom: 15px;
        border-radius: 10px;
        background-color: rgba(255, 255, 255, 0.75);
        left: 50%;
        margin-left: -60px;
        font-size: 0;
        text-align: center;
        background: url(/images/aboutus/icon_about.png) no-repeat -137px 0\9;
    }

        .about_envirImg2_bar span {
            background-color: #d1d0d0;
            width: 10px;
            height: 10px;
            border-radius: 5px;
            display: inline-block;
            font-size: 12px;
            margin-left: 7px;
            margin-top: 5px;
            cursor: pointer;
            background: url(/images/aboutus/icon_about.png) no-repeat -150px -30px\9;
        }

            .about_envirImg2_bar span:first-child {
                margin-left: 0;
            }

            .about_envirImg2_bar span.active {
                background-color: #cd0202;
                background-color: transparent\9;
                background-position: -150px -60px\9;
            }
}

@media only screen and (max-width:359px ) {
    .about_envirImg2 li {
        height: 195px;
        overflow: hidden;
    }

    .about_envirImg2 {
        left: 0;
        height: 195px;
    }
}
/*æ‰‹æœºç«¯å¯¼èˆªä¾§æ»‘*/


.bg-f2 {
    background: #F2F2F2;
}

/*index_start*/
.index_b_list li {
    position: relative;
    _height: 420px;
    min-height: 420px;
    overflow: hidden;
}

    .index_b_list li img {
        position: absolute;
        width: 1902px;
        _height: 420px;
        min-height: 420px;
        top: 0;
        left: 50%;
        margin-left: -951px;
    }

.index_b_focus {
    text-align: center;
    position: absolute;
    bottom: 0;
    z-index: 2;
}

    .index_b_focus span {
        width: 12px;
        height: 12px;
        background: #fff;
        opacity: 0.8;
        -moz-opacity: 0.8;
        -webkit-opacity: 0.8;
        filter: alpha(opacity=80);
    }

    .index_b_focus .swiper-pagination-bullet-active {
        background: #5c6fb4;
    }

.index_notice {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ebebeb;
    overflow: hidden;
}
    /*2017-12-18-start*/
    .index_notice .note {
        background: url(../images/aboutus/icon_horn.png) no-repeat left center;
        padding-left: 20px;
        height: 39px;
        color: #888;
        float: left;
    }
    /*.index_notice .swiper-container {
    width: 1000px;
    float: left;
}*/
    .index_notice ul li a {
        color: #777;
        font-size: 13px;
    }
    /*2017-12-18-end*/
    .index_notice ul li span {
        padding-left: 10px;
        color: #999;
        font-size: 13px;
    }

.view {
    font-size: 14px;
    color: #999;
    float: right;
    letter-spacing: normal;
}

    .view:hover {
        color: #333385;
    }

.index_title {
    font-size: 0;
    letter-spacing: -3px;
    margin: 50px 0 40px;
}

    .index_title h3 {
        font-size: 26px;
        font-weight: bold;
        display: inline-block;
        letter-spacing: normal;
        border-bottom: 3px solid #697cc3;
        padding-bottom: 9px;
        padding-right: 3px;
    }

        .index_title h3 em {
            width: 29px;
            height: 29px;
            background-image: url(../images/aboutus/index_icon_02.png);
            vertical-align: bottom;
            margin-right: 10px;
        }

.index_box1 .index_title {
    margin-bottom: 30px;
    margin-top: 35px;
}

    .index_box1 .index_title h3 em {
        background-position: 0 0;
    }

.index_title p {
    display: inline-block;
    font-size: 14px;
    letter-spacing: normal;
    border-bottom: 1px solid #9da9d2;
    padding: 0px 4px 6px 14px;
    vertical-align: bottom;
    /*font-weight: lighter;*/
}

.index_title i {
    width: 15px;
    height: 20px;
    background: url(../images/aboutus/icon_right.png) no-repeat center center;
    vertical-align: text-bottom;
    float: right;
    margin-top: 21px;
    display: none;
}

.index_title .view {
    margin-top: 20px;
}

.index_cont {
    /*padding-right: 15px;
	margin-right: -15px;*/
    overflow: visible;
    padding-bottom: 15px;
}

    .index_cont ul {
        flex-wrap: wrap;
        margin-left: -53px;
        width: auto;
    }

        .index_cont ul > li {
            width: 260px;
            margin: 0 0px 35px 53px;
            position: relative;
            box-shadow: 6px 5px 13px 0px rgba(0,0,0,0.19);
        }

            .index_cont ul > li a {
                display: block;
            }

.index_c_t {
    padding-bottom: 3px;
    border-bottom: 1px solid #c8c8c8;
    overflow: hidden;
    /* Safari 5.1 - 6.0 */
    background: -webkit-linear-gradient(48deg, #697cc3 0%,#5b82e5 60%,#629fdf 100%);
    /* Opera 11.1 - 12.0 */
    background: -o-linear-gradient(48deg, #697cc3 0%,#5b82e5 60%,#629fdf 100%);
    /* Firefox 3.6 - 15 */
    background: -moz-linear-gradient(48deg, #697cc3 0%,#5b82e5 60%,#629fdf 100%);
    background: linear-gradient(42deg, #697cc3 0%,#5b82e5 60%,#629fdf 100%);
}

.index_cont ul > li:nth-child(1) .index_c_t {
    background: #86a6ff;
}

.index_cont ul > li:nth-child(2) .index_c_t {
    background: #5953cb;
}

.index_cont ul > li:nth-child(3) .index_c_t {
    background: #ff6666;
}

.index_cont ul > li:nth-child(4) .index_c_t {
    background: #f0c84d;
}

.index_cont ul > li:nth-child(5) .index_c_t {
    background: #f76d88;
}

.index_cont ul > li:nth-child(6) .index_c_t {
    background: #625dc2;
}

.index_cont ul > li:nth-child(7) .index_c_t {
    background: #83bdfc;
}

.index_cont ul > li:nth-child(8) .index_c_t {
    background: #6ca6ff;
}

.index_c_t img {
    height: 170px;
    margin: 0px auto;
}

.index_c_t h4 {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.index_c_t p {
    font-size: 15px;
    color: #fff;
    text-align: center;
    line-height: 37px;
    font-family: arial;
}

.index_c_txt {
    font-size: 14px;
    height: 202px;
    line-height: 24px;
    color: #999;
    overflow: hidden;
    display: block;
    /*font-weight: lighter;*/
    padding: 20px;
}

.index_solution_focus {
    text-align: center;
    margin: 40px auto 35px;
    display: none;
}

    .index_solution_focus span {
        width: 13px;
        height: 13px;
        background: #c1c1c1;
        margin: 0 15px !important;
        opacity: 1;
    }

    .index_solution_focus .swiper-pagination-bullet-active {
        background: -webkit-linear-gradient(42deg, #697cc3 0, #5b82e5 60%,#629fdf 100%); /* Safari 5.1 - 6.0 */
        background: -o-linear-gradient(42deg, #697cc3 0, #5b82e5 60%,#629fdf 100%)); /* Opera 11.1 - 12.0 */
        background: -moz-linear-gradient(42deg, #697cc3 0, #5b82e5 60%,#629fdf 100%)); /* Firefox 3.6 - 15 */
        background: linear-gradient(42deg, #697cc3 0, #5b82e5 60%,#629fdf 100%)); /* æ ‡å‡†çš„è¯­æ³• */
    }

.index_box2 {
    background: #F2F2F2;
}

.index_news {
    overflow: hidden;
    padding-bottom: 45px;
}

.index_box2 .index_title h3 em {
    background-position: -32px 0;
}

.index_n_left {
    width: 465px;
    height: 280px;
    float: left;
    overflow: hidden;
    position: relative;
}

    .index_n_left img {
        min-height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
    }

.index_n_line {
    width: 100%;
    height: 10px;
    background: #fff;
    margin-top: 30px;
}

.index_n_right {
    margin-left: 30px;
    float: left;
    width: 705px;
    background: #fff;
    position: relative;
    padding: 0px 35px 23px;
}

.index_n_first {
    margin-left: 30px;
    float: left;
    width: 705px;
    background: #fff;
    padding: 30px 35px 0px;
    position: relative;
}

    .index_n_first:before {
        content: '';
        width: 12px;
        height: 14px;
        background: url(../images/aboutus/cto_index_16.jpg) no-repeat;
        position: absolute;
        top: 33px;
        left: -12px;
    }

    .index_n_first h4 {
        font-size: 20px;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.index_n_c_txt {
    display: block;
    height: 40px;
    padding-top: 12px;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
    color: #999;
    border-bottom: 2px solid #f2f2f2;
    box-sizing: content-box;
}

.index_n_list li a {
    display: block;
    margin-top: 12px;
    font-size: 16px;
    /*font-weight: lighter;*/
    overflow: hidden;
}

    .index_n_list li a em {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #666666;
        float: left;
        margin-top: 8px;
        margin-right: 8px;
    }

    .index_n_list li a p {
        width: 80%;
        float: left;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .index_n_list li a span {
        float: right;
    }

.index_box3 .index_title h3 em {
    background-position: 0 -30px;
}

.index_box4 {
    background: #f2f2f2;
}

.index_news_title_box {
    margin-left: -40px;
    margin-top: 55px;
    margin-bottom: 25px;
}

    .index_news_title_box .index_title {
        padding-left: 40px;
        margin: 0;
    }

        .index_news_title_box .index_title h3 {
            font-size: 24px;
        }

        .index_news_title_box .index_title .view {
            /*line-height: 40px;*/
            margin-top: 5px;
        }

.index_news_box {
    margin-left: -40px;
    padding-bottom: 60px;
    overflow: hidden;
}

    .index_news_box > li {
        padding-left: 40px;
    }

.index_news_first {
    position: relative;
    overflow: hidden;
}

.index_n_f_txt {
    float: left;
    width: 245px;
    background: #fff;
    padding: 25px 30px 20px 25px;
}

    .index_n_f_txt h5 {
        font-size: 16px;
        font-weight: bold;
        line-height: 24px;
        height: 50px;
        overflow: hidden;
        position: relative;
        /*padding-top: 17px;*/
    }
    /*.index_n_f_txt h5:before{
	content: '';
	width: 30px;
	height: 4px;
	background: #333333;
	position: absolute;
	top: 0;
	left: 0;
}*/
    .index_n_f_txt span {
        display: block;
        font-size: 12px;
        color: #999;
        line-height: 18px;
        height: 55px;
        margin-top: 30px;
        overflow: hidden;
    }

.index_n_f_img {
    width: 335px;
    height: 180px;
    overflow: hidden;
    float: left;
    background: #fff;
    position: relative;
}

    .index_n_f_img img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
    }

.index_news_list li {
    margin-top: 20px;
    overflow: hidden;
}

    .index_news_list li:first-of-type {
        margin-top: 15px;
    }

    .index_news_list li a p {
        line-height: 1;
        font-size: 15px;
        border-left: 2px solid #444444;
        padding-left: 9px;
        color: #666;
        transition: padding-left 0.5s;
        float: left;
        display: block;
        width: 80%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .index_news_list li a:hover p {
        color: #5c6fb4;
        padding-left: 14px;
    }

    .index_news_list li a span {
        float: right;
        font-size: 14px;
        line-height: 15px;
        color: #666;
    }

.index_box5 .index_title h3 em {
    background-position: -30px -30px;
    height: 26px;
}

.index_case_outline {
    padding-bottom: 40px;
    /*margin: -5px 0 0 -5px;*/
    margin-top: -5px;
}

.index_case {
    /*padding: 5px 0 0 5px;*/
    padding-top: 5px
}

    .index_case ul li p {
        text-align: center;
        font-size: 16px;
        margin: 7px auto 22px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .index_case ul li a {
        display: block;
    }

.index_case_img {
    border: 1px solid #ebebeb;
    transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.index_case ul li:hover .index_case_img {
    box-shadow: 3.83px 3.21px 7px rgba(2,2,2,0.2);
    transform: translate(-3px,-3px);
    -ms-transform: translate(-3px,-3px);
    -moz-transform: translate(-3px,-3px);
    -webkit-transform: translate(-3px,-3px);
}

.index_case_focus {
    text-align: center;
}

    .index_case_focus span {
        width: 12px;
        height: 12px;
        background: #c1c1c1;
        opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        filter: alpha(opacity=100);
        margin: 0 15px !important;
    }

    .index_case_focus .swiper-pagination-bullet-active {
        background: #5c6fb4;
    }

.index_case .swiper-lazy-preloader {
    margin-top: -43px;
}

.index_eims_pc ul {
    overflow: hidden;
    margin-left: -120px;
    margin-bottom: 65px;
}

    .index_eims_pc ul li {
        float: left;
        width: 320px;
        margin-left: 120px;
        position: relative;
    }

.index_e_p_top {
    height: 320px;
    position: relative;
}

.index_e_p_t_txt {
    width: 100%;
    height: 270px;
    padding: 25px 20px 70px;
    color: #fff;
    line-height: 20px;
    word-break: break-all;
    letter-spacing: -0.3px;
    background: -webkit-linear-gradient(30deg, #697cc3 0%,#5b82e5 50%,#629fdf 100%);
    background: -o-linear-gradient(30deg, #697cc3 0%,#5b82e5 50%,#629fdf 100%);
    background: -moz-linear-gradient(30deg, #697cc3 0%,#5b82e5 50%,#629fdf 100%);
    background: linear-gradient(60deg, #697cc3 0%,#5b82e5 50%,#629fdf 100%);
}

.index_e_p_t_img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all .8s;
    -moz-transition: all .8s;
    -webkit-transition: all .8s;
    -ms-transition: all .8s;
}

.index_e_p_title {
    text-align: center;
    position: relative;
    padding: 45px 0 30px;
}

    .index_e_p_title h3 {
        margin-bottom: 2px;
        font-size: 20px;
        /*font-weight: bold;*/
    }

    .index_e_p_title p {
        font-size: 14px;
        color: #666;
        /*font-weight: lighter;*/
    }

.index_e_p_line {
    width: 100%;
    height: 2px;
    background: #ebebeb;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
}

.index_eims_pc ul li:hover .index_e_p_t_img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    left: 50%;
    margin-left: -50px;
}

.index_eims_pc ul li:hover .index_e_p_line {
    background: -webkit-linear-gradient(left, #697cc3 0%,#5b82e5 50%,#629fdf 100%);
    background: -o-linear-gradient(left, #697cc3 0%,#5b82e5 50%,#629fdf 100%);
    background: -moz-linear-gradient(left, #697cc3 0%,#5b82e5 50%,#629fdf 100%);
    background: linear-gradient(left, #697cc3 0%,#5b82e5 50%,#629fdf 100%);
}
/*index_end*/

/*product_idea_start*/
.product_idea section {
    height: 450px;
    position: relative;
}

    .product_idea section:nth-child(odd) {
        color: #fff;
    }

.product_idea_box1 {
    background: url(../images/aboutus/pro_idea_01.jpg) no-repeat center center;
}

.product_idea_box2 {
    background: #fff;
}

.product_idea_box3 {
    background: url(../images/aboutus/pro_idea_02.jpg) no-repeat center center;
}

.product_idea_box4 {
    background: #fff;
}

.product_idea_box5 {
    background: url(../images/aboutus/pro_idea_03.jpg) no-repeat center center;
}

.product_idea_img {
    position: absolute;
}

    .product_idea_img img {
        height: 100%;
    }

.product_idea_box1 .product_idea_img {
    top: 70px;
    left: 190px;
}

.product_idea_box2 .product_idea_img {
    height: 370px;
    top: 40px;
    right: 225px;
}

.product_idea_box4 .product_idea_img {
    height: 390px;
    top: 30px;
    right: 115px;
}

.product_idea_box5 .product_idea_img {
    height: 405px;
    top: 30px;
    left: 150px;
}

.product_idea_c {
    padding-left: 30px;
    position: relative;
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: #fff;
}

    .product_idea_c:before {
        content: '';
        width: 53px;
        height: 80px;
        background-image: url(../images/aboutus/pro_idea_num.png);
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        left: -83px;
    }

.product_idea_c2, .product_idea_c4 {
    border-left-color: #333333;
}

.product_idea_c1:before {
    background-position: 10px 0px;
}

.product_idea_c2:before {
    background-position: 0px -80px;
}

.product_idea_c3:before {
    background-position: 1px -160px;
}

.product_idea_c4:before {
    background-position: 2px -240px;
}

.product_idea_c5:before {
    background-position: 3px -320px;
}

.product_idea_t {
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
}

.product_idea_p {
    font-size: 22px;
    line-height: 1;
    margin-top: 14px;
}

.product_idea_c1 {
    position: absolute;
    /*top: 41%;
	left: 60%;*/
    top: 190px;
    right: 230px;
}

.product_idea_c2 {
    position: absolute;
    /*top: 42.5%;
	left: 24.5%;*/
    top: 195px;
    left: 235px;
}

.product_idea_c3 {
    position: absolute;
    /*top: 41%;
	left: 66%;*/
    top: 190px;
    right: 170px;
}

.product_idea_c4 {
    position: absolute;
    /*top: 42.5%;
	left: 26%;*/
    top: 190px;
    left: 170px;
}

.product_idea_c5 {
    position: absolute;
    /*top: 41%;
	left: 62.5%;*/
    top: 190px;
    right: 110px;
}

    .product_idea_c2 .product_idea_t,
    .product_idea_c3 .product_idea_t,
    .product_idea_c5 .product_idea_t {
        font-size: 22px;
        font-weight: normal;
    }

    .product_idea_c2 .product_idea_p,
    .product_idea_c3 .product_idea_p,
    .product_idea_c5 .product_idea_p {
        font-size: 36px;
        font-weight: bold;
    }
/*product_idea_end*/

/*products_start*/
.cto_banner {
    position: relative;
    height: 200px;
    overflow: hidden;
}

    .cto_banner img {
        position: absolute;
        width: 1920px;
        height: 200px;
        top: 0;
        left: 50%;
        margin-left: -960px;
    }

.locahost {
    overflow: hidden;
    margin: 20px 0 25px;
}

    .locahost li {
        float: left;
        font-size: 15px;
        margin-right: 8px;
    }

.products_title {
    margin-bottom: 30px;
}

.products_t_top {
    height: 46px;
    background: #f2f2f2;
}

.products_t_left {
    float: left;
    padding: 4px 40px 0;
    position: absolute;
    top: 0;
    left: 0;
}

    .products_t_left ul li {
        float: left;
        width: 120px;
        height: 42px;
        line-height: 42px;
        text-align: center;
        cursor: pointer;
        font-size: 16px;
    }

        .products_t_left ul li.start {
            color: #5c6fb4;
            background: #fff;
        }

.products_t_right {
    float: right;
    width: 350px;
    margin: 7px 6px 0 0;
}

    .products_t_right input[type='text'] {
        height: 32px;
        line-height: 32px;
        border: none;
        color: #b4b4b4;
    }

    .products_t_right .input-group-addon {
        color: #2f2522;
        background: #fff;
        border: none;
    }

.products_d_down {
    overflow: hidden;
    border: 2px solid #f2f2f2;
    border-top: none;
    padding: 22px 24px 24px;
}

.products_t_ch {
    display: none;
    overflow: hidden;
}

    .products_t_ch:nth-child(1) {
        display: block;
    }

    .products_t_ch dl {
        width: 100%;
        float: left;
        margin-top: 8px;
        font-size: 0;
        letter-spacing: -3px;
    }

        .products_t_ch dl dt {
            display: inline-block;
            font-size: 15px;
            font-weight: normal;
            margin-right: 10px;
            letter-spacing: normal;
        }

        .products_t_ch dl dd {
            width: 1000px;
            display: inline-block;
            font-size: 14px;
            letter-spacing: normal;
            vertical-align: top;
        }

            .products_t_ch dl dd span {
                display: inline-block;
                cursor: pointer;
                margin-right: 20px;
                margin-bottom: 10px;
                color: #666;
            }

                .products_t_ch dl dd span.on_curr {
                    color: #5c6fb4;
                    font-weight: bold;
                }

.products_cont > ul {
    overflow: hidden;
    margin: -10px -10px 30px -28px;
}

    .products_cont > ul > li {
        padding-left: 18px;
        margin-bottom: 10px;
    }

.products_ch {
    position: relative;
    padding: 10px 10px 20px;
}

    .products_ch > i {
        position: absolute;
        background: #e6e6e6;
        width: 0;
        height: 0;
    }

.left_top {
    top: 0;
    left: 0;
    transition: width 1s;
    -ms-transition: width 1s;
    -moz-transition: width 1s;
    -webkit-transition: width 1s;
}

.left_buttom {
    top: 0;
    left: 0;
    transition: height 1s;
    -ms-transition: height 1s;
    -moz-transition: height 1s;
    -webkit-transition: height 1s;
}

.right_top {
    bottom: 0;
    right: 0;
    transition: height 1s;
    -ms-transition: height 1s;
    -moz-transition: height 1s;
    -webkit-transition: height 1s;
}

.right_buttom {
    bottom: 0;
    right: 0;
    transition: width 1s;
    -ms-transition: width 1s;
    -moz-transition: width 1s;
    -webkit-transition: width 1s;
}

.products_ch:hover .left_top,
.products_ch:hover .right_buttom {
    width: 100%;
    height: 2px;
}

.products_ch:hover .left_buttom,
.products_ch:hover .right_top {
    width: 2px;
    height: 100%;
}

.products_c_img {
    width: 100%;
    height: 213px;
    overflow: hidden;
}

    .products_c_img img {
        transition: all 0.7s;
        -ms-transition: all 0.7s;
        -moz-transition: all 0.7s;
        -webkit-transition: all 0.7s;
    }

.products_ch:hover img {
    transform: scale(1.2,1.2);
    -ms-transform: scale(1.2,1.2);
    -moz-transform: scale(1.2,1.2);
    -webkit-transform: scale(1.2,1.2);
}

.products_c_txt {
    overflow: hidden;
}

    .products_c_txt h4 {
        float: left;
        margin-top: 13px;
        margin-bottom: 10px;
    }

    .products_c_txt p {
        float: left;
        color: #666;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin-bottom: 12px;
        width: 100%;
    }

    .products_c_txt span {
        float: left;
        font-size: 18px;
        color: #f76e22;
    }

    .products_c_txt button {
        float: right;
        border: 1px solid #eeeeee;
        background: none;
        color: #f76e22;
        width: 70px;
        height: 24px;
        line-height: 24px;
        text-align: center;
    }

.cto_pagination {
    overflow: hidden;
    text-align: center;
    margin-bottom: 60px;
    font-size: 0;
    letter-spacing: -3px;
}

    .cto_pagination li,
    .cto_pagination span,
    #Pagination a {
        display: inline-block;
        margin: 0 11px;
        font-size: 16px;
        letter-spacing: normal;
        color: #333;
        padding: 0;
    }

        .cto_pagination li.curr a,
        #Pagination .current {
            font-size: 16px;
            color: #5c6fb4;
            border-bottom: 1px solid #5c6fb4;
            padding: 0;
            margin: 0 11px;
        }

#Pagination .next,
#Pagination .prev {
    border: none;
    font-size: 16px;
    color: #333;
}

    #Pagination .next:hover,
    #Pagination .prev:hover {
        border: none;
        color: #5c6fb4;
    }
/*products_end*/

/*products_view_start*/
.products_main .container {
    padding: 35px 0 50px;
}

.products_left {
    padding-right: 50px;
    width: 400px;
}

.products_top {
    margin-bottom: 20px;
}

.products_thumbs .swiper-slide {
    cursor: pointer;
}

.products_thumbs .swiper-button-prev {
    background: rgba(255,255,255,0.6) url(../images/aboutus/icon_arrows.png) no-repeat center center;
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    left: 0;
    top: 0;
    margin-top: 0;
    height: 100%;
    width: 25%;
    width: calc(25% - 7px);
    width: -moz-calc(25% - 7px);
    width: calc(25% - 7px);
}

.products_thumbs .swiper-button-next {
    background: rgba(255,255,255,0.6) url(../images/aboutus/icon_arrows.png) no-repeat center center;
    right: 0;
    top: 0;
    margin-top: 0;
    height: 100%;
    width: 24%;
}

.products_right h3 {
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 10px;
}

.products_right p {
    font-size: 16px;
    color: #666;
    line-height: 20px;
}

.products_r_price {
    height: 36px;
    line-height: 36px;
    margin: 46px 0 44px;
}

    .products_r_price span {
        color: #fd2a2a;
        font-size: 24px;
        display: inline-block;
        vertical-align: top;
        font-weight: bold;
    }

.products_r_label {
    width: 60px;
    height: 36px;
    line-height: 36px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: normal;
    vertical-align: top;
    margin-right: -5px;
}

.products_r_list {
    width: 80%;
    width: calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: -webkit-calc(100% - 60px);
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}

    .products_r_list li {
        float: left;
        margin-right: 15px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        padding: 0 20px;
        border: 1px solid #d2d2d2;
        border-radius: 1px;
        cursor: pointer;
        margin-bottom: 15px;
    }

        .products_r_list li.choice {
            color: #fd2a2a;
            border-color: #fd2a2a;
        }

.cto_buy {
    width: 140px;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    background: #fd2a2a;
    border: none;
    border-radius: 3px;
    margin-left: 60px;
    margin-top: 15px;
}

.products_i_title {
    background: #f5f5f5;
    height: 90px;
    line-height: 90px;
    text-align: center;
}

    .products_i_title h4 {
        font-size: 24px;
        display: inline-block;
        text-align: left;
        color: #000;
        padding-left: 20px;
        border-left: 3px solid #333;
    }

.products_intro article {
    margin: 40px auto 60px;
    width: 1200px;
}

/*å¸¦æ”¾å¤§é•œåŠŸèƒ½çš„è½®æ’­_start*/
.pro_main_pro_img {
    width: 100%;
    float: left;
    position: relative;
}

    .pro_main_pro_img img {
        cursor: pointer;
    }

.pro_main_pro_smallImg {
    width: 304px;
    height: 55px;
    margin: 20px auto 0;
    overflow: hidden;
    position: relative;
}

.pro_main_pro_bigImg {
    width: 100%;
    position: relative;
    z-index: 1;
}

    .pro_main_pro_bigImg img {
        width: 100% !important;
        height: auto !important;
    }

.pro_main_pro_smallImg_fa {
    width: 10000px;
    height: 55px;
    position: absolute;
    top: 0;
    left: 0;
}

.pro_main_pro_smallImg_box {
    float: left;
    width: 70px;
    height: 55px;
    border: 1px solid #ccc;
    margin-right: 8px;
}
    /*.pro_main_pro_smallImg_box:nth-child(4n + 1){
	opacity: 0.7;
	-moz-opacity: 0.7;
	-webkit-opacity: 0.7;
	filter: alpha(opacity=70);
}
.pro_main_pro_smallImg_box:nth-child(4n + 4){
	opacity: 0.7;
	-moz-opacity: 0.7;
	-webkit-opacity: 0.7;
	filter:alpha(opacity=70)
}*/
    .pro_main_pro_smallImg_box img {
        width: 100%;
        height: 100%;
    }

.pro_main_pro_img_btn_left {
    position: absolute;
    left: 0px;
    bottom: 17px;
    width: 12px;
    height: 20px;
    background: url(../images/aboutus/icon_arrows.png) center center no-repeat;
    background-size: 100%;
    transform: rotateZ(180deg);
    z-index: 3;
    cursor: pointer;
}

.pro_main_pro_img_btn_right {
    position: absolute;
    right: 0px;
    bottom: 17px;
    width: 12px;
    height: 20px;
    background: url(../images/aboutus/icon_arrows.png) center center no-repeat;
    background-size: 100%;
    z-index: 3;
    cursor: pointer;
}

#float-box {
    display: none;
    width: 80px;
    height: 60px;
    position: absolute;
    background: #ffffcc;
    border: 1px solid #ccc;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

#mark {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 10;
}

#pro_main_pro_bigImg_big-box {
    display: none;
    position: absolute;
    top: 0px;
    left: 355px;
    width: 250px;
    height: 200px;
    overflow: hidden;
    border: 1px solid #ccc;
    z-index: 1;
    background: #fff;
}

    #pro_main_pro_bigImg_big-box img {
        position: absolute;
        z-index: 5;
        width: 1890px;
        height: 1350px;
        display: none;
    }

        #pro_main_pro_bigImg_big-box img:nth-child(1) {
            display: block;
        }

.pro_main_pro_smallImg_curr {
    border: 2px solid #fd2a2a;
}
/*å¸¦æ”¾å¤§é•œåŠŸèƒ½çš„è½®æ’­_end*/

/*products_view_end*/

/*news_start*/
.news_title {
    height: 45px;
    line-height: 45px;
    margin: 38px auto 30px;
    background: #eee;
}

    .news_title ul {
        font-size: 0;
        letter-spacing: -3px;
        /*margin-left: -52px;*/
        padding-left: 30px;
        text-align: left;
    }

        .news_title ul li {
            display: inline-block;
            font-size: 16px;
            letter-spacing: normal;
            padding-left: 52px;
        }

            .news_title ul li a {
                font-size: 16px;
                padding-bottom: 10px;
                position: relative;
            }

                .news_title ul li a i {
                    width: 0;
                    height: 2px;
                    background: #5c6fb4;
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    transition: all .3s;
                }

                .news_title ul li.start a,
                .news_title ul li a:hover,
                .news_title ul li a:hover i,
                .news_title ul li.start a i {
                    width: 100%;
                    color: #5c6fb4;
                }

.cont_base {
    overflow: hidden;
    background: #fff;
}

.news_cont_left {
    width: 820px;
    float: left;
}

.news_list {
    margin-bottom: 40px;
}

    .news_list li {
        overflow: hidden;
        padding: 20px 0;
        border-bottom: 1px solid #e1e1e1;
    }

        .news_list li:first-of-type {
            border-top: 1px solid #e1e1e1;
        }

        .news_list li a:hover {
            color: inherit;
        }

.news_list_img {
    width: 200px;
    height: 120px;
    position: relative;
    overflow: hidden;
    float: left;
}

    .news_list_img img {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
    }

.news_list_title {
    float: left;
    width: 75%;
    width: calc(100% - 200px);
    width: -moz-calc(100% - 200px);
    width: -webkit-calc(100% - 200px);
    vertical-align: middle;
    padding: 10px 0px 0 25px;
}

    .news_list_title h5 {
        font-weight: bold;
        line-height: 1;
        font-size: 16px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin-bottom: 10px;
    }

.news_list_cont {
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    color: #888888;
    margin-top: 10px;
    float: left;
    width: 75%;
    width: calc(100% - 200px);
    width: -moz-calc(100% - 200px);
    width: -webkit-calc(100% - 200px);
    padding-left: 25px;
}

.news_list_title span {
    margin-right: 35px;
    font-size: 14px;
}

    .news_list_title span i {
        vertical-align: text-top;
        margin-right: 8px;
        width: 13px;
        height: 13px;
        background-image: url(../images/aboutus/news_icon.png);
        background-repeat: no-repeat;
        margin-top: 3px;
    }

.user_icon {
    background-position: left top;
}

.time_icon {
    background-position: right top;
}

.news_list_title a {
    float: right;
    color: #ea5404;
}

.news_cont_left .pagertion {
    margin-top: 25px;
    margin-bottom: 30px;
}

.news_cont_right {
    width: 340px;
    float: right;
    overflow: hidden;
    margin-bottom: 50px;
}

    .news_cont_right dl {
        padding: 0 25px 30px 25px;
        margin-bottom: 25px;
        background: #f8f8f8;
        overflow: hidden;
    }

    .news_cont_right .news_dt {
        padding: 18px 0 12px;
        border-bottom: 1px solid #e1e1e1;
    }

        .news_cont_right .news_dt h4 {
            font-weight: bold;
            line-height: 1;
        }

.news_r_first {
    overflow: hidden;
    margin-top: 15px;
}

.news_r_f_img {
    width: 108px;
    height: 65px;
    float: left;
    overflow: hidden;
}

    .news_r_f_img img {
        transition: all .7s;
        -ms-transition: all .7s;
        -moz-transition: all .7s;
        -webkit-transition: all .7s;
    }

.news_r_first:hover img {
    transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
}

.news_r_f_cont {
    padding-left: 120px;
}

    .news_r_f_cont span {
        display: block;
        font-size: 16px;
        color: #ff3333;
        margin-bottom: 5px;
    }

    .news_r_f_cont p {
        font-size: 14px;
        color: #666666;
        line-height: 20px;
        height: 40px;
        overflow: hidden;
    }

.news_cont_right .news_dl dd {
    padding-right: 5px;
    margin-top: 20px;
}

    .news_cont_right .news_dl dd h5 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
        color: #666;
        /*font-weight: lighter;*/
        transition: all 0.1s;
    }

    .news_cont_right .news_dl dd:hover h5,
    .news_cont_right .news_dl dd:active h5,
    .news_cont_right .news_dl dd:focus h5 {
        color: #333385;
    }

    .news_cont_right .news_dl dd small {
        display: block;
        font-size: 12px;
        color: #999;
    }

    .news_cont_right .news_dl dd h5:hover {
        color: #333385;
        transform: translate(0,-3px);
        -ms-transform: translate(0,-3px);
        -moz-transform: translate(0,-3px);
        -webkit-transform: translate(0,-3px);
    }

    .news_cont_right .news_dl dd h5 i {
        margin-right: 10px;
    }

.news_cont_right .banner {
    overflow: hidden;
}
/*news_end*/

/*news_view_start*/
.news_cont_left article {
    margin-top: 55px;
    padding: 50px 38px 30px;
    background: #fff;
}

.article_title {
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
}

    .article_title h5 {
        font-size: 18px;
        margin-bottom: 25px;
    }

    .article_title span {
        font-size: 12px;
        /*font-weight: lighter;*/
        color: #666;
        margin-right: 80px;
    }

        .article_title span a {
            color: #000066;
        }

.news_view_banner {
    overflow: hidden;
    margin: 55px 0 25px;
}

.article_cont {
    padding-top: 30px;
}

    .article_cont p {
        /*font-weight: lighter;*/
        line-height: 30px;
        text-indent: 2em;
    }

.article_keysword {
    font-size: 14px;
    /*font-weight: lighter;*/
    color: #666;
    margin-top: 20px;
}

    .article_keysword span b {
        /*font-weight: lighter;*/
    }

    .article_keysword span:last-child b {
        display: none;
    }

.article_foot {
    height: 52px;
    line-height: 52px;
    background: #fff;
    padding: 0 38px;
    margin: 1px 0 30px;
}

    .article_foot a {
        font-size: 14px;
        color: #666;
    }

        .article_foot a:last-of-type {
            text-align: right;
        }

        .article_foot a span {
            color: #5c6fb4;
        }

.news_view_right dl {
    background: #fff;
}

.article_banner {
    margin-bottom: 40px;
}
/*news_view_end*/

/*eims_start*/
/*.eims_box1{
	background: url(../images/aboutus/eims_bg_02.jpg) repeat-x 0 350px;
	background-size: 100% 125px;
}*/
.eims_box1 .container {
    padding: 50px 85px 15px;
}

.eims_list {
    overflow: hidden;
    margin-left: -58px;
}

    .eims_list li {
        float: left;
        width: 16.66%;
        padding-left: 48px;
        padding-bottom: 40px;
        position: relative;
        overflow: hidden;
    }

    .eims_list .eims_li_first {
        float: left;
        width: 100%;
        /*margin-bottom: 90px;*/
    }

.eims_b_left {
    width: 740px;
}

    .eims_b_left h2 {
        color: #5c6fb4;
        font-size: 30px;
        font-weight: bold;
        margin: 15px 0 36px;
    }

    .eims_b_left h3 {
        font-weight: bold;
        display: inline-block;
        margin-right: 10px;
    }

    .eims_b_left span {
        display: inline-block;
        font-size: 16px;
        /*font-weight: lighter;*/
    }

    .eims_b_left p {
        margin-top: 26px;
        margin-bottom: 0;
        color: #999;
        font-size: 16px;
        line-height: 24px;
        /*font-weight: lighter;*/
    }

.eims_d_img {
    width: 135px;
    height: 135px;
    overflow: hidden;
    box-shadow: 0 0 10px #f1f1f1;
}

    .eims_d_img img {
        width: 100%;
        height: 100%;
    }

.eims_d_txt {
    text-align: center;
}

    .eims_d_txt span {
        display: block;
        font-size: 15px;
        color: #666;
        margin: 12px auto 3px;
    }

    .eims_d_txt p {
        font-size: 18px;
    }

.eims_d_bg {
    background: #616161;
    color: #fff;
    width: 73%;
    width: calc(100% - 48px);
    width: -moz-calc(100% - 48px);
    width: -webkit-calc(100% - 48px);
    height: 100%;
    padding: 30px 15px;
    position: absolute;
    top: -100%;
    right: 0;
    overflow: hidden;
}

    .eims_d_bg h3 {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 10px;
    }
/*.eims_list li:hover .eims_d_bg{
	animation: bounce 1s;
	top: 0;
	right: 0;
}*/

@keyframes bounce {
    from {
        top: -100%;
    }
    /*20%,53%, 80%,*/ to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        top: 0;
    }
    /*40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    top: -30px;
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    top: -15px;
  }

  90% {
    top: -4px;
  }*/
}

.bounce {
    animation: bounce 0.4s;
}

.eims_box2 {
    background: #f2f2f2;
}

    .eims_box2 .container {
        position: relative;
    }
/*.eims_box2 .container:before{
	content: '';
	width: 30px;
	height: 4px;
	background: #333333;
	position: absolute;
	top: 0;
	left: 0;
}
.eims_box2 .container:after{
	content: '';
	width: 30px;
	height: 4px;
	background: #333333;
	position: absolute;
	bottom: 0;
	right: 0;
}*/
.eims_box3 .container {
    padding: 40px 0 80px;
}

.eims_box3 .eims_b_left {
    width: 555px;
}

.eims_box4 .view {
    margin-top: 10px;
}

.eims_box4 .index_n_left {
    height: 310px;
}
/*.eims_n_first{
	margin-bottom: 10px;
}*/
.eims_n_first h4 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: normal;
}

.eims_n_first small {
    margin-right: 10px;
    color: #666;
}

    .eims_n_first small em {
        vertical-align: baseline;
        margin-right: 5px;
        width: 13px;
        height: 13px;
        background-image: url(../images/aboutus/news_icon.png);
        background-repeat: no-repeat;
    }

    .eims_n_first small:nth-child(3) em {
        height: 12px;
    }

.eims_n_first .index_n_c_txt {
    height: auto;
    /*margin-top: 9px;*/
    padding-bottom: 20px;
}

.eims_n_first li a em {
    background: #666;
}

.eims_n_first li a span {
    color: #666;
}

.eims_n_right {
    padding-top: 3px;
}

    .eims_n_right li a {
        margin-top: 15px;
    }
/*eims_end*/

/*login_start*/

/*login_end*/

/*after_sale_start*/
.after_sale_box1 .container {
    padding: 60px 90px 45px 12px;
}

.after_sale_b1_img {
    width: 300px;
}

.after_sale_b1_cont {
    width: 750px;
    padding-left: 45px;
}

.after_sale_title {
    margin: 50px 12px 30px;
    position: relative;
}

    .after_sale_title h3 {
        font-size: 24px;
        font-weight: bold;
        display: inline-block;
        padding-right: 10px;
        margin-right: 7px;
        border-right: 1px solid #333333;
    }

    .after_sale_title small {
        font-size: 16px;
        color: #666;
    }

.after_sale_box1 .after_sale_title {
    margin: 23px 0 30px;
}

    .after_sale_box1 .after_sale_title h3 {
        font-size: 20px;
    }

    .after_sale_box1 .after_sale_title:before {
        background: #3cb034;
    }

.after_sale_text {
    font-size: 16px;
    line-height: 28px;
    color: #999;
}

.after_sale_box2 {
    background: #f2f2f2;
    padding-bottom: 55px;
}

.after_sale_scope {
    overflow: hidden;
    padding: 0 12px 0 10px;
}

    .after_sale_scope li {
        float: left;
        width: 25%;
        padding: 0px 0px 15px 2px;
    }

.after_sale_s_top {
    font-size: 36px;
    /*font-weight: lighter;*/
    color: #d70004;
    padding-left: 15px;
    line-height: 1;
    margin-bottom: 10px;
}

.after_sale_s_txt {
    line-height: 1;
    background: #607ed8;
    padding: 25px 15px 26px;
}

.pays_way_c_list_child {
    float: left;
    width: 50%;
}

.flex-align-center {
    margin-top: 60px;
    margin-left: 30px;
}

.add_img {
    float: left;
    width: 248px;
    margin-left: 40px;
}

.after_sale_s_txt p {
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    color: #fff;
}

.after_sale_s_txt small {
    font-size: 12px;
    color: #fff;
    margin-top: 10px;
    display: block;
}

.after_sale_box3 .after_sale_title {
    margin-left: 25px;
}

.after_sale_p_top {
    overflow: hidden;
    padding: 5px 30px 30px 0;
    margin-left: -5px;
}

    .after_sale_p_top li {
        padding-left: 30px;
        color: #fff;
    }

.after_sale_bg {
    overflow: hidden;
    /* Safari 5.1 - 6.0 */
    background: -webkit-linear-gradient(48deg, #697cc3 0%,#5b82e5 60%,#629fdf 100%);
    /* Opera 11.1 - 12.0 */
    background: -o-linear-gradient(48deg, #697cc3 0%,#5b82e5 60%,#629fdf 100%);
    /* Firefox 3.6 - 15 */
    background: -moz-linear-gradient(48deg, #697cc3 0%,#5b82e5 60%,#629fdf 100%);
    background: linear-gradient(42deg, #697cc3 0%,#5b82e5 60%,#629fdf 100%);
}

.after_sale_t_top {
    padding: 30px 40px 20px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

    .after_sale_t_top h3 {
        font-size: 22px;
        margin-bottom: 35px;
    }

        .after_sale_t_top h3 small {
            font-size: 12px;
            /*font-weight: lighter;*/
            color: #fff;
        }

    .after_sale_t_top h3 {
        font-size: 20px;
    }

.after_sale_t_down {
    padding: 10px 40px 15px;
}

    .after_sale_t_down p {
        line-height: 24px;
    }
/*.after_sale_p_top li:nth-child(1) .after_sale_t_top,
.after_sale_p_top li:nth-child(1) .after_sale_t_down{
	background: #ff7d84;
}
.after_sale_p_top li:nth-child(2) .after_sale_t_top,
.after_sale_p_top li:nth-child(2) .after_sale_t_down{
	background: #999999;
}
.after_sale_p_top li:nth-child(3) .after_sale_t_top,
.after_sale_p_top li:nth-child(3) .after_sale_t_down{
	background: #febd69;
}*/
.after_sale_p_down {
    overflow: hidden;
    margin: 0 25px;
    border-top: 2px solid #ddd;
}

    .after_sale_p_down li {
        padding: 30px 70px 45px 0;
    }

        .after_sale_p_down li h3 {
            font-size: 22px;
            color: #3cb034;
            margin-bottom: 15px;
        }

        .after_sale_p_down li p {
            /*font-weight: lighter;*/
            color: #999;
            line-height: 26px;
        }

.after_sale_box4 {
    background: #f2f2f2;
}

    .after_sale_box4 .container {
        padding: 40px 70px 40px 25px;
    }

.after_sale_b4_title {
    margin: 0 0 30px;
    width: 512px;
    float: left;
    margin-top: 35px;
}

    .after_sale_b4_title h3 {
        border-right: none;
    }

.after_sale_t_p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    display: inline;
    float: left;
    width: 645px;
}

.after_sale_b5_top {
    padding: 0 30px;
}

    .after_sale_b5_top .after_sale_title {
        margin-left: 0;
        margin-right: 0;
    }

        .after_sale_b5_top .after_sale_title h3 {
            border-right: none;
        }

.after_sale_b5_down li {
    height: 70px;
    line-height: 70px;
    border: 1px solid #9da9d2;
    border-radius: 35px;
    margin-bottom: 30px;
    font-size: 22px;
}

    .after_sale_b5_down li:nth-child(odd) {
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        padding-left: 125px;
    }

    .after_sale_b5_down li:nth-child(even) {
        border-left: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        padding-left: 85px;
    }

    .after_sale_b5_down li i {
        width: 30px;
        height: 30px;
        margin-right: 10px;
        background-image: url(../images/aboutus/after_icon.png);
        background-repeat: no-repeat;
        vertical-align: sub;
    }

    .after_sale_b5_down li b {
        color: #3cb034;
    }

.after_sale_b5_d_right {
    padding-left: 80px;
}

.after_sale_b5_down li:last-of-type {
    margin-bottom: 77px;
}

.after_sale_b5_ch1 i {
    background-position: left top;
}

.after_sale_b5_ch2 i {
    background-position: right top;
}

.after_sale_b5_ch3 i {
    background-position: left bottom;
    width: 25px;
    margin-left: 5px;
}

.after_sale_b5_ch4 i {
    background-position: right bottom;
    height: 20px;
}
/*after_sale_end*/
/*cases_view_start*/
.cases_view .news_cont_left article {
    margin-top: 0;
}

.cases_view .news_view_banner {
    margin-top: 0;
}

.article_info {
    margin-top: 15px;
    margin-bottom: 30px;
    text-align: right;
}

    .article_info p {
        line-height: 30px;
        /*font-weight: lighter;*/
    }

    .article_info a {
        color: #5c6fb4;
        text-decoration: underline;
    }

    .article_info p:last-child a {
        font-size: 16px;
        margin-left: 25px;
    }

.cases_view .article_foot {
    margin-top: 0;
    height: auto;
    line-height: 1;
    padding: 20px 35px 70px;
    border-top: 1px solid #efefef;
    text-align: right;
}

    .cases_view .article_foot li {
        display: inline-block;
    }

        .cases_view .article_foot li a {
            font-size: 16px;
            color: #3e3e3e;
            /*font-weight: lighter;*/
            margin-left: 35px;
        }

            .cases_view .article_foot li a i {
                width: 20px;
                height: 20px;
                background-image: url(../images/aboutus/case_view.png);
                background-repeat: no-repeat;
                vertical-align: sub;
                margin-right: 2px;
            }

        .cases_view .article_foot li:nth-child(1) a i {
            background-position: 0 0;
        }

        .cases_view .article_foot li:nth-child(2) a i {
            background-position: -20px 0;
        }

        .cases_view .article_foot li:nth-child(3) a i {
            background-position: -40px 0;
            height: 18px;
        }

        .cases_view .article_foot li:nth-child(1) a i.start {
            background-position: right top;
        }
/*cases_view_end*/
/*cases_start*/
.cases_top {
    border: 1px solid #f2f2f2;
}

    .cases_top li {
        overflow: hidden;
        border-bottom: 1px solid #f2f2f2;
        padding: 0 35px;
    }

        .cases_top li label, .cases_top li dl dd {
            float: left;
            height: 50px;
            line-height: 50px;
            font-size: 16px;
            font-weight: normal;
        }

        .cases_top li label {
            margin-right: 40px;
            margin-bottom: 0;
        }

        .cases_top li dl {
            width: 1050px;
            display: inline-block;
        }

            .cases_top li dl dt {
                padding-right: 50px;
            }

            .cases_top li dl dd {
                padding: 0 20px;
            }

                .cases_top li dl dd a {
                    display: block;
                    line-height: 48px;
                    font-size: 16px;
                }

                .cases_top li dl dd:hover a,
                .cases_top li dl dd.start a {
                    color: #5c6fb4;
                    border-bottom: 2px solid #5c6fb4;
                }

.cases_search {
    overflow: hidden;
    border-bottom: 1px solid #f2f2f2;
    height: 50px;
    line-height: 50px;
}

    .cases_search .input-group {
        margin-right: 35px;
        margin-top: 10px;
    }

        .cases_search .input-group input,
        .cases_search .input-group span {
            background: #f2f2f2;
        }

.cases_cont {
    margin-top: 38px;
}

.cases_table {
    width: 100%;
    margin-bottom: 80px;
}

    .cases_table th {
        height: 50px;
        line-height: 50px;
        background: #f2f2f2;
        font-size: 14px;
        font-weight: normal;
        text-align: center;
    }

        .cases_table th:nth-child(1) {
            text-align: left;
            padding-left: 70px;
            font-size: 15px;
        }

        .cases_table th i {
            font-size: 12px;
            margin-left: 3px;
        }

    .cases_table tr {
        border-bottom: 1px dashed #e5e5e5;
    }

        .cases_table tr:last-of-type,
        .cases_table tr:first-of-type {
            border: none;
        }

    .cases_table td {
        padding: 29px 0 27px;
        text-align: center;
    }

        .cases_table td:nth-child(1) {
            text-align: left;
            padding-left: 10px;
            width: 68%;
        }

        .cases_table td:nth-child(2) {
            color: #5c6fb4;
        }

.pdf_img {
    float: left;
    margin-right: 17px;
}

.cases_txt {
    float: left;
    width: 88%;
}

    .cases_txt h5 {
        display: inline-block;
        font-size: 15px;
        width: 58%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin-top: 7px;
    }

    .cases_txt small {
        display: inline-block;
        width: 30%;
        font-size: 12px;
        margin-left: 25px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        vertical-align: text-top;
    }

    .cases_txt span {
        display: block;
        font-size: 12px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin-top: 7px;
    }
/*cases_end*/
/*success_cases_start*/
.success_title {
    padding: 0;
    /*margin-bottom: 17px;*/
    margin-bottom: 45px;
}

.success_cases_top {
    height: 45px;
    background: none;
    /*2017-12-16-start*/
    /*border-bottom: 1px solid #e5e5e5;*/
    /*2017-12-16-end*/
    overflow: hidden;
}

.success_cases_t_left {
    padding: 4px 20px 3px;
    overflow: hidden;
    /*2017-12-16-start*/
    background: #f2f2f2;
    /*2017-12-16-end*/
}

    .success_cases_t_left li {
        width: auto;
        padding: 0 25px;
        float: left;
        height: 35px;
        line-height: 35px;
        font-size: 16px;
        cursor: pointer;
        text-align: center;
    }

        .success_cases_t_left li.start {
            background: #fff;
            color: #5c6fb4;
        }

.success_cases_cont ul {
    margin-left: -27px;
}

    .success_cases_cont ul li {
        padding-left: 27px;
        margin-bottom: 60px;
    }

.success_cases_c_img {
    height: 187px;
    border: 1px solid #efefef;
    box-shadow: 5px 5px 8px rgba(0,0,0,0.1);
    position: relative;
}

.success_cases_c_txt h4 {
    text-align: center;
    margin-top: 25px;
}

.success_cases_ch a {
    display: block;
    position: relative;
}

.success_cases_ch:hover a {
    color: #7c8bc4;
    text-decoration: underline;
}

.success_cases_ch:hover .success_cases_c_imgbg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(92,111,180,0.46);
}
/*success_cases_end*/
/*success_cases_view_start*/
.success_cases_view_title {
    overflow: hidden;
    padding-bottom: 60px;
    border-bottom: 1px solid #f2f2f2;
}

.su_case_v_t_img {
    width: 435px;
    float: left;
    border: 1px solid #efefef;
    box-shadow: 5px 5px 8px rgba(0,0,0,0.1);
}

.su_case_v_t_cont {
    width: 60%;
    width: calc(100% - 435px);
    width: -webkit-calc(100% - 435px);
    width: -moz-calc(100% - 435px);
    padding-left: 75px;
    float: left;
}

.su_case_v_d_cont {
    margin-top: 15px;
}

.su_case_v_t_cont ul li {
    font-size: 16px;
    margin-bottom: 15px;
}

    .su_case_v_t_cont ul li:last-of-type {
        margin-bottom: 0;
    }

    .su_case_v_t_cont ul li label {
        margin-bottom: 0;
    }

    .su_case_v_t_cont ul li p {
        line-height: 38px;
    }

.success_cases_view_intro h5 {
    font-size: 16px;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
}
/*success_cases_view_end*/
/*pays_way_start*/
/*2017-12-15-start*/
.pays_way_cont {
    padding: 10px 0 65px;
}

    .pays_way_cont .container {
        background: #fff;
        padding: 0 30px;
    }
/*2017-12-15-end*/

.pays_way_title {
    height: 45px;
    line-height: 48px;
    margin: 0;
    background: #fff;
    margin-top: 40px;
}

    .pays_way_title ul {
        text-align: left;
        vertical-align: middle;
        margin-left: 0;
        text-align: left;
    }

.news_title ul li {
    padding: 0 20px;
    display: inline-block;
}

.pays_way_c_title {
    margin: 48px 0 28px;
}

    .pays_way_c_title h3 {
        font-size: 25px;
    }

        .pays_way_c_title h3 em {
            background: url(../images/aboutus/pays_icon.png) no-repeat center center;
        }

.pays_way_c_list {
    overflow: hidden;
    margin-left: -44px;
    margin-bottom: 70px;
}

    .pays_way_c_list > li {
        padding: 27px 0 27px 44px;
        border-bottom: 1px solid #fff;
        width: 50%;
        float: left;
        box-sizing: border-box;
    }
/*2017-12-15-start*/
.pays_way_c_img {
    float: left;
    width: 270px;
    height: 100px;
    overflow: hidden;
    border: 1px solid #dedede;
    position: relative;
}

    .pays_way_c_img img {
        max-width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
    }

.pays_way_c_list > li:nth-child(even) .pays_way_c_img {
    background: #5c6fb4;
}

    .pays_way_c_list > li:nth-child(even) .pays_way_c_img img {
        width: 85px;
    }

.pays_way_c_cont {
    /*float: left;
	width: 50%;
	width: calc(100% - 270px);
	width: -moz-calc(100% -270px);
	width: -webkit-calc(100% - 270px);*/
    padding-left: 20px;
    height: auto;
    overflow: hidden;
}
    /*2017-12-15-end*/
    .pays_way_c_cont > ul {
        width: 100%;
        height: 100%;
        display: -webkit-flex; /* Safari */
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

        .pays_way_c_cont > ul > li {
            line-height: 24px;
            height: 24px;
            font-size: 14px;
        }

            .pays_way_c_cont > ul > li label {
                color: #666;
                font-weight: normal;
                margin-bottom: 0;
            }
/*pays_way_end*/
/*solution_start*/
.solution_top {
    position: relative;
    background: rgba(255,255,255,0.5);
    border-bottom: 1px solid #b5b5b5;
}

.solution_title {
    height: 65px;
    line-height: 65px;
    margin: 0;
    background: none;
}

    .solution_title ul {
        margin-left: -20px;
        padding-left: 0;
    }

        .solution_title ul li a {
            padding-bottom: 23px;
        }

.solution_c_title {
    margin: 50px 0 40px;
}
/*.solution_cont_other{
	margin-bottom: -65px;
}*/
.solution_cont_01 {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 100%;
    height: 650px;
}

    .solution_cont_01 .container {
        padding: 55px 0 50px;
    }

    .solution_cont_01 .solution_c_title {
        margin: 0;
    }
/*.solution_cont_02{
	margin-top: -65px;
}*/
.solution_c_title h3 em {
    background-repeat: no-repeat;
    background-position: center center;
}

.solution_c1_left img {
    display: block;
    margin: 45px auto 0;
}

.solution_c1_right {
    padding: 20px 80px 0 50px;
}

.solution_c1_r_title {
    margin: 60px 0 20px;
    padding-bottom: 12px;
    position: relative;
}

    .solution_c1_r_title:after {
        content: '';
        width: 48px;
        height: 3px;
        background: #333333;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .solution_c1_r_title h3 {
        display: inline-block;
        padding-right: 15px;
        border-right: 1px solid #333;
    }

    .solution_c1_r_title small {
        font-size: 14px;
        color: #666;
        font-family: Arial;
        padding-left: 15px;
    }

.solution_c1_r_txt {
    line-height: 24px;
    color: #777;
}

.solution_c2_list {
    overflow: hidden;
    padding-bottom: 50px;
}

    .solution_c2_list ul {
        margin-left: -48px;
    }

        .solution_c2_list ul li {
            padding-left: 48px;
        }

.solution_c2_li_img {
    width: 100%;
    height: 160px;
    border: 1px solid #f2f2f2;
    position: relative;
    overflow: hidden;
}

    .solution_c2_li_img img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        max-height: 100%;
    }

.solution_c2_li_txt {
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
    color: #666;
}

.solution_cont_03 {
    background: #f2f2f2;
}

.solution_c3_list {
    overflow: hidden;
    padding: 10px 0 40px;
    margin: 0 -50px;
}

    .solution_c3_list li {
        padding: 0 50px;
        margin-bottom: 35px;
    }

.solution_c3_img {
    width: 230px;
    border-right: 1px solid #e1e1e1;
    float: left;
}

    .solution_c3_img img {
        width: 187px;
        height: 187px;
        border-radius: 50%;
    }

.solution_c3_cont {
    padding-left: 278px;
    position: relative;
}

    .solution_c3_cont dl {
        margin-top: 30px;
        font-size: 16px;
    }

        .solution_c3_cont dl:first-of-type {
            margin-top: 15px;
        }

        .solution_c3_cont dl dd {
            /*font-weight: lighter;*/
            line-height: 24px;
        }

        .solution_c3_cont dl:first-child dd {
            font-weight: bold;
            font-size: 21px;
            padding-top: 10px;
        }

.solution_c3_qrcode {
    position: absolute;
    top: 0;
    right: 0;
}
/*solution_end*/
/*register_start*/
.register_title {
    margin: 65px 290px 25px;
}

    .register_title h2 {
        font-size: 26px;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .register_title p {
        color: #999999;
    }

        .register_title p a {
            color: #5c6fb4;
        }

.register_box {
    margin: 0 50px 75px;
    background: #fff;
    border: 1px solid #f0f0f0;
}

.register_b_cont {
    width: 480px;
    padding-top: 40px;
    margin: 42px auto 65px;
    position: relative;
}

    .register_b_cont:before {
        content: '';
        width: 30px;
        height: 4px;
        background: #333;
        position: absolute;
        top: 0;
        left: 0;
    }

.form_label {
    width: 95px;
    float: left;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 0;
    height: 44px;
    line-height: 44px;
    overflow: hidden;
}

.register_b_cont .form-group {
    margin-bottom: 20px;
}

    .register_b_cont .form-group .input-group {
        width: 385px;
    }

.register_b_cont input[type='text'],
.register_b_cont input[type='password'] {
    width: 100%;
    height: 44px;
    line-height: 44px;
    border: 1px solid #e5e5e5;
    padding: 0 10px;
    float: left;
    border-radius: 0;
}

.yzm input[type='text'] {
    width: 260px;
    margin-right: 5px;
}

.yzm_img {
    width: 120px;
    height: 44px;
    overflow: hidden;
    float: left;
}

.register_button {
    display: block;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #5c6fb4;
    border: none;
    border-radius: 2px;
    margin-top: 30px;
}

    .register_button:hover,
    .register_button:active,
    .register_button:focus {
        color: #fff;
    }

.set_password input[type='text'],
.set_password input[type='password'] {
    border-right: none;
}

.psw-addon {
    background: none;
    border-left: none;
    border-color: #e5e5e5;
    border-radius: 0;
    box-shadow: none;
    outline: none;
}

    .psw-addon i {
        display: block;
        width: 20px;
        height: 15px;
        background: url(../images/aboutus/look.png) no-repeat center center;
    }

        .psw-addon i.look {
            background: url(../images/aboutus/look1.png) no-repeat center center;
            background-size: 20px 20px;
        }

.register_b_cont h2 {
    font-size: 26px;
    color: #339900;
}

    .register_b_cont h2 i {
        width: 25px;
        height: 25px;
        background: url(../images/aboutus/right_icon.png) no-repeat center center;
        vertical-align: middle;
        margin-right: 8px;
    }

.reg_suc_btn {
    overflow: hidden;
    margin: 35px 0 124px;
}

    .reg_suc_btn a {
        float: left;
        width: 190px;
        margin-right: 10px;
    }

        .reg_suc_btn a:first-of-type {
            background: #909dcc;
        }
/*register_end*/
/*set_pwd_start*/
.set_pwd_title {
    width: 490px;
    margin-left: auto;
    margin-right: auto;
}

.get_yzm {
    float: left;
    width: 120px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    text-align: center;
    background: #5c6fb4;
    cursor: pointer;
    border: none;
}

.form_txt {
    color: #999;
    margin-top: 15px;
}
/*set_pwd_end*/
/*online_demand_start*/
.online_demand_title {
    margin-top: 40px;
    padding-top: 20px;
    padding-left: 55px;
    position: relative;
}

    .online_demand_title:before {
        content: '';
        width: 30px;
        height: 4px;
        background: #3cb034;
        position: absolute;
        top: 0;
        left: 0;
    }

    .online_demand_title h2 {
        font-size: 26px;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .online_demand_title p {
        color: #999;
    }

.online_demand_cont {
    overflow: hidden;
    margin: 30px 0 43px;
    padding: 35px 0 50px;
    /*border-top: 2px solid #fff;*/
    border-bottom: 2px solid #fff;
}

    .online_demand_cont dl {
        padding: 0 80px 0px 40px;
        border-left: 1px solid #dcdcdc;
    }

        .online_demand_cont dl:first-of-type {
            border: none;
        }

.online_demand_c_title {
    text-align: center;
    margin-bottom: 30px;
}

    .online_demand_c_title i {
        width: 26px;
        height: 26px;
        background-image: url(../images/aboutus/online_demand_icon.png);
        background-repeat: no-repeat;
        background-position: left top;
        vertical-align: sub;
        margin-right: 12px;
    }

    .online_demand_c_title .online_demand_c_t2 {
        background-position: right top;
    }

    .online_demand_c_title h3 {
        font-size: 20px;
        display: inline-block;
        border-left: 1px solid #999999;
        padding-left: 10px;
        color: #999;
        line-height: 1;
    }

.cto_center_form {
    overflow: hidden;
    margin-bottom: 20px;
}

    .cto_center_form label {
        margin-bottom: 0;
        font-size: 16px;
        color: #666;
        font-weight: normal;
        height: 36px;
        line-height: 36px;
    }

        .cto_center_form label em {
            color: #ff1717;
            margin-right: 8px;
            width: 7px;
        }

        .cto_center_form label span {
            width: 60%;
            display: inline-block;
            text-align: justify;
            text-align-last: justify;
        }

    .cto_center_form input[type='text'],
    .cto_center_form select {
        height: 36px;
        line-height: 36px;
        border: 1px solid #aab3d6;
        border-radius: 0;
        background: none;
        box-shadow: none;
    }

    .cto_center_form .input-group-addon {
        border: 1px solid #aab3d6;
        border-radius: 0;
        background: none;
        box-shadow: none;
        border-left: none;
        color: #dedede;
    }

.input_group {
    border-right: none !important;
}

.cto_center_form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #aab3d6;
    /*color: #999;*/
    /*font-weight: lighter;*/
    background: none;
    box-shadow: none;
}

.cto_center_f_group > div:first-of-type {
    padding-right: 5px;
}

.cto_center_f_group > div:last-of-type {
    padding-left: 5px;
}

.cto_center_yzm_img {
    float: left;
    width: 108px;
    height: 36px;
    overflow: hidden;
    margin-left: 12px;
    cursor: pointer;
}

.cto_center_button {
    width: 120px;
    height: 35px;
    line-height: 35px;
    border: none;
    border-radius: 2px;
    background: #5c6fb4;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-right: 10px;
    display: inline-block;
    cursor: pointer;
}

    .cto_center_button:hover {
        color: #fff;
    }

.cto_center_button_999 {
    background: #999;
}

.online_demand_foot {
    width: 50%;
    margin-bottom: 60px;
    padding-left: 160px;
}
/*online_demand_end*/
/*Mydetails_start*/
.cto_center {
    border-top: 1px solid #e6e6e6;
}

.cto_center_left {
    margin-top: 20px;
}

.cto_center_l_txt {
    color: #666;
    height: 50px;
    line-height: 50px;
}

    .cto_center_l_txt a {
        color: #5c6fb4;
    }

.cto_center_l_nav {
    width: 100%;
    background: #f5f5f5;
    padding: 15px 0;
    margin-bottom: 60px;
}

    .cto_center_l_nav li a {
        display: block;
        height: 50px;
        line-height: 50px;
        padding-left: 25px;
        color: #666;
        font-size: 15px;
    }

    .cto_center_l_nav li:hover a,
    .cto_center_l_nav li.start a {
        background: #fff;
        color: #5c6fb4;
        font-weight: bold;
    }

.cto_center_right {
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 70px;
    margin-bottom: 60px;
}

.Mydetails_box {
    padding: 0 400px 0 100px;
    border: 1px solid #e5e5e5;
}

.Mydetails_top {
    overflow: hidden;
    margin: 30px 0 25px;
}

.Mydetails_top_img {
    width: 120px;
    height: 150px;
    overflow: hidden;
    float: left;
    margin-left: 25%;
    margin-right: 45px;
}

.Mydetails_top p {
    display: inline-block;
    font-size: 16px;
    color: #999999;
    line-height: 24px;
}

    .Mydetails_top p:first-of-type {
        margin-top: 20px;
    }

    .Mydetails_top p span {
        color: #333;
    }

.Mydetails_foot {
    margin: 30px 0 45px 25%;
}

.Mydetails_top_input {
    margin-top: 125px;
}

    .Mydetails_top_input a {
        position: relative;
        color: #333385;
        text-decoration: underline;
        cursor: pointer;
    }

    .Mydetails_top_input input {
        width: 100%;
        display: inline;
        height: 19px;
        line-height: 1;
        padding: 0;
        margin: 0;
        position: absolute;
        right: 0;
        top: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        cursor: pointer;
    }

    .Mydetails_top_input a:hover {
        cursor: pointer;
        color: #333385;
    }

/*Mydetails_end*/
/*Mydemand_start*/
.Mydemand_title {
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
}

    .Mydemand_title h4 {
        display: inline-block;
        font-weight: bold;
        color: #5c6fb4;
        height: 35px;
        line-height: 35px;
    }

    .Mydemand_title a {
        margin-right: 0;
    }

.Mydemand_c_list {
    margin-bottom: 35px;
}

    .Mydemand_c_list > li {
        border-bottom: 1px solid #ebebeb;
    }

.Mydemand_up {
    height: 65px;
    line-height: 65px;
}

.Mydemand_time {
    color: #666;
    text-align: center;
}

.Mydemand_edit {
    text-align: center;
    padding-left: 5%;
}

.edit_demand {
    color: #333385;
    text-decoration: underline;
    margin-right: 10px;
}

.Mydemand_edit > a:hover {
    color: inherit;
}

.Mydemand_down_box {
    display: none;
}

.Mydemand_down_form {
    margin-left: -12px;
}

.Mydemand_down_group > div {
    padding-left: 12px;
}

.Mydemand_down_foot {
    margin-bottom: 25px;
}

.Mydemand_cont .cto_pagination {
    margin-bottom: 0;
}
/*Mydemand_end*/
/*Mycases_start*/
.Mycases_title {
    height: 35px;
    border-bottom: 4px solid #fafafa;
}

.Mycases_b_title {
    overflow: hidden;
    padding: 30px 0 10px;
}

    .Mycases_b_title li {
        float: left;
        padding: 0 35px;
        position: relative;
    }

.table_top_icon {
    width: 13px;
    height: 9px;
    background: url(../images/aboutus/Mycases_icon_03.jpg) no-repeat center center;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -6.5px;
    display: none;
}

.Mycases_b_title li:first-child .table_top_icon {
    display: block;
}

.Mycases_b_title li a {
    font-size: 16px;
    color: #666;
}

.Mycases_b_title li.start a {
    color: #5c6fb4;
}

.Mycases_c_ch {
    display: none;
}

    .Mycases_c_ch:first-of-type {
        display: block;
    }

    .Mycases_c_ch .cto_pagination {
        margin-bottom: 0;
    }

.Mycases_table {
    margin-bottom: 35px;
}

    .Mycases_table th {
        height: 45px;
        line-height: 45px;
        font-size: 15px;
    }

    .Mycases_table td {
        padding: 17px 0;
    }

        .Mycases_table td:nth-child(1) {
            width: 52%;
        }

    .Mycases_table .cases_txt h5 {
        width: 100%;
    }

    .Mycases_table td:last-child a,
    .Mycases_table td:last-child a:hover {
        color: #333385;
        text-decoration: underline;
    }

.put_Mycase a {
    color: #5c6fb4;
}

    .put_Mycase a i {
        /*font-weight: lighter;*/
        margin-right: 3px;
        font-size: 12px;
    }

.Mycases_txt small {
    margin-left: 0;
    width: 100%;
    margin-top: 7px;
}
/*Mycases_end*/
/*Mysign_start*/
.Mysign_title {
    border-top: 4px solid #fafafa;
    padding-left: 80px;
    padding-bottom: 50px;
}

    .Mysign_title h3 {
        font-size: 22px;
        color: #5c6fb4;
        margin: 45px auto 35px;
    }

    .Mysign_title p {
        font-size: 18px;
        color: #666;
        margin-top: 10px;
        position: relative;
    }

        .Mysign_title p span {
            color: #333;
        }

        .Mysign_title p small {
            position: absolute;
            top: -15px;
            left: 2%;
            font-size: 12px;
            color: #ee7316;
            animation: show_info 3s;
            -moz-animation: show_info 3s;
            -webkit-animation: show_info 3s;
            -ms-animation: show_info 3s;
            opacity: 0;
            -moz-opacity: 0;
            -webkit-opacity: 0;
            filter: alpha(opacity=0);
        }

@keyframes show_info {
    from {
        top: 0;
        transform: scale(0,0);
        opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        filter: alpha(opacity=0);
    }

    25% {
        top: -15px;
        transform: scale(1,1);
        opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        filter: alpha(opacity=100);
    }

    90% {
        transform: scale(1,1);
        opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        filter: alpha(opacity=100);
    }

    to {
        opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        filter: alpha(opacity=0);
    }
}

@-moz-keyframes show_info {
    from {
        top: 0;
        transform: scale(0,0);
        opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        filter: alpha(opacity=0);
    }

    25% {
        top: -15px;
        transform: scale(1,1);
        opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        filter: alpha(opacity=100);
    }

    90% {
        transform: scale(1,1);
        opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        filter: alpha(opacity=100);
    }

    to {
        opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        filter: alpha(opacity=0);
    }
}

@-ms-keyframes show_info {
    from {
        top: 0;
        transform: scale(0,0);
        opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        filter: alpha(opacity=0);
    }

    25% {
        top: -15px;
        transform: scale(1,1);
        opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        filter: alpha(opacity=100);
    }

    90% {
        transform: scale(1,1);
        opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        filter: alpha(opacity=100);
    }

    to {
        opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        filter: alpha(opacity=0);
    }
}

@-webkit-keyframes show_info {
    from {
        top: 0;
        transform: scale(0,0);
        opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        filter: alpha(opacity=0);
    }

    25% {
        top: -15px;
        transform: scale(1,1);
        opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        filter: alpha(opacity=100);
    }

    90% {
        transform: scale(1,1);
        opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        filter: alpha(opacity=100);
    }

    to {
        opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        filter: alpha(opacity=0);
    }
}

.Mysign_b_title {
    color: #5c6fb4;
    font-size: 16px;
    padding-left: 80px;
    margin-bottom: 15px;
}

    .Mysign_b_title i {
        margin-right: 8px;
    }
/*Mysign_end*/
/*put_cases_start*/
.put_cases_box {
    overflow: hidden;
    background: #fafafa;
    padding-left: 80px;
}

.put_cases_title {
    font-size: 20px;
    margin-top: 60px;
    margin-bottom: 35px;
}

.put_cases_cont .cto_center_form {
    /*padding-right: 60px;*/
}

    .put_cases_cont .cto_center_form label span {
        width: 70%;
    }

.put_file {
    overflow: hidden;
}

.put_file_left {
    float: left;
    width: 70px;
    text-align: center;
    /*margin-right: 15px;*/
}

    .put_file_left img {
        display: block;
        margin: 0 auto;
    }

    .put_file_left a {
        display: block;
        position: relative;
        margin-top: 3px;
        color: #333385;
        text-decoration: underline;
    }

        .put_file_left a input {
            width: 100%;
            display: inline;
            height: 19px;
            line-height: 1;
            padding: 0;
            margin: 0;
            position: absolute;
            right: 0;
            top: 0;
            opacity: 0;
            filter: alpha(opacity=0);
            cursor: pointer;
        }

.put_file_right {
    float: left;
    height: 30px;
    line-height: 30px;
    border-left: 1px solid #c8c8c8;
    padding-left: 15px;
    color: #c8c8c8;
    width: 80%;
    width: calc(100% - 70px);
    width: -moz-calc(100% - 70px);
    width: -webkit-calc(100% - 70px);
}

    .put_file_right.choice_file {
        color: #333;
    }

.put_cases_foot {
    margin-top: 40px;
    margin-bottom: 75px;
}

.cto_center_hint {
    display: inline;
    font-size: 13px;
    color: #c8c8c8;
}
/*put_cases_end*/


@media only screen and (min-width: 240px) and (max-width: 768px) {
    /*index_start*/
    .index_b_list li {
        _height: auto;
        min-height: auto;
    }

        .index_b_list li img {
            width: 100%;
            height: auto;
            position: static;
            top: 0;
            left: 0;
            margin-left: 0;
            _height: auto;
            min-height: auto;
        }

    .index_b_focus span {
        width: 8px;
        height: 8px;
    }

    .index_notice {
        display: none;
        font-size: 12px;
    }

        .index_notice ul li a {
            font-size: 12px;
            display: block;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

        .index_notice ul li span {
            display: none;
        }

    .view {
        font-size: 12px;
    }

    .index_box1 .index_title {
        margin: 20px 0;
    }

    .index_title h3 {
        font-size: 17px;
    }

        .index_title h3 em {
            width: 19px;
            height: 19px;
            background-size: 210%;
            margin-right: 7px;
        }

    .index_title p {
        font-size: 12px;
    }

    .index_title i {
        width: 11px;
        background-size: 100%;
        margin-top: 11px;
    }

    .index_cont {
        padding: 0;
        margin: 0;
    }

        .index_cont ul {
            flex-wrap: wrap;
            padding: 0 0px 10px;
            position: static;
            width: auto;
            margin-left: 0px;
        }

            .index_cont ul > li {
                width: 33.33%;
                position: static;
                box-shadow: none;
                float: left;
                padding: 0 13px;
                margin: 0 0 20px;
            }

    .index_c_t {
        background: none;
        border: none;
        padding: 0;
        width: 91px;
    }

        .index_c_t img {
            margin: 0px auto;
            width: 100%;
            height: 100%;
        }

        .index_c_t p {
            display: none;
        }

    .index_c_txt {
        display: none;
    }

    .index_c_t_img {
        padding: 0;
        width: 91px;
        height: 91px;
        overflow: hidden;
    }

    .index_c_t h4 {
        font-size: 13px;
        color: #666;
        font-weight: normal;
        padding-top: 12px;
        background: #fff;
    }

    .index_c_last_li .index_c_t_img {
        background: #dddddd;
    }

    .index_box2 .index_title h3 em {
        background-position: -20px 0;
    }

    .index_title {
        margin: 28px 0 18px;
    }

    .index_n_left {
        width: 50%;
    }

    .index_n_left {
        height: 106px;
    }

    .index_n_first {
        width: 50%;
        float: left;
        padding: 0;
        margin-left: 0;
        padding: 14px 15px;
    }

        .index_n_first:before {
            display: none;
        }

        .index_n_first h4 {
            font-size: 13px;
            color: #1e1e1e;
            line-height: 18px;
            height: 36px;
            overflow: hidden;
            white-space: normal;
        }

    .index_n_c_txt {
        font-size: 12px;
        line-height: 15px;
        border-bottom: none;
        color: #999999;
        height: 30px;
        overflow: hidden;
        padding: 0;
        margin-top: 12px;
    }

    .index_n_right {
        margin-left: 0;
        padding: 0;
        background: none;
        width: 100%;
    }

    .index_n_list li a {
        font-size: 13px;
    }

        .index_n_list li a em {
            width: 5px;
            height: 5px;
            margin-top: 7px;
            margin-right: 5px;
        }

        .index_n_list li a p {
            width: 70%;
        }

    .index_news {
        padding-bottom: 27px;
    }

    .index_box3 .index_title h3 em {
        background-position: 0 -20px;
    }

    .index_eims {
        overflow: hidden;
        padding-bottom: 35px;
    }

    .index_e_left {
        padding-left: 0;
        padding-right: 8px;
    }

    .index_e_l_img {
        width: 100%;
        height: 210px;
    }

    .index_e_l_line {
        width: 100%;
        height: 2px;
        background: #c8c8c8;
        margin-top: 35px;
    }

    .index_e_right {
        padding-left: 8px;
        padding-right: 0;
    }

    .index_e_r_title {
        font-size: 15px;
        margin: 9px auto 19px;
        text-align: center;
        display: none;
    }

        .index_e_r_title:first-child {
            display: block;
        }

        .index_e_r_title small {
            font-size: 12px;
            color: #666;
            /*font-weight: lighter;*/
            margin-left: 8px;
            vertical-align: bottom;
        }

    .index_e_r_txt {
        margin-top: 5px;
        font-size: 12px;
        line-height: 18px;
        color: #666;
        overflow: hidden;
        word-break: break-all;
    }

    .index_e_r_other_d {
        width: 100%;
        overflow: hidden;
    }

    .index_e_r_other {
        margin-left: -6%;
        /*margin-right: 8px;*/
    }

        .index_e_r_other li {
            padding: 15px 0 0 6%;
            cursor: pointer;
            border-top: 2px solid #999999;
            position: relative;
        }

            .index_e_r_other li:before {
                content: '';
                width: 8px;
                height: 6px;
                background: url(../images/aboutus/index_mb_icon_03.jpg) no-repeat;
                background-size: 100%;
                position: absolute;
                left: 61%;
                margin-left: -4px;
                top: 0;
                display: none;
            }

            .index_e_r_other li.start:before {
                display: block;
            }

            .index_e_r_other li.start .index_e_r_img {
                box-shadow: 2.8px 2.8px 2.5px 0 rgba(0,0,0,0.15);
            }

            .index_e_r_other li p {
                font-size: 16px;
                font-weight: bold;
                text-align: center;
                margin-top: 15px;
            }

    .index_e_r > div {
        display: none;
    }

        .index_e_r > div:first-of-type {
            display: block;
        }

    .index_n_f_txt {
        width: 50%;
        float: right;
        padding: 14px 15px;
    }

    .index_n_f_img {
        width: 50%;
        height: 106px;
    }

    .index_n_f_txt h5 {
        font-size: 13px;
        padding: 0;
        line-height: 18px;
        height: 36px;
        overflow: hidden;
    }

        .index_n_f_txt h5:before {
            display: none;
        }

    .index_n_f_txt span {
        line-height: 15px;
        height: 30px;
        overflow: hidden;
        margin-top: 12px;
    }

    .index_news_list li a p {
        width: 70%;
        font-size: 13px;
    }

    .index_news_list li a span {
        font-size: 13px;
    }

    .index_news_box {
        padding-bottom: 30px;
    }

    .index_news_title_box {
        margin: 28px 0 18px;
        border-bottom: 1px solid #99a5ce;
    }

        .index_news_title_box .index_title {
            display: inline-block;
            padding-left: 0;
            position: relative;
            margin-right: 9px;
        }

            .index_news_title_box .index_title.start h3 {
                border-bottom: 2px solid #697cc3;
            }

            .index_news_title_box .index_title h3 {
                border-bottom: none;
                font-size: 17px;
            }

            .index_news_title_box .index_title:nth-child(2) h3 {
                margin-left: 13px;
            }

            .index_news_title_box .index_title:nth-child(2):before {
                content: '';
                width: 2px;
                height: 20px;
                background: #333;
                position: absolute;
                left: 0;
                top: 0;
            }

        .index_news_title_box > .view {
            margin-top: 3px;
        }

    .index_news_right {
        display: none;
    }

    .index_box5 .index_title h3 em {
        background-position: -19px -19px;
        height: 19px;
    }

    .index_case_outline {
        padding-bottom: 30px;
    }

    .footer_link {
        line-height: 35px;
    }

        .footer_link .container {
            padding: 0;
        }

        .footer_link ul {
            margin: 0px;
        }

            .footer_link ul li {
                padding: 0 5px;
            }

                .footer_link ul li:nth-child(1), .footer_link ul li:nth-last-child(2) {
                    display: none;
                }

                .footer_link ul li a {
                    font-size: 12px;
                    position: relative;
                }

                    .footer_link ul li a:after {
                        content: '';
                        width: 1px;
                        height: 11px;
                        background: #fff;
                        position: absolute;
                        top: 50%;
                        margin-top: -5.5px;
                        right: -5px;
                    }

                .footer_link ul li:last-child a:after {
                    display: none;
                }

    .index_case_focus span {
        width: 9px;
        height: 9px;
    }

    .index_case ul li p {
        font-size: 13px;
        margin-bottom: 15px;
    }
    /*index_end*/
    /*product_idea_start*/
    .product_idea section {
        height: 265px;
    }

    .product_idea_box1 .product_idea_img {
        height: 146px;
        top: 42px;
        left: 28px;
    }

    .product_idea_box2 .product_idea_img {
        height: 221px;
        top: 28px;
        right: 16px;
    }

    .product_idea_box3 .product_idea_img {
        height: 265px;
        top: 0;
        left: 0;
    }

    .product_idea_box4 .product_idea_img {
        height: 224px;
        top: 16px;
        right: 10px;
    }

    .product_idea_box5 .product_idea_img {
        height: 202px;
        top: 30px;
        left: 10px;
    }

    .product_idea_c {
        padding-left: 15px;
    }

        .product_idea_c:before {
            left: -41.5px;
            width: 26.5px;
            height: 40px;
            background-size: 100%;
        }

    .product_idea_c1::before {
        background-position: 5px 0px;
    }

    .product_idea_c2:before {
        background-position: 0px -40px;
    }

    .product_idea_c3:before {
        background-position: 0px -80px;
    }

    .product_idea_c4:before {
        background-position: 1px -120px;
    }

    .product_idea_c5:before {
        background-position: 1.5px -160px;
    }

    .product_idea_t {
        font-size: 18px;
    }

    .product_idea_p {
        font-size: 11px;
        margin-top: 7px;
    }

    .product_idea_c1 {
        top: 116px;
        right: 25px;
    }

    .product_idea_c2 {
        top: 148px;
        left: 53px;
    }

    .product_idea_c3 {
        top: 129px;
        right: 10px;
    }

    .product_idea_c4 {
        top: 141px;
        left: 45px;
    }

        .product_idea_c4 .product_idea_t {
            font-size: 16px;
        }

    .product_idea_c5 {
        top: 116px;
        right: 0px;
    }

        .product_idea_c2 .product_idea_t,
        .product_idea_c3 .product_idea_t,
        .product_idea_c5 .product_idea_t {
            font-size: 11px;
        }

        .product_idea_c2 .product_idea_p,
        .product_idea_c3 .product_idea_p,
        .product_idea_c5 .product_idea_p {
            font-size: 18px;
        }
    /*product_idea_end*/
    /*solution_start*/
    .cto_banner {
        height: 150px;
    }

        .cto_banner img {
            width: 100%;
            height: 100%;
            position: static;
            left: 0;
            top: 0;
            margin-left: 0;
        }

    .news_title ul {
        margin-left: 0;
        width: 100%;
        margin: 15px 0 3px;
        overflow: hidden;
        padding-left: 0;
        text-align: center;
    }

        .news_title ul li {
            float: left;
            width: 25%;
            padding: 0 5px;
            margin-bottom: 10px;
        }

            .news_title ul li a {
                display: block;
                font-size: 12px;
                color: #666666;
                background: #f0f0f0;
                padding-bottom: 0;
            }

            .news_title ul li.start a {
                background: #5c6fb4;
                color: #fff;
            }

            .news_title ul li a i {
                display: none;
            }

    .solution_title {
        height: auto;
        line-height: 28px;
        margin-left: 0px;
        background: none;
    }

        .solution_title ul {
            margin-left: 0;
        }

            .solution_title ul li {
                width: 33.33%;
                float: left;
                padding: 0 2.5px;
                margin-bottom: 6px;
            }

                .solution_title ul li a {
                    height: 34px;
                    line-height: 32px;
                    background: rgba(255,255,255,.4);
                    border: 1px solid #e5e5e5;
                    font-size: 13px;
                    color: #6477b8;
                    display: block;
                }

    .solution_cont_other {
        margin-bottom: 0;
    }

    .solution_cont {
        position: relative;
    }

    .solution_top {
        position: absolute;
        top: 0;
        background: none;
        border-bottom: none;
    }

    .solution_cont_01 {
        background-size: auto 535px;
        background-position: top center;
        padding-top: 135px;
        height: auto;
    }

        .solution_cont_01 .container {
            padding: 20px 0px 0;
        }

        .solution_cont_01 .solution_c_title {
            padding: 0 10px;
        }

    .solution_cont_02 {
        margin-top: 0;
    }

    .solution_c1_left {
        padding: 0 10px;
    }

        .solution_c1_left img {
            width: 300px;
            margin-top: 25px;
            margin-bottom: 20px;
        }

    .solution_c_title h3 em {
        background-size: 100%;
    }

    .solution_c1_right {
        padding: 0;
    }

    .solution_c1_r_title {
        margin: 19px 0 13px;
        padding-bottom: 7px;
    }

        .solution_c1_r_title::after {
            width: 25px;
            height: 2px;
        }

        .solution_c1_r_title h3 {
            font-size: 14px;
            padding-right: 10px;
            font-weight: bold;
        }

        .solution_c1_r_title small {
            font-size: 12px;
            padding-left: 5px;
        }

    .solution_c1_r_top {
        padding: 0 10px 20px;
    }

    .solution_c1_r_down {
        background: #f2f2f2;
        overflow: hidden;
        padding: 0 10px 20px;
    }

    .solution_c1_r_txt {
        font-size: 13px;
        line-height: 21px;
        color: #777;
        /*font-weight: lighter;*/
    }

    .solution_c2_list {
        padding-bottom: 10px;
    }

        .solution_c2_list ul {
            margin-left: -10px;
            padding: 0 10px;
        }

            .solution_c2_list ul li {
                padding-left: 10px;
                margin-bottom: 15px;
            }

    .solution_c2_li_img {
        height: 100px;
    }

        .solution_c2_li_img img {
            width: 100%;
        }

    .solution_c2_li_txt {
        font-size: 13px;
        margin-top: 6px;
    }

    .solution_c3_list {
        padding-bottom: 0;
        margin: 0;
    }

        .solution_c3_list li {
            margin-bottom: 35px;
            padding: 0;
        }

    .solution_c3_img {
        width: 135px;
        padding-right: 15px;
    }

        .solution_c3_img img {
            width: 120px;
            height: 120px;
        }

    .solution_c3_cont {
        padding-left: 150px;
    }

        .solution_c3_cont dl {
            font-size: 13px;
            margin-top: 14px;
        }

            .solution_c3_cont dl dd {
                line-height: 17px;
                font-size: 12px;
            }

            .solution_c3_cont dl:first-of-type {
                margin-top: 0;
            }

            .solution_c3_cont dl:first-child dd {
                font-size: 16px;
                padding-top: 0;
            }

    .solution_c3_qrcode {
        width: 65px;
    }

        .solution_c3_qrcode img {
            width: 100%;
        }
    /*solution_end*/
    /*products_view_start*/
    .products_left {
        padding-right: 0;
        width: 100%;
    }

    .products_main .container {
        padding: 0;
    }

    .pro_main_pro_img_btn_left {
        margin-left: 10px;
    }

    .pro_main_pro_img_btn_right {
        margin-right: 10px;
    }

    .products_right {
        padding: 18px 10px 20px;
        position: relative;
    }

        .products_right h3 {
            font-size: 14px;
            line-height: 1;
            margin-bottom: 5px;
        }

        .products_right p {
            font-size: 13px;
        }

    .products_r_price {
        height: 28px;
        line-height: 28px;
        position: absolute;
        bottom: 0px;
        margin: 0 0 19px;
    }

        .products_r_price span {
            vertical-align: baseline;
            font-size: 18px;
            line-height: 1;
        }

    .cto_buy {
        float: right;
        width: 100px;
        height: 28px;
        line-height: 28px;
        font-size: 14px;
    }

    .products_r_label {
        width: 42px;
        height: 28px;
        line-height: 28px;
        font-size: 13px;
    }

    .products_r_list li {
        height: 28px;
        line-height: 26px;
        margin-right: 7px;
        padding: 0 10px;
        margin-bottom: 10px;
        font-size: 12px;
    }

    .products_r_type {
        margin-top: 20px;
    }

    .products_i_title {
        height: 40px;
        line-height: 40px;
        text-align: left;
    }

        .products_i_title h4 {
            font-size: 14px;
            padding-left: 10px;
            border-left: 2px solid #333;
            margin-left: 10px;
        }

    .products_intro article {
        margin: 5px 0 20px;
        width: 100%;
    }

        .products_intro article img {
            width: 100%;
        }

    .pro_main_pro_smallImg {
        margin-top: 12px;
    }
    /*products_view_end*/
    /*products_start*/
    .products_title {
        padding: 0;
        margin-bottom: 17px;
    }

    .products_t_top {
        height: 48px;
        background: none;
        border-bottom: 1px solid #e5e5e5;
    }

    .products_t_down {
        overflow: hidden;
        padding: 0 15px 20px;
        display: none;
        border-bottom: 1px solid #e5e5e5;
    }

    .products_t_left {
        padding: 18px 0 15px;
        width: 100%;
        position: static;
        border-bottom: 1px solid #E5E5E5;
    }

        .products_t_left label {
            font-size: 14px;
            margin-bottom: 10px;
        }

        .products_t_left ul li {
            display: inline-block;
            margin: 0;
            width: auto;
            height: auto;
            line-height: 1;
            font-size: 13px;
            color: #666;
            float: left;
            width: 25%;
            height: 24px;
            line-height: 23px;
            text-align: left;
        }

    .products_d_down {
        width: 100%;
        padding: 0;
        border: none;
        margin-bottom: 15px;
    }

    .products_t_right {
        width: 80%;
        float: left;
        margin-left: 10px;
    }

        .products_t_right input[type="text"] {
            border: 1px solid #E5E5E5;
            border-right: none;
            border-radius: 0;
        }

        .products_t_right .input-group-addon {
            background: #5c6fb4;
            color: #fff;
            border-radius: 0;
        }

    .pro_filtrate {
        display: block;
        float: right;
        width: 28px;
        height: 28px;
        margin-right: 15px;
        margin-top: 9px;
        background: url(../images/aboutus/filtrate6.png) no-repeat center center;
        background-size: 100%;
    }

    .products_t_ch dl {
        font-size: 13px;
        margin-top: 15px;
    }

        .products_t_ch dl dt {
            font-size: 14px;
            margin-bottom: 8px;
            font-weight: bold;
        }

        .products_t_ch dl dd {
            width: 100%;
            font-size: 13px;
        }

            .products_t_ch dl dd span {
                text-align: center;
                margin: 0;
                float: left;
                width: 25%;
                height: 24px;
                line-height: 23px;
                text-align: left;
            }

    .products_cont > ul {
        margin: 0 0 10px;
    }

        .products_cont > ul > li:nth-child(even) {
            padding: 0 0 0 6px;
        }

        .products_cont > ul > li:nth-child(odd) {
            padding: 0 6px 0 0;
        }

    .products_ch {
        padding: 0;
        border: 1px solid #e1e1e1;
    }

        .products_ch > i {
            display: none;
        }

    .products_c_img {
        height: auto;
    }

    .products_c_txt {
        padding: 0 10px 11px;
    }

        .products_c_txt h4 {
            font-size: 14px;
            margin-bottom: 5px;
        }

        .products_c_txt p {
            font-size: 11px;
            color: #999;
        }

        .products_c_txt span {
            font-size: 16px;
        }

        .products_c_txt button {
            border: none;
            text-align: right;
            width: auto;
            height: auto;
            line-height: 1;
            border-bottom: 1px solid #f76e22;
            margin-top: 3px;
        }

    .cto_pagination {
        margin-bottom: 25px;
    }

        .cto_pagination li, .cto_pagination span, {
            padding: 0 8px;
            font-size: 12px;
        }

    .pro_button {
        float: right;
    }

        .pro_button button {
            width: 70px;
            height: 26px;
            line-height: 25px;
            text-align: center;
            border: 1px solid #CCCCCC;
            font-size: 12px;
            margin-left: 8px;
            background: none;
        }

            .pro_button button[type=button] {
                background: #f76e22;
                border: 1px solid #f76e22;
                color: #fff;
            }
    /*products_end*/
    /*eims_start*/
    .index_title .view {
        /*display: none;*/
        margin-top: 5px;
    }

    .index_box3 .index_title .view, .index_box1 .index_title .view {
        display: none;
    }

    .eims_box1 {
        background: none;
    }

        .eims_box1 .container {
            padding: 0 10px;
        }

    .eims_list {
        margin-left: -10px;
    }

        .eims_list li {
            padding-left: 10px;
            padding-bottom: 20px;
            width: 33.33%;
        }

        .eims_list .eims_li_first {
            margin-bottom: 0;
        }

    .eims_box4 .index_n_left {
        height: 103px;
    }

    .eims_b_left {
        width: 58%;
        padding-right: 10px;
    }

    .eims_b_right {
        width: 42%;
        margin-top: 60px;
    }

    .eims_box2 .eims_b_right {
        margin-top: 25px;
    }

    .eims_b_right img {
        width: 100%;
        height: auto;
    }

    .eims_b_left h2 {
        font-size: 18px;
        margin: 22px 0 15px;
    }

    .eims_b_left h3 {
        font-size: 14px;
        margin-right: 3px;
    }

    .eims_b_left span {
        font-size: 11px;
    }

    .eims_b_left p {
        font-size: 12px;
        color: #999;
        margin-top: 10px;
        line-height: 18px;
    }

    .eims_list .eims_li_first:before {
        content: '';
        width: 23px;
        height: 3px;
        background: #333333;
        position: absolute;
        right: 0;
        top: 22px;
    }

    .eims_d_txt span {
        font-size: 12px;
        color: #999;
    }

    .eims_d_txt p {
        font-size: 13px;
    }

    .eims_d_bg {
        width: 90%;
        width: calc(100% - 10px);
        width: -moz-calc(100% - 10px);
        width: -webkit-calc(100% - 10px);
        padding: 10px 8px;
        font-size: 11px;
    }

        .eims_d_bg h3 {
            font-size: 14px;
        }

    .eims_box2 {
        background: #f8f8f8;
    }

        .eims_box2 .container::before {
            display: none;
        }

        .eims_box2 .eims_b_left {
            padding-left: 12px;
            padding-right: 0;
        }

        .eims_box2 .eims_list .eims_li_first::before {
            display: none;
        }

        .eims_box2 .container::after {
            display: none;
        }

    .eims_box3 .container {
        padding: 0 10px;
        height: 370px;
    }

    .eims_box3 .eims_b_left {
        width: 58%;
    }

    .eims_box3 .eims_b_right {
        width: 149px;
        margin-top: 22px;
    }

    .eims_box3 .eims_b_left p {
        margin-top: 22px;
    }

    .index_e_r_txt q {
        position: absolute;
        width: 95%;
        padding-top: 15px;
    }

    .eims_n_first {
        padding: 12px 10px;
    }

        .eims_n_first small {
            margin-right: 5px;
            display: none;
        }

        .eims_n_first .index_n_c_txt {
            padding-bottom: 16px;
        }

    .eims_d_img {
        width: 100%;
        height: auto;
    }

        .eims_d_img img {
            height: auto;
        }
    /*eims_end*/
    /*news_view_start*/
    .news {
        background: #fff;
    }

    .news_cont_left {
        width: 100%;
    }

        .news_cont_left article {
            margin: 0;
            padding: 20px 0 10px;
        }

    .article_title h5 {
        font-weight: bold;
        font-size: 14px;
        line-height: 21px;
        overflow: auto;
        white-space: normal;
        margin-bottom: 10px;
    }

    .article_title span {
        margin-right: 20px;
    }

        .article_title span em {
            width: 13px;
            height: 13px;
            font-size: 0;
            background-image: url(../images/aboutus/news_icon.png);
            background-repeat: no-repeat;
            margin-right: 5px;
            vertical-align: text-top;
            margin-top: 2px;
        }

        .article_title span:nth-child(2) em {
            background-position: -13px center;
        }

        .article_title span a {
            color: #999;
        }

        .article_title span:nth-child(3) em {
            background: url(../images/aboutus/news_look.png) no-repeat center center;
            background-size: 100%;
        }

    .article_cont p {
        font-size: 13px;
        line-height: 24px;
        color: #666;
    }

    .article_cont {
        padding-top: 15px;
    }

        .article_cont img {
            max-width: 100% !important;
            height: auto;
        }

        .article_cont p {
            text-indent: 0 !important;
        }

    .article_keysword {
        font-size: 12px;
        color: #999;
    }

    .article_foot {
        padding: 0;
        height: auto;
        line-height: 30px;
        overflow: hidden;
        margin-bottom: 20px;
    }

        .article_foot a {
            font-size: 13px;
        }

            .article_foot a:last-of-type {
                text-align: left;
            }
    /*news_view_end*/
    /*news_start*/
    .news_title {
        margin: 0;
        height: auto;
        line-height: 28px;
        background: none;
    }

    .news_list li {
        padding: 15px 10px;
        background: #f5f5f5;
        border: none;
        margin-bottom: 7px;
        margin: 0 -10px 7px;
    }

    .news_list_img {
        width: 115px;
        height: 70px;
    }

    .news_list_title {
        width: 65%;
        width: calc(100% - 115px);
        width: -moz-calc(100% - 115px);
        width: -webkit-calc(100% - 115px);
        padding: 4px 0 0 10px;
    }

        .news_list_title h5 {
            font-size: 13px;
            line-height: 18px;
            /*height: 36px;*/
            margin-bottom: 8px;
            white-space: normal;
        }

        .news_list_title span {
            font-size: 11px;
            margin-right: 8px;
            color: #999;
        }

    .news_list_cont {
        width: 100%;
        font-size: 12px;
        line-height: 18px;
        height: 36px;
        margin-top: 8px;
        padding-left: 0;
        /*font-weight: lighter;*/
    }

    .news_list_title span i {
        margin-right: 5px;
        margin-top: 0;
    }

    .news_list_title span:nth-child(3) i {
        height: 15px;
        background-position: -13px 1px;
    }

    .news_list {
        margin-bottom: 20px;
    }

    .mb_more {
        margin: 20px auto 30px;
        width: 200px;
        height: 30px;
        line-height: 28px;
        text-align: center;
        border: 1px solid #c8c8c8;
        border-radius: 15px;
        color: #5c6fb4;
        border: 1px solid #5c6fb4;
        /*font-weight: lighter;*/
    }

    .news_list .news_list_first {
        background: none;
    }

    .news_list_first .news_list_img {
        width: 100%;
        height: auto;
    }

        .news_list_first .news_list_img img {
            position: static;
            transform: translate(0,0);
            -webkit-transform: translate(0,0);
            -moz-transform: translate(0,0);
            -ms-transform: translate(0,0);
        }

    .news_list_first .news_list_title {
        padding: 17px 0 0;
        width: 100%;
    }

        .news_list_first .news_list_title h5 {
            margin-bottom: 5px;
        }

    .news_list_first .news_list_cont {
        height: auto;
    }
    /*news_end*/
    /*success_case_start*/
    .success_cases_top {
        height: auto;
    }

    .success_title {
        margin-bottom: 20px;
    }

    .success_cases_t_left {
        padding: 16px 0 6px;
        margin: 0 -1%;
        background: none;
        border-bottom: 1px solid #dedede;
    }

        .success_cases_t_left li {
            font-size: 12px;
            color: #666;
            width: 23%;
            padding: 0;
            height: 28px;
            line-height: 28px;
            margin: 0 1% 9px;
            background: #f0f0f0;
        }

            .success_cases_t_left li.start {
                background: #5c6fb4;
                color: #fff;
            }

    .success_cases_cont ul {
        margin-left: -10px;
    }

        .success_cases_cont ul li {
            padding-left: 10px;
            margin-bottom: 15px;
        }

    .success_cases_c_img {
        height: auto;
        box-shadow: 6.5px 4.7px 5px rgba(0,0,0,0.1);
    }

    .success_cases_c_txt h4 {
        font-size: 12px;
        margin-top: 10px;
    }
    /*success_case_end*/
    /*success_case_view_start*/
    .su_case_v_t_img {
        width: 48%;
        box-shadow: 2px 2px 4px rgba(0,0,0,0.1);
        border: 1px solid #bfbfbf;
    }

    .su_case_v_t_cont {
        width: 52%;
        padding-left: 17px;
        margin-top: 5%;
    }

        .su_case_v_t_cont ul li {
            font-size: 12px;
            margin-bottom: 4px;
        }

            .su_case_v_t_cont ul li span {
                width: 100%;
                display: block;
                color: #666;
            }

    .su_case_v_d_cont {
        width: 100%;
        padding: 0 17px;
        margin-top: 10px;
    }

        .su_case_v_d_cont ul li.su_case_v_d_link span {
            display: inline;
        }

            .su_case_v_d_cont ul li.su_case_v_d_link span a {
                color: #666;
            }

    .su_case_v_t_cont ul li label {
        font-size: 13px;
    }

    .su_case_v_t_cont ul li p {
        line-height: 22px;
        color: #666;
    }

    .success_cases_view_title {
        padding: 18px 10px 23px;
        margin: 0 -10px;
        border-bottom: 1px solid #e6e6e6;
    }

    .success_cases_view_intro {
        margin: 0 -10px;
    }

        .success_cases_view_intro h5 {
            font-size: 15px;
            height: 40px;
            line-height: 40px;
        }

        .success_cases_view_intro img {
            width: 100% !important;
        }
    /*success_case_view_end*/
    /*case_view_start*/
    .cases_view {
        background: #fff;
    }

    .cases_view_left .article_title span:nth-child(2) em {
        background-position: 0px center;
    }

    .cases_view_left .article_title span:nth-child(3) em {
        background: url(../images/aboutus/case_down.png) no-repeat center center;
        background-size: 100%;
    }

    .cases_view_left .article_title span:nth-child(4) em {
        background: url(../images/aboutus/news_look.png) no-repeat center center;
        background-size: 100%;
    }

    .cases_view .article_foot {
        padding: 0 17px;
        margin: 0 -10px 20px;
        height: 40px;
        line-height: 40px;
        background: #f2f2f2;
        border: none;
    }

        .cases_view .article_foot li {
            margin: 0;
            width: 33.33%;
            float: left;
        }

            .cases_view .article_foot li a {
                display: block;
                margin: 0;
                text-align: center;
                font-size: 13px;
            }

            .cases_view .article_foot li:first-child a {
                text-align: left;
            }

            .cases_view .article_foot li:last-child a {
                text-align: right;
            }

            .cases_view .article_foot li a i {
                width: 13px;
                height: 13px;
                background-size: auto 105%;
                margin-right: 6px;
            }

            .cases_view .article_foot li:nth-child(2) a i {
                background-position: -14px 0;
            }

            .cases_view .article_foot li:nth-child(3) a i {
                background-position: -33px 2px;
                height: 15px;
            }

    .article_info {
        margin-bottom: 8px;
    }
    /*case_view_end*/
    /*case_start*/
    .cases_top {
        border: none;
        border-bottom: 1px solid #f0f0f0;
    }

        .cases_top li {
            padding: 0;
            border: none;
            margin-left: -8px;
        }

            .cases_top li dl {
                width: 100%;
                padding-top: 15px;
            }

                .cases_top li dl dd {
                    padding: 0;
                    height: 28px;
                    line-height: 28px;
                    width: 25%;
                    float: left;
                    padding-left: 8px;
                    margin-bottom: 10px;
                }

                    .cases_top li dl dd a {
                        line-height: 28px;
                        border: none;
                        display: block;
                        background: #f0f0f0;
                        font-size: 12px;
                        text-align: center;
                        color: #666;
                    }

                    .cases_top li dl dd:hover a, .cases_top li dl dd.start a {
                        border: none;
                        background: #5c6fb4;
                        color: #fff;
                    }

    .cases_cont {
        margin: 18px -10px;
    }

    .cases_table {
        width: 100%;
        display: block;
        overflow: hidden;
        margin-bottom: 20px;
    }

        .cases_table tbody {
            display: block;
        }

        .cases_table tr:first-of-type {
            display: none;
        }

        .cases_table tr {
            width: 100%;
            padding: 20px 10px 55px;
            position: relative;
            display: block;
            float: left;
            background: #f5f5f5;
            margin-bottom: 10px;
            border: none;
        }

            .cases_table tr td {
                display: block;
                float: left;
                padding: 0;
            }

        .cases_table td:nth-child(1) {
            padding: 0;
            width: 100%;
        }

    .pdf_img {
        margin-right: 12px;
    }

    .cases_txt {
        width: 100%;
        float: none;
    }

        .cases_txt h5 {
            width: 80%;
            width: calc(100% - 65px);
            width: -moz-calc(100% - 65px);
            width: -webkit-calc(100% - 65px);
            white-space: normal;
            font-size: 13px;
            font-weight: bold;
            height: 38px;
            line-height: 17px;
            margin-top: 0;
        }

        .cases_txt small {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 65%;
            margin: 0;
            padding: 10px 15px 15px;
            border-top: 1px solid #fff;
        }

        .cases_txt span {
            margin-top: 20px;
            white-space: normal;
            /*font-weight: lighter;*/
            color: #666;
        }

    .cases_table tr td i {
        width: 13px;
        height: 13px;
        margin-right: 3px;
        vertical-align: text-top;
    }

    .cases_table tr td:nth-child(3) {
        font-size: 11px;
        color: #666;
        position: absolute;
        top: 58px;
        left: 122px;
    }

        .cases_table tr td:nth-child(3) i {
            background: url(../images/aboutus/news_icon.png) no-repeat -13px 1px;
        }

    .cases_table tr td:nth-child(4) {
        font-size: 11px;
        color: #666;
        position: absolute;
        top: 58px;
        left: 215px;
    }

        .cases_table tr td:nth-child(4) i {
            background: url(../images/aboutus/case_down.png) no-repeat center center;
            background-size: 100%;
        }

    .cases_table tr td:nth-child(5) {
        font-size: 11px;
        color: #666;
        position: absolute;
        top: 58px;
        left: 270px;
    }

        .cases_table tr td:nth-child(5) i {
            background: url(../images/aboutus/news_look.png) no-repeat center center;
            background-size: 100%;
        }

    .cases_table tr td:nth-child(6) {
        font-size: 11px;
        color: #666;
        position: absolute;
        top: 58px;
        left: 63px;
    }

        .cases_table tr td:nth-child(6) i {
            background: url(../images/aboutus/news_icon.png) no-repeat 0px center;
        }

    .cases_table td:nth-child(2) {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 35%;
        margin: 0;
        padding: 7px 0px 15px;
        border-top: 1px solid #fff;
    }

        .cases_table td:nth-child(2):before {
            content: 'ä»·æ ¼ï¼š';
            font-size: 12px;
            color: #666;
        }

    .after_sale_title {
        margin-top: 25px;
        padding-top: 15px;
    }

    .after_sale_box1 .container {
        padding: 23px 10px;
    }

    .after_sale_b1_img {
        width: 169px;
        margin-right: 10px;
    }

    .after_sale_b1_cont {
        display: inline;
        float: none;
    }

    .after_sale_box1 .after_sale_title {
        margin: 20px 0 35px;
        padding-top: 0;
    }

        .after_sale_box1 .after_sale_title h3 {
            font-size: 16px;
            border: none;
        }

    .after_sale_b1_cont .after_sale_title small {
        font-size: 12px;
        color: #666;
        /*font-weight: lighter;*/
        display: block;
        margin-top: 5px;
    }

    .after_sale_box1 .after_sale_title::before {
        left: 179px;
    }

    .after_sale_text {
        font-size: 12px;
        line-height: 18px;
    }

    .after_sale_title::before {
        width: 18px;
        height: 2px;
    }

    .after_sale_box2 {
        padding-bottom: 30px;
    }

        .after_sale_box2 .after_sale_title {
            margin-left: 0;
            margin-top: 25px;
            padding-top: 15px;
        }

    .after_sale_title h3 {
        font-size: 17px;
    }

    .after_sale_title small {
        font-size: 12px;
    }

    .after_sale_scope {
        margin: 0 -20px;
        background: #fff;
        border-bottom: 1px solid #fff;
    }

        .after_sale_scope li {
            width: 50%;
            padding: 0 10px;
            height: 45px;
            line-height: 45px;
            overflow: hidden;
            border: none;
            border-right: 1px solid #fff;
        }

            .after_sale_scope li:nth-child(even) {
                border: none;
            }

            .after_sale_scope li:nth-child(3),
            .after_sale_scope li:nth-child(4),
            .after_sale_scope li:nth-child(7),
            .after_sale_scope li:nth-child(8),
            .after_sale_scope li:nth-child(11),
            .after_sale_scope li:nth-child(12),
            .after_sale_scope li:nth-child(15),
            .after_sale_scope li:nth-child(16) {
                background: #f2f2f2;
            }

    .after_sale_s_top {
        padding: 0;
        margin: 0;
        font-size: 15px;
        font-weight: bold;
        display: inline-block;
        vertical-align: middle;
    }

    .after_sale_s_txt {
        display: inline-block;
        vertical-align: middle;
        border: none;
        padding-left: 5px;
        background: none;
        padding: 0;
    }

        .after_sale_s_txt p {
            font-size: 12px;
            font-weight: normal;
            height: auto;
            word-break: break-all;
            width: 135px;
            line-height: 15px;
            color: #333;
        }

        .after_sale_s_txt small {
            display: none;
        }

    .after_sale_box3 .after_sale_title {
        margin-left: 0;
        margin-top: 25px;
        padding-top: 15px;
    }

    .after_sale_p_top {
        margin: 0;
        padding: 0;
        border: none;
    }

        .after_sale_p_top li {
            padding: 0;
            margin-bottom: 10px;
        }

    .after_sale_t_top {
        padding: 13px 18px;
        width: 35%;
        border-right: 1px solid #fff;
        float: left;
        height: 88px;
        overflow: hidden;
        text-align: center;
    }

        .after_sale_t_top h3 {
            font-size: 14px;
            font-weight: bold;
            margin-bottom: 10px;
        }

            .after_sale_t_top h3 small {
                font-size: 11px;
            }

        .after_sale_t_top h4 {
            font-size: 14px;
        }

    .after_sale_t_down {
        width: 65%;
        float: left;
        padding: 20px 17px;
        height: 88px;
        overflow: hidden;
    }

        .after_sale_t_down p {
            font-size: 12px;
        }

    .after_sale_p_down {
        padding-top: 5px;
        padding-bottom: 10px;
        margin: 0;
    }

        .after_sale_p_down li {
            padding: 5px 5px 15px;
        }

            .after_sale_p_down li h3 {
                font-size: 15px;
                margin-bottom: 8px;
            }

            .after_sale_p_down li p {
                font-size: 12px;
                line-height: 18px;
            }

    .after_sale_box4 .container {
        padding: 24px 15px;
    }

    .after_sale_b4_title {
        padding-top: 15px;
        width: 100%;
        margin-bottom: 15px;
        margin-top: 0;
    }

    .after_sale_t_p {
        font-size: 12px;
        line-height: 18px;
        width: 49%;
        padding-top: 7px;
    }

        .after_sale_t_p:last-of-type {
            padding-top: 12px;
        }

    .after_sale_b4_right {
        width: 160px;
        margin: 0 auto;
    }

    .after_sale_t_p:last-of-type {
        width: 100%;
    }

    .after_sale_b4_right img {
        width: 100%;
    }

    .after_sale_b5_top {
        padding: 0 0 0 10px;
    }

    .after_sale_b5_down li {
        height: 35px;
        line-height: 35px;
        padding: 0;
        font-size: 14px;
        border: 1px solid #9da9d2 !important;
        border-radius: 17.5px !important;
        text-align: left;
        padding-left: 30px !important;
        margin-bottom: 10px;
    }

        .after_sale_b5_down li i {
            width: 18px;
            height: 18px;
            background-size: 230%;
            margin-right: 3px;
        }

        .after_sale_b5_down li:last-of-type {
            margin-bottom: 30px;
        }

    .after_sale_b5_ch4 i {
        background-position: right -20px;
    }
    /*case_ent*/
    /*pays_way_start*/
    .pays_way_nav .container {
        padding: 0;
    }

    .pays_way_title {
        height: 45px;
        line-height: 45px;
        overflow: hidden;
        border-bottom: 1px solid #e4e4ee;
    }

        .pays_way_title ul li {
            width: 20%;
            padding: 0;
            margin: 0;
            text-align: center;
        }

        .pays_way_title ul {
            margin: 0;
        }

            .pays_way_title ul li a {
                background: #f8f8f8;
            }

            .pays_way_title ul li.start a {
                font-weight: bold;
                background: #f8f8f8 url(../images/aboutus/up_arrows.png) no-repeat center bottom;
                background-size: 8px 6px;
                color: #5c6fb4;
            }

    .pays_way_c_title h3 em {
        background-size: 100%;
    }

    .pays_way_c_list {
        margin: 0;
        padding: 5px 0 20px;
    }

        .pays_way_c_list > li {
            padding: 20px 0;
            border-bottom: 1px solid #e5e5e5;
        }

            .pays_way_c_list > li:last-of-type {
                border: none;
            }

    .pays_way_c_img {
        width: 150px;
        height: 90px;
        background: #fff;
        position: relative;
        overflow: hidden;
    }

        .pays_way_c_img:after {
            content: '';
            width: 100%;
            height: 2.5px;
            background: #e5e5e5;
            position: absolute;
            bottom: -12px;
            left: 0;
        }
    /*2017-12-15-start*/
    /*.pays_way_c_img img{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
	}
	.pays_way_c_cont{
		width: 50%;
		width: calc(100% - 150px);
		width: -moz-calc(100% -150px);
		width: -webkit-calc(100% - 150px);
	}*/
    /*2017-12-15-end*/
    .pays_way_cont {
        padding: 0;
    }

    .pays_way_c_list > li:nth-child(2n) .pays_way_c_img img {
        width: 80px;
        margin: 0;
    }

    .pays_way_c_cont > ul > li {
        height: auto;
        font-size: 12px;
        line-height: 18px;
    }

        .pays_way_c_cont > ul > li span {
            display: block;
        }
    /*pays_way_end*/
    /*login_start*/
    .login {
        min-height: auto;
        background: #f8f8f8;
    }

    .login_cont {
        position: static;
        width: 100%;
        padding: 30px 18px 45px;
    }

    .login_title {
        font-size: 18px;
        color: #333;
        padding: 12px 5px 25px;
        margin-bottom: 30px;
        border-bottom: 1px solid #dbdbdb;
        position: relative;
    }

        .login_title:before {
            content: '';
            width: 22px;
            height: 2px;
            background: #333;
            position: absolute;
            top: 0;
            left: 5px;
        }

    .login_form input {
        height: 45px;
        line-height: 45px;
        border: 1px solid #5c6fb4;
        background: none;
        margin-bottom: 20px;
        padding: 0 10px;
        font-size: 14px;
        color: #666;
    }

    .login_form label {
        font-size: 14px;
        font-weight: normal;
        color: #666;
        padding-left: 5px;
    }

    .login_form button {
        margin-top: 35px;
        height: 45px;
        line-height: 45px;
        background: #5c6fb4;
        color: #fff;
        font-size: 15px;
        letter-spacing: 0;
    }

    .login_foot {
        padding: 0 10px;
    }

        .login_foot a {
            font-size: 14px;
            color: #333;
        }
    /*login_end*/
    /*register_start*/
    .register_title {
        margin: 30px 15px 0;
        padding-bottom: 25px;
        border-bottom: 1px solid #dbdbdb;
    }

        .register_title h2 {
            font-size: 16px;
            margin-bottom: 10px;
            padding-top: 15px;
            position: relative;
        }

            .register_title h2:before {
                content: '';
                width: 22px;
                height: 2.5px;
                background: #333;
                position: absolute;
                top: 0;
                left: 0;
            }

        .register_title p {
            font-size: 12px;
        }

    .register_box {
        margin: 0 15px;
        background: none;
        border: none;
    }

    .register_b_cont {
        width: 100%;
        margin: 24px 0 50px;
        padding: 0;
    }

        .register_b_cont::before {
            display: none;
        }

    .form_label {
        font-size: 14px;
        color: #666;
        height: auto;
        line-height: 1;
        margin-bottom: 10px;
    }

    .register_b_cont .form-group .input-group {
        width: 100%;
    }

    .register_b_cont input[type="text"], .register_b_cont input[type="password"] {
        border: 1px solid #5c6fb4;
        background: none;
        color: #bbb;
    }

        .register_b_cont input[type="text"]:-moz-placeholder,
        .register_b_cont input[type="password"]:-moz-placeholder {
            color: #bbb;
        }

        .register_b_cont input[type="text"]::-moz-placeholder,
        .register_b_cont input[type="password"]::-moz-placeholder {
            color: #bbb;
        }

        .register_b_cont input[type="text"]:-ms-input-placeholder,
        .register_b_cont input[type="password"]:-ms-input-placeholder {
            color: #bbb;
        }

        .register_b_cont input[type="text"]::-webkit-input-placeholder,
        .register_b_cont input[type="password"]::-webkit-input-placeholder {
            color: #bbb;
        }

    .yzm input[type="text"] {
        width: 60%;
        margin-right: 2%;
    }

    .yzm_img {
        width: 38%;
        height: 44px;
    }

        .yzm_img img {
            width: 100%;
            height: 100%;
        }

    .set_password input[type="text"], .set_password input[type="password"] {
        border-right: none;
    }

    .psw-addon {
        border: 1px solid #5C6FB4;
        border-left: none;
    }

    .register_b_cont h2 {
        text-align: center;
        margin: 50px 0 48px;
    }

    .reg_suc_btn {
        margin: 0;
    }

        .reg_suc_btn a {
            margin: 0;
            width: 48%;
            margin-right: 2%;
        }

            .reg_suc_btn a:last-of-type {
                margin-left: 2%;
                margin-right: 0;
            }

    .register_button {
        font-size: 14px;
    }
    /*register_end*/
    /*set_pwd_start*/
    .set_pwd_title {
        width: auto;
    }

        .set_pwd_title h2 {
            margin-bottom: 0;
        }

    .get_yzm {
        width: 38%;
    }

    .form_txt {
        font-size: 12px;
    }
    /*set_pwd_end*/
    /*online_demand_start*/
    .online_demand_title {
        margin-top: 30px;
        padding: 0 20px;
    }

        .online_demand_title h2 {
            font-size: 18px;
        }

        .online_demand_title p {
            font-size: 12px;
            line-height: 18px;
        }

        .online_demand_title::before {
            right: 20px;
            left: auto;
            width: 20px;
            height: 2.5px;
        }

    .online_demand_cont {
        margin: 30px -10px 0px;
        padding: 25px 0 0px;
        background: #fff;
        border-top: 1px solid #f0f0f0;
    }

        .online_demand_cont dl {
            padding: 0 30px 25px;
            border: none;
        }

    .online_demand_c_title {
        text-align: left;
        padding-bottom: 15px;
        margin-bottom: 10px;
        border-bottom: 1px solid #dcdcdc;
    }

        .online_demand_c_title h3 {
            font-size: 16px;
            font-weight: bold;
            color: #333;
        }

        .online_demand_c_title i {
            width: 16px;
            height: 16px;
            background-size: 200%;
            vertical-align: text-top;
            margin-right: 9px;
        }

    .cto_center_form {
        margin-bottom: 10px;
    }

        .cto_center_form label {
            font-size: 14px;
        }

            .cto_center_form label em {
                margin-right: 5px;
            }

            .cto_center_form label span {
                width: 18%;
            }

    .online_demand_foot {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .online_demand_foot_btn {
        margin: 0 -10px;
        padding: 0 30px 45px;
        background: #fff;
    }

    .cto_center_button {
        font-size: 14px;
    }
    /*online_demand_end*/
    /*Mydetails_start*/
    .cto_center_left {
        margin: 0 -10px;
    }

    .cto_center_l_nav {
        padding: 8px 0 0;
        overflow: hidden;
        height: 45px;
        margin-bottom: 0;
    }

        .cto_center_l_nav > li {
            width: 25%;
            padding: 0;
            float: left;
        }

            .cto_center_l_nav > li > a {
                padding: 0;
                text-align: center;
                height: 37px;
                line-height: 37px;
                font-size: 12px;
            }

    .cto_center_right {
        margin: 0;
        padding: 0;
    }

    .Mydetails_box {
        padding: 0;
        border: none;
    }

    .Mydetails_top {
        border-bottom: 1px solid #e1e1e1;
        margin: 0 0px 20px;
        padding: 15px 20px 20px;
    }

    .Mydetails_top_img {
        margin: 0 20px 0 0;
        width: 100px;
        height: auto;
    }

    .Mydetails_top p {
        font-size: 14px;
    }

    .Mydetails_top_input {
        margin-top: 25px;
    }

        .Mydetails_top_input a {
            font-size: 13px;
        }

    .Mydetails_cont {
        padding: 0 10px;
    }

        .Mydetails_cont .cto_center_form label span {
            width: 70%;
        }
    /*Mydetails_end*/
    /*Mydemand_start*/
    .Mydemand_title {
        padding: 15px 10px 10px;
        border: none;
    }

        .Mydemand_title h4 {
            font-size: 17px;
            color: #333;
            height: auto;
            line-height: 1;
        }

        .Mydemand_title .cto_center_button {
            background: none;
            color: #5c6fb4;
            font-size: 12px;
            text-decoration: underline;
            text-align: right;
            height: auto;
            line-height: 1;
            margin-top: 6px;
        }

    .Mydemand_c_list > li {
        margin: 0 -10px 10px;
        padding: 20px;
        background: #f5f5f5;
        border: none;
    }

    .Mydemand_up {
        height: auto;
        line-height: 1;
    }

        .Mydemand_up .nowrap {
            line-height: 18px;
            height: 36px;
            font-size: 13px;
            font-weight: bold;
            color: #333;
            white-space: normal;
        }

    .Mydemand_time {
        text-align: left;
        font-size: 12px;
        /*font-weight: lighter;*/
        margin-top: 15px;
        padding-left: 18px;
        background: url(../images/aboutus/news_icon.png) no-repeat -13px center;
    }

    .Mydemand_edit {
        text-align: right;
        font-size: 12px;
        /*font-weight: lighter;*/
        text-decoration: underline;
        margin-top: 15px;
    }

    .Mydemand_down_box.Mydemand_down_fixed {
        display: block;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        animation: back 0.3s;
        -webkit-animation: back 0.3s;
        -moz-animation: back 0.3s;
        -ms-animation: back 0.3s;
    }

    @keyframes back {
        from {
            background: rgba(0,0,0,0);
        }

        to {
            background: rgba(0,0,0,0.5);
        }
    }

    @-webkit-keyframes back {
        from {
            background: rgba(0,0,0,0);
        }

        to {
            background: rgba(0,0,0,0.5);
        }
    }

    @-moz-keyframes back {
        from {
            background: rgba(0,0,0,0);
        }

        to {
            background: rgba(0,0,0,0.5);
        }
    }

    @-ms-keyframes back {
        from {
            background: rgba(0,0,0,0);
        }

        to {
            background: rgba(0,0,0,0.5);
        }
    }

    .Mydemand_down_fixed .Mydemand_down {
        background: #fff;
        width: 87%;
        height: 90%;
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        overflow-y: scroll;
        padding: 0 25px;
        animation: magnify 0.4s;
        -webkit-animation: magnify 0.4s;
        -moz-animation: magnify 0.4s;
        -ms-animation: magnify 0.4s;
    }

    @keyframes magnify {
        from {
            transform: scale(0,0);
        }

        to {
            transform: scale(1,1);
        }
    }

    @-moz-keyframes magnify {
        from {
            transform: scale(0,0);
        }

        to {
            transform: scale(1,1);
        }
    }

    @-webkit-keyframes magnify {
        from {
            transform: scale(0,0);
        }

        to {
            transform: scale(1,1);
        }
    }

    @-ms-keyframes magnify {
        from {
            transform: scale(0,0);
        }

        to {
            transform: scale(1,1);
        }
    }

    .Mydemand_c_list {
        margin-bottom: 25px;
    }

    .Mydemand_d_title {
        font-size: 17px;
        font-weight: bold;
        padding: 25px 10px 15px;
        margin-bottom: 10px;
        border-bottom: 1px solid #5c6fb4;
    }

    .Mydemand_down .input-group .form-control {
        margin-bottom: 10px;
        padding: 6px 5px;
    }

    .Mydemand_down .cto_center_form label {
        padding: 0 10px;
        height: 30px;
        line-height: 30px;
    }

    .cto_center_form textarea {
        height: 105px;
    }

    .Mydemand_down_foot {
        margin-bottom: 50px;
    }
    /*Mydemand_end*/
    /*Mycases_start*/
    .cto_center_right {
        margin: 0 -10px;
    }

    .Mycases_title {
        height: auto;
        padding: 15px 20px;
        border-bottom: 1px solid #f0f0f0;
    }

    .Mycases_top_txt {
        font-size: 15px;
        color: #999;
        margin: 15px 20px;
    }

        .Mycases_top_txt span {
            color: #5c6fb4;
        }

    .Mycases_top_cont {
        font-size: 13px;
        color: #999;
        line-height: 20px;
    }

        .Mycases_top_cont span {
            color: #333;
        }

    .Mycases_b_title {
        padding: 0 10px;
        height: 35px;
        line-height: 35px;
        border-bottom: 1px solid #c8c8c8;
        overflow: visible;
        margin-bottom: 20px;
        position: relative;
    }

        .Mycases_b_title > li {
            width: 33.33%;
            float: left;
            padding: 0;
            text-align: center;
        }

            .Mycases_b_title > li a {
                font-size: 12px;
                display: block;
            }

            .Mycases_b_title li:first-child .table_top_icon,
            .Mycases_b_title > li .table_top_icon {
                display: none;
            }

            .Mycases_b_title > li.start a {
                border-bottom: 2px solid #5c6fb4;
                font-weight: bold;
                margin-top: -2px;
            }

    .Mycases_table .cases_txt h5 {
        width: 80%;
        width: calc(100% - 65px);
        width: -moz-calc(100% - 65px);
        width: -webkit-calc(100% - 65px);
    }

    .Mycases_table tr td:nth-child(5) {
        position: absolute;
        top: auto;
        left: auto;
        bottom: 0;
        right: 0;
        width: 35%;
        margin: 0;
        padding: 9px 0px 13px;
        border-top: 1px solid #fff;
    }

        .Mycases_table tr td:nth-child(5):before {
            content: 'æ“ä½œï¼š';
            font-size: 12px;
            color: #888;
        }

    .Mycases_table td:last-child a, .Mycases_table td:last-child a:hover {
        font-size: 14px;
        color: #5c6fb4;
    }

    .Mycases_table tr td:nth-child(2) {
        font-size: 11px;
        color: #666;
        position: absolute;
        top: 58px;
        left: 220px;
        bottom: auto;
        right: auto;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        border: none;
    }

    .Mycases_table tr td:nth-child(4) {
        left: 63px;
    }

        .Mycases_table tr td:nth-child(4) i {
            background: url(../images/aboutus/news_icon.png) no-repeat 0px center;
        }
    /*Mycases_end*/
    /*Mycases_salesman_start*/
    .put_Mycase {
        position: absolute;
        right: 20px;
        top: -60px;
    }

        .put_Mycase a {
            font-size: 12px;
            text-decoration: underline;
        }

            .put_Mycase a i {
                display: none;
            }

    #Mysign_modal .modal-dialog {
        top: 50%;
        left: 50%;
        margin-top: -153px;
        margin-left: -40%;
        width: 80%;
    }

    #Mysign_modal .modal-body {
        padding: 35px 40px 25px;
    }

        #Mysign_modal .modal-body h5 {
            font-size: 18px;
            font-weight: bold;
            color: #5568b1;
            margin-bottom: 7px;
        }

        #Mysign_modal .modal-body p {
            font-size: 13px;
            color: #666;
            line-height: 18px;
        }

            #Mysign_modal .modal-body p span {
                color: #333;
            }

            #Mysign_modal .modal-body p:last-of-type {
                margin-top: 18px;
            }

    #Mysign_modal .modal-footer {
        padding: 0;
        height: 45px;
        line-height: 45px;
    }

        #Mysign_modal .modal-footer button {
            display: block;
            width: 100%;
            height: 100%;
            background: none;
            text-align: center;
            color: #5c6fb4;
            font-size: 15px;
            letter-spacing: 1em;
            border: none;
            border-radius: 0;
        }
    /*Mycases_salesman_end*/
    /*put_cases_start*/
    .put_cases_box {
        padding: 30px 25px 45px;
        background: #fff;
    }

    .put_cases_title {
        margin: 0 0 10px;
        font-size: 17px;
        font-weight: bold;
        color: #333;
        padding-bottom: 15px;
        border-bottom: 1px solid #e1e1e1;
    }

    .put_cases_cont .cto_center_form {
        margin-bottom: 5px;
    }

    .put_file {
        margin-top: 20px;
    }
    /*put_cases_end*/
}

@media only screen and (min-width: 240px) and (max-width: 359px) {
    .index_cont ul > li {
        padding: 0 5px;
    }

    .index_n_first {
        padding: 6px 15px;
    }

    .index_e_l_img {
        height: 200px;
    }

    .index_e_r_txt {
        margin-top: 0;
        line-height: 15px;
        /*font-weight: lighter;*/
    }

    .eims_box3 .eims_b_left p {
        margin-top: 10px;
    }

    .eims_b_left h2 {
        margin: 16px 0 10px;
    }

    .index_e_r_txt q {
        padding-top: 5px;
    }

    .eims_box3 .eims_b_right {
        width: 42%;
        margin-top: 30px;
    }

    .eims_box4 .view {
        display: none;
    }

    .su_case_v_t_cont {
        padding-left: 10px;
        margin-top: 4%;
    }

    .cases_view_left .article_title span {
        margin-right: 15px;
    }

    .cases_txt span {
        margin-top: 15px;
    }

    .after_sale_box1 .after_sale_title {
        margin: 9px 0 30px;
    }

    .after_sale_t_top {
        padding: 13px 10px;
    }

    .after_sale_t_down {
        padding: 8px 17px;
    }

    .after_sale_s_txt p {
        width: 110px;
        line-height: 1;
        color: #333;
    }

    .after_sale_t_p {
        width: 45%;
        padding-top: 0;
    }

        .after_sale_t_p:last-of-type {
            padding-top: 0px;
        }

    .after_sale_b4_right {
        width: 55%;
        padding-left: 10px;
    }

    .after_sale_b5_down li {
        padding-left: 15px !important;
    }

    .cto_center_form label span {
        width: 22%;
    }

    .Mydetails_top {
        padding-left: 10px;
        padding-right: 10px;
        margin: 0 0 20px;
    }

    .Mydetails_cont .cto_center_form label span {
        width: 75%;
    }

    .cto_center_button {
        width: 105px;
    }

        .cto_center_button:last-of-type {
            margin-right: 0;
        }

    .news_title ul li {
        width: 33.33%;
    }

    .index_notice .note {
        background: none;
        padding-left: 0;
    }

    .index_n_f_txt {
        padding: 8px 12px;
    }

        .index_n_f_txt span {
            margin-top: 8px;
        }

    .index_n_left {
        height: 90px;
    }

    .index_n_f_img {
        height: 90px;
    }

    .index_e_r_title {
        margin: 0 auto 10px;
    }

    .eims_n_first .index_n_c_txt {
        padding-bottom: 12px;
    }

    .eims_box4 .index_n_left {
        height: 87px;
    }

    .product_idea_c3 {
        top: 180px;
        right: 18px;
    }

    .index_title p {
        padding-left: 5px;
    }
}










/*2017-12-18-start*/
#index_news .swiper-wrapper {
    width: 100% !important;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.xny_index_notice_m_li {
    width: 50% !important;
    float: left;
}

    .xny_index_notice_m_li a {
        max-width: 80%;
        max-width: calc(100% - 80px);
        max-width: -webkit-calc(100% - 80px);
        max-width: -moz-calc(100% - 80px);
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        float: left;
    }

    .xny_index_notice_m_li span {
        width: 74px;
        float: left;
    }

@media only screen and (min-width: 240px) and (max-width: 768px) {
    .xny_index_notice_m_li {
        width: 100% !important;
    }

        .xny_index_notice_m_li a {
            max-width: 100%;
        }
}
/*2017-12-18-end*/

/*2017-12-15-start*/
@media only screen and (min-width: 768px) {
    .solution_other_btn {
        color: #ee5009;
        font-size: 22px;
        text-decoration: underline;
    }

        .solution_other_btn img {
            margin-right: 15px;
        }

    .solution_other .solution_c1_r_title {
        padding-bottom: 20px;
        margin-top: 90px;
    }

        .solution_other .solution_c1_r_title h3 {
            font-size: 26px;
            font-weight: bold;
            border-right: none;
        }

    .solution_other .solution_c1_r_txt {
        font-size: 18px;
        line-height: 36px;
    }

    .solution_other_btn {
        margin-top: 20px;
        float: left;
    }

        .solution_other_btn:hover {
            color: #ee5009;
            text-decoration: underline;
        }
}

@media only screen and (min-width: 240px) and (max-width: 768px) {
    .solution_other .solution_c1_r_title h3 {
        font-size: 15px;
        border: none;
    }

    .solution_other .solution_c1_r_title {
        margin-top: 40px;
    }

    .solution_other .solution_c1_r_top {
        padding-bottom: 10px;
    }

    .solution_other_btn img {
        width: 18px;
        height: 18px;
        margin-right: 6px;
        display: inline-block;
        vertical-align: middle;
    }

    .solution_other_btn {
        color: #ee5009;
        text-decoration: underline;
        padding: 0 15px;
        margin-bottom: 30px;
        float: left;
    }

        .solution_other_btn:hover {
            color: #ee5009;
            text-decoration: underline;
        }

    .pays_way_cont .container {
        margin: 0;
        padding: 0 10px;
    }

    .pays_way_title ul li {
        width: 20%;
    }
}
/*2017-12-15-end*/

/*2017-12-18-start*/
.header_nav {
    position: relative;
    background-color: #333;
    height: 50px;
    width: 100%;
    text-align: center;
    background: url(../images/aboutus/nav_bg_02.jpg) repeat-x;
    float: left;
    width: 100%;
    margin-top: 25px;
}

.nav_main {
    width: 1200px;
    height: 50px;
    margin: 0 auto;
}

    .nav_main ul li {
        height: 50px;
        float: left;
        position: relative;
    }

.nav_menu1 > a {
    width: 120px;
    height: 48px;
    float: left;
    text-align: center;
    line-height: 48px;
    color: #fff;
    font-size: 15px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    height: 48px;
    border-top: 2px #fff solid;
}

    .nav_menu1 > a > em {
        vertical-align: baseline;
    }

    .nav_menu1 > a:hover {
        background: #fff;
        color: #5c6fb4;
        height: 40px;
        margin-top: 8px;
        line-height: 30px;
    }

.nav_main ul li.start > a {
    background: #fff;
    color: #5c6fb4;
    height: 40px;
    margin-top: 8px;
    line-height: 30px;
}

@media only screen and (min-width: 240px) and (max-width: 767px) {
    .header_nav {
        background: none;
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.1);
        z-index: 9998;
        display: none;
        top: 0;
        margin-top: 0;
    }

    .nav_main {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0;
        z-index: 9999;
        /*display: none;*/
    }

        .nav_main > ul {
            /*position: absolute;
		z-index: 99;*/
            width: 60%;
            height: 100%;
            /*display: none;*/
            background: linear-gradient(0deg,#697cc3 0%,#5b82e5 60%,#6aacf0 100%);
            padding: 0 10px 30px;
            overflow-y: auto;
            padding-top: 60px;
        }

            .nav_main > ul > li {
                float: none;
                height: 45px;
                line-height: 45px;
                width: 100%;
                margin-top: 0;
                border-bottom: 1px solid rgba(255,255,255,0.2);
                text-align: center;
            }

                .nav_main > ul > li:first-of-type {
                    border-top: 1px solid rgba(255,255,255,0.2);
                }

                .nav_main > ul > li a {
                    width: 100%;
                    font-size: 14px;
                    color: #fff;
                    display: block;
                    border-top: none;
                    text-align: center;
                    margin-top: 0;
                    height: 45px;
                    line-height: 45px;
                }

    .nav_menu1 > a:hover {
        background: none;
        margin-top: 0;
        height: 45px;
        line-height: 45px;
    }

    .nav_main ul li.start > a {
        background: none;
        margin-top: 0;
        height: 45px;
        line-height: 45px;
        color: #fff;
    }

    .nav_main > ul > li i {
        display: none;
    }

    .head_close {
        cursor: pointer;
        width: 30px;
        height: 30px;
        background: url(../images/aboutus/close_mun.png) no-repeat center;
        background-size: 100%;
        z-index: 99;
        margin: 50px auto 0;
        display: none;
    }

    @keyframes fadeInLeft {
        from {
            opacity: 0;
            transform: translate3d(-100%, 0, 0);
        }

        to {
            opacity: 1;
            transform: none;
        }
    }

    .fadeInLeft {
        animation-name: fadeInLeft;
        animation-duration: .3s;
        /*animation-timing-function:ease-in-out;*/
        animation-fill-mode: both;
    }
}
/*2017-12-18-end*/

.error {
    display: none;
    width: 100%;
    color: #e52f35;
    box-sizing: border-box;
}

.hidden {
    display: none
}


/**************ä¼šå‘˜ç™»å½•  start*********************/
.x_hy {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}

.x_hy_c {
    width: 1000px;
    margin: 40px auto 0 auto;
}

.x_hy_l {
    float: left;
    width: 620px;
    height: 470px;
    margin: 0;
    padding: 0;
}

.mainbox {
    overflow: hidden;
    position: relative;
}

.flashbox {
    overflow: hidden;
    position: relative;
}

.imagebox {
    text-align: center;
    position: relative;
    z-index: 999;
    margin-left: 235px;
    _margin-left: 117px;
}

.bitdiv {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 10px 10px 0px;
    cursor: pointer;
    float: left;
}

.defimg {
    background-image: url(http://1.rc.xiniu.com/img/site/hyicon1.png);
}

.curimg {
    background-image: url(http://1.rc.xiniu.com/img/site/hyicon2.png);
}

.x_hy_r {
    width: 378px;
    float: right;
    height: 400px;
    border: 1px #dcdcdc solid;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.x_hy_r_sub1 {
    float: left;
    text-align: left;
    width: 349px;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px #dcdcdc solid;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

    .x_hy_r_sub1 dt {
        float: left;
        line-height: 60px;
        font-size: 14px;
        color: #333;
        font-weight: bold;
    }

    .x_hy_r_sub1 dd {
        float: right;
    }

        .x_hy_r_sub1 dd a {
            line-height: 60px;
            color: #1b5ec3;
            font-size: 12px;
        }

            .x_hy_r_sub1 dd a:hover {
                text-decoration: underline;
            }

.x_hy_r_sub2 {
    float: left;
    text-align: left;
    width: 364px;
    padding-left: 16px;
    margin: 30px auto 10px auto;
    line-height: 20px;
    font-size: 12px;
    color: #333;
}

    .x_hy_r_sub2 ul {
        margin: 0;
        padding: 0;
    }

        .x_hy_r_sub2 ul li {
            float: left;
        }

.login_all_bq1 {
    width: 45px;
    line-height: 40px;
}

.login_all_bq3 {
    width: 70px;
    line-height: 40px;
    margin-left: 10px;
}

    .login_all_bq3 a {
        width: 60px;
        line-height: 40px;
        color: #069;
    }

        .login_all_bq3 a:hover {
            width: 60px;
            line-height: 40px;
            color: #069;
            text-decoration: underline;
        }

.login_all3 {
    float: left;
    clear: both;
    text-align: left;
    width: 364px;
    margin: 20px 0 0 16px;
    line-height: 20px;
    font-size: 12px;
    color: #333;
}

.login_all3_yzm {
    float: left;
    line-height: 40px;
}

.x_hy_r_sub3 {
    float: left;
    text-align: left;
    width: 305px;
    padding-left: 23px;
    padding-right: 22px;
    height: 37px;
    line-height: 20px;
    font-size: 12px;
    color: #666;
    overflow: hidden;
}

.shuru {
    width: 200px;
    height: 36px;
    line-height: 36px;
    border: none;
    padding: 0 10px 0 25px;
    border-left: 1px solid #c4c4c4;
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    color: #b6b6b6;
    font-size: 12px;
    background: url(http://1.rc.xiniu.com/img/site/login_all.png) 5px 10px no-repeat;
    outline: medium;
}

.mm {
    width: 200px;
    height: 36px;
    border: none;
    padding: 0 10px 0 25px;
    border-left: 1px solid #c4c4c4;
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    line-height: 36px;
    color: #b6b6b6;
    font-size: 12px;
    background: url(http://1.rc.xiniu.com/img/site/login_all.png) 5px -18px no-repeat;
    outline: medium;
}

.x_yzm_l {
    width: 93px;
    height: 36px;
    float: left;
    text-align: left;
}

.yzm {
    width: 93px;
    height: 36px;
    border: none;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 36px;
    color: #666;
    font-size: 12px;
    background: url(http://1.rc.xiniu.com/img/site/yzm.jpg) no-repeat;
    outline: medium;
}

.x_yzm_r {
    width: 190px;
    margin-left: 10px;
    height: 36px;
    float: left;
    line-height: 37px;
}

    .x_yzm_r a {
        line-height: 37px;
        color: #3f8fa8;
        text-decoration: underline;
    }

.x_hy_r_sub4 {
    float: left;
    text-align: left;
    width: 305px;
    padding-left: 23px;
    padding-right: 22px;
    height: 40px;
    font-size: 12px;
    color: #666;
}

    .x_hy_r_sub4 input {
        cursor: pointer;
    }

.dlbt {
    width: 250px;
    height: 38px;
    margin-left: 20px;
    _margin-left: 10px;
    background: #e6343c;
    line-height: 38px;
    color: #fff;
    font-size: 16px;
    border: none;
    font-weight: bold;
}

@media only screen and (min-width: 240px) and (max-width: 767px) {
    #layui-layer1 {
        width: 94% !important;
        left: 3% !important;
    }

        #layui-layer1 .layui-layer-content {
            margin-left: -73px;
        }
}

@media only screen and (min-width: 240px) and (max-width: 359px) {
    #layui-layer1 .layui-layer-content {
        margin-left: -100px;
    }
}
/**************ä¼šå‘˜ç™»å½•  end*********************/
@media only screen and (min-width: 240px) and (max-width: 767px) {
    .index_n_list li a, .index_title p, .index_c_txt, .index_e_p_title p, .product_idea_p, .news_cont_right .news_dl dd h5, .article_title span, .article_cont p, .article_keysword, .article_keysword span b, .eims_b_left span, .eims_b_left p, .login_foot a, .news_list_cont, .after_sale_p_down li p, .solution_c1_r_txt {
        font-weight: normal;
    }
}


/* addcss */
@media screen and (max-width:768px) {
    .aboutlist, .h_contact_m {
        width: 94vw;
        margin: 3vw auto;
        overflow: hidden;
    }

    .yqx_about_nav {
        height: 18px;
        overflow-x: scroll;
    }

        .yqx_about_nav > ul {
            width: 9.7rem;
        }

        .yqx_about_nav li {
            width: auto;
            max-width: 3rem;
            padding: 0 11px;
        }

    .h_about_m {
        padding: 0;
    }

    .about_xiniu img {
        width: 100%;
        margin-right: 0;
    }

    .about_customer img {
        width: 100%;
    }

    .about_honor {
        margin-left: 21px;
    }

    .h_about_m section header {
        margin-bottom: 0.3rem;
    }

    .ywz_fali_lv_yi_kuang_re {
        padding: 0 0 20px;
    }

    .pays_way_cont .container {
        width: 100%;
        padding: 0;
    }

    .pays_way_c_list_child {
        width: 100%;
    }

    .pays_way_c_cont {
        width: 100%;
        padding: 0.3rem 0;
    }

        .pays_way_c_cont > ul > li span {
            display: inline-block;
        }

    .flex-align-center {
        margin-top: 30px;
    }

    .add_img {
        width: 3rem;
        margin-left: 0;
    }

    .pays_way_c_list > :last-child > :last-child {
        margin-left: 1rem;
    }

    .contact_top_box {
        background: none;
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0;
    }

        .contact_top_box .top_cont_box {
            width: 100%;
            height: auto;
            padding-bottom: 0.3rem;
        }

    .contact_cen2 {
        width: 100%;
        height: auto;
        overflow: hidden;
        background: url(/images/aboutus/ct_telbg.jpg) no-repeat;
        background-size: 100% 2rem;
        margin: 0.5rem auto;
    }

        .contact_cen2 i {
            width: 0.5rem;
            height: 0.5rem;
            overflow: hidden;
            float: left;
            margin: 0;
            background: url(/images/aboutus/ct_tel.png) no-repeat;
            background-size: contain;
            margin: 0.8rem 0.45rem 0;
        }

        .contact_cen2 span {
            font-size: 0.2rem;
            height: 1rem;
            line-height: 1rem;
        }

        .contact_cen2 em {
            height: 1rem;
            line-height: 1rem;
            overflow: hidden;
            float: left;
            font-size: 16px;
            color: #f3d188;
            margin-right: 0.3rem;
            display: none;
        }

    .contact_cen3 {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
    }

        .contact_cen3 dl {
            width: 100%;
            height: 150px;
            overflow: hidden;
            border-bottom: 1px dashed #e2e1e1;
            float: left;
            padding-right: 0;
        }

        .contact_cen3 dt {
            width: 90px;
            height: 150px;
            overflow: hidden;
            float: left;
            padding-right: 0px;
            text-align: center;
            margin-right: 20px;
        }

            .contact_cen3 dt b {
                margin-top: 38px;
            }

        .contact_cen3 dd h3 {
            margin-top: 12px;
        }

    .h_contact_m {
        border: none;
        /* background-color: #f2f2f2; */
    }

    .about_honor li {
        width: 50%;
        margin: 0 0 0.3rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .about_honor {
        margin-left: 0;
    }
}

.about_envirImg2_bar {
    position: absolute;
    width: 120px;
    height: 20px;
    bottom: 15px;
    border-radius: 10px;
    background-color: rgba(255,255,255,.75);
    left: 50%;
    margin-left: -60px;
    font-size: 0;
    text-align: center;
}

    .about_envirImg2_bar span:first-child {
        margin-left: 0;
    }

    .about_envirImg2_bar span.active {
        background-color: #cd0202;
    }

    .about_envirImg2_bar span {
        background-color: #d1d0d0;
        width: 10px;
        height: 10px;
        border-radius: 5px;
        display: inline-block;
        font-size: 12px;
        margin-left: 7px;
        margin-top: 5px;
        cursor: pointer;
    }


.xc_wrapper {
    padding-bottom: 50px;
}

.h_contact_m {
    margin: 10px auto 0;
    padding: 50px auto 30px auto;
    background-color: #fff;
}

.yqx_about_nav {
    width: 1200px;
    border-bottom: none;
    padding: 40px 0 27px;
    height: 25px;
    margin: 0 auto;
    overflow: hidden;
}

    .yqx_about_nav ul {
        width: 100%;
        margin-left: 20px;
    }

.contact_top_box .top_cont_box {
    border-bottom: none;
}

.r_line {
    width: 7px;
    height: 25px;
    background-color: #b10000;
}

    .r_line + p {
        font-size: 22px;
        font-weight: bold;
        font-stretch: normal;
        letter-spacing: 1px;
        color: #444444;
        margin-left: 10px;
    }

.tel_num > :nth-child(1) {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #444444;
}

.tel_num > :nth-child(2) {
    font-size: 22px;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #e22323;
}

.tel_num > :nth-child(3) {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #e22323;
}

.contact_top_box .address {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #444444;
    width: 40%;
}

.contact_top_box .en_txt {
    margin-bottom: 65px;
}

.contact_top_box, .contact_top_box .top_cont_box {
    height: auto;
}

.contact_top_box {
    background: none;
}

.llline {
    border-top: 1px solid #ededed;
    margin: 30px 0;
}

@media screen and (max-width:768px) {
    .xc_wrapper .yqx_about_nav {
        padding: 0;
        height: 1rem;
        width: 100%;
        overflow-x: scroll;
    }

    .r_line + p {
        font-size: 0.32rem;
    }

    .contact_top_box .top_cont_box {
        background: none;
        padding: 0.2rem;
        box-sizing: border-box;
    }

        .contact_top_box .top_cont_box p {
            width: 100%;
        }

    .contact_top_box .en_txt {
        margin-bottom: 0.5rem;
    }

    .yqx_about_nav li {
        height: 50px;
    }

    .yqx_about_nav ul {
        width: 17rem;
        margin-left: 0px;
        height: 100%;
    }
}
