.in-banner {
    position: relative;
}

.in-banner img {
    width: 100%;
}

.in-banner .banner_column {
    position: absolute;
    top: 56%;
    transform: translate(0, -50%);
    left: 100px;
    width: 1720px;
}

.in-banner .banner_column h2 {
    font-size: 35px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff;
    line-height: 50px;
    text-shadow: 0 0 10px #E6212A;
}

.in-banner .banner_column h4 {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #222222;
    line-height: 60px;
}

.g_technology{
    margin: 50px 0;
}
.g_technology_t{
    font-size: 26px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #0079C2;
    line-height: 48px;
    text-align: center;
    margin-bottom: 20px;
}
.g_technology_b{
    margin-top: 30px;
    padding-bottom: 30px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}
.g_nav {
    width: 100%;
    border-bottom: 1px solid #EEEEEE;
}

.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 {
    height: 84px;
    line-height: 84px;
    padding: 0 50px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    /* transition: .5s; */
    position: relative;
}


.g_nav .nav_row .nav_left a.active,
.g_nav .nav_row .nav_left a:hover {
    background: #FFFFFF;
    border-bottom: 4px solid #0079C2;
    line-height: 70px;
    font-weight: bold;
    color: #0079C2;
    background: #F2FBFF;
}


.g_nav .nav_row .nav_left a.active::after,
.g_nav .nav_row .nav_left a:hover::after {
    position: absolute;
    bottom: 21%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 10px;
    height: 10px;
    background: rgba(230, 33, 42, 0);
    border: 2px solid #0079C2;
    border-radius: 50%;
    content: '';

}

.g_nav .nav_row .nav_right {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 84px;
    line-height: 84px;
}

.product_nav .nav_zy,
.g_nav .nav_row .nav_right .nav_zy {
    width: 12px;
    height: 12px;
    margin-right: 10px;
}

.product_nav .nav_you,
.g_nav .nav_row .nav_right .nav_you {
    width: 6px;
    height: 12px;
}

.product_nav img,
.product_nav a,
.product_nav p .g_nav .nav_row .nav_right img,
.g_nav .nav_row .nav_right a,
.g_nav .nav_row .nav_right p {
    margin-right: 3px;
}

.product_nav a,
.product_nav p .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: #666666;
}

/* 公司简介 */
.g_about {
    padding: 60px 0;
    width: 100%;
    position: relative;
}

.g_about .about_row {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
}

.g_about .about_row .row_left {
    width: 65%;
    display: flex;
    flex-direction: column;
}

.g_about .about_row .row_left .left_h2 {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 40px;
}

.g_about .about_row .row_left .left_h2 h2 {
    font-size: 26px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #0079C2;
    line-height: 48px;
    position: relative;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
}

.g_about .about_row .row_left .left_h2 h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 28px;
    height: 1px;
    background: #0079C2;

}

.g_about .about_row .row_left .left_h2 h2 span {
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 48px;
    padding-bottom: 20px;
}

.g_about .about_row .row_left p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}

.g_about .about_row .row_right {
    width: 29%;
    position: relative;
}

.g_about .about_row .row_right .pic {
    overflow: hidden;
}

.g_about .about_row .row_right .pic img {
    transition: .5s;
}

.g_about .about_row .row_right:hover .pic img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.g_about .about_row .row_right .pic_you {
    width: 87px;
    height: 87px;
    background: #0079C2 url(../images/welcome/index-5.png) no-repeat center;
    background-size: 13px 21px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: .5s;
}

.g_about .about_row .row_right:hover .pic_you {
    background: #E6212A url(../images/welcome/index-5.png) no-repeat center;
    background-size: 13px 21px;
}

.about_bottom {
    margin-bottom: 60px;
    padding-left: 100px;
    width: 100%;
}

.about_bottom .pic {
    position: relative;
    overflow: hidden;
}

.about_bottom .pic img {
    width: 100%;
    position: relative;
    right: -46px;
}

.about_bottom .pic .about_bottom_name {
    position: absolute;
    bottom: 80px;
    left: 220px;
}

.about_bottom .pic .about_bottom_name p {
    padding-left: 90px;
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #0079C2;
    position: relative;
}

.about_bottom .pic .about_bottom_name p::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 70px;
    height: 1px;
    background: #0079C2;
}

.about_2 {
    display: block;
}

.about_2_1 {
    display: none;
}







/* 发展历程 */
.g_history {
    padding: 50px 0 80px;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.g_history .history_name {
    position: relative;
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #0079C2;
    line-height: 48px;
    padding-bottom: 15px;
}

.g_history .history_name::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 28px;
    height: 1px;
    background: #0079C2;
}

.g_history .history_ul {
    margin-top: 70px;
    /* display: flex;
    flex-direction: row;
    flex-wrap: wrap; */
    width: 100%;
    justify-content: space-between;
    position: relative;
    align-items: flex-start;
}

.g_history .history_ul::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 54px;
    height: 54px;
    background: #0079C2 url(../images/about/history-10.png) no-repeat center;
    border-radius: 50%;
    background-size: 15px 18px;
    z-index: 15;
}

.g_history .history_ul::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 54px;
    height: 54px;
    background: #0079C2 url(../images/about/history-9.png) no-repeat center;
    border-radius: 50%;
    background-size: 15px 18px;
    z-index: 15;
}

.g_history .history_ul li {
    width: 50%;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 100px 100px 60px 100px;
    float: left;
}

.g_history .history_ul li:nth-of-type(2n) {
    padding: 100px 70px 80px;
    float: right;

}

.g_history .history_ul li::before {
    content: '';
    right: -3px;
    top: 0;
    position: absolute;
    background: #0079C2;
    width: 6px;
    height: 100%;
    z-index: 9;
}

.g_history .history_ul li:nth-of-type(2n)::before {
    right: auto;
    top: auto;
    bottom: 0;
    left: -3px;
    z-index: 10;
    background: linear-gradient(0deg, #0079C2, #D6EDFB);
}

.g_history .history_ul li::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% + 10px);
    height: 21px;
    background: url(../images/about/history1.png) no-repeat;
    background-size: 100%;
    z-index: 999;
}

.g_history .history_ul li:nth-of-type(2n)::after {
    left: -10px;
    background: url(../images/about/history2.png) no-repeat;
    background-size: 100%;
}

.g_history .history_ul li:last-child::after {
    display: none;
}

.g_history .history_ul li .pic {
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}

.g_history .history_ul li:first-child {
    padding-top: 0;
}

.g_history .history_ul li:nth-child(2) {
    padding-top: 150px;
}

.g_history .history_ul li h2 {
    font-size: 68px;
    font-family: Arial;
    font-weight: bold;
    color: #0079C2;
    line-height: 60px;
    margin-bottom: 40px;
}

.g_history .history_ul li p {
    font-size: 18px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #333333;
    line-height: 35px;
    padding-left: 15px;
    position: relative;
}

.g_history .history_ul li p::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    top: 16px;
    left: 0;
    background: #0079C2;
    border-radius: 50%;
}






/* 企业展示 */

.Enterprise_content {
    position: relative;
    width: 100%;
    background: url(../images/about/zhanshi-1.png);
}

.Enterprise_content .Enterprise_row {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}

.Enterprise_content .Enterprise_row .row_left {
    width: 16%;
    display: flex;
    flex-direction: column;
    padding: 100px 30px 50px 10px;
    border-right: 1px solid #EEEEEE;
}

.Enterprise_content .Enterprise_row .row_left ul {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-left: 40px;
    position: relative;
}

.Enterprise_content .Enterprise_row .row_left ul::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 1%;
    height: 98%;
    background: #CCCCCC;
    width: 1px;
}

