.in-banner {
    position: relative;
}

.in-banner .banner_po {
    position: absolute;
    width: 1520px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.in-banner .banner_po h2 {
    font-size: 54px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.in-banner .banner_po h5 {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.g_nav {
    width: 1520px;
    position: absolute;
    bottom: 0;
    left: 50%;

    transform: translate(-50%, 0);
}

.g_nav .nav_row {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    height: 87px;
    background: #FFFFFF;
    padding: 0 60px;
}

.g_nav .nav_row .nav_left {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 87px;
    line-height: 87px;
    max-width: 25%;
}

.g_nav .nav_row .nav_left .nav_zy,
.show_banner .show_top .product_nav .nav_zy {
    width: 17px;
}

.g_nav .nav_row .nav_left .nav_you,
.show_banner .show_top .product_nav .nav_you {
    width: 5px;
    margin: 0 12px;
}

.g_nav .nav_row .nav_left a,
.g_nav .nav_row .nav_left p,
.show_banner .show_top .product_nav a,
.show_banner .show_top .product_nav p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #555555;
}

.g_nav .nav_row .nav_right {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    max-width: 70%;
}

.g_nav .nav_row .nav_right .nav_a {
    position: relative;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #555555;
    line-height: 87px;
    transition: .36s all;
    margin-right: 60px;
}

.g_nav .nav_row .nav_right .nav_a:last-child {
    margin-right: 0;
}

.g_nav .nav_row .nav_right .nav_a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 0;
    height: 2px;
    transition: .36s all;
    background: #005DB3;
}

.g_nav .nav_row .nav_right .nav_a.active,
.g_nav .nav_row .nav_right .nav_a:hover {
    color: #005DB3;
}

.g_nav .nav_row .nav_right .nav_a.active::after,
.g_nav .nav_row .nav_right .nav_a:hover::after {
    width: 100%;
}









/* 关于健林 */

.company_profile {
    padding: 60px 0 80px;
    position: relative;
    width: 100%;
    background: url(../images/about/about-13.jpg) no-repeat;
    background-size: cover;
}

.company_profile .company_row {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    padding-left: calc((100% - 1520px)/2);
    align-items: flex-start;
}

.company_profile .company_row .company_left {
    width: 48%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.about_name {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px 0 0 90px;
    position: relative;
    background: url(../images/about/about-2.png) no-repeat left bottom;
    background-size: 139px 108px !important;
    min-height: 108px;
}

.about_name h2 {
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 54px;
    margin-bottom: 8px;
}

.about_name h5 {
    font-size: 18px;
    font-family: Arial;
    font-weight: bold;
    color: #999999;
    line-height: 1;
    text-transform: uppercase;
}

.company_profile .company_row .company_left .company_top {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
}

.company_profile .company_row .company_left .company_top h3 {
    padding-left: 30px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #555555;
    line-height: 1;
    margin-right: 30px;
    margin-bottom: 30px;
    position: relative;
}

.company_profile .company_row .company_left .company_top h3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 1px;
    height: 100%;
    background: #222222;
}


.company_profile .company_row .company_left .company_top h3:first-child {
    color: #333333;
    font-weight: bold;
}

.company_profile .company_row .company_left .company_top h3:first-child::before {
    width: 5px;
    background: #5BB431;
}

.company_profile .company_row .company_left .company_p {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 20px;
}

.company_profile .company_row .company_left .company_p p {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #555555;
    line-height: 35px;
    margin-bottom: 30px;
}

.company_profile .company_row .company_left .company_p p:last-child {
    margin-bottom: 0;
}


.company_profile .company_row .company_right {
    margin-top: 90px;
    position: relative;
    width: 46%;
}


.company_profile .company_row .company_right .swiper-container {
    padding-right: 160px;
    border-radius: 50px 0 0 50px;
    box-shadow: 0px 0px 56px 3px rgba(0, 121, 194, 0.2);
}

.company_profile .company_row .company_right .pic img {
    width: 100%;
}

.company_profile .company_row .company_right .right_min {
    position: absolute;
    top: 0;
    right: 0;
    width: 160px;
    height: 100%;
    background: rgb(236, 239, 244, 0.5);
    z-index: 99;
    display: flex;
    flex-direction: row;
}

.company_profile .company_row .company_right .right_min .min_button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-left: 30px;
}

.company_profile .company_row .company_right .right_min .min_button .swiper-button-next,
.company_profile .company_row .company_right .right_min .min_button .swiper-button-prev {
    position: initial;
    width: 18px;
    height: 10px;
    background-size: 18px 10px !important;
    margin: 30px 0;
}


.company_profile .company_row .company_right .right_min .min_button .swiper-button-next::after,
.company_profile .company_row .company_right .right_min .min_button .swiper-button-prev::after {
    display: none;
}

.company_profile .company_row .company_right .right_min .min_button .swiper-button-prev {
    background: url(../images/about/about-15.png) no-repeat;
}

.company_profile .company_row .company_right .right_min .min_button .swiper-button-next {
    background: url(../images/about/about-15-1.png) no-repeat;
}

