.in-banner {
    position: relative;
    padding-top: 100px;
}

.g_nav {
    width: 100%;
    background: #F5F5F5;
}

.g_nav .nav_row {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;

}

.g_nav .nav_row .nav_left {
    display: flex;
    flex-direction: row;
    width: 70%;
    overflow-x: auto;
}

.g_nav .nav_row .nav_left a {
    height: 70px;
    line-height: 70px;
    transition: .5s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.g_nav .nav_row .nav_left a p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #5F5E5E;
    line-height: 1;
    padding: 0 40px;
    border-right: 1px solid #DDDDDD;
    transition: .5s;
}


.g_nav .nav_row .nav_left a.active,
.g_nav .nav_row .nav_left a:hover {
    background: #212073;
}

.g_nav .nav_row .nav_left a.active p,
.g_nav .nav_row .nav_left a:hover p {
    color: #ffffff;
    border-right: 1px solid #212073;
}

.g_nav .nav_row .nav_right,
.product_banner_po .banner_po_top .nav_right,
.product_nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 55px;
    line-height: 55px;
}

.product_banner_po .banner_po_top .nav_right,
.product_nav {
    height: auto;
    line-height: 1;
}

.g_nav .nav_row .nav_right .nav_zy,
.product_banner_po .banner_po_top .nav_right .nav_zy,
.product_nav .nav_zy {
    width: 15px;
    margin-right: 8px;
}

.g_nav .nav_row .nav_right .nav_you,
.product_banner_po .banner_po_top .nav_right .nav_you,
.product_nav .nav_you {
    width: 5px;
    margin: 0 10px;
}

.g_nav .nav_row .nav_right a,
.g_nav .nav_row .nav_right p,
.product_banner_po .banner_po_top .nav_right a,
.product_banner_po .banner_po_top .nav_right p,
.product_nav a,
.product_nav p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #878787;
}

.about_name {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about_name h2 {
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #2E2E2E;
    line-height: 1;
}

.about_name h4 {
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #35339E;
    line-height: 36px;
}



/* 公司简介 */

.about_company {
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.about_company .company_row {
    margin-top: 45px;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    border-radius: 20px;
    overflow: hidden;
    align-items: flex-start;
    background: #F6F6F6;
}

.about_company .company_row .company_left {
    width: 42%;
    position: relative;
    overflow: hidden;
}

.about_company .company_row .company_left .swiper-pagination {
    width: auto !important;
    right: 25px;
    left: auto !important;
    bottom: 20px !important;
}

.about_company .company_row .company_left .swiper-pagination .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background: #FFFFFF;
    border-radius: 50%;
    opacity: 1;
    margin: 0 6px;
}

.about_company .company_row .company_left .swiper-pagination .swiper-pagination-bullet-active {
    background: #35339E;
}

.about_company .company_row .company_right {
    width: 58%;
    background: #F6F6F6;
    display: flex;
    flex-direction: column;
    padding: 30px 65px 30px 80px;
    justify-content: center;
}

.about_company .company_row .company_right .company_right_name {
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #2E2E2E;
    margin-bottom: 50px;
}

.about_company .company_row .company_right .right_row {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}

.about_company .company_row .company_right .right_row .row_min {
    /* max-width: 35%; */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.about_company .company_row .company_right .right_row .row_min h2 {
    font-size: 26px;
    font-family: Arial;
    font-weight: bold;
    color: #32319F;
    margin-bottom: 24px;
    line-height: 1;
}

.about_company .company_row .company_right .right_row .row_min p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #646464;
    line-height: 36px;
}

/* .about_company .company_row .company_right .right_row .row_min:last-child {
    max-width: 53%;
} */





.group_subsidiaries {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.group_subsidiaries .subsidiaries_map {
    margin: 45px auto 0;
    position: relative;
    width: 1720px;
}

.subsidiaries_img1 {
    display: block;
}

.subsidiaries_img2 {
    display: none;
}

.group_subsidiaries .subsidiaries_map .map_con {
    cursor: pointer;
}

.group_subsidiaries .subsidiaries_map .map_1 {
    position: absolute;
    top: 276px;
    left: 327px;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
}

.group_subsidiaries .subsidiaries_map .map_2 {
    position: absolute;
    top: 330px;
    /*left: 537px;*/
    left: 384px;
    display: flex;
    /*flex-direction: column;*/
    flex-direction: row;
    align-items: center;
    cursor: pointer;
}

.group_subsidiaries .subsidiaries_map .map_3 {
    position: absolute;
    top: 329px;
    left: 723px;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
}

.group_subsidiaries .subsidiaries_map .map_4 {
    position: absolute;
    top: 255px;
    left: 739px;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
}

.group_subsidiaries .subsidiaries_map .map_5 {
    position: absolute;
    top: 320px;
    right: 202px;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
}
.group_subsidiaries .subsidiaries_map .map_6 {
    position: absolute;
    top: 367px;
    left: 700px;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
}
.group_subsidiaries .subsidiaries_map .map_7 {
    position: absolute;
    top: 275px;
    left: 715px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    cursor: pointer;
}
.group_subsidiaries .subsidiaries_map .map_7 p{
    margin: 17px 0 0 5px;
}

.group_subsidiaries .subsidiaries_map p {
    height: 35px;
    background: #FCBA2C;
    border-radius: 5px;
    line-height: 35px;
    padding: 0 12px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #004285;
    position: relative;
    margin: 0 12px;
}

/*.group_subsidiaries .subsidiaries_map .map_2 p {
    margin: 12px 0;
}

.group_subsidiaries .subsidiaries_map .map_2 .pic {
    margin-left: 12px;
}*/

.group_subsidiaries .subsidiaries_map .map_1 p::after {
    content: '';
    position: absolute;
    right: -6px;
    top: 50%;
    background: url(../images/about/you.png) no-repeat;
    transform: translate(0, -50%);
    background-size: 6px 13px;
    width: 6px;
    height: 13px;
}

.group_subsidiaries .subsidiaries_map .map_2 p::after {
   /* content: '';
    position: absolute;
    left: 50%;
    top: -3px;
    background: url(../images/about/shang.png) no-repeat;
    transform: translate(0, -50%);
    background-size: 13px 6px;
    width: 13px;
    height: 6px;*/
    content: '';
    position: absolute;
    right: -6px;
    top: 50%;
    background: url(../images/about/you.png) no-repeat;
    transform: translate(0, -50%);
    background-size: 6px 13px;
    width: 6px;
    height: 13px;
}

.group_subsidiaries .subsidiaries_map .map_3 p::after {
    content: '';
    position: absolute;
    left: -6px;
    top: 50%;
    background: url(../images/about/zuo.png) no-repeat;
    transform: translate(0, -50%);
    background-size: 6px 13px;
    width: 6px;
    height: 13px;
}

.group_subsidiaries .subsidiaries_map .map_4 p::after {
    content: '';
    position: absolute;
    left: -6px;
    top: 50%;
    background: url(../images/about/zuo.png) no-repeat;
    transform: translate(0, -50%);
    background-size: 6px 13px;
    width: 6px;
    height: 13px;
}

.group_subsidiaries .subsidiaries_map .map_5 p::after {
    content: '';
    position: absolute;
    left: -6px;
    top: 50%;
    background: url(../images/about/zuo.png) no-repeat;
    transform: translate(0, -50%);
    background-size: 6px 13px;
    width: 6px;
    height: 13px;
}
.group_subsidiaries .subsidiaries_map .map_6 p::after {
    content: '';
    position: absolute;
    left: -6px;
    top: 50%;
    background: url(../images/about/zuo.png) no-repeat;
    transform: translate(0, -50%);
    background-size: 6px 13px;
    width: 6px;
    height: 13px;
}
.group_subsidiaries .subsidiaries_map .map_7 p::after {
    content: '';
    position: absolute;
    left: -6px;
    top: 50%;
    background: url(../images/about/zuo.png) no-repeat;
    transform: translate(0, -50%);
    background-size: 6px 13px;
    width: 6px;
    height: 13px;
}

.group_subsidiaries .subsidiaries_map .pic {
    width: 24px;
}


.group_subsidiaries .mobile_subsidiaries {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 40px;
}

.group_subsidiaries .mobile_subsidiaries .mobile_content {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 40px;
}

.group_subsidiaries .mobile_subsidiaries .mobile_content .mold_name {
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 30px;
    color: #000000;
    padding-bottom: 20px;
    margin-bottom: 25px;
    width: 100%;
    border-bottom: 1px solid #CFCFCF;
}

.group_subsidiaries .mobile_subsidiaries .mobile_content .mold_row {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
}

.group_subsidiaries .mobile_subsidiaries .mobile_content .mold_row .mold_left {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.group_subsidiaries .mobile_subsidiaries .mobile_content .mold_left p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #646464;
    line-height: 30px;
    margin-bottom: 20px;
}

.group_subsidiaries .mobile_subsidiaries .mobile_content .mold_left p:last-child {
    margin-bottom: 0;
}

.group_subsidiaries .mobile_subsidiaries .mobile_content .mold_row .mold_pic {
    width: 100%;
}


#mobile_subsidiaries {
    display: none;
}

.subsidiaries_mold {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgb(0, 0, 0, 0.8);
    display: none;
}

.subsidiaries_mold .mold_content {
    position: absolute;
    width: 1200px;
    top: 10%;
    left: 50%;
    transform: translate(-50%, 0);
    background: #FFFFFF;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    padding: 60px;
}

.subsidiaries_mold .mold_content .mold_name {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 36px;
    color: #000000;
    padding-bottom: 30px;
    margin-bottom: 35px;
    width: 100%;
    border-bottom: 1px solid #CFCFCF;
}

.subsidiaries_mold .mold_content .mold_row {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}

.subsidiaries_mold .mold_content .mold_row .mold_left {
    width: 48%;
    display: flex;
    flex-direction: column;
}

.subsidiaries_mold .mold_content .mold_row .mold_left p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #646464;
    line-height: 30px;
    margin-bottom: 20px;
}