.Enterprise_content .Enterprise_row .row_left ul li {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 1;
    position: relative;
    margin-bottom: 80px;
    cursor: pointer;
}

.Enterprise_content .Enterprise_row .row_left ul li.active {
    font-size: 22px;
    color: #222222;
}

.Enterprise_content .Enterprise_row .row_left ul li::before {
    content: '';
    width: 10px;
    height: 10px;
    background: #CCCCCC;
    border-radius: 50%;
    left: -40px;
    position: absolute;
    top: 0;
}

.Enterprise_content .Enterprise_row .row_left ul li.active::before {
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border: 2px solid #0079C2;
    z-index: 99;
    left: -45px;
}

.Enterprise_content .Enterprise_row .row_left ul li:last-child {
    margin-bottom: 0px;
}

.Enterprise_content .Enterprise_row .row_left ul li:last-child::before {
    top: auto;
    bottom: 0;
}

.Enterprise_content .Enterprise_row .row_left .row_sw {
    margin: 90px 0 100px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.Enterprise_content .Enterprise_row .row_left .row_sw .sw_prev,
.Enterprise_content .Enterprise_row .row_left .row_sw .sw_next {
    width: 60px;
    height: 60px;
    background: #DDDDDD;
    border-radius: 50%;
    margin-right: 15px;
    position: relative;
    cursor: pointer;
    transition: .5s;
}

.Enterprise_content .Enterprise_row .row_left .row_sw .sw_prev:hover,
.Enterprise_content .Enterprise_row .row_left .row_sw .sw_next:hover {
    background: #0079C2;
}

.Enterprise_content .Enterprise_row .row_left .row_sw img {
    width: 19px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.Enterprise_content .Enterprise_row .row_left h2 {
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}

.Enterprise_content .Enterprise_row .row_left h4 {
    font-size: 18px;
    font-family: ArialMT;
    font-weight: 400;
    color: #999999;
    line-height: 30px;
    text-transform: capitalize;
    display: none;
}

.Enterprise_content .Enterprise_row .row_right {
    width: 84%;
    display: flex;
    flex-direction: column;
    padding: 60px 0 40px 70px;
    align-items: self-start;
}

.Enterprise_content .Enterprise_row .row_right h2 {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #0079C2;
    line-height: 48px;
    padding-bottom: 15px;
    position: relative;
}

.Enterprise_content .Enterprise_row .row_right h2::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 28px;
    height: 1px;
    background: #0079C2;
}

.Enterprise_content .Enterprise_row .row_right .Enterprise_swiper {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 70px;
    padding-bottom: 70px;
}

.Enterprise_content .Enterprise_row .row_right .Enterprise_swiper .swiper-pagination {
    width: 100%;
    margin-top: 30px;
}

.Enterprise_content .Enterprise_row .row_right .Enterprise_swiper .swiper-pagination .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background: #ACC7DC;
    opacity: 1;
    margin: 0 7px;
}

.Enterprise_content .Enterprise_row .row_right .Enterprise_swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #0079C2;
}

.Enterprise_content .Enterprise_row .row_right .Enterprise_swiper .swiper-slide {
    width: 552px;
}

.Enterprise_content .Enterprise_row .row_right .Enterprise_swiper .pic {
    background: #FFFFFF;
    padding: 5px;
    box-shadow: 0px 3px 8px 0px rgba(219, 219, 219, 0.65);
    border-radius: 5px;
    display: flex;
    justify-content: center;
}

.Enterprise_content .Enterprise_row .row_right .Enterprise_swiper .title {
    font-size: 24px;
    text-align: center;
    margin-top: 42px;
    opacity: 0;
}

.Enterprise_content .Enterprise_row .row_right .Enterprise_swiper .swiper-slide-active .title {
    opacity: 1;
}

.Enterprise_bottom {
    position: relative;
    width: 100%;
}

