.in-banner {
    margin-top: 90px;
    position: relative;
}

.in-banner .banner_column {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 100px;
    width: 1720px;
}

.in-banner .banner_column h2 {
    font-size: 48px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}

.in-banner .banner_column h4 {
    font-size: 20px;
    font-family: Arial;
    font-weight: 400;
    color: #FFFFFF;
    text-transform: uppercase;
    display: none;
}


.g_nav {
    background: #F5F5F5;
    width: 100%;
}

.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;
}

.g_nav .nav_row .nav_left a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #5F5E5E;
    transition: .5s;
    position: relative;
    border-bottom: 2px solid #F5F5F5;
}

.g_nav .nav_row .nav_left a::after {
    content: '';
    position: absolute;
    right: -1px;
    top: 53%;
    width: 1px;
    transform: translate(0, -50%);
    height: 15px;
    background: #DDDDDD;
}

.g_nav .nav_row .nav_left a:last-child:after {
    display: none;
}

.g_nav .nav_row .nav_left a.active,
.g_nav .nav_row .nav_left a:hover {
    background: #FFFFFF;
    color: #D5161B;
    border-bottom: 2px solid #D5161B;
}

.g_nav .nav_row .nav_left .active::after,
.g_nav .nav_row .nav_left a:hover::after {
    display: none;
}


.g_nav .nav_row .nav_right {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 70px;
    line-height: 70px;
}

.g_nav .nav_row .nav_right .nav_zy {
    width: 19px;
    height: 15px;
}

.g_nav .nav_row .nav_right .nav_you {
    width: 6px;
    height: 12px;
}

.g_nav .nav_row .nav_right img,
.g_nav .nav_row .nav_right a,
.g_nav .nav_row .nav_right p {
    margin-right: 10px;
}

.g_nav .nav_row .nav_right a,
.g_nav .nav_row .nav_right 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: 38px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #101010;
}

.about_name h4 {
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #999999;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.about_name h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 30px;
    height: 2px;
    background: #D5161B;
}


/* 走进拜富 */

.b_about.abou_honor {
    margin: 88px 0 0px;
}

.about_company {
    margin: 60px 0 90px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.about_company .company_row {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}

.about_company .company_row .company_row_left {
    width: 38%;
    cursor: pointer;
}

.about_company .company_row .company_row_right {
    width: 58%;
    display: flex;
    flex-direction: column;

}

.about_company .company_row .company_row_right h2 {
    font-size: 26px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #101010;
    line-height: 36px;
    margin-bottom: 40px;
}

.about_company .company_row .company_row_right p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #656565;
    line-height: 30px;

}

.about_company .company_warp {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 80px;
}

.about_company .company_warp .company_warp_conlumn {
    padding: 0 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    cursor: pointer;
    width: 355px;
}

.about_company .company_warp .company_warp_conlumn::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 70px;
    background: #EBEBEB;
    transform: translate(0, -50%);
}

.about_company .company_warp .company_warp_conlumn:last-child:after {
    display: none;
}

.about_company .company_warp .company_warp_conlumn .pic {
    height: 30px;
    margin-bottom: 20px;
}

.about_company .company_warp .company_warp_conlumn p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #656565;
    line-height: 1;
    height: 58px;
    transition: .5s;
}

.about_company .company_warp .company_warp_conlumn p span {
    font-size: 55px;
    font-family: Arial;
    font-weight: 400;
    color: #101010;
    line-height: 1;
    transition: .5s;
}

.about_company .company_warp .company_warp_conlumn:hover p,
.about_company .company_warp .company_warp_conlumn:hover p span {
    color: #D5161B;
}

.about_company .company_warp .company_warp_conlumn h4 {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #656565;
    text-align: center;
}

.about_history {
    padding: 90px 0;
    background: url(../images/about/about_history.png) no-repeat;
    background-size: cover;
    width: 100%;
}

.about_history .history_content {
    margin-top: 100px;
    position: relative;
    overflow: hidden;
}

.about_history .history_content .history_row {
    width: 70%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 80px;
}

.about_history .history_content .history_row .row_left {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
    overflow-y: auto;
    position: relative;
    padding-right: 60px;
    height: 243px;
}

.about_history .history_content .history_row .row_left .row_left_sz {
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 210px;
    font-family: Arial;
    font-weight: bold;
    color: rgb(0, 0, 0, 0.1);
    line-height: 1;
}


.about_history .history_content .history_row .row_left li {
    padding-left: 15px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #656565;
    position: relative;
    margin-bottom: 24px;
}

.about_history .history_content .history_row .row_left li::before {
    content: '';
    position: absolute;
    left: 0;
    width: 5px;
    height: 5px;
    background: #D5161B;
    border-radius: 50%;
    top: 50%;
    transform: translate(0, -50%);
}

.about_history .history_content .history_row .row_left li:last-child {
    margin-bottom: 0;
}

.about_history .history_content .history_row .row_right {
    width: 32%;
}

.about_history .history_content .history_mySwiper {
    position: relative;
    padding: 0 80px;
}

