.in-banner {
    position: relative;
    margin-top: 110px;
}


.g_nav {
    width: 100%;
    position: absolute;
    top: 40px;
    padding: 0 100px;
}

.g_nav .nav_row {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;

}

.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;
    margin-right: 25px;
}

.g_nav .nav_row .nav_right .nav_you {
    width: 7px;
    margin: 0 15px;
}

.g_nav .nav_row .nav_right a,
.g_nav .nav_row .nav_right p {
    font-size: 16px;
    font-family: Helvetica;
    font-weight: 400;
    color: #000000;
}




.about_nav {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.about_nav .nav_a {
    max-width: 22%;
    position: relative;
    font-size: 24px;
    font-family: Helvetica;
    font-weight: 400;
    color: #000000;
    line-height: 114px;
    height: 114px;
    transition: .5s;
}

.about_nav .nav_a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 10%;
    width: 0;
    height: 6px;
    background: #2E76DE;
    transition: .5s;
}

/* .about_nav .nav_a:hover, */
.about_nav .nav_a.active {
    font-weight: bold;
    color: #2E76DE;
}

/* .about_nav .nav_a:hover::after, */
.about_nav .nav_a.active::after {
    width: 80%;
}

.welcome_name {
    width: 100%;
    text-align: left;
    font-size: 40px;
    font-family: Helvetica;
    font-weight: bold;
    color: #000000;
    line-height: 1;
    padding-bottom: 35px;
    border-bottom: 1px solid rgb(221, 221, 221, 0.5);
}


/* ABOUT US*/

.welcome_about {
    background: #F4F4F4;
    width: 100%;
    position: relative;
}

.welcome_about .about_top {
    padding-top: 110px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: calc((100% - 1380px)/2);
    width: 100%;
    margin-bottom: 60px;
}

.welcome_about .about_top .top_left {
    width: 48%;
    display: flex;
    flex-direction: column;
}

.welcome_about .about_top .top_left .top_p {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.welcome_about .about_top .top_left .top_p p {
    font-size: 18px;
    font-family: Arial;
    font-weight: 400;
    color: #222222;
    line-height: 50px;
    margin-bottom: 20px;
}

.welcome_about .about_top .top_left .top_p p:last-child {
    margin-bottom: 0;
}

.welcome_about .about_top .pic {
    width: 44%;
}


.about_honor {
    margin-top: 65px;
    padding: 110px 0 45px;
    position: relative;
    width: 100%;
    background: url(../images/about/about-4.jpg) no-repeat bottom center;
    background-size: cover;
}

.about_honor::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0.2);
}

.about_honor .honor_content {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    position: relative;
    z-index: 9;
}

.about_honor .honor_swiper {
    position: relative;
    width: 100%;
    margin-bottom: 50px;
}

.about_honor .honor_swiper .swiper-slide {
    width: 552px;
}

.about_honor .honor_swiper .pic {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 600px;
}


.about_honor .honor_swiper .pic img {
    max-height: 600px;
}

.about_honor .honor_swiper .title {
    margin-top: 25px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    width: 100%;
    opacity: 0;
    padding: 0 20px;
}

.about_honor .honor_swiper .swiper-slide-active .title {
    opacity: 1;
}


.about_but {
    height: 60px;
    line-height: 60px;
    background: #FFFFFF url(../images/welcome/black-arr.png) no-repeat right 30px center;
    box-shadow: 6px 8px 24px 0px rgba(26, 113, 235, 0.16);
    border-radius: 30px;
    padding: 0 80px 0 34px;
    background-size: 15px 16px !important;
    font-size: 18px;
    font-family: Arial;
    font-weight: 400;
    color: #000000;
    transition: .5s;
}


.about_but:hover {
    background: #2E76DE url(../images/welcome/white-arr.png) no-repeat right 30px center;
    color: #FFFFFF;
}

.corporate_culture {
    background: #FFFFFF;
    position: relative;
    width: 100%;
}

.corporate_culture .culture_content {
    padding: 70px 0;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
}


.corporate_culture .culture_content .culture_min {
    margin-top: 65px;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: flex-start;
    box-shadow: 0px 1px 38px 2px rgba(0, 0, 0, 0.1);
}

.corporate_culture .culture_content .culture_min .culture_left {
    width: 460px;
    height: 670px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 45px;
}

.corporate_culture .culture_content .culture_min .culture_left .left_fl {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.corporate_culture .culture_content .culture_min .culture_left .left_fl .left_list {
    width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.corporate_culture .culture_content .culture_min .culture_left .left_fl .left_list:not(:first-child) {
    display: none;
}

.corporate_culture .culture_content .culture_min .culture_left .left_fl .left_list h2 {
    font-size: 24px;
    font-family: Helvetica;
    font-weight: bold;
    color: #000000;
    line-height: 45px;
}

.corporate_culture .culture_content .culture_min .culture_left .left_fl .left_list .left_p {
    margin-top: 35px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.corporate_culture .culture_content .culture_min .culture_left .left_fl .left_list .left_p p {
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #222222;
    line-height: 30px;
    margin-bottom: 15px;
}

.corporate_culture .culture_content .culture_min .culture_left .left_p p:last-child {
    margin-bottom: 0;
}

.corporate_culture .culture_content .culture_min .culture_right {
    width: calc(100% - 460px);
    height: 670px;
    position: relative;
    z-index: 1;
}

.corporate_culture .culture_content .culture_min .culture_right .right_imgbox {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.corporate_culture .culture_content .culture_min .culture_right .right_imgbox::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
}

.corporate_culture .culture_content .culture_min .culture_right .right_imgbox .pic_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .5s;
    overflow: hidden;
}


.corporate_culture .culture_content .culture_min .culture_right .right_imgbox .pic_img.active {
    opacity: 1;
}

.corporate_culture .culture_content .culture_min .culture_right .right_row {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
}

.corporate_culture .culture_content .culture_min .culture_right .right_row .right_li {
    width: calc(100% /3);
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px;
}

.corporate_culture .culture_content .culture_min .culture_right .right_row .right_li:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.corporate_culture .culture_content .culture_min .culture_right .right_row .right_li .deco {
    display: block;
    width: 60px;
    height: 60px;
    opacity: 1;
    transition: .1s;
    transform: translateZ(0);
    margin: 0 auto;
}

.corporate_culture .culture_content .culture_min .culture_right .right_row .right_li .deco:before {

    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0) scale(.75);
    transition: .4s;
    border: 1px solid hsla(0, 0%, 100%, .3);
    border-radius: 100%;
    height: 40px;
    width: 40px;
}

.corporate_culture .culture_content .culture_min .culture_right .right_row .right_li .deco i,
.corporate_culture .culture_content .culture_min .culture_right .right_row .right_li .deco em {
    background: hsla(0, 0%, 100%, .8);
    border: 1px solid #fff;
    border-radius: 100%;
    height: 22px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0) scale(.5);
    transition: .4s;
    width: 22px;
}