.subsidiaries_mold .mold_content .mold_row .mold_left p:last-child {
    margin-bottom: 0;
}

.subsidiaries_mold .mold_content .mold_row .mold_pic {
    width: 48%;
}


.subsidiaries_mold .mold_cuo {
    position: absolute;
    top: 10%;
    right: 15%;
    width: 18px;
    cursor: pointer;
}




.development_history {
    position: relative;
    padding: 100px 0;
    background: url(../images/about/about_history.png) no-repeat top;
    background-size: cover;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about_history {
    margin-top: 50px;
    /* background: url(../images/bg_12.png) repeat-x left center; */
    width: 100%;
}

.about_history .history_swiper {
    width: 100%;
    position: relative;
    padding: 0 85px;
}

.about_history .history_swiper .history_column {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
}

.about_history .history_swiper .history_column .history_top {
    padding-left: 36px;
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    height: 240px;
}

.about_history .history_swiper .history_column::before {
    content: '';
    position: absolute;
    left: 0px;
    width: 19px;
    height: 19px;
    top: -4px;
    z-index: 99;
    background: url(../images/about/history_top.png)no-repeat;
    background-size: 100% 100% !important;
    transition: background .5s;
}

.about_history .history_swiper .history_column:hover::before {
    background: url(../images/about/history_top1.png)no-repeat;
}

.about_history .history_swiper .history_column::after {
    content: '';
    position: absolute;
    left: 9px;
    height: 51%;
    width: 1px;
    background: #DDDDDD;
}

.about_history .history_swiper .history_column .history_top h2 {
    font-size: 30px;
    font-family: Arial;
    font-weight: bold;
    color: #2E2E2E;
    margin-bottom: 15px;
    transition: .5s;
}

.about_history .history_swiper .history_column:hover .history_top h2 {
    font-size: 48px;
    color: #32319F;
}

.about_history .history_swiper .history_column .history_top p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #646464;
    line-height: 30px;
    height: 180px;
    overflow-y: auto;
}

.about_history .history_swiper .history_column .history_pic {
    padding-left: 36px;
    padding-top: 70px;
    overflow: hidden;
    border-radius: 18px;
}

.about_history .history_swiper .history_column .history_pic img {
    transition: .5s;
}

.about_history .history_swiper .history_column:hover .history_pic img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.about_history .history_swiper .swiper-slide:nth-child(2n) .history_column {
    flex-flow: column-reverse;
}

.about_history .history_swiper .swiper-slide:nth-child(2n) .history_column::before {
    top: auto;
    bottom: 35%;
}

.about_history .history_swiper .swiper-slide:nth-child(2n) .history_column::after {
    height: 12%;
    bottom: 37%;
}

.about_history .history_swiper .swiper-slide:nth-child(2n) .history_column .history_pic {
    padding-bottom: 70px;
    padding-top: 0;
}

.about_history .history_swiper .swiper-slide:nth-child(2n) .history_column .history_top {
    margin-top: 20px;
    margin-bottom: 0px;
}


.history_swiper .swiper-button-next,
.history_swiper .swiper-button-prev {
    width: 42px;
    height: 42px;
    margin-top: -16px;
    border-radius: 50%;
    background-size: 20px 16px !important;
}

.history_swiper .swiper-button-prev {
    background: #EBEBEB url(../images/about/history_swiper1.png) no-repeat center;
    left: 0;
}

.history_swiper .swiper-button-prev:hover {
    background: #32319F url(../images/about/history_swiper3.png) no-repeat center;
}

.history_swiper .swiper-button-next {
    background: #EBEBEB url(../images/about/history_swiper4.png) no-repeat center;
    right: 0;
}

.history_swiper .swiper-button-next:hover {
    background: #32319F url(../images/about/history_swiper2.png) no-repeat center;
}

.history_swiper .swiper-button-next::after,
.history_swiper .swiper-button-prev::after {
    display: none;
}


.corporate_culture {
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

.corporate_culture .culture_swiper {
    margin-top: 90px;
    padding-bottom: 55px;
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.corporate_culture .culture_swiper .pic {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
}

.corporate_culture .culture_swiper .pic .pic_name {
    position: absolute;
    bottom: 15px;
    width: 100%;
    left: 0;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
    padding: 0 20px;
    text-align: center;
}

.corporate_culture .culture_swiper .swiper-pagination {
    bottom: 0px !important;
}

.corporate_culture .culture_swiper .swiper-pagination .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background: #B9B9B9;
    border-radius: 50%;
    opacity: 1;
    margin: 0 6px;
}

.corporate_culture .culture_swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #32319F;
}











/* 荣誉资质 */