.about_history .history_content .history_mySwiper .mySwiper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.about_history .history_content .history_year {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.about_history .history_content .history_year .year_top {
    width: 100%;
    height: 1px;
    background: #D0D0D0;
    position: relative;
    margin-top: 45px;
}



.about_history .history_content .history_year .year_top::after {
    content: '';
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 11px;
    height: 11px;
    background: #D0D0D0;
    border-radius: 50%;
}


.about_history .history_content .swiper-slide-thumb-active .history_year .year_top::after {
    top: -40px;
    width: 37px;
    height: 45px;
    background: url(../images/about/year_top.png) no-repeat;
    background-size: 100% 100%;
}

.about_history .history_content .history_year .year {
    padding-top: 17px;
    font-size: 18px;
    font-family: Arial;
    font-weight: 400;
    color: #9B9B9B;
    line-height: 26px;
}

.about_history .history_content .swiper-slide-thumb-active .history_year .year {
    font-size: 30px;
    font-family: Arial;
    font-weight: bold;
    color: #D5161B;
}

.about_history .history_content .history_mySwiper .swiper-button-next,
.about_history .history_content .history_mySwiper .swiper-button-prev {
    width: 46px;
    height: 46px;
    margin-top: -23px;
    z-index: 10;
    cursor: pointer;
    background-size: 46px 46px;
}

.about_history .history_content .history_mySwiper .swiper-button-prev {
    background-image: url(../images/about/history_mySwiper1.png);
    left: 0;
}

.about_history .history_content .history_mySwiper .swiper-button-next {
    background-image: url(../images/about/history_mySwiper1.png);
    right: 0;
    transform: rotateY(180deg)
}

.about_history .history_content .history_mySwiper .swiper-button-prev:hover {
    background-image: url(../images/about/history_mySwiper2.png);
    transform: rotateY(180deg)
}

.about_history .history_content .history_mySwiper .swiper-button-next:hover {
    background-image: url(../images/about/history_mySwiper2.png);
    transform: rotateY(0deg)
}


.corporate_culture {
    padding: 88px;
    background: url(../images/about/corporate_culture.png) no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
}

.corporate_culture .culture_row {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}

.corporate_culture .culture_row .culture_left {
    width: 48%;
    padding: 100px 200px 100px 100px;
    border: 4px solid #fff;
    display: flex;
    flex-direction: column;
}

.corporate_culture .culture_row .culture_left h2 {
    font-size: 48px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.corporate_culture .culture_row .culture_left h4 {
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #FEFEFE;
    text-transform: uppercase;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 70px;
}

.corporate_culture .culture_row .culture_left h4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background: #fff;
}

.corporate_culture .culture_row .culture_left p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
}

.corporate_culture .culture_row .culture_right {
    width: 40%;
    display: flex;
    flex-direction: column;
}

.corporate_culture .culture_row .culture_right li {
    display: flex;
    flex-direction: row;
    /* align-items: center; */
    justify-content: space-between;
    width: 100%;
    margin-bottom: 60px;
}

.corporate_culture .culture_row .culture_right li:last-child {
    margin-bottom: 0;
}

.corporate_culture .culture_row .culture_right li .culture_pic {
    width: 85px;
    height: 85px;
}

