@charset "utf-8";
/*===================== 重置样式 START =====================*/
html,body,h1,h2,h3,h4,h5,h6,p,dl,dd,dt,th,td,select,ul,ol,li,form,input,textarea,fieldset,legend,img{ margin:0; padding:0;}
h1,h2,h3,h4,h5,h6,dt,dd{font-weight: 400;}
li{list-style: none;}
a{text-decoration: none;background: transparent;outline: none;color:#000;display: block;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
a:hover, .tran, .pub_button .pb_bg, .section_seven .item i{-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.wot{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.upp{text-transform:uppercase;}
img{ border: 0;vertical-align: middle;max-width:100%;display: block;}
table{ border-collapse: collapse; border-spacing: 0;}
input,textarea{ -webkit-user-modify: read-write-plaintext-only;outline-style: none;border:none;font-size:14px;}
input::-moz-placeholder, textarea::-moz-placeholder {color: #000; } 
input:-ms-input-placeholder, textarea:-ms-input-placeholder {color: #000; } 
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{color:#000; }
html::-webkit-scrollbar{width:5px;height:5px;background-color:#fff;} 
html::-webkit-scrollbar-track{border-radius:0;background-color:#fff;}
html::-webkit-scrollbar-thumb{border-radius:50px;width:5px;height:5px;background-color:#D72629;}
textarea{resize:none; overflow: auto;}
input{padding-top: 0; padding-bottom: 0;};
select,input{vertical-align:middle; }
select,input,textarea{font-size:14px;margin:0;}
.clear{zoom:1;}
.clear:after{ content:""; display:block; height:0; visibility:hidden; clear:both;}
.clear::before, .clear::after { content: "";display: table; } 
.clear::after{clear: both;}
.fl{float: left;}
.fr{float: right;}
html{-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;-webkit-tap-highlight-color: transparent;font-size: 20px;}
body{font-family:"Source Han Sans CN","Microsoft Yahei","Helvetica Neue",Helvetica,Arial,"PingFang SC","Hiragino Sans GB","Heiti SC","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif !important;color:#333;background-color: #fff;overflow-x: hidden;cursor: default;}
.error3,.wap_show{display: none !important;}
html,body{max-width:1920px;margin:0 auto;}
.inner{width:80%;margin:0 auto;}
.container{max-width: 1450px;}
.w1700{position: relative;width: 1700px;margin: 0 auto;height: 100%;max-width: 100%;}
em{font-style: normal;}
.flex{display: flex;}
.f_12{font-size:.6rem}
.f_14{font-size:.7rem}
.f_16{font-size:.8rem}
.f_18{font-size:.9rem}
.f_20{font-size:1rem}
.f_24{font-size:1.2rem}
.f_28{font-size:1.4rem}
.f_30{font-size:1.5rem}
.f_32{font-size:1.6rem}
.f_38{font-size:1.9rem}
.f_46{font-size:2.3rem}
.f_48{font-size:2.4rem}
.f_58{font-size:2.9rem}
.f_72{font-size:3.6rem}
/*===================== 重置样式 END =====================*/
/*===================== 公用样式 START =====================*/
/* 基准：20px = 1rem */
.header{position: fixed;z-index:999; width: 100%;background: rgba(255, 255, 255, 1);top: 0;}
.header .inner{height:5.5rem;width:98%;margin:0 auto;text-align: center;position: unset;}
.header .logo img{margin-top: 0.75rem;height: 3.9rem;}
.header .nav{width:50%;display: inline-block;}
.header .nav ul li{float: left;width:14.28%;height:5.5rem;line-height:5.5rem;text-align: center;}
.header .nav ul li a{color:#333;position: relative;z-index:1;font-size:0.9rem;}
.header .nav ul li i{position: absolute;width:100%;height:0;background: #D72629;left:0;top:0;z-index:-1;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.header .nav ul li a:hover i, .header .nav ul li a.active i{height:5.5rem;}
.header .nav ul li a:hover span, .header .nav ul li a.active span{color:#fff;}
.header .nav ul li a:hover em, .header .nav ul li a.active em{opacity:1;}
.header .nav ul li:nth-child(4) .product_son{display: none !important;}
.header .product_son{display: none;position: absolute;left:0;top:5.5rem;text-align: center;width:100%;padding:1rem 0;height:auto;background-color:rgba(255,255,255,0.1);z-index:999;backdrop-filter: blur(10px);box-shadow: 0 0 0.75rem rgba(0, 0, 0, .3)}
.header .product_son .item{display: inline-block;width:13%;margin:0.25%;}
.header .product_son .item p{font-size:0.8rem;color:#333;height:2rem;line-height:2rem;}
.header .product_son .item:hover .pb_bg{transform: scaleY(1);-webkit-transform: scaleY(1);transform-origin: left 0;-webkit-transform-origin: left 0;visibility: visible\9;height: 2rem !important;}
.header .product_son .item:hover p{color: #fff;}
.header .call{background:#D72629;position: absolute;height: 100%;right: 0;top: 0;display: flex;height: 100%;align-items: center;transition: .3s;padding: 0 1.75rem;}
.header .call h3{font-size:1.6rem;color:#fff;font-family: impact;margin-left: 0.5rem;}
.header .call img{animation: msClock 1.2s linear infinite;}
.header .call:hover{background: #D72629;}
@keyframes msClock {
	0%, 90%, 100% {
	  transform: rotate(0) scale(1);
	}
	20%, 40% {
	  transform: rotate(-15deg) scale(1.1);
	}
	30%, 50% {
	  transform: rotate(15deg) scale(1.1);
	}
}
.header.bg{box-shadow: 0 0 0.75rem rgba(0, 0, 0, .21)}
.header.bg .inner{height: 3.5rem;}
.header.bg .logo img{height: 2.5rem;margin-top: 0.5rem;}
.header.bg .nav ul li{height: 3.5rem; line-height: 3.5rem;}
.header.bg .nav ul li a:hover i, .header.bg .nav ul li a.active i{height:3.5rem;}
.header.bg .product_son{top: 3.5rem !important;}
.pub_button{position: relative;z-index:1;}
.pub_button .pb_bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color:rgba(215,35,35,0.7);-webkit-transition: transform 0.5s 0s cubic-bezier(0.36, 0.01, 0.29, 0.99);transition: transform 0.5s 0s cubic-bezier(0.36, 0.01, 0.29, 0.99);transform-origin: left 100%;-webkit-transform-origin: left 100%;transform: scaleY(0);-webkit-transform: scaleY(0);visibility: hidden\9;z-index: -1;}
.pub_button:hover .pb_bg, .pub_button.active .pb_bg{transform: scaleY(1);-webkit-transform: scaleY(1);transform-origin: left 0;-webkit-transform-origin: left 0;visibility: visible\9;}
.protit{text-align: center;color: #000;}
.protit h4{font-weight: 700;display: inline-block;color: #333333;display: flex;justify-content: center;align-items: center;}
.protit h4 img{margin-right: 0.5rem;}
.protit p{color: #999;margin-top: 0.5rem;}
.protit i{display: inline-block;width: 4.5rem;height: 0.15rem;background: #D72629;}
.protit>img{display: inline-block;margin-top: 0.75rem;}
.w1200{width:60rem;margin:0 auto}
.w1300{width:65rem;margin:0 auto}
.w1400{width:70rem;margin:0 auto}
/*===================== 公用样式 END =====================*/
/*===================== 首页 START =====================*/
.banner{position: relative;}
/* 简介 */
.section2{background: no-repeat top center/cover;background-image: url(../images/bg2.jpg);background-attachment: fixed;}
.section2 .w1700{padding-top: 9.5%;}
.section2 .w1700 .h{font-size: 2.4rem;color: #fff;font-weight: 600;}
.section2 .w1700 .txt{gap: 0 2rem}
.section2 .w1700 .txt img{margin: 1rem 0;}
.section2 .w1700 .p{font-size: 0.8rem;color: #fff;opacity: .8;max-width: 35rem;line-height: 1.5rem;}
.section2 .w1700 .txt .btn{display: block;width: 3.3rem;height: 3.3rem;background: url(../images/i_yj.png)no-repeat top center;margin-top: 3.75rem; -webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s;border: 0;box-shadow:none;border-radius: 5rem;overflow: hidden;}
.section2 .w1700 .txt .btn:hover{background: url(../images/i_yj.png)no-repeat bottom center;}
.section2 .w1700 .a_video{position:relative;width:47%;height:26vw;max-width:100%;margin:0 auto}
.section2 .w1700 .a_video video{width:100%;height:100%;object-fit:cover}
.video_play_btn{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:80px;height:80px;background:rgba(0,0,0,0.5);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:9;transition:opacity 0.3s}
.video_play_btn:hover{transform:translate(-50%,-50%) scale(1.1);background:rgba(215,38,41,1);box-shadow:0 0 20px rgba(215,38,41,0.6)}
.video_play_btn::after{content:"";width:0;height:0;border-top:20px solid transparent;border-bottom:20px solid transparent;border-left:30px solid #fff;margin-left:6px}
.section2 .w1700 .bottom{background: rgba(255,255,255,.9);width: 100%;margin-top: 10vw;justify-content: space-evenly}
.section2 .w1700 .bottom .box{width: -webkit-calc(100% / 6);width: calc(100% / 6);padding: 4.4rem 0 3.7rem 0;box-sizing: border-box;align-items: center;}
.section2 .w1700 .bottom .box img{display: inline-block;margin-right: .25rem;}
.section2 .w1700 .bottom .box .top1{margin-top: 1rem;}
.section2 .w1700 .bottom .box .top1 .num{font-size: 3rem;line-height: 2.35rem;color: #E1A16D;font-weight: bold;vertical-align: bottom;}
.section2 .w1700 .bottom .box .top1 .txt{font-size: 1rem;line-height: 2.35rem;color: #E1A16D;font-weight: bold;vertical-align: bottom;}
.section2 .w1700 .bottom .box .p1{font-size: .9rem;color: #333333;opacity: .7;line-height: 0.8rem;margin-top: 0.9rem;}
/* 产品 */
.wel-products{padding-top:4.5rem;padding-bottom:4.5rem;background:url(../images/wel-products.jpg) #f3f4f4 no-repeat center;background-size:cover;background-attachment: fixed;}
.wel-products .wel-titles{margin-bottom:1.625rem;font-weight: 700;}
.wel-products .wel-titles img{margin: 1rem;}
.wel-products-titles .li{position:relative;color:#222;display:block;transition:1s cubic-bezier(0.3,0,0.24,1);}
.wel-products-titles .li span{line-height:2;display:inline-block;vertical-align:top;position:relative;cursor:pointer;padding-bottom: 0.4rem;font-weight: 600;}
.wel-products-titles .li.active{color:#E1A16D;transition:1s cubic-bezier(0.3,0,0.24,1)}
.wel-products-titles .li.active span:before{opacity:1;transition:1s cubic-bezier(0.3,0,0.24,1)}
.wel-products-titles .li span:before{position:absolute;content:"";width:100%;height:0.3rem;background-color:#E1A16D;left:0;bottom:0;opacity:0;transition:1s cubic-bezier(0.3,0,0.24,1)}
.wel-products-titles .li:nth-child(n+2){margin-top:.25rem}
.wel-products-swiepr{position:relative}
.wel-products-swiepr .items{width:100%;}
.wel-products-swiepr .items:last-child{margin-right:0}
.wel-products-swiepr .btnbox{position:absolute;width:61%;left:0;bottom:3.25rem;z-index:5;font-size:0;text-align:center}
.wel-products-swiepr .prebtn{position:relative;top:0.55rem;display:inline-block;vertical-align:top;margin:0;left:auto;z-index:5;right:auto;bottom:auto}
.wel-products-swiepr .prebtn:nth-child(n+2){margin-left:.25rem}
.wel-products-box{position:relative}
.wel-products-box .wel-products-titles{position:absolute;right:0;top:0;z-index:5;width:30.5%;}
.wel-products-box .wel-products-titles::before{content: "产品及解决方案";font-size: 1.5rem;font-weight: 600;color: #E1A16D;display: block;margin-bottom: 2.5rem;}
.wel-products-box .items{display:block;position:relative;padding-bottom:3.25rem}
.wel-products-box .images{width:61%;overflow:hidden}
.wel-products-box .images img{transition:1s cubic-bezier(0.3,0,0.24,1);width:100%}
.wel-products-box .words{position:absolute;background-color:#fff;right:0.75rem;bottom:0.75rem;width:44.44%;padding:1.5rem ;box-shadow: 0 0 0.75rem rgba(0,0,0,0.1)}
.wel-products-box .words .more{display:inline-block;vertical-align:top;line-height:1.25rem;color:#fff;background-color:#FA1117;padding:0 0.5rem}
.wel-products-box .words .more:hover{background-color:#E1A16D;}
.wel-products-box .words .txts{margin-top:.25rem;margin-bottom:1.35rem;color:#555555}
.wel-products-box .words .tits{color:#333333;line-height:1.58;height:1.58em;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden}
.wel-products-box .images img{width:100%}
.wel-products-box .words .txts{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;line-height: 2;}
.wel-products-box .images{position:relative}
.wel-products-box .images .imghs,.wel-products-box .images .i-text{position:absolute;z-index:2}
.wel-products-box .images .imghs{left:27.5%;top:11%;width:45%}
.cons-swiper .swiper-pagination{width:100%;line-height:1}
.cons-swiper .swiper-pagination .swiper-pagination-bullet{margin:0 0.15rem;line-height:1;width:0.25rem;height:0.25rem;border-radius:0.25rem;opacity:1;border:0.05rem solid #aeaeae;background-color:transparent}
.cons-swiper .swiper-pagination .swiper-pagination-bullet-active{background-color:#E1A16D;border-color:#E1A16D}
.cons-swiper .swiper-pagination.onac-btn .swiper-pagination-bullet-active{width:0.25rem}
.w1420{width:90%;max-width:71rem;margin:0 auto}
.cons-swiper .swiper-button-prev,.cons-swiper .swiper-button-next{display:inline-block;vertical-align:top;margin:0;width:2rem;height:2rem;transition:1s cubic-bezier(0.3,0,0.24,1);background-size:100%;background-repeat:no-repeat;background-position:center;background-color:#E1A16D}
.cons-swiper .swiper-button-prev{background-image:url(../images/1-1.png)}
.cons-swiper .swiper-button-next{background-image:url(../images/2-1.png)}
.cons-swiper .swiper-button-next:after,.cons-swiper  .swiper-button-prev:after{display: none;}
@media (max-width:1651px){
	.wel-products-box .items{padding-bottom:1.0125rem}
.wel-products-swiepr .btnbox{bottom:1.0125rem}
}
@media (max-width:1361px){
	.wel-products-box .items{padding-bottom:1.625rem}
.wel-products-swiepr .btnbox{bottom:1.625rem}
}
@media (max-width:1271px){
	.wel-products-box .words .txts{line-height:1.5;height:7.3125rem}
}
@media (min-width:1024px){
	.cons-swiper .swiper-pagination .swiper-pagination-bullet{transition:0.5s cubic-bezier(0.3,0,0.24,1)}
.cons-swiper .swiper-pagination .swiper-pagination-bullet:hover{background:#E1A16D;border-color:#E1A16D;transition:0.5s cubic-bezier(0.3,0,0.24,1)}
.cons-swiper .swiper-button-prev:hover,.cons-swiper .swiper-button-next:hover{background-color:#E1A16D;transition:0.5s cubic-bezier(0.3,0,0.24,1);border-color:#E1A16D}
.cons-swiper .swiper-button-prev:hover{background-image:url(../images/1-2.png)}
.cons-swiper .swiper-button-next:hover{background-image:url(../images/2-2.png)}
.wel-products-box .images:hover .imghs{transition:.5s ease-in-out;transform:scale3d(1.05,1.05,1)}
.wel-products-titles .li:hover{color:#E1A16D;transition:0.5s cubic-bezier(0.3,0,0.24,1)}
.wel-products-titles .li:hover span:before{opacity:1;transition:0.5s cubic-bezier(0.3,0,0.24,1)}
}
@media (max-width:1651px){
	.wel-products-titles .li:nth-child(n+2){margin-top:.121875rem}
}
@media (max-width:1191px){
	.wel-products-box .words{padding:1rem 1rem}
.wel-products-titles .li span{padding-bottom:0.1625rem}
.wel-products-box .words .txts{margin-bottom:.609375rem}
}
@media (max-width:1023px){
	.cons-swiper .swiper-button-prev,.cons-swiper .swiper-button-next{background-color: #E1A16D;transition:0.5s cubic-bezier(0.3,0,0.24,1);border-color: #E1A16D}
.cons-swiper .swiper-button-prev{background-image:url(../images/1-2.png)}
.cons-swiper .swiper-button-next{background-image:url(../images/2-2.png)}
.wel-products-box .words{position:relative;right:auto;bottom:auto;width:100%}
.wel-products-swiepr .btnbox{width:100%}
.wel-products-box .wel-products-titles{position:static;width:100%;display: flex;gap: 0 1rem;}
.wel-products-box .wel-products-titles a{flex: 1;width: 100%;}
.wel-products-box .images{width:100%}
.wel-cases-swiper .swiper-slide{width:32%;margin-right:2%}
.wel-products-box .wel-products-titles .li{width:auto;justify-content: space-between}
.wel-products-box .wel-products-titles .li:last-child{margin-right:0}
.wel-products-titles .li:nth-child(n+2){margin-top:0}
.wel-products-titles{position:relative;margin-bottom:1.1375rem}
.wel-products-titles:before{position:absolute;content:"";width:100%;height:0.121875rem;background-color:#e5e5e5;left:0;bottom:0}
.wel-products-titles .li span:before{height:0.121875rem}
.wel-products-titles .li span{padding-bottom:.0;font-size: 1rem;color: #fff;text-align: center;background: #E61719;display: block;}
.wel-products{padding-top:2.4375rem;padding-bottom:1.0125rem}
.wel-products-titles{margin-bottom:1.21875rem}
}
.wel-mores.onactive{background-color:#E1A16D;transition:0.5s cubic-bezier(0.3,0,0.24,1);transition-delay:.5s;color:#fff}
.wel-mores.onactive:hover{color:#fff !important}
.wel-mores.onactive:before{transition-delay:.6s;opacity:0}
.wel-mores.onactive .dian{transition-delay:.5s;opacity:0}
.wel-mores{display:inline-block;line-height:2.875em;height:2.875em;padding:0 .25rem;position:relative;color:#fff}
.wel-mores:hover{color:#fff}
.wel-mores:before{position:absolute;content:"";width:100%;height:100%;box-sizing:border-box;left:0;top:0;border:0.05rem dashed rgba(255,255,255,0.5)}
.wel-mores.on{color:#999999}
.wel-mores.on:hover{color:#999999}
.wel-mores.on:before{border-color:#ccc}
.wel-mores.on .i:before,.wel-mores.on .i:after{background-color:#999999}
.wel-mores.active{background-color:#fff;color:#E1A16D}
.wel-mores.active:hover{background-color:#fff;color:#E1A16D !important}
.wel-mores.oncur{background-color:#e8e8e8;color:#999999}
.wel-mores.oncur:hover{background-color:#e8e8e8;color:#999999 !important}
.wel-mores .i{position:absolute;width:100%;height:100%}
.wel-mores .i:before,.wel-mores .i:after{position:absolute;content:"";width:0.05rem;height:0.05rem;background-color:#fff}
.wel-mores .i:before{width:0.15rem}
.wel-mores .i:after{height:0.15rem}
.wel-mores .i0{left:0;top:0}
.wel-mores .i0:after,.wel-mores .i0:before{left:0;top:0}
.wel-mores .i1{right:0;top:0}
.wel-mores .i1:after,.wel-mores .i1:before{right:0;top:0}
.wel-mores .i2{left:0;bottom:0}
.wel-mores .i2:after,.wel-mores .i2:before{left:0;bottom:0}
.wel-mores .i3{right:0;bottom:0}
.wel-mores .i3:after,.wel-mores .i3:before{right:0;bottom:0;}
/* 首页案例 */
.global_mode_poster18{padding: 2.5rem 0 ;}
.global_mode_poster18 .i_title{display: flex;justify-content: space-between;}
.global_mode_poster18 .more .but{width:7.5rem;height:2.5rem;line-height:2.5rem;border-radius:5rem;background-color:#F2F2F2;text-align:center;font-size:0.8rem;color:#333;font-weight: 700;}
.global_mode_poster18 .more .but:hover{background:#D72629;color: #fff;}
.global_mode_poster18 .g_ps_wrapper{align-items:center;justify-content:center;display:flex;width:100%;margin-top: 2rem;}
.global_mode_poster18 .g_ps_wrapper .g_ps_box{flex-wrap:wrap;align-items:center;justify-content:center;display:flex;width:100%}
.global_mode_poster18 .g_ps_wrapper .g_ps_box .g_ps_top{align-items:flex-start;justify-content:center;flex-wrap:wrap;display:flex;width:100%}
.global_mode_poster18 .g_ps_wrapper .g_ps_box .g_ps_top .g_ps_t_left{display:inline-flex;align-items:center;width:48.5714%;margin-right:2.8571%}
.global_mode_poster18 .g_ps_wrapper .g_ps_box .g_ps_top .g_ps_t_right{display:inline-flex;align-items:center;width:48.5714%;flex-wrap:wrap}
.global_mode_poster18 .g_ps_wrapper .g_ps_box .g_ps_top .g_ps_t_right .g_ps_item:last-child{margin-top:5.884%}
.global_mode_poster18 .g_ps_wrapper .g_ps_box .g_ps_item{position:relative;display:block;font-size:0;width:100%}
.global_mode_poster18 .g_ps_wrapper .g_ps_box .g_ps_bot{display:flex;width:100%;flex-wrap:wrap;align-items:center;margin-top:2.85714%;justify-content:space-between}
.global_mode_poster18 .g_ps_wrapper .g_ps_box .g_ps_item .g_ps_txt{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;box-sizing:border-box;padding:2.5rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;flex-direction:column;z-index:1}
.global_mode_poster18 .g_ps_wrapper .g_ps_box .g_ps_item .g_ps_txt .g_ps_title{display:block;width:100%;font-size:2rem;line-height:2.3rem;color:#34363a}
.global_mode_poster18 .g_ps_wrapper .g_ps_box .g_ps_item .g_ps_txt .g_ps_subtitle{display:block;width:100%;margin-top:0.4rem;font-size:1.2rem;line-height:1.6rem;color:#767676}
.global_mode_poster18 .g_ps_wrapper .g_ps_box .g_ps_top .g_ps_t_left .g_ps_item .g_ps_txt .g_ps_title{font-size:2rem;line-height:2.8rem}
.global_mode_poster18 .g_ps_wrapper .g_ps_box .g_ps_top .g_ps_t_left .g_ps_item .g_ps_txt{}
.global_mode_poster18 .g_ps_wrapper .g_ps_box .g_ps_top .g_ps_t_right .g_ps_item .g_ps_txt{align-items:flex-end}
.global_mode_poster18 .g_ps_wrapper .g_ps_box .g_ps_top .g_ps_t_right .g_ps_item:first-child .g_ps_txt{align-items:flex-end;text-align:right}
.global_mode_poster18 .g_ps_wrapper .g_ps_box .g_ps_top .g_ps_t_left .g_ps_item .g_ps_txt{justify-content:flex-start}
.global_mode_poster18 .g_ps_wrapper .g_ps_box .g_ps_top .g_ps_t_left .g_ps_item .g_ps_txt .g_ps_title{margin-top:1.8rem}
.global_mode_poster18 .g_ps_wrapper .g_ps_box .g_ps_bot .g_ps_b_left{width:48.5714%}
.global_mode_poster18 .g_ps_wrapper .g_ps_box .g_ps_bot .g_ps_b_right{width:48.5714%}
.global_mode_poster18 .g_ps_wrapper .g_ps_box .g_ps_bot .g_ps_item .g_ps_txt{align-items:flex-start}
.global_mode_poster18 .g_ps_wrapper .g_ps_box .g_ps_bot .g_ps_item .g_ps_txt .g_ps_title{color:#f8f9fd}
.global_mode_poster18 .g_ps_wrapper .g_ps_box .g_ps_bot .g_ps_item .g_ps_txt .g_ps_subtitle{color:#f8f9fd}
@media screen and (max-width:1440px){.global_mode_poster18 .g_ps_wrapper .g_ps_box .g_ps_item .g_ps_txt .g_ps_title{font-size:1.3rem;line-height:1.8rem}
.global_mode_poster18 .g_ps_wrapper .g_ps_box .g_ps_item .g_ps_txt .g_ps_subtitle{font-size:0.8rem;line-height:1.3rem}
}@media screen and (max-width:1000px){
	.global_mode_poster18{padding: 2rem 15px !important;}
	.global_mode_poster18 .g_ps_wrapper .g_ps_box .g_ps_top .g_ps_t_left{width:100%;margin:0 0}
.global_mode_poster18 .g_ps_wrapper .g_ps_box .g_ps_top .g_ps_t_right .g_ps_item:last-child{margin-top:0.75rem}
.global_mode_poster18 .g_ps_wrapper .g_ps_box .g_ps_top .g_ps_t_right{width:100%}
.global_mode_poster18 .g_ps_wrapper .g_ps_box .g_ps_bot .g_ps_b_left{width:100%}
.global_mode_poster18 .g_ps_wrapper .g_ps_box .g_ps_bot .g_ps_b_right{width:100%}
.global_mode_poster18 .g_ps_wrapper .g_ps_box .g_ps_item .g_ps_txt{padding:0.5rem}
.global_mode_poster18 .g_ps_wrapper .g_ps_box .g_ps_item .g_ps_txt .g_ps_title{font-size:1.3rem;line-height:1.8rem}
.global_mode_poster18 .g_ps_wrapper .g_ps_box .g_ps_item .g_ps_txt .g_ps_subtitle{font-size:0.8rem;line-height:1.3rem}
.global_mode_poster18 .g_ps_wrapper{width:100%;box-sizing:border-box;padding:0;margin-top: 1rem;}
.global_mode_poster18 .g_ps_wrapper .g_ps_box .g_ps_item{margin-top:0.75rem}
.global_mode_poster18 .g_ps_wrapper .g_ps_box .g_ps_top .g_ps_t_left .g_ps_item{margin-top:0}
}@media screen and (min-width:1000px){.global_mode_poster18 .g_ps_wrapper .g_ps_box .g_ps_item{transition:all .5s}
.global_mode_poster18 .g_ps_wrapper .g_ps_box .g_ps_item:hover{transform:translateY(-0.4rem)}
}
/* 合作客户 */
.work{background: #F9F8FB;padding: 4rem 0;}
.work ul{flex-wrap: wrap;gap: 0.5rem;justify-content: space-between;margin-top: 1.5rem;}
.work ul li{width: 15%;}
/* 横幅  */
.hf {background: url(../images/hf.jpg) no-repeat center;box-sizing: border-box;padding: 2.5rem 0;background-size: cover;background-attachment: fixed;text-align: center;color: #fff;}
.hf p{text-transform: uppercase;margin: 1vw auto 2vw;}
.hf h3{font-weight: 700;}
.hf p.f_48{background-size: 100% 100%;display: inline-block;width: 39.9rem;line-height: 3.8rem;margin-top: 1.5rem;}
.hf a.bhcz{width: 22.5rem;height: 2.5rem;line-height:2.5rem;background-color:#D72629;border-radius: 25rem;margin: 0 auto;display: flex;}
.hf a.bhcz h5{font-size:1.5rem;width: 13.5rem;height: 2.5rem;line-height:2.5rem;border-radius:25rem;display: inline-block;text-align: center;color: #D72629;background-color: #fff;display: flex;align-items: center;justify-content: center;font-family: impact;}
.hf a.bhcz em{display: inline-block;text-align: right;color: #fff;padding-left: 2.5rem;}
/* 优势 */
.syys{background:url(../images/ys.jpg) center top no-repeat;position:relative;padding: 5rem 0 20rem;text-align: center;box-sizing: border-box;background-size: cover;}
.syys .protit h4{color: #fff;text-align: center;}
.syys .protit img{margin: 1rem 0;}
.syys .protit p{display: inline-block;background: #C99367;color: #fff;border-radius: 2.5rem;padding: 0.25rem 1rem;}
.syys .w1400{margin:0 auto;}
.syys .w1400 .syys_top{position:relative;}
@keyframes sss3 {
	0%{
    transform: scale(1);
	}
	100%{
    transform: scale(1.03);
	}
}
.syys .w1400 ul{text-align: center;background: url(../ysline.png) no-repeat center bottom;background-size: contain;margin-top: 1.5rem;}
.syys .w1400 ul li{text-align:center;color:#fff;transition: .3s;position: relative;z-index: 99999;background: #fff;-webkit-clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);width: 12.5rem;height: 12.5rem;box-sizing: border-box;display: inline-block;position: relative;overflow: hidden;vertical-align: top;}
.syys .w1400 ul li:nth-child(1),.syys .w1400 ul li:nth-child(4){margin-top: 4.8rem;}
.syys .w1400 ul li:nth-child(2),.syys .w1400 ul li:nth-child(3){margin-top: 1.3rem;}
.syys .w1400 ul li::after{content: "∨";width: 100%;height: 1.5rem;line-height:1.5rem;position: absolute;bottom: 0;background: #D83134;left: 0;font-family: "arial";}
.syys .w1400 ul li b{display:block;color:#333;font-size:1.4rem;}
.syys .w1400 ul li em{font-size:.9rem;padding: 0px 10%;display: block;line-height: 1.5rem;color: #666;}
.syys .yspic{display: inline-block;animation: sss3 1s infinite alternate linear}
.syys .middle_box{display: flex;width: 100%;height: 100%;align-items: center}
/*优势结束*/
/* 内页案例 */
.section_six{width: 100%;padding: 4rem 0 3rem;}
.section_six .swiper-container.anli{padding: 0.75rem 0;width: 87.6%;margin: 0 auto;overflow: hidden;}
.section_six .swiper-container.anli .swiper-slide{background-position:center;background-size:cover;width:35rem;border:0.5rem solid #fff;box-sizing:border-box;box-shadow: 0 0 0.75rem rgba(0, 0, 0, .1)}
.section_six .swiper-container.anli .swiper-slide img{width:100%;}
/* 新闻 */
.section_nine{padding: 3.5rem 0 3.5rem;}
.news_top{display: flex;align-items: center;justify-content: space-between;}
.news_top .protit{text-align: left;}
.news_top .protit h4{display: block;}
.news_top a{border-radius: 2.5rem;background: #D72629;color: #fff;text-align: center;padding: 0.5rem 1.5rem;}
.tabbox{padding: 2.5rem  0 0;}
.tabbox .content{width:25.4rem;overflow:hidden;position:relative;height:23.25rem;}
.tabbox .content ul{position:absolute;left:0;top:0;height:100%;}
.tabbox .content li{width:25.4rem;float:left;height:23.25rem;position:relative}
.tabbox .content li img{display:block;width:25.4rem;height:23.25rem;}
.tabbox .content li .arrow{position:absolute;bottom:0;width:100%;height:3.5rem;}
.tabbox .tab{width:100%;}
.tabbox .tab .item{float: left;width: 46.7%;transition: .4s;}
.tabbox .tab .item p,.tabbox .tab .item strong{transition: .3s;}
.tabbox .tab .item span{color: #999;}
.tabbox .tab .item p{line-height: 1.6;color: #999;font-size: .8rem;}
.tabbox .tab .item .img{width: 21%;}
.tabbox .tab .item:nth-child(n+2) .img img{max-height: 10rem;}
.tabbox .tab .item .info{width: 75%;}
.tabbox .tab .item .info em{color: #999;margin: 0.5rem 0 0;display: block;}
.tabbox .tab .item:nth-child(n+2){padding-bottom: 1.5rem;border-bottom: 0.05rem solid #DBDBDB;}
.tabbox .tab .item:nth-child(n+3){padding-top: 1.5rem;}
.tabbox .tab .item:nth-child(1){width:52%;margin-right: 1.3%;background-color:#fff;}
.tabbox .tab .item:nth-child(1) a{display:block;}
.tabbox .tab .item:nth-child(1) .img{width:100%;overflow:hidden;box-sizing: border-box;}
.tabbox .tab .item:nth-child(1) .img img{display:block;width:100%;max-width:none;}
.tabbox .tab .item:nth-child(1) .info{padding:1.5rem 1rem;width: 100%;display: none;}
.tabbox .tab .item:nth-child(1) h3{font-size:0.8rem;color:#181818;padding:0 0 0.5rem 0;transition: .4s;}
.tabbox .tab .item:nth-child(1) p{font-size:0.7rem;color:#999;line-height:1.1rem;height:2.2rem;overflow:hidden;transition: .4s;}
.tabbox .tab .item:hover h3 strong,.tabbox .tab .item:hover p{color:#D72629;}
.tabbox h3 strong{display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin: 0.5rem 0;}
.tabbox h3 span{font-size: 0.7rem;}
.tabbox .tab .item:nth-child(1):hover{background-color:#D72629;}
.tabbox .tab .item:nth-child(1) h3 strong{width:80%;}
.tabbox .tab .item:nth-child(1):hover h3,.tabbox .tab .item:nth-child(1):hover p{color:#fff;}
/* 内页简介 */
.section_three1 .inner{position: relative;box-sizing: border-box;width: 100%;padding: 2.5rem 0 0;display: flex;flex-direction: column;align-items: center}
.section_three1 .right{width: 90%;margin: 0 auto;}
.section_three1 .right h1{font-size:2.5rem;color:#3E3E3E;font-weight:bold;margin: 0.75rem 0;}
.section_three1 .right>p{color:#000027;font-size: 1.9rem;}
.section_three1 .right .text{color:#999;line-height:2;padding: 1rem 0 0;text-indent: 2em;font-size: 0.85rem;position: relative;text-align: justify;}
.section_three1 .right .text a{display: inline-block;color:#666666;}
.section_three1 .num_top{background: url(../images/num_bg.jpg) no-repeat center;padding: 5rem 0 ;}
.section_three1 .num_top .inner1{max-width: 90%;margin: 0 auto;}
.section_three1 .num_top img{float: right;}
.section_three1 .num_top  ul{display:flex;}
.section_three1 .num_top  ul li{flex:1;text-align: center;background: url(../images/line1.png) no-repeat center right;}
.section_three1 .num_top  ul li:first-child{padding-left: 0;}
.section_three1 .num_top  ul li:last-child{background: none;}
.section_three1 .num_top  ul li span{color:#fff;font-size:3.5rem;text-align:center;font-weight: 700;}
.section_three1 .num_top  ul li em{color:#fff;font-size: 1.1rem;font-style: normal;}
.section_three1 .num_top  ul li p{color:#fff;font-size:1.1rem;}
.section_three1 .right a.more{display: inline-block;color: #fff;text-align: center;padding: 0.5rem 2.25rem;font-size:1rem;background: linear-gradient(50deg, rgb(27, 49, 136), rgb(39, 158, 219))}
.section_three1 .right a.more:hover{background: #35BCD6;}
.section_three1 .right a.more img{display: inline-block;vertical-align: bottom;}
/* 底部 */
.footer{background: #3E464D;padding: 2.5rem 0 0;background-attachment: fixed;}
.footer .inner{display: flex;justify-content: space-between;}
.footer .inner>div{float: none;margin: 0 1rem;}
.footer .f1 h3,.footer .f2 h3,.footer .f3 h3,.footer .f4 h3{margin-top:1.5rem;font-size:1.2rem;color:#fff;position:relative;margin-bottom:1rem}
.footer .f1 h3::before,.footer .f2 h3::before,.footer .f3 h3::before,.footer .f4 h3::before{position:absolute;content:"";width:2.5rem;height:0.15rem;background:#fff;top:2rem;left:0}
.footer .f1{width:15%}
.footer .f1 h3{margin-bottom:2rem}
.footer .f1 .item{float:left;margin-right:0.75rem;text-align: center;color: #fff;font-size: 0.9rem;}
.footer .f1 a{display:block;height:1rem;line-height:1rem;color:#fff;box-sizing:border-box;margin-top:0.5rem;font-size: 0.9rem;}
.footer .f2{width:15%;margin-left: 2%;}
.footer .f2 a{color:#fff;line-height:1.5rem;display:block;font-size: 0.9rem;}
.footer .f3{width:35%;color:#fff;line-height:1.5rem;font-size: 0.9rem;}
.footer .f4{width:20%;margin-top:1.5rem !important;}
.footer .copyright{margin-top:1.5rem;text-align:center;color:#fff;padding:0.75rem 0;font-size:0.7rem;border-top:0.05rem solid rgba(255,255,255,0.15)}
.footer .copyright a{display:inline-block;color:#fff;font-size:0.7rem}
.footer .copyright img{display:inline-block;margin-left:0.75rem}
.footer .copyright p{color:#fff;text-align:center}
.pub_title p{text-align:center;margin-bottom:1.5rem;font-size:0.9rem;color:#666666;margin-top: 0.75rem;}
.pub_title {position:relative;text-align:center;z-index:1;padding-top:2.5rem;}
.pub_title img{display:inline-block;z-index:1;}
.page-cover{background:#18191b url(loading.gif) no-repeat center 17.5rem;width:100%;height:0;position:absolute;bottom:0;z-index:10000001;}
@-webkit-keyframes bounceIn1{
	0%{-webkit-transform:scale(1);-ms-transform:scale(1);-moz-transform:scale(1);transform:scale(1);}
	100%{-webkit-transform:scale(0.80);-ms-transform:scale(0.8);-moz-transform:scale(0.8);transform:scale(0.8);}
}
@-moz-keyframes bounceIn1{
	0%{-webkit-transform:scale(1);-ms-transform:scale(1);-moz-transform:scale(1);transform:scale(1);}
	100%{-webkit-transform:scale(0.80);-ms-transform:scale(0.8);-moz-transform:scale(0.8);transform:scale(0.8);}
}
@-ms-keyframes bounceIn1{
	0%{-webkit-transform:scale(1);-ms-transform:scale(1);-moz-transform:scale(1);transform:scale(1);}
	100%{-webkit-transform:scale(0.80);-ms-transform:scale(0.8);-moz-transform:scale(0.8);transform:scale(0.8);}
}
@keyframes bounceIn1{
	0%{-webkit-transform:scale(1);-ms-transform:scale(1);-moz-transform:scale(1);transform:scale(1);}
	100%{-webkit-transform:scale(0.80);-ms-transform:scale(0.8);-moz-transform:scale(0.8);transform:scale(0.8);}
}
.nbanner{height: 28rem;background-attachment: fixed;position: relative;margin-bottom: 0;}
.nbanner p{text-transform: capitalize;}
.nbanner img.nbom {position: absolute;bottom: 0;}
.nbanner .position  img {  width: 1rem;  margin-right: 0.5rem;}
/*===================== 首页 END =====================*/
/* ========================= 内页 START ========================= */
/* ===================== 产品列表页 ===================== */
#list{margin:1.5rem 0;}
#list .auto, #news_article, #article, .position_now .auto, #nyba .black .auto{width:75rem;margin:0 auto;}
@media(max-width:1505px ){
	#list .auto, #news_article, #article, .position_now .auto, #nyba .black .auto{width:1200px;}
}
.comCate{display:flex;justify-content:center;flex-wrap:wrap}
.comCate li{margin:0 0.75rem 0.75rem;min-width:6rem}
.comCate a{display:flex;align-items:center;justify-content:center;text-align:center;background-color:#fff;box-shadow:0.05rem 0.1rem 0.1rem 0px rgba(73,104,166,0.28);border-radius:0.25rem;color:#666;height:100%;box-sizing:border-box;padding:0.5rem}
.comCate a:hover,.comCate a.on{color:#fff;background:linear-gradient(180deg,#FB1118 0.04%,#D72629 100%);box-shadow:0px 0.3rem 0.6rem 0px rgba(215,38,41,0.28)}
.showlist {width:100%;}
.showlist li{width:98%;margin:0 auto 1rem;overflow: hidden;position: relative;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.showlist .wrap_box{float:left;}
.showlist .button{width:60%;color:#fff;margin:0px auto;padding:0px;}
#showdata {display:none;}
#loaddata {text-align:center;}
.showlist li .img{overflow: hidden;}
.product_list_one .showlist, .product_list_two .showlist, .product_list_three .showlist{display: none;}
.product_list_one #showdata, .product_list_two #showdata, .product_list_three #showdata{display: block !important;}
.product_list_one .item, .product_list_two .item, .product_list_three .item{float: left;width:32.33%;margin:0 0.5% 1.5rem;}
.product_list_one .item .img, .product_list_two .item .img{position: relative;overflow: hidden;}
.product_list_one .item img, .product_list_two .item img, .product_list_two .item strong, .product_list_three .item em{-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.product_list_one .item:hover img, .product_list_two .item:hover img{-webkit-transform:scale(1.2, 1.2);-moz-transform:scale(1.2, 1.2);-o-transform:scale(1.2, 1.2);-ms-transform:scale(1.2, 1.2);transform:scale(1.2, 1.2);}
/* 样式一 */
.product_list_one .item .info{padding:1rem;background:url(../images/arrow.png) right 2.85rem no-repeat;}
.product_list_one .item strong{display: block;width:95%;font-weight:100;font-size:0.9rem;}
.product_list_one .item .line2{width:100%;height:0.1rem;transform-origin: 100%;-webkit-transform-origin: 100%;-webkit-transition: -webkit-transform .7s cubic-bezier(0.165, 0.84, 0.44, 1);transition: -webkit-transform .7s cubic-bezier(0.165, 0.84, 0.44, 1);transition: transform .7s cubic-bezier(0.165, 0.84, 0.44, 1);transition: transform .7s cubic-bezier(0.165, 0.84, 0.44, 1),-webkit-transform .7s cubic-bezier(0.165, 0.84, 0.44, 1);transform: scaleX(0);-webkit-transform: scaleX(0);visibility: hidden\9;background-color:#D72629;}
.product_list_one .item p{display: none;}
.product_list_one .item:hover .line2{transform: scaleX(1);-webkit-transform: scaleX(1);-moz-transform: scaleX(1);transform-origin: 0;-webkit-transform-origin: 0;visibility: visible\9;}
.product_list_one .item:hover .info{background:url(../images/arrow.png) right center no-repeat;}
.product_list_one .item:hover strong{border-right:0.05rem solid #f1f1f1;}
/* 样式一 */
/* 样式二 */
.product_list_two .item .info{padding:0 1.5rem 1rem;background-color:#f6f7f7;}
.product_list_two .item .info strong, .product_list_three .item .info strong{display: block;color:#555;font-size:0.9rem;font-weight:100;padding-top:1.5rem;}
.product_list_two .item .line1{width:0%;height:0.05rem;margin-top:0.4rem;}
.product_list_two .item .info p, .product_list_three .item .info p{display: none;color:#868585;font-size:0.7rem;line-height:1.3rem;height:2.6rem;overflow: hidden;margin-top:0.4rem;}
.product_list_two .item .line2{display: none;}
.product_list_two .item:hover{box-shadow: 0px 0.9rem 1.25rem rgba(0, 0, 0, 0.08);background-color: #fff;}
.product_list_two .item:hover strong{color:#D72629;transform: translateY(-0.5rem);-moz-transform: translateY(-0.5rem);-o-transform: translateY(-0.5rem);-ms-transform: translateY(-0.5rem);-webkit-transform: translateY(-0.5rem);}
.product_list_two .item:hover .line1{width:100%;height:0.05rem;background-color:#D72629;}
.product_list_two .item:hover p{transform: translateY(0.5rem);-moz-transform: translateY(0.5rem);-o-transform: translateY(0.5rem);-ms-transform: translateY(0.5rem);-webkit-transform: translateY(0.5rem);}
/* 样式二 */
/* 样式三 */
.product_list_three .item .info strong{padding:0;}
.product_list_three .item{padding-bottom:1rem;border-radius:0.3rem;overflow:hidden;background-color:#f9f9f9;}
.product_list_three .item .info{padding:0.75rem;}
.product_list_three .item em{font-style:normal;float: right;width:0.5rem;height:0.15rem;background-color:#D72629;margin:0px 0.75rem 0 0;}
.product_list_three .item:hover em{width:1.5rem;}
.product_list_three .item:hover{box-shadow: 0px 0.9rem 1.25rem rgba(0, 0, 0, 0.08);background-color: #fff;}
/* 样式三 */
/* 产品内页图 */
.product_article .img1{display: none;}
.product_article .title{overflow: hidden;padding:0.5rem 0 0;}
.product_article .title h1{text-align: center;font-size:1.1rem;color:#333;}
.product_article .title .time{display: block;height:1.5rem;line-height:1.5rem;text-align: center;margin:0.7rem 0 0;font-size:0.7rem;color:#999;}
.product_article .title .time img{display: inline-block;height:0.9rem;margin-top:-0.1rem;margin-right:0.5rem;}
.product_article .title .share{text-align: center;height:1.2rem;line-height:1.2rem;margin-top:0.5rem;}
.product_article .title .share span{display: inline-block;vertical-align: top;}
.product_article .title .bdsharebuttonbox{display: inline-block !important;vertical-align: top;}
/* 产品内页图 */
/* ===================== 产品列表页 ===================== */
/* ===================== 产品 详情页 ===================== */
/* 产品内页 */
.show-product-phone .tel{background:url("../images/img35.png") no-repeat left center;background-size:3rem auto;padding-left:3.5rem}
.show-product-phone .tel a{display:block;font-size:2.1rem;font-family:Arial;font-weight:bold}
.show-product-phone .btn-danger{padding: 0.5rem 1.25rem;border-color: #D72629;background: #D72629}
.img_big_box{width:55%;float: left;}
.img_big_box .img_box{height:20rem;border:0.05rem solid #f1f1f1;border-radius:0.25rem;position: relative;border-bottom:none;}
.img_big_box .img_box img{max-width:99%;max-height:99%;border-radius:0.25rem;position: absolute;left:0;top:0;right:0;bottom:0;margin:auto;}
.img_big_box .small_box{border:0.05rem solid #f1f1f1;border-radius:0.25rem;text-align: center;}
.img_big_box .small_box img{max-height:4rem;display: inline-block;margin:0.5rem 0.25rem;border:0.05rem solid #fff;}
.img_big_box .small_box img.active{border-color:#D72629;}
.info_big_box{width:42%;float: right;height:25.1rem;}
.info_big_box h1{color:#444;line-height:1.8rem;font-weight: bold;font-size:1.3rem;}
.info_big_box .info_1{margin:1.5rem 0 0;}
.info_big_box .info_1 .dh{color:#555;min-height:2rem;line-height:2rem;cursor:help;margin-bottom:0.5rem;}
.info_big_box .info_1 .dh img{float: left;width:1.5rem;margin-top:0.25rem;}
.info_big_box .info_1 .dh span{float: right;width:89%;font-size:0.9rem;color:#555;letter-spacing:0px;line-height:2rem;}
.info_big_box .info_1 .dh span.num{font-family:impact;font-size:1.3rem;letter-spacing:0.1rem;}
.info_big_box .info_2{padding:0.5rem;}
.info_big_box .info_2 .ewm{width: 7.5rem;text-align: center;}
.info_big_box .share{height:1.2rem;line-height:1.2rem;margin:1rem 0;}
.info_big_box .share span{font-size:0.8rem;color:#555;}
.bdshare-button-style0-24 a, .bdshare-button-style0-24 .bds_more{margin:0 0.3rem 0 0 !important;}
.info_big_box .info_3 span{display: inline-block;padding:0.4rem 0;line-height:1.2rem;color:#555;cursor:help;font-size:0.6rem;}
.info_big_box .info_3 span img{display: inline-block;height:1rem;margin-bottom:0.15rem;margin-right:0.3rem;}
.xgcp_title{padding:0.5rem;background-color:#fafafa; margin:1.5rem 0 0;}
.xgcp_title h3{color:#D72629;border-left:0.1rem solid #D72629;padding-left:1rem;height:1.5rem;line-height:1.5rem;font-weight: bold;font-size: 1rem;}
.article_content{font-size:0.8rem;line-height:1.3rem;color:#333;padding-top:1.5rem;}
.right_side.contact_box .article_content{padding: 2.5rem;}
.right_side.contact_box .article_content a{display: inline-block;}
.article_box{padding-top:1.5rem;}
.article_box img, .article_content img{display: inline;}
.article_box p, .article_content p{margin-bottom:0.7rem;}
#xgcp ul li{float: left;text-align: center;width:23%;margin:1%;}
#xgcp ul li strong{display: block;height:1.8rem;color:#333;font-size:0.8rem;font-weight:100;line-height:1.8rem;text-align: center;}
#xgcp ul li:hover strong{color:#fff;}
#xgcp ul li:hover .pb_bg{transform: scaleY(1);-webkit-transform: scaleY(1);transform-origin: left 0;-webkit-transform-origin: left 0;visibility: visible\9;}
.pagenum{border-top:0.05rem solid #DCDCDC;margin-top:1.5rem;text-align: center;}
.pagenum a{display: inline-block;color:#D72629;margin:1rem 1rem 0;}
.pagenum span{font-size:0.8rem;color:#D72629;}
.pagenum a:hover{background-color:#D72629;color: #fff;}
.pagenum a:hover span{color:#fff;}
/* ===================== 产品 详情页 ===================== */
/* ===================== 内页 Banner 图 ===================== */
#nyba{height:25rem;position: relative;overflow:hidden;background-color:rgba(0,0,0,0.3);background-image:url(../images/neibanner.jpg);background-position:top center;background-repeat:no-repeat;background-attachment: fixed;z-index: 5;}
.fade_text{text-transform:uppercase;margin-top:10%;text-align: center;font-size:0;}
.fade_text span{color:#fff;display: inline-block;}
.fade_text .cn{height:4.75rem;line-height:4.75rem;overflow: hidden;}
.fade_text .cn span{font-size:3.6rem;}
.fade_text .en{height:2rem;line-height:2rem;font-size:1.5rem;overflow:hidden;display: none;}
.fade_text .line{width:4rem;height:0.15rem;background-color:#fff;margin:1rem auto;}
.arrow_down{position:absolute;left:50%;margin-left:-0.2rem;bottom:1rem;overflow: hidden;width:0.4rem;}
.arrow_down .line{display: block;width:0.05rem; height:2rem;margin:0 0.15rem;background: #fff; }
.arrow_down .aw{display: block;width:100%;height:0.25rem;margin-top:0.15rem;background: url('../images/aw.png') no-repeat;}
.arrow_down .lg{-webkit-animation: long 1.5s linear alternate infinite; animation: long 1.5s linear alternate infinite; }
@-webkit-keyframes long{
	from { -webkit-transform: translateY(-1.5rem); transform: translateY(-1.5rem); }
    to { -webkit-transform: translateY(0); transform: translateY(0); }
}
@keyframes long{
	from { -webkit-transform: translateY(-1.5rem); transform: translateY(-1.5rem); }
    to { -webkit-transform: translateY(0); transform: translateY(0); }
}
@-webkit-keyframes long1{
	from { -webkit-transform: translateY(0px); transform: translateY(0px); }
    to { -webkit-transform: translateY(-30px); transform: translateY(-30px); }
}
@keyframes long1{
	from { -webkit-transform: translateY(0px); transform: translateY(0px); }
    to { -webkit-transform: translateY(-30px); transform: translateY(-30px); }
}
.son_list{position: absolute;height:2.5rem;width:100%;bottom:0.5rem;left:0;text-align: center;}
.son_list a{display: inline-block;width:7rem;padding:0 0.25rem;height:2.5rem;color:#333;background-color: #fff;font-size:0.8rem;text-align: center;line-height:2.5rem;position: relative;z-index:1;white-space:nowrap; overflow:hidden; text-overflow: ellipsis;}
.son_list a i{background-color:#D72629;position: absolute;left:50%;top:50%;margin:-5rem 0 0 -5rem;z-index:-1;width:10rem;height:10rem;border-radius:50%;transform: scale(0);-webkit-transform: scale(0);-moz-transform: scale(0);-o-transform: scale(0);-ms-transform: scale(0);}
.son_list a:hover i, .son_list a.active i{transform: scale(1);-webkit-transform: scale(1);-moz-transform: scale(1);-o-transform: scale(1);-ms-transform: scale(1);}
.son_list a:hover, .son_list a.active{color:#fff;}
/* ===================== 内页 Banner 图 ===================== */
/* ===================== 面包屑导航 ===================== */
.position_now{height:3rem;line-height:3rem;font-size:0.7rem;background-color: #f1f1f1;}
.position_now a{display: inline-block;color:#707070;}
.position_now .fl{color: #707070;}
.position_now .fl img{height:1rem;margin-top:-0.2rem;display: inline-block;margin-right:0.4rem;}
.position_now .fr{font-family: impact;color:#00AEC3;font-size:1.1rem;}
.position_now .fr img{height:1.3rem;display: inline-block;margin-right:0.4rem;vertical-align: middle;}
.position_now .fr strong{font-weight:100;}
/* ===================== 面包屑导航 ===================== */
/* ===================== 新闻页面 ===================== */
/* 新闻样式 1 */
.news_one .news_box li{margin-bottom:1rem;}
.news_one .news_box li .img{width:40%;height:15rem;overflow:hidden;float:left;border-radius:0.4rem;position: relative;}
.news_one .news_box li .img img{-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.news_one .news_box li .img .bg{position: absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,0);}
.news_one .news_box li .img .bg i{opacity:0;position: absolute;left:50%;top:50%;margin:-0.75rem 0 0 -2.5rem;width:1.5rem;height:1.5rem;background:url(../images/news_arrow.png) center/100% no-repeat;}
.news_one .news_box li .info{width:58%;height:12rem;float:right;padding-top:3rem;}
.news_one .news_box li .info h3{font-weight:bold;font-size:0.9rem;color:#333;}
.news_one .news_box li .info .time{color:#777;font-size:0.7rem;padding:1rem 0;}
.news_one .news_box li .info .line{width:100%;height:0.05rem;background-color: #e5e9ef;margin-bottom:1rem;}
.news_one .news_box li .info .line i{display: block;width:0%;height:0.05rem;background-color:#D72629;}
.news_one .news_box li .info p{color:#999;font-size:0.8rem;line-height:1.3rem;height:2.6rem;overflow: hidden;}
.news_one .news_box li:hover .info{padding-top:2.5rem;}
.news_one .news_box li:hover .line i{width:100%;}
.news_one .news_box li:hover h3{color:#D72629;}
.news_one .news_box li:hover .bg{background:rgba(0,0,0,0.55);}
.news_one .news_box li:hover .bg i{opacity:1;margin:-0.75rem 0 0 -0.75rem;}
.news_article_box .left_fixed{position: fixed;left:0;top:0;width:30%;height:100%;z-index:-1;}
.news_article_box .left_fixed .text{padding:35% 0 0 25%;}
.news_article_box .left_fixed h6{font-size:3.5rem;color:#006db2;opacity:0.5;font-style:italic;font-family: impact;}
.news_article_box .left_fixed h5{font-size:0.8rem;color:#333;margin-top:1.5rem;}
.news_article_box .left_fixed .return{margin-top:2rem;font-size:0.7rem;color:#666;}
.news_article_box .left_fixed .return:after{content:'';}
.news_article_box .right_article{float: right;width:1200px;overflow: hidden;}
.news_article_box .inner_content{padding:1.5rem 2.5rem;}
.news_article_box .h1_title{padding:0px 2rem;line-height:1.5;}
.news_article_box .h1_title h1{font-size:1.4rem;color:#333;margin-bottom:1rem;text-align: center;font-weight: 700;}
.news_article_box .h1_title .time img{height:1rem;display: inline-block;margin:-0.2rem 0.5rem 0 0;}
.news_article_box .h1_title .time span{color:#777;font-size:0.8rem;}
.page_list{text-align: center;}
.page_list b{font-size:0;}
.page_list b a, .page_list b font{display: inline-block;font-weight:100;color:#999;font-size:0.8rem;margin-right:0.5rem;border:0.05rem solid #e5e9ef;width:2rem;height:2rem;line-height:2rem;border-radius:0.3rem;text-align: center;}
.page_list b font{background-color:#D72629;color:#fff;border-color:#D72629;}
.page_list_span1{display: none;}
/* 新闻样式 1 */
/* 新闻样式 2 */
.news_two .news_box li{float: left;width:31.33%;margin:1%;overflow: hidden;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.news_two .news_box li a{padding:1rem;background-color:#f3f3f3;position: relative;}
.news_two .news_box li .time strong{font-size:2.5rem;color:#D72629;display: inline-block;font-family:"SimHei";position: relative;}
.news_two .news_box li .time strong::after{content:'';position: absolute;left:0;top:1.5rem;width:0px;background-color:#D72629;height:0.1rem;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.news_two .news_box li .time span{font-size:0.6rem;color:#333;display: block;font-family:"SimHei";}
.news_two .news_box li h3{color:#333;font-size:0.9rem;line-height: 1.3rem;height:2.6rem;overflow: hidden;margin:0.75rem 0 0.5rem;}
.pc .news_two .news_box li:hover h3{color:#D72629;}
.news_two .news_box li p{font-size:0.7rem;color:#666;line-height:1.1rem;height:2.2rem;overflow: hidden;margin-bottom:0.5rem;}
.news_two .news_box li i{position: absolute;background-color:#D72629;}
.news_two .news_box li i.i1{width:0px;height:0.1rem;top:1rem;right:1rem;}
.news_two .news_box li i.i2{width:0.1rem;height:0px;top:1rem;right:1rem;}
.pc .news_two .news_box li:hover i.i1{width:1.5rem;}
.pc .news_two .news_box li:hover i.i2{height:1.5rem;}
.pc .news_two .news_box li:hover{box-shadow:0px 0.9rem 1.25rem rgba(0,0,0,0.08);}
.pc .news_two .news_box li:hover strong::after{width:100%;}
.fixed_body{display: none;position: fixed;width:100%;height:100%;background:rgba(255,255,255,0.8);left:-30%;top:0;z-index:9999;}
.fixed_body .fixed_article{display: none;position:fixed;width:60rem;height:40rem;top:50%;right:20%;margin:-20rem -30rem 0 0;background-color:#fff;z-index:99999;box-shadow:0px 0 1.25rem rgba(0,0,0,0.08);}
.fixed_body .fixed_article .fb_close{position: absolute;right:0;top:0;width:3rem;height:3rem;cursor:pointer;background-color:#D72629;}
.fixed_body .fixed_article .fb_close i{display: block;margin:0.5rem auto 0;width:2rem;height:2rem;background:url(../images/jia.png) center center/80% no-repeat;}
.fixed_body .fixed_article .fb_close:hover i{transform: rotate(45deg);-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);}
.fixed_body .fixed_article iframe{border:none;width:100%;height:100%;display: block;}
@media( max-width:1505px ){
	.fixed_body .fixed_article{width:1000px;margin-right:-500px;}
}
/* 新闻样式 2 */
/* ===================== 新闻页面 ===================== */
/* ===================== 产品页 左侧 导航 ===================== */
#list .left_side{width:14rem;}
#list .left_side .box_two{width:13rem;background-color:#3a4750;padding:0.5rem 0.5rem;}
#list .left_side .box_two{margin-top:0.5rem;padding:1rem 0.5rem;}
#list .left_side .box_two p{font-size:0.8rem;color:#fff;line-height:1.5rem;}
#list .left_side .box_two strong{color:#fff;font-size:1.5rem;display: block;margin-bottom:0.5rem;font-family:impact;font-weight:100;}
#list .left_side .box_two .more{height:1.8rem;line-height:1.8rem;background-color:#fff;margin-top:0.5rem;width:10rem;color:#333;text-align: center;}
#list .left_side .box_two .more i{background-color:dodgerblue;}
#list .left_side .box_two .more:hover{color:#fff;}
#list .right_side.fr{width:60rem;}
@media(max-width:1505px ){#list .right_side.fr,#list .right_article.fr{width:900px;}}
/* ===================== 产品页 左侧 导航 ===================== */
/* ===================== 全局搜索框 ===================== */
.form_box {display: none;border:0.05rem solid #f1f1f1;border-radius: 0.25rem;margin-bottom: 1rem;}
.form_box .sf{margin:0 auto;text-align: center;font-size:0;}
.form_box .an {display: inline-block;border: 0.05rem solid #f1f1f1;background-color: #fff;color: #333;height: 2rem;border-radius: 0.4rem;margin: 0.5rem 0.25rem;font-size: 0.8rem;line-height:2rem;padding: 0px 0.75rem;outline:none;}
.form_box .an{vertical-align: bottom;}
.form_box .an:hover{border-color:#D72629;}
.form_box .inp{height:1.9rem;vertical-align: bottom;}
.form_box .submit{width:4rem;cursor:pointer;}
/* ===================== 全局搜索框 ===================== */
/* ===================== 在线留言 ===================== */
.form_box_box{width:60rem;margin:2rem auto;padding:3rem 0;box-shadow: 0px 1rem 4rem rgba(76, 76, 76, 0.1);}
ul.fs{width:50rem;margin:0 auto;}
ul.fs input, ul.fs textarea{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-transition: 0.8s;-o-transition: 0.8s;-ms-transition: 0.8s;-moz-transition: 0.8s;transition: 0.8s;}
ul.fs .box1 li{float: left;width:16rem;margin-right:1rem;}
ul.fs .box1 li:nth-of-type(3){margin:0;}
ul.fs .box1 li input{border:0.05rem solid #e1e7ee;width:100%;height:2.5rem;padding:0.5rem;color:#999;}
ul.fs li input:hover{border-color:#D72629;}
ul.fs .box1 li input::-webkit-input-placeholder, ul.fs li.textarea textarea::-webkit-input-placeholder, ul.fs li.yzm input::-webkit-input-placeholder{color: #999;}   
ul.fs .box1 li input:-moz-placeholder, ul.fs li.textarea textarea:-moz-placeholder, ul.fs li.yzm input:-moz-placeholder{color: #999;}    
ul.fs .box1 li input:-ms-input-placeholder, ul.fs li.textarea textarea:-ms-input-placeholder, ul.fs li.yzm input:-ms-input-placeholder{color: #999;}
ul.fs li.textarea textarea{width:100%;height:7.5rem;border:0.05rem solid #e1e7ee;padding:0.5rem;margin:1rem 0;color:#999;}
ul.fs li.textarea textarea:hover{border-color:#D72629;}
ul.fs li.radio{text-align: center;}
ul.fs li.radio label{margin:0 0.5rem;}
ul.fs li.yzm{text-align: center;margin:1rem 0;}
ul.fs li.yzm img{display: inline-block;height:1rem;}
ul.fs li.yzm input{border-bottom:0.05rem solid #e1e7ee;width:10rem;height:2.5rem;padding:0.5rem;color:#999;}
ul.fs li.yzm input:hover{border-color:#D72629;}
ul.fs li.submit input{height:2.5rem;margin:0 auto;display: block;cursor:pointer;width:10rem;border-radius:2.5rem;background-color:#D72629;font-size:0.8rem;color:#fff;}
/* ===================== 在线留言 ===================== */
/* ===================== 联系我们 地图 ===================== */
#allmap{height:20rem;width: 50%;float: right;}
#allmap img{max-width:none !important;}
/* 联系 */
.contact{padding-bottom:6.5rem}
.contact .row{align-items:center;background:#f9f9f9;box-shadow:0px 0.5rem 1rem rgba(181,181,181,0.25)}
.contact .left{padding:3rem 5.53% 3rem 6.21%;display:flex;align-items:center;margin: 0;}
.contact .left .text{flex:1;padding-right:1rem}
.contact .left .text .tit span{font-size:1.8rem;font-weight:500;font-weight:bold;color:#D72629;}
.contact .left .text ul li{display:flex;align-items:start;margin-top:1.25rem}
.contact .left .text ul li img{width:1.6rem;margin-right:0.2rem;position:relative;top:0.15rem}
.contact .left .text ul li p{flex:1;font-size:1rem;line-height:1.6;color:#383838}
.contact .left .code{padding:0.6rem 0.5rem 0 0.5rem;background:#fff;text-align:center}
.contact .left .code p{font-size:.9rem;line-height:2.5em;color:#383838}
.contact .right{width:35.15%;position:relative}
.contact .right>img{width:100%}
.contact .right div{position:absolute;left:40.5%;top:34%}
.contact .right div img{width:1rem;animation:bounceInDown2 2s 1s linear infinite}
.contact .right div i{background:rgba(0,0,0,0.2);display:block;border-radius:50%;height:0.35rem;width:0.35rem;position:absolute;left:0.09rem;top:70%;margin:0.275rem 0px 0px 0.3rem;transform:rotateX(55deg)}
.contact .right div i::after{content:"";border-radius:50%;height:1rem;width:1rem;position:absolute;margin:-0.325rem 0 0 -0.325rem;animation:mypulsate 1s ease-out;animation-iteration-count:infinite;opacity:0;filter:alpha(opacity=0);box-shadow:0 0 0.05rem 0.1rem #89849b;animation-delay:1.1s}
@keyframes mypulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    filter: none;
  }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@keyframes bounceInDown2 {
  0% {
    transform: translate3d(0, -0.5rem, 0);
  }
  50% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, -0.5rem, 0);
  }
}
/* ===================== 联系我们 地图 ===================== */
/* ===================== 回到顶部 ===================== */
.go_top{display: none;background:url(../images/top.png) center center/50% no-repeat;width:40px;height:40px;cursor:pointer;text-align: center;background-color:#D72629;border-radius:50%;position: fixed;right:6px;bottom:100px;z-index:99999999999;}
/* ===================== 回到顶部 ===================== */
.firstRow img {display: inline-block;}
.sycep{
	display: none;
}
/* ================================ 内页 END ================================ */
/*===================== 响应式代码 START =====================*/
.header .menu_box{display: none;}
.header .menu_box{float: right;width:24px;height:54px;}
.header .nav_button{position: absolute;right:15px;top:26px;vertical-align: middle;width:24px;height:2px;cursor:pointer;background-color:#2483C3;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.header .nav_button::after, .header .nav_button::before{content:'';width:24px;height:2px;position: absolute;z-index:99999999;right:0;background-color:#2483C3;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.header .nav_button::after{top:9px;}
.header .nav_button::before{top:-9px;}
.header .menu_box.on .nav_button{width:0;}
.header .menu_box.on .nav_button::before{-webkit-transform: translateY(9px) rotate(45deg);-ms-transform: translateY(9px) rotate(45deg);transform: translateY(9px) rotate(45deg);}
.header .menu_box.on .nav_button::after{-webkit-transform: translateY(-9px) rotate(-45deg);-ms-transform: translateY(-9px) rotate(-45deg);transform: translateY(-9px) rotate(-45deg);}
#close{display: none;position: fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);z-index:999;}
.wap_son{display: none;padding:0 13px;margin-bottom:20px;}
.wap_son a{width:47.93%;height:40px;line-height:40px;font-size:16px;color:#fff;text-align: center;margin:1%;float: left;background-color:#D72629;}
.fixed_footer{display: none;}
.fixed_footer{display: none;background: linear-gradient( 50deg , #036acb, #259749);height:50px;position: fixed;bottom:0px;left:50%;margin-left:-46%;z-index:999;width:92%;border-radius:10px;}
@media (min-width:640px){
	.fixed_footer{width:640px !important;left:50%;margin-left:-320px;}}
.fixed_footer a{float: left;width:33.33%;text-align: center;}
 .fixed_footer img{display: inline-block;height:24px;margin:5px 0 0;}
 .fixed_footer strong{color:#fff;font-size:12px;display: block;height:20px;line-height:20px;}
@media(max-width:1930px){
	.section2 .w1700 .bottom .box{padding: 50px 0;}
}
@media( max-width:1780px ){
	.w1700{width: 1600px !important;}
}
@media( max-width:1680px ){
	html{font-size: 18px;}
}
	@media( max-width:1550px ){
		html{font-size: 17px;}
	.inner{width: 1300px;}
	.w1700{width: 1300px !important;}
	.header .nav{width:50%;}
	.section_five .item.one .box, .section_five .item.two .box{margin-left:15%;}
	.section_seven .item{width:130px;}
	.section_seven .item .radius{width:128px;height:128px;}
	.section_seven .item i{margin:35px auto 0;}
	.section_eight .more{margin-top:40px;}
}
	@media(max-width:1400px){
	html{font-size: 16px;}
}
@media( max-width:1366px ){
.w1700{width: 1200px !important;}
	.inner{width: 1200px;}
	.pub_title h4{font-size: 40px;}
	.pub_title p{font-size: 16px;}
	.section_six .swiper-container.anli .swiper-slide{width: 500px;}
	.header .logo img{height: 60px;}
	}
@media( max-width:1280px ){
	.header .call h3{font-size:26px;}
}
@media( max-width:1200px ){
	.fixed-bottom{background: #E61719 !important;}
	.f_16,.zyys .topbb p{ font-size:.8rem; }
	.f_18,.index_pro .hot_pro .fr .con{ font-size:.7rem; }
	.f_20,#home-ys ul li strong{ font-size:.8rem; }
	.f_24,#home-ys h3{ font-size:1rem; }
	.f_28,#home-ys h2,.index_pro .hot_pro .fr .tit h3 a{ font-size:1.4rem; }
	.f_30,.section2 .w1700 .h{ font-size:1rem; }
	.f_48{ font-size:1.4rem; }
	.f_58{ font-size:1.4rem; }
	html,body{max-width:750px;margin:0 auto !important;}
	.header .nav ul li em, .header .nav ul li i, .product_list_two .item .info p, .product_list_three .item .info p, .header .call, .banner .swiper-button-next, .banner .swiper-button-prev, .news_two .news_box li p, .position_now .fr, .arrow_down, #list .left_side, .news_one .news_box li .img .bg, .news_article_box .left_fixed, .img_big_box, #none,.tj_box .gallery-top .swiper-slide a .txt,.tj>img,.tabbox .content1,.footer .f1,.footer .f2,.footer .f4,.more1,#top_scroll ul li p,.about_box .call span,.section_two .item_box .yspic img:nth-child(1),.section_two .item_box .yspic img:nth-child(3),#winImgDiv,.pub_title p,.hf,.wel-products-box .wel-products-titles::before{display: none !important;}
	.header .menu_box, .mobile .fixed_footer, .wap_son{display: block;}
	.wap_show{display: block !important;}
	#list .auto, #news_article, #article, .position_now .auto, #nyba .black .auto,.tj_box,.w1300,.tabbox,.footer .f3,.w1200,#home-ys ul,.inner,.w1700,.w1400,.section_three1 .right{min-width: auto;width:auto;padding:0 15px;}
	#scroll_one ul li img{display: inline-block;float: none;}
	#scroll_one ul li h3{height: 30px;line-height: 30px;font-size: 18px;float: none;display: inline-block;margin-top: 5px;text-align: center;}
	.hf{padding: 30px 0;height: auto;}
	.hf img{width: 50%;}
	.hf h3{padding: 15px 10px 0;}
	.index_pro .hot_pro .fr .tit h3 img{width: 30px;}
	.header{height:50px;background:rgba(255,255,255, 1);}
	.header .inner{padding:0 15px;width:auto;height:50px;}
	.header .logo img{height:40px !important;margin:5px 0 0 !important;}
	.header .nav{position: fixed;width: 280px;height: auto;overflow: auto;padding: 20px 0;top: 50%;left: 50%;margin: -200px 0 0 -140px;z-index: 9999999999;background-color: #fff;box-shadow: 0 0 10px #f1f1f1;-webkit-transform: scale(0);-moz-transform: scale(0);-ms-transform: scale(0); -o-transform: scale(0);transform: scale(0);}
	.header .nav ul li{display: block;float:none;width:90%;margin:0 auto;height:40px !important;line-height: 40px !important;border-bottom: 1px solid #f9f9f9;}
	.header .nav ul li span, .header .nav ul li a{color:#333 !important;}
	.header .nav ul li a:hover span, .header .nav ul li a.active span{line-height:40px;}
	.header .nav ul li:last-child{border: none;}
	.product_son{display: none !important;}
	.position_now .fl{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;}
	.pub_title h4{font-size:28px;padding-top:20px}
	.pub_title h4{margin-bottom: 20px;}
	.pub_title h4 img{height: 28px;}
	.pub_title h4 span{font-size:28px;margin:0;}
	.pub_title h4 i{font-size:60px;top: 0px;}
	.pub_title p{font-size: 14px;margin-bottom: 20px;}
	ul.pnav{display: table;  word-spacing:-1em;}
	.fwby{margin-top: 10px;display: flex;flex-wrap: wrap;}
	.fwby p{text-indent: 0;background-image: none;padding: 0;margin-left: 4%;float: none;width: 48%;text-align: center;line-height: 2;}
	.fwby p:nth-child(3){margin-left: 0;}
	.fwby p:nth-child(n+3){margin-top: 10px;}
	.fwby p a{padding: 0;font-size: 16px;}
	.comCate li{width: 48%;margin: 0 1% 10px;}
	.comCate li a{font-size: 16px !important;}
	.index_pro_list_box{width: 100%;padding: 0;box-shadow: none;margin:20px 0 0 !important;}
	ul.pnav li{width: 33%;}
	ul.pnav li a{font-size: 14px;}
	.nbanner{height: 14rem; }
	.nbanner .mt-10{margin-top: 0 !important;}
	.nbanner .mt-10 h1{padding-top: 3em !important;font-size: 1.5rem;}
	/* 简介 */
	.section2{background-size: 150% auto;background-position: bottom right;background-color: #0366C4;padding-bottom: 13rem;background-attachment: unset}
	.section2 .w1700 .bottom .box img{max-width: 40px;max-height: 30px;}
	.section2 .w1700 .bottom .box .p1{margin-top: 0;font-size: 0.7rem;}
	.section2 .w1700 .bottom .box .top1{margin-top: 0;}
	.section2 .w1700 .bottom .box{width: 50%;padding: 15px 0;justify-content: center}
	.section2 .w1700 .bottom .box .top1 .txt,.section2 .w1700 .bottom .box .top1 .num{line-height: 1.5;}
	.section2 .w1700 .bottom .box .top1 .num{font-size: 1.3rem;}
	.section2 .w1700 .txt .btn{width: 50px;height: 50px;margin-top: 20px;background-size: cover;}
	.section2 .w1700 .bottom{margin-top: 20px;flex-wrap: wrap;}
	.section2 .w1700 .txt{flex-direction: column;gap: 2rem}
	.section2 .w1700 .a_video{width: 100%;height: auto;}
	/* 产品 */
	.wel-products{padding: 30px 0;}
	/* 优势 */
	.syys{height: auto;background-size: cover;background-position-x: right;padding-top: 2rem;}
	.syys .pub_title h4{color: #fff;}
	.syys .w1400 .syys_top img{width: 100%;}
	.syys .pub_title h3{font-size: 30px;}
	.syys .pub_title h3 em{font-size: 30px;padding: 0;width: auto;height: auto;line-height: 24px;background: none;}
	.syys .w1400 ul{display: block;background: none;}
	.syys .w1400 ul li{width: 170px;height:170px;border-radius: 30px 0 30px 0;box-sizing: border-box;padding: 5px 10px;margin-top: 10px !important;}
	.syys .w1400 ul li em{padding: 0;}
	.syys .w1400 ul li b{font-size: .9rem;margin: 0;}
	.syys .w1400 ul li em{font-size: 0.7rem;line-height: 20px;}
	#nyba{height:300px;background-size: cover;background-attachment: unset;}
	.fade_text{margin-top:171px;}
	.fade_text .cn{line-height:40px;height:40px;}
	.fade_text .cn span{font-size:30px;}
	.fade_text .en{font-size:16px;}
	.fade_text .line{margin:10px auto;}
	.form_box_box, ul.fs{width:100%;}
	.form_box_box{margin:0;padding:20px 0;box-shadow:none;}
	ul.fs .box1 li{float:none;width:100%;margin-bottom:20px;}
	.product_list_one .item, .product_list_two .item, .product_list_three .item{width:49%;margin:0.5%;}
	.product_list_two .item .info{min-height:70px;}
	#list .right_side{float:none !important;width:100% !important;}
	.news_one .news_box li .img, .news_one .news_box li .info{float:none !important;width:100%;}
	.news_one .news_box li .img{height:200px;}
	.news_one .news_box li .info{padding-top:20px;height:auto;}
	.news_one .news_box li .info .time{padding:6px 0;}
	.news_one .news_box li .info .line{margin-bottom:6px;}
	.news_one .news_box li:hover .info{padding-top:20px;}
	.news_article_box{padding-top: 54px;}
	.news_article_box .right_article{width:100%;float:none;background-color: #fff;}
	.news_article_box .inner_content, .news_article_box .h1_title{padding:20px;}
	.news_two .news_box li{width:49%;margin:0.5%;}
	.news_two .news_box li a{padding:8px;}
	.news_two .news_box li .time strong{font-size:30px;}
	.fixed_body .fixed_article {width:90%;height:500px;margin: -250px -45% 0 0;}
	.fixed_body .fixed_article .fb_close{top:auto;bottom:0;width:50px;height:50px;}
	.fixed_body .fixed_article .fb_close i{margin-top:5px;transform: rotate(45deg);-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);}
	.info_big_box,.section_six,.section_two{width:100%;height:auto;}
	.info_big_box h1{margin-top:0;font-size:20px;}
	.info_big_box .info_1{margin-top:10px;}
	.info_big_box .share{margin:0 0 10px 0;}
	.xgcp_title{margin-top:10px;}
	.right_side.contact_box .article_content,#allmap{float: none;width: 100%;box-sizing: border-box;}
	/* 合作客户 */
	.work{padding: 2rem 0;}
	.work ul li{width: 31.8%;}
	/* 内页简介 */
	.section_three1{height: auto;padding: 0 0 1px;margin-top: 0px;}
	.section_three1 .inner{margin-top: 0px;width: 100%;box-sizing: border-box;padding: 0;}
	.section_three1 .right img{width: 80%;}
	.section_three1 .right h5{font-size: 1rem;}
	.section_three1 .left,.section_three1 .right{width: 100%;margin: 0;}
	.section_three1 .left{position: static;margin-top: 15px;}
	.section_three1 .right{background: rgba(255,255,255,0.8);padding: 0 ;float: none;padding: 0 15px;}
	.section_three1 .right h1,.section_three1 .right .item h3{font-size: 24px;}	
	.section_three1 .right ul{display: block;width: 100%;margin:0;}
	.section_three1 .right ul li{width: 50%;float: left;background: none;padding-left: 0;}
	.section_three1 .right ul li span{font-size: 28px;}
	.section_three1 .right ul li p{font-size: 14px;}
	.section_three1 .num_top{padding: 30px 0;}
	.section_three1 .num_top ul{flex-wrap: wrap;}
	.section_three1 .num_top ul li{background: none;flex: unset;width: 50%;}
	.section_three1 .num_top ul li span{font-size: 30px;}
	.section_three1 .num_top ul li p{font-size: 14px;}
	/* 新闻 */
	.section_nine{margin-top: 0;}
	.section_nine .protit{padding-top: 0;}
	.tabbox{padding: 0;}
	.tabbox .tab,.tabbox .tab .item{width:100%;}
	.tabbox .tab .item{height: auto;width: 48% !important;margin: 1% !important;background-color: #fff;padding: 0 !important;}
	.tabbox h3 strong{width: 100% !important;}
	.tabbox .tab .item .img{width:100%;height: auto;float: none;}
	.tabbox .tab .item .img img{width:100%;height: auto;}
	.tabbox .tab .item .info{width:100% !important;box-sizing:border-box;padding:10px !important;float: none;display: block !important;}
	.tabbox .tab .item h3{padding: 0 0 10px 0;}
	.tabbox .tab .item p{font-size: 0.7rem;    color: #999;    line-height: 1.1rem;    height: 2.2rem;overflow: hidden;}
	.banner{top:0;padding-top: 30px !important;}
	.fixed_footer{
		display: block;
	}
	.product_list_one .item .info{padding: 0;font-weight: 400;}
	.product_list_one .item strong{font-size: 16px;}
	#allmap{height:300px;}
	.contact .row{display:block}
.contact .left{display:block;box-sizing: border-box;}
.contact .left .text{width: 100%;padding-right: 0;}
.contact .left .text .tit span{font-size:1.6rem}
.contact .left .text ul li img{width:1.4rem;top:.2rem}
.contact .left .text ul li p{font-size:1.2rem;line-height:1.8rem}
.contact .left .code{width:15rem;margin-top:2.6rem;margin-left:auto;margin-right:auto}
.contact .left .code img{width:100%}
.contact .left .code p{font-size:1.2rem}
.contact .right{width:100%}
.contact{padding-top:2rem;padding-bottom:5rem}

/* 简介案例 */
	.section_six .swiper-container.anli{padding-top: 0;}
	.section_six{padding: 2rem 0;}
/* 底部 */
.footer .inner>div{padding: 0;}
}
@media( max-width:640px ){
	.section_six .swiper-container.anli .swiper-slide{width: 400px !important; }
	.swiper-container.anli .swiper-button-prev{left: 0  !important;}
	.swiper-container.anli .swiper-button-next{right:  0  !important;}
}
@media( max-width:500px ){
	.section_six .swiper-container.anli .swiper-slide{width: 330px !important; }
}
@media( max-width:320px ){
	.section_six .swiper-container.anli .swiper-slide{width: 320px !important; }
}
/*===================== 响应式代码 END =====================*/