.corporate_culture {
    padding: 65px 0 75px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.corporate_culture .culture_top {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
}


.corporate_culture .culture_top .top_left {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 40px;
    max-width: 64%;
}

.corporate_culture .about_name {
    padding: 30px 90px 0 0;
    text-align: right;
    background: url(../images/about/about-1.png) no-repeat right bottom;
}

.corporate_culture .culture_row {
    margin-top: 60px;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.corporate_culture .culture_row .pic {
    box-shadow: 0px 0px 56px 3px rgba(0, 121, 194, 0.2);
    border-radius: 50px 50px 0px 50px;
    overflow: hidden;
    width: 45%;
}

.corporate_culture .culture_row .pic img {
    width: 100%;
}

.corporate_culture .culture_row .culture_min {
    width: 48%;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.corporate_culture .culture_row .culture_min .min_row {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.corporate_culture .culture_row .culture_min .min_row:last-child {
    margin-bottom: 0;
}

.corporate_culture .culture_row .culture_min .min_row .min_left {
    width: 87px;
    height: 87px;
    background: rgba(91, 180, 49, 0);
    border: 1px solid #5BB431;
    box-shadow: 0px 0px 15px 1px rgba(91, 180, 49, 0.2);
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .36s all;
}

.corporate_culture .culture_row .culture_min .min_row:hover .min_left {
    background: #5BB431;
    border: 1px solid #5BB431;
    box-shadow: 0px 0px 15px 1px rgba(91, 180, 49, 0.2);
}

.corporate_culture .culture_row .culture_min .min_row .min_left .pic_1 {
    position: relative;
    opacity: 1;
    transition: .36s all;
}

.corporate_culture .culture_row .culture_min .min_row .min_left .pic_2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: .36s all;
}

.corporate_culture .culture_row .culture_min .min_row:hover .min_left .pic_1 {
    opacity: 0;
}

.corporate_culture .culture_row .culture_min .min_row:hover .min_left .pic_2 {
    opacity: 1;
}

.corporate_culture .culture_row .culture_min .min_row .min_left .min_1 {
    width: 31px;
}

.corporate_culture .culture_row .culture_min .min_row .min_left .min_2 {
    width: 25px;
}

.corporate_culture .culture_row .culture_min .min_row .min_left .min_3 {
    width: 23px;
}


.corporate_culture .culture_row .culture_min .min_row .min_right {
    width: calc(100% - 120px);
    display: flex;
    flex-direction: column;
}

.corporate_culture .culture_row .culture_min .min_row .min_right h2 {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
    transition: .36s all;
}

.corporate_culture .culture_row .culture_min .min_row:hover .min_right h2 {
    color: #5BB431;
}

.corporate_culture .culture_row .culture_min .min_row .min_right p {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 40px;
}

.leader {
    position: relative;
    width: 100%;
    background: #ECF0F4;
    padding: 66px 0 130px;

}

.leader .leader_h2 {
    position: absolute;
    left: calc((100% - 1520px)/2);
    bottom: 0;
    font-size: 226px;
    font-family: Arial;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 150px;
    opacity: 0.7;
    text-transform: uppercase;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 1)), text;

    -webkit-background-clip: text;

    color: transparent;
}

.leader .leader_row {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    position: relative;
    z-index: 9;
}

.leader .leader_row .leader_left {
    width: 52%;
    display: flex;
    flex-direction: column;
}

.leader .leader_row .leader_left ul {
    margin: 50px 0;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.leader .leader_row .leader_left ul li {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 45px;
    padding-left: 33px;
    position: relative;
}

.leader .leader_row .leader_left ul li::before {
    content: '';
    position: absolute;
    top: 14.5px;
    left: 0;
    width: 16px;
    height: 16px;
    background: url(../images/about/about-11.png) no-repeat;
    background-size: 16px 16px !important;
}

.leader .leader_row .leader_left p {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #555555;
    line-height: 35px;
}

.leader .leader_row .leader_pic {
    width: 33%;
    margin-top: 20px;
    border-radius: 50px 50px 50px 0px;
    overflow: hidden;
}

.leader .leader_row .leader_pic img {
    width: 100%;
}









/* 产品介绍 */

.g_product {
    background: #F3F6FA;
    position: relative;
    width: 100%;
    padding: 50px 0;
}

.g_product .product_content {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

.g_product .product_content .product_name {
    margin-bottom: 45px;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

.g_product .product_content .product_name h2 {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #005DB3;
    margin-bottom: 15px;
    text-align: center;
}

.g_product .product_content .product_name p {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #555555;
    line-height: 35px;
    text-align: center;
}

.g_product .product_content .product_min {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.g_product .product_content .product_min .min_content {
    width: 100%;
    margin-bottom: 44px;
    padding: 40px;
    background: #FFFFFF;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    transition: .36s all;
}

.g_product .product_content .product_min .min_content:last-child {
    margin-bottom: 0;
}

.g_product .product_content .product_min .min_content:hover {
    box-shadow: 0px 0px 56px 3px rgba(0, 121, 194, 0.2);
}

.g_product .product_content .product_min .min_content .pic {
    width: 49%;
}

.g_product .product_content .product_min .min_content .min_right {
    width: 46%;
    display: flex;
    flex-direction: column;
    padding: 20px 40px 20px 0;
}

.g_product .product_content .product_min .min_content .min_right h2 {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #222222;
}


.g_product .product_content .product_min .min_content .min_right .min_p {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.g_product .product_content .product_min .min_content .min_right .min_p p {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #555555;
    line-height: 40px;
    margin-bottom: 20px;
    text-align: justify;
}

.g_product .product_content .product_min .min_content .min_right .min_p p:last-child {
    margin-bottom: 0;
}



.factory_bootom {
    width: 100%;
    height: 154px;
    background: url(../images/pro/pro-5.jpg)no-repeat;
    background-size: cover;
}

.factory_bootom .factory_bootom_row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.factory_bootom .factory_bootom_row p {
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #222222;
    line-height: 154px;
}

.factory_bootom .factory_bootom_row p span {
    color: #005DB3;
}

.factory_bootom .factory_bootom_row .factory_bootom_zx {
    height: 55px;
    line-height: 55px;
    background: url(../images/pro/pro-6.png) no-repeat right 30px center;
    border-radius: 30px;
    padding: 0 70px 0 50px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #005DB3;
    background-size: 21px 17px !important;
    border: 1px solid #005DB3;
    transition: .36s all;
}

.factory_bootom .factory_bootom_row .factory_bootom_zx:hover {
    background: #005DB3 url(../images/pro/pro-6-1.png) no-repeat right 30px center;
    color: #FFFFFF;
}








#product_show .g_product {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0;
}

.g_product .product_left {
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    width: 25%;
}

.g_product .product_left .left_top {
    padding: 80px 20px 30px 80px;
    border-bottom: 1px solid #EEEEEE;
}

.g_product .product_left .left_top h2,
.related_products .related_content h2 {
    position: relative;
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #0079C2;
    padding-bottom: 15px;
}

.g_product .product_left .left_top h2::after,
.related_products .related_content h2::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 28px;
    height: 1px;
    background: #0079C2;
}

.g_product .product_left .left_min {
    margin-top: 30px;
    padding-left: 100px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.g_product .product_left .left_min .min_name {
    height: 70px;
    line-height: 70px;
    padding: 0 50px 0 15px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #222222;
    border-bottom: 1px solid #EEEEEE;
    cursor: pointer;
    background: url(../images/pro/pro-detail-7.png) no-repeat right 24px center;
    background-size: 8px 14px !important;
    border-radius: 10px 0px 0px 10px;
}


.g_product .product_left .left_min .min_name.active {
    background: #5BB431 url(../images/pro/pro-detail-8.png) no-repeat right 24px center;
    color: #FFFFFF;
}

.g_product .product_right {
    width: 75%;
    display: flex;
    flex-direction: column;
    padding: 50px 200px 50px 70px;
    padding-right: calc((100% - 1520px) /2);
}

.g_product .product_right .product_nav {
    height: 80px;
    line-height: 80px;
    border-bottom: 1px solid #EEEEEE;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}



.show_banner {
    position: absolute;
    bottom: 34px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 1245px;
    background: rgb(255, 255, 255, 0.9);
    border: 1px solid #0079C2;
    border-radius: 30px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    display: none;
}

.show_banner .show_top {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.show_banner .show_top h2 {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    position: relative;
}

.show_banner .show_top h2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -21px;
    width: 100%;
    height: 1px;
    background: #0079C2;
}

.show_banner .show_top .product_nav {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.show_banner .show_row {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    padding: 20px;
}

.show_banner .show_row .row_left {
    width: 37%;
    display: flex;
    flex-direction: column;
}

.show_banner .show_row .row_left h2 {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 40px;
}

.show_banner .show_row .row_left .left_a {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

.show_banner .show_row .row_left .left_a a {
    margin-right: 20px;
    height: 52px;
    line-height: 51px;
    padding: 0 55px 0 40px;
    background: url(../images/pro/pro-detail-5.png) no-repeat right 25px center;
    border-radius: 26px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #5BB431;
    border: 1px solid #5BB431;
    background-size: 12px 9px !important;
    transition: .36s all;
}

.show_banner .show_row .row_left .left_a a:hover {
    background: #5BB431 url(../images/pro/pro-detail-5-1.png) no-repeat right 25px center;
    color: #FFFFFF !important;
}

.show_banner .show_row .row_left .left_a a:last-child {
    margin-right: 0;
    background: url(../images/pro/pro-detail-6.png) no-repeat right 25px center;
    border: 1px solid #005DB3;
    color: #005DB3;
}

.show_banner .show_row .row_left .left_a a:last-child:hover {
    background: #005DB3 url(../images/pro/pro-detail-5-1.png) no-repeat right 25px center;
}

.show_banner .show_row .row_right {
    width: 46%;
    display: flex;
    flex-direction: column;
}

.show_banner .show_row .row_right p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}

.product_show_content {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.product_show_content .show_top {
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #DDDDDD;
    display: flex;
}

.product_show_content .show_top h2 {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #222222;
    position: relative;
}

.product_show_content .show_top h2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -16px;
    width: 100%;
    height: 1px;
    background: #0079C2;
}

.product_show_content .show_min {
    padding: 45px 0;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.product_show_content .show_min p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}

.product_show_content .show_min .min_row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    margin-top: 30px;
}

.product_show_content .show_paging,
.enterprise_show .show_left .show_paging {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 20px;
    border-top: 1px solid #DDDDDD;
}

.product_show_content .show_paging .paging_left,
.enterprise_show .show_left .show_paging .paging_left {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.product_show_content .show_paging .paging_left a,
.enterprise_show .show_left .show_paging .paging_left a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    margin-bottom: 5px;
    transition: .5;
}

.product_show_content .show_paging .paging_left a span,
.enterprise_show .show_left .show_paging .paging_left a span {
    transition: .5;
}

.product_show_content .show_paging .paging_left a:hover span,
.enterprise_show .show_left .show_paging .paging_left a:hover span {
    color: #0079C2;
}

.product_show_content .show_paging .paging_left a:last-child,
.enterprise_show .show_left .show_paging .paging_left a:last-child {
    margin-bottom: 0;
}


.product_show_content .show_swiper {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.product_show_content .show_swiper .swiper_min {
    padding: 50px 0;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.product_show_content .show_swiper .swiper_min .swiper-pagination-bullet-active {
    background: #005DB3;
}

.product_show_content .show_swiper .swiper_min .swiper_min_content {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #F0F3F7;
    border: 1px solid #DDDDDD;
}

.product_show_content .show_swiper .swiper_min .swiper_min_content .pic {
    width: 100%;
    background: #FFFFFF;
    padding: 15px;
    overflow: hidden;
}

.product_show_content .show_swiper .swiper_min .swiper_min_content .pic img {
    transition: .36s all;
    width: 100%;
}

.product_show_content .show_swiper .swiper_min .swiper_min_content:hover .pic img {
    transform: scale(1.03);
    -moz-transform: scale(1.03);
    -webkit-transform: scale(1.03);
}

.product_show_content .show_swiper .swiper_min .swiper_min_content .min_p {
    padding: 20px 30px;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.product_show_content .show_swiper .swiper_min .swiper_min_content .min_p p {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #202020;
    width: calc(100% - 50px);
}

.product_show_content .show_swiper .swiper_min .swiper_min_content .min_p .p_pic {
    width: 44px;
    height: 44px;
    background: #F0F3F7;
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .36s all;
}

.product_show_content .show_swiper .swiper_min .swiper_min_content:hover .min_p .p_pic {
    background: #5BB431;
    box-shadow: 0px 0px 51px 3px rgba(238, 238, 238, 0.8);
}

.product_show_content .show_swiper .swiper_min .swiper_min_content .min_p .p_pic img {
    width: 18px;
}

.product_show_content .show_swiper .swiper_min .swiper_min_content .min_p .p_pic .p_pic1 {
    position: relative;
    opacity: 1;
    transition: .36s all;
}

.product_show_content .show_swiper .swiper_min .swiper_min_content .min_p .p_pic .p_pic2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: .36s all;
}

.product_show_content .show_swiper .swiper_min .swiper_min_content:hover .min_p .p_pic .p_pic1 {
    opacity: 0;
}

.product_show_content .show_swiper .swiper_min .swiper_min_content:hover .min_p .p_pic .p_pic2 {
    opacity: 1;
}






/* 企业动态 */
.enterprise_dynamics {
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

.enterprise_name {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.enterprise_name h2 {
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 54px;
    margin-bottom: 10px;
}

.enterprise_name h4 {
    font-size: 18px;
    font-family: Arial;
    font-weight: bold;
    color: #999999;
    text-transform: uppercase;
}

.enterprise_dynamics .enterprise_top {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 45px;
    justify-content: space-between;
    width: 100%;
}

.enterprise_dynamics .enterprise_top .pic {
    width: 37%;
    overflow: hidden;
}

.enterprise_dynamics .enterprise_top .pic img {
    width: 100%;
    transition: .36s all;
}

.enterprise_dynamics .enterprise_top:hover .pic img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.enterprise_dynamics .enterprise_top .top_right {
    width: 59%;
    display: flex;
    flex-direction: column;
    padding: 30px 0;
    align-items: flex-start;
}

.enterprise_dynamics .enterprise_top .top_right h5 {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #999999;
    line-height: 24px;
}

.enterprise_dynamics .enterprise_top .top_right h2 {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin: 15px 0 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    transition: .36s all;
}

.enterprise_dynamics .enterprise_top:hover .top_right h2 {
    color: #005DB3;
}

.enterprise_dynamics .enterprise_top .top_right p {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 35px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 100%;
}

.enterprise_but {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #999999;
    line-height: 46px;
    padding-right: 60px;
    background: url(../images/news/news-4.png) no-repeat right center;
    background-size: auto;
    background-size: 46px 46px !important;
    transition: .36s all;
}

.enterprise_dynamics .enterprise_top:hover .enterprise_but,
.enterprise_dynamics .enterprise_wrap .wrap_min:hover .enterprise_but {
    font-weight: bold;
    color: #5BB431;
    background: url(../images/news/news-5.png) no-repeat right center;
}

.enterprise_dynamics .enterprise_top .top_right .enterprise_but {
    margin-top: 40px;
}


.enterprise_dynamics .enterprise_wrap {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
}

.enterprise_dynamics .enterprise_wrap .wrap_min {
    width: calc((100% - 120px)/4);
    margin-right: 40px;
    margin-bottom: 45px;
    display: flex;
    flex-direction: column;
    padding: 20px;
    background: #FFFFFF;
    align-items: flex-start;
}

.enterprise_dynamics .enterprise_wrap .wrap_min:nth-of-type(4n) {
    margin-right: 0;
}

.enterprise_dynamics .enterprise_wrap .wrap_min h5 {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #999999;
    margin: 15px 0;
}

.enterprise_dynamics .enterprise_wrap .wrap_min p {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #555555;
    line-height: 33px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 100%;
    height: 66px;
}

.enterprise_dynamics .enterprise_wrap .wrap_min .pic {
    margin: 25px 0;
    overflow: hidden;
}

.enterprise_dynamics .enterprise_wrap .wrap_min .pic img {
    transition: .36s all;
    width: 100%;
}

.enterprise_dynamics .enterprise_wrap .wrap_min:hover .pic img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}









.enterprise_show {
    padding: 70px 0 50px;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}

.enterprise_show .show_left {
    width: 76%;
    display: flex;
    flex-direction: column;

}

.enterprise_show .show_left .left_top {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.enterprise_show .show_left .left_top .show_name {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #005DB3;
    line-height: 48px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.enterprise_show .show_left .left_top p {
    text-align: center;
}

.enterprise_show .show_left .left_top span {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #646464;
    line-height: 30px;
    padding: 0 10px;
    position: relative;
}

.enterprise_show .show_left .left_top span::after {
    content: '';
    position: absolute;
    right: 0;
    top: 3px;
    height: 81%;
    width: 1px;
    background: #AAAAAA;
}

.enterprise_show .show_left .left_top span:last-child::after {
    display: none;
}

.enterprise_show .show_left .left_top .social-share .social-share-icon:hover {
    background: #5BB431;
    border-color: #5BB431;
}

.enterprise_show .show_left .enterprise_show_content {
    margin: 30px 0;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.enterprise_show .show_left .enterprise_show_content p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 38px;
}

.enterprise_show .show_right {
    width: 20%;
    display: flex;
    flex-direction: column;
}

.enterprise_show .show_right .right_top {
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #E2E2E2;
    display: flex;
}

.enterprise_show .show_right .right_top h2 {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    position: relative;
}

.enterprise_show .show_right .right_top h2::after {
    content: '';
    position: absolute;
    bottom: -16px;
    width: 100%;
    left: 0;
    height: 1px;
    background: #005DB3;
}

.enterprise_show .show_right .right_column {
    margin-top: 35px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.enterprise_show .show_right .right_column .right_min {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #FFFFFF;
    position: relative;
    margin-bottom: 20px;
}

.enterprise_show .show_right .right_column .right_min::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #005DB3;
    transition: .5s;
}

.enterprise_show .show_right .right_column .right_min:hover:after {
    width: 100%;
}

.enterprise_show .show_right .right_column .right_min .pic {
    overflow: hidden;
}

.enterprise_show .show_right .right_column .right_min .pic img {
    transition: .5s;
    width: 100%;
}

.enterprise_show .show_right .right_column .right_min:hover .pic img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.enterprise_show .show_right .right_column .right_min .min_name {
    padding: 15px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.enterprise_show .show_right .right_column .right_min .min_name h2 {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #555555;
    line-height: 33px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    transition: .5s;
    margin-bottom: 10px;
}

.enterprise_show .show_right .right_column .right_min:hover .min_name h2 {
    color: #005DB3;
}

.enterprise_show .show_right .right_column .right_min .min_name h5 {
    font-size: 14px;
    font-family: Arial;
    font-weight: bold;
    color: #999999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}







/* 诚聘英才 */

.join_us {
    background: #F3F6FA url(../images/join/join-2.png) no-repeat bottom;
    background-size: cover;
}

.join_us .join_nav {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
}

.join_us .join_nav .join_nav_a {
    padding: 0 85px;
    background: rgba(255, 255, 255, 0);
    border: 1px solid #5BB431;
    box-shadow: 0px 0px 15px 1px rgba(91, 180, 49, 0.2);
    border-radius: 5px;
    position: relative;
    margin-right: 24px;
}

.join_us .join_nav .join_nav_a:last-child {
    margin-right: 0;
}

.join_us .join_nav .join_nav_a p {
    height: 70px;
    line-height: 70px;
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #5BB431;
    padding-left: 45px;
}

.join_us .join_nav .join_nav_a.active {
    background: #5BB431;
}

.join_us .join_nav .join_nav_a.active::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #5BB431;
    transform: translate(-50%, 0);
}

.join_us .join_nav .join_nav_a.active p {
    color: #FFFFFF;
}

.join_us .join_nav .join_nav_a .nav_1 {
    background: url(../images/join/join-5-1.png) no-repeat left center;
    background-size: 32px 21px !important;
}

.join_us .join_nav .join_nav_a.active .nav_1 {
    background: url(../images/join/join-5.png) no-repeat left center;
}

.join_us .join_nav .join_nav_a .nav_2 {
    background: url(../images/join/join-6.png) no-repeat left center;
    background-size: 32px 25px !important;
}

.join_us .join_nav .join_nav_a.active .nav_2 {
    background: url(../images/join/join-6-1.png) no-repeat left center;
}

.ijob_con {
    margin-top: 20px;
    margin-bottom: 50px;
    width: 100%;
}

.ijob_con1 {
    height: 57px;
    background: #E5E8ED;
    padding: 0 40px 0 80px;
}

.ijob_con1 ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 100%;
    align-items: center;
    justify-content: space-between;
}

.ijob_con1 li {
    color: #333;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
}

.ijob_con .j1 {
    width: 20%;
}

.ijob_con .j2 {
    width: 15%;
}

.ijob_con .j3 {
    width: 15%;
}

.ijob_con .j6 {
    width: 15%;
}

.ijob_con .j7 {
    width: 10%;
}

.ijob_con .j4 {
    width: 15%;
}

.ijob_con .j5 {
    width: 4%;
}


.ijob_con2 dl {
    border: 1px solid #DDDDDD;
    border-top: none;
}

.zp-title {
    cursor: pointer;
    outline: none;
    transition: 0.5s;
    padding: 0 40px 0 80px;
    background: #FFFFFF;
}

.zp-title ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.zp-title li {
    color: #666;
    line-height: 30px;
    padding: 21px 0;
    font-size: 16px;
    text-align: left;
    position: relative;
    font-weight: normal;
    transition: .5s;
}

.zp-title li i {
    display: block;
    background: url(../images/join/join-3.png) no-repeat center;
    background-size: 12px 12px;
    width: 12px;
    margin: 0 auto;
    height: 12px;
    transition: .5s;
}

.zp-content {
    display: none;
    padding: 35px 85px;
    background: #FFFFFF;
}

.zp-content-text1 {
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

.zp-content-text1 h3 {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    font-weight: 400;
}

.zp-content-text2 {
    margin-top: 40px;
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

.zp-content-text2 a {
    font-size: 16px;
    color: #094DA1;
}

.open .zp-title {
    background: #005DB3;
    box-shadow: 0px 0px 56px 3px rgba(0, 121, 194, 0.2);
}

.open .zp-title li {
    color: #fff;
}

.open .zp-title li i {
    background: url(../images/join/join-4.png) no-repeat center;
    background-size: 11px 3px;
}

.open .zp-content {
    display: block;
}










/* 团队风采 */
.team_wrap {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
}

.team_wrap .team_min {
    cursor: pointer;
    width: calc((100% - 90px) /4);
    margin-right: 30px;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    box-shadow: 0px 0px 51px 3px rgba(238, 238, 238, 0.8);
    border-radius: 0px 0px 4px 4px;
    overflow: hidden;
    transition: .5s;
}

.team_wrap .team_min:hover {
    background: #5BB431;
    box-shadow: 0px 49px 66px 7px rgba(204, 204, 204, 0.25);
}

.team_wrap .team_min:nth-of-type(4n) {
    margin-right: 0;
}

.team_wrap .team_min .pic {
    overflow: hidden;
}

.team_wrap .team_min .pic img {
    transition: .5s;
    width: 100%;
}

.team_wrap .team_min:hover .pic img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.team_wrap .team_min p {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #555555;
    height: 75px;
    line-height: 75px;
    width: 100%;
    text-align: center;
    padding: 0 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: .5s;
}

.team_wrap .team_min:hover p {
    color: #FFFFFF;
}

.team_mode {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    background: rgb(0, 0, 0, 0.2);
    display: none;
}

.team_mode .mode_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1100px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

.team_mode .mode_content .mode_cuo {
    margin-bottom: 10px;
    cursor: pointer;
    width: 62px;
}

.team_mode .mode_content .mode_min {
    margin-right: 40px;
    width: 1060px;
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 50px;
}

.team_mode .mode_content .mode_min .min_top {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #DDDDDD;
    align-items: center;
}

.team_mode .mode_content .mode_min .min_top h2 {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    max-width: 80%;
}

.team_mode .mode_content .mode_min .min_top p {
    padding-left: 30px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #555555;
    background: url(../images/join/join-10.png) no-repeat left center;
    background-size: 21px 20px;
}

.team_mode .mode_content .mode_min .min_swiper {
    padding: 55px 100px;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.team_mode .mode_content .mode_min .min_swiper .pic {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.team_mode .mode_content .mode_min .min_swiper .pic img {
    max-height: 48vh;
}

.team_mode .mode_content .mode_min .min_swiper .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.team_mode .mode_content .mode_min .min_swiper .swiper-pagination-bullet-active {
    width: 14px;
    height: 14px;
    background: rgba(255, 255, 255, 0);
    border: 2px solid #5BB431;
    border-radius: 50%;

}









/* 人才理念 */
.talent_content {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.talent_content .talent_row {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 45px;
    background: #FFFFFF;
}

.talent_content .talent_row .pic {
    width: 50%;
}

.talent_content .talent_row .pic img {
    width: 100%;
}

.talent_content .talent_row .talent_min {
    width: 50%;
    position: relative;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.talent_content .talent_row .talent_min h2 {
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 30px;
    width: 100%;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.talent_content .talent_row .talent_min h2::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 8px;
    height: 8px;
    background: #5BB431;
    border-radius: 50%;

}

.talent_content .talent_row .talent_min h2::after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #5BB431;
}

.talent_content .talent_row .talent_min p {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 35px;
}

.talent_content .talent_row .talent_min .min_po {
    position: absolute;
    top: 0;
    right: 0;
    width: 47px;
    height: 47px;
    background: #5BB431;
    border-radius: 0 0 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.talent_content .talent_row .talent_min .min_po img {
    width: 20px;
}


.talent_content .talent_row:nth-of-type(2n) {
    flex-direction: row-reverse;
}

.talent_content .talent_row:nth-of-type(2n) .talent_min .min_po {
    right: auto;
    left: 0;
    border-radius: 0 0 20px 0;
}






/* 联系我们 */
.contact_us {
    position: relative;
    background: url(../images/contact/con-3.jpg) no-repeat bottom;
    background-size: cover;
    width: 100%;
    padding: 50px 0 75px;
}

.contact_us .contact_row {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
}

.contact_us .contact_row .contact_left {
    width: 42%;
    display: flex;
    flex-direction: column;
}

.contact_us .contact_row .contact_left .left_min {
    margin-top: 50px;
    background: #FFFFFF;
    box-shadow: 0px 0px 56px 3px rgba(0, 121, 194, 0.2);
    border-radius: 50px 50px 0px 50px;
    display: flex;
    flex-direction: column;
    padding: 60px;
    width: 100%;
}

.contact_us .contact_row .contact_left .left_min h2 {
    font-size: 24px;
    font-family: Arial, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin-bottom: 25px;
}

.contact_us .contact_row .contact_left .left_min p {
    font-size: 18px;
    font-family: Arial, Microsoft YaHei;
    font-weight: bold;
    color: #666666;
    line-height: 40px;
}

.contact_us .contact_row .contact_left .left_min span {
    font-weight: 400;
}

.contact_us .contact_row .contact_right {
    width: 55%;
    position: relative;
    overflow: hidden;
    border-radius: 50px 50px 50px 0px;
    cursor: pointer;
}

.contact_us .contact_row .contact_right .right_po {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 74px;
}

.map_display {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 60px 0;
}

.map_display .map_min {
    margin-top: 40px;
    width: 100%;
    height: 400px;
}

.complaint_hotline {
    position: relative;
    background: url(../images/contact/con-7.jpg) no-repeat left;
    width: 100%;
    background-size: cover;
}

.complaint_hotline .complaint_content {
    padding: 45px 0 60px;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
}

.complaint_hotline .complaint_content .about_name h2,
.complaint_hotline .complaint_content .about_name h5 {
    color: #FFFFFF;
}

.complaint_hotline .complaint_content p {
    font-size: 20px;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 38px;
    margin: 50px 0;
}

.complaint_hotline .complaint_content .complaint_min {
    background: #5BB431;
    border: 1px solid #5BB431;
    box-shadow: 0px 0px 37px 1px rgba(91, 180, 49, 0.38);
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.complaint_hotline .complaint_content .complaint_min h4 {
    font-size: 20px;
    font-family: Arial, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 35px;
}

.complaint_hotline .complaint_content .complaint_min h3 {
    font-size: 32px;
    font-family: Arial, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}

.customer_feedback {
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.feedback_row {
    margin: 40px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 30px 140px;
    background: #F9F9F9;
    border: 1px solid #DDDDDD;
}

.feedback_row p {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #555555;
    line-height: 48px;
}

.feedback_row p span {
    color: #E70012;
}

.feedback_row input {
    width: calc(100% - 120px);
    height: 52px;
    background: #FFFFFF;
    line-height: 52px;
    padding: 0 40px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
}

.customer_feedback .feedback_but {
    height: 52px;
    background: #5BB431 url(../images/contact/con-11.png) no-repeat right 40px center;
    border-radius: 26px 26px 0px 26px;
    line-height: 52px;
    padding: 0 90px 0 60px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    background-size: 18px 6px !important;
    cursor: pointer;
    transition: .5s;
}

.customer_feedback .feedback_but:hover {
    background: #005DB3 url(../images/contact/con-11.png) no-repeat right 40px center;
}

.Investment_attraction {
    position: relative;
    min-height: 565px;
    background: url(../images/contact/con-12.jpg) no-repeat center;
    background-size: cover;
}

.Investment_attraction .attraction_content {
    padding: 90px 0 30px;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.Investment_attraction .attraction_content .pic {
    width: 40px;
    margin-bottom: 35px;
}

.Investment_attraction .attraction_content .enterprise_name h2,
.Investment_attraction .attraction_content .enterprise_name h4 {
    color: #FFFFFF;
}

.Investment_attraction .attraction_content .attraction_min {
    margin-top: 35px;
    display: flex;
    flex-direction: column;
}

.Investment_attraction .attraction_content .attraction_min .min_name {
    min-width: 475px;
    height: 80px;
    background: rgba(0, 93, 179, 0.42);
    border: 3px solid #005DB3;
    border-radius: 10px;
    padding: 0 40px;
    margin-bottom: 10px;
}

.Investment_attraction .attraction_content .attraction_min .min_name:last-child {
    margin-bottom: 0;
}

.Investment_attraction .attraction_content .attraction_min .min_name .name1 {
    font-size: 46px;
    font-family: Arial;
    font-weight: bold;
    color: #FFFFFF;
    height: 74px;
    line-height: 74px;
}

.Investment_attraction .attraction_content .attraction_min .min_name .name2 {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    height: 74px;
    line-height: 74px;
    padding-left: 52px;
    background: url(../images/contact/con-10.png) no-repeat left center;
    background-size: 36px 23px !important;
}

@media (max-width: 1601px) {

    .in-banner .banner_po,
    .g_nav {
        width: 90%;
    }

    .company_profile .company_row {
        padding-left: 5%;
    }

    .in-banner .banner_po h2 {
        font-size: 42px;
        margin-bottom: 25px;
    }

    .in-banner .banner_po h5 {
        font-size: 20px;
    }

    .g_nav .nav_row {
        height: 80px;
    }

    .g_nav .nav_row .nav_left {
        height: 80px;
        line-height: 80px;
    }

    .g_nav .nav_row .nav_right .nav_a {
        font-size: 16px;
        line-height: 80px;
        margin-right: 50px;
    }




    .about_name {
        padding: 30px 0 0 70px;
    }

    .about_name h2,
    .enterprise_name h2 {
        font-size: 30px;
        line-height: 46px;
    }

    .about_name h5,
    .enterprise_name h4 {
        font-size: 16px;
    }

    .company_profile .company_row .company_left .company_top h3 {
        padding-left: 22px;
        font-size: 20px;
    }

    .company_profile .company_row .company_left .company_top h3::before {
        top: 2px;
    }

    .company_profile .company_row .company_left .company_p p {
        font-size: 16px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .corporate_culture .culture_top .top_left {
        font-size: 20px;
    }

    .corporate_culture .about_name {
        padding: 30px 70px 0 0;
    }

    .corporate_culture .culture_row .culture_min .min_row .min_left {
        width: 80px;
        height: 80px;
    }

    .corporate_culture .culture_row .culture_min .min_row .min_right h2 {
        font-size: 20px;
        line-height: 36px;
    }

    .corporate_culture .culture_row .culture_min .min_row .min_right p {
        font-size: 16px;
        line-height: 36px;
    }

    .corporate_culture .culture_row .culture_min .min_row {
        margin-bottom: 40px;
    }

    .leader .leader_row .leader_left ul li {
        font-size: 18px;
    }

    .leader .leader_row .leader_left p {
        font-size: 16px;
    }

    .leader .leader_h2 {
        left: 5%;
    }











    .contact_us .contact_row .contact_left .left_min h2 {
        font-size: 20px;
    }

    .contact_us .contact_row .contact_left .left_min p {
        font-size: 16px;
        line-height: 35px;
    }

    .complaint_hotline .complaint_content p {
        font-size: 18px;
        margin: 40px 0;
    }

    .complaint_hotline .complaint_content .complaint_min h4 {
        font-size: 18px;
    }

    .complaint_hotline .complaint_content .complaint_min h3 {
        font-size: 28px;
    }

    .Investment_attraction .attraction_content .attraction_min .min_name .name1 {
        font-size: 36px;
    }

    .Investment_attraction .attraction_content .attraction_min .min_name .name2 {
        font-size: 20px;
    }

    .Investment_attraction .attraction_content .attraction_min .min_name {
        min-width: auto;
    }











    .enterprise_dynamics .enterprise_top .top_right h5 {
        font-size: 16px;
    }

    .enterprise_dynamics .enterprise_top .top_right h2 {
        font-size: 20px;
    }

    .enterprise_dynamics .enterprise_top .top_right p,
    .enterprise_dynamics .enterprise_wrap .wrap_min p {
        font-size: 16px;
    }










    .enterprise_show .show_left .left_top .show_name {
        font-size: 26px;
    }

    .enterprise_show .show_left .left_top span,
    .enterprise_show .show_left .enterprise_show_content p,
    .product_show_content .show_paging .paging_left a,
    .enterprise_show .show_left .show_paging .paging_left a {
        font-size: 15px;
    }

    .enterprise_show .show_right .right_top h2 {
        font-size: 22px;
    }









    .join_us .join_nav .join_nav_a {
        padding: 0 65px;
    }

    .join_us .join_nav .join_nav_a p {
        height: 60px;
        line-height: 60px;
        font-size: 20px;
    }

    .join_us .join_nav .join_nav_a .nav_1 {
        background-size: 27px 17px !important;
    }


    .join_us .join_nav .join_nav_a .nav_2 {
        background-size: 27px 21px !important;
    }














    .g_product .product_content .product_name h2,
    .g_product .product_content .product_min .min_content .min_right h2 {
        font-size: 26px;
    }

    .g_product .product_content .product_name p {
        font-size: 16px;
        line-height: 32px;
    }

    .g_product .product_content .product_min .min_content .min_right .min_p p {
        font-size: 16px;
        line-height: 35px;
        margin-bottom: 15px;
    }










    .show_banner .show_top h2,
    .show_banner .show_row .row_left h2,
    .product_show_content .show_top h2 {
        font-size: 22px;
    }

    .show_banner .show_row .row_right p,
    .product_show_content .show_min p {
        font-size: 14px;
    }

    .g_product .product_left .left_top h2,
    .related_products .related_content h2 {
        font-size: 26px;
    }

    .g_product .product_left .left_min .min_name {
        height: 60px;
        line-height: 60px;
        font-size: 16px;
    }

    .g_product .product_left .left_min,
    .g_product .product_left .left_top {
        padding-left: 12%;
    }














    .talent_content .talent_row .talent_min {
        padding: 40px;
    }

    .talent_content .talent_row .talent_min h2 {
        padding-bottom: 20px;
        margin-bottom: 25px;
        font-size: 20px;
    }

    .talent_content .talent_row .talent_min p {
        font-size: 16px;
        line-height: 32px;
    }



    .team_wrap .team_min p {
        font-size: 16px;
        height: 70px;
        line-height: 70px;
    }

    .team_mode .mode_content .mode_min {
        padding: 35px;
    }

    .team_mode .mode_content .mode_cuo {
        width: 52px;
    }

    .team_mode .mode_content .mode_min .min_top h2 {
        font-size: 20px;
    }

    .team_mode .mode_content {
        width: 1000px;
    }

    .team_mode .mode_content .mode_min {
        width: 960px;
    }
}

@media (max-width: 1500px) {
    .factory_bootom .factory_bootom_row p {
        font-size: 30px;
    }

    .factory_bootom .factory_bootom_row .factory_bootom_zx {
        height: 53px;
        line-height: 53px;
        font-size: 18px;

    }
}

@media (max-width: 1279px) {
    .in-banner {
        margin-top: 80px;
    }

    .g_nav {
        display: none;
    }

    .in-banner .banner_po h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .in-banner .banner_po h5 {
        font-size: 17px;
    }

    .about_name h2,
    .enterprise_name h2 {
        font-size: 24px;
        line-height: 40px;
    }

    .about_name h5,
    .enterprise_name h4 {
        font-size: 14px;
    }

    .company_profile .company_row {
        flex-direction: column;
        padding: 0 5%;
    }

    .company_profile .company_row .company_left {
        width: 100%;
    }

    .about_name {
        background-size: 100px 77px !important;
        min-height: 77px;
    }

    .about_name {
        padding: 0 0 0 50px;
    }

    .company_profile .company_row .company_left .company_top h3 {
        padding-left: 20px;
        font-size: 18px;
        margin-bottom: 20px;
    }

    .company_profile .company_row .company_left .company_top {
        margin-top: 40px;
    }

    .company_profile .company_row .company_left .company_p p {
        font-size: 15px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .company_profile .company_row .company_right {
        margin-top: 50px;
        width: 100%;
    }

    .company_profile .company_row .company_right .swiper-container {
        border-radius: 30px 0 0 30px;
    }

    .corporate_culture .culture_top .top_left {
        font-size: 18px;
        line-height: 34px;
    }

    .corporate_culture .about_name {
        padding: 0 50px 0 0;
    }

    .corporate_culture .culture_row {
        margin-top: 40px;
        flex-direction: column;
    }

    .corporate_culture .culture_row .pic,
    .leader .leader_row .leader_pic {
        border-radius: 30px;
        width: 100%;
    }

    .corporate_culture .culture_row .culture_min {
        width: 100%;
        margin-top: 40px;
    }

    .leader .leader_row {
        flex-direction: column;
    }

    .leader .leader_row .leader_left {
        width: 100%;
    }

    .leader .leader_row .leader_left ul {
        margin: 30px 0;
    }

    .leader .leader_row .leader_left ul li {
        font-size: 16px;
    }

    .leader .leader_row .leader_left p {
        font-size: 14px;
        line-height: 30px;
    }

    .leader .leader_h2 {
        font-size: 178px;
        line-height: 130px;
    }

    .factory_bootom {
        display: none;
    }







    .ijob_con1,
    .zp-title {
        padding: 0 10px;
    }

    .ijob_con1 li,
    .zp-title li {
        font-size: 15px;
    }

    .zp-content {
        padding: 30px 35px 35px 35px;
    }

    .zp-content-text1 h3 {
        font-size: 16px;
    }

    .zp-content-text1 {
        font-size: 14px;
        ;
        line-height: 28px;
    }

    .zp-content-text2 {
        margin-top: 30px;
        font-size: 14px;
    }

    .zp-content-text2 a {
        font-size: 16px;
    }


    .ijob_con .j7 {
        display: none;
    }

    .join_us .join_nav .join_nav_a {
        padding: 0 45px;
    }

    .join_us .join_nav .join_nav_a p {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        padding-left: 40px;
    }

    .zp-title li {
        padding: 15px 0;
    }





    .contact_us .contact_row {
        flex-direction: column;
    }

    .contact_us .contact_row .contact_left {
        width: 100%;
        padding: 40px 0;
    }

    .contact_us .contact_row .contact_left .left_min {
        border-radius: 30px;
    }

    .contact_us .contact_row .contact_right {
        width: 100%;
        border-radius: 30px;
    }

    .enterprise_name h2 {
        margin-bottom: 0;
    }








    .enterprise_dynamics .enterprise_top {
        flex-direction: column;
    }

    .enterprise_dynamics .enterprise_top .pic {
        width: 100%;
    }

    .enterprise_dynamics .enterprise_top .top_right {
        width: 100%;
        padding: 30px 0 0;
    }

    .enterprise_dynamics .enterprise_wrap .wrap_min {
        width: calc((100% - 40px)/2);
    }

    .enterprise_dynamics .enterprise_wrap .wrap_min:nth-of-type(2n) {
        margin-right: 0;
    }











    .enterprise_show {
        padding: 60px 0;
    }

    .enterprise_show .show_left {
        width: 100%;
    }

    .enterprise_show .show_right {
        display: none;
    }

    .enterprise_show .show_left .left_top .show_name {
        font-size: 22px;
        line-height: 42px;
    }

    .enterprise_show .show_left .left_top span,
    .enterprise_show .show_left .enterprise_show_content p,
    .product_show_content .show_paging .paging_left a,
    .enterprise_show .show_left .show_paging .paging_left a {
        font-size: 14px;
    }

    .enterprise_show .show_left .enterprise_show_content p {
        line-height: 32px;
    }











    .g_product .product_content .product_name h2,
    .g_product .product_content .product_min .min_content .min_right h2 {
        font-size: 22px;
    }

    .g_product .product_content .product_name p {
        font-size: 14px;
        line-height: 28px;
    }

    .g_product .product_content .product_min .min_content {
        margin-bottom: 40px;
        padding: 30px;
        flex-direction: column;
    }

    .g_product .product_content .product_min .min_content .pic {
        width: 100%;
    }

    .g_product .product_content .product_min .min_content .min_right {
        width: 100%;
        padding: 30px 0 0 0;
    }

    .product_min .min_content .min_right .min_p p {
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 12px;
    }











    .show_banner,
    .g_product .product_left {
        display: none;
    }

    .g_product .product_right {
        width: 100%;
        padding: 60px 5%;
    }
















    .talent_content .talent_row {
        flex-direction: column !important;
    }

    .talent_content .talent_row .pic {
        width: 100%;
    }

    .talent_content .talent_row .talent_min {
        width: 100%;
    }

    .talent_content .talent_row:nth-of-type(2n) .talent_min .min_po {
        right: 0;
        left: auto;
        border-radius: 0 0 0 20px;
    }














    .team_wrap .team_min {
        width: calc((100% - 30px) /2);
    }

    .team_wrap .team_min:nth-of-type(2n) {
        margin-right: 0;
    }

    .team_mode .mode_content {
        width: 80%;
    }

    .team_mode .mode_content .mode_cuo {
        width: 34px;
    }

    .team_mode .mode_content .mode_min {
        width: calc(100% - 40px);
        padding: 30px;
    }

    .team_mode .mode_content .mode_min .min_top h2 {
        font-size: 16px;
    }

    .team_mode .mode_content .mode_min .min_top {
        padding-bottom: 15px;
    }

    .team_mode .mode_content .mode_min .min_swiper {
        padding: 40px;
    }

    .team_wrap .team_min p {
        font-size: 14px;
        height: 60px;
        line-height: 60px;
    }
}


@media (max-width: 600px) {
    .in-banner {
        margin-top: 64px;
    }

    .in-banner .banner_po h5 {
        font-size: 15px;
    }

    .in-banner .banner_po h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .about_name h2,
    .enterprise_name h2 {
        font-size: 20px;
        line-height: 32px;
    }

    .about_name h5,
    .enterprise_name h4 {
        font-size: 12px;
    }





    .ijob_con .j3,
    .ijob_con .j6 {
        display: none;
    }

    /* .ijob_con1 li,
    .open .zp-title li,
    .zp-title li {
        width: 25% !important;
    } */

    .ijob_con1 li,
    .zp-title li {
        font-size: 12px;
        line-height: 22px;
        padding: 11px 0;
    }

    .zp-content-text1 {
        font-size: 12px;
    }

    .ijob_con {
        margin-top: 25px;
    }

    .zp-content-text2 a {
        font-size: 14px;
    }

    .zp-content {
        padding: 20px 20px 20px 20px;
    }









    .company_profile {
        padding: 40px 0 40px;
    }

    .company_profile .company_row .company_left .company_top {
        margin-top: 30px;
    }

    .company_profile .company_row .company_left .company_top h3 {
        font-size: 16px;
    }

    .company_profile .company_row .company_left .company_p {
        margin-top: 10px;
    }

    .company_profile .company_row .company_left .company_p p {
        font-size: 14px;
    }

    .company_profile .company_row .company_right {
        margin-top: 30px;
    }

    .company_profile .company_row .company_right .swiper-container {
        padding-right: 70px;
    }

    .company_profile .company_row .company_right .right_min {
        width: 70px;
    }

    .company_profile .company_row .company_right .right_min .min_button .swiper-button-next,
    .company_profile .company_row .company_right .right_min .min_button .swiper-button-prev {
        width: 13px;
        height: 7px;
        background-size: 13px 7px !important;
        margin: 15px 0;
    }

    .corporate_culture {
        padding: 40px 0;
    }

    .corporate_culture .culture_top {
        flex-direction: column;
    }

    .corporate_culture .culture_top .top_left {
        max-width: 100%;
        width: 100%;
        margin-bottom: 15px;
    }

    .corporate_culture .culture_top .top_left {
        font-size: 16px;
        line-height: 30px;
    }

    .corporate_culture .culture_row .culture_min .min_row .min_left {
        width: 65px;
        height: 65px;
    }

    .corporate_culture .culture_row .culture_min .min_row .min_left .min_1 {
        width: 26px;
    }

    .corporate_culture .culture_row .culture_min .min_row .min_left .min_2 {
        width: 20px;
    }

    .corporate_culture .culture_row .culture_min .min_row .min_left .min_3 {
        width: 18px;
    }

    .corporate_culture .culture_row .culture_min .min_row .min_right {
        width: calc(100% - 90px);
    }

    .corporate_culture .culture_row .culture_min .min_row {
        margin-bottom: 20px;
    }

    .corporate_culture .culture_row .culture_min .min_row .min_right h2 {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 5px;
    }

    .corporate_culture .culture_row .culture_min .min_row .min_right p {
        font-size: 14px;
        line-height: 25px;
    }

    .leader {
        padding: 40px 0 60px;
    }

    .leader .leader_row .leader_left ul {
        margin: 20px 0;
    }

    .leader .leader_row .leader_left ul li {
        font-size: 15px;
        padding-left: 25px;
        line-height: 35px;
    }

    .leader .leader_row .leader_left ul li::before {
        top: 12.5px;
        width: 12px;
        height: 12px;
        background-size: 12px 12px !important;
    }

    .leader .leader_h2 {
        font-size: 80px;
        line-height: 60px;
    }








    .contact_us,
    .map_display,
    .complaint_hotline .complaint_content,
    .customer_feedback {
        padding: 40px 0;
    }

    .contact_us .contact_row .contact_left {
        padding: 0 0 30px;
    }

    .contact_us .contact_row .contact_left .left_min {
        margin-top: 35px;
        padding: 40px;
    }

    .contact_us .contact_row .contact_left .left_min h2 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .contact_us .contact_row .contact_left .left_min p {
        font-size: 14px;
        line-height: 28px;
    }

    .contact_us .contact_row .contact_right .right_po {

        width: 42px;
    }

    .map_display .map_min {
        margin-top: 25px;
        height: 380px;
    }

    .complaint_hotline .complaint_content p {
        font-size: 16px;
        margin: 30px 0;
        line-height: 30px;
    }

    .complaint_hotline .complaint_content .complaint_min h4 {
        font-size: 16px;
        line-height: 30px;
    }

    .complaint_hotline .complaint_content .complaint_min h3 {
        font-size: 24px;
    }

    .feedback_row {
        margin: 30px 0;
        padding: 20px;
    }

    .feedback_row p {
        font-size: 14px;
        line-height: 35px;
    }

    .feedback_row input {
        width: calc(100% - 90px);
        height: 45px;
        line-height: 45px;
        padding: 0 20px;
        font-size: 14px;
    }

    .customer_feedback .feedback_but {
        height: 45px;
        background: #5BB431 url(../images/contact/con-11.png) no-repeat right 30px center;
        line-height: 45px;
        padding: 0 70px 0 30px;
        font-size: 15px;
    }

    .customer_feedback .feedback_but:hover {
        background: #005DB3 url(../images/contact/con-11.png) no-repeat right 30px center;
    }

    .Investment_attraction {
        min-height: auto;
    }

    .Investment_attraction .attraction_content {
        padding: 40px 0;
    }

    .Investment_attraction .attraction_content .pic {
        width: 30px;
        margin-bottom: 25px;
    }

    .Investment_attraction .attraction_content .attraction_min .min_name {
        height: 70px;
        border: 3px solid #005DB3;
        padding: 0 20px;
    }

    .Investment_attraction .attraction_content .attraction_min .min_name .name1 {
        font-size: 22px;
        height: 64px;
        line-height: 64px;
    }

    .Investment_attraction .attraction_content .attraction_min .min_name .name2 {
        font-size: 18px;
        height: 64px;
        line-height: 64px;
        padding-left: 40px;
        background-size: 30px 19px !important;
    }









    .enterprise_dynamics .enterprise_top {
        margin-top: 25px;
        padding: 22px;
    }

    .enterprise_dynamics .enterprise_top .top_right h5 {
        font-size: 14px;
    }

    .enterprise_dynamics .enterprise_top .top_right h2 {
        font-size: 18px;
        margin: 10px 0 15px;
    }

    .enterprise_dynamics .enterprise_top .top_right p,
    .enterprise_dynamics .enterprise_wrap .wrap_min p {
        font-size: 14px;
        line-height: 30px;
        height: auto;
    }

    .enterprise_but {

        font-size: 12px;
        line-height: 36px;
        padding-right: 50px;
        background-size: 36px 36px !important;
    }

    .enterprise_dynamics .enterprise_top .top_right .enterprise_but {
        margin-top: 25px;
    }

    .enterprise_dynamics .enterprise_wrap {
        margin-top: 30px;
    }

    .enterprise_dynamics .enterprise_wrap .wrap_min {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 25px;
    }









    .enterprise_show,
    .g_product {
        padding: 40px 0;
    }

    .enterprise_show .show_left .left_top .show_name {
        font-size: 20px;
        line-height: 32px;
    }






    .join_us .join_nav .join_nav_a {
        padding: 0 20px;
        margin-right: 15px;
    }

    .join_us .join_nav .join_nav_a p {
        height: 40px;
        line-height: 40px;
        font-size: 15px;
        padding-left: 25px;
    }

    .join_us .join_nav .join_nav_a .nav_1 {
        background-size: 20px 13px !important;
    }


    .join_us .join_nav .join_nav_a .nav_2 {
        background-size: 20px 15px !important;
    }

    .ijob_con {
        margin-bottom: 15px;
    }













    .g_product .product_content .product_name h2,
    .g_product .product_content .product_min .min_content .min_right h2 {
        font-size: 19px;
    }

    .g_product .product_content .product_name {
        margin-bottom: 30px;
    }

    .g_product .product_content .product_min .min_content {
        margin-bottom: 30px;
        padding: 25px;
    }

    .g_product .product_content .product_min .min_content .min_right .min_p p {
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 10px;
    }








    .g_product .product_right {
        padding: 40px 5%;
    }

    .show_banner .show_top h2,
    .show_banner .show_row .row_left h2,
    .product_show_content .show_top h2 {
        font-size: 18px;
    }

    .product_show_content .show_min {
        padding: 25px 0;
    }

    .product_show_content .show_swiper {
        margin-top: 30px;
    }

    .product_show_content .show_swiper .swiper_min .swiper_min_content .min_p {
        padding: 15px 20px;
    }

    .product_show_content .show_swiper .swiper_min .swiper_min_content .min_p p {
        font-size: 15px;
    }

    .product_show_content .show_swiper .swiper_min .swiper_min_content .min_p .p_pic {
        width: 35px;
        height: 35px;
    }

    .product_show_content .show_swiper .swiper_min .swiper_min_content .min_p .p_pic img {
        width: 15px;
    }













    .talent_content {
        margin-top: 30px;
    }

    .talent_content .talent_row .talent_min {
        padding: 40px 25px;
    }

    .talent_content .talent_row {
        margin-bottom: 30px;
    }

    .talent_content .talent_row .talent_min p {
        font-size: 14px;
        line-height: 28px;
    }

    .talent_content .talent_row:last-child {
        margin-bottom: 0;
    }




    .team_wrap {
        margin-top: 30px;
    }

    .team_wrap .team_min {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 25px;
    }


    .team_mode .mode_content .mode_min {
        width: 100%;
        padding: 20px;
        margin-right: 0;
        border-radius: 12px;
    }

    .team_mode .mode_content .mode_min .min_top h2 {
        font-size: 14px;
    }

    .team_mode .mode_content .mode_min .min_top p {
        padding-left: 24px;
        font-size: 12px;
        background-size: 15px 14px;
    }

    .team_mode .mode_content .mode_min .min_swiper {
        padding: 20px 0 40px;
    }
}