.corporate_culture .culture_row .culture_right li .culture_min {
    width: calc(100% - 165px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.corporate_culture .culture_row .culture_right li .culture_min h2 {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #D5161B;
}

.corporate_culture .culture_row .culture_right li .culture_min h4 {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
}


.about_speech {
    padding: 90px 0;
    width: 100%;
    position: relative;
    background: url(../images/about/about_speech.png) no-repeat;
    background-size: cover;
}

.about_speech .speech_row {
    margin-top: 60px;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}

.about_speech .speech_row .speech_left {
    width: 43%;
}

.about_speech .speech_row .speech_right {
    width: 51%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.about_speech .speech_row .speech_right .speech_right_p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #656565;
    line-height: 36px;
    margin-bottom: 50px;
}

.about_speech .speech_row .speech_right .speech_right_but {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
}

/* 企业荣誉 */
.abou_honor {
    margin: 88px 0 60px;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.abou_honor .honor_nav {
    margin: 30px auto 0;
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.abou_honor .honor_nav .honor_nav_content {
    width: 162px;
    height: 55px;
    border: 1px solid #DBDBDB;
    line-height: 54px;
    text-align: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #656565;
    margin-right: 10px;
    cursor: pointer;
}

.abou_honor .honor_nav .honor_nav_content.active {
    background: #D5161B;
    border: 1px solid #D5161B;
    color: #ffffff;
}

.abou_honor .honor_nav .honor_nav_content:last-child {
    margin-right: 0;
}

.abou_honor .honor_wrap {
    margin-top: 60px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
}

.abou_honor .honor_wrap .honor_min {
    width: calc((100% - 150px) / 4);
    margin-right: 50px;
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.abou_honor .honor_wrap .honor_min:nth-of-type(4n) {
    margin-right: 0;
}

.abou_honor .honor_wrap .honor_min .pic {
    overflow: hidden;
    padding: 5px;
    border: 1px solid #DCDCDC;
    transition: .5s;
}

.abou_honor .honor_wrap .honor_min:hover .pic {
    border: 1px solid #D5161B;
}

.abou_honor .honor_wrap .honor_min .pic img {
    transition: .5s;
}

.abou_honor .honor_wrap .honor_min:hover .pic img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.abou_honor .honor_wrap .honor_min p {
    margin-top: 20px;
    width: 100%;
    text-align: center;
    padding: 0 20px;
    line-height: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #656565;
    transition: .5s;
}

.abou_honor .honor_wrap .honor_min:hover p {
    color: #D5161B;
}




.about_organization {
    margin: 60px 0 120px;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
}




.abou_honor .honor_wrap.connection_wrap .honor_min {
    width: calc((100% - 150px) / 7);
    margin-right: 25px;
    margin-bottom: 25px;
}

.abou_honor .honor_wrap.connection_wrap .honor_min:nth-of-type(4n) {
    margin-right: 25px;
}

.abou_honor .honor_wrap.connection_wrap .honor_min:nth-of-type(7n) {
    margin-right: 0px;
}





/* 产品中心 */
.product_content {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}


.product_content .product_left {
    width: 20%;
    display: flex;
    flex-direction: column;
}

.product_content .product_left .left_top {
    width: 260px;
    /*height: 48px;*/
    border-radius: 24px;
    position: relative;
    /*background: #F5F5F5;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.product_content .product_left .left_top p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #313030;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    width: 100%;
    border-radius: 24px;
    margin-bottom: 10px;
    background: #F5F5F5;
}

.product_content .product_left .left_top p.active {
    background: #D5161B;
    color: #ffffff;
}

.product_content .product_left .left_min {
    margin-top: 45px;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-left: 20px;
}

.product_content .product_left .left_min .min_content {
    margin-bottom: 25px;
}

.product_content .product_left .left_min .min_content p {
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #5F5E5E;
    padding-left: 25px;
    position: relative;
    cursor: pointer;
}

.product_content .product_left .left_min .min_content.active p {
    color: #D5161B;
}

.product_content .product_left .left_min .min_content.active p::after {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 14px;
    height: 14px;
    background: url(../images/about/min_content.png) no-repeat;
    background-size: 100% 100%;
}

.product_content .product_left .left_min .min_content .min_children {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-left: 25px;
    margin-top: 15px;
}

.product_content .product_left .left_min .min_content .min_children h5 {
    padding-left: 10px;
    position: relative;
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #979797;
    line-height: 36px;
    cursor: pointer;
}

.product_content .product_left .left_min .min_content .min_children h5::after {
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    width: 4px;
    height: 6px;
    background: url(../images/about/min_children1.png) no-repeat;
    background-size: 100% 100%;
}

.product_content .product_left .left_min .min_content .min_children h5.active {
    color: #D5161B;
}

.product_content .product_right {
    width: 78%;
    position: relative;

}

.product_content .product_right .right_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 20px;
}

.product_content .product_right .right_wrap .right_min {
    width: calc((100% - 150px) / 4);
    margin-right: 50px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product_content .product_right .right_wrap .right_min:nth-of-type(4n) {
    margin-right: 0;
}

.product_content .product_right .right_wrap .right_min .pic {
    overflow: hidden;
}

.product_content .product_right .right_wrap .right_min .pic img {
    transition: .5s;
}

.product_content .product_right .right_wrap .right_min:hover .pic img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.product_content .product_right .right_wrap .right_min p {
    padding: 20px 20px 0 20px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #656565;
    line-height: 1;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}

.product_bootom {
    margin: 140px 0 100px;
    position: relative;
    padding-left: 36px;
}

.product_bootom .bootom_left {
    position: absolute;
    top: -40px;
    left: 0;
    width: 54%;
    height: 100%;
    overflow: hidden;
}

.product_bootom .bootom_right {
    position: absolute;
    top: 0px;
    right: 0;
    width: 46%;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 65px;
}

.product_bootom .bootom_right h2 {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #101010;
    line-height: 1;
}

.product_bootom .bootom_right h3 {
    font-size: 26px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #272727;
    margin: 25px 0 20px;
    line-height: 1;
}

.product_bootom .bootom_right h4 {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #272727;
    line-height: 1;
}

.product_bootom .bootom_right a{
    font-size: 16px;
    text-align: right;
    width: 150px;
    padding-right: 30px;
    background-color: #D5161B;
    color: #fff;
    line-height: 40px;
    border-radius: 20px;
    margin: 50px 30px 0 auto;
}


.product_content.product_show {
    margin: 90px 0 40px;
}

.product_show .show_name {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #DCDCDC;
}

.product_show .show_name .g_nav {
    width: auto;
}

.product_show .show_name .g_nav .nav_row .nav_right {
    line-height: 1;
    height: auto;
}

.product_show .show_name h2 {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #101010;
    line-height: 1;
}

.product_show .show_top {
    margin-bottom: 40px;
    width: 100%;
    position: relative;
}


.product_show .show_top .show_top_row {
    margin: 40px 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.product_show .show_top .show_top_row .top_swiper {
    width: 43%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
}

.product_show .show_top .show_top_row .top_swiper .mySwiper2 {
    width: 79%;
    position: relative;
    overflow: hidden;
}

.product_show .show_top .show_top_row .top_swiper .mySwiper {
    width: 18%;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    overflow: hidden;
    padding: 20px 0;
}

.product_show .show_top .show_top_row .top_swiper .swiper-button-next,
.product_show .show_top .show_top_row .top_swiper .swiper-button-prev {
    width: 18%;
    height: 16px;
    background-size: 100% 100%;
    margin-top: 0;
    top: inherit;
    z-index: 999;
}

.product_show .show_top .show_top_row .top_swiper .swiper-button-prev {
    top: 0;
    left: auto;
    right: 0;
    background-image: url(../images/about/show_swiper1.png);
}

.product_show .show_top .show_top_row .top_swiper .swiper-button-next {
    right: 0;
    bottom: 0;
    background-image: url(../images/about/show_swiper2.png);
}

.product_show .show_top .show_top_row .top_swiper .mySwiper .swiper-slide-thumb-active .pic {
    border: 3px solid #E4E4E5;
}


.product_show .show_top .show_top_row .top_right {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.product_show .show_top .show_top_row .top_right h2 {
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #D5161B;
    margin-bottom: 50px;
}

.product_show .show_top .show_top_row .top_right h3 {
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #101010;
    margin-bottom: 15px;
}

.product_show .show_top .show_top_row .top_right .top_right_xq {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #656565;
    line-height: 36px;
    margin-bottom: 200px;
}

.product_show .show_top .show_top_row .top_right .right_row {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
}

.product_show .show_top .show_top_row .top_right .right_row .row_postbox {
    padding: 0px 20px 0px 64px;
    height: 58px;
    line-height: 57px;
    border: 1px solid #C7C7C7;
    font-size: 20px;
    font-family: Arial;
    font-weight: bold;
    color: #363636;
    background: url(../images/about/postbox.png) no-repeat left 20px center;
    background-size: 30px 22px;
    margin-right: 18px;
}

.product_show .show_top .show_top_row .top_right .right_row .row_zx {
    padding: 0px 89px 0px 47px;
    height: 58px;
    line-height: 58px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    background: #D5161B url(../images/about/jiantou.png) no-repeat right 34px center;
    background-size: 20px 16px;
}


.product_show .show_min {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.product_show .show_min .show_min_content {
    margin: 45px 0 80px;
    display: flex;
    flex-direction: column;
    width: 100%;
    font-size: 16px;
}

.product_show .show_min .show_min_content table {
    border:1px solid #ddd;
    border-collapse:collapse;
    width: 100%
}
.product_show .show_min .show_min_content tr,.product_show .show_min .show_min_content  td{
    border:1px solid #ddd;
    padding: 5px 10px;
}


/* 招聘信息 */

.b-social-content {
    padding: 60px 0;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.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: 40%;

}

.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;
}

.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: #D61C21;
}

.social_content.active .social_ul .social_open {
    color: #D61C21;
}

.social_content.active .social_ul .social_open::after {
    background: #D61C21;
}

.social_content.active .social_ul .social_open em {
    border-bottom: 6px solid #D61C21;
    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;
}



/* 公司福利 */

.benefits_content {
    margin: 60px 0;
    position: relative;
    width: 100%;
}

.benefits_content .benefits_min {
    position: absolute;
    top: 90px;
    left: 50%;
    width: calc(50% - 40px);
    display: flex;
    flex-direction: column;
}

.benefits_content .benefits_min li {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #656565;
    line-height: 38px;
}

.benefits_content .benefits_min .benefits_row {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: flex-start;
}

.benefits_content .benefits_min .benefits_row .benefits_left {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #656565;
    line-height: 38px;
    text-indent: 2em;
}

.benefits_content .benefits_min .benefits_row .benefits_right {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.benefits_content .benefits_min .benefits_row .benefits_right p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #656565;
    line-height: 38px;
}




/* 新闻资讯 */
.pagination_center {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.news_content {
    margin: 60px 0;
    position: relative;
    width: 100%;
}

.news_content .news_swiper {
    position: relative;
    margin-bottom: 60px;
}

.news_swiper .news_swiper_row {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}

.news_swiper .news_swiper_row .row_left {
    width: 45%;
}

.news_swiper .news_swiper_row .row_left img {
    width: 100%;
}

.news_swiper .news_swiper_row .row_left img {
    overflow: hidden;
}

.news_swiper .news_swiper_row .row_left img {
    transition: .5s;
}

.news_swiper .news_swiper_row:hover .row_left img {
    transform: scale(1.02);
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
}

.news_swiper .news_swiper_row .row_right {
    width: 55%;
    background: #F5F5F5;
    padding: 50px 80px 20px;
    display: flex;
    flex-direction: column;
}

.news_swiper .news_swiper_row .row_right h2 {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #101010;
    margin-bottom: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news_swiper .news_swiper_row .row_right p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #656565;
    line-height: 36px;
    height: 108px;
    margin-bottom: 40px;
}

.news_swiper .news_swiper_row .row_right h4 {
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #C4C4C4;
    line-height: 36px;
}

.news_swiper .news_swiper_row .row_right h5 {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #D5161B;
    line-height: 36px;
}

.news_swiper .swiper-button-next,
.news_swiper .swiper-button-prev {
    width: 47px;
    height: 47px;
    margin-top: -23px;
    z-index: 10;
    cursor: pointer;
    background-size: 47px 47px;
}

.news_swiper .swiper-button-prev {
    background-image: url(../images/about/news_swiper1.png);
    left: 0;
}

.news_swiper .swiper-button-next {
    background-image: url(../images/about/news_swiper1.png);
    right: 0;
    transform: rotateY(180deg)
}

.news_swiper .swiper-button-prev:hover {
    background-image: url(../images/about/news_swiper2.png);
    transform: rotateY(180deg)
}

.news_swiper .swiper-button-next:hover {
    background-image: url(../images/about/news_swiper2.png);
    transform: rotateY(0deg)
}

.news_content .news_wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
}

.news_content .news_wrap .news_wrap_min {
    position: relative;
    background: #F5F5F5;
    padding: 50px;
    display: flex;
    flex-direction: column;
    width: calc((100% - 140px) / 3);
    margin-right: 70px;
    margin-bottom: 60px;
}

.news_content .news_wrap .news_wrap_min::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    background: #D5161B;
    height: 4px;
    transition: .5s;
}

.news_content .news_wrap .news_wrap_min:hover:after {
    width: 100%;
}

.news_content .news_wrap .news_wrap_min:nth-of-type(3n) {
    margin-right: 0;
}

.news_content .news_wrap .news_wrap_min h2 {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #101010;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}

.news_content .news_wrap .news_wrap_min p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #656565;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 60px;
    margin-bottom: 55px;

}

.news_content .news_wrap .news_wrap_min p span {
    transition: .5s;
}

.news_content .news_wrap .news_wrap_min:hover p span {
    color: #D5161B;
}

.news_content .news_wrap .news_wrap_min .min_time {
    position: relative;
    padding-top: 20px;
    line-height: 1;
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #C4C4C4;
}

.news_content .news_wrap .news_wrap_min .min_time::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 19px;
    height: 2px;
    background: #B0B0B0;
    transition: .5s;
}

.news_content .news_wrap .news_wrap_min:hover .min_time::after {
    background: #D5161B;
}




/* news_show */
.news_show {
    margin: 80px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}


.news_show .show_back {
    border-top: none
}

.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;
}

.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: center;
    width: 100%;
}