.corporate_culture .culture_content .culture_min .culture_right .right_row .right_li .deco:after {
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0) scale(.75);
    transition: .4s;
    border: 1px solid hsla(0, 0%, 100%, .1);
    border-radius: 100%;
    height: 60px;
    width: 60px;
}

.corporate_culture .culture_content .culture_min .culture_right .right_row .right_li:hover .deco:before {
    animation: scalepulse 1.3s linear .3s infinite both;
    transform: translate3d(-50%, -50%, 0) scale(1);
}

.corporate_culture .culture_content .culture_min .culture_right .right_row .right_li:hover .deco i,
.corporate_culture .culture_content .culture_min .culture_right .right_row .right_li:hover .deco em {
    background: #fff;
    animation: scalepulse 1.3s linear 0s infinite both;
    transform: translate3d(-50%, -50%, 0) scale(1);
}

.corporate_culture .culture_content .culture_min .culture_right .right_row .right_li:hover .deco:after {
    animation: scalepulse 1.3s linear .15s infinite both;
    transform: translate3d(-50%, -50%, 0) scale(1);
}

@keyframes scalepulse {
    20% {
        -webkit-transform: translate3d(-50%, -50%, 0) scale(1.15);
        transform: translate3d(-50%, -50%, 0) scale(1.15);
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease
    }

    50% {
        -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
        transform: translate3d(-50%, -50%, 0) scale(1);
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease
    }
}



.corporate_culture .culture_content .culture_min .culture_right .right_row .right_li h2 {
    margin-top: 20px;
    font-size: 24px;
    font-family: Helvetica;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 45px;
    text-align: center;
}



.about_footer {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}

.about_footer .about_ftrow {
    width: 50%;
    height: 249px;
    background: #F4F4F4;
    padding: 0 70px 0 300px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    transition: all .36s;
}


.about_footer .about_ftrow:nth-of-type(2n) {
    background: #EBEFF2;
}

.about_footer .about_ftrow:hover {
    background: #2E76DE;
}

.about_footer .about_ftrow .pic {
    position: relative;
}

.about_footer .about_ftrow .pic .pic_1 {
    position: relative;
    left: 0;
    top: 0;
    z-index: 2;
    transition: all .36s;
}

.about_footer .about_ftrow .pic .pic_2 {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1;
    transition: all .36s;
    opacity: 0;
}

.about_footer .about_ftrow:hover .pic .pic_1 {
    opacity: 0;
}

.about_footer .about_ftrow:hover .pic .pic_2 {
    opacity: 1;
}

.pic_product {
    width: 90px;
}

.pic_contact {
    width: 83px;
}

.about_footer .about_ftrow p {
    width: calc(100% - 130px);
    font-size: 40px;
    font-family: Helvetica;
    font-weight: 400;
    color: #2E76DE;
    line-height: 45px;
    padding-right: 15px;
    background: url(../images/about/about-9.png) no-repeat right center;
    background-size: 11px 19px !important;
    transition: all .36s;
}

.about_footer .about_ftrow:hover p {
    color: #FFFFFF;
    background: url(../images/about/about-9-1.png) no-repeat right center;
}






/* Honorary Qualifications */

