/* 内页-Banner */

.nei_banner{
    position: relative;
}
.nei_banner img{
    width: 100%;
}

.nei_banner .text{
    width: 100%;
    color: white;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0%;
}
.nei_banner .text h2{
    margin: 0 auto;
    width: 230px;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 24px;
    position: relative;
}
.nei_banner .text h2::after,
.nei_banner .text h2::before{
    content: '';
    display: block;
    width: 30px;
    height: 3px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 0px;
}
.nei_banner .text h2::after{
    left: auto;
    right: 0px;
}
.nei_banner .text p{
    font-size: 24px;
}

/* 内页-导航 */
.nei_navigation{
    height: 100px;
    background-color: white;
    margin-top: -50px;
    position: relative;
    z-index: 10;
    border-radius: 10px;
    box-shadow: 0 10px 15px rgba(12, 147, 241, .1);
    margin-bottom: 80px;
}
.nei_navigation div{
    display: block;
    flex: 1;
    text-align: center;
    margin-top: -10px;
}
.nei_navigation a{
    font-size: 20px;
    color: #333333;
    padding-bottom: 10px;
}
.nei_navigation a.active{
    color: #0c93f1;
    border-bottom: 2px solid #0c93f1;
}
.nei_navigation a:hover{
    color: #0c93f1;
}

/* 内页-分页器 */
.pager{
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 60px;
}
.pager li{
    width: 50px;
    line-height: 50px;
    background-color: #f5f5f6;
    text-align: center;
    border-radius: 10px;
    margin: 0 10px;
}
.pager li:last-child,
.pager li:first-child{
    width: 120px;
}
.pager li a{
    display: block;
    color: #333333;
    font-size: 18px;
    line-height: 50px;
}
.pager li:hover{
    color: white;
    background-color: #0c93f1;
}
.pager li:hover a{
    color: white;
}
.pager li.active{
    background-color: #0c93f1;
}
.pager li.active a{
    color: white;
}

/* 内页-详情头部 */
.xq_title .wrap{
    background-color: #f8f8f8;
    line-height: 40px;
    color: #999999;
    font-size: 16px;
    justify-content: center;
    margin-top: 40px;
}
.xq_title .wrap p{
    margin: 0 30px;
    position: relative;
    padding-left: 26px;
}
.xq_title .wrap p.time::before{
    content: url(../image/xq-icon-time.png);
    position: absolute;
    top: 2px;
    left: 0;
}
.xq_title .wrap p.liulan::before{
    content: url(../image/xq-icon-yanjing.png);
    position: absolute;
    top: 0px;
    left: 0;
}
.xq_title .wrap p.jungong::before{
    content: url(../image/xq-icon-biao.png);
    position: absolute;
    top: 2px;
    left: 0;
}
.xq_title .wrap p.prodoct::before{
    content: url(../image/xq-icon-pingmu.png);
    position: absolute;
    top: 2px;
    left: 0;
}

/* 内页-服务项目 */