.news_show .show_left .show_content img {
    width: 100%;
}

.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: #D5161B;
    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: 20px;
    margin-bottom: 20px;
    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: #D5161B;
}

.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;
}



/* 联系我们 */

.contact_top {
    margin-top: 60px;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}

.contact_top .contact_top_left {
    width: 65%;
    background: #F6F6F6;
    padding: 60px 100px 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact_top .contact_top_left h2 {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #101010;
    line-height: 1;
    margin-bottom: 10px;
}

.contact_top .contact_top_left h3 {
    font-size: 12px;
    font-family: Arial;
    font-weight: 400;
    color: #949494;
    line-height: 1;
}

.contact_top .contact_top_left .left_row {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    position: relative;
    margin-top: 40px;

}

.contact_top .contact_top_left .left_row .row_content {
    width: 40%;
    display: flex;
    flex-direction: column;
}

.contact_top .contact_top_left .left_row .row_content p {
    padding-left: 25px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #656565;
    line-height: 36px;
}

.contact_top .contact_top_left .left_row .row_content p span {
    padding-left: 60px;
}

.contact_top .contact_top_left .left_row .row_content .dh {
    background: url(../images/about/con_1.png) no-repeat top 12px left;
    background-size: 16px 15px;
}

.contact_top .contact_top_left .left_row .row_content .cz {
    background: url(../images/about/con_2.png) no-repeat top 10px left;
    background-size: 18px 18px;
}

.contact_top .contact_top_left .left_row .row_content .yx {
    background: url(../images/about/con_3.png) no-repeat top 12px left;
    background-size: 18px 13px;
}

.contact_top .contact_top_left .left_row .row_content .wz {
    background: url(../images/about/con_4.png) no-repeat top 10px left;
    background-size: 20px 20px;
}

.contact_top .contact_top_left .left_row .row_content .yb {
    background: url(../images/about/con_5.png) no-repeat top 12px left;
    background-size: 19px 15px;
}

.contact_top .contact_top_left .left_row .row_content .dz {
    background: url(../images/about/con_6.png) no-repeat top 8px left;
    background-size: 15px 21px;
}

.contact_top .left_row .row_shu {
    width: 1px;
    height: 100%;
    background: #DADADA;
}

.contact_top .contact_top_right {
    width: 35%;
    padding: 60px 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #D5161B;
}

.contact_top .contact_top_right .right_content {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.contact_top .contact_top_right .right_content h5 {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
}

.contact_top .contact_top_right .right_content h2 {
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 30px;
    position: relative;
    padding-bottom: 35px;
}

.contact_top .contact_top_right .right_content h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 15px;
    height: 1px;
    background: #fff;
}

.contact_top .contact_top_right .right_content:last-child h2::after {
    display: none;
}

.contact_map {
    margin-top: 40px;
    width: 100%;
    height: 600px;
}

.contact_wrap {
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
}

.contact_wrap .warp_content {
    display: flex;
    flex-direction: column;
    background: #F6F6F6;
    padding: 50px 40px;
    width: calc((100% - 125px) / 6);
    margin-right: 25px;
    margin-bottom: 25px;
}

.contact_wrap .warp_content:nth-of-type(6n) {
    margin-right: 0;
}

.contact_wrap .warp_content .warp_content_name {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.contact_wrap .warp_content .warp_content_name h2 {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #101010;
    line-height: 1;
    padding-bottom: 15px;
    position: relative;
    text-align: center;
}

.contact_wrap .warp_content .warp_content_name h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 28px;
    height: 2px;
    background: #D5161B;
    transform: translate(-50%, 0);
}

.contact_wrap .warp_content h3 {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #4E4E4E;
    line-height: 36px;
}

.contact_wrap .warp_content h5 {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #656565;
    line-height: 36px;
}

.contact_min {
    margin: 80px 0;
    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: #D5161B;
    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;
}


.product_content .left_fl {
    display: none;
}


@media (max-width: 1721px) {
    .in-banner .banner_column {
        width: 90%;
        left: 5%;
    }

    .contact_top .contact_top_right {
        padding: 60px 80px;
    }

    .contact_top .contact_top_right .right_content h2 {
        font-size: 32px;
    }
}


@media (max-width: 1600px) {
    .social_ul .social_open::after {
        left: 51%;
    }

    .g_nav .nav_row .nav_left a {
        height: 65px;
        line-height: 65px;
        padding: 0 30px;
        font-size: 14px;
    }

    .g_nav .nav_row .nav_right {
        height: 65px;
        line-height: 65px;
    }

    .about_name h2 {
        font-size: 30px;
    }

    .about_name h4 {
        font-size: 14px;
    }


    .abou_honor .honor_wrap .honor_min p {
        font-size: 15px;
    }


    .product_show .show_top .show_top_row .top_swiper {
        width: 45%;
    }

    .product_show .show_top .show_top_row .top_swiper .mySwiper2 .pic,
    .product_show .show_top .show_top_row .top_swiper .mySwiper2 .pic img,
    .product_show .show_top .show_top_row .top_swiper .mySwiper .pic,
    .product_show .show_top .show_top_row .top_swiper .mySwiper .pic img {
        height: 100%;
        width: 100%;
    }

    .show_back_fr {
        width: 12%;
    }



    .news_swiper .news_swiper_row .row_right {
        padding: 30px 80px 20px;
    }

    .news_swiper .news_swiper_row .row_right p {
        -webkit-line-clamp: 2;
        height: 72px;
    }





    .contact_top .contact_top_left .left_row .row_content {
        width: 43%;
    }

    .contact_top .contact_top_left .left_row .row_content p {
        padding-left: 30px;
        font-size: 17px;
    }

    .contact_wrap .warp_content {
        padding: 50px 20px;
    }

    .contact_wrap .warp_content h3 {
        font-size: 16px;
    }

    .contact_wrap .warp_content h5 {
        font-size: 14px;
    }







    .benefits_content .benefits_min {
        top: 35px;
    }

    .benefits_content .benefits_min li,
    .benefits_content .benefits_min .benefits_row .benefits_left,
    .benefits_content .benefits_min .benefits_row .benefits_right p {
        font-size: 14px;
        line-height: 35px;
    }






    .corporate_culture {
        padding: 88px 0;
    }




    .about_company .company_warp .company_warp_conlumn {
        padding: 0 80px;
    }

    .contact_top .contact_top_right {
        padding: 60px 50px;
    }

    .contact_top .contact_top_right .right_content h2 {
        font-size: 32px;
    }


    .contact_wrap .warp_content .warp_content_name h2 {
        font-size: 25px;
    }
}

@media (max-width: 1440px) {
    .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;
    }





    .product_content .product_left .left_top {
        width: 100%;
        height: 40px;
    }

    .product_content .product_left .left_top p {
        font-size: 14px;
        line-height: 40px;
    }

    .product_content .product_left .left_min {
        margin-top: 40px;
    }

    .product_content .product_left .left_min .min_content {
        margin-bottom: 20px;
    }

    .product_content .product_left .left_min .min_content p {
        font-size: 14px;
    }

    .product_content .product_left .left_min .min_content .min_children {
        margin-top: 10px;
    }

    .product_content .product_left .left_min .min_content .min_children h5 {
        line-height: 30px;
    }

    .product_content .product_left .left_min .min_content .min_children h5::after {
        top: 13px;
    }

    .product_bootom .bootom_right {
        padding-top: 45px;
    }

    .product_bootom .bootom_right h2 {
        font-size: 30px;
    }

    .product_bootom .bootom_right h3 {
        font-size: 30px;
        margin: 20px 0 15px;
    }

    .product_bootom .bootom_right h4 {
        font-size: 20px;
    }


    .product_show .show_top .show_top_row .top_right h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .product_show .show_top .show_top_row .top_right h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .product_show .show_top .show_top_row .top_right .top_right_xq {
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 160px;
    }

    .product_show .show_top .show_top_row .top_right .right_row .row_postbox {
        padding: 0px 20px 0px 54px;
        height: 48px;
        line-height: 47px;
        font-size: 16px;
        background-size: 25px 18px;
    }

    .product_show .show_top .show_top_row .top_right .right_row .row_zx {
        padding: 0px 69px 0px 27px;
        height: 48px;
        line-height: 48px;
        font-size: 16px;
        background-size: 15px 12px;
    }

    .show_back_fr {
        width: 13%;
    }


    .news_swiper .news_swiper_row .row_right h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .news_swiper .news_swiper_row .row_right p {
        -webkit-line-clamp: 2;
        height: 60px;
        line-height: 30px;
        font-size: 14px;
    }

    .news_swiper .news_swiper_row .row_right h4,
    .news_swiper .news_swiper_row .row_right h5 {
        font-size: 14px;
        line-height: 30px;
    }

    .news_content .news_wrap .news_wrap_min {
        padding: 35px;
    }

    .news_content .news_wrap .news_wrap_min h2 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .news_content .news_wrap .news_wrap_min p {
        font-size: 14px;
        margin-bottom: 45px;
    }

    .news_content .news_wrap .news_wrap_min .min_time {
        font-size: 14px;
    }

    .news_content .news_wrap .news_wrap_min::after {
        height: 3px;
    }


    .news_show .show_back {
        padding: 30px 0 0px;
    }





    .contact_top .contact_top_left {
        padding: 40px 70px 40px;
    }

    .contact_top .contact_top_left .left_row .row_content p {
        font-size: 15px;
    }

    .contact_top .contact_top_right {
        padding: 40px 50px;
    }

    .contact_top .contact_top_right .right_content h2 {
        font-size: 26px;
        line-height: 30px;
        padding-bottom: 25px;
    }

    .contact_map {
        height: 400px;
    }

    .contact_wrap .warp_content .warp_content_name h2 {
        font-size: 23px;
    }




    .benefits_content .benefits_min li,
    .benefits_content .benefits_min .benefits_row .benefits_left,
    .benefits_content .benefits_min .benefits_row .benefits_right p {
        line-height: 32px;
    }






    .about_company .company_row .company_row_right h2 {
        font-size: 26px;
        margin-bottom: 30px;
    }

    .about_company .company_row .company_row_right p {
        font-size: 14px;
        line-height: 30px;
    }

    .corporate_culture .culture_row .culture_left {
        width: 57%;
    }

    .corporate_culture .culture_row .culture_right {
        width: 33%;
    }

    .about_history .history_content .history_row .row_left li {
        margin-bottom: 10px;
    }

    .about_speech .speech_row .speech_right .speech_right_p {
        font-size: 15px;
        line-height: 34px;
    }





    .abou_honor .honor_wrap.connection_wrap .honor_min {
        width: calc((100% - 100px) / 5);
        margin-right: 25px;
        margin-bottom: 25px;
    }

    .abou_honor .honor_wrap.connection_wrap .honor_min:nth-of-type(7n) {
        margin-right: 25px;
    }

    .abou_honor .honor_wrap.connection_wrap .honor_min:nth-of-type(4n) {
        margin-right: 0px;
    }

}