.Enterprise_bottom .Enterprise_po {
    position: absolute;
    width: 1720px;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.Enterprise_bottom .Enterprise_po p {
    width: 70%;
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #222222;
    line-height: 40px;
}

.Enterprise_bottom .Enterprise_po p span {
    color: #E6212A;
}

.Enterprise_bottom .Enterprise_po .po_but {
    padding: 15px 80px 15px 40px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    background: #0079C2 url(../images/about/zhanshi-6.png) no-repeat right 40px center;
    background-size: 21px 17px;
    border-radius: 28px;
}




/* 社会责任 */
.responsibility_column {
    margin-top: 55px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.responsibility_column .responsibility_row {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}

.responsibility_column .responsibility_row:nth-of-type(2n) {
    flex-flow: row-reverse;
}

.responsibility_column .responsibility_row .responsibility_left {
    width: 50%;
}


.responsibility_column .responsibility_row .responsibility_right {
    width: 50%;
    background: #F6F6F6;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.responsibility_column .responsibility_row .responsibility_right h2 {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    padding-bottom: 30px;
    position: relative;
}

.responsibility_column .responsibility_row .responsibility_right h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 29px;
    height: 2px;
    background: #222222;
}

.responsibility_column .responsibility_row .responsibility_right h3 {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333;
    padding: 20px 0;
}

.responsibility_column .responsibility_row .responsibility_right .min_but a {
    margin-top: 25px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 46px;
    background: #F2FBFF;
    border: 2px solid #0079C2;
    border-radius: 23px;
    line-height: 46px;
    transition: .5s;
    overflow: hidden;
}

.responsibility_column .responsibility_row .responsibility_right .min_but a:hover {
    padding: 0 30px;
    width: 175px;
    justify-content: space-between;
}

.responsibility_column .responsibility_row .responsibility_right .min_but a h3 {
    opacity: 0;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #0079C2;
    transition: .3s;
    white-space: nowrap;
    margin-left: -76px;
}

.responsibility_column .responsibility_row .responsibility_right .min_but a:hover h3 {
    opacity: 1;
    margin-left: 0;
}

.responsibility_column .responsibility_row .responsibility_right .min_but a img {
    width: 8px;
    height: 14px;
}

.responsibility_column .responsibility_row .responsibility_right .right_pic {
    position: absolute;
    top: 25px;
    right: 20px;
    width: 51px;
    height: 51px;
    background: #FFFFFF;
    box-shadow: 0px 0px 51px 3px rgba(238, 238, 238, 0.8);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.responsibility_column .responsibility_row:nth-of-type(2n) .responsibility_right .right_pic {
    right: auto;
    left: 20px;
}

.responsibility_column .responsibility_row .responsibility_right .right_pic img {
    width: 22px;
    height: 22px;
}








/* 产品解决方案 */
.g_product {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.g_product .product_left {
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    width: 25%;
}

.g_product .product_left .left_top {
    padding: 30px 20px 30px 100px;
    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/product/product-4.png) no-repeat right 24px center;
    background-size: 8px 14px;
}

/* .g_product .product_left .left_min .min_name:last-child {
    border-bottom: none;
} */

.g_product .product_left .left_min .min_name.active {
    background: #0079C2 url(../images/product/product-3.png) no-repeat right 24px center;
    background-size: 8px 14px;
    color: #FFFFFF;
}

.g_product .product_left .left_min .pinfo {
    padding: 20px 30px;
    border-bottom: 1px solid #EEEEEE;
}

.g_product .product_left .left_min .pinfo li {
    line-height: 30px;
    margin-bottom: 5px;
}

.g_product .product_left .left_min .pinfo li:last-child {
    margin-bottom: 0;
}

.g_product .product_left .left_min .pinfo li a {
    font-size: 18px;
    color: #333;
}

.g_product .product_left .left_min .pinfo li a:hover {
    color: #0179c2;
}

.g_product .product_left .left_min .pinfo li a.active {
    color: #0179c2;
}

.g_product .product_right {
    width: 75%;
    background: #F9F9F9;
    display: flex;
    flex-direction: column;
}

.g_product .product_right .product_nav {
    height: 80px;
    line-height: 80px;
    border-bottom: 1px solid #EEEEEE;
    width: 100%;
    padding: 0 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}


.g_product .product_right .product_wrap {
    padding: 50px 100px 20px 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid #EEEEEE;
}

.g_product .product_right .product_wrap .product_min {

    width: calc((100% - 70px) / 2);
    margin-right: 70px;
    margin-bottom: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 0px 23px 1px rgba(153, 153, 153, 0.15);
}

.g_product .product_right .product_wrap .product_min:nth-of-type(2n) {
    margin-right: 0;
}

.g_product .product_right .product_wrap .product_min .pic {
    width: 100%;
    /*height: 370px;*/
    overflow: hidden;
    padding: 20px;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.g_product .product_right .product_wrap .product_min .pic img {
    transition: .5s;
}

.g_product .product_right .product_wrap .product_min:hover .pic img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.product_wrap .product_min .min_content {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 30px;
}

.product_wrap .product_min .min_content h2 {
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #222222;
    line-height: 35px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 70px;
    transition: .5s;
    margin-bottom: 30px;
}

.product_wrap .product_min:hover .min_content h2 {
    color: #0079C2;
}

.product_wrap .product_min .min_content p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 48px;
}

.product_wrap .product_min .min_content .min_but,
.related_swiper .related_min .min_content .min_but,
.news_wrap .news_column .news_min .min_but {
    margin-top: 25px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 46px;
    background: #F2FBFF;
    border: 2px solid #0079C2;
    border-radius: 23px;
    line-height: 46px;
    transition: .5s;
    overflow: hidden;
}

.product_wrap .product_min:hover .min_content .min_but,
.related_swiper .related_min:hover .min_content .min_but,
.news_wrap .news_column:hover .news_min .min_but {
    padding: 0 30px;
    width: 175px;
    justify-content: space-between;

}

.product_wrap .product_min .min_content .min_but h3,
.related_swiper .related_min .min_content .min_but h3,
.news_wrap .news_column .news_min .min_but h3 {
    opacity: 0;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #0079C2;
    transition: .3s;
    white-space: nowrap;
    margin-left: -76px;
}

.product_wrap .product_min:hover .min_content .min_but h3,
.related_swiper .related_min:hover .min_content .min_but h3,
.news_wrap .news_column:hover .news_min .min_but h3 {
    opacity: 1;
    margin-left: 0;
}

.product_wrap .product_min .min_content .min_but img,
.related_swiper .related_min .min_content .min_but img,
.news_wrap .news_column .news_min .min_but img {
    width: 8px;
    height: 14px;
}


.g_product .product_right .product_more,
.news_more .product_more {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 60px 0 80px;
}

.g_product .product_right .product_more a,
.news_more .product_more a {
    padding-right: 35px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #0079C2;
    background: url(../images/product/product-8.png) no-repeat right center;
    background-size: 19px 19px;
    cursor: pointer;
}









/* 产品解决方案详情 */
#product_show .g_product {
    padding: 50px 0 80px;
    background: #F9F9F9;
}

.show_banner {
    position: absolute;
    bottom: 34px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 1245px;
    background: rgb(255, 255, 255, 0.7);
    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: 50px;
}

.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: 46%;
    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: #E6212A url(../images/product/product_you.png) no-repeat right 25px center;
    border-radius: 26px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.show_banner .show_row .row_left .left_a a:last-child {
    margin-right: 0;
    background: #0079C2 url(../images/product/product_you.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;
    margin-bottom: 10px;
}

.product_show_content {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 100px;
}

.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 table {
    border: 1px solid #ccc;
    border-collapse: collapse;
}

.product_show_content .show_min table tr,
.product_show_content .show_min table td {
    border: 1px solid #ccc;
}

.product_show_content .show_min table td p {
    padding: 5px 15px;
}

.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 {
    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 {
    width: 70%;
    display: flex;
    flex-direction: column;
}

.product_show_content .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 {
    transition: .5;
}

.product_show_content .show_paging .paging_left a:hover span {
    color: #0079C2;
}

.product_show_content .show_paging .paging_left a:last-child {
    margin-bottom: 0;
}

.product_show_content .show_paging .paging_right {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.product_show_content .show_paging .paging_right .paging_prev,
.product_show_content .show_paging .paging_right .paging_next {
    width: 54px;
    height: 30px;
    background-size: 26px 7px;

}

.product_show_content .show_paging .paging_right .paging_prev {
    background: #D8D8DA url(../images/product/prodetail-4.png) no-repeat center;
    background-size: 26px 7px;
}

.product_show_content .show_paging .paging_right .paging_next {
    background: #D8D8DA url(../images/product/prodetail-6.png) no-repeat center;
    background-size: 26px 7px;
}

.product_show_content .show_paging .paging_right .paging_prev:hover {
    background: #0079C2 url(../images/product/prodetail-4.png) no-repeat center;
    background-size: 26px 7px;
}

.product_show_content .show_paging .paging_right .paging_next:hover {
    background: #0079C2 url(../images/product/prodetail-6.png) no-repeat center;
    background-size: 26px 7px;
}

.product_show_content .show_paging .paging_right .paging_z {
    margin: 0 15px;
    width: 19px;
    height: 19px;
    background: url(../images/product/prodetail-5.png) no-repeat;
    background-size: 100% 100%;
}

.product_show_content .show_paging .paging_right .paging_z:hover {
    background: url(../images/product/prodetail-5-1.png) no-repeat;
    background-size: 100% 100%;
}

.related_products {
    position: relative;
    width: 100%;
    background: #FFFFFF;
    padding: 60px 0 0;
}

.related_products .related_content {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
}

.related_products .related_content .related_swiper {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-top: 80px;
    padding-bottom: 90px;
}

.related_swiper .related_min {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.related_swiper .related_min .pic {
    padding: 10px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.related_swiper .related_min .pic img {
    transition: .5s;
}

.related_swiper .related_min:hover .pic img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.related_swiper .related_min .min_content {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.related_swiper .related_min .min_content h5 {
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #222222;
    line-height: 35px;
    height: 70px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: .5s;
}

.related_swiper .related_min:hover .min_content h5 {
    color: #0079C2;
}

.related_swiper .related_min .min_content .min_but {
    margin-top: 60px;
}

.related_swiper .swiper-pagination {
    width: 100%;
    margin-top: 20px;
}

.related_swiper .swiper-pagination .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background: #ACC7DC;
    opacity: 1;
    margin: 0 7px;
}

.related_swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #0079C2;
}









/* 新闻资讯 */
.news_wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
    margin-top: 50px;
    border-bottom: 1px solid #DDDDDD;
}

.news_wrap .news_column {
    width: calc((100% - 220px) / 3);
    margin-right: 110px;
    margin-bottom: 70px;
    display: flex;
    flex-direction: column;
}

.news_wrap .news_column:nth-of-type(3n) {
    margin-right: 0;
}

.news_wrap .news_column .pic {
    overflow: hidden;
}

.news_wrap .news_column .pic img {
    transition: .5s;
    width: 100%;
}

.news_wrap .news_column:hover .pic img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.news_wrap .news_column .news_min {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
}

.news_wrap .news_column .news_min h2 {
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news_wrap .news_column .news_min h4 {
    margin: 45px 0 25px;
    font-size: 24px;
    font-family: Arial;
    font-weight: bold;
    color: #0079C2;
}

.news_wrap .news_column .news_min p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news_wrap .news_column .news_min .min_but {
    margin-top: 45px;
}

.news_more .product_more {
    margin-bottom: 0;
}






/* 新闻详情 */
.news_show {
    margin: 50px 0;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}

.news_show .show_content2 {
    width: 75%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.news_show .show_content2 .show_content_name {
    font-size: 26px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #0079C2;
    line-height: 48px;
    text-align: center;
    margin-bottom: 20px;
}

.news_show .show_content2 .show_content_row {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.news_show .show_content2 .show_content_row p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #646464;
}

.news_show .show_content2 .show_content_row .show_a {
    width: 28px;
    height: 28px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    position: relative;
    margin-left: 5px;
}

.news_show .show_content2 .show_content_row .show_a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.news_show .show_content2 .show_content_row .show_a .show_img1 {
    display: block;
}

.news_show .show_content2 .show_content_row .show_a .show_img2 {
    display: none;
}

.news_show .show_content2 .show_content_row .show_a:hover {
    border: 1px solid #0079C2;
}

.news_show .show_content2 .show_content_row .show_a:hover .show_img2 {
    display: block;
}

.news_show .show_content2 .show_content_row .show_a:hover .show_img1 {
    display: none;
}

.news_show .show_content2 .show_content_min {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 30px;
    padding-bottom: 30px;
}

.news_show .show_content2 .show_content_min .show_content_min_p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}

.news_show .show_back {
    padding: 40px 0 0px;
}

.news_show .show_back_fl {
    width: 100%;
}

.show_back_fl .fl_con {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}


.show_right {
    width: 23%;
    display: flex;
    flex-direction: column;
}

.show_right .right_top {
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #E2E2E2;
    display: flex;
}

.show_right .right_top h2 {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    position: relative;
}

.show_right .right_top h2::after {
    content: '';
    position: absolute;
    bottom: -16px;
    width: 100%;
    left: 0;
    height: 1px;
    background: #0079C2;
}

.show_right .right_column {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.show_right .right_column .right_min {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #EEEEEE;
    position: relative;
}

.show_right .right_column .right_min::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #0079C2;
    transition: .5s;
}

.show_right .right_column .right_min:hover::after {
    width: 100%;
}

.show_right .right_column .right_min .pic {
    overflow: hidden;
}

.show_right .right_column .right_min .pic img {
    transition: .5s;
    width: 100%;
}

.show_right .right_column .right_min:hover .pic img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.show_right .right_column .right_min .min_content {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.show_right .right_column .right_min .min_content h2 {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: .5s;
}

.show_right .right_column .right_min:hover .min_content h2 {
    color: #0079C2;
}

.show_right .right_column .right_min .min_content h5 {
    font-size: 14px;
    font-family: Arial;
    font-weight: 400;
    color: #999999;
    margin: 20px 0 25px;
}

.show_right .right_column .right_min .min_content .min_more {
    padding-left: 27px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    background: url(../images/news/news-8-1.png) no-repeat left center;
    background-size: 18px 11px;
    transition: .5s;
}

.show_right .right_column .right_min:hover .min_content .min_more {
    background: url(../images/news/news-8.png) no-repeat left center;
    background-size: 18px 11px;
}



/* 联系方式 */
.g_contact {
    margin: 50px 0;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.g_contact .contact_name {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #0079C2;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 35px;
}

.g_contact .contact_name::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 28px;
    height: 1px;
    background: #0079C2;
}

.g_contact .contact_row {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}

.g_contact .contact_row .row_map {
    width: 48%;
    height: 480px;
    position: relative;
    z-index: 9;
}

.g_contact .contact_row .row_map .map_wx {
    position: absolute;
    z-index: 10;
    right: 20px;
    bottom: 15px;
    width: 142px;
    height: 142px;
    background: #FAFAFA;
    border: 1px solid #DDDDDD;
    display: flex;
    justify-content: center;
    align-items: center;

}

.g_contact .contact_row .row_right {
    width: 48%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 70px 0 30px;
}

.g_contact .contact_row .row_right .right_min {
    width: 48%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
}

.g_contact .contact_row .row_right .right_min p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #666666;
    line-height: 35px;
    padding-right: 40px;

}

.g_contact .contact_row .row_right .right_min p.tel {
    background: url(../images/contact/contact-3.png) no-repeat right center;
    background-size: 26px 24px;
}

.g_contact .contact_row .row_right .right_min p.mailbox {
    background: url(../images/contact/contact-5.png) no-repeat right center;
    background-size: 26px 18px;
}

.g_contact .contact_row .row_right .right_min p.address {
    background: url(../images/contact/contact-4.png) no-repeat right center;
    background-size: 16px 23px;
}

.g_contact .contact_row .row_right .right_min h3 {
    font-size: 24px;
    font-family: Arial;
    /*font-weight: bold;*/
    color: #0079C2;
    padding: 25px 0 45px;
    position: relative;
    line-height: 35px;
}

.g_contact .contact_row .row_right .right_min:nth-child(3) h3 {
    font-size: 28px;
}

.g_contact .contact_row .row_right .right_min:last-child h3 {
    font-size: 24px;
    font-family: Microsoft YaHei;
}


.g_contact .contact_row .row_right .right_min h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 36px;
    height: 1px;
    background: #DDDDDD;
}









/* 招聘岗位 */
.recruit_content {
    margin: 70px 0;
    background: #F6F6F6;
    width: 100%;
    padding: 90px 80px 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.recruit_content .recruit_column {
    width: calc((100% - 150px) / 4);
    margin-right: 50px;
    margin-bottom: 50px;
    background: #FFFFFF;
    padding: 50px 20px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /*justify-content: center;*/
}

.recruit_content .recruit_column:nth-of-type(4n) {
    margin-right: 0;
}

.recruit_content .recruit_column h3 {
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #0079C2;
    margin-bottom: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    text-align: center;
}

.recruit_content .recruit_column ul {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 270px;
}

.recruit_content .recruit_column ul li {
    line-height: 30px;
    font-size: 16px;
    color: #666;
    text-align: center;
}

.recruit_content .recruit_column .recruit_but {
    height: 38px;
    line-height: 38px;
    background: #0079C2 url(../images/index/index-13.png) no-repeat right 20px center;
    background-size: 15px 8px;
    border-radius: 19px;
    padding: 0 50px 0 20px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}





.recruit_list {
    padding: 35px 0 65px;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
}

.recruit_list .list_left {
    width: 75%;
    display: flex;
    flex-direction: column;

}

.recruit_list .list_left .list_lefts {
    background: #FFFFFF;
    padding: 20px;
    margin-bottom: 20px;
}

.recruit_list .list_left .left_min {
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    padding-bottom: 30px;
    border-bottom: 1px solid #EEEEEE;
    width: 100%;
}

.recruit_list .list_left .left_min:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.recruit_list .list_left .left_min .min_row {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.recruit_list .list_left .left_min .min_row:last-child {
    margin-bottom: 0;
}

.recruit_list .list_left .left_min .min_row .row_left {
    width: 70%;
    text-align: left;
}

.recruit_list .list_left .left_min .min_row .row_left h2 {
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    transition: .5s;
}

.recruit_list .list_left .left_min .min_row .row_left h2 span {
    font-size: 16px;
    color: #0079C2;
    display: none;
}

.recruit_list .list_left .left_min:hover .min_row .row_left h2 {
    color: #0079C2;
}

.recruit_list .list_left .left_min .min_row img {
    width: 61px;
    height: 16px;
}

.recruit_list .list_left .left_min .min_row .row_left p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.recruit_list .list_left .left_min .min_row .row_left p span {
    margin-left: 25px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.recruit_list .list_left .left_min .min_row .row_time {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    display: none;
}

.recruit_list .list_right {
    width: 23%;
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    padding: 40px 30px;
}

.recruit_list .list_right .right_top {
    padding-bottom: 15px;
    border-bottom: 1px solid #EEEEEE;
    display: flex;
    align-items: flex-start;
}

.recruit_list .list_right .right_top h2 {
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #0079C2;
    position: relative;
}

.recruit_list .list_right .right_top h2::after {
    content: '';
    position: absolute;
    bottom: -16px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #0079C2;
}

.recruit_list .list_right .right_min {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.recruit_list .list_right .right_min .min_row {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid #EEEEEE;
    margin-top: 30px;
}

.recruit_list .list_right .right_min .min_row h3 {
    width: 60%;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: .5s;
}

.recruit_list .list_right .right_min .min_row:hover h3 {
    color: #0079C2;
}

.recruit_list .list_right .right_min .min_row h5 {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
}


/*分页*/
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    color: #666;
    clear: both;
    margin: 0;
}

.pagination a {
    display: block;
    color: #666;
    text-align: center;
    text-transform: capitalize;
    padding: 0px 12px;
    line-height: 41px;
    margin: 0px 1px 10px 1px;
    border: 1px solid #d7d8da;
}

.pagination a:hover {
    color: #fff;
    background-color: #0079C2;
    border: 1px solid #0079C2;
}

.pagination a.active {
    color: #fff;
    background-color: #0079C2;
    border: 1px solid #0079C2;
}



.recruit_list .list_left .left_min:last-child {
    padding-bottom: 30px;
    border-bottom: 1px solid #EEEEEE;
}

.recruit_list .list_left .left_min .min_row .row_left h2 {
    color: #0079C2;
}

.recruit_list .show_min {
    display: flex;
    flex-direction: column;
    width: 100%;

}

.recruit_list .show_min .min_p {
    margin: 10px 0 20px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.recruit_list .show_min .min_p p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}

.recruit_list .show_min .min_but {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: flex-end;
}

.recruit_list .show_min .min_but a {
    height: 38px;
    line-height: 38px;
    background: #0079C2 url(../images/about/youxiang.png) no-repeat right 34px center;
    background-size: 15px 13px;
    border-radius: 19px;
    padding: 0 57px 0 36px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.recruit_list.recruit_show .list_left .left_min:last-child {
    padding-bottom: 25px;
}

.recruit_list .list_left .show_around {
    margin: 20px 0;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-around;
}


.recruit_list .list_left .show_around p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 25px;
}

.recruit_list .list_left .show_around p span {
    color: #999999;
}


/*人才发展*/
.g_talent {
    padding: 60px 0 0 0;
    width: 100%;
    position: relative;
}

.g_talent .talent_name {
    text-align: center;
    position: relative;
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #0079C2;
    line-height: 48px;
    padding-bottom: 15px;
}

.g_talent .talent_name::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 28px;
    height: 1px;
    background: #0079C2;
}

.talent_con {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    max-width: 1200px;
    margin: 70px auto 0 auto;
}










@media (max-width: 1721px) {
    .in-banner .banner_column {
        width: 90%;
        left: 5%;
    }





    .about_bottom {
        padding-left: 5%;
    }

    .about_bottom .pic .about_bottom_name {
        bottom: 72px;
        left: 192px;
    }

    .Enterprise_bottom .Enterprise_po {
        width: 90%;
    }



    .g_product .product_left .left_top,
    .g_product .product_left .left_min {
        /* padding: 30px 20px 30px 5%; */
        padding-left: 5vw
    }

    .g_product .product_right .product_nav {
        padding: 0 5vw;
    }

    .g_product .product_right .product_wrap {
        padding-right: 5vw;
    }

    .product_show_content {
        padding: 0 5vw;
    }





    .g_nav .nav_row .nav_left a {
        padding: 0 30px;
        font-size: 14px;
    }

    .product_nav a,
    .product_nav p .g_nav .nav_row .nav_right a,
    .g_nav .nav_row .nav_right p {
        font-size: 12px;
    }

    .g_product .product_left .left_min .min_name,
    .g_product .product_left .left_min .pinfo li a {
        font-size: 16px;
    }
}


@media (max-width: 1600px) {
    .in-banner .banner_column {
        top: 63%;
    }




    .g_about .about_row .row_left {
        width: 60%;
    }

    .g_about .about_row .row_right {
        width: 33%;
    }

    .about_bottom .pic .about_bottom_name p {
        padding-left: 70px;
        font-size: 26px;
    }

    .about_bottom .pic .about_bottom_name p::before {
        width: 50px;
    }








    .g_history .history_ul li h2 {
        font-size: 60px;
        margin-bottom: 35px;
    }

    .g_history .history_ul li p {
        font-size: 17px;
    }

    .g_history .history_ul li::after {
        width: calc(100% + 9px);
    }

    .g_history .history_ul li:nth-of-type(2n)::after {
        left: -9px;
    }






    .Enterprise_content .Enterprise_row .row_left {
        width: 20%;
    }

    .Enterprise_content .Enterprise_row .row_right {
        width: 80%;
    }




    .g_product .product_left .left_min .min_name {
        height: 64px;
        line-height: 64px;
        font-size: 16px;
    }

    .product_wrap .product_min .min_content h2 {
        font-size: 20px;
    }





    .show_banner .show_top {
        margin-bottom: 40px;
    }

    .show_banner .show_row .row_left h2 {
        font-size: 22px;
    }

    .related_swiper .related_min .min_content h5 {
        font-size: 20px;
    }




    .g_contact .contact_row .row_right {
        padding: 50px 0 10px;
    }

    .g_contact .contact_row .row_right .right_min:last-child h3 {
        font-size: 22px;
    }





    .recruit_content {
        margin: 70px 0;
        padding: 90px 90px 50px;
    }
}


@media (max-width: 1500px) {
    .in-banner .banner_column {
        top: 67%;
    }

    .in-banner .banner_column h2 {
        font-size: 30px;
        line-height: 43px;
    }

    .in-banner .banner_column h4 {
        font-size: 15px;
        line-height: 50px;
    }

    .g_nav .nav_row .nav_left a {
        height: 74px;
        line-height: 74px;
        padding: 0 20px;
        font-size: 13px;
    }

    .product_nav img,
    .product_nav a,
    .product_nav p .g_nav .nav_row .nav_right img,
    .g_nav .nav_row .nav_right a,
    .g_nav .nav_row .nav_right p {
        font-size: 12px;
    }

    .product_nav,
    .g_nav .nav_row .nav_right {
        height: 74px;
        line-height: 74px;
    }

    .g_nav .nav_row .nav_left a.active,
    .g_nav .nav_row .nav_left a:hover {
        border-bottom: 3px solid #0079C2;
        line-height: 56px;
    }





    .g_about .about_row .row_left .left_h2 {
        margin-bottom: 30px;
    }

    .g_about .about_row .row_left .left_h2 h2,
    .g_product .product_left .left_top h2,
    .g_product .product_left .left_top h2,
    .related_products .related_content h2,
    .g_contact .contact_name {
        font-size: 26px;
        line-height: 44px;
        padding-bottom: 15px;
    }

    .g_about .about_row .row_left .left_h2 h2 span {
        font-size: 17px;
        line-height: 44px;
        padding-bottom: 15px;
        margin-left: 15px;
    }

    .g_about .about_row .row_left p {
        font-size: 14px;
        line-height: 35px;
    }

    .g_about .about_row .row_right .pic_you {
        width: 77px;
        height: 77px;
    }

    .about_bottom .pic .about_bottom_name {
        bottom: 62px;
        left: 182px;
    }

    .about_bottom .pic .about_bottom_name p {
        font-size: 24px;
    }








    .g_history .history_ul li {
        padding: 100px 70px 60px;
    }

    .g_history .history_ul li::after {
        width: calc(100% + 8px);
    }

    .g_history .history_ul li:nth-of-type(2n)::after {
        left: -8px;
    }







    .Enterprise_content .Enterprise_row .row_right .Enterprise_swiper {
        width: 100%;
        margin-top: 50px;
        padding-bottom: 50px;
    }

    .Enterprise_content .Enterprise_row .row_left ul li.active {
        font-size: 20px;
    }

    .Enterprise_content .Enterprise_row .row_left ul li::before {
        width: 8px;
        height: 8px;
        left: -39px;
    }

    .Enterprise_content .Enterprise_row .row_left ul li.active::before {
        width: 15px;
        height: 15px;
        left: -42px;
    }

    .Enterprise_content .Enterprise_row .row_left .row_sw .sw_prev,
    .Enterprise_content .Enterprise_row .row_left .row_sw .sw_next {
        width: 50px;
        height: 50px;
    }

    .Enterprise_content .Enterprise_row .row_left h2 {
        font-size: 20px;
        line-height: 28px;
    }

    .Enterprise_content .Enterprise_row .row_left h4 {
        font-size: 16px;
        line-height: 28px;
    }

    .Enterprise_content .Enterprise_row .row_right .Enterprise_swiper .title {
        font-size: 22px;
        margin-top: 30px;
    }

    .Enterprise_content .Enterprise_row .row_right .Enterprise_swiper .swiper-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 5px;
    }

    .Enterprise_bottom .Enterprise_po p {
        font-size: 28px;
    }

    .Enterprise_bottom .Enterprise_po .po_but {
        padding: 12px 75px 12px 35px;
        font-size: 16px;
        background: #0079C2 url(../images/about/zhanshi-6.png) no-repeat right 35px center;
        background-size: 21px 17px;
    }







    .responsibility_column .responsibility_row .responsibility_right h2 {
        font-size: 20px;
        padding-bottom: 20px;
    }

    .responsibility_column .responsibility_row .responsibility_right .right_pic {
        width: 45px;
        height: 45px;
    }

    .responsibility_column .responsibility_row .responsibility_right .right_pic img {
        width: 20px;
        height: 20px;
    }




    .g_product .product_right .product_wrap .product_min {
        width: calc((100% - 50px) / 2);
        margin-right: 50px;
    }

    .g_product .product_right .product_more {
        margin: 40px 0 50px;
    }

    .news_more .product_more {
        margin: 40px 0 0;
    }

    .g_product .product_right .product_more a,
    .news_more .product_more a {
        font-size: 22px;
    }





    .show_banner .show_top .product_nav {
        height: auto;
        line-height: initial;
    }





    .news_wrap .news_column {
        width: calc((100% - 160px) / 3);
        margin-right: 80px;
    }






    .g_contact .contact_row .row_map .map_wx {
        width: 130px;
        height: 130px;
    }

    /*.g_contact .contact_row .row_right .right_min h3 {
        font-size: 30px;
    }*/

    .g_contact .contact_row .row_right .right_min:nth-child(3) h3 {
        font-size: 24px;
    }

    .g_contact .contact_row .row_right .right_min:last-child h3 {
        font-size: 18px;
    }






    .recruit_list .list_left .left_min .min_row {
        margin-bottom: 25px;
    }

    .recruit_list .list_left .left_min .min_row .row_left h2 {
        font-size: 20px;
    }

    .recruit_list .list_left .left_min .min_row .row_left p {
        font-size: 14px;
    }

    .recruit_list .list_left .left_min .min_row .row_left p span {
        margin-left: 20px;
        font-size: 14px;
    }

    .recruit_list .list_left .left_min .min_row .row_time {
        font-size: 12px;
    }

    .recruit_list .list_right .right_top h2 {
        font-size: 20px;
    }

    .recruit_list .list_right .right_min .min_row h3 {
        font-size: 14px;
    }

    .recruit_list .list_right .right_min .min_row h5 {
        font-size: 12px;
    }





    .recruit_list .show_min .min_p p {
        font-size: 14px;
        line-height: 28px;
    }

    .recruit_list .list_left .show_around p {
        font-size: 15px;
    }




    .recruit_content {
        padding: 50px 70px 0px;
    }

    .recruit_content .recruit_column h3 {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .recruit_content .recruit_column .recruit_but {
        height: 35px;
        line-height: 35px;
        font-size: 12px;
    }

    .g_product .product_left .left_min .min_name,
    .g_product .product_left .left_min .pinfo li a {
        font-size: 13px;
    }

    .g_product .product_left .left_min .min_name {
        font-size: 13px;
    }
}

@media (max-width: 1440px) {}

@media (max-width: 1280px) {
    .talent_con {
        max-width: 100%;
        margin: 50px auto 0 auto;
    }

    .g_nav .nav_row .nav_left a {
        padding: 0 15px;
        font-size: 12px;
    }
    .recruit_content .recruit_column ul li{
        font-size: 14px;
    }
}


@media (max-width: 992px) {
    .talent_con {
        max-width: 100%;
        margin: 50px auto 0 auto;
    }

    .in-banner {
        padding-top: 70px;
    }

    .in-banner .banner_column h2 {
        font-size: 22px;
        line-height: 33px;
    }

    .in-banner .banner_column h4 {
        font-size: 14px;
        line-height: 40px;
    }

    .g_product .product_right .product_nav,
    .g_nav {
        display: none;
    }






    .g_about .about_row {
        flex-direction: column;
    }

    .g_about .about_row .row_left {
        width: 100%;
    }

    .g_about .about_row .row_right {
        width: 100%;
        margin-top: 35px;
    }

    .g_about .about_row .row_right .pic img {
        width: 100%;
    }

    .about_bottom .pic .about_bottom_name {
        bottom: 34px;
        left: 119px;
    }

    .about_bottom .pic .about_bottom_name p {
        padding-left: 35px;
        font-size: 14px;
    }

    .about_bottom .pic .about_bottom_name p::before {
        width: 25px;
    }



    .g_history .history_name,
    .Enterprise_content .Enterprise_row .row_right h2 {
        font-size: 26px;
        padding-bottom: 10px;
    }

    .g_history .history_ul::before,
    .g_history .history_ul::after {
        left: -24px;
        transform: initial;
    }

    .g_history .history_ul li {
        width: 100%;
    }

    .g_history .history_ul li:first-child {
        padding-top: 70px;
    }

    .g_history .history_ul li:nth-child(2) {
        padding-top: 100px;
    }

    .g_history .history_ul li::before {
        right: auto;
        left: 0;
    }

    .g_history .history_ul li::after {
        background: url(../images/about/history2.png) no-repeat;
        width: 100%;
        left: -8px;
        left: -5px;
        background-size: 100%;
    }

    .g_history .history_ul li:nth-of-type(2n)::before {
        left: 0;
    }

    .g_history .history_ul li:nth-of-type(2n)::after {
        left: -5px;
    }

    .g_history .history_ul li h2 {
        font-size: 50px;
        margin-bottom: 20px;
    }

    .g_history .history_ul li p {
        font-size: 15px;
    }







    .Enterprise_content .Enterprise_row {
        flex-direction: column;
    }

    .Enterprise_content .Enterprise_row .row_left,
    .Enterprise_content .Enterprise_row .row_right {
        width: 100%;
    }

    .Enterprise_content .Enterprise_row .row_left {
        padding: 50px 0 0;
        border-right: none;
    }

    .Enterprise_content .Enterprise_row .row_right {
        padding: 0;
    }

    .Enterprise_content .Enterprise_row .row_left ul {
        flex-direction: row;
        overflow-x: auto;
        padding-left: 0;
        height: 80px;
    }

    .Enterprise_content .Enterprise_row .row_left ul::after {
        /* content: '';
        position: absolute;
        left: 0;
        top: 10px;
        height: 1px;
        background: #CCCCCC;
        width: 100%; */
        display: none;
    }

    .Enterprise_content .Enterprise_row .row_left ul li {
        margin-top: 50px;
        margin-bottom: 0;
        padding-right: 80px;
        font-size: 16px;
        white-space: nowrap;
    }

    .Enterprise_content .Enterprise_row .row_left ul li.active {
        font-size: 18px;
    }

    .Enterprise_content .Enterprise_row .row_left ul li:last-child::before {
        top: -44px;
        bottom: auto;
    }

    .Enterprise_content .Enterprise_row .row_left ul li::before {
        top: -44px;
        left: 50%;
        margin-left: -50px;
    }

    .Enterprise_content .Enterprise_row .row_left ul li.active::before {
        top: -47px;
        left: 50%;
        margin-left: -50px;
    }

    .Enterprise_content .Enterprise_row .row_left ul li::after {
        content: '';
        position: absolute;
        top: -40px;
        left: 0;
        width: 100%;
        height: 1px;
        background: #CCCCCC;
    }

    .Enterprise_content .Enterprise_row .row_left .row_sw {
        margin: 50px 0 60px;
    }

    .Enterprise_content .Enterprise_row .row_left h2,
    .Enterprise_content .Enterprise_row .row_left h4 {
        display: none;
    }


    .Enterprise_content .Enterprise_row .row_right .Enterprise_swiper {
        padding-bottom: 80px;
    }

    .Enterprise_content .Enterprise_row .row_right .Enterprise_swiper .swiper-pagination {
        margin-top: 20px;
    }

    .Enterprise_bottom img {
        height: 80px;
    }

    .Enterprise_bottom .Enterprise_po p {
        font-size: 20px;
    }

    .Enterprise_bottom .Enterprise_po .po_but {
        padding: 10px 60px 10px 30px;
        font-size: 14px;
        background: #0079C2 url(../images/about/zhanshi-6.png) no-repeat right 30px center;
        background-size: 15px 12px;
    }

    .Enterprise_content .Enterprise_row .row_right .Enterprise_swiper .swiper-slide {
        width: 100%;
    }





    .responsibility_column .responsibility_row {
        flex-direction: column;
    }

    .responsibility_column .responsibility_row .responsibility_left {
        width: 100%;
    }

    .responsibility_column .responsibility_row .responsibility_right {
        width: 100%;
        height: 250px;
    }

    .responsibility_column .responsibility_row:nth-of-type(2n) {
        flex-flow: inherit;
    }





    .g_product {
        flex-direction: column;
    }

    .g_product .product_left {
        width: 100%;
    }

    .g_product .product_right {
        width: 100%;
    }

    .g_product .product_right .product_wrap {
        padding: 50px 5%;
    }

    .g_product .product_right .product_wrap .product_min {
        width: 100% !important;
        margin-right: 0 !important;
    }








    .show_banner {
        display: none;
    }

    .product_show_content {
        margin-top: 40px;
    }

    .related_swiper .related_min .min_content h5 {
        font-size: 18px;
        line-height: 30px;
        height: 60px;
    }

    .related_swiper .related_min .min_content .min_but {
        margin-top: 50px;
    }

    .related_swiper .swiper-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 5px;
    }










    .g_product .product_left .left_top {
        padding: 20px 5%;
    }

    .related_products .related_content .related_swiper {
        margin-top: 60px;
    }

    .product_show_content .show_paging .paging_left {
        width: 100%;
    }

    .product_show_content .show_paging .paging_left a {
        font-size: 15px;
        margin-bottom: 3px;
    }

    .product_show_content .show_paging .paging_right {
        display: none;
    }





    .news_wrap .news_column {
        width: calc((100% - 60px) / 2);
        margin-right: 60px;
        margin-bottom: 40px;
    }

    .news_wrap .news_column:nth-of-type(3n) {
        margin-right: 60px;
    }

    .news_wrap .news_column:nth-of-type(2n) {
        margin-right: 0;
    }

    .news_wrap .news_column .news_min {
        margin-top: 20px;
    }

    .news_wrap .news_column .news_min h2 {
        font-size: 18px;
    }

    .news_wrap .news_column .news_min h4 {
        margin: 25px 0 15px;
        font-size: 20px;
    }

    .news_wrap .news_column .news_min p {
        font-size: 13px;
    }

    .news_wrap .news_column .news_min .min_but {
        margin-top: 25px;
    }







    .news_show .show_content2 {
        width: 100%;
    }

    .news_show .show_content2 .show_content_name {
        font-size: 22px;
        line-height: 40px;
    }

    .news_show .show_content2 .show_content_row p {
        font-size: 13px;
    }

    .news_show .show_content2 .show_content_min {
        margin-top: 20px;
        padding-bottom: 20px;
    }

    .news_show .show_content2 .show_content_min .show_content_min_p {
        font-size: 14px;
        line-height: 30px;
    }

    .news_show .show_back {
        padding: 20px 0 0px;
    }

    .show_right {
        display: none;
    }









    .g_contact .contact_row {
        flex-direction: column;
    }

    .g_contact .contact_row .row_map,
    .g_contact .contact_row .row_right {
        width: 100%;
    }







    .recruit_list {
        flex-direction: column;
    }

    .recruit_list .list_left {
        width: 100%;
    }

    .recruit_list .list_right {
        display: none;
    }







    .recruit_content .recruit_column {
        width: calc((100% - 50px) / 2);
    }

    .recruit_content .recruit_column:nth-of-type(2n) {
        margin-right: 0;
    }
}



@media (max-width: 600px) {
    .recruit_content .recruit_column ul {
        min-height: auto;
    }

    .talent_con {
        max-width: 100%;
        margin: 30px auto 0 auto;
    }

    .in-banner {
        padding-top: 64px;
    }

    .in-banner .banner_column {
        top: 70%;
    }

    .in-banner .banner_column h2 {
        font-size: 14px;
        line-height: 18px;
    }

    .in-banner .banner_column h4 {
        font-size: 12px;
        line-height: 17px;
        margin-top: 7px;
    }








    .g_about {
        padding: 30px 0 10px;
    }


    .g_about .about_row .row_left .left_h2 {
        margin-bottom: 25px;
    }

    .g_about .about_row .row_left .left_h2 h2,
    .g_product .product_left .left_top h2,
    .g_product .product_left .left_top h2,
    .related_products .related_content h2,
    .g_contact .contact_name {
        font-size: 18px;
        line-height: 30px;
        padding-bottom: 10px;
    }
    .in-banner .banner_column h2{
        text-shadow: 0 0 2px #E6212A;
    }
    .g_about .about_row .row_left .left_h2 h2 span {
        font-size: 16px;
        line-height: 35px;
        padding-bottom: 11px;
        margin-left: 0;
    }

    .g_about .about_row .row_right .pic_you {
        width: 67px;
        height: 67px;
    }

    .about_2 {
        display: none;
    }

    .about_2_1 {
        display: block;
    }

    .about_bottom {
        padding-left: 0;
        margin-bottom: 30px;
    }

    .about_bottom .pic img {
        right: -11px;
    }

    .about_bottom .pic .about_bottom_name {
        bottom: 16px;
        left: 56px;
    }

    .about_bottom .pic .about_bottom_name p {
        padding-left: 28px;
        font-size: 12px;
    }

    .about_bottom .pic .about_bottom_name p::before {
        width: 20px;
    }






    .g_history {
        padding: 30px 0 40px;
    }

    .g_history .history_name,
    .Enterprise_content .Enterprise_row .row_right h2 {
        font-size: 24px;
        padding-bottom: 3px;
    }

    .g_history .history_ul {
        margin-top: 40px;
    }

    .g_history .history_ul li::before {
        width: 4px;
    }

    .g_history .history_ul::before,
    .g_history .history_ul::after {
        width: 35px;
        height: 35px;
        background-size: 10px 12px;
        left: -16px;
    }

    .g_history .history_ul li:first-child {
        padding-top: 45px;
    }

    .g_history .history_ul li,
    .g_history .history_ul li:nth-of-type(2n) {
        padding: 50px 20px 50px 40px;
    }

    .g_history .history_ul li::after,
    .g_history .history_ul li:nth-of-type(2n)::after {
        left: -3px;
        height: 10px;
    }

    .g_history .history_ul li .pic {
        margin-bottom: 20px;
    }

    .g_history .history_ul li h2 {
        font-size: 40px;
        margin-bottom: 10px;
    }

    .g_history .history_ul li p {
        font-size: 14px;
        margin-bottom: 10px;
        line-height: 25px;
    }

    .g_history .history_ul li p::before {
        top: 11px;
    }




    .Enterprise_content .Enterprise_row .row_left ul li.active {
        font-size: 16px;
    }

    .Enterprise_content .Enterprise_row .row_left ul li {
        font-size: 14px;
    }

    .Enterprise_content .Enterprise_row .row_right .Enterprise_swiper {
        margin-top: 30px;
    }

    .Enterprise_content .Enterprise_row .row_right .Enterprise_swiper .title {
        font-size: 18px;
        margin-top: 20px;
    }

    .Enterprise_content .Enterprise_row .row_left .row_sw {
        margin: 20px 0 30px;
    }

    .Enterprise_content .Enterprise_row .row_left .row_sw .sw_prev,
    .Enterprise_content .Enterprise_row .row_left .row_sw .sw_next {
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }

    .Enterprise_content .Enterprise_row .row_left .row_sw img {
        width: 15px;
        height: 12px;
    }

    .Enterprise_bottom img {
        height: 68px;
    }

    .Enterprise_bottom .Enterprise_po p {
        width: 60%;
        font-size: 12px;
        line-height: 22px;
    }

    .Enterprise_bottom .Enterprise_po .po_but {
        padding: 8px 35px 8px 15px;
        font-size: 12px;
        background: #0079C2 url(../images/about/zhanshi-6.png) no-repeat right 15px center;
        background-size: 15px 12px;
    }







    .responsibility_column {
        margin-top: 30px;
    }

    /*.responsibility_column .responsibility_row .responsibility_right {
        height: 140px;
    }*/

    .responsibility_column .responsibility_row .responsibility_right h2 {
        font-size: 18px;
        padding-bottom: 15px;
    }

    .responsibility_column .responsibility_row .responsibility_right .right_pic {
        width: 40px;
        height: 40px;
        top: 15px;
        right: 10px;
    }

    .responsibility_column .responsibility_row:nth-of-type(2n) .responsibility_right .right_pic {
        right: auto;
        left: 10px;
    }

    .responsibility_column .responsibility_row .responsibility_right .right_pic img {
        width: 16px;
        height: 16px;
    }






    .g_product .product_left .left_top {
        padding: 20px 5%;
    }

    .g_product .product_left .left_min {
        margin-top: 20px;
    }

    .g_product .product_left .left_min .min_name {
        height: 55px;
        line-height: 55px;
        font-size: 15px;
    }

    .g_product .product_right .product_wrap {
        padding: 30px 5% 10px;
    }

    .g_product .product_right .product_wrap .product_min .pic {
       /* height: 280px;*/
        padding: 10px;
    }

    .product_wrap .product_min .min_content {
        padding: 20px 30px;
    }

    .g_product .product_right .product_wrap .product_min {
        margin-bottom: 25px;
    }

    .product_wrap .product_min .min_content h2 {
        font-size: 18px;
        line-height: 30px;
        height: 60px;
        margin-bottom: 20px;
    }

    .product_wrap .product_min .min_content .min_but,
    .related_swiper .related_min .min_content .min_but,
    .news_wrap .news_column .news_min .min_but {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .g_product .product_right .product_more {
        margin: 20px 0 30px;
    }

    .g_product .product_right .product_more a {
        font-size: 18px;
        padding-right: 30px;
        background-size: 15px 15px;
    }








    .product_show_content .show_top h2 {
        font-size: 20px;
    }

    #product_show .g_product {
        padding: 30px 0 20px;
    }

    .product_show_content .show_min p {
        font-size: 14px;
        line-height: 26px;
    }

    .product_show_content .show_paging .paging_left a {
        font-size: 14px;
        margin-bottom: 0px;
    }

    .related_products {
        padding: 30px 0 0;
    }

    .related_products .related_content .related_swiper {
        margin-top: 40px;
    }






    .news_wrap {
        margin-top: 30px;
    }

    .news_wrap .news_column {
        width: 100% !important;
        margin-right: 0 !important;
    }





    .news_show {
        margin: 30px 0;
    }

    .news_show .show_content2 .show_content_name {
        font-size: 18px;
        line-height: 30px;
    }




    .g_contact {
        margin: 30px 0;
    }

    .g_contact .contact_row .row_map {
        height: 370px;
    }

    .g_contact .contact_row .row_map .map_wx {
        width: 80px;
        height: 80px;
        right: 10px;
        bottom: 5px;
    }

    .g_contact .contact_row .row_right .right_min {
        width: 100%;
        margin-bottom: 20px;
    }

    .g_contact .contact_row .row_right .right_min h3 {
        padding: 10px 0 20px;
        font-size: 20px;
    }







    .recruit_list .list_left .left_min {
        margin: 10px 0;
    }

    .recruit_list .list_left .left_min .min_row {
        margin-bottom: 20px;
    }

    .recruit_list .list_left .left_min .min_row .row_left h2 {
        font-size: 18px;
    }

    .recruit_list .list_left .left_min .min_row:last-child {
        flex-direction: column;
        align-items: flex-start;
    }

    .recruit_list .list_left .left_min .min_row:last-child .row_left {
        width: 100%;
        margin-bottom: 15px;
    }



    .recruit_list .show_min .min_but a {
        background: #0079C2 url(../images/about/youxiang.png) no-repeat right 24px center;
        background-size: 15px 13px;
        padding: 0 50px 0 24px;
        font-size: 13px;
    }

    .recruit_list .show_min .min_p p {
        font-size: 12px;
        line-height: 26px;
    }

    .recruit_list .list_left .show_around {
        margin: 10px 0;
    }

    .recruit_list .list_left .show_around p {
        font-size: 14px;
    }







    .recruit_content {
        margin: 30px 0;
    }

    .recruit_content .recruit_column {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 20px;
        padding: 20px 15px;
    }

    .recruit_content .recruit_column h3 {
        margin-bottom: 10px;
    }

    .recruit_content {
        padding: 30px 30px 10px;
    }
}