.service-wrap{
    background-color: #f5f5f5;
}
.service-title{
    padding-top: 70px;
    margin-bottom: 67px;
}
.service-title h2{
    text-align: center;
    font-size: 34px;
    margin-bottom: 16px;
}
.service-title ul{
    justify-content: center;
}
.service-title ul li{
    width: 13px;
    height: 13px;
    margin: 0 3px;
    border-radius: 50%;
    background-color: #0c93f1;
    opacity: 30%;
}
.service-title ul li:nth-child(2){
    opacity: 100%;
}
.service-list{
    flex-wrap: wrap;
}
.service-list .list-item{
    width: 48.5%;
    padding: 40px 0;
    background: linear-gradient(to right, transparent 0%, transparent 5%,white 5%, white 100%);
    margin-bottom: 70px;
    transition: all .3s ease;
}
.service-list .list-item .img{
    width: 52%;
    height: 340px;
    overflow: hidden;
}
.service-list .list-item .img img{
    width: 100%;
    transition: all .3s linear;
}
.service-list .list-item .text{
    width: 48%;
    box-sizing: border-box;
    padding: 0 36px;
}
.service-list .list-item .text h3{
    font-size: 30px;
    padding-bottom: 22px;
    margin-bottom: 30px;
    position: relative;
}
.service-list .list-item .text h3::after{
    content: '';
    display: block;
    width: 45px;
    height: 4px;
    background-color: #0c93f1;
    position: absolute;
    bottom: 0px;
    left: 0;
}
.service-list .list-item .text p{
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.service-list .list-item .text a{
    font-size: 18px;
}
.service-list .list-item:hover{
    box-shadow: 0px 10px 15px rgba(0, 110, 63, .1);
    background: linear-gradient(to right, white 0%, white 100%);
    transform: translateY(-15px);
    color: #0c93f1;
}
.service-list .list-item:hover .img img{
    transform: scale(1.06);
}
.service-list .list-item:hover .text a{
    color: #0c93f1;
}

/* 内页-案例 */

.service_jieshao{
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(0, 110, 63, .3);
}
.service_jieshao .left_img{
    width: 49.5%;
    height: 455px;
    overflow: hidden;
    border-radius: 10px;
}
.service_jieshao .left_img img{
    width: 100%;
}
.service_jieshao .right_text{
    width: 48%;
    overflow: hidden;
}
.service_jieshao .right_text .title{
    padding-top: 20px;
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 110, 63, .3);
}
.service_jieshao .right_text h3{
    font-size: 38px;
    font-weight: 500;
    border-left: 6px solid #0c93f1;
    padding-left: 18px;
}

.service_jieshao .right_text p{
    font-size: 18px;
    color: #666666;
    line-height: 26px;
}
.case_wrap{
    flex-wrap: wrap;
    padding-top: 60px;
}

.case_wrap .con_text{
	font-size: 16px;
    color: #666666;
    line-height: 26px;
}


.case_wrap .case_item{
    display: block;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 50px;
    transition: all .3s ease-in-out;
}
.case_wrap .case_item:nth-child(3n){
    margin-right: 0;
}
.case_wrap .case_item .case_img{
    width: 100%;
    height: 375px;
    overflow: hidden;
    position: relative;
}
.case_wrap .case_item .case_img::after{
    content: url(../image/xq-icon.png);
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding-top: 30%;
    background-color: rgba(12, 147, 241, .7);
    position: absolute;
    top: -100%;
    left: 0;
    transition: all .3s ease-in-out;
    text-align: center;
    color: white;
    font-size: 20px;
}
.case_wrap .case_item .case_img img{
    width: 100%;
}
.case_wrap .case_item p{
    font-size: 22px;
    text-align: center;
    line-height: 90px;
    background-color: #f7f8fa;
    position: relative;
    transition: all .3s linear;
}
.case_wrap .case_item p::after,
.case_wrap .case_item p::before{
    content: '';
    display: block;
    width: 6px;
    height: 30px;
    background-color: #0c93f1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -3px;
}
.case_wrap .case_item p::before{
    left: auto;
    right: -3px;
}
.case_wrap .case_item:hover{
    box-shadow: 0 10px 15px rgba(0, 110, 63, .15);
    transform: translateY(-15px);
}
.case_wrap .case_item:hover p{
    color: #0c93f1;
    font-weight: 600;
}
.case_wrap .case_item:hover .case_img::after{
    top: 0%;
}