@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: 992px) {
    .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%;
    }

    .in-banner {
        margin-top: 0;
        padding-top: 80px;
    }

    .in-banner .banner_column {
        display: none;
    }

    .g_nav {
        display: none;
    }

    .abou_honor {
        margin: 48px 0 40px;
    }

    .about_name h2 {
        font-size: 25px;
    }

    .about_name h4 {
        font-size: 12px;
    }

    .abou_honor .honor_wrap {
        margin-top: 40px;
    }

    .abou_honor .honor_wrap .honor_min {
        width: calc((100% - 50px) / 2);
        margin-right: 50px;
        margin-bottom: 30px;
    }

    .abou_honor .honor_wrap .honor_min:nth-of-type(2n) {
        margin-right: 0;
    }






    .product_content {
        flex-direction: column;
    }

    .product_content .product_left {
        width: 100%;
    }

    .product_content .product_right {
        width: 100%;
    }

    .product_content .left_fl {
        background: #D5161B;
        padding: 15px 20px;
        width: 100%;
        margin-bottom: 1px;
        position: relative;
        display: block;
        margin-top: 30px;
        border-radius: 12px;
        margin-bottom: 30px;
    }

    .product_content .left_fl.cur {
        margin-bottom: 0;
    }

    .product_content .left_fl h2 {
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 1;
    }

    .product_content .left_fl::after {
        content: '';
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translate(0, -50%);
        background: url(../images/about/inco14.png);
        height: 32px;
        width: 40px;
        cursor: pointer;
        pointer-events: auto;
    }

    .product_content .left_fl.cur::after {
        background: url(../images/about/inco13.png);
    }

    .product_content .product_left .left_min {
        margin-top: 20px;
    }

    .product_content .product_left .left_top,
    .product_content .product_left .left_top p {
        height: 46px;
        line-height: 46px;
    }

    .product_content .product_right .right_wrap .right_min {
        width: calc((100% - 60px) / 3);
        margin-right: 30px;
    }

    .product_content .product_right .right_wrap .right_min:nth-of-type(4n) {
        margin-right: 30px;
    }

    .product_content .product_right .right_wrap .right_min:nth-of-type(3n) {
        margin-right: 0;
    }

    .product_content .product_right .right_wrap .right_min p {
        padding: 15px 15px 0 15px;
    }

    .product_bootom {
        margin: 100px 0 60px;
    }

    .product_bootom .bootom_right {
        padding-top: 30px;
    }

    .product_bootom .bootom_right h2 {
        font-size: 16px;
    }

    .product_bootom .bootom_right h3 {
        font-size: 16px;
        margin: 10px 0 10px;
    }

    .product_bootom .bootom_right h4 {
        font-size: 12px;
    }



    .product_content.product_show {
        margin: 50px 0 0px;
    }

    .product_show .show_name {
        padding-bottom: 15px;
    }

    .product_show .show_name h2 {
        font-size: 20px;
    }

    .product_show .show_top .show_top_row {
        flex-direction: column;
    }

    .product_show .show_top .show_top_row .top_swiper {
        width: 100%;
    }

    .product_show .show_top .show_top_row .top_right {
        width: 100%;
        margin-top: 30px;
    }

    .product_show .show_top .show_top_row .top_right .top_right_xq {
        margin-bottom: 100px;
    }

    .show_back_fr {
        width: 20%;
    }

    .product_show .show_min .show_back {
        padding: 20px 0 40px;
    }


    .news_content {
        margin: 60px 0 0;
    }

    .news_swiper .news_swiper_row {
        flex-direction: column;
    }

    .news_swiper .news_swiper_row .row_left,
    .news_swiper .news_swiper_row .row_right {
        width: 100%;
    }

    .news_content .news_wrap .news_wrap_min {
        width: calc((100% - 40px) / 2);
        margin-right: 40px;
        margin-bottom: 40px;
    }

    .news_content .news_wrap .news_wrap_min:nth-of-type(3n) {
        margin-right: 40px;
    }

    .news_content .news_wrap .news_wrap_min:nth-of-type(2n) {
        margin-right: 0;
    }


    .news_show {
        margin: 60px 0;
        flex-direction: column
    }

    .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;
    }





    .contact_top {
        margin-top: 45px;
        flex-direction: column;
    }

    .contact_top .contact_top_left,
    .contact_top .contact_top_right {
        width: 100%;
    }

    .contact_top .contact_top_left {
        padding: 40px 30px 40px;
    }

    .contact_wrap .warp_content {
        width: calc((100% - 50px) / 3);
    }

    .contact_wrap .warp_content:nth-of-type(3n) {
        margin-right: 0;
    }


    .benefits_content {
        margin: 40px 0;
    }

    .benefits_content .benefits_min {
        position: initial;
        width: 100%;
        padding: 30px;
        background: rgb(0, 0, 0, 0.1);
    }

    .benefits_content .benefits_min li,
    .benefits_content .benefits_min .benefits_row .benefits_left,
    .benefits_content .benefits_min .benefits_row .benefits_right p {
        font-size: 12px;
        line-height: 28px;
    }






    .b_about.abou_honor {
        margin: 50px 0 0px;
    }

    .about_company {
        margin: 40px 0 60px;

    }

    .about_company .company_row {
        flex-direction: column;
    }

    .about_company .company_row .company_row_left {
        width: 100%;
    }

    .about_company .company_row .company_row_right {
        width: 100%;
        margin-top: 30px;
    }

    .about_company .company_warp .company_warp_conlumn {
        padding: 0 40px;
    }

    .about_company .company_warp .company_warp_conlumn .pic {
        margin-bottom: 13px;
    }

    .about_company .company_warp .company_warp_conlumn p {
        font-size: 12px;
        height: 30px;
    }

    .about_company .company_warp .company_warp_conlumn p span {
        font-size: 26px;
    }

    .about_company .company_warp .company_warp_conlumn h4 {
        font-size: 14px;
    }

    .about_history {
        padding: 50px 0;
    }

    .about_history .history_content {
        margin-top: 60px;
    }

    .about_history .history_content .history_row {
        width: 80%;
        flex-direction: column;
    }

    .about_history .history_content .history_row .row_left {
        width: 100%;
    }

    .about_history .history_content .history_row .row_right {
        width: 100%;
        margin-top: 30px;
    }

    .about_history .history_content .history_row .row_right img {
        width: 100%;
    }

    .about_history .history_content .history_year .year {
        padding-top: 14px;
        font-size: 16px;
    }

    .about_history .history_content .swiper-slide-thumb-active .history_year .year {
        font-size: 25px;
    }

    .corporate_culture {
        padding: 60px 0;
    }

    .corporate_culture .culture_row {
        flex-direction: column;
    }

    .corporate_culture .culture_row .culture_left {
        width: 100%;
    }

    .corporate_culture .culture_row .culture_right {
        width: 100%;
        margin-top: 50px;
    }

    .about_speech {
        padding: 60px 0;
    }

    .about_speech .speech_row {
        flex-direction: column;
    }

    .about_speech .speech_row .speech_left {
        width: 100%;
    }

    .about_speech .speech_row .speech_right {
        width: 100%;
        margin-top: 30px;
    }

    .abou_honor .honor_wrap.connection_wrap .honor_min {
        width: calc((100% - 75px) / 4);
        margin-right: 25px;
        margin-bottom: 25px;
    }

    .abou_honor .honor_wrap.connection_wrap .honor_min:nth-of-type(2n) {
        margin-right: 25px;
    }

    .abou_honor .honor_wrap.connection_wrap .honor_min:nth-of-type(5n) {
        margin-right: 25px;
    }

    .abou_honor .honor_wrap.connection_wrap .honor_min:nth-of-type(4n) {
        margin-right: 0px;
    }



    .contact_wrap .warp_content .warp_content_name h2 {
        font-size: 20px;
    }
}