.honor_content {
    padding: 100px 0 80px;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

.honor_content .honor_nav {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.honor_content .honor_nav .nav_name {
    margin-right: 10px;
    height: 54px;
    background: rgba(50, 49, 159, 0);
    border: 1px solid #32319F;
    border-radius: 27px;
    padding: 0 30px;
    line-height: 54px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #32319F;
    margin-bottom: 10px;
}

.honor_content .honor_nav .nav_name.active {
    background: #32319F;
    color: #FFFFFF;
}


.honor_content .honor_wrap {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-end;
}

.honor_content .honor_wrap .wrap_min {
    width: calc((100% - 420px) /4);
    margin-right: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}

.honor_content .honor_wrap .wrap_min:nth-of-type(4n) {
    margin-right: 0;
}

.honor_content .honor_wrap .wrap_min p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
    text-align: center;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.honor_content .honor_wrap .wrap_min .pic {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 40px 55px;
}

.honor_content .honor_wrap .wrap_min .pic .pic_img {
    position: relative;
    z-index: 9;
}

.honor_content .honor_wrap .wrap_min .pic .pic_img .pic_so {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s;
}

.honor_content .honor_wrap .wrap_min .pic .pic_img .pic_so img {
    width: 33px;
}

.honor_content .honor_wrap .wrap_min:hover .pic .pic_img .pic_so {
    opacity: 1;
}

.honor_content .honor_wrap .wrap_min .pic .pic_po {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}






/* 产品展示 */
.product_content {
    padding: 100px 0 80px;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    position: relative;
}

.product_content .product_left {
    width: 18%;
    display: flex;
    flex-direction: column;
}

.product_content .product_left .left_top {
    width: 100%;
    height: 72px;
    background: #35339E;
    border-radius: 20px 20px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 4px;
}

.product_content .product_left .left_top p {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.product_content .product_left ul {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.product_content .product_left ul li {
    width: 100%;
    background: #F0F0F0;
    padding: 0 15px;
    margin-bottom: 1px;
    height: 55px;
    transition: .5s;
}

.product_content .product_left ul li.active,
.product_content .product_left ul li:hover {

    background: #35339E;
}

.product_content .product_left ul li a {
    height: 55px;
    line-height: 55px;
    width: 100%;
    padding-left: 17px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #646464;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: url(../images/product/nav_1.png) no-repeat left center;
    background-size: 6px 11px !important;
    display: inline-block;
    transition: .5s;
}

.product_content .product_left ul li.active a,
.product_content .product_left ul li:hover a {
    background: url(../images/product/nav_2.png) no-repeat left center;
    color: #FFFFFF;
}

.product_content .product_right {
    width: 78%;
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
}

.product_content .product_right .right_top {
    padding-bottom: 25px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E5E5E5;
}

.product_content .product_right .right_top h2 {
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #2E2E2E;
    line-height: 1;
    max-width: 30%;
}


.product_content .product_right .product_wrap {
    margin: 45px 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
}

.product_content .product_right .product_wrap .product_min {
    width: calc((100% - 150px)/4);
    margin-right: 50px;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.product_content .product_right .product_wrap .product_min:nth-of-type(4n) {
    margin-right: 0;
}

.product_content .product_right .product_wrap .product_min .pic {
    border: 1px solid #E5E5E5;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    min-height: 233px;
}

.product_content .product_right .product_wrap .product_min .pic img {
    transition: .5s;
    width: 100%;
}

.product_content .product_right .product_wrap .product_min:hover .pic {

    border: 1px solid #35339E;
}

.product_content .product_right .product_wrap .product_min:hover .pic img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.product_content .product_right .product_wrap .product_min p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #646464;
    line-height: 30px;
    margin-top: 20px;
    text-align: center;
    width: 100%;
    transition: .5s;
}

.product_content .product_right .product_wrap .product_min:hover p {

    color: #35339E;
}





.product_content .product_right .product_show {
    margin: 45px 0;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.product_content .product_right .product_show .show_top {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;

}

.product_content .product_right .product_show .show_top .top_swiper {
    width: 48%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.product_content .product_right .product_show .show_top .top_swiper .swiper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.product_content .product_right .product_show .show_top .top_swiper .swiper-slide {
    background-size: cover;
    background-position: center;
}

.product_content .product_right .product_show .show_top .top_swiper .mySwiper2 {
    width: 100%;
    height: 356px;
}

.product_content .product_right .product_show .show_top .top_swiper .mySwiper2 .pic {
    padding: 40px 110px;
    border: 1px solid #D2D0D0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.product_content .product_right .product_show .show_top .top_swiper .mySwiper2 .swiper-button-next,
.product_content .product_right .product_show .show_top .top_swiper .mySwiper2 .swiper-button-prev {
    width: 45px;
    height: 45px;
    background: #DEDEDE;
    border-radius: 50%;
    z-index: 9;
    transition: .5s;
}

.product_content .product_right .product_show .show_top .top_swiper .mySwiper2 .swiper-button-next:hover,
.product_content .product_right .product_show .show_top .top_swiper .mySwiper2 .swiper-button-prev:hover {

    background: #35339E;
}

.product_content .product_right .product_show .show_top .top_swiper .mySwiper2 .swiper-button-prev {
    left: 30px;
}

.product_content .product_right .product_show .show_top .top_swiper .mySwiper2 .swiper-button-next {
    right: 30px;
}

.product_content .product_right .product_show .show_top .top_swiper .mySwiper2 .swiper-button-next::after,
.product_content .product_right .product_show .show_top .top_swiper .mySwiper2 .swiper-button-prev::after {
    font-size: 16px;
    color: #646464;
}

.product_content .product_right .product_show .show_top .top_swiper .mySwiper2 .swiper-button-next:hover::after,
.product_content .product_right .product_show .show_top .top_swiper .mySwiper2 .swiper-button-prev:hover::after {
    color: #FFFFFF;
}

.product_content .product_right .product_show .show_top .top_swiper .mySwiper_margin {
    padding: 0 42px;
    width: 100%;
    position: relative;
}

.product_content .product_right .product_show .show_top .top_swiper .mySwiper {
    height: 87px;
    box-sizing: border-box;
    padding: 10px 0 0;
}


.product_content .product_right .product_show .show_top .top_swiper .mySwiper_margin .swiper-button-next,
.product_content .product_right .product_show .show_top .top_swiper .mySwiper_margin .swiper-button-prev {
    width: 12px;
    height: 15px;
    z-index: 9;
    transition: background .5s;
    background-size: 12px 15px !important;
    margin-top: -7.5px;
    display: block !important;
    opacity: 1 !important;
    cursor: pointer;
    pointer-events: initial;
}

.product_content .product_right .product_show .show_top .top_swiper .mySwiper_margin .swiper-button-prev {
    background: url(../images/product/productshowzjt.png) no-repeat;
    left: 0;
}

.product_content .product_right .product_show .show_top .top_swiper .mySwiper_margin .swiper-button-prev:hover {
    background: url(../images/product/productshowzjt1.png) no-repeat;
}

.product_content .product_right .product_show .show_top .top_swiper .mySwiper_margin .swiper-button-next::after,
.product_content .product_right .product_show .show_top .top_swiper .mySwiper_margin .swiper-button-prev::after {
    display: none;
}

.product_content .product_right .product_show .show_top .top_swiper .mySwiper_margin .swiper-button-next {
    background: url(../images/product/productshowyjt.png) no-repeat;
    right: 0;
}

.product_content .product_right .product_show .show_top .top_swiper .mySwiper_margin .swiper-button-next:hover {
    background: url(../images/product/productshowyjt1.png) no-repeat;
}

.product_content .product_right .product_show .show_top .top_swiper .mySwiper .swiper-slide .pic {
    border: 1px solid #D2D0D0;
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 77px;
}

.product_content .product_right .product_show .show_top .top_swiper .mySwiper .swiper-slide-thumb-active .pic {
    border: 1px solid #192CA5;
}

.product_content .product_right .product_show .show_top .top_right {
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product_content .product_right .product_show .show_top .top_right .right_content {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 40px;
}

.product_content .product_right .product_show .show_top .top_right .right_content .right_name {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 45px;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 40px;
}

.product_content .product_right .product_show .show_top .top_right .right_content .right_name h2 {
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #2E2E2E;
    line-height: 48px;
    margin-bottom: 25px;
}

.product_content .product_right .product_show .show_top .top_right .right_content .right_name h4 {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #2E2E2E;
}

.product_content .product_right .product_show .show_top .top_right .right_content p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #646464;
    line-height: 30px;
}

.product_content .product_right .product_show .show_top .top_right .right_footer {
    padding-top: 40px;
    border-top: 1px solid #E5E5E5;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.product_content .product_right .product_show .show_top .top_right .right_footer .footer_phone {
    cursor: pointer;
    height: 58px;
    border: 1px solid #35339E;
    border-radius: 10px;
    line-height: 54px;
    padding: 0 30px 0 60px;
    margin-right: 18px;
    font-size: 24px;
    font-family: Arial;
    font-weight: bold;
    color: #35339E;
    background: url(../images/product/footer_phone.png) no-repeat left 28px center;
    background-size: 20px 21px;
}

.product_content .product_right .product_show .show_top .top_right .right_footer .footer_message {
    height: 58px;
    border: 1px solid #35339E;
    border-radius: 10px;
    line-height: 57px;
    padding: 0 80px 0 30px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    background: #35339E url(../images/product/footer_message.png) no-repeat right 28px center;
    background-size: 20px 16px;
}


.product_content .product_right .product_show .show_content {
    margin-top: 85px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.product_content .product_right .product_show .show_content .show_content_top {
    width: 100%;
    border-bottom: 1px solid #E5E5E5;
    display: flex;
}

.product_content .product_right .product_show .show_content .show_content_top h3 {
    line-height: 53px;
    height: 53px;
    background: #35339E;
    border-radius: 10px 10px 0px 0px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    padding: 0 35px;
}

.product_content .product_right .product_show .show_content .show_content_min {
    padding: 60px 0;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.product_content .product_right .product_show .show_content .show_content_min h2 {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 36px;
}

.product_content .product_right .product_show .show_content .show_content_min p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #646464;
    line-height: 36px;
}



/* 新闻资讯 */
.news_swiper {
    margin-top: 50px;
    position: relative;
    width: 100%;
}

.news_swiper .swiper-button-next,
.news_swiper .swiper-button-prev {
    width: 47px;
    height: 47px;
    background: rgb(0, 0, 0, 0.5);
    border-radius: 5px;
    transition: .5s background;
}

.news_swiper .swiper-button-next:hover,
.news_swiper .swiper-button-prev:hover {
    background: #32319F;
}

.news_swiper .swiper-button-next::after,
.news_swiper .swiper-button-prev::after {
    color: #fff;
    font-size: 20px;
}

.news_swiper .swiper_content {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    border-radius: 20px;
    overflow: hidden;
}

.news_swiper .swiper_content .pic {
    width: 48%;
    overflow: hidden;
}

.news_swiper .swiper_content .pic img {
    transition: .5s;
    width: 100%;
}

.news_swiper .swiper_content:hover .pic img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}


.news_swiper .swiper_content .swiper_min {
    width: 52%;
    background: #F5F5F5;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 50px 80px 40px 90px;
}

.news_swiper .swiper_content .swiper_min .min_top {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.news_swiper .swiper_content .swiper_min .min_top h2 {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #101010;
    line-height: 30px;
    margin-bottom: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news_swiper .swiper_content .swiper_min .min_top p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #656565;
    line-height: 36px;
    height: 108px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.news_swiper .swiper_content .swiper_min .min_footer {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.news_swiper .swiper_content .swiper_min .min_footer h4 {
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #C4C4C4;
    margin-bottom: 20px;
}

.news_swiper .swiper_content .swiper_min .min_footer h5 {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #32319F;
}

.news_wrap {
    margin: 65px 0 20px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
}

.news_wrap .wrap_content {
    width: calc((100% - 140px)/3);
    margin-right: 70px;
    background: #F5F5F5;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 55px;
    margin-bottom: 55px;
}

.news_wrap .wrap_content:nth-of-type(3n) {
    margin-right: 0;
}

.news_wrap .wrap_content::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 4px;
    background: #32319F;
    transition: .5s;
}

.news_wrap .wrap_content:hover:after {
    width: 100%;
}

.news_wrap .wrap_content h2 {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #101010;
    line-height: 36px;
    width: 100%;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    transition: .5s;
}

.news_wrap .wrap_content p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #656565;
    line-height: 30px;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 50px;
}

.news_wrap .wrap_content p span {
    color: #C0C0C0;
    transition: .5s;
}

.news_wrap .wrap_content h4 {
    padding-top: 20px;
    position: relative;
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #C4C4C4;
    line-height: 1;
}

.news_wrap .wrap_content:hover h2,
.news_wrap .wrap_content:hover p span {
    color: #192CA5;
}

.news_wrap .wrap_content h4::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 19px;
    height: 2px;
    background: #B0B0B0;
    transition: .5s;
}

.news_wrap .wrap_content:hover h4::after {
    background: #192CA5;
}




.news_show {
    margin: 80px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}



.news_show .show_left {
    display: flex;
    flex-direction: column;
    width: 70%;
}

.news_show .show_left .news_show_name {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
}

.news_show .show_left .news_show_name h2 {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #101010;
    width: 70%;
    text-align: left;
}

.news_show .show_left .show_time {
    text-align: left;
    font-size: 14px;
    font-family: Arial;
    font-weight: 400;
    color: #8F8F8F;
}

.news_show .show_left .show_content {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-top: 1px dashed #D0D0D0;
    padding: 45px 0px;
}

.news_show .show_left .show_content p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #656565;
    line-height: 30px;
}

.news_show .show_left .show_content .show_img_center {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.news_show .show_left .show_content img {
    width: 49%;
}

.news_show .show_right {
    width: 25%;
    display: flex;
    flex-direction: column;
}

.news_show .show_right .right_top {
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #D0D0D0;
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: flex-end;
    justify-content: space-between;

}

.news_show .show_right .right_top h2 {
    font-size: 26px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #101010;
    line-height: 1;
    position: relative;
    padding-left: 15px;
}

.news_show .show_right .right_top h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 4px;
    height: 100%;
    background: #192CA5;
    border-radius: 5px;
}

.news_show .show_right .right_top a {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #5C5C5C;
    line-height: 1;
}

.news_show .show_right .right_min {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.news_show .show_right .right_min .min_column {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 1px dashed #D0D0D0;
}

.news_show .show_right .right_min .min_column:last-child {
    margin-bottom: 0;
}

.news_show .show_right .right_min .min_column h2 {
    font-size: 16px;
    font-family: Microsoft YaHei, ;
    font-weight: 400;
    color: #101010;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: .5s;
}

.news_show .show_right .right_min .min_column:hover h2 {
    color: #192CA5;
}

.news_show .show_right .right_min .min_column p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #656565;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news_show .show_right .right_min .min_column p span {
    color: #C0C0C0;
    transition: .5s;
}

.news_show .show_right .right_min .min_column:hover p span {
    color: #32319F;
}








/* 人才招聘 */
.talent_conce {
    margin-top: 45px;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    border-radius: 20px;
    overflow: hidden;
}

.talent_conce .conce_left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 80px;
    width: 50%;
    background: #F5F5F5;
}

.talent_conce .conce_left .left_name {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 30px;
}

.talent_conce .conce_left .left_name h2 {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 36px;
}

.talent_conce .conce_left .left_name p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #656565;
    line-height: 36px;
}

.talent_conce .conce_left .left_name:last-child {
    margin-bottom: 0;
}

.talent_conce .pic {
    width: 50%;
}


.staff {
    margin: 45px 0 100px;
    width: 100%;
    position: relative;
}

.staff .staff_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.staff .staff_content .pic {
    margin-bottom: 25px;
}

.staff .staff_content .pic img {
    border-radius: 20px;
}

.staff .staff_content p {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #656565;
    line-height: 36px;
    width: 100%;
    text-align: center;
}


.staff .swiper-button-next,
.staff .swiper-button-prev {
    width: 47px;
    height: 47px;
    background: rgb(0, 0, 0, 0.5);
    border-radius: 5px;
    z-index: 9;
    transition: .5s;
}

.staff .swiper-button-next:hover,
.staff .swiper-button-prev:hover {

    background: #35339E;
}

.staff .swiper-button-prev {
    left: 18px;
}

.staff .swiper-button-next {
    right: 18px;
}

.staff .swiper-button-next::after,
.staff .swiper-button-prev::after {
    font-size: 16px;
    color: #FFFFFF;
}


/* 招聘信息 */
.recruitment_positions {
    width: 100%;
    position: relative;
    background: #F2F2F3;
}

.recruitment_positions .b-social-content {
    margin-top: 45px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.recruitment_positions .b-social-content p{
    font-size: 18px;
    line-height: 36px;
    text-align: center;
}
.social_content {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 25px;
}

.social_content_top {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #E3E3E3;
    cursor: pointer;
}

.social_name {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.social_ul {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 20px;
}

.social_ul li {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    width: 25%;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 13px;
}

.social_ul li::after {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background: #5D5D5D;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    margin-top: 2px;
}

.social_ul li::marker {
    color: #838383;
}

.social_ul li span {
    color: #838383;
    font-family: Microsoft YaHei;
    ;
}

.social_ul .social_add {
    width: 35%;
}

.social_ul .social_open {
    color: #333333;
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
    width: 15%;
}

.social_ul .social_open::after {
    left: 55%;

}

.social_ul .social_open em {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #616161;
    font-size: 0;
    line-height: 0;
    margin-left: 10px;
}

.social_content_min {
    display: none;
    padding: 0 20px 40px;
}

.social_min_content {
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    line-height: 30px;
}

.social_min_content .social_min_name {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000;
}

.social_min_content li {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 30px;
    font-family: Microsoft YaHei;
    ;
}

.social_content.active .social_name,
.social_content:hover .social_name {
    color: #35339E;
}

.social_content.active .social_ul .social_open {
    color: #35339E;
}

.social_content.active .social_ul .social_open::after {
    background: #35339E;
}

.social_content.active .social_ul .social_open em {
    border-bottom: 6px solid #35339E;
    border-top: none;
}

.social_content.active {
    box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.11);
    border-radius: 10px;
}

.social_content.active .social_content_min {
    display: block;
    padding: 30px;
}

.social_content.active .social_content_top {
    padding: 30px;
}








/* 联系我们 */
.contact_us {
    margin-top: 45px;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    border-radius: 20px;
    overflow: hidden;
}

.contact_us .contact_left {
    width: 30%;
    display: flex;
    flex-direction: column;
    padding: 65px;

    background: #F6F6F6;
}

.contact_us .contact_left h2 {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #2E2E2E;
    line-height: 48px;
}

.contact_us .contact_left p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #656565;
    line-height: 48px;
    padding-left: 28px;
}

.contact_us .contact_left p span {
    width: 100%;
    display: inline-block;
    padding-left: 48px;
}

.contact_us .contact_left .add {
    background: url(../images/news/add.png) no-repeat top 12px left;
    background-size: 15px 21px;
}

.contact_us .contact_left .tel {
    background: url(../images/news/tel.png) no-repeat top 17px left;
    background-size: 16px 15px;
}

.contact_us .contact_left .fax {
    background: url(../images/news/fax.png) no-repeat top 16px left;
    background-size: 18px 18px;
}

.contact_us .contact_left .mail {
    background: url(../images/news/mail.png) no-repeat top 14px left;
    background-size: 20px 20px;
}

.contact_us .contact_left .website {
    background: url(../images/news/website.png) no-repeat top 14px left;
    background-size: 20px 20px;
}

.contact_us .contact_right {
    width: 70%;
}








.contact_min {
    margin-top: 100px;
    width: 100%;
    position: relative;
}



.g-feedback {
    margin: 55px 0 0;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.g-feedback .feedback_row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 30px;
}

.g-feedback .feedback_row:nth-of-type(5) {
    margin-bottom: 0px;
}

.g-feedback .feedback_row .feedback_column {
    display: flex;
    flex-direction: column;
    width: 49%;
}

.g-feedback .feedback_row .feedback_column p {
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #525252;
    line-height: 48px;
    text-align: left;
}

.g-feedback .feedback_row .feedback_column p span {
    color: #FF0000;
    padding-right: 5px;
}

.g-feedback .feedback_row .feedback_column input,
.g-feedback .feedback_row .feedback_column select,
.g-feedback .feedback_row .feedback_column textarea {
    width: 100%;
    background: #F2F2F2;
    border: none;
    padding: 0 20px;
    height: 46px;
    line-height: 46px;
    border-radius: 3px;
}

.g-feedback .feedback_row .feedback_column select {
    padding-right: 30px;
    background: #F2F2F2 url(../images/feedback_xia.png) no-repeat right 20px center;
    background-size: 13px 8px;
}

.g-feedback .feedback_row .feedback_textarea {
    width: 100%;
}

.g-feedback .feedback_row .feedback_column textarea {
    height: 200px;
}

.g-feedback .feedback_row .feedback_column .feedback_code {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.g-feedback .feedback_row .feedback_column .feedback_code input {
    width: 73%;
}

.g-feedback .feedback_row .feedback_submit {
    display: flex;
    flex-direction: row;
    width: 49%;
    text-align: right;
    justify-content: end;
    align-items: end;
}

.g-feedback .feedback_row .feedback_submit .feedback_submit_1 {
    width: 20%;
    background: #32319F;
    height: 46px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 46px;
    letter-spacing: 10px;
    padding-left: 10px;
    align-items: end;
    cursor: pointer;
}











/* 投资者关系 */

.relations_content {
    margin: 50px 0 70px;
    width: 100%;
    background: #F4F6F8;
    padding: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.relations_content .relations_left {
    width: 17%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.relations_content .relations_left h5 {
    font-size: 26px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #032340;
    margin-bottom: 40px;
}

.relations_content .relations_left p {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #595F65;
    line-height: 42px;
    margin-top: 10px;
}

.relations_content .relations_left .left_row {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
    width: 100%;
}

.relations_content .relations_left .left_row h2 {
    font-size: 120px;
    font-family: Arial;
    font-weight: bold;
    color: #C4090A;
    line-height: 1;
}

.relations_content .relations_left .left_row .pic {
    width: 58px;
    margin-left: 20px;
    margin-bottom: 20px;
}

.relations_content .relations_right {
    width: 75%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.relations_content .relations_right .relations_min {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 25%;
    padding: 0 20px;
    border-right: 1px solid #E5E9EF;
}

.relations_content .relations_right .relations_min:last-child {
    border-right: none;
}

.relations_content .relations_right .relations_min .min_start {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.relations_content .relations_right .relations_min .min_start h2 {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #032340;
    line-height: 1;
    margin-bottom: 90px;
}

.relations_content .relations_right .relations_min .min_start p {
    font-size: 65px;
    font-family: Arial;
    font-weight: 400;
    color: #32319F;
    line-height: 1;
}

.honor_content .news_content {
    margin: 50px 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.news_content .news_min {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.news_content .news_min .min_row {
    margin-bottom: 30px;
    background: #F4F6F8;
    padding: 0 50px;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    height: 90px;
    line-height: 90px;
    transition: .5s;
    align-items: center;
}

.news_content .news_min .min_row:hover {
    background: #32319F;
    box-shadow: 0px 3px 22px 5px rgba(0, 91, 172, 0.15);
}

.news_content .news_min .min_row:last-child {
    margin-bottom: 0;

}

.news_content .news_min .min_row h4 {
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #032340;
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: .5s;
}

.news_content .news_min .min_row h5 {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #32319F;
    transition: .5s;
    padding: 12px 30px;
    border: 1px solid #32319F;
    border-radius: 20px;
    line-height: 1;
    transition: .5s;
}

.news_content .news_min .min_row:hover h4 {
    color: #FFFFFF;
}

.news_content .news_min .min_row:hover h5 {
    background: #ffffff;

}

@media (max-width: 1720px) {
    .group_subsidiaries .subsidiaries_map {
        width: 1600px;
    }

    .group_subsidiaries .subsidiaries_map .map_1 {
        top: 260px;
        left: 319px;
    }

    .group_subsidiaries .subsidiaries_map p {
        font-size: 14px;
    }

    .group_subsidiaries .subsidiaries_map .map_2 {
        top: 304px;
        left: 360px;
    }

    .group_subsidiaries .subsidiaries_map .map_3 {
        top: 305px;
        left: 673px;
    }

    .group_subsidiaries .subsidiaries_map .map_4 {
        top: 233px;
        left: 689px;
    }

    .group_subsidiaries .subsidiaries_map .map_5 {
        top: 298px;
        right: 186px;
    }
    .group_subsidiaries .subsidiaries_map .map_6 {
        top: 342px;
        left: 643px;
    }
    .group_subsidiaries .subsidiaries_map .map_7 {
        top: 255px;
        left: 664px;
    }
    .group_subsidiaries .subsidiaries_map .map_7 p{
        margin: 14px 0 0 5px;
    }




    .subsidiaries_mold .mold_cuo {
        right: 10%;
    }
}

@media (max-width: 1600px) {
    .social_ul .social_open::after {
        left: 51%;
    }


    .about_name h2,
    .about_company .company_row .company_right .company_right_name {
        font-size: 30px;
    }

    .about_name h4 {
        font-size: 14px;
    }




    .about_company .company_row .company_right .right_row .row_min h2 {
        font-size: 23px;
        margin-bottom: 20px;
    }

    .about_company .company_row .company_right .right_row .row_min p {
        font-size: 14px;
        line-height: 32px;
    }


    .about_history .history_swiper .history_column .history_top h2 {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .about_history .history_swiper .history_column:hover .history_top h2 {
        font-size: 42px;
    }

    .about_history .history_swiper .history_column .history_top p {
        font-size: 14px;
    }

    .about_history .history_swiper .swiper-slide:nth-child(2n) .history_column .history_top {
        padding-top: 30px;
    }

    .corporate_culture .culture_swiper .pic .pic_name {
        bottom: 10px;
        font-size: 20px;
    }










    .contact_us .contact_left {
        padding: 50px;
    }

    .contact_us .contact_left h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .contact_us .contact_left p {
        font-size: 14px;
        padding-left: 25px;
        line-height: 40px;
    }

    .contact_us .contact_left .add {
        background-size: 10px 14px;
    }

    .contact_us .contact_left .tel {
        background: url(../images/news/tel.png) no-repeat top 15px left;
        background-size: 11px 10px;
    }

    .contact_us .contact_left .fax {
        background: url(../images/news/fax.png) no-repeat top 14px left;
        background-size: 13px 13px;
    }

    .contact_us .contact_left .website {
        background: url(../images/news/website.png) no-repeat top 13px left;
        background-size: 15px 15px;
    }










    .honor_content .honor_wrap .wrap_min {
        width: calc((100% - 300px) /4);
        margin-right: 100px;
    }




    .talent_conce .conce_left {
        padding: 50px;
    }

    .talent_conce .conce_left .left_name h2 {
        font-size: 22px;
    }

    .talent_conce .conce_left .left_name p {
        font-size: 15px;
        line-height: 30px;
    }







    .news_swiper .swiper_content .swiper_min {
        padding: 30px 80px 30px 60px;
    }

    .news_swiper .swiper_content .swiper_min .min_top h2 {
        font-size: 23px;
        margin-bottom: 20px;
    }

    .news_swiper .swiper_content .swiper_min .min_top p {
        font-size: 15px;
        line-height: 34px;
        height: 102px;
    }

    .news_swiper .swiper_content .swiper_min .min_footer h4 {
        font-size: 15px;
        margin-bottom: 16px;
    }

    .news_swiper .swiper_content .swiper_min .min_footer h5,
    .news_wrap .wrap_content p,
    .news_wrap .wrap_content h4 {
        font-size: 15px;
    }

    .news_wrap .wrap_content {
        width: calc((100% - 100px)/3);
        margin-right: 50px;
        padding: 40px;
    }








    .product_content .product_right .right_top h2 {
        font-size: 30px;
    }

    .product_content .product_left .left_top p {
        font-size: 22px;
    }






    .product_content .product_right .product_show .show_top .top_right .right_content .right_name {
        padding-bottom: 40px;
        margin-bottom: 35px;
    }

    .product_content .product_right .product_show .show_top .top_right .right_content .right_name h2 {
        font-size: 30px;
        line-height: 42px;
        margin-bottom: 20px;
    }

    .product_content .product_right .product_show .show_top .top_right .right_content .right_name h4 {
        font-size: 15px;
    }

    .product_content .product_right .product_show .show_top .top_right .right_content p {
        font-size: 15px;
        line-height: 30px;
    }

    .product_content .product_right .product_show .show_top .top_right .right_footer .footer_phone {
        height: 55px;
        line-height: 52px;
        font-size: 20px;
        background: url(../images/product/footer_phone.png) no-repeat left 20px center;
        background-size: 20px 21px !important;
    }

    .product_content .product_right .product_show .show_top .top_right .right_footer .footer_message {
        height: 55px;
        line-height: 52px;
        font-size: 16px;
        background-size: 17px 13px !important;
    }

    .product_content .product_right .product_show .show_content .show_content_top h3 {
        font-size: 20px;
        padding: 0 30px;
    }

    .product_content .product_right .product_show .show_content .show_content_min h2 {
        font-size: 22px;
        margin-bottom: 5px;
    }

    .product_content .product_right .product_show .show_content .show_content_min p {
        font-size: 15px;
        line-height: 32px;
    }










    .group_subsidiaries .subsidiaries_map {
        width: 1200px;
    }

    .group_subsidiaries .subsidiaries_map p {
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        margin: 0 10px;
    }

    .group_subsidiaries .subsidiaries_map .pic {
        width: 18px;
    }

    .group_subsidiaries .subsidiaries_map .map_1 {
        top: 189px;
        left: 182px;
    }

    .group_subsidiaries .subsidiaries_map p {
        font-size: 14px;
    }

    /*.group_subsidiaries .subsidiaries_map .map_2 .pic {
        margin-left: 9px;
    }*/

    .group_subsidiaries .subsidiaries_map .map_2 {
        top: 226px;
        left: 217px;
    }

    .group_subsidiaries .subsidiaries_map .map_3 {
        top: 229px;
        left: 506px;
    }

    .group_subsidiaries .subsidiaries_map .map_4 {
        top: 176px;
        left: 518px;
    }

    .group_subsidiaries .subsidiaries_map .map_5 {
        top: 226px;
        right: 113px;
    }
    .group_subsidiaries .subsidiaries_map .map_6 {
        top: 255px;
        left: 486px;
    }
    .group_subsidiaries .subsidiaries_map .map_7 {
        top: 192px;
        left: 498px;
    }
    .group_subsidiaries .subsidiaries_map .map_7 p{
        margin: 10px 0 0 5px;
    }
    .group_subsidiaries .subsidiaries_map p{
        height: 25px;
        line-height: 25px;
    }

    .group_subsidiaries .subsidiaries_map .map_1 p::after {
        right: -4px;
        background-size: 4px 8px;
        width: 4px;
        height: 8px;
    }

    .group_subsidiaries .subsidiaries_map .map_2 p::after {
        right: -4px;
        background-size: 4px 8px;
        width: 4px;
        height: 8px;
    }

    .group_subsidiaries .subsidiaries_map .map_3 p::after {
        left: -4px;
        background-size: 4px 8px;
        width: 4px;
        height: 8px;
    }

    .group_subsidiaries .subsidiaries_map .map_4 p::after {
        left: -4px;
        background-size: 4px 8px;
        width: 4px;
        height: 8px;
    }

    .group_subsidiaries .subsidiaries_map .map_5 p::after {
        left: -4px;
        background-size: 4px 8px;
        width: 4px;
        height: 8px;
    }
    .group_subsidiaries .subsidiaries_map .map_6 p::after {
        left: -4px;
        background-size: 4px 8px;
        width: 4px;
        height: 8px;
    }
    .group_subsidiaries .subsidiaries_map .map_7 p::after {
        left: -4px;
        background-size: 4px 8px;
        width: 4px;
        height: 8px;
    }




    .subsidiaries_mold .mold_cuo {
        right: 8%;
    }

    .subsidiaries_mold .mold_content {
        padding: 40px;
    }

    .subsidiaries_mold .mold_content .mold_name {
        font-size: 24px;
        line-height: 32px;
        padding-bottom: 22px;
        margin-bottom: 30px;
    }

    .subsidiaries_mold .mold_content .mold_row .mold_left p {
        font-size: 14px;
    }









    .relations_content .relations_left .left_row h2 {
        font-size: 100px;
    }

    .relations_content .relations_left h5 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .relations_content .relations_left p {
        font-size: 18px;
        line-height: 34px;
    }

    .relations_content .relations_left .left_row .pic {
        width: 38px;
        margin-left: 10px;
        margin-bottom: 16px;
    }

    .relations_content .relations_right .relations_min .min_start h2 {
        font-size: 26px;
        margin-bottom: 70px;
    }

    .relations_content .relations_right .relations_min .min_start p {
        font-size: 55px;
        line-height: 1;
    }

    .news_content .news_min .min_row {
        padding: 0 40px;
    }

    .news_content .news_min .min_row h4 {
        font-size: 20px;
    }

    .news_content .news_min .min_row h5 {
        font-size: 14px;
    }
    .contact_us .contact_left{
        width: 31%;
    }
    .contact_us .contact_right{
        width: 69%;
    }
}


@media (max-width: 1500px) {
    .in-banner {
        padding-top: 80px;
    }

    .g_nav .nav_row .nav_left a p {
        font-size: 14px;
        padding: 0 30px;
    }

    .g_nav .nav_row .nav_left a {
        height: 60px;
        line-height: 60px;
    }

    .about_company .company_row .company_right .company_right_name {
        margin-bottom: 35px;
    }

    .about_company .company_row .company_right .right_row .row_min h2 {
        margin-bottom: 15px;
    }

    .about_history .history_swiper .swiper-slide:nth-child(2n) .history_column .history_top {
        padding-top: 10px;
    }

    .corporate_culture .culture_swiper .pic .pic_name {
        font-size: 18px;
    }


    .about_history .history_swiper .history_column .history_top {
        height: 171px;
    }

    .about_history .history_swiper .history_column .history_top h2 {
        font-size: 25px;
    }

    .about_history .history_swiper .history_column:hover .history_top h2 {
        font-size: 38px;
    }

    .about_history .history_swiper .history_column .history_top p {
        font-size: 14px;
        line-height: 27px;
    }





    .news_show .show_back {
        padding: 30px 0 0px;
    }







    .social_ul .social_open::after {
        left: 47%;
    }

    .social_ul li {
        font-size: 14px;
    }

    .social_min_content .social_min_name {
        font-size: 20px;
    }

    .social_min_content li {
        font-size: 14px;
    }



    .honor_content .honor_wrap .wrap_min .pic {
        padding: 0 40px 45px;
    }










    .product_content .product_left ul li a {
        font-size: 15px;
    }







    .subsidiaries_mold .mold_cuo {
        right: 6%;
    }
    .contact_us .contact_left{
        width: 33%;
    }
    .contact_us .contact_right{
        width: 67%;
    }
}

@media (max-width: 1440px) {
    .contact_us .contact_left{
        width: 35%;
    }
    .contact_us .contact_right{
        width: 65%;
    }
    .honor_content .honor_wrap .wrap_min {
        width: calc((100% - 180px) /4);
        margin-right: 60px;
    }


    .news_swiper .swiper_content .swiper_min .min_top {
        margin-bottom: 20px;
    }

    .news_swiper .swiper_content .swiper_min {
        padding: 20px 80px 20px 60px;
    }


    .about_company .company_row .company_right .right_row .row_min h2 {
        font-size: 20px;
    }




    .product_content .product_left .left_top {
        height: 62px;
    }

    .product_content .product_left .left_top p {
        font-size: 20px;
    }

    .product_content .product_left ul li {
        height: 50px;
    }

    .product_content .product_left ul li a {
        height: 50px;
        line-height: 50px;
    }







    .subsidiaries_mold .mold_content {
        width: 77%;
    }








    .relations_content {
        padding: 50px;
        margin: 50px 0 70px;
    }

    .relations_content .relations_left h5 {
        font-size: 22px;
        margin-bottom: 24px;
    }

    .relations_content .relations_left .left_row h2 {
        font-size: 88px;
    }

    .relations_content .relations_left p {
        font-size: 16px;
        line-height: 30px;
    }

    .relations_content .relations_left .left_row .pic {
        width: 30px;
    }

    .relations_content .relations_right .relations_min .min_start h2 {
        font-size: 22px;
        margin-bottom: 60px;
    }

    .relations_content .relations_right .relations_min .min_start p {
        font-size: 45px;
    }


}

@media (max-width: 1280px) {

    .social_ul li,
    .social_ul .social_add,
    .social_ul .social_open {
        width: 50%;
    }

    .social_ul .social_open {
        justify-content: flex-start;
    }

    .social_ul .social_open::after {
        left: 0;
    }
}

@media (max-width: 1270px) {
    .subsidiaries_img2 {
        display: block;
    }

    .subsidiaries_img1,
    .group_subsidiaries .subsidiaries_map .map_1,
    .group_subsidiaries .subsidiaries_map .map_2,
    .group_subsidiaries .subsidiaries_map .map_3,
    .group_subsidiaries .subsidiaries_map .map_4,
    .group_subsidiaries .subsidiaries_map .map_5 {
        display: none;
    }

    .group_subsidiaries .subsidiaries_map {
        width: 90%;
    }

    #mobile_subsidiaries {
        display: block;
    }

    .news_show {
        margin: 30px 0 0;
        flex-direction: column
    }

    .news_show .show_left .show_content {
        padding: 35px 0px;
    }

    .news_show .show_left .news_show_name {
        flex-direction: column;
    }

    .news_show .show_left .news_show_name h2 {
        width: 100%;
        text-align: center;
        font-size: 20px;
        margin-bottom: 15px;
    }

    .news_show .show_left {
        width: 100%;
    }

    .news_show .show_right {
        display: none;
    }

    .news_show .show_left .news_show_name h2 {
        font-size: 20px;
    }

    .news_show .show_left .show_content p {
        font-size: 14px;
        line-height: 28px;
    }

    .show_back_fl li {
        line-height: 30px;
        font-size: 14px;
    }

    .show_back_fl li a {
        font-size: 14px;
    }




    .social_ul li {
        width: 45%;
    }

    .social_ul .social_add,
    .social_ul .social_open {
        width: 55%;
    }






    .g-feedback .feedback_row .feedback_submit .feedback_submit_1 {
        width: 35%;
    }








    .g_nav {
        display: none;
    }

    .about_company {
        padding-top: 60px;
    }

    .about_company .company_row {
        margin-top: 35px;
        flex-direction: column;
    }

    .about_company .company_row .company_left {
        width: 100%;
    }

    .about_company .company_row .company_right {
        width: 100%;
        padding: 30px 40px;
    }

    .group_subsidiaries {
        margin-top: 60px;
    }

    .development_history {
        padding: 60px 0;
    }

    .corporate_culture {
        padding: 60px 0;
    }

    .about_history {
        margin-top: 40px;
    }

    .corporate_culture .culture_swiper {
        margin-top: 30px;
        padding-bottom: 40px;
    }

    .corporate_culture .culture_swiper .swiper-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }











    .honor_content {
        padding: 60px 0 60px;
    }

    .contact_us {
        margin-top: 30px;
        flex-direction: column;
    }

    .contact_us .contact_left {
        width: 100%;
        padding: 30px 40px;
    }

    .contact_us .contact_right {
        width: 100%;
        height: 400px;
    }

    .contact_us .contact_left p span {
        width: auto;
        padding-left: 20px;
    }

    .contact_min {
        margin-top: 60px;
    }

    .g-feedback {
        margin: 35px 0 0;
    }









    .honor_content .honor_nav {
        margin-top: 30px;
    }

    .honor_content .honor_nav .nav_name {
        height: 42px;
        padding: 0 25px;
        line-height: 42px;
        font-size: 15px;
    }

    .honor_content .honor_wrap .wrap_min {
        width: calc((100% - 60px) /2);
        margin-right: 60px;
    }

    .honor_content .honor_wrap .wrap_min:nth-of-type(2n) {
        margin-right: 0;
    }

    .honor_content .honor_wrap .wrap_min .pic {
        padding: 0 40px 55px;
    }







    .talent_conce {
        margin-top: 35px;
        flex-direction: column;
    }

    .talent_conce .conce_left {
        width: 100%;
    }

    .talent_conce .pic {
        width: 100%;
    }

    .staff {
        margin: 45px 0 60px;
    }









    .news_swiper .swiper_content {
        flex-direction: column;
        border-radius: 12px;
    }

    .news_swiper .swiper_content .pic,
    .news_swiper .swiper_content .swiper_min {
        width: 100%;
    }

    .news_swiper .swiper_content .swiper_min {
        padding: 30px 40px;
    }

    .news_swiper {
        margin-top: 30px;
    }

    .news_wrap {
        margin: 45px 0 0px;
    }

    .news_wrap .wrap_content {
        width: calc((100% - 50px)/2);
        margin-right: 50px;
        border-radius: 12px;
    }

    .news_wrap .wrap_content:nth-of-type(3n) {
        margin-right: 50px;
    }

    .news_wrap .wrap_content:nth-of-type(2n) {
        margin-right: 0;
    }







    .show_back_fr {
        height: 40px;
        line-height: 40px;
    }

    .show_back_fr a {
        line-height: 40px;
        color: #fff;
        padding: 0 30px 0 25px;
        font-size: 14px;
    }











    .product_content {
        padding: 60px 0 40px;
        flex-direction: column;
    }

    .product_content .product_left {
        width: 100%;
        margin-bottom: 40px;
    }

    .product_content .product_right {
        width: 100%;
    }

    .product_content .product_right .right_top h2 {
        max-width: 100%;
    }

    .product_nav {
        display: none;
    }

    .product_content .product_left .left_top p {
        width: 100%;
        padding: 0 30px;
    }

    .product_content .product_left .left_top p::after {
        content: '';
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translate(0, -50%);
        background: url(../images/about/inco14.png);
        height: 32px;
        width: 40px;
        cursor: pointer;
        pointer-events: auto;
    }

    .product_content .product_left .left_top p.cur::after {
        background: url(../images/about/inco13.png);
    }

    .product_content .product_left ul {
        display: none;
    }

    .product_content .product_right .product_wrap .product_min {
        width: calc((100% - 50px)/2);
    }

    .product_content .product_right .product_wrap .product_min:nth-of-type(2n) {
        margin-right: 0;
    }

    .product_content .product_right .product_wrap {
        margin: 45px 0 20px;
    }










    .product_content .product_right .product_show .show_top {
        flex-direction: column;
    }

    .product_content .product_right .product_show .show_top .top_swiper {
        width: 100%;
    }

    .product_content .product_right .product_show .show_top .top_right {
        width: 100%;
        margin-top: 40px;
    }


    .relations_content {
        margin: 40px 0 60px;
        padding: 40px;
        flex-direction: column;
    }


    .relations_content .relations_left {
        width: 100%;
    }

    .relations_content .relations_right {
        width: 100%;
        margin-top: 30px;
    }

    .relations_content .relations_right .relations_min .min_start h2 {
        font-size: 16px;
        margin-bottom: 40px;
    }

    .relations_content .relations_right .relations_min .min_start p {
        font-size: 34px;
    }
}

@media (max-width: 600px) {

    .in-banner {
        padding-top: 64px;
    }

    .about_name h2,
    .about_company .company_row .company_right .company_right_name {
        font-size: 24px;
    }

    .about_name h4 {
        font-size: 12px;
    }


    .about_company .company_row .company_right .right_row .row_min h2 {
        font-size: 19px;
        margin-bottom: 12px;
    }

    .about_company .company_row .company_right .right_row .row_min p {
        line-height: 28px;
    }







    .about_history {
        margin: 40px 0 50px;
    }

    .history_swiper .swiper-button-next,
    .history_swiper .swiper-button-prev {
        width: 35px;
        height: 35px;
        margin-top: -13px;
        background-size: 35px 35px;
    }





    .news_show {
        margin: 10px 0;
    }

    .news_show .show_left .news_show_name h2 {
        font-size: 18px;
    }

    .news_show .show_left .show_content .show_img_center {
        flex-direction: column;
    }

    .news_show .show_left .show_content {
        padding: 20px 0px;
    }

    .show_back_fr a {
        background: url(../images/return.png) no-repeat right 17px center;
        background-size: 19px;
    }




    .social_name {
        font-size: 18px;
    }

    .social_ul {
        margin-top: 15px;
        padding: 0 10px;
    }

    .social_ul li {
        font-size: 12px;
        margin-bottom: 12px;
    }

    .social_content .social_content_min .social_min_content:first-child {
        padding-top: 0px;
    }

    .social_min_content .social_min_name {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .social_min_content li {
        font-size: 12px;
        line-height: 22px;
    }

    .b-social-content .social_content:last-child {
        margin-bottom: 0;
    }











    .g-feedback {
        margin: 20px 0 0;
    }

    .g-feedback .feedback_row {
        flex-direction: column;
        margin-bottom: 10px;
    }

    .g-feedback .feedback_row .feedback_column {
        width: 100%;
        margin-bottom: 10px;
    }

    .g-feedback .feedback_row .feedback_column:last-child {
        margin-bottom: 0;
    }

    .g-feedback .feedback_row .feedback_submit {
        width: 100%;
        justify-content: flex-start;
        align-items: flex-start;
        margin-top: 20px;
    }

    .g-feedback .feedback_row .feedback_column .feedback_code input {
        width: 44%;
    }










    .about_company {
        padding-top: 40px;
    }

    .about_company .company_row {
        margin-top: 12px;
    }

    .about_company .company_row .company_left .swiper-pagination {
        right: 12px;
        bottom: 10px !important;
    }

    .about_company .company_row .company_left .swiper-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 4px;
    }

    .about_company .company_row .company_right .company_right_name {
        font-size: 20px;
        margin-bottom: 21px;
    }

    .about_company .company_row .company_right .right_row {
        flex-direction: column;
    }

    .about_company .company_row .company_right .right_row .row_min {
        max-width: 100% !important;
        width: 100% !important;
        margin-bottom: 20px;
    }

    .about_company .company_row .company_right .right_row .row_min:last-child {
        margin-bottom: 0;
    }

    .about_company .company_row .company_right .right_row .row_min h2 {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .group_subsidiaries {
        margin-top: 40px;
    }

    .development_history,
    .corporate_culture {
        padding: 40px 0;
    }

    .about_history {
        margin: 30px 0 0px;
    }

    .about_history .history_swiper {
        padding: 0 35px;
    }






    .honor_content {
        padding: 40px 0 40px;
    }

    .contact_us {
        margin-top: 15px;
    }

    .contact_us .contact_left {
        padding: 20px 30px;
    }

    .contact_us .contact_left h2 {
        font-size: 20px;
        margin-bottom: 6px;
    }

    .contact_us .contact_left p span {
        width: 100%;
        padding-left: 42px;
    }

    .contact_min {
        margin-top: 40px;
    }







    .honor_content .honor_nav {
        margin-top: 15px;
    }

    .honor_content .honor_nav .nav_name {
        height: 36px;
        padding: 0 20px;
        line-height: 36px;
        font-size: 13px;
    }

    .honor_content .honor_wrap {
        margin-top: 40px;
    }

    .honor_content .honor_wrap .wrap_min {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 20px;
    }

    .honor_content .honor_wrap .wrap_min .pic {
        padding: 0 40px 65px;
    }

    .pagination ul li {
        font-size: 12px !important;
        line-height: 33px !important;
        min-height: 34px !important;
        min-width: 34px !important;
    }












    .talent_conce {
        margin-top: 15px;
        border-radius: 12px;
    }

    .talent_conce .conce_left {
        padding: 30px;
    }

    .talent_conce .conce_left .left_name {
        margin-bottom: 20px;
    }

    .talent_conce .conce_left .left_name h2 {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 5px;
    }

    .talent_conce .conce_left .left_name p {
        font-size: 13px;
        line-height: 23px;
    }

    .staff {
        margin: 20px 0 40px;
    }

    .staff .swiper-button-next,
    .staff .swiper-button-prev,
    .news_swiper .swiper-button-next,
    .news_swiper .swiper-button-prev {
        width: 35px;
        height: 35px;
    }

    .staff .swiper-button-next::after,
    .staff .swiper-button-prev::after,
    .news_swiper .swiper-button-next::after,
    .news_swiper .swiper-button-prev::after {
        font-size: 12px;
    }

    .staff .staff_content .pic img {
        border-radius: 12px;
    }

    .staff .staff_content .pic {
        margin-bottom: 15px;
    }

    .staff .staff_content p {
        font-size: 16px;
        line-height: 30px;
    }

    .recruitment_positions .b-social-content {
        margin-top: 30px;
    }










    .news_swiper {
        margin-top: 15px;
    }

    .news_swiper .swiper_content .swiper_min {
        padding: 20px 50px;
    }

    .news_swiper .swiper_content .swiper_min .min_top h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .news_swiper .swiper_content .swiper_min .min_top p {
        font-size: 14px;
        line-height: 28px;
        height: 84px;
    }

    .news_swiper .swiper_content .swiper_min .min_footer h4 {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .news_swiper .swiper_content .swiper_min .min_footer h5,
    .news_wrap .wrap_content p,
    .news_wrap .wrap_content h4 {
        font-size: 14px;
    }

    .news_wrap .wrap_content {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 25px;
        padding: 35px;
    }



    .product_content {
        padding: 40px 0 20px;
        flex-direction: column;
    }

    .product_content .product_left .left_top {
        height: 50px;
        border-radius: 12px 12px 0px 0px;
    }

    .product_content .product_left .left_top p {
        font-size: 18px;
        padding: 0 20px;
    }

    .product_content .product_right .right_top h2 {
        font-size: 24px;
    }

    .product_content .product_left ul li {
        height: 44px;
    }

    .product_content .product_left ul li a {
        height: 44px;
        line-height: 44px;
        font-size: 14px;
    }

    .product_content .product_left {
        margin-bottom: 30px;
    }

    .product_content .product_right .right_top {
        padding-bottom: 20px;
    }

    .product_content .product_right .product_wrap {
        margin: 30px 0 10px;
    }

    .product_content .product_right .product_wrap .product_min {
        width: 100%;
        margin-right: 0px !important;
        margin-bottom: 20px;
    }

    .product_content .product_right .product_wrap .product_min .pic {
        min-height: auto;
    }

    .product_content .product_right .product_wrap .product_min p {

        margin-top: 12px;
    }











    .product_content .product_right .product_show {
        margin: 30px 0;
    }

    .product_content .product_right .product_show .show_top .top_swiper .mySwiper2 .pic {
        padding: 20px 50px;
    }

    .product_content .product_right .product_show .show_top .top_swiper .mySwiper2 .swiper-button-next,
    .product_content .product_right .product_show .show_top .top_swiper .mySwiper2 .swiper-button-prev {
        width: 30px;
        height: 30px;
    }


    .product_content .product_right .product_show .show_top .top_swiper .mySwiper2 .swiper-button-prev {
        left: 10px;
    }

    .product_content .product_right .product_show .show_top .top_swiper .mySwiper2 .swiper-button-next {
        right: 10px;
    }

    .product_content .product_right .product_show .show_top .top_swiper .mySwiper2 .swiper-button-next::after,
    .product_content .product_right .product_show .show_top .top_swiper .mySwiper2 .swiper-button-prev::after {
        font-size: 12px;
    }

    .product_content .product_right .product_show .show_top .top_swiper .mySwiper2 {
        padding: 0 2px;
        height: 280px;
    }

    .product_content .product_right .product_show .show_top .top_right .right_content .right_name h2 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 12px;
    }

    .product_content .product_right .product_show .show_top .top_right .right_content .right_name {
        padding-bottom: 25px;
        margin-bottom: 30px;
    }

    .product_content .product_right .product_show .show_top .top_right .right_content .right_name h4 {
        font-size: 14px;
    }

    .product_content .product_right .product_show .show_top .top_right .right_content p {
        font-size: 14px;
        line-height: 27px;
    }

    .product_content .product_right .product_show .show_top .top_right .right_footer {
        padding-top: 30px;
        flex-direction: column;
        align-items: flex-start;
    }

    .product_content .product_right .product_show .show_top .top_right .right_footer .footer_phone {
        height: 48px;
        line-height: 46px;
        font-size: 18px;
        background: url(../images/product/footer_phone.png) no-repeat left 15px center;
        background-size: 15px 16px !important;
        margin-bottom: 18px;
        margin-right: 0;
        padding: 0 20px 0 40px;
    }

    .product_content .product_right .product_show .show_top .top_right .right_footer .footer_message {
        height: 48px;
        line-height: 46px;
        font-size: 14px;
        background: #35339E url(../images/product/footer_message.png) no-repeat right 20px center;
        background-size: 14px 10px !important;
        padding: 0 50px 0 20px;
    }

    .product_content .product_right .product_show .show_content {
        margin-top: 20px;
    }

    .product_content .product_right .product_show .show_content .show_content_top h3 {
        font-size: 16px;
        padding: 0 30px;
        line-height: 44px;
        height: 44px;
    }

    .product_content .product_right .product_show .show_content .show_content_min {
        padding: 25px 0;
    }

    .product_content .product_right .product_show .show_content .show_content_min h2 {
        font-size: 18px;
        line-height: 30px;
    }

    .product_content .product_right .product_show .show_content .show_content_min p {
        font-size: 14px;
        line-height: 30px;
    }

    .group_subsidiaries .subsidiaries_map {
        margin: 20px auto 0;
    }









    .group_subsidiaries .mobile_subsidiaries {
        margin-top: 25px;
    }

    .group_subsidiaries .mobile_subsidiaries .mobile_content .mold_name {
        font-size: 18px;
        padding-bottom: 12px;
        margin-bottom: 20px;
    }

    .group_subsidiaries .mobile_subsidiaries .mobile_content {
        margin-bottom: 25px;
    }

    .group_subsidiaries .mobile_subsidiaries .mobile_content .mold_left p {
        margin-bottom: 12px;
    }








    .honor_content .news_content {
        margin: 20px 0;
    }

    .relations_content {
        margin: 20px 0 40px;
        padding: 30px;
    }

    .relations_content .relations_left h5 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .relations_content .relations_left .left_row h2 {
        font-size: 60px;
    }

    .relations_content .relations_left .left_row .pic {
        width: 25px;
        margin-bottom: 10px;
    }

    .relations_content .relations_left p {
        font-size: 14px;
        line-height: 25px;
    }

    .relations_content .relations_right {
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .relations_content .relations_right .relations_min {
        width: 50%;
        margin: 10px 0;
    }

    .relations_content .relations_right .relations_min:nth-of-type(2n) {
        border-right: none;
    }

    .news_content .news_min .min_row {
        padding: 0 20px;
        height: 60px;
        line-height: 60px;
        margin-bottom: 20px;
    }

    .news_content .news_min .min_row h4 {
        font-size: 14px;
    }

    .news_content .news_min .min_row h5 {
        font-size: 12px;
        padding: 7px 12px;
    }

    .news_content .news_min .min_row h4 {
        width: 70%;
    }

}