/* OEM-ODM定制案例 */
.OEM{
    padding-top: 0;
}
.oem_odm{
    flex-wrap: wrap;
}
.oem_odm .oem_odm_item{
    display: block;
    width: 31.5%;
    box-sizing: border-box;
    padding: 25px;
    background: #f7f8fa;
    border-radius: 20px;
    text-align: center;
    padding-bottom: 60px;
    position: relative;
    transition: all .3s linear;
    margin-right: 2.75%;
    margin-bottom: 70px;
}
.oem_odm .oem_odm_item:nth-child(3n){
    margin-right: 0;
}
.oem_odm .oem_odm_item .oem_odm_img{
    width: 100%;
    height: 314px;
    overflow: hidden;
}
.oem_odm .oem_odm_item .oem_odm_img img{
    width: 100%;
}
.oem_odm .oem_odm_item h3{
    font-size: 28px;
    margin: 30px 0;
    color: #0c93f1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.oem_odm .oem_odm_item p{
    padding: 0 26px;
    flex-wrap: wrap;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.oem_odm .oem_odm_item span{
    position: absolute;
    left: 50%;
    bottom: -50px;
    transform: translateX(-50%);
    color: #0c93f1;
    font-size: 18px;
    line-height: 54px;
    background-color: white;
    border-radius: 50px;
    padding: 0 55px;
    box-shadow: 0 0px 20px rgba(0, 110, 63, .3);
    opacity: 0;
    transition: all .3s linear;
}
.oem_odm .oem_odm_item:hover{
    background: linear-gradient(to bottom right, #0c93f1, #4ab2fa);
    box-shadow: 0 0 30px rgba(12, 147, 241, .4);
}
.oem_odm .oem_odm_item:hover h3{
    color: white;
}
.oem_odm .oem_odm_item:hover p{
    color: white;
}
.oem_odm .oem_odm_item:hover span{
    opacity: 1;
    bottom: -27px;
}
/* oem案例详情 */
.oem_case_details p{
    font-size: 18px;
    line-height: 30px;
}
.oem_case_details {
    font-size: 18px;
    line-height: 30px;
}

.back_case {
    align-items: center;
    padding: 40px 0;
}
.back_case a {
    font-size: 18px;
    color: #898989;
}
.back_case .back {
    font-size: 18px;
    color: #898989;
    background-color: white;
    border: 1px #898989 solid;
    border-radius: 30px;
    padding: 10px 26px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.back_case .back img {
    margin-left: 10px;
}
.back_case a:hover{
    color: #0c93f1;
}
.oem_tuijian{
    margin: 20px 0;
}

/* 内页-设备环境 */
.shebei_wrap ul{
    overflow: hidden;
    flex-wrap: wrap;
}
.shebei_wrap ul li{
    width: 32%;
    margin-bottom: 36px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}
.shebei_wrap ul li a{
    display: block;
}
.shebei_wrap ul li img{
    width: 100%;
    transition: all .3s linear;
}
.shebei_wrap ul li p{
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: white;
    background-color: rgba(12, 147, 241, .8);
    position: absolute;
    bottom: -100px;
    left: 0;
    line-height: 60px;
    transition: all .3s linear;
}
.shebei_wrap ul li:hover img{
    transform: scale(1.06);
}
.shebei_wrap ul li:hover p{
    bottom: 0px;
}

/* 内页-公司环境 */
.huanjing_wrap .box .box_item{
    height: 400px;
}
.huanjing_wrap .box .box_1{
    width: 25%;
    box-sizing: border-box;
    padding: 66px;
    text-align: center;
    background-color: #f5f5f5;
}
.huanjing_wrap .box .box_1:nth-child(2){
    background-color: white;
}
.huanjing_wrap .box .box_1 img{
    margin: 0 auto;
}
.huanjing_wrap .box .box_1 p{
    font-size: 16px;
    line-height: 26px;
    margin-top: 40px;
}
.huanjing_wrap .box .box_2{
    width: 50%;
    overflow: hidden;
    position: relative;
}
.huanjing_wrap .box .box_2 img{
    width: 100%;

    transition: all .3s linear;
}
.huanjing_wrap .box .box_2 p{
    width: 100%;
    line-height: 60px;
    font-size: 20px;
    color: white;
    background-color: rgba(0, 110, 63, .8);
    text-align: center;
    position: absolute;
    bottom: -80px;
    left: 0;
    transition: all .3s linear;
}
.huanjing_wrap .box .box_2:hover p{
    bottom: 0;
}
.huanjing_wrap .box .box_2:hover img{
    transform: scale(1.05);
}
.hj_img{
    margin: 60px 0;
}
.hj_img .item{
    width: 23%;
    height: 500px;
    overflow: hidden;
    position: relative;
}
.hj_img .item p{
    width: 100%;
    line-height: 60px;
    font-size: 20px;
    color: white;
    background-color: rgba(0, 110, 63, .8);
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0;
    transition: all .3s linear;
}
.hj_img .item img{
    height: 100%;
    transition: all .3s linear;
}
.hj_img .item:hover img{
    transform: scale(1.05);
}
.huanjing_wrap .box_3 .box_1{
    order: 2;
}
.huanjing_wrap .box_3 .box_2{
    order: 1;
}
.hj_img_2{
    margin-top: 40px;
    flex-wrap: wrap;
    margin-bottom: 100px;
}
.hj_img_2 ul:nth-child(1){
    width: 32%;
    height: 800px;
    overflow: hidden;
    margin-right: 2%;
}
.hj_img_2 ul:nth-child(1) li{
    height: 100%;
}
.hj_img_2 ul:nth-child(1) img{
    height: 100%;
}
.hj_img_2 ul:nth-child(2){
    width: 66%;
    height: 800px;
    flex-wrap: wrap;
    overflow: hidden;
}
.hj_img_2 ul:nth-child(2) li:nth-child(1),
.hj_img_2 ul:nth-child(2) li:nth-child(4){
    width: 60%;
    height: 385px;
    overflow: hidden;
    margin-bottom: 30px;
}
.hj_img_2 ul:nth-child(2) li:nth-child(2),
.hj_img_2 ul:nth-child(2) li:nth-child(3){
    width: 37.5%;
    height: 385px;
    overflow: hidden;
}
.hj_img_2 ul li{
    position: relative;
}
.hj_img_2 ul li img{
    transition: all .3s linear;
}
.hj_img_2 ul li p{
    width: 100%;
    line-height: 60px;
    font-size: 20px;
    color: white;
    background-color: rgba(0, 110, 63, .8);
    text-align: center;
    position: absolute;
    bottom: -80px;
    left: 0;
    transition: all .3s linear;
}
.hj_img_2 ul li:hover p{
    bottom: 0;
}
.hj_img_2 ul li:hover img{
    transform: scale(1.05);
}

/* 内页-工艺流程 */
.gongyi{
    margin-bottom: 80px;
}
.gongyi img{
    width: 100%;
}
/* 内页-关于我们 */

.about_top .about_top_left h3{
    font-size: 120px;
    -webkit-text-stroke: 1px #adadad;
    color: transparent;
}
.about_top .about_top_left h4{
    font-size: 40px;
    line-height: 60px;
    -webkit-text-stroke: 1px #333333;
    font-weight: 500;
    color: #333333;
    margin: 50px 0;
}
.about_top .about_top_right{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.about_top .about_top_right p{
    font-size: 22px;
    padding: 30px 0;
    border-top: 2px solid #0c93f1;
}
.about_top .about_top_right img{
    margin-bottom: 60px;
}

.number{
    margin-top: 90px;
}
.number .numCount li .numU{
    margin-bottom: 20px;
}
.number .numCount li .numCX{
    font-size: 80px;
    font-weight: 600;
    transition: text-shadow .2s linear;
    background: none;
}
.number .numCount li .indc{
    line-height: 24px;
}
.number .numCount li .unit{
    font-size: 25px;
    line-height: 38px;
    font-weight: 600;
    margin-left: 20px;
}
.number .numCount li:hover .numCX{
    color: transparent;
    background: linear-gradient(to right ,#006e3f,#ef9735);
    background-clip: text;
    -webkit-background-clip: text;
    text-shadow: 0 10px 6px rgba(0, 0, 0, .1);
}
.number .numCount li:hover .unit{
    color: transparent;
    background: linear-gradient(to right ,#006e3f,#ef9735);
    background-clip: text;
    -webkit-background-clip: text;
}


.number_2{
    background: url(../image/about-number-bg.jpg) fixed center;
    background-size: 100% 100%;
    color: white;
    padding: 140px;
    box-sizing: border-box;
    margin-top: 0;
}
.number_2 .numCount_2 li:hover .numCX{
    color: white;
    text-shadow: 0 10px 6px rgb(0 0 0 / 20%);
}
.number_2 .numCount_2 li:hover .unit{
    color: white;
}
.about_company{
    margin-top: 70px;
}
.about_company .company_left{
    width: 40%;
}
.about_company .company_left h3{
    font-size: 46px;
    color: #333333;
}
.about_company .company_left p{
    font-size: 28px;
    color: #333333;
    margin-top: 32px;
    margin-bottom: 60px;
}
.about_company .company_left .img{
    width: 630px;
    height: 460px;
    overflow: hidden;
}
.about_company .company_left .img img{
    width: 100%;
}
.about_company .company_right{
    width: 52%;
    padding-top: 42px;
    border-top: 2px solid #0c93f1;
}
.about_company .company_right p{
    font-size: 18px;
    line-height: 32px;
}
.history{
    margin-top: -90px;
    color: white;
    background: url(../image/history-bg.jpg) no-repeat;
}
.history .history_wrap{
    padding: 110px 0;
    padding-top: 150px;
}
.history .history_wrap h3{
    font-size: 36px;
    margin-bottom: -50px;
}
.history .history_wrap .swiper-slide .left_text{
    width: 36%;
    padding-top: 90px;
}
.history .history_wrap .swiper-slide .left_text h4{
    font-size: 28px;
    padding-bottom: 40px;
    border-bottom: 1px solid white;
    margin-bottom: 26px;
}
.history .history_wrap .swiper-slide .left_text p{
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 26px;
}
.history .history_wrap .swiper-button-prev,
.history .history_wrap .swiper-button-next{
    width: 60px;
    height: 40px;
    border-radius: 4px;
    background-color: white;
    right: auto;
    left: 0;
    top: auto;
    bottom: 0;
}
.history .history_wrap .swiper-button-next{
    left: 80px;
}
.history .history_wrap .swiper-button-next:after,
.history .history_wrap .swiper-button-prev:after{
    font-size: 20px;
    color: #0c93f1;
}
.history .history_wrap .swiper-slide .right_img{
    width: 51%;
    height: 440px;
    border: 4px solid white;
    overflow: hidden;
    border-radius: 4px;
}
.history .history_wrap .swiper-slide .right_img img{
    width: 100%;
}
.honor_wrap{
    margin-top: 70px;
    margin-bottom: 60px;
}
.honor_wrap .swiper{
    padding-bottom: 40px;
}
.honor_wrap .swiper .swiper-slide img{
    width: 100%;
}
.honor_wrap .swiper .swiper-slide p{
    font-size: 20px;
    text-align: center;
    line-height: 50px;
}
.honor_wrap .swiper .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
}
.honor_wrap .swiper .swiper-pagination-bullet-active{
    background: #0c93f1;
}
/* 内页-企业文化 */
.culture_box_1 .shiming,
.culture_box_1 .yuanjing{
    width: 55%;
    height: 396px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    background: url(../image/qiyeshimin-bg.jpg);
    text-align: center;
    color: white;
}
.culture_box_1 .yuanjing{
    width: 41%;
    background: url(../image/qiyeyuanjing-bg.jpg);
}
.culture_box_1 .shiming img,
.culture_box_1 .yuanjing img{
    margin: 0 auto;
}
.culture_box_1 .shiming h3,
.culture_box_1 .yuanjing h3{
    font-size: 32px;
    font-weight: 500;
    line-height: 80px;
}
.culture_box_1 .shiming p,
.culture_box_1 .yuanjing p{
    font-size: 22px;
    letter-spacing: 2px;
    padding-top: 20px;
    position: relative;
}
.culture_box_1 .shiming p::after,
.culture_box_1 .yuanjing p::after{
    content: '';
    width: 70px;
    height: 4px;
    background: linear-gradient(to right, #017815 0%, #017815 50%, #ff0000 50% , #ff0000 100%);;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.culture_box_2{
    margin-top: 90px;
    background: url(../image/qiyewenhua-bg-1.png) no-repeat;
    padding-top: 60px;
}
.culture_box_2>h3{
    font-size: 38px;
    text-align: center;
    font-weight: 500;
    position: relative;
    padding-bottom: 22px;
    margin-bottom: 60px;
}
.culture_box_2>h3::after{
    content: '';
    width: 70px;
    height: 4px;
    background: linear-gradient(to right, #017815 0%, #017815 50%, #ff0000 50% , #ff0000 100%);;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.culture_box_2 ul li{
    width: 30%;
    position: relative;
    overflow: hidden;
}
.culture_box_2 ul li img{
    width: 100%;
}
.culture_box_2 ul li p{
    position: absolute;
    bottom: 98px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 40px;
    color: white;
    font-weight: 600;
    letter-spacing: 10px;
    line-height: 70px;
}
.culture_box_3{
    margin-top: 110px;
    padding: 70px 0;
    background: url(../image/qiyewenhua-bg-2.png);
}
.culture_box_3 .linian_wrap>h3{
    margin-top: 50px;
    font-size: 36px;
    font-weight: 500;
    position: relative;
}
.culture_box_3 .linian_wrap>h3::after{
    content: '';
    width: 70px;
    height: 4px;
    background: linear-gradient(to right, #017815 0%, #017815 50%, #ff0000 50% , #ff0000 100%);;
    position: absolute;
    top: 55px;
    left: 3px;
}
.culture_box_3 .linian_wrap .linian_item{
    width: 70%;
    align-items: center;
    flex-wrap: wrap;
}
.culture_box_3 .linian_wrap .linian_item div{
    width: 50%;
    height: 50%;
    background-color: white;
    overflow: hidden;
    position: relative;
}
.culture_box_3 .linian_wrap .linian_item div img{
    width: 100%;
}
.culture_box_3 .linian_wrap .linian_item div p{
    font-size: 32px;
    text-align: center;
    letter-spacing: 6px;
    font-weight: 600;
    position: relative;
    top: 50%;
    left: 0%;
    transform: translate( 0%,-50%);
}
.culture_box_4{
    padding: 110px 0;
}
.culture_box_4 .pinpai,
.culture_box_4 .guanli{
    width: 48.5%;
    overflow: hidden;
}
.culture_box_4 .pinpai{
    background: url(../image/pinpai-bg.jpg);
}
.culture_box_4 .guanli{
    background: url(../image/guanli-bg.jpg);
}

/* 内页-联系我们 */
.contact .left_lianxi{
    width: 50%;
    box-sizing: border-box;
    background: url(../image/lianxi-bg.jpg);
    padding: 85px 80px;
    padding-bottom: 60px;
    color: white;
}
.contact .left_lianxi h3,
.contact  .right_liuyan h3{
    font-size: 28px;
    font-weight: 500;
    padding-bottom: 32px;
    position: relative;
    margin-bottom: 52px;
}
.contact .left_lianxi h3::after,
.contact  .right_liuyan h3::after{
    content: '';
    width: 44px;
    height: 4px;
    background-color: white;
    position: absolute;
    bottom: 0px;
    left: 3px;
}
.contact .left_lianxi li{
    align-items: center;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 36px;
	justify-content: left;
}
.contact .left_lianxi li p{
    margin-left: 20px;
}
.contact .left_lianxi li span{
    font-size: 18px;
}
.contact  .right_liuyan{
    width: 50%;
    background-color: #f9f9f9;
    box-sizing: border-box;
    padding: 85px 80px;
    padding-bottom: 60px;
}
.contact  .right_liuyan h3{
    color: #0c93f1;
}
.contact  .right_liuyan h3::after{
    background-color: #0c93f1;
}
.contact  .right_liuyan  input[type=text] {
    box-sizing: border-box;
    border: 1px #c9c9c9 solid;
    font-size: 18px;
    padding: 0 20px;
    line-height: 50px;
    color: #666;
    width: 100%;
    margin-bottom: 22px;
    border-radius: 4px;
}
.contact  .right_liuyan textarea {
    box-sizing: border-box;
    border: 1px #c9c9c9 solid;
    font-size: 18px;
    padding: 10px 20px;
    line-height: 30px;
    color: #666;
    width: 100%;
    resize: none;
    margin-bottom: 22px;
}
.contact  .right_liuyan .yzm input[type=text] {
    width: 33%;
    margin-bottom: 0;
}
.contact  .right_liuyan .yzm input[type=submit] {
    width: 34%;
    background-color: #0c93f1;
    border: none;
    color: white;
    font-size: 20px;
    line-height: 50px;
    cursor: pointer;
    border-radius: 4px;
}
.contact  .right_liuyan .yzm img{
    width: 120px;
    height: 50px;
    margin-right: 50px;
}






/* nei - news */
.nei_news{
    padding-top: 4%;
    background-color: #f4f9fe;
}
.news_list{
    flex-wrap: wrap;
    justify-content: start;
}
.news_list .news_item{
    width: 31.7%;
    position: relative;
    border-radius: 20px;
    transition: all .3s ease-in-out;
    margin-right: 2.45%;
    margin-bottom: 4%;
    
}
.news_list .news_item:nth-child(3n){
    margin-right: 0;
}
.news_list .news_item a{
    display: block;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    background-color: white;
    color: #333;
}
.news_list .news_item a>img{
    width: 100%;
    display: block;
}
.news_list .news_item a .text{
    padding: 7% 6%;
}
.news_list .news_item a .text .p1{
    display: inline-block;
    font-size: 16px;
    background-color: #0074ff;
    padding: 1.5% 3%;
    color: white;
    border-radius: 6px;
    margin-right: 2%;
}
.news_list .news_item a .text .p2{
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 7.5%;
    margin-bottom: 2.5%;
}
.news_list .news_item:hover{
    box-shadow: 0px 0px 20px rgba(37, 97, 255, .2);
    transform: translateY(-13px);
}
.news_list .news_item:hover a{
    color: #0074ff;
}
.news_list .news_item:hover a .p1{
    background-color: #0074ff;
    color: white;
}
.nei_news .page_button{
    background-color: #f8f9fd;
    margin: 0;
    padding-bottom: 60px;
}





















.header,
.footer .footer_top,
.footer .footer_bottom{
    zoom: 1 !important;
}
@media (max-width:1800px) {
    html{
        zoom: 0.96;
    }
}
@media (max-width:1700px) {
    html{
        zoom: 0.90;
    }
}
@media (max-width:1600px) {
    html{
        zoom: 0.86;
    }
}
@media (max-width:1500px) {
    html{
        zoom: 0.80;
    }
}
@media (max-width:1400px) {
    html{
        zoom: 0.74;
    }
}
@media (max-width:1350px) {
    html{
        zoom: 0.72;
    }
}
@media (max-width:1300px) {
    html{
        zoom: 0.70;
    }
}
@media (max-width:1250px) {
    html{
        zoom: 0.68;
    }
}
@media (max-width:1200px) {
    html{
        zoom: 0.66;
    }
}
@media (max-width:1150px) {
    html{
        zoom: 0.64;
    }
}
@media (max-width:1100px) {
    html{
        zoom: 0.62;
    }
}
@media (max-width:1050px) {
    html{
        zoom: 0.60;
    }
}
@media (max-width:1000px) {
    html{
        zoom: 0.56;
    }
}
@media (max-width:950px) {
    html{
        zoom: 0.52;
    }
}
@media (max-width:750px) {
    html{
        zoom: 1;
    }
    .number_2 .numCount_2 li{
        width: 50% !important;
        box-sizing: border-box;
        padding: 10px 0;
        border: 1px solid rgba(255, 255, 255, .5);
    }
    .number_2 .numCount_2 li:nth-child(2n){
        border-left: none;
    }
    .number_2 .numCount_2 li:nth-child(3),
    .number_2 .numCount_2 li:nth-child(4){
        border-top: none;
    }
    .number_2{
        padding: 20px 5% !important;
        background-size: 100% 100%;
    }
    .number_2 .numCount_2 ul{
        flex-wrap: wrap;
        text-align: center;
    }  
}