@media (max-width: 600px) {
    .b-social-content {
        padding: 20px 0;
    }

    .social_min_content .social_min_name {
        font-size: 18px;
    }

    .social_ul li,
    .social_ul .social_add,
    .social_ul .social_open {
        width: 100%;
    }

    .social_content.active .social_content_top,
    .social_content.active .social_content_min {
        padding: 15px;
    }

    .social_content .social_content_min .social_min_content:first-child {
        padding-top: 20px;
    }


    .in-banner {
        margin-top: 0;
        padding-top: 64px;
    }





    .g-feedback {
        margin: 33px 0 0;
    }

    .g-feedback .feedback_row {
        flex-direction: column;
        margin-bottom: 15px;
    }

    .g-feedback .feedback_row .feedback_column {
        width: 100%;
    }

    .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%;
    }






    .abou_honor {
        margin: 28px 0 30px;
    }

    .about_name h2 {
        font-size: 20px;
        padding-bottom: 0px;
    }

    .about_name h4 {
        padding-bottom: 12px;
    }

    .abou_honor .honor_wrap {
        margin-top: 30px;
    }

    .abou_honor .honor_wrap .honor_min {
        width: 100% !important;
        margin-right: 0 !important;
    }



    .product_content .left_fl {
        margin-top: 20px;
        margin-bottom: 25px;
    }

    .product_content .product_right .right_wrap {
        margin-bottom: 0;
    }

    .product_content .product_right .right_wrap .right_min {
        width: calc((100% - 30px) / 2);
        margin-right: 30px;
    }

    .product_content .product_right .right_wrap .right_min:nth-of-type(4n) {
        margin-right: 0px;
    }

    .product_content .product_right .right_wrap .right_min:nth-of-type(3n) {
        margin-right: 30px;
    }

    .product_content .product_right .right_wrap .right_min:nth-of-type(2n) {
        margin-right: 0;
    }

    .product_bootom {
        margin: 20px 0 30px;
        padding-left: 0;
    }

    .product_bootom .bootom_left {
        position: initial;
        display: none;
    }

    .product_bootom .bootom_right {
        width: 100%;
        padding-top: 15px;
    }

    .product_show .show_name h2 {
        font-size: 18px;
    }

    .product_content.product_show {
        margin: 30px 0 0px;
    }

    .product_show .show_top .show_top_row .top_right h2 {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .product_show .show_top .show_top_row .top_right h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .product_show .show_top .show_top_row .top_right .top_right_xq {
        font-size: 12px;
        line-height: 28px;
        margin-bottom: 50px;
    }

    .product_show .show_top .show_top_row .top_right .right_row {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .product_show .show_top .show_top_row .top_right .right_row .row_postbox {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .product_show .show_min .show_back_fr {
        width: 30%;
    }




    .news_content {
        margin: 30px 0 0;
    }

    .news_swiper .news_swiper_row .row_right {
        padding: 20px 30px 20px;
    }

    .news_swiper .news_swiper_row .row_right h2 {
        margin-bottom: 10px;
    }

    .news_swiper .news_swiper_row .row_right p {
        margin-bottom: 25px;
    }

    .news_content .news_swiper {
        margin-bottom: 40px;
    }

    .news_content .news_wrap .news_wrap_min {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 20px;
    }


    .news_show {
        margin: 40px 0;
    }

    .news_show .show_left .news_show_name h2 {
        font-size: 18px;
    }

    .news_show .show_left .show_content .show_img_center {
        flex-direction: column;
    }

    .show_back_fr {
        width: 27%;
    }




    .social_name {
        font-size: 20px;
    }

    .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;
    }





    .contact_top {
        margin-top: 30px;
    }

    .contact_top .contact_top_left {
        padding: 30px;
    }

    .contact_top .contact_top_left h2 {
        font-size: 20px;
    }

    .contact_top .contact_top_left .left_row {
        flex-direction: column;
        margin-top: 25px;
    }

    .contact_top .contact_top_left .left_row .row_content {
        width: 100%;
    }

    .contact_top .contact_top_left .left_row .row_content .cz {
        display: none;
    }

    .contact_top .contact_top_right {
        padding: 30px;
    }

    .contact_map {
        height: 350px;
    }

    .contact_wrap .warp_content {
        width: calc((100% - 25px) / 2);
        padding: 30px 20px;
    }

    .contact_wrap .warp_content:nth-of-type(3n) {
        margin-right: 25px !important;
    }

    .contact_wrap .warp_content:nth-of-type(2n) {
        margin-right: 0 !important;
    }

    .contact_wrap .warp_content .warp_content_name {
        margin-bottom: 25px;
    }

    .contact_wrap .warp_content .warp_content_name h2 {
        font-size: 20px;
    }

    .contact_wrap .warp_content h5 {
        font-size: 12px;
        line-height: 30px;
    }

    .contact_min {
        margin: 30px 0;
    }





    .benefits_content .benefits_min {
        padding: 20px;
    }






    .b_about.abou_honor {
        margin: 30px 0 0px;
    }

    .about_company {
        margin: 20px 0 10px;
    }

    .about_company .company_row .company_row_right h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .about_company .company_warp {
        margin-top: 40px;
        flex-wrap: wrap;
    }

    .about_company .company_warp .company_warp_conlumn {
        width: 50%;
        margin-bottom: 30px;
    }

    .about_company .company_warp .company_warp_conlumn:nth-of-type(2n):after {
        display: none;
    }

    .about_history {
        padding: 30px 0;
    }

    .about_history .history_content {
        margin-top: 30px;
    }

    .about_history .history_content .history_row .row_left {
        padding-right: 30px;
    }

    .about_history .history_content .history_row .row_left li {
        padding-left: 15px;
        font-size: 14px;
    }

    .about_history .history_content .history_row .row_left .row_left_sz {
        font-size: 100px;
    }

    .about_history .history_content .history_row {
        margin-bottom: 40px;
        width: 100%;
    }

    .about_history .history_content .history_mySwiper .swiper-button-next,
    .about_history .history_content .history_mySwiper .swiper-button-prev {
        width: 36px;
        height: 36px;
        margin-top: -18px;
        background-size: 36px 36px;
    }

    .about_history .history_content .history_mySwiper {
        position: relative;
        padding: 0 50px;
    }

    .about_history .history_content .swiper-slide-thumb-active .history_year .year_top::after {
        top: -30px;
        width: 30px;
        height: 36px;
    }

    .corporate_culture {
        padding: 40px 0;
    }

    .corporate_culture .culture_row .culture_left {
        padding: 30px;
        border: 2px solid #fff;
    }

    .corporate_culture .culture_row .culture_left h2 {
        font-size: 30px;
    }

    .corporate_culture .culture_row .culture_left h4 {
        font-size: 12px;
        margin-bottom: 44px;
    }

    .corporate_culture .culture_row .culture_left p {
        font-size: 12px;
        line-height: 26px;
    }

    .corporate_culture .culture_row .culture_right li {
        margin-bottom: 35px;
    }

    .corporate_culture .culture_row .culture_right li .culture_pic {
        width: 60px;
        height: 60px;
    }

    .corporate_culture .culture_row .culture_right li .culture_min {
        width: calc(100% - 100px);
    }

    .corporate_culture .culture_row .culture_right li .culture_min h2 {
        font-size: 18px;
    }

    .corporate_culture .culture_row .culture_right li .culture_min h4 {
        font-size: 14px;
    }

    .about_speech {
        padding: 40px 0;
    }

    .about_speech .speech_row {
        margin-top: 30px;
    }

    .about_speech .speech_row .speech_right .speech_right_p {
        font-size: 14px;
        line-height: 30px;
    }





    .about_organization {
        margin: 30px 0 30px;
    }




    .abou_honor .honor_nav .honor_nav_content {
        width: 130px;
        height: 40px;
        line-height: 39px;
        font-size: 14px;
    }




    .abou_honor .honor_wrap.connection_wrap .honor_min {
        width: calc((100% - 20px) / 2) !important;
        margin-right: 20px !important;
        margin-bottom: 20px;
    }


    .abou_honor .honor_wrap.connection_wrap .honor_min:nth-of-type(5n) {
        margin-right: 20px !important;
    }

    .abou_honor .honor_wrap.connection_wrap .honor_min:nth-of-type(4n) {
        margin-right: 0px;
    }

    .abou_honor .honor_wrap.connection_wrap .honor_min:nth-of-type(2n) {
        margin-right: 0px !important;
    }
}