﻿.menu li:after, .mmenu_btn, .mmenu_btn span, .mmenu_list, .pbd_list li .pbd_img img, .ju_img a, .ju_name span {
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

.mem_text {
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}

.pbd_brief, .mji_name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/*-----------------------首页-----------------------*/

.mian_bg {
    width: 100%; /* background-color: #808080;*/
    background-color: #f2f2f2;
    border-top: 5px solid #d63237;
}

.content {
    width: 1300px;
    margin: 0 auto;
    background-color: #fff;
    padding-bottom: 1px;
}

.main {
    width: 1200px;
    margin: 0 auto;
    padding: 1px 0;
}

.header {
    height: 100px;
}

.logo {
    margin-top: 10px;
}

    .logo a {
        display: block;
    }
/*.nav{    padding-top: 38px;}.nav a{    display: inline-block;    height: 26px;    font-size: 14px;    margin-left: 35px;    font-weight:bold;}*/

.nav a.n_active, .nav a:hover { /*border-bottom: 1px solid #e8353b;*/
    color: #e8353b;
}

.navBar {
    float: right;
    padding-top: 28px;
    height: 26px;
    margin: 0 auto;
    z-index: 9999;
}

    .navBar ul {
        list-style: none;
        height: inherit;
    }

        .navBar ul li {
            float: left;
            background-color: white;
            position: relative;
            text-align: center;
            margin-left: 15px;
        }

            .navBar ul li a {
                font-size: 17px;
                display: inline;
                margin: 0 5px;
                line-height: 50px;
                text-align: center;
                font-weight: bold;
            }

                .navBar ul li a:hover {
                    cursor: pointer;
                    color: #e8353b;
                }

            .navBar ul li ul {
                display: none;
            }

                .navBar ul li ul li {
                    float: none;
                    border-bottom: 1px dotted #e8353b;
                    width: 100px;
                    margin-left: 5px;
                }

                    .navBar ul li ul li a {
                        display: inline;
                        line-height: 30px;
                        font-size: 14px;
                    }

            .navBar ul li:hover {
                background-color: white;
                cursor: pointer;
            }

                .navBar ul li:hover ul {
                    cursor: pointer;
                    display: block;
                    position: absolute;
                    top: 50px;
                    left: 0;
                    z-index: 9999;
                }

.language_cahnge {
    width: 40px;
    height: 40px;
    background-image: url(/images/lc_bg.jpg);
    line-height: 40px;
    text-align: center;
    margin: 28px 0 0 30px;
}

    .language_cahnge a {
        color: #fff;
    }

.banner a {
    display: block;
    width: 100%;
}

.banner .swiper-pagination span {
    width: 12px;
    height: 12px;
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #e8353b;
    opacity: 1;
    margin: 0 10px !important;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #e8353b;
    border-color: #fff;
}

.banner .swiper-button-prev, .banner .swiper-button-next {
    width: 50px;
    height: 50px;
    background-color: rgba(0,0,0,.10);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto auto;
}

.banner .swiper-button-prev {
    left: 0;
    background-image: url(/images/banner_prev.png);
}

.banner .swiper-button-next {
    right: 0;
    background-image: url(/images/banner_next.png);
}

.menu {
    width: 100%;
    background-color: #f7f7f7;
    box-sizing: border-box;
    padding: 40px 0 20px 0;
    margin: 20px 0;
}

    .menu li {
        width: 25%;
        height: 110px;
        box-sizing: border-box;
        border-right: 1px solid #e4e4e4;
        float: left;
        text-align: center;
        position: relative;
    }

        .menu li:hover:after {
            opacity: 1;
        }

        .menu li:after {
            content: "";
            width: 78px;
            height: 78px;
            background-image: url(/images/m_bg.png);
            position: absolute;
            top: 0;
            left: 50%;
            margin-left: -39px;
            opacity: 0;
        }

        .menu li:last-child {
            border-right: 0;
        }

            .menu li:last-child .m_name {
                margin-top: 27px;
            }

        .menu li a {
            display: block;
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
            padding-top: 20px;
        }

.m_name {
    margin-top: 24px;
    font-size: 14px;
    font-weight: bold;
}

.foot {
    width: 1300px;
    box-sizing: border-box;
    margin: 15px auto 0 auto;
    padding: 50px 80px 35px 100px;
    background-color: #182c46;
}

.foot_menu {
    width: 480px;
}

.fm_tit {
    font-size: 14px;
    color: #d2d2d2;
    box-sizing: border-box;
    border-left: 3px solid #e8353b;
    line-height: 1;
    padding-left: 10px;
}

.fm_list {
    margin-top: 20px;
}

    .fm_list a {
        display: inline-block;
        font-size: 14px;
        color: #d2d2d2;
        margin-bottom: 15px;
        /*margin-right: 60px;*/
        margin-right: 40px; /*add by Joyce 修改底部樣式*/
        width: 75px;
    }

        .fm_list a:hover {
            color: #e8353b;
        }

.ewm {
    width: 90px;
    height: 90px;
    box-sizing: border-box;
    border: 1px solid #e8353b;
    margin-left: 40px;
}

    .ewm img {
        width: 100%;
        height: 100%;
    }

.foot_way {
    color: #d2d2d2;
    font-size: 14px;
    width: 450px;
}

.fw_text {
    line-height: 30px;
    margin-top: 10px;
}

    .fw_text span {
        color: #e8353b;
    }

.empty {
    width: 100%;
    height: 20px;
}
/*-----------------------企业介绍-----------------------*/

.inner_nav {
    width: 100%;
    height: 44px;
    border-bottom: 1px solid #ddd;
    margin-top: 38px;
}

.in_lf {
    height: 100%;
}

    .in_lf a {
        display: inline-block;
        height: 100%;
        font-size: 16px;
        margin-right: 30px;
        font-weight: bold;
    }

        .in_lf a.in_active {
            border-bottom: 2px solid #e8353b;
        }

.ins_lf {
    height: 100%;
}

    .ins_lf a {
        display: inline-block;
        height: 100%;
        font-size: 14px;
        margin-right: 30px;
    }

        .ins_lf a.in_active {
            border-bottom: 2px solid #182c46;
        }

.show_data {
    margin-top: 70px;
}

    .show_data li {
        width: 33.33%;
        float: left;
        text-align: center;
        position: relative;
    }

        .show_data li:after {
            content: "";
            width: 26px;
            height: 26px;
            background-image: url(/images/add.png);
            position: absolute;
            top: 50%;
            right: -13px;
            margin-top: -13px;
        }

        .show_data li:last-child:after {
            display: none;
        }

.sd_num {
    color: #d90f35;
    font-size: 14px;
}

    .sd_num span {
        font-size: 50px;
        font-weight: bold;
        margin-right: 15px;
    }

.ds_text {
    margin-top: 15px;
    font-size: 14px;
}

.company_brief {
    margin-top: 70px;
    font-size: 14px;
    line-height: 34px
}

.cb_video {
    width: 575px;
    height: 274px;
    margin-left: 30px;
}

    .cb_video img, .cb_video video {
        width: 100%;
        height: 100%;
    }

.memorabilia {
    margin-top: 70px;
}

.memorabilia_tit {
    width: 126px;
    height: 40px;
    line-height: 40px;
    background-color: #d4261b;
    font-size: 14px;
    color: #fff;
    box-sizing: border-box;
    padding-left: 30px;
    background-image: url(/images/arrow.png);
    background-position: 10px center;
    background-repeat: no-repeat;
}

.memorabilia_list {
    margin-top: 60px;
}

.mem_year {
    width: 110px;
    font-size: 24px;
    color: #d4261b;
    line-height: 1;
}

.mem_month {
    font-size: 14px;
    line-height: 24px;
}

.mem_item {
    position: relative;
    min-height: 46px;
    padding-bottom: 24px
}

    .mem_item:before {
        content: "";
        width: 3px;
        height: 100%;
        background-color: #ddd;
        position: absolute;
        top: 0;
        left: 56px;
    }

.mem_month {
    width: 30px;
    text-align: center;
}

.mem_line {
    width: 15px;
    height: 24px;
    position: relative;
    margin: 0 20px;
}

    .mem_line span {
        display: block;
        width: 100%;
        height: 2px;
        background-color: #e62519;
        position: absolute;
        left: 0;
        top: 11px;
        z-index: 2;
    }

.mem_text {
    width: 600px;
    line-height: 24px;
    font-size: 14px;
    color: #999;
}

.mem_img {
    width: 350px;
    height: 200px;
    position: absolute;
    top: -70px;
    right: -405px;
    display: none;
    opacity: 0;
}

    .mem_img img {
        width: 100%;
        height: 100%;
    }

.memorabilia_more {
    width: 28px;
    height: 28px;
    background-image: url(/images/mem_more.png);
    margin-left: 153px;
    margin-bottom: 60px;
}
/*-----------------------企业文化-----------------------*/

.culture_list {
    width: 100%;
    margin-top: 60px;
}

    .culture_list li {
        width: 100%;
        height: 220px;
        background-color: #f9f9f9;
        border-radius: 110px 0 0 110px;
        box-sizing: border-box;
        padding: 25px 40px;
        margin-bottom: 50px;
    }

        .culture_list li:nth-child(2n) {
            background-color: #fff;
        }

            .culture_list li:nth-child(2n) .culture_img {
                border-color: #f9f9f9;
            }

.culture_img {
    width: 170px;
    height: 170px;
    box-sizing: border-box;
    border: 5px solid #fff;
    border-radius: 50%;
}

    .culture_img img {
        width: 100%;
        height: 100%;
    }

.culture_content {
    margin-left: 70px;
    margin-top: 20px;
}

.culture_tit {
    box-sizing: border-box;
    padding-left: 30px;
    background-image: url(/images/arrow2.png);
    background-repeat: no-repeat;
    background-position: left center;
}

    .culture_tit span {
        font-size: 18px;
    }

    .culture_tit i {
        font-size: 14px;
        color: #999;
        margin-left: 10px;
    }

.culture_text {
    font-size: 14px;
    line-height: 30px;
    color: #999;
    margin-top: 30px;
}
/*-----------------------企业政策-----------------------*/

.cp_play {
    width: 380px;
    margin: 55px auto 100px auto;
    position: relative;
}

.cp_img {
    box-sizing: border-box;
    margin-top: 5px;
    background-color: #f7f7f7;
    padding: 20px;
}

    .cp_img img {
        width: 100%;
        height: 100%;
    }

.cp_name {
    margin-top: 65px;
    font-size: 16px;
    text-align: center;
}

.cp_play .swiper-slide {
    padding-bottom: 15px;
}

.cp_play .swiper-button-prev, .cp_play .swiper-button-next {
    width: 48px;
    height: 40px;
    background-color: #f0f0f0;
    position: absolute;
    bottom: 0;
    background-position: center center;
    background-size: auto auto;
    background-repeat: no-repeat;
    outline: none;
    top: auto;
}

.cp_play .swiper-button-prev {
    left: 0;
    background-image: url(/images/cp_prev.png);
}

.cp_play .swiper-button-next {
    right: 0;
    background-image: url(/images/cp_next.png);
}
/*-----------------------管理团队-----------------------*/

.mt_list li {
    width: 1300px;
    margin-left: -50px;
    padding: 60px 50px;
    box-sizing: border-box;
}

    .mt_list li:nth-child(2n) {
        background-color: #f9f9f9;
    }

.mt_img {
    width: 220px;
}

    .mt_img img {
        width: 100%;
    }

.mt_content {
    width: 900px;
}

.mt_nat {
    font-size: 24px;
}

    .mt_nat i {
        font-size: 14px;
        color: #999;
        margin-left: 10px;
    }

.mt_position {
    font-size: 14px;
    color: #999;
    margin: 20px 0 30px 0;
}

.mt_brief {
    font-size: 14px;
    line-height: 30px;
}

.pages li {
    display: inline-block; /* width: 36px;*/
    height: 36px;
    line-height: 36px;
    background-color: #ddd;
    text-align: center;
}

.pages {
    text-align: center;
}

    .pages li {
        margin: 0 10px;
    }

        .pages li a {
            display: block;
            padding-left: 8px;
            padding-right: 8px;
            height: 100%;
            font-size: 14px;
        }

        .pages li.p_active, .pages li:hover {
            background-color: #e8353b;
        }

            .pages li.p_active a, .pages li:hover a {
                color: #fff;
            }

.mt_page {
    margin: 40px 0 60px 0;
}
/*-----------------------联系我们-----------------------*/

.cu_person {
    margin-top: 60px;
}

    .cu_person li {
        width: 578px;
        background-color: #f8f8f8;
        box-sizing: border-box;
        padding: 45px 50px 34px 50px;
    }

.cup_tit {
    font-size: 18px;
    line-height: 1;
    border-left: 3px solid #e62519;
    box-sizing: border-box;
    padding-left: 17px;
}

.cup_text {
    font-size: 14px;
    line-height: 36px;
    color: #666;
    margin-top: 25px;
}

.cu_way {
    margin-top: 50px;
}

    .cu_way li {
        width: 370px;
        height: 56px;
        line-height: 56px;
        font-size: 14px;
        background-color: #f8f8f8;
        float: left;
        margin-right: 45px;
        background-repeat: no-repeat;
        box-sizing: border-box;
        padding-left: 70px;
    }

        .cu_way li:last-child {
            margin-right: 0;
        }

.cu_map {
    width: 100%;
    height: 400px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    margin: 70px 0 40px 0;
    overflow: hidden;
}

    .cu_map iframe {
        width: 150%;
        height: 180%;
        margin-left: -25%;
        margin-top: -10%;
    }
/*-----------------------晶合党建-----------------------*/

.pb_content, .pbb_content {
    padding: 30px 0 40px 0;
    font-size: 14px;
    line-height: 36px;
}

    .pb_content img, .pbb_content img {
        max-width: 100%;
    }
/*-----------------------党建动态-----------------------*/

.pbd_list li {
    width: 1300px;
    margin-left: -50px;
    box-sizing: border-box;
    padding: 40px 50px 34px 50px;
}

    .pbd_list li:nth-child(2n) {
        background-color: #f7f7f7;
    }

    .pbd_list li:hover .pbd_img img {
        transform: scale(1.05);
    }

.pbd_content {
    width: 830px;
}

.pbd_tit {
    margin-top: 26px;
}

    .pbd_tit a {
        width: 100%;
        display: block;
        font-size: 16px;
        float: left;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

        .pbd_tit a:hover {
            color: #e62519;
        }

.pbd_date {
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #e62519;
    color: #fff;
}

.pbd_date2 {
    height: 60px;
    line-height: 60px;
    margin-top: 20px;
    margin-right: 10px;
}

.pbd_list .day, .pbd_list .date {
    /*background-color: #eae6e2;*/
    display: block;
    text-align: center;
}

.pbd_list .day {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #fff;
    color: #000;
    font-size: 30px;
}

.pbd_list .date {
    height: 18px;
    line-height: 18px;
    font-size: 10px;
}

.pbd_brief {
    line-height: 24px;
    color: #999;
    margin-top: 10px;
    -webkit-line-clamp: 2;
}

.pbd_img {
    width: 234px;
    height: 132px;
}

    .pbd_img a {
        display: block;
        overflow: hidden;
    }

    .pbd_img a, .pbd_img img {
        display: block;
        width: 100%;
        height: 100%;
    }
/*-----------------------党建动态详情-----------------------*/

.pbd_detail {
    padding: 40px 0 50px 0;
}

.pbdd_top {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.pbdd_tit {
    font-size: 18px;
}

.pbdd_about {
    color: #999;
    margin-top: 12px;
}

    .pbdd_about span {
        margin-right: 25px;
    }

.pbdd_top_rt a {
    display: block !important;
    width: 100px !important;
    height: 34px !important;
    border: 1px solid #ddd !important;
    box-sizing: border-box !important;
    padding-left: 44px !important;
    border-radius: 17px !important;
    line-height: 32px !important;
    background-image: url(/images/share.png) !important;
    background-position: 20px center !important;
    background-repeat: no-repeat !important;
}

.pbdd_text {
    margin-top: 30px;
    font-size: 15px;
    color: #999;
    line-height: 24px;
}

    .pbdd_text img {
        max-width: 70%;
    }

.pbdd_flip {
    position: relative;
}

.news_prev, .news_next {
    line-height: 30px;
}

    .news_prev span, .news_next span {
        display: block;
        width: 30px;
        height: 30px;
        background-color: #999;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .news_prev span, .news_prev a {
        float: left;
    }

    .news_next span, .news_next a {
        float: right;
    }

    .news_prev:hover span, .news_next:hover span {
        background-color: #e8353b;
    }

    .news_prev:hover a, .news_next:hover a {
        color: #e8353b;
    }

    .news_next span {
        margin-left: 10px;
    }

    .news_prev span {
        margin-right: 10px;
    }

    .news_prev span {
        background-image: url(/images/news_prev.png);
    }

    .news_next span {
        background-image: url(/images/news_next.png);
    }

.back_list {
    width: 108px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -54px;
    background-color: #999;
}

    .back_list:hover {
        background-color: #e8353b;
    }

    .back_list a {
        display: block;
        width: 100%;
        height: 100%;
        color: #fff;
        line-height: 30px;
        background-image: url(/images/list.png);
        background-repeat: no-repeat;
        background-position: 17px center;
        box-sizing: border-box;
        padding-left: 43px;
    }
/*-----------------------党建学报-----------------------*/

.pbj_list {
    margin-top: 40px;
}

    .pbj_list li {
        width: 285px;
        height: 206px;
        box-sizing: border-box;
        border: 1px solid #ddd;
        float: left;
        margin: 0 20px 30px 0;
        padding: 30px 30px 0 30px;
    }

        .pbj_list li:nth-child(4n) {
            margin-right: 0;
        }

.pbj_date {
    width: 110px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-color: #e62519;
    color: #fff;
}

.pbj_text {
    font-size: 18px;
    line-height: 30px;
    margin-top: 25px;
}

.pbj_about {
    margin-top: 20px;
    color: #999;
}

.pbj_about_lf a {
    color: #999;
}

    .pbj_about_lf a:hover {
        color: #e62519;
    }
/*-----------------------代工特色-----------------------*/

.technical_feature {
    position: relative;
    padding: 100px 0;
}

.tf_img {
    text-align: center;
}

.tf_list li {
    position: absolute;
    text-align: justify;
}

.tf_order {
    font-size: 48px;
    color: #ffd4d5;
    font-family: "Source Han Sans CN","Source Han Serif SC";
}

.tfl1 {
    width: 342px;
    top: 37px;
    left: 115px;
}

.tfl2 {
    width: 335px;
    top: 37px;
    right: 120px;
}

.tfl3 {
    width: 300px;
    top: 225px;
    left: 60px;
}

.tfl4 {
    width: 290px;
    top: 225px;
    right: 70px;
    line-height: 1.6;
}

.tfl5 {
    width: 320px;
    left: 133px;
    bottom: 40px;
}

.tfl6 {
    width: 330px;
    right: 130px;
    bottom: 40px;
}

.tf_text {
    font-size: 14px;
    line-height: 1.7;
}
/*-----------------------技术蓝图-----------------------*/

.technical_blueprint {
    width: 100%;
    padding-top: 40px;
}

.tb_tit span {
    display: inline-block;
    height: 46px;
    line-height: 46px;
    padding: 0 20px 0 40px;
    background-color: #182c46;
    font-size: 16px;
    color: #fff;
    background-image: url(/images/tr_tit.jpg);
    background-position: left center;
    background-repeat: no-repeat;
}

.tb_table {
    margin: 40px 0 60px 0;
}

    .tb_table img {
        max-width: 100%;
    }
/*-----------------------设计服务-----------------------*/

.design_services {
    padding: 30px 0 60px 0;
}

.ds_introduction {
    font-size: 14px;
    line-height: 36px;
    margin-top: 21px;
}

.ds_bg {
    background-color: #f9f9f9;
}

.PDK {
    padding: 50px 60px 50px 30px;
    margin-top: 30px;
}

.PDK_lf {
    width: 570px;
}

.ds_tit {
    font-size: 18px;
    color: #e8353b;
}

.PDK_text, .IP_text, .MPW_text {
    margin-top: 20px;
    font-size: 14px;
    line-height: 36px;
}

.PDK_rt {
    width: 500px;
    text-align: right;
}

    .PDK_rt img, .IP_lf img, .to_img img, .dpe_img img, .MPW_rt img, .PDK_lf img {
        max-width: 100%;
    }

.IP, .type_out, .DPE, .MPW {
    box-sizing: border-box;
    padding: 55px 0 55px 30px;
}

.IP_rt {
    width: 560px;
}

.to_img, .dpe_img {
    text-align: center;
}

.dpe_img {
    margin-top: 30px;
}

.MPW_lf, .MPW_rt {
    width: 555px;
}

.MPW_rt {
    text-align: center;
    margin-top: 20px;
}
/*-----------------------制造服务-----------------------*/

.manufacture_services {
    padding: 40px 0;
}

.ms_tit {
    font-size: 18px;
    background-image: url(/images/arrow2.png);
    background-repeat: no-repeat;
    background-position: left center;
    box-sizing: border-box;
    padding-left: 20px;
}

.ms_text {
    font-size: 14px;
    line-height: 30px;
    margin: 30px 0 40px 0;
}

.ms_list {
    margin-top: 50px;
}

    .ms_list li {
        width: 25%;
        float: left;
        text-align: center;
        box-sizing: border-box;
        padding: 0 25px;
        background-position: center top;
        background-repeat: no-repeat;
    }

.msl_tit {
    font-size: 16px;
}

.msl_text {
    font-size: 14px;
    line-height: 30px;
    color: #999;
    margin-top: 30px;
}
/*-----------------------ESG-----------------------*/

.esg_services {
    padding: 40px 0;
}

.esg_tit {
    font-size: 18px;
    background-image: url(/images/arrow2.png);
    background-repeat: no-repeat;
    background-position: left center;
    box-sizing: border-box;
    padding-left: 20px;
    font-family: "Source Han Sans CN","Source Han Serif SC";
}

.esg_text {
    font-size: 14px;
    line-height: 30px;
    margin: 30px 0 40px 0;
}

.esg_list {
    margin-top: 50px;
}

    .esg_list li {
        width: 50%;
        float: left;
        text-align: left;
        box-sizing: border-box;
        padding: 0 25px;
        background-position: center top;
        background-repeat: no-repeat;
    }

.esgl_tit {
    margin-top: 20px;
    font-size: 16px;
    text-align: center;
}

.esgl_text {
    font-size: 14px;
    line-height: 30px;
    color: #999;
    margin-top: 30px;
}
/*-----------------------ESG 合规、关怀职场-----------------------*/

.esg_page_introduction {
    font-size: 14px;
    line-height: 36px;
    margin-top: 21px;
}

.esg_page {
    padding: 50px 60px 50px 30px;
    margin-top: 30px;
}

.esg_page_lf {
    width: 570px;
}

.esg_page_tit {
    font-size: 18px;
    color: #e8353b;
}

.esg_page_text {
    margin-top: 20px;
    font-size: 16px;
    line-height: 36px;
    text-align: left;
}

.esg_page_rt {
    width: 500px;
    text-align: right;
}

    .esg_page_rt img, .esg_page_lf img, .esg_page_image img {
        max-width: 100%;
    }

.esg_page_image {
    box-sizing: border-box;
    padding: 55px 0 55px 30px;
}

.esg_page_img {
    margin-top: 30px;
    text-align: center;
}
/*-----------------------制造服务-----------------------*/

.corporate_honor {
    padding: 70px 0 60px 0;
}

.ch_content {
    width: 780px;
    height: 860px;
    box-sizing: border-box;
    padding-right: 135px;
    overflow-y: auto;
}
    /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/

    .ch_content::-webkit-scrollbar {
        width: 5px;
        background-color: #F5F5F5;
    }
    /*定义滑块 内阴影+圆角*/

    .ch_content::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #bcbcbc;
    }

.ch_list {
    width: 560px;
    margin-left: 75px;
}

    .ch_list li {
        position: relative;
        padding: 35px 0 40px 0;
        border-bottom: 1px solid #eee;
    }

        .ch_list li:first-child {
            border-top: 1px solid #eee;
        }

        .ch_list li:after {
            content: "";
            width: 1px;
            height: 100%;
            background-color: #ddd;
            position: absolute;
            top: 0;
            left: 94px;
        }

.ch_year {
    font-size: 20px;
}

.ch_item {
    width: 100%;
    box-sizing: border-box;
    padding-left: 30px;
    margin: 20px 0;
    line-height: 28px;
    font-size: 14px;
    color: #999;
}

.ch_order {
    width: 30px;
}

.ch_line {
    width: 12px;
    height: 1px;
    background-color: #b82c2c;
    margin: 12px 30px 0 28px;
    position: relative;
    z-index: 2;
}

.ch_text {
    width: 415px;
}

.ch_img {
    width: 374px;
    height: 276px;
    margin: 323px 0 0 35px;
    position: relative;
}

.ch_img_box {
    background-color: #f6f6f6;
    box-sizing: border-box;
    padding: 20px;
    display: none;
    position: absolute;
}

    .ch_img_box, .ch_img_box img {
        width: 100%; /*height: 100%;*/
        height: auto;
    }
/*-----------------------加入晶合-----------------------*/

.join_us {
    padding: 60px 0 100px 0;
}

.ju_tit {
    text-align: center;
}

.ju_tit_line {
    width: 50px;
    height: 1px;
    background-color: #ddd;
}

.ju_tit_text, .ju_tit_line {
    display: inline-block;
    vertical-align: middle;
}

.ju_tit_text {
    margin: 0 40px;
}

.ju_tit_cn {
    font-size: 24px;
}

.ju_tit_en {
    color: #999;
    margin-top: 5px;
}

.ju_profile {
    width: 895px;
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    color: #999;
}

.ju_list {
    margin-top: 62px;
}

    .ju_list li {
        width: 25%;
        float: left;
        text-align: center;
    }

        .ju_list li:hover .ju_img a {
            background-color: #d8261b;
        }

        .ju_list li:hover .ju_name span {
            color: #d8261b;
        }

.ju_img {
    width: 270px;
    height: 270px;
    border-radius: 50%;
    box-sizing: border-box;
    padding: 13px;
    background-color: #fafafa;
    margin: 0 auto;
}

    .ju_img a {
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        padding: 13px;
        background-color: #f0f0f0;
        box-sizing: border-box;
    }

        .ju_img a img {
            width: 100%;
            height: 100%;
        }

.ju_name {
    font-size: 16px;
    margin-top: 30px;
}

    .ju_name i {
        color: #ddd;
    }

    .ju_name span {
        margin: 0 20px;
    }
/*-----------------------ESG 关心社会-----------------------*/

.esgs_social {
    padding: 60px 0 100px 0;
}

.esgs_tit {
    text-align: center;
}

.esgs_tit_line {
    width: 50px;
    height: 1px;
    background-color: #ddd;
}

.esgs_tit_text, .esgs_tit_line {
    display: inline-block;
    vertical-align: middle;
}

.esgs_tit_text {
    margin: 0 40px;
}

.esgs_tit_cn {
    font-size: 24px;
}

.esgs_tit_en {
    color: #999;
    margin-top: 5px;
}

.esgs_profile {
    width: 895px;
    margin: 0 auto;
    margin-top: 50px;
    text-align: left;
}

    .esgs_profile p {
        line-height: 36px;
        font-size: 16px;
    }

.esgs_list {
    margin-top: 100px;
}

    .esgs_list li {
        width: 33.3%;
        float: left;
        text-align: center;
    }

.esgs_img {
    width: 270px;
    height: 270px;
    border-radius: 50%;
    box-sizing: border-box;
    padding: 13px;
    background-color: #fafafa;
    margin: 0 auto;
}

    .esgs_img a img {
        width: 100%;
        height: 100%;
    }

.esgs_name {
    font-size: 16px;
    margin-top: 30px;
}

    .esgs_name i {
        color: #ddd;
    }

    .esgs_name span {
        margin: 0 20px;
    }

a.more-btn {
    background: #e62519; /*padding:0.1em 1.5em;*/
    padding-top: 0.5em;
    padding-bottom: 0.3em;
    padding-right: 1.5em;
    padding-left: 1.5em;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 100;
    color: #fff;
    float: left;
}
/*-----------------------职位信息-----------------------*/

.job_information {
    padding: 40px 0;
}

.ji_top {
    height: 42px;
    border-bottom: 1px solid #ededed;
}

.ji_top_lf, .ji_top_lf a {
    height: 100%;
}

    .ji_top_lf a {
        display: inline-block;
        font-size: 16px;
        margin-right: 28px;
        font-weight: bold;
    }

        .ji_top_lf a.ji_active {
            border-bottom: 1px solid #e62519;
        }

.registration_form a {
    display: block;
    width: 100px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #e62519;
    color: #e62519;
}

.ji_search {
    width: 100%;
    height: 80px;
    background-color: #f6f6f6;
    margin-top: 30px;
    box-sizing: border-box;
    padding: 23px 30px;
    box-sizing: border-box;
}

.jis_name {
    font-size: 12px;
    line-height: 36px;
}

.jis_job {
    margin-left: 20px;
}

.jis_job {
    width: 550px;
}

    .jis_job select, .jis_area select {
        display: block;
        height: 36px;
        border-color: #eee;
        text-align: center;
        color: #666;
    }

    .jis_job input, .jis_area input {
        display: block;
        height: 36px;
        border-color: #eee;
        color: #666;
        width: 100%;
        border: 1px solid #eee;
        background: #fff;
        padding-left: 10px;
    }

.jis_area {
    margin-left: 20px;
}

.jis_area {
    width: 380px;
}

.jis_sub {
    margin-left: 15px;
}

    .jis_sub input {
        width: 90px;
        height: 36px;
        box-sizing: border-box;
        border: 1px solid #eee;
        background-color: #e62519;
        font-size: 12px;
        color: #fff;
        cursor: pointer;
    }

.ji_content {
    margin-top: 20px;
}

.ji_th {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #f6f6f6;
    font-weight: bolder;
}

    .ji_th > div, .ji_box > div {
        float: left;
        text-align: left; /*text-align: center;*/
    }

.ji_th1, .jib1 {
    width: 445px;
}

.ji_th2, .jib2 {
    width: 180px;
}

.ji_th3, .jib3 {
    width: 300px;
}

.ji_th4, .jib4 {
    width: 275px;
}

.ji_box {
    height: 40px;
}

    .ji_box > div {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: left; /*justify-content: center;*/
        box-sizing: border-box;
        font-size: 14px;
    }

.ji_list li:nth-child(2n) .ji_box {
    background-color: #f9f9f9;
}

.jib1 {
    line-height: 24px;
    padding: 0 30px;
}

.ji_box > .jib4 {
    justify-content: space-around;
}

.jib4 .jib_apply {
    width: 70px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border-radius: 14px;
    box-sizing: border-box;
    border: 1px solid #ddd;
}

    .jib4 .jib_apply:hover {
        background-color: #e62519;
        border-collapse: #e62519;
        color: #fff;
    }

.jib_open:hover {
    color: #e62519;
}

.ji_brief {
    width: 100%;
    box-sizing: border-box;
    padding: 30px 20px;
    border: 1px solid #eee;
    border-top: none;
    font-size: 14px;
    line-height: 30px;
    display: none;
}
/*-----------------------履历填写-----------------------*/

.resume_filling {
    padding: 65px 0 60px 0;
}

.rf_top {
    font-size: 16px;
    text-align: center;
    color: #ddd;
}

    .rf_top span {
        font-size: 18px;
        color: #383838;
        margin: 0 30px;
    }

.basic_data {
    margin-top: 35px;
}

.ba_content, .el_content, .we_content, .mf_content, .oc_content, .hr_content, .cc_content {
    margin-top: 25px;
}

.rf_tit_lf {
    font-size: 16px;
    color: #e62519;
}

.ba_content input, .ba_content select {
    width: 285px;
    height: 45px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    display: block;
    float: left;
    font-size: 14px;
    color: #666;
    padding: 0 15px;
    margin: 0 20px 20px 0;
}

.ba_content .other_width {
    width: 589px;
}

.ba_content select {
    padding: 0 10px;
}

.ba_content .nmr {
    margin-right: 0;
}

.education_level {
    margin-top: 35px;
}

.rf_tit_rt {
    width: 70px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: #ce271c;
    cursor: pointer;
}

.el_th, .we_th, .mf_th, .hr_th, .cc_th {
    width: 1200px;
    height: 45px;
    background-color: #f6f6f6
}

    .el_th > div, .we_th > div, .mf_th > div, .hr_th > div, .cc_th > div {
        float: left;
        line-height: 45px;
        text-align: center;
        margin-right: 10px;
    }

    .el_th > .el_th6, .el_tr > .el_td6, .we_th > .we_th9, .we_tr > .we_td9, .mf_th > .mf_th6, .mf_tr > .mf_td6, .hr_th > .hr_th4, .hr_tr > .hr_td4, .cc_th > .cc_th3, .cc_tr > .cc_td3 {
        margin-right: 0;
    }

.el_th1, .el_th5, .el_td1, .el_td5 {
    width: 140px;
}

    .el_td1 select {
        width: 100%;
        height: 45px;
        border-color: #ddd;
        font-size: 14px;
        color: #666;
    }

.el_th2, .el_td2 {
    width: 278px;
}

.el_th3, .el_td3 {
    width: 208px;
}

.el_th4, .el_td4 {
    width: 290px;
}

.el_th6, .el_td6, .we_th9, .we_td9, .mf_th6, .mf_td6, .hr_th4, .hr_td4, .cc_th3, .cc_td3 {
    width: 94px;
}

.el_tr, .we_tr, .mf_tr, .hr_tr, .cc_tr {
    width: 100%;
    height: 45px;
    margin-top: 10px;
}

    .el_tr > div, .we_tr > div, .mf_tr > div, .hr_tr > div, .cc_tr > div {
        float: left;
        margin-right: 10px;
    }

        .el_tr > div input, .we_tr > div input, .mf_tr > div input, .hr_tr > div input, .cc_tr > div input {
            width: 100%;
            height: 45px;
            box-sizing: border-box;
            border: 1px solid #ddd;
            font-size: 14px;
            padding: 0 10px;
            display: block;
            float: left;
        }

    .el_tr > .el_td4 input {
        width: 140px;
    }

        .el_tr > .el_td4 input:first-child {
            margin-right: 10px;
        }

.el_td6 input {
    cursor: pointer;
}

.work_experience, .member_family, .other_certificates, .has_relative, .come_over {
    margin-top: 55px;
}

.we_th1, .we_td1 {
    width: 196px;
}

.we_th2, .we_td2 {
    width: 120px;
}

.we_th3, .we_td3 {
    width: 210px;
}

.we_th4, .we_th5, .we_th6, .we_th7, .we_td4, .we_td5, .we_td6, .we_td7 {
    width: 85px;
}

.we_th8, .we_td8 {
    width: 160px;
}

.we_tr > .we_td3 input {
    width: 100px;
}

    .we_tr > .we_td3 input:first-child {
        margin-right: 10px;
    }

.mf_th1, .mf_td1 {
    width: 190px
}

.mf_th2, .mf_td2 {
    width: 120px
}

.mf_th3, .mf_td3 {
    width: 88px
}

.mf_th4, .mf_td4 {
    width: 340px
}

.mf_th5, .mf_td5 {
    width: 318px;
}

.oc_content input, .oc_content select {
    display: block;
    width: 285px;
    height: 45px;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    float: left;
    margin: 0 20px 20px 0;
    font-size: 14px;
    padding: 0 10px;
}

.oc_content select {
    padding: 0 10px;
    color: #666;
}

.oc_content .w100 {
    width: 100%;
}

.oc_content .w588 {
    width: 588px;
}

.oc_content .nmr {
    margin-right: 0;
}

.rf_tit_option {
    font-size: 14px;
}

    .rf_tit_option input {
        width: 20px;
        height: 20px;
        -webkit-appearance: none;
        background-image: url(/images/option_bg.png);
        outline: none;
        margin-left: 40px;
    }

        .rf_tit_option input:checked {
            background-position: right;
        }

    .rf_tit_option i {
        margin-left: 15px;
    }

.hr_th1, .hr_th2, .hr_th3, .hr_td1, .hr_td2, .hr_td3 {
    width: 358px;
}

.cc_th1, .cc_td1 {
    width: 546px;
}

.cc_th2, .cc_td2 {
    width: 540px;
}

.enclosure {
    margin-top: 35px;
}

.enc_tit {
    font-size: 14px;
}

.enc_content {
    width: 100%;
    margin-top: 15px;
}

.enc_choice label, .enc_updata input {
    display: block;
    width: 580px;
    height: 50px;
    background-color: #f2f2f2;
    font-size: 14px;
    background-repeat: no-repeat;
    box-sizing: border-box;
    padding-left: 25px;
    background-position: 245px center;
    cursor: pointer;
}

.enc_choice label {
    line-height: 50px;
    text-align: center;
    background-image: url(/images/enc_icon1.png);
}

.enc_choice input {
    display: none;
}

.enc_updata input {
    background-image: url(/images/enc_icon2.png);
}

.rf_sub {
    margin-top: 80px;
    text-align: center;
}

    .rf_sub input {
        width: 200px;
        height: 50px;
        box-sizing: border-box;
        margin: 0 20px;
        font-size: 14px;
    }

    .rf_sub .rs_sub {
        border: 1px solid #e62519;
        color: #e62519;
    }

    .rf_sub .rs_reset {
        background-color: #383838;
        color: #fff;
    }
/*-----------------------活动信息-----------------------*/

.activity_information {
    padding: 40px 0;
}

    .activity_information .rf_top {
        margin-top: 35px;
    }

.ai_tit {
    text-align: center;
    margin-top: 45px;
}

    .ai_tit > div {
        display: inline-block;
        vertical-align: middle;
    }

.ai_tit_line {
    font-size: 16px;
    color: #ddd;
}

.ai_tit_text {
    margin: 0 12px;
}

.ai_tit_cn {
    font-size: 24px;
}

.ai_tit_en {
    color: #999;
    margin-top: 5px;
}

.ai_list {
    width: 950px;
    margin: 0 auto;
    margin-top: 70px;
}

.ai_th {
    width: 100%;
    height: 58px;
    line-height: 58px;
    text-align: center;
    border-bottom: 4px double #ffbfbb;
}

    .ai_th > div {
        float: left;
        font-size: 16px;
    }

.ai_th1, .ai_th4, .ai_td1, .ai_td4 {
    width: 280px;
}

.ai_th2, .ai_td2 {
    width: 90px;
}

.ai_th3, .ai_td3 {
    width: 300px;
}

.ai_tr {
    width: 100%;
    height: 90px;
    border-bottom: 1px solid #ededed;
}

    .ai_tr > div {
        height: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        float: left;
        font-size: 16px;
        color: #666;
    }

.activity_information .pages {
    margin: 55px 0 40px 0;
}

.ju_content {
    padding: 40px 0;
    text-align: center;
}

    .ju_content img {
        max-width: 100%;
    }
/*********投资者关系 content*************/

.tzzgx_content {
    padding: 40px 0;
    text-align: left;
    line-height: 36px;
}

    .tzzgx_content img {
        max-width: 100%;
    }
/*-----------------------响应部分-----------------------*/

@media screen and (max-width: 1320px) {
    .content {
        width: 100%;
        box-sizing: border-box;
    }

    .foot {
        width: 100%;
    }
}

@media screen and (min-width: 1221px) {
    .mheader, .mji_list, .mrf_content, .mai_list, .rf_box2 {
        display: none
    }

    ;
}

@media screen and (max-width: 1220px) {
    .mian_bg {
        border-top: none;
    }

    .header, .banner .swiper-button-next, .banner .swiper-button-prev, .foot_menu, .ewm, .in_rt, .mem_line, .mem_item:before, .memorabilia_more, .culture_list li:after, .rf_box1, .news_prev span, .news_next span {
        display: none
    }

    ; /*-----------------------首页-----------------------*/ .content {
        box-sizing: border-box;
        padding: 0 2%;
    }

    .main {
        width: 100%;
        padding: 1px 0;
    }

    .mheader_box {
        width: 100%;
        height: 60px;
        box-sizing: border-box;
        padding: 0 2%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #fcd7d9;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        background-color: #fff;
    }

    .mlogo {
        height: 100%;
    }

        .mlogo a, .mlogo img {
            display: inline-block;
            height: 100%;
        }

    .mmenu_btn {
        width: 45px;
        box-sizing: border-box;
        padding: 6px;
        border-radius: 4px;
    }

        .mmenu_btn span {
            display: block;
            width: 100%;
            height: 4px;
            background-color: #e8353b;
            margin-bottom: 5px;
        }

            .mmenu_btn span:last-child {
                margin-bottom: 0;
            }

    .mmenu_list {
        width: 100%;
        height: 100%;
        position: fixed;
        top: -100%;
        left: 0;
        z-index: 998;
        box-sizing: border-box;
        padding: 80px 10% 0 10%;
        background-color: #fff;
    }

        .mmenu_list li {
            font-size: 14px;
            height: 45px;
            line-height: 45px;
            border-bottom: 1px dotted #e8353b;
            text-align: center;
        }

    .h_active .mmenu_btn {
        background-color: #e8353b;
    }

        .h_active .mmenu_btn span {
            background-color: #fff;
        }

    .h_active .mmenu_list {
        top: 0;
    }

    .banner {
        margin-top: 69px;
    }

        .banner, .banner a img {
            width: 100%;
        }

    .foot {
        width: 100%;
        padding: 30px 20px;
        margin-top: 10px;
    }

    .foot_way {
        float: none;
        width: 100%;
        margin-top: 0;
    }
    /*-----------------------企业介绍----------------------*/

    .inner_banner, .inner_banner img {
        width: 100%;
    }

    .inner_banner {
        margin-top: 69px;
    }

    .show_data li:after {
        display: none;
    }

    .sd_num span {
        font-size: 42px;
        margin-right: 10px;
    }

    .ds_text {
        margin-top: 10px;
    }

    .cb_video {
        width: 50%;
        height: auto;
    }

    .memorabilia {
        margin-top: 50px;
    }

    .memorabilia_list {
        margin: 40px 0;
    }

    .mem_year {
        width: auto;
        font-size: 20px;
        line-height: 24px;
        float: none;
    }

    .mem_content {
        width: 100%;
    }

    .mem_item {
        width: 100%;
        min-height: auto;
        float: none;
        margin: 10px 0 20px 0;
        padding: 0;
        display: flex;
        justify-content: space-between;
    }

        .mem_item:after {
            display: none;
        }

    .mem_img {
        display: none !important;
    }

    .mem_month, .mem_text {
        float: none;
    }

    .mem_text {
        margin-left: 0;
        width: calc(100% - 40px);
    }
    /*-----------------------企业文化----------------------*/

    .culture_list li {
        height: auto;
        display: flex;
        align-items: center;
        padding: 20px 15px;
        border-radius: 0;
    }

        .culture_list li > div {
            float: none;
        }

    .culture_img {
        width: 140px;
        height: 140px;
    }

    .culture_content {
        width: calc(100% - 170px);
        margin-top: 0;
        margin-left: 30px;
    }

    .culture_text {
        margin-top: 15px;
    }
    /*-----------------------管理团队----------------------*/

    .mt_list li {
        width: 100%;
        margin: 0;
        padding: 30px 25px;
    }

    .mt_img {
        width: 180px;
        margin-right: 20px;
    }

    .mt_content {
        width: 100%;
        float: none;
    }

    .mt_position {
        margin: 10px 0 15px 0;
    }
    /*-----------------------联系我们----------------------*/

    .cu_person li {
        width: 49%;
    }

    .cu_way {
        width: 700px;
        margin: 0 auto;
        margin-top: 40px;
    }

        .cu_way li {
            width: 100%;
            float: none;
            margin-bottom: 20px;
        }
    /*-----------------------党建动态----------------------*/

    .pbd_list li {
        width: 100%;
        margin-left: 0;
        padding: 40px 25px 34px 25px;
    }

    .pbd_content {
        width: calc(100% - 249px);
    }

    .pbd_tit {
        margin-top: 15px;
    }
    /*-----------------------党建动态详情----------------------*/

    .news_prev, .news_next, .news_next span, .news_next a {
        float: none;
    }

    .pbdd_flip {
        box-sizing: border-box;
        padding: 0 3%;
    }
    /*-----------------------党建学报----------------------*/

    .pbj_list ul {
        display: flex;
        flex-wrap: wrap;
    }

        .pbj_list ul:after {
            display: none;
        }

    .pbj_list li {
        width: 23%;
        float: none;
        margin: 0 1% 20px 1%;
    }

        .pbj_list li:nth-child(4n) {
            margin-right: 1%;
        }
    /*-----------------------代工特色----------------------*/

    .technical_feature {
        padding: 40px 0;
    }

    .tf_img {
        display: none;
    }

    .tf_list li {
        position: static;
        width: 100%;
        text-indent: 0;
        box-sizing: border-box;
        padding: 30px 20px;
        line-height: 1.8;
        display: flex;
        align-items: center;
    }

        .tf_list li:nth-child(2n) {
            background-color: #f5f5f5;
        }

    .tf_order {
        font-size: 32px;
        width: 60px;
    }

    .tf_text {
        width: calc(100% - 60px);
    }
    /*-----------------------设计服务----------------------*/

    .design_services > div {
        padding: 50px 20px;
    }

    .design_services > .ds_introduction {
        padding: 0;
    }

    .PDK_lf, .PDK_rt, .IP_lf, .IP_rt, .MPW_lf, .MPW_rt {
        width: 100%;
    }

    .PDK_rt, .IP_lf, .MPW_rt {
        text-align: center;
        margin-top: 20px;
    }

    .IP_rt {
        margin-top: 20px;
    }
    /*-----------------------ESG 合规、关怀职场----------------------*/

    .esg_services > div {
        padding: 50px 20px;
    }

    .esg_services > .esg_page_introduction {
        padding: 0;
    }

    .esg_page_lf, .esg_page_rt {
        width: 100%;
    }

    .esg_page_rt {
        text-align: center;
        margin-top: 20px;
    }
    /*-----------------------制造服务----------------------*/

    .ms_list li {
        padding: 0 15px;
    }
    /*-----------------------企业荣誉----------------------*/

    .ch_img {
        display: none;
    }

    .ch_content {
        width: 100%;
        height: auto;
    }

    .ch_content {
        padding: 0;
    }

    .ch_list {
        margin: 0 auto;
    }

        .ch_list li {
            padding: 25px 0 30px 0;
        }

    .ch_item {
        margin: 10px 0;
    }
    /*-----------------------加入晶合----------------------*/

    .ju_profile {
        width: auto;
        max-width: 895px;
        margin-top: 30px;
    }

    .ju_img {
        width: 160px;
        height: 160px;
        padding: 0;
    }

        .ju_img a {
            padding: 5px;
        }

    .ju_name {
        margin-top: 20px;
    }

        .ju_name i {
            display: none;
        }
    /*-----------------------职位信息----------------------*/

    .ji_search {
        height: auto;
        text-align: center;
        padding: 15px 20px;
    }

    .jis_job {
        width: calc((100% - 209px) * 0.6);
    }

    .jis_area {
        width: calc((100% - 209px) * 0.4);
    }

        .jis_area select, .jis_job select {
            width: 100%;
        }

    .ji_th, .ji_list {
        display: none;
    }

    .mji_list ul {
        display: flex;
        flex-wrap: wrap;
    }

    .mji_list li {
        width: 32%;
        background-color: #f8f8f8;
        box-sizing: border-box;
        padding: 25px 20px;
        margin-right: 2%;
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 24px;
    }

        .mji_list li:nth-child(3n) {
            margin-right: 0;
        }

    .mji_text > div {
        margin-bottom: 8px;
    }

    .mji_name {
        height: 48px;
        -webkit-line-clamp: 2;
    }

    .mji_about {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 25px;
    }

        .mji_about a {
            display: block;
            width: 70px;
            height: 30px;
            text-align: center;
            font-size: 14px;
            box-sizing: border-box;
        }

            .mji_about a:first-child {
                line-height: 30px;
                background-color: #e62519;
                color: #fff;
            }

            .mji_about a:last-child {
                line-height: 28px;
                border: 1px solid #ddd;
            }

    .mji_frame {
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.6);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
        display: none;
        opacity: 0;
    }

    .mji_frame_box {
        position: fixed;
        width: 90%;
        height: 80%;
        top: 10%;
        left: 5%;
        background-color: #fff;
        box-sizing: border-box;
        padding: 20px 30px;
        border-radius: 5px;
    }

    .mfb_text {
        width: 100%;
        height: 100%;
        overflow-y: auto;
        line-height: 1.8;
    }
    /*-----------------------履历填写----------------------*/

    .rf_tit_rt, .el_content, .we_content, .mf_content, .hr_content, .cc_content {
        display: none;
    }

    .resume_filling {
        width: 680px;
        margin: 0 auto;
        margin-top: 60px;
        padding: 35px 0 30px 0;
    }

    .ba_content, .oc_content {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

        .ba_content:after, .oc_content:after {
            display: none;
        }

        .ba_content input, .ba_content select, .oc_content input, .oc_content select {
            width: 49%;
            float: none;
            margin-right: 0;
        }

        .ba_content .other_width, .oc_content .w588 {
            width: 100%;
        }

    .mrf_content {
        margin-top: 20px;
    }

    .mrf_list li {
        width: 100%;
        background-color: #fffafa;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        box-sizing: border-box;
        padding: 20px 15px 1px 15px;
        margin-bottom: 15px;
    }

        .mrf_list li input, .mrf_list li select {
            display: block;
            width: 49%;
            height: 45px;
            border: 1px solid #ddd;
            box-sizing: border-box;
            padding: 0 10px;
            margin-bottom: 20px;
            font-size: 14px;
            color: #666;
            background-color: #fff;
        }

        .mrf_list li .other_width {
            width: 100%;
        }

    .mrf_operate {
        text-align: right;
    }

        .mrf_operate input {
            width: 70px;
            height: 32px;
            font-size: 14px;
            box-sizing: border-box;
            margin-right: 15px;
        }

            .mrf_operate input:first-child {
                border: 1px solid #ce271c;
                color: #ce271c;
            }

            .mrf_operate input:last-child {
                background-color: #ce271c;
                color: #fff;
            }

    .enc_content {
        display: flex;
        justify-content: space-between;
    }

        .enc_content:after {
            display: none;
        }

        .enc_content > div {
            width: 48%;
        }

    .enc_choice label, .enc_updata input {
        width: 100%;
        background-position: 40%
    }

    .rf_sub {
        margin-top: 50px;
    }
    /*-----------------------活动信息----------------------*/

    .ai_list {
        display: none;
    }

    .aih_list {
        display: none;
    }

    .mai_list {
        margin-top: 30px;
    }

        .mai_list ul {
            display: flex;
            flex-wrap: wrap;
        }

        .mai_list li {
            width: 32%;
            background-color: #f8f8f8;
            box-sizing: border-box;
            padding: 25px 20px;
            margin-right: 2%;
            margin-bottom: 15px;
            font-size: 14px;
            line-height: 24px;
        }

            .mai_list li:nth-child(3n) {
                margin-right: 0;
            }
}

@media screen and (max-width: 1080px) { /*-----------------------党建学报----------------------*/

    .pbj_list li {
        padding: 20px 20px 0 20px;
    }
}

@media screen and (max-width: 960px) {
    .pbj_list li {
        width: 30%;
        margin: 0 1.5% 15px 1.5%;
    }

        .pbj_list li:nth-child(4n) {
            margin-right: 1.5%;
        }
}

@media screen and (max-width: 750px) { /*-----------------------首页----------------------*/

    .content {
        padding: 0 2%;
    }

    .mheader_box {
        height: 50px;
    }

    .mmenu_btn {
        width: 40px;
        padding: 5px;
    }

    .mmenu_list {
        padding: 60px 10% 0 10%;
    }

        .mmenu_list li {
            font-size: 14px;
            height: 40px;
            line-height: 40px;
        }

    .banner {
        margin-top: 49px;
    }

        .banner .swiper-pagination span {
            width: 10px;
            height: 10px;
            margin: 0 5px !important;
        }

        .banner .swiper-container-horizontal > .swiper-pagination-bullets {
            bottom: 7px;
        }

    .empty {
        height: 10px;
    }

    .foot {
        padding: 20px 15px;
    }

    .foot_way {
        font-size: 12px;
        line-height: 22px;
    }
    /*-----------------------企业介绍----------------------*/

    .inner_banner {
        margin-top: 50px;
    }

    .inner_nav {
        height: auto;
        margin-top: 20px;
    }

    .in_lf {
        float: none;
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 5px;
    }

        .in_lf a {
            width: calc(25% - 10px);
            font-size: 12px;
            height: 30px;
            text-align: center;
            line-height: 30px;
            margin: 0 5px 5px 5px;
            border-radius: 3px;
            box-sizing: border-box;
            border: 1px solid #fff;
        }

            .in_lf a.in_active {
                background-color: #e8353b;
                color: #fff;
            }

    .ins_lf {
        float: none;
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 5px;
    }

        .ins_lf a {
            width: calc(25% - 10px);
            font-size: 14px;
            height: 25px;
            text-align: center;
            line-height: 25px;
            margin: 0 5px 5px 5px;
            border-radius: 3px;
            box-sizing: border-box;
            border: 1px solid #fff;
        }

            .ins_lf a.in_active {
                background-color: #182c46;
                color: #fff;
            }

    .show_data {
        margin-top: 25px;
    }

        .show_data li {
            width: 100%;
            float: none;
            margin-bottom: 15px;
        }

    .sd_num {
        margin-right: 5px;
    }

        .sd_num span {
            font-size: 24px;
            margin-right: 0;
        }

    .ds_text {
        margin-top: 5px;
    }

    .company_brief {
        margin-top: 30px;
        line-height: 22px;
    }

    .cb_video {
        width: 100%;
        float: none;
        margin: 0 0 10px 0;
    }

    .memorabilia {
        margin-top: 30px;
    }

    .memorabilia_tit {
        height: 32px;
        line-height: 32px;
        width: 120px;
    }

    .memorabilia_list {
        margin: 20px 0;
    }

        .memorabilia_list li {
            margin-bottom: 5px;
        }

    .mem_year {
        font-size: 18px;
    }

    .mem_item {
        margin: 5px 0 10px 0;
    }
    /*-----------------------企业文化----------------------*/

    .culture_img {
        display: none;
    }

    .culture_list {
        margin: 20px 0;
    }

        .culture_list li {
            margin-bottom: 0;
        }

    .culture_content {
        width: 100%;
        margin-left: 0;
    }

    .culture_tit {
        background-size: 7px;
        padding-left: 13px;
    }

        .culture_tit span {
            font-size: 16px;
        }

    .culture_text {
        margin-top: 10px;
    }
    /*-----------------------企业政策----------------------*/

    .cp_play {
        margin: 40px auto 60px auto;
    }
    /*-----------------------管理团队----------------------*/

    .mt_list li {
        padding: 20px 15px;
    }

    .mt_img {
        width: 120px;
        margin-right: 15px;
    }

    .mt_nat {
        font-size: 16px;
    }

    .mt_position {
        margin: 5px 0 10px 0;
    }

    .mt_brief {
        line-height: 1.8;
        font-size: 13px;
    }

    .mt_page {
        margin: 20px 0 30px 0;
    }

    .pages li { /*width: 24px;*/
        height: 24px;
        line-height: 24px;
        margin: 0 5px;
    }

        .pages li a {
            font-size: 12px;
        }
    /*-----------------------联系我们----------------------*/

    .cu_person {
        margin-top: 30px;
    }

        .cu_person li {
            width: 100%;
            float: none;
            margin-bottom: 10px;
            padding: 25px 20px;
        }

    .cup_tit {
        font-size: 16px;
        padding-left: 8px;
    }

    .cup_text {
        margin-top: 15px;
        line-height: 1.8;
    }

    .cu_way {
        width: 100%;
        margin-top: 30px;
    }

        .cu_way li {
            height: 36px;
            line-height: 36px;
            background-size: auto 100%;
            padding-left: 48px;
            font-size: 12px;
        }

    .cu_map {
        height: 300px;
        margin: 30px 0;
    }

        .cu_map iframe {
            margin-top: -17%;
        }
    /*-----------------------晶合党建----------------------*/

    .pb_content, .pbb_content {
        line-height: 1.6;
    }
    /*-----------------------党建动态----------------------*/

    .pbd_list li {
        padding: 25px 15px;
    }

    .pbd_img {
        display: none;
    }

    .pbd_content {
        width: 80%;
    }

    .pbd_date {
        width: 80px;
        height: 24px;
        line-height: 24px;
    }

    .pbd_list .day, .pbd_list .date {
        /* background-color: #eae6e2;*/
        display: block;
        text-align: center;
    }

    .pbd_list .day {
        height: 40px;
        line-height: 40px;
        border-bottom: 1px solid #fff;
        color: #000;
        font-size: 30px;
    }

    .pbd_list .date {
        height: 18px;
        line-height: 18px;
        font-size: 10px;
    }

    .pbd_date2 {
        height: 60px;
        line-height: 60px;
        margin-top: 18px;
        margin-right: 10px;
    }

    .pbd_tit a {
        font-size: 14px;
    }

    .pbd_brief {
        line-height: 1.6;
    }
    /*-----------------------党建动态详情----------------------*/

    .pbd_detail {
        padding: 30px 0;
    }

    .pbdd_top {
        padding-bottom: 10px;
    }

    .pbdd_top_rt {
        display: none;
    }

    .pbdd_tit {
        font-size: 17px;
    }

    .pbdd_about {
        margin-top: 7px;
    }

    .pbdd_text {
        margin-top: 20px;
        line-height: 1.6;
    }

        .pbdd_text img {
            max-width: 100%;
        }

    .back_list {
        width: 65px;
        height: 24px;
        text-align: center;
        left: 50%;
        margin-left: -32px;
    }

        .back_list a {
            padding: 0;
            background: no-repeat;
            line-height: 24px;
        }

    .news_prev, .news_next {
        line-height: 24px;
        float: none;
    }
    /*-----------------------党建学报----------------------*/

    .pbj_list {
        margin: 30px 0;
    }

        .pbj_list li {
            width: 48%;
            height: auto;
            margin: 0 1% 10px 1%;
            padding: 15px;
        }

            .pbj_list li:nth-child(4n) {
                margin-right: 0;
            }

    .pbj_text {
        font-size: 16px;
        margin-top: 15px;
        line-height: 1.7;
    }

    .pbj_about {
        margin-top: 15px;
    }
    /*-----------------------代工特色----------------------*/

    .technical_feature {
        padding: 30px 0;
    }

    .tf_list li {
        padding: 20px 15px;
    }

    .tf_order {
        width: 34px;
        font-size: 24px;
    }

    .tf_text {
        width: calc(100% - 45px);
    }
    /*-----------------------技术蓝图----------------------*/

    .technical_blueprint {
        padding-top: 30px;
    }

    .tb_tit span {
        height: 26px;
        line-height: 26px;
        background-size: auto 100%;
        padding: 0 10px 0 20px;
        font-size: 14px;
    }

    .tb_table {
        margin: 20px 0 30px 0;
    }
    /*-----------------------设计服务----------------------*/

    .design_services {
        padding: 15px 0 30px 0;
    }

    .ds_introduction {
        font-size: 12px;
        line-height: 22px;
    }

    .PDK {
        margin-top: 15px;
    }

    .design_services > div {
        padding: 25px 10px;
    }

    .ds_tit {
        font-size: 16px;
    }

    .PDK_text, .IP_text, .MPW_text {
        margin-top: 10px;
        font-size: 12px;
        line-height: 28px;
    }

    .PDK, .IP, .type_out, .DPE, .MPW {
        padding: 25px 15px;
    }
    /*-----------------------制造服务----------------------*/

    .manufacture_services {
        padding: 30px 0;
    }

    .ms_tit {
        font-size: 16px;
        background-size: 7px;
        padding-left: 12px;
    }

    .ms_text {
        margin: 15px 0 20px 0;
        line-height: 1.6;
    }

    .ms_list {
        margin-top: 20px;
    }

        .ms_list li {
            width: 50%;
            margin-bottom: 25px;
            background-image: none !important;
        }

    .msl_text {
        margin-top: 10px;
        line-height: 1.6;
    }
    /*-----------------------ESG----------------------*/

    .esg_services {
        padding: 15px 0 30px 0;
    }

    .esg_tit {
        font-size: 16px;
        background-size: 7px;
        padding-left: 12px;
    }

    .esg_text {
        margin: 15px 0 20px 0;
        line-height: 1.6;
    }

    .esg_list {
        margin-top: 20px;
    }

        .esg_list li {
            width: 100%;
            margin-bottom: 25px;
            background-image: none !important;
        }

    .esgl_text {
        margin-top: 20px;
        line-height: 1.6;
    }
    /*-----------------------ESG 合规、关怀职场----------------------*/

    .esg_page_introduction {
        font-size: 12px;
        line-height: 22px;
    }

    .esg_page {
        margin-top: 15px;
    }

    .esg_services > div {
        padding: 25px 10px;
    }

    .esg_page_tit {
        font-size: 16px;
    }

    .esg_page_text {
        margin-top: 10px;
        font-size: 12px;
        line-height: 28px;
    }

    .esg_page {
        padding: 25px 15px;
    }
    /*-----------------------企业荣誉----------------------*/

    .ch_list li:after, .ch_line {
        display: none;
    }

    .corporate_honor {
        padding: 30px 0;
    }

    .ch_list {
        width: 90%;
    }

        .ch_list li {
            padding: 20px 0 15px 0;
        }

    .ch_item {
        line-height: 24px;
        padding-left: 15px;
    }

    .ch_year {
        font-size: 16px;
    }

    .ch_order {
        width: 35px;
    }

    .ch_text {
        width: calc(100% - 35px);
    }
    /*-----------------------加入我们----------------------*/

    .join_us {
        padding: 30px 0 50px 0;
    }

    .ju_tit_text {
        margin: 0 20px;
    }

    .ju_tit_line {
        width: 20px;
    }

    .ju_tit_cn {
        font-size: 18px;
    }

    .ju_profile {
        width: 90%;
        line-height: 1.7;
    }

    .ju_list {
        margin-top: 50px;
    }

        .ju_list li {
            width: 50%;
            margin-bottom: 20px;
        }

    .ju_name {
        margin-top: 15px;
        font-size: 14px;
    }

    .ju_img {
        width: 140px;
        height: 140px;
    }
    /*-----------------------ESG 关心社会----------------------*/

    .esg_social {
        padding: 30px 0 50px 0;
    }

    .esgs_tit_text {
        margin: 0 20px;
    }

    .esgs_tit_line {
        width: 20px;
    }

    .esgs_tit_cn {
        font-size: 18px;
    }

    .esgs_profile {
        width: 90%;
        line-height: 1.7;
    }

    .esgs_list {
        margin-top: 50px;
    }

        .esgs_list li {
            width: 33.3%;
            margin-bottom: 20px;
        }

    .esgs_name {
        margin-top: 15px;
        font-size: 14px;
    }

    .esgs_img {
        width: 140px;
        height: 140px;
    }
    /*-----------------------职位信息----------------------*/

    .job_information {
        padding: 30px 0;
    }

    .ji_top {
        height: 32px;
    }

    .ji_top_lf a {
        margin-right: 10px;
    }

    .registration_form a {
        height: 24px;
        line-height: 22px;
    }

    .ji_search {
        margin-top: 25px;
        padding: 10px 15px 20px 15px;
    }

        .ji_search > div {
            float: none;
            margin-left: 0;
            width: 100%;
        }

    .jis_name, .jis_job, .jis_area {
        margin-bottom: 15px;
    }

    .jis_sub input {
        width: 100%;
    }

    .mji_list ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

        .mji_list ul:after {
            display: none;
        }

    .mji_list li {
        width: 49%;
        float: none;
        padding: 10px 15px;
    }

        .mji_list li:nth-child(2n) {
            margin-right: 0;
        }

    .mji_about a {
        width: 54px;
        height: 26px;
    }

        .mji_about a:first-child {
            line-height: 26px;
        }

        .mji_about a:last-child {
            line-height: 24px;
        }
    /*-----------------------履历填写----------------------*/

    .resume_filling {
        width: 100%;
    }

    .rf_top {
        font-size: 14px;
    }

        .rf_top span {
            font-size: 16px;
            margin: 0 10px;
        }

    .ba_content input, .ba_content select, .oc_content input, .oc_content select {
        height: 38px;
        padding: 5px;
        font-size: 12px;
        margin: 0 0 15px 0;
    }

    .education_level.work_experience, .member_family, .other_certificates, .has_relative, .come_over {
        margin-top: 25px;
    }

    .rf_tit_lf {
        font-size: 14px;
    }

    .mrf_list li {
        width: 104%;
        margin-left: -2%;
        padding: 15px 2% 1px 2%;
    }

        .mrf_list li input, .mrf_list li select {
            height: 38px;
            font-size: 12px;
            padding: 5px;
            margin-bottom: 15px;
        }

    .mrf_operate input {
        width: 54px;
        height: 28px;
    }

    .rf_tit_option span {
        display: block;
        margin-bottom: 15px;
    }

    .rf_tit_option input {
        margin-left: 10px;
        vertical-align: middle;
    }

    .rf_tit_option i {
        display: inline-block;
        vertical-align: middle;
        margin: 0 15px 0 5px;
    }

    .enc_content {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .enc_choice label, .enc_updata input {
        height: 38px;
        line-height: 38px;
        font-size: 12px;
        background-position: 36%;
    }

    .enc_content > div {
        width: 48%;
        margin-bottom: 15px;
    }

    .rf_sub input {
        margin: 0;
        width: 47%;
        height: 32px;
    }

    .rf_sub {
        margin-top: 25px;
    }
    /*-----------------------活动信息----------------------*/

    .activity_information {
        padding: 30px 0;
    }

    .mai_list ul {
        justify-content: space-between;
    }

    .mai_list li {
        width: 48%;
        margin: 0 0 15px 0;
    }

    .ai_tit {
        margin-top: 25px;
    }

    .ai_tit_cn {
        font-size: 18px;
    }

    .activity_information .pages {
        margin: 25px 0 20px 0;
    }
}

@media screen and (max-width: 600px) {
    .menu li {
        width: 50%;
        margin-bottom: 15px;
    }

        .menu li:nth-child(2n) {
            border-right: none;
        }

    .m_icon img {
        width: 30px;
    }

    .fw_text {
        line-height: 24px;
    }
}

@media screen and (max-width: 520px) {
    .cp_play {
        width: 90%;
    }

    .cp_img {
        width: 100%;
        height: auto;
    }

    .cp_name {
        margin-top: 20px;
        font-size: 12px;
    }

    .cp_play .swiper-button-prev, .cp_play .swiper-button-next {
        width: 36px;
        height: 30px;
    }
}

@media screen and (max-width: 414px) { /*-----------------------企业介绍----------------------*/

    .cu_map iframe {
        margin-top: -24%;
    }
    /*-----------------------党建学报----------------------*/

    .pbj_list li {
        width: 100%;
        margin: 0 0 10px 0;
    }
    /*-----------------------制造服务----------------------*/

    .ms_list li {
        width: 100%;
    }
    /*-----------------------加入我们----------------------*/

    .ju_img {
        width: 120px;
        height: 120px;
    }
    /*-----------------------职位信息----------------------*/

    .mji_list li {
        width: 100%;
        margin: 0 0 15px 0;
    }
    /*-----------------------履历填写----------------------*/

    .enc_choice label, .enc_updata input {
        background-position: 27%;
    }
    /*-----------------------活动信息----------------------*/

    .mai_list li {
        width: 100%;
    }
}
/*----------------------最新职位用二维码扫图-------------------------------*/

.div-center {
    text-align: center;
}
/*-----------------------用于首页移动悬浮窗 宣传全国国家教育日----------------------*/

#fdck {
    margin: 0 auto;
    padding: 5px;
}
/*---股票信息定制化 start*/

.aih_list {
    width: 950px;
    margin: 0 auto;
    margin-top: 15px;
}

.aih_tr {
    width: 90%;
    height: 30px;
    margin-top: 20px;
    border-bottom: 2px solid #ddd;
}

.aid_tr {
    width: 100%;
    height: 40px;
}

.aih_th > div {
    float: left;
    font-size: 16px;
}

.aih_th1, .aih_td1 {
    width: 100px;
}

.aih_th2, .aih_td2 {
    width: 150px;
}

.aih_tr > div {
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: left; /*justify-content: center;*/
    align-items: left;
    float: left;
    font-size: 16px;
    color: #003366;
    font-weight: bold;
}

.aid_tr > div {
    height: 100%;
    text-align: left;
    display: flex;
    justify-content: left; /*justify-content: center;*/
    align-items: center;
    float: left;
    font-size: 16px;
    color: #666;
}

.aisss_tr {
    width: 100%;
    height: 40px;
}

    .aisss_tr > div {
        height: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        float: right;
        font-size: 16px;
        color: #666;
    }

.stock_title {
    font-size: 20px;
}

.stock_info {
    display: flex;
    float: right;
}

.refresh a {
    display: block;
    width: 60px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #e62519;
    color: #e62519;
    float: right;
    border-radius: 10px;
}
/*---股票信息定制化 end*/ /*-----------------------投资者关系 临时报告、定时报告----------------------*/

.tz_box {
    height: 40px;
}

.tz_th1, .tzb1 {
    width: 800px;
}

.tz_th2, .tzb2 {
    width: 200px;
}

.tz_th3, .tzb3 {
    width: 200px;
}

.tz_thf1, .tzbf1 {
    width: 800px;
}

.tz_thf2, .tzbf2 {
    width: 400px;
}
/*财务报告下拉框*/

.selyear {
    display: block;
    height: 36px;
    border-color: #eee;
    text-align: center;
    color: #666;
    width: 285px;
}

.rep_search {
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    padding: 23px 30px;
    box-sizing: border-box;
}

.rpt_th {
    width: 70%;
    height: 50px;
    line-height: 50px;
    background-color: #f6f6f6;
    font-weight: bolder;
}

    .rpt_th > div, .rpt_th > div {
        float: left;
        text-align: left; /*text-align: center;*/
    }
/**----------esg--------.esg_content {    position: relative;    border: 0px solid;    width: 100%;}.esg_content_left {    width: 60%;}.esg_content_right {    position: absolute;    top: 0;	bottom: 0;   padding-left:70%;}*/

.esg_content {
    width: 90%;
    height: 260px;
    margin: 0 auto;
    margin-top: 10px;
    padding-right: 3px;
    border: 5px solid #f7f7f7;
    position: relative;
}

.esg_list li:hover .esg_content {
    border: 5px solid #99CC33;
}

.esg_content_left {
    position: absolute;
    top: 4px;
    left: 4px;
}

    .esg_content_left img { /*width:300px; height:200px;*/
        width: 55%;
        height: 50%;
        margin-top: 30px;
        padding: 2px;
    }

.esg_content_right { /* margin-left:320px;*/
    margin-left: 60%;
}