.honor_content {
    position: relative;
    padding: 80px 0 65px;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

.honor_content .honor_wrap {
    margin-top: 55px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
}

.honor_content .honor_wrap .honor_min {
    width: calc((100% - 120px) / 4);
    margin-right: 40px;
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.honor_content .honor_wrap .honor_min:nth-of-type(4n) {
    margin-right: 0;
}

.honor_content .honor_wrap .honor_min .pic {
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    overflow: hidden;
    border: 1px solid #FFFFFF;
    position: relative;
}

.honor_content .honor_wrap .honor_min .pic img {
    transition: .5s;
    width: 100%;
}

.honor_content .honor_wrap .honor_min:hover .pic img {
    transform: scale(1.02);
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
}

.honor_content .honor_wrap .honor_min:hover .pic {
    border: 1px solid #2E76DE;
}

.honor_content .honor_wrap .honor_min .pic .pic_po {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .5s;
    width: 52px;
    height: 52px;
    background: #2E76DE;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

.honor_content .honor_wrap .honor_min .pic .pic_po img {
    width: 23px;
}

.honor_content .honor_wrap .honor_min:hover .pic .pic_po {
    opacity: 1;
}

.honor_content .honor_wrap .honor_min p {
    margin-top: 20px;
    transition: .5s;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 36px;
    text-align: center;
    width: 100%;
    padding: 0 15px;
}

.honor_content .honor_wrap .honor_min:hover p {
    color: #2E76DE;
}







/* solution */
.solution_continer1 {
    width: 1720px;
    margin: 0 auto;
}

.solution_top {
    padding: 60px 0 0;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.solution_top .top_row {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid #DDDDDD
}

.solution_top .top_row .top_min {
    max-width: 32%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 50px;
    position: relative;
    cursor: pointer;
}

.solution_top .top_row .top_min::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 0;
    transition: .36s all;
    height: 7px;
    background: #2E76DE;

}

.solution_top .top_row .top_min.active:after {
    width: 40%;
}


.solution_top .top_row .top_min .pic {
    height: 90px;
    position: relative;
}

.solution_top .top_row .top_min .pic .sol-2 {
    width: 90px;
}

.solution_top .top_row .top_min .pic .sol-3 {
    width: 90px;
}

.solution_top .top_row .top_min .pic .sol-4 {
    width: 90px;
}

.solution_top .top_row .top_min .pic .pic_1 {
    position: relative;
    top: 50%;
    left: 50%;
    height: 100%;
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: .36s all;
}

.solution_top .top_row .top_min .pic .pic_2 {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: .36s all;
}

.solution_top .top_row .top_min.active .pic .pic_1 {
    opacity: 0;
}

.solution_top .top_row .top_min.active .pic .pic_2 {
    opacity: 1;
}

.solution_top .top_row .top_min p {
    font-size: 24px;
    font-family: Arial;
    font-weight: 400;
    color: #000000;
    width: 100%;
    text-align: center;
    transition: .36s all;
    margin-top: 20px;
}

.solution_top .top_row .top_min.active p {
    color: #2E76DE;
}

.solution_top .top_content {
    width: 1366px;
    margin: 60px auto;
    position: relative;
}

/* .solution_top .top_content .top_ul {
    position: relative;
    width: 100%;
    height: 100%;
} */

.solution_top .top_content .top_li {
    position: relative;
    width: 100%;
    height: 100%;
    display: none;
    transition: 0.36s all;
}

.solution_top .top_content .top_li.active {
    display: block;
}

.solution_top .top_content .top_li .pic {
    width: 100%;
}

.solution_top .top_content .top_li .li_po {
    position: absolute;
    padding: 45px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 50%;
    bottom: 0;
    right: 0;
    background: rgb(25, 31, 46, 0.9);
}

.solution_top .top_content .top_li .li_po h2 {
    font-size: 24px;
    font-family: Arial;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 49px;
}

.solution_top .top_content .top_li .li_po .li_a {
    margin: 20px 0 40px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.solution_top .top_content .top_li .li_po .li_a a {
    padding-left: 15px;
    font-size: 18px;
    font-family: Helvetica-Bold;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 45px;
    position: relative;
    transition: .36s all;
}

.solution_top .top_content .top_li .li_po .li_a a:hover {
    color: #2E76DE;
    text-decoration: underline;
}

.solution_top .top_content .top_li .li_po .li_a a::after {
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    width: 5px;
    height: 5px;
    background: #FFFFFF;
    border-radius: 50%;
    transition: .36s all;
}

.solution_top .top_content .top_li .li_po .li_a a:hover::after {
    background: #2E76DE;
}

.solution_top .top_content .top_li .li_po .li_but {
    height: 60px;
    box-shadow: 6px 8px 24px 0px rgba(26, 113, 235, 0.16);
    border-radius: 30px;
    line-height: 60px;
    padding: 0 85px 0 35px;
    font-size: 18px;
    font-family: Arial;
    font-weight: 400;
    color: #000000;
    background: #FFFFFF url(../images/welcome/black-arr.png) no-repeat right 35px center;
    background-size: 15px 16px !important;
    transition: .36s all;
}

.solution_top .top_content .top_li .li_po .li_but:hover {
    color: #FFFFFF;
    background: #2E76DE url(../images/welcome/white-arr.png) no-repeat right 35px center;
}




.solution_content {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.solution_content .solution_min {
    background: #FFFFFF;
    padding: 100px 0;
    position: relative;
    width: 100%;
}

.solution_content .solution_min:nth-of-type(2n) {
    background: #F4F4F4;
}


.solution_content .solution_min .min_row {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.solution_content .solution_min:nth-of-type(2n) .min_row {
    flex-flow: row-reverse;
}

.solution_content .solution_min .min_row .pic {
    width: 43%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.solution_content .solution_min .min_row .min_content {
    width: 49%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.solution_content .solution_min .min_row .min_content h2 {
    font-size: 40px;
    font-family: Helvetica;
    font-weight: bold;
    color: #000000;
    line-height: 60px;
}

.solution_content .solution_min .min_row .min_content .min_p {
    margin: 40px 0 50px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.solution_content .solution_min .min_row .min_content .min_p p {
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #222222;
    line-height: 30px;
    margin-bottom: 20px;
}

.solution_content .solution_min .min_row .min_content .min_p p:last-child {
    margin-bottom: 0;
}

.solution_content .solution_min .min_row .min_content .min_but {
    width: 50%;
    height: 60px;
    background: #2E76DE;
    box-shadow: 6px 8px 24px 0px rgba(26, 113, 235, 0.16);
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.solution_content .solution_min .min_row .min_content .min_but p {
    padding-right: 45px;
    font-size: 18px;
    font-family: Arial;
    font-weight: 400;
    color: #FFFFFF;
    background: url(../images/welcome/white-arr.png) no-repeat right center;
    background-size: 15px 16px !important;
}





.solution_banner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1380px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 60px 0;
    overflow: hidden;
    align-items: center;
}

.solution_banner .banner_left {
    width: 48%;
}

.solution_banner .banner_left h2 {
    font-size: 40px;
    font-family: Helvetica;
    font-weight: bold;
    color: #000000;
    line-height: 60px;
}

.solution_banner .banner_pic {
    width: 48%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.solution_show {
    padding: 70px 0;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.solution_show p {
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #222222;
    line-height: 30px;
}

.solution_footer {
    height: 182px;
    background: #F4F4F4;
    border: 1px solid #DDDDDD;
    width: 100%;
    position: relative;
}

.solution_footer .solutionfooter_row {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.solution_footer .solutionfooter_row a {
    max-width: 40%;
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #222222;
    line-height: 30px;
    height: 182px;
    line-height: 182px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: .36s all;
}

.solution_footer .solutionfooter_row a:last-child {
    text-align: right;
}

.solution_footer .solutionfooter_row a:hover {

    color: #2E76DE;
}








/* products */
.products_content {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 50px 0 60px;
}

.products_content .products_top {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 35px;
    border-bottom: 1px solid rgb(221, 221, 221, 0.5);
}

.products_content .products_top h2 {
    font-size: 40px;
    font-family: Helvetica;
    font-weight: bold;
    color: #000000;
    line-height: 60px;
    max-width: 20%;
}

.products_content .products_top .search_row {
    width: 65%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 61px;
    background: #F4F6F8;
}


.products_content .products_top .search_form {
    height: 61px;
    line-height: 61px;
    width: calc(100% - 260px);
    padding: 0 30px 0 60px;
    position: relative;
    background: rgb(255, 255, 255, 0);
    background: url(../images/pro/pro-2.png) no-repeat left 25px center;
    background-size: 18px 19px;
    font-size: 18px;
    font-family: Helvetica;
    font-weight: 400;
}

.products_content .products_top .search_submit {
    width: 260px;
    height: 61px;
    line-height: 61px;
    text-align: center;
    font-size: 18px;
    font-family: Helvetica;
    font-weight: 400;
    color: #FFFFFF;
    background: #2E76DE;
    box-shadow: 0px 2px 34px 4px rgba(234, 237, 242, 0.64);
    cursor: pointer;
}


.products_content .products_row {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}

.products_content .products_row .products_left {
    width: 27%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.products_content .products_row .products_left .left_top {
    height: 97px;
    background: #2E76DE;
    width: 100%;
    position: relative;
    padding-bottom: 10px;
}

.products_content .products_row .products_left .left_top::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: #3266B1;
    box-shadow: 6px 8px 24px 0px rgba(26, 113, 235, 0.16);
}

.products_content .products_row .products_left .left_top h2 {
    position: relative;
    height: 87px;
    width: 100%;
    line-height: 87px;
    text-align: center;
    font-size: 30px;
    font-family: Helvetica;
    font-weight: bold;
    color: #FFFFFF;
}

.products_content .products_row .products_left .left_ul {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.products_content .products_row .products_left .left_ul .left_li {
    position: relative;
    width: 100%;
}


.products_content .products_row .products_left .left_ul .left_li .li_name1 {
    display: block;
    height: 87px;
    background: #F4F4F4;
    border: 1px solid #DDDDDD;
    width: 100%;
    padding: 0 15px;
    text-align: left;
    font-size: 18px;
    font-family: Helvetica;
    font-weight: 400;
    color: #000000;
    line-height: 87px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: none;
    transition: .36s all;
}

.products_content .products_row .products_left .left_ul .left_li.active .li_name1 {
    color: #FFFFFF;
    background: #2E76DE;
    border: 1px solid #2E76DE;
}

.products_content .products_row .products_left .left_ul .left_li:last-child .li_name1 {
    border-bottom: 1px solid #DDDDDD;
}

.products_content .products_row .products_left .left_ul .left_li .li_column {
    position: relative;
    width: 100%;
    display: none;
    flex-direction: column;
}

.products_content .products_row .products_left .left_ul .left_li .li_column .li_name2 {
    height: 61px;
    line-height: 61px;
    padding: 0 50px 0 40px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    position: relative;
    border: 1px solid #DDDDDD;
    border-bottom: none;
    background: url(../images/pro/pro-5.png) no-repeat right 20px center;
    background-size: 15px 16px !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: none;
    width: 100%;
    display: block;
}

.products_content .products_row .products_left .left_ul .left_li .li_column .li_name2.active {
    color: #2E76DE;
    background: url(../images/pro/pro-7.png) no-repeat right 20px center;
}

.products_content .products_row .products_left .left_ul .left_li .li_column .li_name2::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 25px;
    width: 5px;
    height: 5px;
    background: #999999;
    border-radius: 50%;
    transform: translate(0, -50%);
}

.products_content .products_row .products_left .left_ul .left_li .li_column .li_name2.active::after {
    background: #2E76DE;
}


.products_content .products_row .products_right {
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.products_content .products_row .products_right .right_min {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.products_right .right_min .min_content {
    background: #FFFFFF;
    box-shadow: 0px 2px 34px 4px #EAEDF2;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    padding: 30px;
    margin-bottom: 35px;
}

.products_right .right_min .min_content:nth-of-type(2n) {
    background: #F4F4F4;
    box-shadow: none;
}

.products_right .right_min .min_content .pic {
    height: 274px;
    background: #FFFFFF;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38%;
    overflow: hidden;
}

.products_right .right_min .min_content .pic img {
    transition: .36s all;
    max-height: 254px;
    width: auto;
}

.products_right .right_min .min_content:hover .pic img {
    transform: scale(1.02);
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
}

.products_right .right_min .min_content .min_name {
    width: 56%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.products_right .right_min .min_content .min_name .min_top {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 25px;
}

.products_right .right_min .min_content .min_name .min_top h2 {
    font-size: 24px;
    font-family: Helvetica;
    font-weight: bold;
    color: #000000;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 20px;
    transition: .36s all;
}

.products_right .right_min .min_content:hover .min_name .min_top h2 {
    color: #2E76DE;
}

.products_right .right_min .min_content .min_name .min_top p {
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #222222;
    line-height: 30px;
    height: 120px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.products_right .right_min .min_content .min_name .min_but {
    width: 62px;
    height: 62px;
    border: 1px solid #DDDDDD;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: .36s all;
}

.products_right .right_min .min_content:hover .min_name .min_but {
    background: #2E76DE;
    box-shadow: 6px 8px 24px 0px rgba(26, 113, 235, 0.16);
    border: 1px solid #2E76DE;
}

.products_right .right_min .min_content .min_name .min_but img {
    width: 15px;
}

.products_right .right_min .min_content .min_name .min_but .but1 {
    position: relative;
    opacity: 1;
    transition: .36s all;
}

.products_right .right_min .min_content .min_name .min_but .but2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: .36s all;
}

.products_right .right_min .min_content:hover .min_name .min_but .but1 {
    opacity: 0;
}

.products_right .right_min .min_content:hover .min_name .min_but .but2 {
    opacity: 1;
}



.products_right .show_top {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 25px;
}

.products_right .show_top .top_left {
    border: 1px solid #DDDDDD;
    position: relative;
    overflow: hidden;
    padding: 25px 25px 0;
    width: 49%;
}

.products_right .show_top .top_left .top_swiper {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.products_right .show_top .top_left .top_swiper .pic {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.products_right .show_top .top_right {
    width: 48%;
    display: flex;
    flex-direction: column;
}

.products_right .show_top .top_right h2 {
    font-size: 40px;
    font-family: Helvetica;
    font-weight: bold;
    color: #000000;
    line-height: 60px;
    margin-bottom: 20px;
}

.products_right .show_top .top_right p {
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #191F2E;
    line-height: 30px;
}

.products_right .products_show_contnet {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.products_right .products_show_contnet p {
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #191F2E;
    line-height: 30px;
}






/* news */
.news_content {
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    position: relative;
}

.news_content .news_wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
    margin-top: 60px;
}

.news_content .news_wrap .wrap_min {
    width: calc((100% - 140px)/3);
    margin-right: 70px;
    margin-bottom: 80px;
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
}

.news_content .news_wrap .wrap_min:nth-of-type(3n) {
    margin-right: 0;
}

.news_content .news_wrap .wrap_min .pic {
    overflow: hidden;
}

.news_content .news_wrap .wrap_min .pic img {
    transition: .5s;
    width: 100%;
}

.news_content .news_wrap .wrap_min:hover .pic img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.news_content .news_wrap .wrap_min .min_content {
    position: relative;
    padding: 60px 30px 80px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.news_content .news_wrap .wrap_min .min_content h2 {
    font-size: 24px;
    font-family: Helvetica;
    font-weight: bold;
    color: #000000;
    line-height: 45px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    width: 100%;
    height: 135px;
    margin-bottom: 50px;
}

.news_content .news_wrap .wrap_min .min_content p {
    font-size: 18px;
    font-family: Arial;
    font-weight: 400;
    color: #999999;
    line-height: 45px;
    padding-left: 32px;
    background: url(../images/news/news-5.png) no-repeat left center;
    background-size: 20px 21px !important;
}

.news_content .news_wrap .wrap_min .min_content .min_po {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 79px;
    height: 72px;
    background: #2E76DE;
    box-shadow: -7px 7px 24px 0px rgba(26, 113, 235, 0.16);
    border-radius: 20px 0px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.36s all;
}

.news_content .news_wrap .wrap_min .min_content .min_po img {
    width: 15px;
}

.news_content .news_wrap .wrap_min:hover .min_content .min_po {
    opacity: 1;
}


.news_banner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1380px;
    display: flex;
    flex-direction: column;
}

.news_banner h2 {
    font-size: 40px;
    font-family: Helvetica;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 60px;
    margin-bottom: 80px;
}

.news_banner p {
    padding-left: 35px;
    font-size: 18px;
    font-family: Arial;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 45px;
    background: url(../images/news/news-6.png) no-repeat left center;
    background-size: 20px 21px !important;
}








/* contact_us */
.contact_row {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}

.contact_row .contact_left {
    width: 50%;
    overflow: hidden;
    position: relative;
}

.contact_row .contact_right {
    background: #F4F4F4;
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 80px 270px 80px 40px;
    padding-right: calc((100% - 1380px)/2);
}

.contact_row .contact_right .contact_column {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.contact_row .contact_right .contact_column .contact_min {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: flex-end;
    margin-bottom: 30px;
}

.contact_row .contact_right .contact_column .contact_min:last-child {
    margin-bottom: 0;
}

.contact_row .contact_right .contact_column .contact_min .min_pic {
    width: 62px;
}

.contact_row .contact_right .contact_column .contact_min .min_column {
    margin-left: 33px;
    width: calc(100% - 95px);
    display: flex;
    flex-direction: column;
}

.contact_row .contact_right .contact_column .contact_min .min_column h2 {
    height: 62px;
    line-height: 62px;
    font-size: 24px;
    font-family: Helvetica;
    font-weight: 400;
    color: #2E76DE;
    text-transform: uppercase;
}

.contact_row .contact_right .contact_column .contact_min .min_column p {
    font-size: 18px;
    font-family: Helvetica;
    font-weight: 400;
    color: #000000;
    line-height: 30px;
}

.contact_row .contact_right .contact_column .contact_min .min_row {
    margin-left: 95px;
    width: calc(100% - 95px);
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
}

.contact_row .contact_right .contact_column .contact_min .min_row .row_pic {
    width: 88px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact_row .contact_right .contact_column .contact_min .min_row .row_pic h5 {
    font-size: 16px;
    font-family: Helvetica;
    font-weight: 400;
    color: #222222;
    margin-top: 15px;
}



.contact_row .contact_right .contact_column .contact_min .min_row .social-share .social-share-icon {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #DDDDDD;
}

.contact_row .contact_right .contact_column .contact_min .min_row .social-share .social-share-icon::before {
    color: #000000;
}

.contact_row .contact_right .contact_column .contact_min .min_row .social-share .social-share-icon:hover {
    background: #2E76DE;
    box-shadow: 6px 8px 24px 0px rgba(26, 113, 235, 0.16);
    border: 1px solid #2E76DE;
}

.contact_row .contact_right .contact_column .contact_min .min_row .social-share .social-share-icon:hover::before {
    color: #FFFFFF;
}

.contact_message {
    padding: 95px 0 55px;
    position: relative;
    width: 100%;
    background: url(../images/contact/con-8.jpg) no-repeat;
    background-size: cover;
}

.contact_message .message_content {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

.contact_message .message_content h2 {
    font-size: 40px;
    font-family: Helvetica;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 60px;
    text-align: center;
    margin-bottom: 50px;
}

.contact_message .message_content .message_row {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}

.contact_message .message_content .message_row .row_min {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 48%;
}

.contact_message .message_content .message_row .row_min p {
    font-size: 24px;
    font-family: Helvetica;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 60px;
}

.contact_message .message_content .message_row .row_min input {
    width: 100%;
    height: 66px;
    background: #FFFFFF;
    line-height: 66px;
    font-size: 24px;
    font-family: Helvetica;
    font-weight: 400;
    color: #000;
    padding: 0 30px;
}

.contact_message .message_content .message_row .row_min textarea {
    width: 100%;
    background: #FFFFFF;
    padding: 30px;
    min-height: 180px;
    font-size: 24px;
    font-family: Helvetica;
    font-weight: 400;
    color: #000;
}

.contact_message .message_content .message_row .row_min1 {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 50px;
}

.contact_message .message_content .message_row .row_min1 label {
    font-size: 24px;
    font-family: Helvetica;
    font-weight: bold;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}

.contact_message .message_content .message_row .row_min1 label input {
    margin-right: 20px;
    width: 25px;
    height: 25px;
    background: #FFFFFF;
    -webkit-appearance: auto;
}



@media (max-width: 1721px) {
    .solution_continer1 {
        width: 94%;
    }
}




@media (max-width: 1600px) {
    .g_nav .nav_row .nav_right .nav_zy {
        width: 17px;
        margin-right: 20px;
    }

    .g_nav .nav_row .nav_right a,
    .g_nav .nav_row .nav_right p {
        font-size: 14px;
    }

    .g_nav .nav_row .nav_right .nav_you {
        width: 5px;
    }

    .about_nav .nav_a {
        font-size: 20px;
        line-height: 100px;
        height: 100px;
    }








    .contact_row .contact_right .contact_column .contact_min .min_pic {
        width: 52px;
    }

    .contact_row .contact_right .contact_column .contact_min .min_column {
        width: calc(100% - 85px);
    }

    .contact_row .contact_right .contact_column .contact_min .min_column h2 {
        height: 52px;
        line-height: 52px;
        font-size: 20px;
    }

    .contact_row .contact_right .contact_column .contact_min .min_column p {
        font-size: 16px;
    }

    .contact_row .contact_right .contact_column .contact_min .min_row {
        margin-left: 85px;
        width: calc(100% - 85px);
    }

    .contact_message .message_content h2 {
        font-size: 34px;
        line-height: 50px;
    }

    .contact_message .message_content .message_row .row_min p {
        font-size: 20px;
        line-height: 50px;
    }

    .contact_message .message_content .message_row .row_min input {
        height: 55px;
        line-height: 55px;
    }

    .contact_message .message_content .message_row .row_min1 label,
    .contact_message .message_content .message_row .row_min textarea,
    .contact_message .message_content .message_row .row_min input {
        font-size: 20px;
    }












    .products_content .products_row .products_left .left_top h2 {
        font-size: 26px;
    }

    .products_content .products_row .products_left .left_ul .left_li .li_name1 {
        font-size: 16px;
    }

    .products_content .products_row .products_left .left_ul .left_li .li_column .li_name2 {
        font-size: 16px;
        background-size: 12px 13px !important;

    }

    .products_right .show_top .top_right h2 {
        font-size: 36px;
        line-height: 50px;
    }

    .products_right .show_top .top_right p,
    .products_right .products_show_contnet p {
        font-size: 15px;
        line-height: 26px;
    }









    .products_content .products_top h2 {
        font-size: 36px;
        line-height: 50px;
    }

    .products_content .products_top .search_row {
        height: 51px;
    }

    .products_content .products_top .search_form {
        height: 51px;
        line-height: 51px;
        width: calc(100% - 230px);
        font-size: 16px;
    }

    .products_content .products_top .search_submit {
        width: 230px;
        height: 51px;
        line-height: 51px;
        font-size: 16px;
    }

    .products_right .right_min .min_content .min_name .min_top h2 {
        font-size: 22px;
    }

    .products_right .right_min .min_content .min_name .min_top p {
        font-size: 15px;
    }

    .products_right .right_min .min_content .min_name .min_but {
        width: 56px;
        height: 56px;
    }

    .products_right .right_min .min_content .min_name .min_but img {
        width: 13px;
    }








    .solution_banner .banner_left h2 {
        font-size: 36px;

        line-height: 50px;
    }





    .solution_top .top_row .top_min p {
        font-size: 20px;
    }

    .solution_top .top_row .top_min .pic {
        height: 80px;
    }

    .solution_top .top_row .top_min .pic .sol-2 {
        width: 80px;
    }

    .solution_top .top_row .top_min .pic .sol-3 {
        width: 80px;
    }

    .solution_top .top_row .top_min .pic .sol-4 {
        width: 80px;
    }

    .solution_top .top_content .top_li .li_po h2 {
        font-size: 20px;
        line-height: 40px;
    }

    .solution_top .top_content .top_li .li_po .li_a a {
        font-size: 16px;
        line-height: 40px;
    }

    .solution_top .top_content .top_li .li_po .li_but {
        height: 55px;
        line-height: 55px;
        font-size: 16px;
        background-size: 12px 13px !important;
    }

    .solution_content .solution_min .min_row .min_content .min_but {
        height: 55px;
    }

    .solution_content .solution_min .min_row .min_content .min_but p {
        font-size: 16px;
        background-size: 12px 13px !important;
    }

    .solution_content .solution_min .min_row .min_content h2 {
        font-size: 36px;
        line-height: 50px;
    }

    .solution_content .solution_min .min_row .min_content .min_p p {
        font-size: 15px;
    }
}

@media (max-width: 1440px) {
    .welcome_name {
        font-size: 35px;
        padding-bottom: 30px;
    }


    .welcome_about .about_top .top_left .top_p {
        margin-top: 30px;
    }

    .welcome_about .about_top .top_left .top_p p {
        font-size: 17px;
        line-height: 42px;
        margin-bottom: 15px;
    }

    .about_honor .honor_swiper .title {
        margin-top: 20px;
        font-size: 20px;
    }

    .about_but {
        height: 50px;
        line-height: 50px;
        padding: 0 70px 0 24px;
        background-size: 11px 12px !important;
        font-size: 16px;
    }

    .welcome_about .about_top {
        padding-left: 5%;
    }

    .about_honor {
        padding: 80px 0 45px;
    }

    .corporate_culture .culture_content .culture_min .culture_left .left_fl .left_list h2 {
        font-size: 20px;
        line-height: 40px;
    }

    .corporate_culture .culture_content .culture_min .culture_left .left_fl .left_list .left_p p {
        font-size: 15px;
        line-height: 28px;
        margin-bottom: 12px;
    }

    .corporate_culture .culture_content .culture_min .culture_right .right_row .right_li h2 {
        margin-top: 15px;
        font-size: 20px;
        line-height: 40px;
    }

    .about_footer .about_ftrow {
        height: 200px;
        padding: 0 70px 0 15%;
    }

    .pic_product {
        width: 75px;
    }

    .pic_contact {
        width: 68px;
    }

    .about_footer .about_ftrow p {
        width: calc(100% - 110px);
        font-size: 32px;
    }

    .corporate_culture .culture_content .culture_min .culture_left {
        height: 530px;
    }

    .corporate_culture .culture_content .culture_min .culture_right {
        height: 530px;
    }

    .g_nav {
        padding: 0 5%;
    }






    .contact_row .contact_right {
        padding-right: 5%;
    }








    .solution_footer {
        height: 152px;
    }

    .solution_footer .solutionfooter_row a {
        height: 152px;
        line-height: 152px;
    }

    .news_banner {
        width: 90%;
    }

    .news_banner h2 {
        font-size: 30px;
        line-height: 48px;
        margin-bottom: 40px;
    }

    .news_banner p {
        padding-left: 32px;
        font-size: 16px;
    }










    .solution_banner {
        width: 90%;
    }

    .solution_banner .banner_left h2 {
        font-size: 30px;
        line-height: 45px;
    }

    .solution_banner .banner_pic img {
        max-height: 250px;
    }






    .solution_top .top_content {
        width: 90%;
    }
}

@media (max-width: 1279px) {
    .in-banner {
        margin-top: 80px;
    }

    .g_nav {
        top: 10px;
    }

    .welcome_name {
        font-size: 30px;
        padding-bottom: 25px;
    }



    .corporate_culture .culture_content .culture_min {
        flex-direction: column;
    }

    .corporate_culture .culture_content .culture_min .culture_left {
        width: 100%;
        height: auto;
        padding: 30px;
    }

    .corporate_culture .culture_content .culture_min .culture_left .left_fl .left_list {
        position: relative;
        left: 0;
        top: 0;
        transform: none;
    }

    .corporate_culture .culture_content .culture_min .culture_right {
        height: 400px;
        width: 100%;
    }


    .about_nav {
        display: none;
    }

    .welcome_about .about_top {
        padding: 40px 5% 0;
        flex-direction: column;
        margin-bottom: 50px;
    }

    .welcome_about .about_top .top_left {
        width: 100%;
    }

    .welcome_about .about_top .pic {
        width: 100%;
        margin-top: 30px;
    }

    .about_honor .honor_swiper .swiper-slide {
        width: 100%;
    }

    .about_honor {
        padding: 40px 0 35px;
        margin-top: 60px;
    }

    .corporate_culture .culture_content {
        padding: 40px 0;
    }

    .about_footer .about_ftrow {
        height: 100px;
        padding: 0 30px 0 8%;
    }

    .pic_product {
        width: 55px;
    }

    .pic_contact {
        width: 48px;
    }

    .about_footer .about_ftrow p {
        width: calc(100% - 80px);
        font-size: 22px;
        background-size: 8px 13px !important;
    }










    .contact_row {
        flex-direction: column;
    }

    .contact_row .contact_left {
        width: 100%;
        height: 400px;
    }

    .contact_row .contact_right {
        width: 100%;
        padding: 40px 5%;
    }

    .contact_message {
        padding: 60px 0 45px;
    }

    .contact_message .message_content h2 {
        font-size: 26px;
        line-height: 42px;
    }

    .contact_message .message_content .message_row {
        flex-direction: column;

    }

    .contact_message .message_content .message_row .row_min {
        width: 100%;
        margin-bottom: 20px;
    }

    .contact_message .message_content .message_row .row_min p,
    .contact_message .message_content .message_row .row_min1 label,
    .contact_message .message_content .message_row .row_min textarea,
    .contact_message .message_content .message_row .row_min input {
        font-size: 18px;
    }








    .honor_content {
        position: relative;
        padding: 50px 0 40px;
    }

    .honor_content .honor_wrap {
        margin-top: 35px;
    }

    .honor_content .honor_wrap .honor_min {
        width: calc((100% - 40px) / 2);
        margin-bottom: 40px;
    }

    .honor_content .honor_wrap .honor_min:nth-of-type(2n) {
        margin-right: 0;
    }






    .news_banner h2 {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 8px;
    }

    .news_banner p {
        padding-left: 25px;
        font-size: 14px;
        line-height: 25px;
        background-size: 15px 16px !important;
    }

    .solution_show {
        padding: 40px 0;
    }

    .solution_show p {
        font-size: 14px;
    }

    .solution_footer {
        height: 100px;
    }

    .solution_footer .solutionfooter_row a {
        height: 100px;
        line-height: 100px;
        font-size: 14px;
    }









    .news_content {
        padding: 40px 0;
    }

    .news_content .news_wrap {
        margin-top: 40px;
    }

    .news_content .news_wrap .wrap_min {
        width: calc((100% - 40px)/2);
        margin-right: 40px;
        margin-bottom: 40px;
    }

    .news_content .news_wrap .wrap_min:nth-of-type(3n) {
        margin-right: 40px;
    }

    .news_content .news_wrap .wrap_min:nth-of-type(2n) {
        margin-right: 0;
    }

    .news_content .news_wrap .wrap_min .min_content {
        padding: 40px 30px 60px;
    }

    .news_content .news_wrap .wrap_min .min_content h2 {
        font-size: 20px;
        line-height: 35px;
        height: 105px;
        margin-bottom: 35px;
    }

    .news_content .news_wrap .wrap_min .min_content p {
        font-size: 16px;
        line-height: 30px;
        padding-left: 26px;
        background-size: 15px 16px !important;
    }

    .news_content .news_wrap .wrap_min .min_content .min_po {
        width: 67px;
        height: 60px;
    }

    .news_content .news_wrap .wrap_min .min_content .min_po img {
        width: 12px;
    }





    .products_content .products_row {
        flex-direction: column;
    }

    .products_content .products_row .products_left {
        width: 100%;
    }

    .products_content .products_row .products_right {
        width: 100%;
        margin-top: 40px;
    }

    .products_content .products_row .products_left .left_top {
        height: 75px;
        padding-bottom: 8px;
    }

    .products_content .products_row .products_left .left_top h2 {
        font-size: 22px;
        text-align: left;
        padding: 0 20px;
        height: 67px;
        line-height: 67px;
    }

    .products_content .products_row .products_left .left_top::after {
        height: 8px;
    }

    .products_content .products_row .products_left .left_ul .left_li .li_name1 {
        height: 67px;
        font-size: 16px;
        line-height: 67px;
    }

    .products_content .products_row .products_left .left_ul .left_li .li_column .li_name2 {
        height: 56px;
        line-height: 56px;
        font-size: 15px;
    }

    .products_content .products_row .products_left .left_ul .left_li .li_column .li_name2::after {
        width: 4px;
        height: 4px;
    }

    .products_content .products_row .products_left .left_top h2::after {
        content: '';
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translate(0, -50%);
        background: url(../images/about/inco14.png);
        height: 32px;
        width: 40px;
        cursor: pointer;
        pointer-events: auto;
    }

    .products_content .products_row .products_left .left_top h2.cur::after {
        background: url(../images/about/inco13.png);
    }

    .products_content .products_row .products_left .left_ul {
        display: none;
    }

    .products_right .show_top {
        flex-direction: column;
    }

    .products_right .show_top .top_left {
        width: 100%;
        margin-bottom: 30px;
    }

    .products_right .show_top .top_right {
        width: 100%;
    }

    .products_right .show_top .top_right h2 {
        font-size: 30px;
        line-height: 45px;
    }


    .products_content .products_top .search_row {
        display: none;
    }

    .products_content .products_top h2 {
        font-size: 30px;
        line-height: 40px;
        max-width: 100%;
    }

    .products_content .products_top {
        padding-bottom: 25px;
    }

    .products_right .right_min .min_content .pic {
        padding: 20px;
        width: 44%;
    }

    .products_right .right_min .min_content .min_name {
        width: 50%;
    }






    .solution_banner {
        padding: 30px 0;
    }

    .solution_banner .banner_left {
        width: 100%;
    }

    .solution_banner .banner_left h2 {
        font-size: 26px;
        line-height: 40px;
    }

    .solution_banner .banner_pic {
        display: none;
    }

    .solution_top .top_row {
        flex-direction: column;
        align-items: center;
    }

    .solution_top .top_row .top_min {
        max-width: 100%;
        margin-bottom: 40px;
    }

    .solution_top .top_row .top_min:last-child {
        margin-bottom: 0;
    }

    .solution_top .top_content .top_li .li_po {
        padding: 25px;
        max-width: 100%;
        width: 100%;
        height: 100%;
        background: rgba(25, 31, 46, 0.5);
    }

    .solution_top .top_content .top_li .li_po h2 {
        font-size: 16px;
        line-height: 30px;
    }

    .solution_top .top_content .top_li .li_po .li_a a {
        font-size: 13px;
        line-height: 30px;
    }

    .solution_top .top_content .top_li .li_po .li_a a::after {
        top: 15px;
    }

    .solution_content .solution_min {
        padding: 60px 0;
    }

    .solution_content .solution_min .min_row {
        flex-direction: column !important;
    }

    .solution_content .solution_min .min_row .pic {
        width: 100%;
    }

    .solution_content .solution_min .min_row .min_content {
        width: 100%;
        margin-top: 40px;
    }

    .solution_content .solution_min .min_row .min_content h2 {
        font-size: 30px;
        line-height: 40px;
    }
}

@media (max-width: 600px) {

    .welcome_name {
        font-size: 24px;
        padding-bottom: 18px;
    }








    .about_but {
        height: 45px;
        line-height: 45px;
        padding: 0 60px 0 24px;
        background: #FFFFFF url(../images/welcome/black-arr.png) no-repeat right 20px center;
        background-size: 11px 12px !important;
        font-size: 14px;
    }

    .about_but:hover {
        background: #2E76DE url(../images/welcome/white-arr.png) no-repeat right 20px center;
    }

    .in-banner {
        margin-top: 64px;
    }

    .g_nav {
        display: none;
    }

    .welcome_about .about_top .top_left .top_p {
        margin-top: 20px;
    }

    .welcome_about .about_top .top_left .top_p p {
        font-size: 15px;
        line-height: 32px;
        margin-bottom: 12px;
    }

    .about_honor .honor_swiper .pic {
        height: auto;
    }

    .about_honor .honor_content {
        padding: 0;
    }

    .about_honor {
        padding: 40px 0 35px;
        margin-top: 40px;
    }

    .about_honor .honor_swiper .title {
        font-size: 17px;
    }

    .corporate_culture .culture_content .culture_min {
        margin-top: 35px;
    }

    .corporate_culture .culture_content .culture_min .culture_right .right_row {
        flex-direction: column;
    }

    .corporate_culture .culture_content .culture_min .culture_right {
        height: 440px;
    }

    .corporate_culture .culture_content .culture_min .culture_right .right_row .right_li {
        width: 100%;
        height: calc(100%/3);
    }

    .corporate_culture .culture_content .culture_min .culture_right .right_row .right_li {
        border-right: none !important;
    }

    .corporate_culture .culture_content .culture_min .culture_right .right_row .right_li:not(:last-child) {
        border-bottom: 1px solid rgba(255, 255, 255, .3);
    }

    .corporate_culture .culture_content .culture_min .culture_right .right_row .right_li h2 {
        margin-top: 10px;
        font-size: 18px;
        line-height: 30px;
    }

    .corporate_culture .culture_content .culture_min .culture_left .left_fl .left_list h2 {
        font-size: 18px;
        line-height: 34px;
    }

    .corporate_culture .culture_content .culture_min .culture_left .left_fl .left_list .left_p {
        margin-top: 25px;
    }

    .corporate_culture .culture_content .culture_min .culture_left .left_fl .left_list .left_p p {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .about_footer {
        flex-direction: column;
    }

    .about_footer .about_ftrow {
        width: 100%;
    }







    .contact_row .contact_right .contact_column .contact_min {
        margin-bottom: 20px;
    }

    .contact_row .contact_right .contact_column .contact_min .min_pic {
        width: 45px;
    }

    .contact_row .contact_right .contact_column .contact_min .min_column {
        margin-left: 23px;
        width: calc(100% - 68px);
    }

    .contact_row .contact_right .contact_column .contact_min .min_column h2 {
        height: 45px;
        line-height: 45px;
        font-size: 18px;
    }

    .contact_row .contact_right .contact_column .contact_min .min_column p {
        font-size: 14px;
        line-height: 25px;
    }

    .contact_row .contact_right .contact_column .contact_min .min_row {
        margin-left: 68px;
        width: calc(100% - 68px);
    }

    .contact_row .contact_right .contact_column .contact_min .min_row .row_pic {
        width: 80px;
    }

    .contact_row .contact_right .contact_column .contact_min .min_row .row_pic h5 {
        font-size: 14px;
        margin-top: 12px;
    }

    .contact_row .contact_right .contact_column .contact_min .min_row .social-share .social-share-icon {
        width: 35px;
        height: 35px;
        line-height: 30px;
    }

    .contact_row .contact_right .contact_column .contact_min .min_row .social-share .social-share-icon::before {
        font-size: 14px;

    }

    .contact_message {
        padding: 40px 0 35px;
    }

    .contact_message .message_content h2 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 30px;
    }

    .contact_message .message_content .message_row .row_min p,
    .contact_message .message_content .message_row .row_min1 label,
    .contact_message .message_content .message_row .row_min textarea,
    .contact_message .message_content .message_row .row_min input {
        font-size: 16px;
    }

    .contact_message .message_content .message_row .row_min input {
        height: 45px;
        line-height: 45px;
        padding: 0 15px;
    }

    .contact_message .message_content .message_row .row_min {
        margin-bottom: 15px;
    }

    .contact_message .message_content .message_row .row_min textarea {
        padding: 0 15px;
    }

    .contact_message .message_content .message_row .row_min1 {
        margin-bottom: 35px;
    }







    .honor_content {
        padding: 40px 0;
    }

    .honor_content .honor_wrap .honor_min {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 30px;
    }

    .honor_content .honor_wrap .honor_min .pic {
        width: 100%;
    }





    .news_banner h2 {
        font-size: 12px;
        line-height: 19px;
        margin-bottom: 0;
    }

    .news_banner p {
        display: none;
    }

    .solution_footer {
        height: 160px;
    }

    .solution_footer .solutionfooter_row {
        flex-direction: column;
    }

    .solution_footer .solutionfooter_row a {
        max-width: 100%;
        height: 80px;
        line-height: 80px;
    }

    .solution_footer .solutionfooter_row a:last-child {
        text-align: left;
        border-top: 1px solid #DDDDDD;
    }










    .news_content .news_wrap {
        margin-top: 30px;
    }

    .news_content .news_wrap .wrap_min {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 30px;
    }




    .products_content {

        padding: 40px 0;
    }

    .products_content .products_row .products_left .left_top {
        height: 68px;
    }

    .products_content .products_row .products_left .left_top h2 {
        font-size: 20px;
        height: 60px;
        line-height: 60px;
    }

    .products_content .products_row .products_left .left_ul .left_li .li_name1 {
        height: 60px;
        font-size: 15px;
        line-height: 60px;
    }

    .products_content .products_row .products_left .left_ul .left_li .li_column .li_name2 {
        height: 50px;
        line-height: 50px;
        font-size: 14px;
        background-size: 10px 11px !important;
    }

    .products_content .products_row .products_right {
        margin-top: 30px;
    }

    .products_right .show_top .top_right h2 {
        font-size: 26px;
        line-height: 40px;
    }

    .products_right .show_top .top_right p,
    .products_right .products_show_contnet p {
        font-size: 14px;
        line-height: 24px;
    }








    .products_content .products_top h2 {
        font-size: 26px;
        line-height: 36px;
    }

    .products_content .products_top {
        padding-bottom: 20px;
    }

    .products_right .right_min .min_content {
        flex-direction: column;
        padding: 20px;
        margin-bottom: 30px;
    }

    .products_right .right_min .min_content .pic {
        padding: 30px;
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .products_right .right_min .min_content .min_name {
        width: 100%;
    }

    .products_right .right_min .min_content .min_name .min_top h2 {
        font-size: 20px;
        margin-bottom: 14px;
    }

    .products_right .right_min .min_content .min_name .min_top p {
        font-size: 14px;
    }






    .solution_banner {
        padding: 0;
    }

    .solution_banner .banner_left h2 {
        font-size: 17px;
        line-height: 20px;
    }








    .solution_top {
        padding: 40px 0 0;
    }

    .solution_top .top_row .top_min .pic {
        height: 60px;
    }

    .solution_top .top_row .top_min .pic .sol-2 {
        width: 60px;
    }

    .solution_top .top_row .top_min .pic .sol-3 {
        width: 60px;
    }

    .solution_top .top_row .top_min .pic .sol-4 {
        width: 60px;
    }

    .solution_top .top_row .top_min p {
        font-size: 18px;
        margin-top: 15px;
    }

    .solution_top .top_row .top_min {
        margin-bottom: 35px;
        padding-bottom: 25px;
    }

    .solution_top .top_row .top_min::after {
        height: 4px;
    }

    .solution_top .top_content .top_li .li_po {
        position: initial;
        background: rgba(25, 31, 46, 0.9);
    }

    .solution_top .top_content .top_li .li_po {
        padding: 20px;
    }

    .solution_top .top_content .top_li .li_po h2 {
        font-size: 14px;
        line-height: 24px;
    }

    .solution_top .top_content {
        margin: 40px auto;
    }

    .solution_top .top_content .top_li .li_po .li_but {
        height: 45px;
        line-height: 45px;
        font-size: 14px;
        padding: 0 65px 0 25px;
    }

    .solution_content .solution_min .min_row .min_content {
        margin-top: 25px;
    }

    .solution_content .solution_min .min_row .min_content h2 {
        font-size: 22px;
        line-height: 33px;
    }

    .solution_content .solution_min .min_row .min_content .min_p {
        margin: 20px 0 30px;
    }

    .solution_content .solution_min .min_row .min_content .min_but {
        height: 45px;
    }

    .solution_content .solution_min .min_row .min_content .min_but p {
        font-size: 14px;
    }

    .solution_content .solution_min {
        padding: 40px 0;
    }
}