*{box-sizing:border-box;}
body{color:#333;}
.center_view{width: 95%; max-width: 1600px; margin: 0 auto;}
.flex{display:flex;align-items:center;justify-content:space-between;}
.clear:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
img{display:block;}
/*==效果transition:0.4s↓==*/
.slow,.slow a,.slow p,.slow li,.slow td,.slow input,.slow button,.slow select.slow textarea,.slow em,.slow img,.slow span,.slow hr,.slow h1,.slow h2,.slow h3,.slow h4,.slow h5,.slow h6,.slow b,.slow *:before,.slow *:after{-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;}

/*==顶部↓==*/
.fixed-top.header{position:fixed; width:100%; z-index:99999; padding:10px 0;}
.fixed-top.header:before{opacity:1; height:100%;}

/* 首页头部部分 */
.header{position:fixed; width:100%; height:100px; top:0; z-index:99999; padding:10px 0; border-bottom:1px solid rgba(255,255,255,.3);}
.header:before{opacity:0; content:"";position:absolute;bottom:0;z-index:-1;width:100%;height:80%; background:rgba(0,0,0,.7);    transition: all .4s ease-in-out;}
.header .logo{width:250px; float:left;}
.header .logo img{width:100%; display:block;}
/* PC导航部分 */
.navMenu>li{float:left; position:relative; line-height:90px; height:90px; font-size:18px;}
.navMenu>li>a{padding:0 50px; color:#fff; display:block;}
.navMenu>li>a:after{content:'';display:block;width:60px;height:3px;background:#fd1f16;position:absolute;left:50%;bottom:0;margin-left:-30px;-webkit-transition:all .3s;transition:all .3s;-webkit-transform:scaleX(0);transform:scaleX(0);}
.navMenu>li:hover>a:after,.navMenu>li.on>a:after{-webkit-transform:scaleX(1);transform:scaleX(1);}
.navMenu>li>a:hover,.navMenu>li.on>a{color:#fd1f16;}
.navMenubox{position:relative;}
.navMenu>li{position:relative;}
.navMenu>li>ul.sub-menu{position:absolute; left:50%; margin-left:-80px; top:90px; z-index:3; display:none; background:#fff; width:160px; box-shadow:0 5px 10px #333;}
.navMenu>li>ul.sub-menu li{background:none; margin:0; padding:0; position:relative; border-bottom:1px solid #e6e6e6; text-align:center;}
.navMenu>li>ul.sub-menu li:last-of-type{border-bottom:none;}
.navMenu>li>ul.sub-menu li>a{display:block; font-size:15px; line-height:24px; padding:10px; clear:both; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.navMenu>li>ul.sub-menu li>a.active,.navMenu>li>ul.sub-menu li>a:hover,.navMenu>li>ul.sub-menu>li.active >a{background:#fd1f16; color:#fff;}
.navMenu>li>ul.sub-menu li>ul{position:absolute; left:180px; top:0; background:#eee; width:180px;}
.navMenu>li>ul.sub-menu li>ul>li{border-bottom:1px solid #fff;}
.phxia{display:none!important;}

.top_r{float:right;}
.top_rtel{padding:0 20px 0 45px; background:#fff; font-size:20px; font-weight:bold; color:#0c5fc5; line-height:40px; border-radius:30px; position:relative;}
.top_rtel::after{content:url(/image/header-iphone-icon.png); position:absolute; left:15px; top:3px;}

.search{position:relative; width:35px; height:35px; margin-left:20px; border-radius:50%; background-color:#0c5fc5; cursor:pointer;}
.search img{margin:9px auto 0;}
.top-search{display:none; position:absolute; right:0; top:100%; background:#fff; border:15px solid #fff; width:320px; margin-top:26px;z-index:110; overflow:hidden;}
.top-search .text{width:100%; border:1px solid #0c5fc5; height:38px; line-height:38px; padding:0 50px 0 10px; color: #999;}
.top-search .btn{position:absolute; right:0; width:40px; height:100%; top:0; background:url(/image/searchbg.png) no-repeat center center; border:1px solid #0c5fc5;}

/* 首页banner区域 */
#bannerBox{width:100%; position:relative;}
#bannerBox .swiper-container{width:100%;height:100%;margin-left:auto;margin-right:auto;}
#bannerBox .swiper-slide{text-align: center;font-size: 18px;background: #fff;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}
#bannerBox .swiper-slide .m{display:none;}
#bannerBox .swiper-slide img{max-width:100%; display:block;}
#bannerBox .swiper-button-prev,.bannerBox .swiper-button-next{display:none;left:50px;background-image:none;}
#bannerBox .swiper-button-next{left:auto;right:50px;}
#bannerBox .swiper-button-prev:before,.bannerBox .swiper-button-next:before{ color:#fff;font-size:80px;}
#bannerBox .swiper-pagination{bottom:50px;}
#bannerBox .swiper-pagination span{opacity:1; position:relative;display:inline-block;margin: 0 10px;cursor: pointer;font-size:0px;width:50px;height:6px;border-radius:20px;overflow:hidden; background:#eee;} 
#bannerBox .swiper-pagination span:before{ content:"";position:absolute;top:0;left:0;height: 100%;width:100%;transform: scale(0,1);transform-origin:right;transition:transform .5s; background:#fd1f16}
#bannerBox .swiper-pagination span.swiper-pagination-bullet-active:before{ transform: scale(1);transform-origin:left;}
.section{padding:80px 0;}

/* 首页-关于我们 */
.about{background:url(/image/home-about-bg.jpg) fixed center; background-size:cover; overflow:hidden;}
.about .profile .text{width: 58%;}
.about .profile .text span{font-size: 20px;}
.about .profile .text h3{font-size: 32px; margin-top: 8px; margin-bottom: 10px;}
.about .profile .text .line{width: 30px; height: 4px; margin: 6% 0; background-color: #0c5fc5;}
.about .profile .text p{line-height: 35px; font-size: 16px;}
.about .profile .text a{width:180px; height:50px; display:block; background-color:#0c5fc5; color:white; text-align:center; line-height:50px; font-size:18px; margin-top:6%; transition:all .4s ease;}
.about .profile .text a:hover{background:#fd1f16; width:220px; transition:all .4s ease-in-out;}
.about .profile .img{width: 35.5%; overflow: hidden;}
.about .profile .img .about_img{height: 340px; overflow: hidden;}
.about .profile .img .about_img img{width: 100%;}
.about .profile .img .wenhua .wh_top{margin-top: 10%;}
.about .profile .img .wenhua .wh_top p{font-size: 18px; font-weight: 600; margin-left: 18px; flex: 1;}
.about .profile .img .wenhua .wh_top h4{font-size: 20px; position: relative; padding-right: 16px;}
.about .profile .img .wenhua .wh_top h4::after,
.about .profile .img .wenhua .wh_top h4::before{content: ''; width: 5px; height: 5px; border-radius: 50%; background-color: #333; position: absolute; left: -16px; top: 9px;}
.about .profile .img .wenhua .wh_top h4::after{left: auto; right: 0px;}
#swiper_1{margin-top: 26px;}
#swiper_1 .swiper-slide p{font-size: 18px; font-weight: 600; padding-left: 30%; position: relative;}
#swiper_1 .swiper-slide p::before{content: ''; width: 22%; height: 2px; background-color: #333; position: absolute; left: 10px; top: 50%;}
#swiper_1 .swiper-button-prev{left: auto; right: 25px; color: #0c5fc5;}
#swiper_1 .swiper-button-next{right: 0; color: #0c5fc5;}
.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 ,#0c5fc5,#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 ,#0c5fc5,#ef9735); background-clip: text; -webkit-background-clip: text;}

/* 首页-服务项目 */
.service{color:white; background:url(/image/service-bg.jpg) fixed center; background-size:cover;}
.service .center_view{position:relative;}
.service .title{width: 100%; margin:0 auto; text-align:center; font-size:36px; font-weight:600; color:#0c5fc5;}
.service .title::after{content: ''; width:40px; height: 3px; background-color: #fd1f16; margin:20px auto 0; display: block;}
.service .inpro_list{width:100%;height:auto;overflow:hidden;padding-top:60px;}
.service .inpro_list ul li{float: left;width:20%;height:300px;padding:0 1% 1% 0; overflow:hidden; position:relative;}
.service .inpro_list ul li:nth-child(1){width:40%;height:600px;}
.service .inpro_list ul li:nth-child(2){width:29%;}
.service .inpro_list ul li:nth-child(3){width:29%; padding-right:0;}
.service .inpro_list ul li:nth-child(4){width:29%;}
.service .inpro_list ul li:nth-child(5){width:29%; padding-right:0;}
.service .inpro_list ul li img{width:100%; height:100%; object-fit:cover; transition:all .4s ease-out;}
.service .inpro_list ul li:hover img{box-shadow:0 5px 15px rgba(0,0,0,.1); transform:translateY(-10px);}
.service .inpro_list ul li p{position: absolute;left:5%;top:5%;transform: translate(-5%,-5%);font-size: 20px;color: #fff;padding: 10px 20px; background:rgba(51,51,51,.8);border-radius:10px;transition: all 0.5s ease-in-out;white-space:nowrap;}
.service .inpro_list ul li:first-child p{font-weight: bold;}
.service .inpro_list ul li:hover p{background:rgba(2,81,216,.8)}
#swiper_2 .swiper-slide .left_text{width: 43%; padding-top: 8%;}
#swiper_2 .swiper-slide .left_text h4{font-size: 36px; opacity: .3;}
#swiper_2 .swiper-slide .left_text h3{font-size: 36px; margin-top: 30px; margin-bottom: 60px;}
#swiper_2 .swiper-slide .left_text p{font-size: 18px; line-height: 30px;}
#swiper_2 .swiper-slide .left_text a{display: block; box-sizing: border-box; padding-left: 15px; width: 170px; height: 40px; line-height: 40px; font-size: 18px; color: white; border: 1px solid white; border-radius: 5px; line-height: 40px; margin-top: 50px;}
#swiper_2 .swiper-slide .left_text a img{position: absolute; top: 40%; right: 20px;}
/* 关于我们-了解更多-鼠标移入样式 */
#swiper_2 .swiper-slide .left_text a{--color: #ef9735; position: relative; overflow: hidden; transition: color .5s; z-index: 1;}
#swiper_2 .swiper-slide .left_text a:before{content: ""; position: absolute; z-index: -1; background: var(--color); height: 150px; width: 300px; border-radius: 50%;}
#swiper_2 .swiper-slide .left_text a:hover{color: #fff; border-color: #ef9735;}
#swiper_2 .swiper-slide .left_text a:before{top: 100%; left: 100%; transition: all .7s;}
#swiper_2 .swiper-slide .left_text a:hover:before{top: -30px; left: -30px;}
#swiper_2 .swiper-slide .left_text a:active:before{background: #ef9735; transition: background 0s;}
/* end */
#swiper_2 .swiper-slide .right_img{width: 50%; overflow: hidden;}
#swiper_2 .swiper-slide .right_img .img{width: 100%; height: 510px; overflow: hidden;}
#swiper_2 .swiper-slide .right_img .img img{width: 100%;}
#swiper_2 .swiper-slide .right_img p{font-size: 26px; margin-top: 20px; padding-left: 110px; position: relative;}
#swiper_2 .swiper-slide .right_img p::before{content: ''; width: 90px; height: 2px; background-color: white; position: absolute; top: 50%; left: 0;}
#thumbs{margin-top: 60px;}
#thumbs .swiper-wrapper{margin-top: 20px; background: rgba(255, 255, 255, .8);}
#thumbs .swiper-slide{text-align: center; font-size: 22px; line-height: 100px; color: #333; border-right: 1px solid white; cursor: pointer; position: relative;}
#thumbs .swiper-slide::after{content: ''; display: block; border: 10px solid transparent; position: absolute; top: -20px; left: 50%; transform: translateX(-50%);}
#thumbs .swiper-slide:last-child{border: none;}
#thumbs .swiper-slide-thumb-active{background-color: #0c5fc3; color: white;}
#thumbs .swiper-slide-thumb-active::after{border-bottom-color: #0c5fc3;}
#thumbs .swiper-slide img{position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); opacity: 0;}
#thumbs .swiper-slide-thumb-active img{opacity: 1;}
#swiper_22{padding-bottom: 40px;}
#swiper_22 .swiper-slide img{width: 100%;}
#swiper_22 .swiper-slide p{font-size: 18px; text-align: center; line-height: 50px;}
#swiper_22 .swiper-pagination-bullet{width: 10px; height: 10px;}
#swiper_22 .swiper-pagination-bullet-active{background: #0c5fc5;}

/* 首页-机器设备 */
.device{background: url(/image/shebei-bg.jpg) no-repeat; position: relative;}
.device .device_text{width: 23%;}
.device .device_text h3{font-size: 40px; font-weight: 500;}
.device .device_text p{font-size: 20px; line-height: 36px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; margin-top: 36px; margin-bottom: 58px;}
.device .device_text a{display: block; box-sizing: border-box; width: 197px; height: 50px; padding-left: 30px; background-color: #0c5fc5; color: #fff; line-height: 50px; border-radius: 50px; font-size: 20px; position: relative; z-index: 1; transition: all .3s linear;}
.device .device_text a::before{content: '>'; width: 25.4%; height: 100%; box-sizing: border-box; padding-right: 14px; border: 2px solid white; border-radius: 50px; background-color: #ef9735; position: absolute; z-index: -1; top: 0px; right: 0px; transition: width .3s linear; text-align: right; font-size: 26px; line-height: 44px;}
.device .device_text a:hover::before{width: 100%;}
.device .device_text a:hover{background: transparent;}
.device .device_text .next_prev{width: 60%; margin-top: 125px;}
.device .device_text .next_prev .next,
.device .device_text .next_prev .prev{background-color: #0c5fc5; height: 125px; position: relative; cursor: pointer; z-index: 999;}
.device .device_text .next_prev .next{border-top-left-radius: 20px; border-top-right-radius: 20px; margin-bottom: 15px;}
.device .device_text .next_prev .prev{border-bottom-left-radius: 20px; border-bottom-right-radius: 20px;}
.device .device_text .next_prev .next img,
.device .device_text .next_prev .prev img{position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.device .shebei_bg{position: absolute; right: 0; bottom: 8.5%;}
.device #swiper_3{width: 75%; margin: 0; margin-top: 40px;}
.device #swiper_3 .swiper-slide .img{height: 480px; border-top-left-radius: 50px; overflow: hidden;}
.device #swiper_3 .swiper-slide .img img{transform: translateX(-28%);}
.device #swiper_3 .swiper-slide p{font-size: 20px; line-height: 80px; color: white; text-align: center;}

/* 工厂图片 */
.factory{background: url(/image/gongchang-bg.jpg) no-repeat;}
.factory .center_view{position: relative;}
.factory .factory_text{width: 50%; margin-bottom: -80px;}
.factory .factory_text h3{font-size: 30px; line-height: 42px; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
.factory .factory_text p{font-size: 18px; color: #a6a8a8; line-height: 32px; margin-top: 30px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
.factory #swiper_4 .swiper-slide{width: 46%;}
.factory #swiper_4 .swiper-slide .img{width: 100%; height: 420px; border-top-left-radius: 50px; border-bottom-right-radius: 50px; overflow: hidden; position: relative;}
.factory #swiper_4 .swiper-slide .img img{width: 100%; height: 100%;}
.factory #swiper_4 .swiper-slide .img p{position: absolute; bottom: 20px; left: 20px; color: white; font-size: 30px;}
.factory #swiper_4 .swiper-slide{padding-top: 146px;}
.factory #swiper_4 .swiper-slide:nth-child(2n){padding-top: 0;}
.factory #swiper_4 .swiper-pagination{width: auto; left: auto; right: 10px; bottom: 62px;}
.factory #swiper_4 .swiper-pagination-bullet{width: 30px; height: 6px; border-radius: 0;}
.factory #swiper_4 .swiper-pagination-bullet-active{background-color: #0c5fc5;}
.factory #swiper_4 .kouhao{position: absolute; bottom: 20px; right: 0px; font-size: 20px; color: #a6a6a8; z-index: 9;}
.factory .center_view .swiper-button-prev,
.factory .center_view .swiper-button-next{width: 50px; height: 50px; border-radius: 50%; border: 2px solid #0c5fc5; top: 30px; left: auto; right: 0;}
.factory .center_view .swiper-button-prev::after,
.factory .center_view .swiper-button-next::after{font-size: 26px; color: #0c5fc5;}
.factory .center_view .swiper-button-prev{right:70px;}

/* 首页-渠道合作 */
.cooperate{background: url(/image/hezuo-bg.jpg) fixed center; background-size:cover;}
.cooperate .center_view>h3{font-size: 30px; color: white; font-weight: 500;}
.cooperate .center_view .hezuo_wrapper{flex-wrap:wrap; height: 89%; margin-top:80px;}
.cooperate .center_view .hezuo_wrapper li{display: flex; box-sizing: border-box; flex-direction:column; justify-content: center; width: 33.29%; min-height:340px; color:white; position: relative; border-right:1px solid rgba(255, 255, 255, .4); font-size:22px; border-bottom: 1px solid rgba(255, 255, 255, .4);}
.cooperate .center_view .hezuo_wrapper li:nth-child(1){background:url(/image/yyly_p1.jpg) center no-repeat; background-size:100%; cursor:pointer;}
.cooperate .center_view .hezuo_wrapper li:nth-child(2){background:url(/image/yyly_p2.jpg) center no-repeat; background-size:100%; cursor:pointer;}
.cooperate .center_view .hezuo_wrapper li:nth-child(3){background:url(/image/yyly_p3.jpg) center no-repeat; background-size:100%; cursor:pointer;}
.cooperate .center_view .hezuo_wrapper li:nth-child(4){background:url(/image/yyly_p4.jpg) center no-repeat; background-size:100%; cursor:pointer;}
.cooperate .center_view .hezuo_wrapper li:nth-child(5){background:url(/image/yyly_p5.jpg) center no-repeat; background-size:100%; cursor:pointer;}
.cooperate .center_view .hezuo_wrapper li:nth-child(6){background:url(/image/yyly_p6.jpg) center no-repeat; background-size:100%; cursor:pointer;}
.cooperate .center_view .hezuo_wrapper li:nth-child(3n){border-right:none;}
.cooperate .center_view .hezuo_wrapper li:nth-child(4),
.cooperate .center_view .hezuo_wrapper li:nth-child(5),
.cooperate .center_view .hezuo_wrapper li:nth-child(6){border-bottom: none;}
.cooperate .center_view .hezuo_wrapper img{position: absolute; width: 30px; left: 20px; bottom: 20px;}
.cooperate .center_view .hezuo_wrapper p{position: absolute; left: 60px; bottom: 22px;}

/* 底部 */
.footer{width:100%; padding:0; background:url(/image/footer-bg.jpg) fixed center; background-size:cover; overflow:hidden; color:white;}
.footer .footer_top{border-bottom:1px solid rgba(255, 255, 255, .1); text-align: right;}
.footer .footer_top .center_view{padding: 40px 0;}
.footer .footer_top .biaoyu h3{font-size: 22px; font-weight: 500;}
.footer .footer_top .biaoyu p{font-size: 18px; margin-top: 8px;}
.footer .footer_bottom{padding: 60px 0;}
.footer .footer_bottom .bottom_left{width: 61%;}
.footer .footer_bottom .bottom_left>h3{font-size: 22px; font-weight: 500;}
.footer .footer_bottom .bottom_left .lianxi_box{margin-top: 45px; font-size: 16px;}
.footer .footer_bottom .bottom_left .lianxi_box ul{width:31.333%; float:left; margin-right:3%;}
.footer .footer_bottom .bottom_left .lianxi_box ul:nth-child(1){width:20%;}
.footer .footer_bottom .bottom_left .lianxi_box ul:nth-child(3n){margin-right:0;}
.footer .footer_bottom .bottom_left .lianxi_box ul li{line-height: 32px;}
.footer .footer_bottom .bottom_left .lianxi_box ul li:nth-child(1){position: relative; padding-left: 30px; font-size: 18px; margin-bottom: 15px;}
.footer .footer_bottom .bottom_left .lianxi_box ul li:nth-child(1)::after{content: url(/image/footer-icon-dianhua.png); position: absolute; top: 0; left: 0;}
.footer .footer_bottom .bottom_left .lianxi_box ul:nth-child(2) li:nth-child(1)::after{content: url(/image/footer-icon-dizhi.png);}
.footer .footer_bottom .bottom_left .lianxi_box ul:nth-child(3) li:nth-child(1)::after{content: url(/image/footer-icon-youxiang.png);}
.footer .footer_bottom .bottom_left .beian{margin-top: 80px;}
.footer .footer_bottom .bottom_left .beian a{font-size: 16px; color: white;}
.footer .footer_bottom .bottom_left .beian a:hover{color: #ef9735;}
.footer .footer_bottom .bottom_right>p{font-size: 20px;}
.footer .footer_bottom .bottom_right h3{font-size: 26px; font-weight: 500; width: 100%; box-sizing: border-box; line-height: 52px; background-color: #0c5fc5; margin-top: 22px; margin-bottom: 30px; position: relative; padding:0 20px 0 70px;}
.footer .footer_bottom .bottom_right h3::before{content: url(/image/footer-icon-zuoji.png); position: absolute; top: 4px; left: 20px;}
.footer .footer_bottom .bottom_right .ewm{float:left;}
.footer .footer_bottom .bottom_right .ewm img{width:100%;}
.footer .footer_bottom .bottom_right .ewm p{width: 100%; text-align: center; background-color: #0c5fc5; line-height: 30px;}

/* 内页-Banner */
.nei_banner{position: relative;}
.nei_banner img{width: 100%;}
.nei_banner .text{width: 100%; color: white; text-align: center; position: absolute; top: 70%; 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: 18px;}
/* 内页-导航 */
.nei_navigation{height: 100px; background-color: white; margin-top: -50px; position: relative; z-index: 10; border-radius: 10px; box-shadow: 0 10px 15px rgba(0, 0, 0, .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: #0c5fc5; border-bottom: 2px solid #0c5fc5;}
.nei_navigation a:hover{color: #0c5fc5;}
/* 内页-分页器 */
.pager{justify-content: center; margin-top: 40px; padding-bottom:40px; width:100%; float:left;}
.pager li{width: 50px; line-height: 50px; background-color: #fff; 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: #0c5fc5;}
.pager li:hover a{color: white;}
.pager li.active{background-color: #0c5fc5;}
.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; overflow:hidden;}
.service-title{padding-top: 70px; margin-bottom: 60px;}
.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: #fd1f16; 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: #0c5fc5; position: absolute; bottom: 0px; left: 0;}
.service-list .list-item .text p{font-size: 18px; line-height: 28px; margin-bottom: 50px;}
.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: #0c5fc5;}
.service-list .list-item:hover .img img{transform: scale(1.06);}
.service-list .list-item:hover .text a{color: #0c5fc5;}
.mbx{width:95%; max-width:1600px; margin:20px auto 0; line-height:36px; color:#666; position:relative; text-align:right;}
.mbx a{color:#000; font-size:16px; padding:0 5px;}
.mbx a:hover,.mbx span{color:#0c5fc5; font-weight:bold;}
.mbx span{padding-left:5px; font-size:16px;}
.pro_enav{padding:25px 0;text-align:center;height:auto!important;}
.pro_enav li{display:inline-block; position:relative; margin:10px 5px;}
.pro_enav li a{display:block; padding:0 20px; font-size:18px; border:1px solid #e9e9e9; color:#000; background:transparent; text-align:center; line-height:46px; -webkit-transition:all .5s; transition:all .5s; position:relative; z-index:1;}
.pro_enav li:after{content:""; display:block; width:0; height:100%; background:#0c5fc5; position:absolute; left:0; top:0; transition:all .3s; z-index:0;}
.pro_enav li:hover:after{width:100%;}
.pro_enav li a:hover,.pro_enav li a.on{background:#0c5fc5; color:#fff; border-color:#0c5fc5; font-weight:bold;}

.pro_enav2{padding-bottom:20px;text-align:center;height:auto!important; border-bottom:1px solid #e9e9e9;}
.pro_enav2 li{display:inline-block; position:relative; margin:10px 5px;}
.pro_enav2 li a{display:block; padding:0 20px; font-size:16px; color:#000; background:transparent; text-align:center; line-height:46px; -webkit-transition:all .5s; transition:all .5s; position:relative; z-index:1;}
.pro_enav2 li a:hover,.pro_enav2 li a.on{color:#0c5fc5; font-weight:bold;}

.pro_list{width:100%; float:left;}
.pro_list li{width:49%; float:left; margin:0 2% 2% 0; background:#fff; overflow:hidden; position:relative; background-size:cover;}
.pro_list li:nth-child(2n){margin-right:0;}
.pro_list li:hover{box-shadow:0 5px 15px rgba(0,0,0,.1);}
.pro_list li figure{position:absolute;left:0;top:0;width:50%;height:100%;margin:0;}
.pro_list li figure img{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:100%;max-height:100%;transition:all .4s;}
.pro_list li:hover figure img{transform:scale(1.06) translate(-50%,-50%);}
.pro_list li .txt{color:#2f2f2f; margin-left:50%; padding:8% 5%; overflow:hidden;}
.pro_list li .txt *{margin:0;font-weight:normal;line-height:30px;}
.pro_list li .txt h3{font-size:28px; margin-bottom:20px;}
.pro_list li .txt h4{font-size:20px;}
.dot{display:block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.pro_list li .txt p{color:#666; font-size:16px; margin-top:20px; text-overflow:-o-ellipsis-lastline; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:3; line-clamp:3; -webkit-box-orient:vertical; white-space:pre-line;}
.pro_list li .txt span{display:inline-block;padding:0 7.6%;background:#333;color:#fff;font-size:14px;margin-top:40px;}
.pro_list li:hover .txt span{background:#0c5fc5;}
.clear:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
.ny_main{width:95%; max-width:1600px; margin:40px auto 60px;}
.pro_list2{width:100%; float:left;}
.pro_list2 li{width:100%; height:auto; margin-bottom:40px; overflow:hidden; background-color:#fff;}
.pro_list2 li .img{width:50%; height:400px; float:left; overflow:hidden;}
.pro_list2 li .img img{width:100%; height:100%;object-fit:cover; transition: all .6s ease-out;}
.pro_list2 li:hover .img img{-webkit-transform:scale(1.1); transform:scale(1.1);}
.pro_list2 li .text{width:50%; height:400px; float:right; padding:50px 40px; box-sizing:border-box;}
.pro_list2 li .text h4{font-size:24px;color:#333;font-weight:bold;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.pro_list2 li .text h4::after{content:""; display:block; width:60px; height:3px; margin-top:20px; background:#0c5fc5;}
.pro_list2 li .text h5{font-size:16px; height:166px; overflow:hidden; margin-top:20px; font-weight:400;}
.pro_list2 li .text h5 p{line-height:28px;}
.pro_list2 li .text h6{overflow:hidden;}
.pro_list2 li .text h6 a{margin-top:30px; overflow:hidden; font-size:14px; padding:10px 20px;color: #a2a2a2;display:block; width:140px;transition: all 0.6s; background:url('/image/y-jianH.png') no-repeat 86px center;transition: all 0.6s; float:left; border:1px solid #a2a2a2;}
.pro_list2 li:hover .text h6 a{background:#0c5fc5 url('../image/y-jian.png') no-repeat 86px center;color: #fff;border-color:#0c5fc5}
.pro_list2 li:hover{background-color:#ebebeb; box-shadow:0 5px 15px rgba(0,0,0,.1);}
/* 内页产品详情页部分 */
.products{width:100%; max-width:1200px; margin:60px auto 0;}
.promore_l{width:45%; float:left; position:relative; overflow:hidden;}
.promore_l .swiper-container{width:100%; height:100%;}
.promore_l .swiper-slide{width:100% !important; text-align:center; font-size:18px; background:#fff; display:-webkit-box; display:-webkit-flex; display:flex;-webkit-box-pack:center; -webkit-justify-content:center; justify-content:center; -webkit-box-align:center; -webkit-align-items: center;align-items: center;}
.promore_l .swiper-button-prev{left:5px !important;}
.promore_l .swiper-button-next{right:5px !important;}
.promore_l .swiper-button-prev::after,.promore_l .swiper-button-next::after{font-size:30px;}
.promore_l .swiper-slide img{width:100%; display:block;}
.promore_l .swiper-pagination{bottom:30px !important;}
.promore_l .swiper-pagination-bullet{width:30px; height:2px; background:#ddd; opacity:.8;}
.promore_l .swiper-pagination-bullet-active{opacity:1; background:#0c5fc5;}
.pros_right{width:50%; float:right; overflow:hidden;}
.pros_right_top{width:100%; float:left; border-bottom:1px solid #e6e6e6; padding-bottom:20px;}
.pros_right_top h3{overflow:hidden; display:inline-block; font-size:24px; font-weight:bold; color:#0c5fc5; padding-bottom:10px;}
.pros_right_top p{font-size:18px; line-height:30px; color:#000; border-bottom:1px solid #e9e9e9;}
.proleft{width:100%; float:left; margin-top:20px;}
.proleft p{font-size:18px; line-height:48px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; border-bottom:1px solid #e9e9e9;}
.youshi{width:100%; float:left; display:flex; justify-content:space-between; margin-top:28px;}
.youshi p{font-size:20px; font-weight:bold; color:#0c5fc5; position:relative; padding-left:28px;}
.youshi p::before{content:url(/image/neiye-dingzhi.png);display:inline-block; position:absolute; top:0; left:0;}
.youshi p:nth-child(2):before{content:url(/image/neiye-baozheng.png);}
.youshi p:nth-child(3):before{content:url(/image/nei-renzheng.png);}
.proleft_btn{width:100%; float:left; margin-top:40px;}
.proleft_btn li{width:100%; float:left;}
.proleft_btn li a{width:100%; float:left; line-height:52px; text-align:center; font-size:18px; color:#fff; background:#0c5fc5; display:block; border-radius:10px;}
.proleft_btn li a:hover,.proleft_btn li a.on{background:#ff0000; font-weight:bold; color:#fff;}
.tabs-basic{width:100%; max-width:1200px; margin:60px auto 0;}
/* The tabs */
.tabs-basic ul{list-style:none; text-align:left; margin:0; padding:0;}
.tabs-basic ul li{display:inline-block; font-size:24px; font-weight:bold; text-transform:uppercase; position:relative;}
.tabs-basic a{display:block; text-decoration:none; background:transparent; color:#000; text-align:left;}
.tabs-basic .tab-active{color:#0c5fc5; font-weight:bold;}
/* The content */
.tabs-basic .tabs-content-placeholder{width:100%; float:left; overflow:hidden; margin:30px auto 0;}
.tabs-basic .tabs-content-placeholder .div{display:none;}
.tabs-basic .tabs-content-placeholder .div.tab-content-active{display:block; line-height:32px; font-size:16px;}
.tabs-basic .tabs-content-placeholder .div.tab-content-active table{border:1px solid #d6d6d6; line-height:32px; text-align:center;}
.tabs-basic .tabs-content-placeholder .div.tab-content-active table tr{padding-left:20px;}
.tabs-basic .tabs-content-placeholder .div p{line-height:32px; font-size:16px;}
.tabs-basic .tabs-content-placeholder .div img{max-width:100%;}
.tabs-basic table{border-collapse:collapse; border: 1px #e6e6e6 solid !important; width:100% !important;line-height:30px!important;}
.tabs-basic table td{padding:8px!important; padding-left:12px !important; word-wrap:break-word; word-break:break-all; border:1px #e6e6e6 solid !important; line-height:30px!important;}
.tabs-basic table td div{padding:0px!important;height:auto!important;}
/* 内页-案例 */
.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 #0c5fc5; 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 .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(0, 110, 63, .5); 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: #0c5fc5; 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: #0c5fc5; font-weight: 600;}
.case_wrap .case_item:hover .case_img::after{top: 0%;}
/* OEM-ODM定制案例 */
.OEM{padding-top: 0;}
.oem_odm{flex-wrap: wrap; width: 100% !important;}
.oem_odm .oem_odm_item{display: block; width: 23.5%; box-sizing: border-box; background: #f7f8fa; border-radius: 5px; text-align: center; padding-bottom: 20px; position: relative; transition: all .3s linear; margin:0 2% 60px 0;}
.oem_odm .oem_odm_item:nth-child(4n){margin-right: 0;}
.oem_odm .oem_odm_item .oem_odm_img{width: 100%; overflow: hidden;}
.oem_odm .oem_odm_item .oem_odm_img img{width: 100%; display: block;}
.oem_odm .oem_odm_item h3{font-size: 16px; margin: 30px 0; color: #0c5fc5;}
.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: #0c5fc5; font-size: 15px; line-height:34px; background-color: white; padding: 0 20px; box-shadow: 0 0px 20px rgba(12,95,197,.3); opacity: 0; transition: all .3s linear;}
.oem_odm .oem_odm_item:hover{background: linear-gradient(to bottom right, #0c5fc5, #fd1f16); box-shadow: 0 0 30px rgba(0,0,0,.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: -20px;}
/* oem案例详情 */
.oem_case_details p{font-size: 18px; line-height: 30px;}
.w1200{width:100%; max-width:1200px;}
.back_case{align-items: center; padding: 20px 0; width:100%; margin:40px auto; border-top:1px solid #e9e9e9;}
.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: #0c5fc5;}
.oem_tuijian{margin: 60px auto; max-width:1200px;}
/* 内页新闻资讯部分 */
.news_text{width:100%; max-width:1600px; margin:30px auto 0; overflow:hidden;}
.news_text dl{display:block; width:100%; float:left; margin-top:30px; border-bottom:1px solid #e6e6e6; padding-bottom:30px;}
.news_text dl:nth-child(5n){margin-bottom:0;}
.news_text dl dt{width:25%; float:left; overflow:hidden;}
.news_text dl dt img{width:100%; display:block; transition:all 0.4s ease-in 0s; -webkit-transition:all 0.4s ease-in 0s;}
.news_text dl dt:hover img{transform:scale(1.1); -webkit-transform:scale(1.1);}
.news_text dl dd{width:72%; float:right;}
.news_text dl dd .left{width:83%; float:left;}
.news_text dl dd .left h2{line-height:30px; font-size:18px; font-weight:bold; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.news_text dl dd .left h2 a{color:#000;}
.news_text dl dd .left h2 a:hover{color:#0c5fc5;}
.news_text dl dd .left .con{font-size:16px; line-height:32px; margin-top:20px; text-overflow:-o-ellipsis-lastline; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:3; line-clamp:3; -webkit-box-orient:vertical;}
.news_text dl dd .right2{width:13%; float:right; margin-top:30px;}
.news_text dl dd .right2 p{width:100%; float:left; text-align:center; font-size:15px; padding:15px 0; font-family:Arial; border:1px solid #e6e6e6; box-sizing: border-box;}
.news_text dl dd .right2 p:nth-child(1){font-size:50px; position:relative; font-weight:bold; line-height:50px; border-bottom:none;}
.news_text dl dd a.more{width:160px; height:42px; line-height:40px; border:1px solid #ddd; display:inline-block; text-align:center; margin-top:20px; font-size:14px; transition:all .3s;}
.news_text dl dd a:hover.more{background:#0c5fc5; color:#fff; border:1px solid #0c5fc5; width:180px;}
/* 内页-设备环境 */
.shebei_wrap ul{overflow: hidden; flex-wrap: wrap;}
.shebei_wrap ul li{width: 32%; height: 440px; margin-right: 2%; 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(0, 110, 63, .8); position: absolute; bottom: -100px; left: 0; line-height: 60px; transition: all .3s linear;}
.shebei_wrap ul li:nth-child(1){width: 66%; height: 520px;}
.shebei_wrap ul li:nth-child(2){margin-right: 0; height: 520px;}
.shebei_wrap ul li:nth-child(4){width: 66%; margin-right: 0;}
.shebei_wrap ul li:nth-child(7){margin-right: 0;}
.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:36px; line-height:52px; -webkit-text-stroke: 1px #333333; font-weight: 500; color: #333333; margin: 40px 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 #0c5fc5;}
.about_top .about_top_right img{margin-bottom: 60px;}
.number_2{min-height:400px; background: url(/image/about-number-bg.jpg) no-repeat; 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:32px 0;}
.about_company .company_left .img{width: 500px; height: 620px; overflow: hidden;}
.about_company .company_right{width:52%; padding-top:22px; border-top: 2px solid #0c5fc5;}
.about_company .company_right p{font-size:16px; line-height: 30px;}
.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: #0c5fc5;}
.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: #0c5fc5;}
/* 内页-企业文化 */
.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, #0c5fc5 0%, #0c5fc5 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, #0c5fc5 0%, #0c5fc5 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: 46px; color: white; font-weight: 600; letter-spacing: 10px;}
.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, #0c5fc5 0%, #0c5fc5 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); background-size:cover; padding: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; justify-content:inherit; font-size: 22px; line-height: 28px; margin-bottom: 36px;}
.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: #0c5fc5;}
.contact .right_liuyan h3::after{background-color: #0c5fc5;}
.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: #0c5fc5; 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;}
<!--0.00018596649169922-->