.content{max-width: 1680px; box-sizing: border-box;  margin: 0px auto;width:100%;}
.content2{max-width: 1400px;box-sizing: border-box;margin: 0px auto;}
.maodian{height: 0px;transform: translateY(-128px);}

@font-face {  
    font-family: 'REYNA';  
    src:url('/static/default/assets/fonts/REYNA.ttf') format('truetype')
    font-style: normal;  
}  

@font-face{font-family:arenacondensed-bold;src:url(/static/default/assets/fonts/arenacondensed-bold.eot);src:url(/static/default/assets/fonts/arenacondensed-bold.eot?#iefix) format('embedded-opentype'),url(/static/default/assets/fonts/arenacondensed-bold.woff2) format('woff2'),url(/static/default/assets/fonts/arenacondensed-bold.woff) format('woff'),url(/static/default/assets/fonts/arenacondensed-bold.ttf) format('truetype'),url(/static/default/assets/fonts/arenacondensed-bold.svg#allerbold) format('svg');font-weight:400;font-style:normal}

/* 头部 */
.pub_top{
	position: fixed;
	width: 100%;
	top: 0px;
	z-index: 9999999;
	background: #fff;
	height: 128px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: all 220ms linear; 
}

.pub_top.on{height: 92px;}

.pub_top .logo{
	padding-left: 120px;
}
.pub_top .nav_box{display: flex;justify-content: right;align-items: center; height: 100%;}
.pub_top .nav_box>ul{display: flex;padding-right: 50px;}
.pub_top .nav_box>ul>li{height: 40px;line-height: 40px;position: relative;}
.pub_top .nav_box>ul>li>a{font-size: 16px;color: #333333;width: 100px;text-align: center;display: block;}
.pub_top .nav_box>ul>li.cur>a{font-weight: bold;color: #009ce0;}

.pub_top .nav_box>ul>li .sub{
	white-space: nowrap;min-width: 100px;box-sizing: border-box;
	position: absolute;top: 70px;white-space: nowrap;left: 50%;transform: translateX(-50%);
	background: #fff;padding: 10px 15px;box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	transition: all 320ms linear;border-radius: 4px;
	visibility: hidden;opacity: 0;filter: opacity(alpha=0);
}
.pub_top .nav_box>ul>li .sub::after{content: "";width: 8px;height: 8px;transform: rotate(45deg) translateX(-50%) ;position: absolute;top: 0px;left: 50%;background: #fff;}
.pub_top .nav_box>ul>li .sub a{
	display: block;text-align: center;font-size: 14px;color: #333;
	line-height: 1.3em;padding: 5px 0px;
}
.pub_top .nav_box>ul>li .sub a:hover{color: #000;}
.pub_top .nav_box>ul>li:hover .sub{
	top: 45px;
	visibility:visible;opacity: 1;filter: opacity(alpha=100);
}

.pub_top .top_search{padding-left: 50px; padding-right: 120px;height: 100%;display: flex;align-items: center; background: url(/static/default/assets/img/in_search_bg.jpg) center no-repeat;background-size: cover;}
.pub_top .top_search .box{display: flex;justify-content: space-between;align-items: center;border:1px solid #ccc;}
.pub_top .top_search .search_txt{width: 330px;height: 40px;line-height: 40px; border: none;color: #666;background: transparent;outline: none;padding-left:10px;}
.pub_top .top_search .search_txt::placeholder{color: #666;}
.pub_top .top_search .search_btn{cursor: pointer; width: 40px;height: 40px;border: none;outline: none;background:url(/static/default/assets/img/icon_search_1.png) center no-repeat #fff;background-size: 100%; border-radius: 50%;}
.fixed_space{margin-top: 128px;}

.x_hhh {position:relative;}
.x_hhh .swiper-slide{position: relative;}
.x_hhh .swiper-slide .con_box{text-align: center;width: 100%; position: absolute;top: 50%; left: 0px;opacity: 0;visibility: hidden;transition: all 580ms linear;}
.x_hhh .swiper-slide .con_box.on{opacity: 1;visibility: visible;transform: translateY(-50%);}

.x_hhh .swiper-slide .con_box .title{font-size: 70px;color: #fff;font-weight: bold;line-height: 1em;margin-bottom: 25px;}
.x_hhh .swiper-slide .con_box .desc{font-size: 24px;color: #fff;opacity: 0.6;}
.x_hhh .swiper-paginationx {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	position:absolute;
	left:0px;bottom:70px;z-index:2;
}

.x_hhh .swiper-container {
	width: 24px;
	height: 24px;
	margin: 0 0px;
	position: relative;
}
.x_hhh .progress-circle {
	width: 100%;
	height: 100%;
	fill: none;
	stroke: #fcfbfb;
	stroke-width: 2;
	stroke-dasharray: 70;
	stroke-dashoffset: 70;
	transform: rotate(-90deg);
	transform-origin: 50% 50%;
	transition: stroke-dashoffset 0.5s ease;
}
.progress-container{
	width: 24px;
	height: 24px;
}
.x_hhh .swiper-pagination-bullet{width:24px;height:24px;background:url(/static/default/assets/img/dd1.png) no-repeat center;opacity: 1;outline: none;}
.x_hhh .swiper-pagination-bullet-active{background:url(/static/default/assets/img/dd2.png) no-repeat center;outline: none;}
.x_hhh .swiper-pagination-bullet-active .progress-circle{animation: 5s linear 0s 1 normal forwards running fill-progress;outline: none;}

@keyframes fill-progress {
	0% {
		stroke-dashoffset: 70;
	}
	100% {
		stroke-dashoffset: 0;
	}
}
.in_ban{position: relative;overflow:hidden;}
.in_ban .ban_mouse{cursor: pointer; z-index: 99; animation: 2s linear mouse infinite; width: 27px;height: 37px;background: url(/static/default/assets/img/icon_mouse.png) center no-repeat;background-size: 100%;position: absolute;bottom:160px;left: 50%;transform: translateX(-50%); }

@keyframes mouse {
	0% {
		opacity: 0.2;
		transform: translateX(-50%) translateY(0px);
	}
	100% {
		opacity: 1;
		margin-top: 10px;
		transform: translateX(-50%) translateY(10px);
	}
}
/* 产品中心 */
.in_pro{display: flex;justify-content: space-between;overflow:hidden;}
.in_pro .title_box{width: 240px;display: flex; justify-content: center;align-items: center;background: url(/static/default/assets/img/in_pro_title_bg.jpg) center no-repeat;background-size: cover;}
.in_pro .title_box .title{font-size: 68px;color: #fff;opacity: 0.9;transform: rotate(180deg); writing-mode: vertical-lr; white-space: nowrap; }
.in_pro .list_box{width: calc(100% - 240px);box-sizing: border-box;padding-left: 97px;padding-top: 100px;padding-bottom: 108px;background: url(/static/default/assets/img/in_pro_list_bg.jpg) center no-repeat;background-size: cover;}

.in_pro .btn_box{display: flex;justify-content: right;padding-right: 120px;}
.in_pro .btn_box>div{margin-bottom: 60px;cursor: pointer; width: 40px;height: 40px;margin-left: 25px;border-radius: 50%;background: url(/static/default/assets/img/swiper_btn_1.png) center no-repeat;background-size: 100%;outline: none; }
.in_pro .btn_box>div.btn_next{transform: rotateY(180deg);outline: none;}
.in_pro .btn_box>div:hover{background: url(/static/default/assets/img/swiper_btn_1_on.png) center no-repeat;background-size: 100%;outline: none;}
#in_pro_swiepr .swiper-slide{background: #fff; border-radius:15px;}
#in_pro_swiepr .swiper-slide .con_box{padding:30px 30px;position: relative;}
#in_pro_swiepr .swiper-slide .con_box .type{font-size: 18px;color:#8ecc3a;line-height: 1.5em;padding-right: 25px;}
#in_pro_swiepr .swiper-slide .con_box .title{font-size: 18px;color:#333333;line-height: 1.5em;padding-right: 25px;}
#in_pro_swiepr .swiper-slide .con_box::after{content: "+";color: #e3e3e3;font-size: 60px;position: absolute;right: 40px;top: 50%;transform: translateY(-50%);}
#in_pro_swiepr .swiper-slide:hover .con_box{background:#018ed6; border-bottom-left-radius:15px;border-bottom-right-radius:15px;}
#in_pro_swiepr .swiper-slide:hover .con_box .type{color: #fff;}
#in_pro_swiepr .swiper-slide:hover .con_box .title{color: #fff;}
#in_pro_swiepr .swiper-slide:hover .con_box::after{color: #fff;}

/* 关于我们 */
.in_about{}
.in_about .content{overflow:hidden;height:auto;padding:80px 0;}
.in_about .content .con_box{max-width: 970px;overflow:hidden;padding-top:50px;}
.in_about .content .con_box>.tit{opacity: 0.6;margin-bottom: 25px;padding-left: 22px;font-size:36px;color:#000; position:relative;}
.in_about .content .con_box>.tit::after{content: "";width: 14px;height: 2px;background: #000;position: absolute;top: 50%;left: 0px;transform: translateY(-50%);}
.in_about .content .con_box .desc{font-size: 16px;line-height:28px;color:#555;}
.in_about .content .con_box .data_box{margin-top: 50px;display: flex;justify-content: left;}
.in_about .content .con_box .data_box .item{margin-right: 100px;text-align: center;}
.data_box .item .number{display: flex;align-items: center;justify-content: center;}
.data_box .item .number .num{font-size: 52px;margin-right: 3px; font-family:Arial, Helvetica, sans-serif; color:#C00;font-weight:600;}
.data_box .item .number .plus{font-size: 32px;line-height: 64px;}
.data_box .item .title{font-size: 16px;line-height: 32px;}
.in_about .content .more_box{text-align: center; display: flex;justify-content: center;align-items: center;width: 337px;height: 437px;background:#028ed6;}
.in_about .content .more_box .tit{font-size: 40px;color: #fff;font-family: simsun;line-height: 1.3em;font-style: italic;font-weight: bold;margin-bottom: 70px;}

.hwan{margin-top:50px;}
.hwan a{padding-left:.24rem;padding-right:.24rem;border:1px solid #fff;width:1.12rem;height:.5rem;display:block;border-radius:50px;text-align:center;line-height:.5rem;
justify-content: space-between;align-items: center;display:flex;position:relative;overflow:hidden;color:#fff;}
.hwan a:hover{color:#007f9a;}
.hwan a font{z-index:2;font-size:15px;}
.hwan a p{z-index:2;width:7px;height:12px;background:url(/static/default/assets/img/jiao2.png) no-repeat;background-size:100% 100%;}
.hwan a:hover p{background:url(/static/default/assets/img/jiao.png) no-repeat;}
.hwan a:before{width:0px;content:"";display:block;height:100%;position:absolute;left:0px;bottom:0px;background:#fff;transition:width 0.3s ease;}
.hwan a:hover:before{width:100%;}

/* 首页产品展示 */
.in_pro_show{padding-bottom: 80px; background: url(/static/default/assets/img/in_pro_show_bg.jpg) center no-repeat;background-size: cover;overflow:hidden;}
.in_pro_show .show{position: relative;}

#in_pro_show .swiper-slide{display: flex;justify-content: center;padding: 50px 0px;}
#in_pro_show .swiper-slide .con_box{position: absolute;left: 10%;top: 50%;transform: translateY(-50%);}
#in_pro_show .swiper-slide .con_box .type{font-size: 48px;color: #87b844;line-height: 1em;margin-bottom: 15px;}
#in_pro_show .swiper-slide .con_box .title{font-size: 36px;color: #333333;line-height: 1em;}
#in_pro_show .swiper-slide .con_box .more{font-size: 16px;color: #fff;text-align: center; margin-top: 100px;display: block; width: 200px;height: 62px;line-height: 62px;background-image: linear-gradient(-79deg, 
		#87b844 0%, 
		#47b9ce 100%), 
	linear-gradient(
		#d4572a, 
		#d4572a);
	background-blend-mode: normal, 
		normal;
	border-radius: 31px;
	transition: all linear 620ms;
	}
#in_pro_show .swiper-slide .con_box .more:hover{background-image: linear-gradient(79deg, 
		#87b844 0%, 
		#47b9ce 100%), 
	linear-gradient(
		#d4572a, 
		#d4572a);
	background-blend-mode: normal, 
		normal;
		transition: all linear 620ms;
		}

.in_pro_show .show .btn_box{ width: 86px;border-radius: 43px;background: #fff;position: absolute;right: 10%;top:50%;transform: translateY(-50%);z-index: 1;}
.in_pro_show .show .btn_box .item{text-align: center;padding: 30px 0px;position: relative;cursor: pointer;}
.in_pro_show .show .btn_box .item .tit{font-size: 14px;color: #87b844;}
.in_pro_show .show .btn_box .item::after{content: "";width: 66px;height: 2px;background-color: #f0f5f7;position: absolute;bottom: -1px;left:50%;transform: translateX(-50%);}
	
	
	
.in_pro_show .list{display: flex;justify-content: center;align-items: center;}
.in_pro_show .list .btn_prev,.in_pro_show .list .btn_next{
	margin: 0px 25px;cursor: pointer;
	width: 40px;height: 40px;background: url(/static/default/assets/img/swiper_btn_1.png) center no-repeat;background-size: 100%;
}
.in_pro_show .list .btn_next{transform: rotateY(180deg);}
.in_pro_show .list .btn_prev:hover,.in_pro_show .list .btn_next:hover{background: url(/static/default/assets/img/swiper_btn_1_on.png) center no-repeat;background-size: 100%;}

#in_pro_thumb {width: 1040px;margin-left: initial;margin-right: initial;}
#in_pro_thumb .swiper-slide{cursor: pointer; background: #fff;border: 3px solid #fff;box-sizing: border-box;}
#in_pro_thumb .swiper-slide .box{display: flex;justify-content: space-between;padding: 15px 0px;}
#in_pro_thumb .swiper-slide .box img{width: 122px;height: 68px;object-fit: contain;display: block;}
#in_pro_thumb .swiper-slide .box .con_box{padding: 0px 20px;box-sizing: border-box; width: calc(100% - 122px);position: relative;display: flex;align-items: center;}
#in_pro_thumb .swiper-slide .box .con_box::after{content: "";width: 1px;height: 68px;background-color: #d3e8dc;position: absolute;top: 50%;left: 0px;transform: translateY(-50%);}
#in_pro_thumb .swiper-slide .box .con_box .type{font-size: 18px;color: #87b844;line-height: 1em;margin-bottom: 8px;}
#in_pro_thumb .swiper-slide .box .con_box .title{font-size: 16px;color: #333;line-height: 1em;}
#in_pro_thumb .swiper-slide.on{border-image: linear-gradient(to bottom, #47b9ce, #87b844);border-image-slice: 1;}

#in_pro_thumb .swiper-slide .box .con_box::after{width:0.01rem;height:0.68rem;}


.in_title { font-size: 36px; line-height: 36px; }
/* 新闻中心 */
.in_news{padding: 120px 0px;overflow:hidden;}
.in_news .title_box{display: flex;justify-content: space-between;margin-bottom: 40px;}
.in_news .title_box .title{color: #333;}
.in_news .title_box .more{font-size: 16px;color: #87b844;display: block;}

.in_news .news_box{display: flex;justify-content: space-between;}
.in_news .news_box .list_box{width: calc(100% - 400px);padding-right: 20px;}
.in_news .news_box .list_box .item{display: flex;justify-content: space-between;margin-bottom: 39px;}
.in_news .news_box .list_box .item:last-child{margin-bottom: 0px;}
.in_news .news_box .list_box .item .img_box{width: 311px;height: 184px;display: block;}
.in_news .news_box .list_box .item .img_box img{width: 100%;height: 100%;object-fit: cover;display: block;}
.in_news .news_box .list_box .item .con_box{width: calc(100% - 311px);box-sizing: border-box;padding-left: 43px;padding-right: 30px;}
.in_news .news_box .list_box .item .con_box .time{font-size: 14px;line-height: 24px;color: #333333;opacity: 0.5;}
.in_news .news_box .list_box .item .con_box .title{display: block; font-size: 22px;line-height: 36px;color: #333333;}
.in_news .news_box .list_box .item .con_box .desc{font-size: 14px;line-height: 28px;color: #333333;margin-bottom: 40px;}
.in_news .news_box .list_box .item .con_box .more{display: inline-block;padding-right: 26px;font-size: 14px;color: #87b844;position: relative;}
.in_news .news_box .list_box .item .con_box .more::after{content: ""; width: 18px;height: 6px;background: url(/static/default/assets/img/in_arrow_1.png) center no-repeat;background-size: 100%;position: absolute;top: 50%;right: 0px;transform: translateY(-50%);}

.in_news .news_box .hot_box{width: 400px;background: #fafafa;padding: 30px 45px;box-sizing: border-box;}
.in_news .news_box .hot_box .title{font-size: 22px;color: #34373a;line-height: 36px;display: block;}
.in_news .news_box .hot_box .desc{font-size: 14px;opacity: 0.7;color: #34373a;line-height: 2em;}
.in_news .news_box .hot_box .img_box{width: 311px;height: 184px;display: block;margin: 25px 0px;}
.in_news .news_box .hot_box .img_box img{width: 100%;height: 100%;object-fit: cover;}
.in_news .news_box .hot_box .info{display: flex;justify-content: space-between;}
.in_news .news_box .hot_box .info .time{font-size: 14px;color: #333333;opacity: 0.5;}
.in_news .news_box .hot_box .info .more{display: block;padding-right: 26px;font-size: 14px;color: #333333;position: relative;}
.in_news .news_box .hot_box .info .more::after{content: ""; width: 18px;height: 6px;background: url(/static/default/assets/img/in_arrow_2.png) center no-repeat;background-size: 100%;position: absolute;top: 50%;right: 0px;transform: translateY(-50%);}

/* 合作伙伴
.in_partner{padding: 80px 0px;background:#09C;background-size: cover;overflow:hidden;}
.in_partner .title_box{margin-bottom: 40px;display: flex;justify-content: space-between;}
.in_partner .title_box .title{color: #fff;}
.in_partner .title_box .btn_box{display: flex;justify-content: right;}
.in_partner .title_box .btn_box div{cursor: pointer; width: 38px;height: 38px;background: url(/static/default/assets/img/swiper_btn_3.png) center no-repeat;background-size: 100%;}
.in_partner .title_box .btn_box div.btn_next{transform: rotateY(180deg);margin-left: 22px;}
.in_partner .title_box .btn_box div:hover{background: url(/static/default/assets/img/swiper_btn_3_on.png) center no-repeat;background-size: 100%;}

#in_partner_swiper{height: 300px;}
#in_partner_swiper .swiper-slide{display: flex;justify-content: center;align-items: center;  height: calc((100% - 50px) / 2) !important;}
#in_partner_swiper .swiper-slide a{width: 100%;height: 100%;display: block;background: #fff;}
#in_partner_swiper .swiper-slide img{width: 100%;height: 100%;display: block;object-fit: contain;} */


/* 生产车间 */
.in_qyhj{padding: 100px 0px;background: url(/static/default/assets/img/qyhj.jpg) center no-repeat;background-size: cover;overflow:hidden;}
.in_qyhj .title_box{margin-bottom: 10px;display: flex;justify-content: space-between;}
.in_qyhj .title_box .title{color: #fff;position:relative;padding-left: 22px;font-size:36px;}
.in_qyhj .title_box .title::after{content: "";width: 14px;height: 2px;background: #fff;position: absolute;top: 22px;left: 0px;transform: translateY(-50%);}

.in_qyhj .btn_box{display: flex;justify-content: right;}
.in_qyhj .btn_box div{margin-bottom: 60px;cursor: pointer; width: 40px;height: 40px;margin-left: 25px;border-radius: 50%;background: url(/static/default/assets/img/swiper_btn_4.png) center no-repeat;background-size: 100%; outline: none;}
.in_qyhj .btn_box div.btn_next{transform: rotateY(180deg);outline: none;}
.in_qyhj .btn_box div:hover{background: url(/static/default/assets/img/swiper_btn_4_1.png) center no-repeat;background-size: 100%;outline: none;}

#in_qyhj_swiepr{padding:0 10px}
#in_qyhj_swiepr .swiper-slide{display: flex;justify-content: center;align-items: center;}
#in_qyhj_swiepr .swiper-slide img{display: block;object-fit: contain; border-radius:12px;border:4px solid #fff;}


.c_title { text-align: center; width: 100%; overflow: hidden; padding-top: 80px; padding-bottom: 0.5rem; }
.c_title font { font-family: arial; text-transform: uppercase; background: linear-gradient(rgb(246, 246, 246) 0%, rgb(246, 246, 246) 50%, transparent 100%);-webkit-background-clip: text; -webkit-text-fill-color: transparent; font-size: 80px; font-weight: bold; overflow: hidden; line-height: 1; display: block; height: 50px; }
.c_title p { color: rgb(51, 51, 51); font-size: 48px; font-weight: bold; line-height: 1;  display: inline-block; padding-right: 20px; }
.c_title h1{ color: rgb(51, 51, 51); font-size:20px;font-weight:normal;padding-top:20px;}
.c_title i{color:#C00;font-weight:600; font-style: normal;}

.in_yous{ width:auto; height:auto;margin:20px 0 70px;overflow:hidden;padding:0 0;}
.in_yous ul{display:grid;grid-template-columns: repeat(4,1fr);gap:50px}
.in_yous li{ overflow:hidden;height:auto;background:#f0f0f0;padding:100px 50px;text-align:center;}
.in_yous li .icon1 {display:block;margin:0 auto;}
.in_yous li .icon2 {display: none;}
.in_yous li  h2 {font-size: 30px;color: #333;line-height: 44px;padding-top:20px;}
.in_yous li .text {font-size: 20px;color: #be0000;line-height: 44px;font-weight:600;}
.in_yous li .conn{font-size:16px;line-height:30px;color:#666;padding-top:5px;}
.in_yous li:hover .icon1 {display: none;}
.in_yous li:hover .icon2 {display: block;margin:0 auto;}
.in_yous li:hover h2 {color: #fff;}
.in_yous li:hover .text {color: #fff;}
.in_yous li:hover .conn {color: #fff;}
.in_yous li:hover{background:#028ed6;}



/* 底部 */
.vh-21{overflow:hidden;height:auto;margin-top:-24px;}
.pub_foot { background: #15313f; border-top:1px solid #999;}
.pub_foot .content{display: flex;padding-top: 80px;padding-bottom: 80px; justify-content: space-between;}

.pub_foot .logo_box .logo{display: block;margin-bottom: 22px;}
.pub_foot .logo_box ul{display: flex;justify-content: left;flex-wrap: wrap;}
.pub_foot .logo_box ul li a{font-size: 16px;color: #fff;margin-right: 35px;}
.pub_foot .logo_box ul li:last-child a{margin-right: 0px;}

.pub_foot .qrcode_box{display: flex;justify-content: center;}
.pub_foot .qrcode_box .item{text-align: center;margin: 0px 15px;}
.pub_foot .qrcode_box .item .tit{font-size: 14px;color: #fff;line-height: 2em;}

.pub_foot .info_box{display: flex;justify-content: left;}
.pub_foot .info_box .item:first-child{margin-right: 40px;}
.pub_foot .info_box .item p{font-size: 15px;color: #fff;line-height: 27px;}
.pub_foot .info_box .item p .tel{font-size: 28px;color: #fff;font-style: italic;}

.copyright{padding-bottom: 40px;text-align: center;font-size: 14px;line-height: 26px;color: #fff;}
.copyright a{color: #fff;}

/* 内页 */
.ny_ban{height: 560px;background-size: cover;background-repeat: no-repeat;background-position: center;}
.ny_ban .content{height: 100%;position: relative;}
.ny_ban .content .c_box{width: 100%; position: absolute;bottom: 120px;}
.ny_ban .title_box{margin-bottom: 76px;}
.ny_ban .title_box .title{font-size: 48px;color: #ffffff;line-height: 1em;margin-bottom: 20px;}
.ny_ban .title_box .desc{font-size: 18px;color: #ffffff;line-height: 1em;opacity: 0.6;}

.ny_ban .tool_box{display: flex;justify-content: space-between;align-items: center;}
.ny_ban .tool_box .mouse{width: 27px;height: 37px;background: url(/static/default/assets/img/icon_mouse.png) center no-repeat;background-size: cover;cursor: pointer;}
.ny_ban .tool_box .search_box{width: 840px;height: 72px;line-height: 72px; background: #fff;position: relative;}
.ny_ban .tool_box .search_box .ny_search_input{box-sizing: border-box; width: 100%;height: 100%;line-height: 72px;padding-left: 33px;padding-right: 100px;border: none;outline: none;}
.ny_ban .tool_box .search_box .ny_search_btn{cursor: pointer; width: 72px;height: 72px;background: url(/static/default/assets/img/icon_search_2.png) center no-repeat;background-size: 100%;position: absolute;top: 0px;right: 10px;border: none;outline: none;}


.ny_ban .tool_box .ny_nav ul{display: flex;justify-content: left;}
.ny_ban .tool_box .ny_nav ul li{width: 160px;height: 80px;box-sizing: border-box;border: 1px solid #fff;margin-left: 24px;}
.ny_ban .tool_box .ny_nav ul li a{display: flex;width: 100%;height: 100%;justify-content: center;align-items: center;text-align: center;}
.ny_ban .tool_box .ny_nav ul li a .arrow{display: none;}
.ny_ban .tool_box .ny_nav ul li a .title{font-size: 18px;line-height: 28px;color: #fff;}
.ny_ban .tool_box .ny_nav ul li:hover,.ny_ban .tool_box .ny_nav ul li.on{border: none;background-image: linear-gradient(260deg, 
		#87b844 0%, 
		#47b9ce 100%), 
	linear-gradient(
		#017441, 
		#017441);}
.ny_ban .tool_box .ny_nav ul li:hover .arrow,.ny_ban .tool_box .ny_nav ul li.on .arrow{margin-top: 18px;margin: 0px auto;display: inline-block;}

.ny_ban .tool_box .data_box{display: flex;justify-content: right;}
.ny_ban .tool_box .data_box .item{color: #fff;margin-left: 120px;}

/* 简介 */

.ab_about{font-size:17px;color:#666;line-height:32px;}
.ab_about .txt{ text-align:center; background:#d30707;padding:6px 0;color:#fff;overflow:hidden;width:130px;margin:10px 0 3px 0; border-radius:8px;}
.ab_about_box{width: calc(100% - 420px);box-sizing: border-box;overflow:hidden;padding-left:70px;}
.ab_about_left{width: 420px;}
.ab_about_left .box{padding:60px 50px;background: linear-gradient(to bottom right,#37c1ff ,#028ed6); border-radius:15px;overflow:hidden;height:auto;}

.ab_abo_t1{font-size:34px;color:#fff; font-family:arenacondensed-bold;line-height:38px; }
.ab_abo_t2{font-size:37px;color:#fff;padding-top:20px; letter-spacing:1px;}
.ab_abo_t3{font-size:16px;color:#666;padding:20px;border:1px solid #FFF;margin-top:50px;background:#fff; border-radius:12px;line-height:28px;}


/* .ab_summary{background: url(/static/default/assets/img/ny_about_bg.jpg) center no-repeat;background-size:cover;padding-bottom: 80px;}
.ab_summary .info_box{padding: 80px 0px;display: flex;justify-content: space-between;}
.ab_summary .info_box .title_box{width: 300px;}
.ab_summary .info_box .title_box .title{font-size: 28px;color: #333;margin-bottom:30px;}
.ab_summary .info_box .title_box .en_title{font-size: 50px;color: #333333;opacity: 0.1;transform: rotate(180deg); writing-mode: vertical-lr; white-space: nowrap;}
.ab_summary .info_box .con_box{width: calc(100% - 300px);font-size: 16px;line-height: 2em;color: #333;}

.ab_summary .tab_box{background: rgba(51, 51, 51, 0.6);padding-bottom: 45px;}
.ab_summary .tab_box .summarys{padding: 200px 40px;text-align: center;}
.ab_summary .tab_box .summarys .summary{ box-sizing: border-box; font-size: 36px;color: #fff;line-height: 1.5em; display: none; margin: 0 auto; text-align: center;position: relative;}
.ab_summary .tab_box .summarys .summary.on{display: inline-block;margin: 0px auto;}
.ab_summary .tab_box .summarys .summary.on::after{content: "";width: 53px;height: 26px;background: url(/static/default/assets/img/icon_yh.png) center no-repeat;background-size: 100%;position: absolute;top: 0px;left: 0px;transform: translate(-50%,-50%);}
.ab_summary .tab_box .tabs{ display: flex;justify-content: space-around;padding: 0px 80px;}
.ab_summary .tab_box .tabs .tab{width: calc(20% - 64px);cursor: pointer;}
.ab_summary .tab_box .tabs .tab .box{box-sizing: border-box; border:1px solid #fff; display: flex;justify-content: space-between;align-items: center; height: 72px;line-height:70px;padding: 0px 20px;color: #fff;}
.ab_summary .tab_box .tabs .tab .box .tit{font-size: 22px;}
.ab_summary .tab_box .tabs .tab .box .icon{height: 22px;}
.ab_summary .tab_box .tabs .tab.on .box,.ab_summary .tab_box .tabs .tab:hover .box{background-image: linear-gradient(260deg, 
	#87b844 0%, 
	#47b9ce 100%), 
linear-gradient(
	#ffffff, 
	#ffffff);
background-blend-mode: normal, 
	normal;} */

/*
.ab_honor{padding: 80px 0px;}
.ab_honor .content{display: flex;justify-content: space-between;}
.ab_honor .title_box{width: 340px;padding-right: 80px;box-sizing: border-box;}
.ab_honor .title_box .title{margin-bottom: 60px;}
.ab_honor .title_box .tab_box{margin-bottom: 50px;}
.ab_honor .title_box .tab_box .item{cursor: pointer; padding: 20px 0px;font-size: 16px;color: #666;position: relative;}
.ab_honor .title_box .tab_box .item::after{opacity: 0; content: "";width: 9px;height: 13px;background: url(/static/default/assets/img/ny_arrow_4.png) center no-repeat;background-size: 100%;position: absolute;top: 50%;right: 0px;transform: translateY(-50%);}
.ab_honor .title_box .tab_box .item.on,.ab_honor .title_box .tab_box .item:hover{font-size: 20px;color: #83c449;border-bottom: 1px solid #83c449;}
.ab_honor .title_box .tab_box .item.on::after,.ab_honor .title_box .tab_box .item:hover::after{opacity: 1;}
.ab_honor .title_box .btn_box{display: flex;justify-content: left;}
.ab_honor .title_box .btn_box div{cursor: pointer; width: 38px;height: 38px;background: url(/static/default/assets/img/swiper_btn_2.png) center no-repeat;background-size: 100%;margin-right: 22px;}
.ab_honor .title_box .btn_box div.btn_next{transform: rotateY(180deg);}
.ab_honor .title_box .btn_box div:hover{background: url(/static/default/assets/img/swiper_btn_2_on.png) center no-repeat;background-size: 100%;}
.ab_honor .list_box{width: calc(100% - 340px);}

#honor_swiper .swiper-slide{box-sizing: border-box;padding: 9px;background:#ededed;}
#honor_swiper .swiper-slide img{width: 100%;display: block;}*/

/* 企业环境 */
.qyhj{overflow:hidden;padding:0 0 0px;}
.qyhj ul{ display: grid; grid-template-columns: repeat(3,1fr); gap: 30px; }
.qyhj li{overflow:hidden;}
.qyhj li .pic{width:100%;height:auto;overflow:hidden;}

.qyhj li .pic img{width: 100%;height: 100%;display: block;object-fit: cover;transition: all linear 320ms;}
.qyhj li .pic:hover img{transform: scale(1.05);}

.qyhj li .title{font-size:15px;color:#666;line-height:30px;text-align:center;}
.qyhj li:hover .pic img{ -webkit-transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1);transform:scale(1.1,1.1);}


/* 产品介绍 */
.ProList{ width:auto; height:auto;overflow:hidden;padding-bottom:0px;}
.ProList ul{display:grid;grid-template-columns: repeat(4,1fr);gap:30px}
.ProList li{overflow:hidden;height:auto; position: relative;border:1px solid #e2e2e2;background:#fff; border-radius:12px;}
.ProList li .pro_pic{height:auto; overflow:hidden;padding:15px;}
.ProList li .pro_pic img{width:100%;100%;display: block;object-fit: cover;transition: all linear 320ms;}

.ProList li .pro_txt{padding:5px 0 20px 0;text-align:center;overflow:hidden;font-size:18px;color:#666;}
.ProList li a:hover .pro_txt{color:#c90010;}
.ProList li .pro_pic:hover img{transform: scale(1.1);}
.ProList li:after {width: 0px;height: 2px;overflow: hidden;content: "";position: absolute;z-index: 30;bottom: 0px;left: 0px;background-color:#c90010 ;transition: all .3s linear;}
.ProList li:hover:after{width: 100%;}



/*prod_main*/
.pro_main{overflow:hidden;margin-bottom:30px;}
.pro_main .pr_lt{float:left;width:520px;overflow:hidden;height:auto;border:1px solid #CCC;}
.pro_main .pr_lt img{width:100%;height:100%;}
.pro_main .pr_rt{float:right;width:calc(100% - 570px);overflow:hidden}

.pro_name{font-size:30px;color:#333;padding:12px 0 0;font-weight:600;margin-bottom:45px;}


 .btn_box{display: flex;justify-content: left;}
 .btn_box a{display: block;height: 66px;line-height: 66px;display: flex;justify-content: space-between; align-items: center;padding: 0px 10px;box-sizing: border-box;}
 .btn_box .btn_msg{margin-right: 12px; justify-content: center; background-image: linear-gradient(260deg, 
		#028ed6 0%, 
		#37c1ff 100%);
	background-blend-mode: normal, 
		normal;padding: 0px 20px; border-radius:8px 0 0 8px;}
.btn_box .btn_msg span{margin-left: 15px; font-size: 18px;color: #ffffff;}
 .btn_box .btn_email{margin-right: 12px;background: #028ed6;padding: 0px 20px;}
.btn_box .btn_email span{font-size: 17px;color: #ffffff;margin-right: 15px;}
.btn_box .btn_tel{ background-image: linear-gradient(260deg, #37c1ff 0%, #028ed6 100%);padding: 0px 20px;border-radius:0 8px 8px 0;}
 .btn_box .btn_tel span{font-size: 17px;color: #ffff;margin-right: 15px;}

.qbwc{overflow:hidden;margin-top:50px;display: flex;justify-content: left;}
.qbwc a{display: block;height: 45px;line-height: 45px;display: flex;justify-content: space-between; align-items: center;padding: 0px 10px;box-sizing: border-box;}
.qbwc .btn_prev{margin-right:12px;text-align:center;background:#e4e4e4;font-size:17px;color:#444;padding:0 30px;}
.qbwc .btn_next{margin-right:12px;text-align:center;background:#e4e4e4;font-size:17px;color:#444;padding:0 30px;}





.pro_info{width:auto;margin:0 auto;line-height:170%;padding:20px 0 50px 0;font-size:16px;color:#555; min-height:80px;overflow:hidden;height:auto;}
.pro_info img{ max-width:900px;clear:both;}
.pro_info strong{font-size:18px;font-weight:600;color:#222;background:url(/static/default/assets/img/zh_p_19.png) no-repeat 0px 15px;padding-left:18px;line-height:40px;overflow:hidden;margin-top:10px;display:block;}

.pro_info_txt{width:auto;font-size:20px;color:#333;margin:0 auto 0 auto;background:#fafafa;line-height:45px;font-weight:600;}
.pro_info_txt i{float:left;width:6px;height:20px;background:#0250ba;margin:13px 10px 0 10px;}



/*related_product*/
.related_txt{width:auto;font-size:20px;color:#333;margin:0 auto 0 auto;background:#fafafa;line-height:45px;font-weight:600;}
.related_txt i{float:left;width:6px;height:20px;background:#0250ba;margin:13px 10px 0 10px;}
.related_product{ width:auto; height:auto;margin-top:20px;overflow:hidden;padding:0 0 0 0; }
.related_product ul{display:grid;grid-template-columns: repeat(6,1fr);gap:20px}
.related_product li{ overflow:hidden;border:1px solid #ededed;position: relative;height:auto;}
.related_product li .pro_pic{ width:100%; height:auto; overflow:hidden;}
.related_product li .pro_pic img{width:100%;height:auto;-webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;-ms-transition-duration:0.3s;transition-duration:0.3s;}
.related_product li .pro_txt{color:#666;font-size:14px;padding:10px 10px 15px 10px;line-height:130%;text-align:center;height:30px;}
.related_product li:hover .pro_pic img{ -webkit-transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1);transform:scale(1.1,1.1);}
.related_product li a:hover .pro_txt{color:#009be1;}
.related_product li:after {width: 0px;height: 3px;overflow: hidden;content: "";position: absolute;z-index: 30;bottom: 0px;left: 0px;background-color:#009be1 ;transition: all .3s linear;}
.related_product li:hover:after{width: 100%;}
/*related_product*/


.ny_pro_show{background: url(/static/default/assets/img/in_pro_show_bg.jpg) center no-repeat;background-size: cover;overflow:hidden;}
.ny_pro_show .position{padding:20px  0px;font-size: 14px;color: #333;}
.ny_pro_show .pro_show{ display: flex;justify-content: space-between;align-items: center;padding-bottom: 40px;}
.ny_pro_show .pro_show .info_box{width: 50%;}
.ny_pro_show .pro_show .info_box .type{font-size: 44px;color: #87b844;line-height: 1em;font-weight: bold;margin-bottom: 15px;}
.ny_pro_show .pro_show .info_box .title{font-size: 24px;color: #333333;line-height: 28px;margin-bottom: 25px;}
.ny_pro_show .pro_show .info_box .line{width: 100%;background: #87b844;height: 2px;}
.ny_pro_show .pro_show .info_box .summary{font-size: 14px;color: #333;line-height: 2em;margin: 30px 0px;}
.ny_pro_show .pro_show .info_box .btn_box{display: flex;justify-content: left;}
.ny_pro_show .pro_show .info_box .btn_box a{display: block;height: 66px;line-height: 66px;display: flex;justify-content: space-between; align-items: center;padding: 0px 22px;box-sizing: border-box;}
.ny_pro_show .pro_show .info_box .btn_box .btn_msg{margin-right: 20px; justify-content: center; background-image: linear-gradient(260deg, 
		#87b844 0%, 
		#47b9ce 100%), 
	linear-gradient(
		#1e257d, 
		#1e257d);
	background-blend-mode: normal, 
		normal;}
.ny_pro_show .pro_show .info_box .btn_box .btn_msg span{margin-left: 15px; font-size: 18px;color: #ffffff;}
.ny_pro_show .pro_show .info_box .btn_box .btn_email{margin-right: 20px;background: #83c449;}
.ny_pro_show .pro_show .info_box .btn_box .btn_email span{font-size: 16px;color: #ffffff;margin-right: 10px;}
.ny_pro_show .pro_show .info_box .btn_box .btn_tel{background: #fff;padding: 0px 32px;}
.ny_pro_show .pro_show .info_box .btn_box .btn_tel span{font-size: 18px;color: #333;margin-right: 40px;}
.ny_pro_show .pro_show .show_box{width: 50%;display: flex;justify-content: space-between;_align-items:center;}

#big_pro_swiper{width: calc(100% - 185px);}
#big_pro_swiper .swiper-slide{display: flex;justify-content: center;align-items: center;padding-bottom: 70px;}

#small_pro_swiper{width: 185px;height: 484px;overflow: hidden;}
#small_pro_swiper .swiper-slide{width: 100%;background: #fff;box-sizing: border-box;}
#small_pro_swiper .swiper-slide img{width: 100%;height:100%;display: block;object-fit: contain;}
#small_pro_swiper .swiper-slide.on{border: 3px solid #83c449;}


.ny_pro_cont{padding: 60px 0px;}
.ny_pro_cont .content{display: flex;justify-content: space-between;}
.ny_pro_cont .tab_box{width: 400px;}
.ny_pro_cont .tab_box ul li{width: 252px;line-height: 60px; font-size: 16px;color: #666666;position: relative;cursor:pointer;}

.ny_pro_cont .tab_box ul li.on{border-bottom: 1px solid #83c449;font-size: 20px;color: #83c449;font-weight: bold;}
.ny_pro_cont .tab_box ul li.on::after{content: "";width:9px;height: 13px;background: url(/static/default/assets/img/ny_arrow_4.png) center no-repeat;background-size: 100%;position: absolute;top: 50%;right: 0px;transform: translateY(-50%);}
.ny_pro_cont .cont_box{width: calc(100% - 400px);}

.ny_pro_cont .cont_box .item{display: none;}
.ny_pro_cont .cont_box .item.on{display: block;}

.param_box p{margin: 5px 0px;}
.param_box td,.param_box th{padding: 5px 10px;border: 1px solid #DDD;}
blockquote {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
}
/* 产品列表页面 */

.ny_main.flex{display: flex;justify-content: space-between;}
.ny_pro_ctg{width: 480px;background: #f5f5f5;border-right: 1px solid #ebebeb;}
.ny_pro_ctg .order_box{background: #fff;justify-content: center;display: flex;display:none;}
.ny_pro_ctg .order_box .c_box{width: 280px;padding: 55px 0px;}
.ny_pro_ctg .order_box .title_box {margin-bottom: 20px;}
.ny_pro_ctg .order_box .title_box .title{font-size: 24px;color: #333333;line-height: 36px; }
.ny_pro_ctg .order_box select{border:none;width: 100%;outline: none;font-size: 15px;color: #666;}
.ny_pro_ctg .nav_box{display: flex;justify-content: center;}
.ny_pro_ctg .nav_box .c_box{width: 280px;padding: 80px 0px;}
.ny_pro_ctg .nav_box .title_box{margin-bottom: 20px;}
.ny_pro_ctg .nav_box .title_box .title{font-size: 24px;line-height: 36px;color: #333333;}
.ny_pro_ctg .nav_box ul li{width: 100%;height: 58px;line-height: 58px;background: #fff;margin-bottom: 10px;}
.ny_pro_ctg .nav_box ul li a{display: block;width: 100%;height: 100%;position: relative;padding-left: 29px;padding-right: 58px;position: relative;box-sizing: border-box;}
.ny_pro_ctg .nav_box ul li a .tit{font-size: 16px;color: #333333;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.ny_pro_ctg .nav_box ul li a::after{content: "";width: 9px;height: 13px;background: url(/static/default/assets/img/ny_arrow_2.png) center no-repeat;background-size: 100%;position: absolute;top: 50%;right: 22px;transform: translateY(-50%);}

.ny_pro_ctg .nav_box ul li:hover,.ny_pro_ctg .nav_box ul li.on{background-image: linear-gradient(260deg, 
		#87b844 0%, 
		#47b9ce 100%), 
	linear-gradient(
		#ffffff, 
		#ffffff);
	background-blend-mode: normal, 
		normal;}
		.ny_pro_ctg .nav_box ul li:hover a .tit,.ny_pro_ctg .nav_box ul li.on a .tit{color: #fff;}
.ny_pro_ctg .nav_box ul li:hover a::after,.ny_pro_ctg .nav_box ul li.on a::after{background: url(/static/default/assets/img/ny_arrow_1.png) center no-repeat;background-size: 100%;}
.ny_pro_list{width: calc(100% - 480px);}
.ny_pro_list ul { display: flex; justify-content: left; flex-wrap: wrap; _border-bottom: 1px solid #ebebeb; }
.ny_pro_list ul li{width: 33.33333333%;position: relative;}
.ny_pro_list ul li a{width: 100%;height: 100%;display: block; box-sizing: border-box;border-right: 1px solid #ebebeb;border-bottom: 1px solid #ebebeb;}
.ny_pro_list ul li .pro_img{width: 100%;}
.ny_pro_list ul li .con_box{padding: 0px 60px;padding-bottom: 40px;}
.ny_pro_list ul li .con_box .type{color: #8ecc3a;font-size: 18px;margin-bottom: 6px;}
.ny_pro_list ul li .con_box .title{color: #333333;font-size: 18px;}


.ny_pro_list ul li .more{opacity: 0; position: absolute;top: 40px;right: 40px; width: 48px;height: 48px;line-height: 45px;text-align: center;background: #fff;border-radius: 50%;color: #87b844;font-size: 33px;}
.ny_pro_list ul li:hover .con_box .type{color: #fff;}
.ny_pro_list ul li:hover .con_box .title{color: #fff;}
.ny_pro_list ul li:hover .more{opacity: 1;}
.ny_pro_list ul li:hover a{background-image: linear-gradient(260deg, 
		#87b844 0%, 
		#47b9ce 100%), 
	linear-gradient(
		#ffffff, 
		#ffffff);}


.ny_main .content.flex{display: flex;justify-content: space-between;padding-top: 60px;padding-bottom: 20px;}



.ny_list_box{width: calc(100% - 420px);padding-right: 60px;box-sizing: border-box;}

.ny_news_list li{display: flex;justify-content: space-between; background: #f7f7f7;margin-bottom: 20px ;padding: 24px;}
.ny_news_list li .img_box{width: 311px;height: 184px;}
.ny_news_list li .img_box img{width: 100%;height: 100%;display: block;object-fit: cover;}
.ny_news_list li .con_box{width: calc(100% - 311px);padding-left: 25px;box-sizing: border-box;}
.ny_news_list li .con_box .time{font-size: 14px;color: #333333;opacity: 0.5;}
.ny_news_list li .con_box .title{font-size: 22px;color: #333333;line-height: 36px;display: block;}
.ny_news_list li .con_box .desc{font-size: 14px;line-height: 2em;color: #333;margin: 22px 0px;}
.ny_news_list li .con_box .more{display: inline-block; padding-right: 26px;position: relative;font-size: 14px;color: #87b844;}
.ny_news_list li .con_box .more::after{content: "";width: 18px;height: 6px;background: url(/static/default/assets/img/in_arrow_1.png) center no-repeat;background-size: 100%;position: absolute;top: 50%;right: 0px;transform: translateY(-50%);}


.ny_right_box{width: 420px;}
.ny_hot_box{width: 100%;padding: 35px 40px;background: url(/static/default/assets/img/ny_hot_bg.jpg) center no-repeat;background-size: cover; box-sizing: border-box;}
.ny_hot_box .title_box{position: relative;text-align: center;margin-bottom: 25px;}
.ny_hot_box .title_box .en_title{font-size: 48px;color: #ffffff;opacity: 0.1;line-height: 1em;padding-bottom: 15px;}
.ny_hot_box .title_box .title{font-size: 32px;line-height: 1em; color: #fff;position: absolute;width: 100%;text-align: center;bottom: 0px;left: 50%;transform: translateX(-50%);}
.ny_hot_box ul li{background: #fff;padding: 20px 24px;margin-bottom: 18px;}
.ny_hot_box ul li .title{font-size: 16px;color: #34373a;}
.ny_hot_box ul li .tools{display: flex;justify-content: left;}
.ny_hot_box ul li .tools .time{font-size: 14px;opacity: 0.5;color: #333333;margin-right: 5px;}
.ny_hot_box ul li .tools .more{display: block;padding-right: 26px;font-size: 14px;color: #333333;position: relative;}
.ny_hot_box ul li .tools .more::after{content: "";width: 18px;height: 6px;background: url(/static/default/assets/img/in_arrow_2.png) center no-repeat;background-size: 100%;position: absolute;right: 0px;top: 50%;transform: translateY(-50%);}



.ny_case_list{width: 100%;}
.ny_case_list ul{display:flex;justify-content: space-between;flex-wrap: wrap;}
.ny_case_list ul li{width: calc(33.3333333% - 32px);}
.ny_case_list ul li a{display: block;margin-bottom: 48px;}
.ny_case_list ul li .img_box{height: 324px;width: 100%;overflow: hidden;}
.ny_case_list ul li .img_box img{width: 100%;height: 100%;display: block;object-fit: cover;transition: all linear 320ms;}
.ny_case_list ul li .img_box:hover img{transform: scale(1.05);}
.ny_case_list ul li .con_box{background: #f7f7f7;padding: 32px;}
.ny_case_list ul li .con_box .time{font-size: 14px;color: #333333;opacity: 0.5;}
.ny_case_list ul li .con_box .title{font-size: 22px;line-height: 36px;color: #333333;}
.ny_case_list ul li .con_box .more{display: inline-block; font-size: 14px;line-height: 36px;padding-right: 26px;position: relative;color: #87b844;}
.ny_case_list ul li .con_box .more::after{content: "";width: 18px;height: 6px;background: url(/static/default/assets/img/in_arrow_1.png) center no-repeat;background-size: 100%;position: absolute;right: 0px;top: 50%;transform: translateY(-50%);}
.ny_case_list ul li:hover .con_box{background-image: linear-gradient(260deg, 
		#87b844 0%, 
		#47b9ce 100%), 
	linear-gradient(
		#f7f7f7, 
		#f7f7f7);
	background-blend-mode: normal, 
		normal;}
.ny_case_list ul li:hover .con_box .time{color: #fff;}
.ny_case_list ul li:hover .con_box .title{color:#fff;}
.ny_case_list ul li:hover .con_box .more{color: #fff;opacity: 0.5;}
.ny_case_list ul li:hover .con_box .more::after{background: url(/static/default/assets/img/in_arrow_3.png) center no-repeat;background-size: 100%;}

/* 联系我们 */

.mapbox{background: url(/static/default/assets/img/map.jpg) center no-repeat;overflow:hidden;height:900px;}
.lxwm{overflow:hidden;box-shadow: 0 2px 10px rgba(0,0,0,.075);background-color: #028ed6;width:30%;margin:0 auto;margin-top:350px;padding:50px 0 50px 60px; border-radius:20px;font-size:18px;line-height:160%;color:#fff;}

.map_box{display: flex;justify-content: space-between;align-items: center;}
.map_box #allmap{width: calc(100% - 559px);height: 710px;}
.contact_box{width: 559px;padding: 0px 50px;box-sizing: border-box;}
.contact_box .title_box{margin-bottom: 40px;}
.contact_box .title_box .title{margin-bottom: 10px;}
.contact_box .title_box .desc{font-size: 16px;color: #333333;opacity: 0.5;}
.contact_box .info_box{padding-left: 30px;}
.contact_box .info_box .item{display: flex;justify-content: left;align-items: center;margin-bottom: 30px;}
.contact_box .info_box .item .icon{margin-right: 20px;}
.contact_box .info_box .item .con_box .title{font-size: 20px;color: #333333;margin-bottom: 8px;}
.contact_box .info_box .item .con_box .desc{font-size: 16px;color: #999999;}
.contact_box .info_box .qrcode{text-align: center;display: inline-block;}
.contact_box .info_box .qrcode .tit{font-size: 16px;color: #999999;text-align: center;}


.message_box .title_box{text-align: center;padding: 60px 0px;}
.message_box .title_box .title{margin-bottom: 10px;}
.message_box .title_box .desc{font-size: 16px;color: #333333;opacity: 0.5;}
.message_box .tips{font-size: 16px;line-height: 2em;padding-bottom: 35px;border-bottom: 1px solid #e9e9e9;margin-top: 18px;margin-bottom: 30px;}
.message_box .type_title{font-size: 18px;color: #333333;line-height: 24px;margin-bottom: 15px;font-weight: bold;}
.message_box .el-form--inline .el-form-item{}
.message_box .select{width: 100%;}
.category_select .el-select{width: 100%;}

.el-range-editor.is-active, .el-range-editor.is-active:hover, .el-select .el-input.is-focus .el-input__inner{border-color: #87b844!important;}
.el-select .el-input__inner:focus{border-color: #87b844!important;}
.el-select-dropdown__item.selected{color: #87b844!important;}
.el-input.is-active .el-input__inner, .el-input__inner:focus{border-color: #87b844!important;}
.el-textarea__inner:focus{border-color: #87b844!important;}

.message_box{padding-bottom: 60px;}
.message_box .el-input__inner{height: 52px;line-height: 52px;}

.message_box .el-col{padding-right: 20px;box-sizing: border-box;}
.message_box .type_title2{font-size: 16px;line-height: 24px;color: #333333;margin-top: 35px;margin-bottom: 20px;}
.message_box .product_select_box{margin-bottom: 30px;display: flex;justify-content: left;flex-wrap: wrap;}
.message_box .product_select_box .item{ cursor: pointer; font-size: 14px;color: #666666;margin-bottom: 10px;line-height: 48px;height: 48px;padding: 0px 45px;background: #f7f7f7;margin-right: 20px;}
.message_box .product_select_box .item.on{background-image: linear-gradient(260deg, 
		#87b844 0%, 
		#47b9ce 100%), 
	linear-gradient(
		#1e257d, 
		#1e257d);color: #fff;}
		
.message_box .btn_box{display: flex;justify-content: space-between;}
.message_box .btn_box div{width: calc(50% - 17px);text-align: center;line-height: 70px;font-size: 22px;color: #fff;cursor: pointer;}
.message_box .btn_box div.form_submit{background-image: linear-gradient(260deg, 
		#87b844 0%, 
		#47b9ce 100%), 
	linear-gradient(
		#1e257d, 
		#1e257d);}
.message_box .code_input {box-sizing: border-box;}
.message_box .code_input  .el-input__inner{height: 70px;line-height: 70px;}
.message_box .btn_box div.form_reset{background:#b3b3b3;}
.message_box .codeImg{height: 70px;width: 140px;border-radius: 5px;}

/* 新闻内页 */

.news{height:auto;overflow:hidden;padding:0 0 0;}
.news .box{overflow:hidden;padding:30px 30px;}
.news ul{display:grid;grid-template-columns: repeat(2,1fr);gap:20px}
.news li{background:#f5f5f5;}
.news li .box{padding:0 0;}
.news li .conn{float:right;width:calc(100% - 170px);padding:30px 25px 0 0;box-sizing: border-box;}
.news li .conn h2{font-size:20px;color:#666;}
.news li .conn p{padding-top:10px;color:#777;line-height:20px;}
.news li .date{float:left;width:140px;overflow:hidden;text-align:center;border-right:2px solid #f4f4f4;height:120px;}
.news li .date h2{font-size:40px;color:#333; font-family:Arial, Helvetica, sans-serif; padding-top:40px;}
.news li .date p{font-size:15px;color:#666;padding-top:8px;}
.news li:hover .date h2{color:#fff;}
.news li:hover .date p{color:#fff;}
.news li:hover .conn h2{color:#fff;}
.news li:hover .conn p{color:#fff;}
.news li:hover{background:#028ed6}
.news li a{display:block;}

.xwbox{background:#f6f6f6;padding:200px 0 50px;}
.xwmain{background:#fff;box-shadow: 0 2px 10px rgba(0,0,0,.075);overflow:hidden; border-radius:20px;padding:50px 50px;}

.xinw_txt{font-size:26px;text-align:center;padding:0 0 25px 0;width:auto;overflow:hidden;width:auto;}
.xinw_dtm{width:auto; text-align:center; padding:0 0 0px 0; font-size:13px; color:#555;line-height:40px;background:#f7f7f7;margin:0 auto;}

.xinw_info{ line-height:26px;padding:30px 0;font-size:16px;color:#555;min-height:400px;width:auto;}
.xinw_info a{color:#009d85;}
.xinw_info b{font-size:18px;color:#eb3e00;}
.xinw_info img{ width:600px;height:auto;text-align:center;}

/*nextup*/
.new_pre{color:#66;width:calc(49% - 15px);float:left;background:#f0f0f0;padding-left:15px;overflow:hidden;line-height:50px;}
.new_pre a{color:#666;font-size:15px;}
.new_pre a:hover{color:#333}
.new_next{color:#666;float:right;width:calc(49% - 15px);background:#f0f0f0;padding-left:15px;overflow:hidden;line-height:50px;}
.new_next a{color:#666;font-size:15px;}
.new_next a:hover{color:#333}
.new_pn{padding:0px 0 10px 0; overflow:hidden;margin-top:4px;}
/*nextup*/


.ny_news_show{width: 100%;}
.about-content{padding: 20px 0px;}
.ny-news-tit { width: 100%; height: auto; overflow: hidden; line-height: 35px; color: #000; font-size: 1.5em; font-weight: bold; text-align: center; }
.ny-author { width: 100%; height: auto; line-height: 30px; overflow: hidden; color: #393939; border-bottom: 1px solid #f0f0f2; padding: 10px 0px 10px 0px; margin-bottom: 30px; text-align: center; }
.news-author { height: auto; overflow: hidden;font-size: 14px; }

.updown-div { width: 100%; line-height: 2; overflow: hidden; margin: 0 auto;margin-top: 30px; padding: 20px 0px 20px 0px;border-top: 1px solid #f0f0f0; }
.updown-div a{display: block;}
#newsnr { font-size: 14px; line-height: 26px; }


@media screen and (max-width:1680px) {

	/* 头部 */
	.pub_top .top_search{padding: 0px 40px;}
	.pub_top .top_search .search_txt{width: 280px;}
	.pub_top .logo{padding-left: 40px;}

	.in_pro .btn_box{padding-right: 20px;}
	.in_pro .btn_box>div{margin-bottom: 40px;}
	.in_pro .list_box{padding: 80px;padding-right: 20px;}

	.ny_ban .content .c_box {width: calc(100% - 40px);left: 50%;transform: translateX(-50%);}
	.ny_pro_ctg{width: 360px;}
	.ny_pro_list{width: calc(100% - 360px);}
	.ny_pro_ctg .order_box{padding: 0px 40px;}
	.ny_pro_ctg .order_box .c_box{width: 100%;padding: 40px 0px;}

	.ny_pro_ctg .nav_box{padding: 0px 40px;}
	.ny_pro_ctg .nav_box .c_box{width: 100%;padding: 60px 0px;}


	.in_about .content{padding-top: 150px;padding-bottom: 120px;}
}

@media screen and (max-width:1440px) {
	.pub_top{height: 108px;}
	.fixed_space{margin-top: 108px;}

	.pub_top .top_search{padding: 0px 20px;}
	.pub_top .top_search .search_txt{width: 200px;}
	.pub_top .nav_box>ul{padding-right: 25px;}
	.pub_top .logo{padding-left: 20px;}

	#in_pro_show .swiper-slide{padding: 40px 0px;}
	#in_pro_show .swiper-slide .con_box{left: 20px;}
	.in_pro_show .show .btn_box{right: 20px;}


	/* 联系我们 */
	.map_box #allmap{width: 65%;}
	.contact_box{width: 35%;}


	/* 底部 */
	.pub_foot .content{padding-top: 55px;padding-bottom: 55px;flex-wrap: wrap;}
	.pub_foot .qrcode_box{margin-bottom: 20px;}

	/*.ab_summary .tab_box .summarys{padding: 160px 40px;}
	.ab_summary .tab_box .tabs{padding: 0px 40px;}
	.ab_summary .tab_box .tabs .tab{width: calc(20% - 32px);} */

	.in_partner{padding: 60px 0px;}

	.in_partner .list_box ul li { width: calc(20% - 16px); }
}

@media screen and (max-width:1366px) {


	/* 焦点图 */
	
	.x_hhh .swiper-paginationx{bottom: 20px;}
	
	.x_hhh .swiper-slide .con_box .title{font-size: 56px;margin-bottom: 20px;}
	.x_hhh .swiper-slide .con_box .desc{font-size: 22px;}
	.in_ban .ban_mouse{bottom: 100px;}

	.in_pro .title_box{width: 200px;}
	.in_pro .list_box{width: calc(100% - 200px);}
	.in_pro .title_box .title{font-size: 52px;}


	#in_pro_swiepr .swiper-slide .con_box{
		padding: 0px 20px;
	}
	#in_pro_swiepr .swiper-slide .con_box::after{right: 20px;}


	.in_about .content{padding-top: 120px;padding-bottom: 100px;}
	.in_about .content .con_box{max-width: auto;width: calc(100% - 337px);padding-right: 20px;box-sizing: border-box;}
	.in_about .content .more_box{flex-shrink: 0;}

	.in_news{padding: 80px 0px;}
	.in_news .news_box .hot_box{padding: 30px;}
	.in_news .news_box .list_box .item .img_box{width: 280px;}
	.in_news .news_box .list_box .item .con_box{width: calc(100% - 280px);padding-left: 20px;padding-right: 10px;}

	.in_partner{padding: 40px 0px;}
	.in_partner .title_box{margin-bottom: 25px;}
	/* 联系我们 */
	.map_box #allmap{height: 640px;}
	.contact_box{width: 35%;padding: 0px 40px;}
	.contact_box .title_box{margin-bottom: 20px;}
	.contact_box .info_box .item{width: 50%; margin-bottom: 20px;box-sizing: border-box;padding-right: 15px;}
	.contact_box .info_box{padding-left: 0px;}

	.contact_box .info_box{display: flex;justify-content: left;flex-wrap: wrap;}


	/* 内也 */
	.ny_ban .content .c_box{bottom: 60px;}
	.ny_ban{height: 460px;}
	.ny_ban .title_box .title{font-size: 42px;}
	.ny_ban .tool_box .search_box{width: 520px;}

	.ny_ban .tool_box .ny_nav ul li{height: 64px;line-height: 1;}
	.ny_ban .tool_box .ny_nav ul li a .title{font-size: 16px;line-height: 1.5em;}
	
	/*
	.ab_summary .info_box{padding: 60px 0px;}
	.ab_summary .info_box .con_box{height: 410px;overflow-y: auto;width: calc(100% - 200px);}
	.ab_summary .info_box .title_box{width: 200px;} */


	.ny_case_list ul li{width: calc(33.3333333% - 22px);}
	.ny_case_list ul li a{margin-bottom: 40px;}
	.ny_case_list ul li .img_box{height: 260px;}
	.ny_case_list ul li .con_box{padding: 22px 20px;}
	.ny_case_list ul li .con_box .title{font-size: 20px;}


	.ny_list_box{width: calc(100% - 320px);padding-right: 35px;}
	.ny_right_box{width: 320px;}
	.ny_hot_box{padding: 20px 22px;}
	.ny_hot_box .title_box .en_title{font-size: 36px;}
	.ny_hot_box .title_box .title{font-size: 24px;}
	.ny_hot_box ul li{padding: 15px;}
	.ny_news_list li .img_box{width: 260px;}
	.ny_news_list li .con_box{width: calc(100% - 260px);}


	.ny_pro_ctg{width: 320px;}
	.ny_pro_list{width: calc(100% - 320px);}
	.ny_pro_ctg .order_box{padding: 0px 30px;}
	.ny_pro_ctg .order_box .c_box{width: 100%;padding: 30px 0px;}
	.ny_pro_ctg .order_box .title_box{margin-bottom: 10px;}
	.ny_pro_ctg .order_box .title_box .title{font-size: 20px;}
	.ny_pro_ctg .nav_box{padding: 0px 30px;}
	.ny_pro_ctg .nav_box .c_box{width: 100%;padding: 40px 0px;}
	.ny_pro_ctg .nav_box .title_box .title{font-size: 20px;line-height: 1.5em;}
	.ny_pro_ctg .nav_box ul li a{padding-left: 20px;padding-right: 40px;}
	.ny_pro_ctg .nav_box ul li a .tit{font-size: 15px;}

	.ny_pro_list ul li .con_box{padding: 0px 30px;padding-bottom: 30px;}
	.ny_pro_list ul li .more{top: 20px;right: 20px;}

	.ny_pro_show .pro_show .info_box .btn_box{flex-wrap: wrap;}
	.ny_pro_show .pro_show .info_box .btn_box a{margin-bottom: 20px;height: 56px;line-height: 56px;}
	.ny_pro_cont .tab_box{width: 300px;}
	.ny_pro_cont .cont_box{width: calc(100% - 300px);}
	
	/*.ab_summary .tab_box .summarys .summary{font-size: 32px;}
	.ab_summary .tab_box .tabs .tab .box .tit{font-size: 20px;}*/

}

@media screen and (max-width:1280px) {
	
	.in_title{font-size: 32px;}
	.pub_top .nav_box>ul>li>a{width: auto;padding: 0px 12px;}

	.in_about .content .con_box .data_box{
		margin-top: 80px;
	}
	#in_pro_thumb .swiper-slide .box{overflow: hidden;}

	#in_pro_thumb{width: calc(100% - 120px);}
	#in_pro_thumb .swiper-slide .box .con_box{width: calc(100% - 100px); flex-shrink: 1;}
	#in_pro_thumb .swiper-slide .box .con_box .c_box{width: 100%;}
	#in_pro_thumb .swiper-slide .box img{width: 100px;}

	.map_box{flex-wrap: wrap;}
	.map_box #allmap{width: 100%;height: 480px;}
	.contact_box{width: 100%;padding: 30px 40px;background: #f7f7f7;}
	
	.message_box .title_box{padding: 35px 0px;}

	/* 新闻中心 */
	

	/* 内也 */
	.ny_ban{height: 420px;}
	.ny_ban .title_box{margin-bottom: 60px;}
	.ny_ban .title_box .title{font-size: 38px;}
	.ny_ban .tool_box .search_box{width: 400px;}
	/*
	.ab_summary .tab_box .summarys{padding: 120px 40px;}
	.ab_summary .tab_box .tabs{padding: 0px 20px;}
	.ab_summary .tab_box .tabs .tab{width: calc(20% - 20px);}

	.ab_honor{padding: 60px 0px;}
	.ab_honor .title_box .title{margin-bottom: 20px;}
	.ab_honor .content{flex-wrap: wrap;}
	.ab_honor .title_box{width: 100%;padding-right: 0px;}
	.ab_honor .title_box .tab_box{display: flex;justify-content: space-between;margin-bottom: 20px;}
	.ab_honor .title_box .tab_box .item{width: calc(33.3333333% - 15px);}

	.ab_honor .title_box .btn_box{margin-bottom: 20px;}

	.ab_honor .list_box{width: 100%;}*/
	


}
@media screen and (max-width:1024px) {

	.x_hhh .swiper-slide .con_box .title{font-size: 46px;}
	.in_ban .ban_mouse{bottom: 80px;}

	.in_pro{flex-wrap: wrap;}
	.in_pro .title_box{width: 100%;height: 140px;}
	.in_pro .title_box .title{writing-mode: initial;transform: initial;}
	.in_pro .list_box{width: 100%;padding: 40px 20px;}

	.in_about .content{padding-bottom: 80px;}
	.in_about .content{flex-wrap: wrap;}
	.in_about .content .con_box{width: 100%;}
	.in_about .content .con_box .data_box{margin-top: 20px;margin-bottom: 30px;}
	.in_about .content .more_box{width: 100%;height: auto;padding: 30px 0px;}
	.in_about .content .more_box .tit{margin-bottom: 40px;font-size: 32px;}
	.in_about .content .more_box .more{height: 50px;line-height: 50px;}

	.in_news{padding: 65px 0px;}
	.in_news .title_box{margin-bottom: 30px;}
	.in_news .news_box{flex-wrap: wrap;}
	.in_news .news_box .list_box{width: 100%;margin-bottom: 20px;}
	.in_news .news_box .hot_box{width: 100%;}


	.ny_main .content.flex{flex-wrap: wrap;}
	.ny_list_box{width: 100%;padding-right: 0px;}
	.ny_right_box{width: 100%;}



	.ny_case_list ul li{width: calc(50% - 10px);}
	.ny_case_list ul li a{margin-bottom: 20px;}
	.ny_case_list ul li .img_box{height: 260px;}
	
	.ny_main.flex.products{flex-wrap: wrap;}
	.ny_pro_ctg{width: 100%;}
	.ny_pro_ctg .order_box{padding: 0px 20px;}
	.ny_pro_ctg .order_box .c_box{padding: 20px 0px;}
	.ny_pro_ctg .nav_box{padding: 0px 20px;}
	.ny_pro_ctg .nav_box .c_box{padding: 20px 0px;}
	.ny_pro_ctg .nav_box ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
	.ny_pro_ctg .nav_box ul li{width: calc(50% - 10px);margin-bottom: 15px;}
	.ny_pro_list{width: 100%;}

	.ny_pro_show .pro_show{flex-wrap: wrap;flex-direction: column-reverse;}
	.ny_pro_show .pro_show .info_box{width: 100%;}
	.ny_pro_show .pro_show .show_box{width: 100%;flex-wrap: wrap;margin-bottom: 30px;}

	#big_pro_swiper{width: 100%;margin-bottom: 30px;}
	#small_pro_swiper{width: 100%;height: auto;}
	#small_pro_swiper .swiper-slide img{height: 160px;}
	#big_pro_swiper .swiper-slide{padding-bottom: 0px;}
	.ny_pro_show .pro_show .info_box .type{font-size: 36px;}

	.ny_pro_cont{padding: 40px 0px;}
	.ny_pro_cont .content{flex-wrap: wrap;}
	.ny_pro_cont .tab_box{width: 100%;margin-bottom: 20px;}
	.ny_pro_cont .tab_box ul{display: flex;justify-content: space-between;}
	.ny_pro_cont .tab_box ul li{width: calc(33.3333333% - 15px);}
	.ny_pro_cont .tab_box ul li.on{font-size: 18px;}
	.ny_pro_cont .cont_box{width: 100%;}
	
    /*
	.ab_summary .tab_box .tabs{flex-wrap: wrap;justify-content: center;}
	.ab_summary .tab_box .tabs .tab{flex: initial;width: auto;margin: 0px 10px;margin-bottom: 20px;}*/


	.in_partner .list_box ul li { width: calc(25% - 15px); }
}

@media screen and (max-width:900px) {
	.pub_foot .logo_box ul{margin-bottom: 20px;}
	.pub_foot .qrcode_box{width: 100%;justify-content: left;}
	.pub_foot .qrcode_box .item{margin: 0px;margin-right: 20px;}

}

@media screen and (max-width:768px) {
	.x_hhh .swiper-slide .con_box{_display: none;}
	.in_ban .ban_mouse{display: none;}

	#in_pro_show .swiper-slide{flex-wrap:wrap;}
	#in_pro_show .swiper-slide .con_box{width: 100%; position: relative;transform: initial;left: initial;text-align: center;}
	#in_pro_show .swiper-slide .con_box .more{margin: 0px auto;margin-top: 20px;height: 56px;line-height: 56px;}
	#in_pro_show .swiper-slide .con_box .type{font-size: 40px;}
	#in_pro_show .swiper-slide .con_box .title{font-size: 32px;}

	.ny_ban{height: auto;}
	.ny_ban .content .c_box{padding: 50px 0px; width: 100%;left: initial;bottom: initial; position: relative;transform: initial;}
	.ny_ban .title_box{text-align: center;margin-bottom: 50px;}
	.ny_ban .title_box .title{font-size: 36px;}
	.ny_ban .tool_box{flex-wrap: wrap;justify-content: center;}
	.ny_ban .tool_box .mouse{margin-bottom: 20px;}
	.ny_ban .tool_box .data_box{width: 100%;justify-content: space-between;}
	.ny_ban .tool_box .data_box .item{width: 33.33333%;text-align: center;margin: 0px;}

	.ny_ban .tool_box .search_box{width: 100%;}
	.ny_ban .tool_box .nav_box{width: 100%;}
	.ny_ban .tool_box .search_box{height: 58px;line-height: 58px;}
	.ny_ban .tool_box .search_box .ny_search_input{line-height: 56px;}
	.ny_ban .tool_box .search_box .ny_search_btn{width: 58px;height: 58px;}

	.ny_ban .tool_box .ny_nav{width:100%;}
	.ny_ban .tool_box .ny_nav ul{justify-content: center;}
	.ny_ban .tool_box .ny_nav ul li{margin: 0px 10px;}

	.ny_case_list ul li{width: calc(50% - 8px);}
	.ny_case_list ul li a{margin-bottom: 20px;}
	.ny_case_list ul li .img_box{height: 240px;}
	.ny_case_list ul li .con_box{padding: 15px;}
	.ny_case_list ul li .con_box .title{font-size: 18px;}
	

	.ny_pro_list ul li{width: 50%;}

	.in_partner .list_box ul li { width: calc(33.333333% - 10px); }
	.in_partner .list_box ul li a{margin-bottom:15px;}
}


@media screen and (max-width:640px) {

	.x_hhh .swiper-paginationx{bottom: 0.2rem;height: auto;}
	.x_hhh .swiper-slide .con_box .title{font-size: 0.42rem;margin-bottom: 0.2rem;}
	.x_hhh .swiper-slide .con_box .desc{font-size: 0.22rem;}

	.in_pro .title_box{height: 1.4rem;}
	.in_pro .title_box .title{font-size: 0.52rem;}
	.in_pro .list_box{padding: 0.4rem 0.2rem;}

	
	.in_pro .btn_box{padding-right: 0px;}
	.in_pro .btn_box>div{margin-bottom: 0.4rem;width: 0.4rem;height: 0.4rem;margin-left: 0.25rem;}
	.in_pro_show{padding-bottom: 0.6rem;}
	#in_pro_thumb{width: calc(100% - 1.2rem);}
	#in_pro_swiepr .swiper-slide .con_box{padding: 0px 0.2rem;}
	#in_pro_swiepr .swiper-slide .con_box .type{font-size: 0.2rem;padding-right: 0.25rem;}
	#in_pro_swiepr .swiper-slide .con_box .title{font-size: 0.2rem;padding-right: 0.25rem;}
	#in_pro_swiepr .swiper-slide .con_box::after{right: 0.2rem;font-size: 0.6rem;}
	#in_pro_thumb .swiper-slide .box{padding: 0.15rem 0px;}
	#in_pro_thumb .swiper-slide .box img{width: 0.8rem;height: 0.68rem;}
	#in_pro_thumb .swiper-slide .box .con_box{padding: 0px 0.15rem;width: calc(100% - 0.8rem);}
	#in_pro_thumb .swiper-slide .box .con_box .type{font-size: 0.18rem;}
	#in_pro_thumb .swiper-slide .box .con_box .title{font-size: 0.16rem;}

	
	
	.in_pro_show .show .btn_box .item{padding: 0.25rem 0px;}
	.in_pro_show .show .btn_box{right: 0rem;width: 0.86rem;}
	.in_pro_show .show .btn_box .item .tit{font-size: 0.16rem;}
	.in_pro_show .show .btn_box .item img{height: 0.32rem;}
	.in_pro_show .show .btn_box .item::after{width: 0.66rem;height: 0.02rem;}

	.in_news{padding: 0.6rem 0px;}
	.in_news .title_box{margin-bottom: 0.3rem;}
	.in_news .news_box{flex-wrap: wrap;}
	.in_news .news_box .list_box{width: 100%;margin-bottom: 0.2rem;}
	.in_news .news_box .hot_box{width: 100%;padding: 0.2rem;}
	.in_news .news_box .list_box .item .img_box{width: 2.4rem;height: 1.8rem;}
	.in_news .news_box .list_box .item .con_box{width: calc(100% - 2.4rem);padding-left: 0.2rem;padding-right: 0.2rem;}
	.in_news .news_box .list_box .item .con_box .time{font-size: 0.18rem;line-height: 1.5em;}
	.in_news .news_box .list_box .item .con_box .title{font-size: 0.24rem;line-height: 1.5em;}
	.in_news .news_box .list_box .item .con_box .desc{font-size: 0.18rem;line-height: 1.5em;margin-bottom: 0.2rem;}
	.in_news .news_box .list_box .item .con_box .more{font-size: 0.16rem;}


	.in_news .news_box .hot_box .title{font-size: 0.24rem;}
	.in_news .news_box .hot_box .desc{font-size: 0.18rem;}
	.in_news .news_box .hot_box .img_box{width: 100%;height: 2.2rem;margin: 0.25rem 0px;}
	.in_news .news_box .hot_box .img_box img{width: 100%;}
	.in_news .news_box .hot_box .info .time{font-size: 0.16rem;}
	.in_news .news_box .hot_box .info .more{font-size: 0.16rem;}

	.in_about .content{padding-top: 1.2rem;padding-bottom: 0.8rem;}
	.in_about .content .con_box>.tit{margin-bottom: 0.1rem;font-size: 0.18rem;}
	.in_about .content .con_box{margin-top: -0.6rem;padding-right: 0px;}
	.in_about .content .con_box .desc{font-size: 0.2rem;}
	.in_about .content .con_box .data_box .item{justify-content: space-between;}
	.in_about .content .con_box .data_box .item{margin: 0px;flex: 1;}

	.in_about .content .more_box{padding: 0.3rem 0px;}
	.in_about .content .more_box .tit{font-size: 0.32rem;margin-bottom: 0.4rem;}
	.in_about .content .more_box .more{height: 0.5rem;line-height: 0.5rem;font-size: 0.18rem;border-radius: 0.25rem;padding: 0px 0.5rem;}

	#in_pro_show .swiper-slide{padding: 0.4rem 0px;}
	#in_pro_show .swiper-slide .con_box .type{font-size: 0.4rem;margin-bottom: 0.15rem;}
	#in_pro_show .swiper-slide .con_box .title{font-size: 0.32rem;}
	#in_pro_show .swiper-slide .con_box .more{margin: 0px auto; margin-top: 0.2rem;height: 0.56rem;line-height: 0.56rem;width: auto;padding: 0px 0.6rem;font-size: 0.18rem;display: inline-block;}

	.in_pro_show .list .btn_prev, .in_pro_show .list .btn_next{margin: 0px;width: 0.4rem;height: 0.4rem;}
	.in_pro_show .list .btn_prev{margin-right: 0.2rem;}

	.in_pro_show .list .btn_next{margin-left: 0.2rem;}

	

	.content{padding-left: 0.2rem;padding-right: 0.2rem;}
	.in_title{font-size: 0.3rem;line-height: 1.5em;}

	.in_partner{padding: 0.4rem 0px;}
	.in_partner .title_box{margin-bottom: 0.25rem;}
	.in_partner .title_box .btn_box div{width: 0.42rem;height: 0.42rem;}
	.in_partner .title_box .btn_box div.btn_next{margin-left: 0.22rem;}
	#in_partner_swiper{height: 3rem;}

	.in_partner .list_box ul li { width: calc(50% - 0.1rem); }
	.in_partner .list_box ul li a { margin-bottom: 0.2rem; }

	.copyright{padding: 0px 0.2rem; padding-bottom: 0.4rem;font-size: 0.2rem;line-height: 1.5em;}
	.pub_foot .content{padding-top: 0.5rem;padding-bottom: 0.5rem;}
	.pub_foot .logo_box .logo{margin-bottom: 0.22rem;max-width: 50%;}
	.pub_foot .logo_box .logo img{width: 100%;}
	.pub_foot .info_box .item p .tel{font-size: 20px;}
	.pub_foot .info_box{flex-wrap: wrap;}
	.pub_foot .info_box .item{width: 100%;}
	.pub_foot .info_box .item:first-child{margin-right: 0px;}

	.pub_foot .logo_box ul li a{font-size: 0.2rem;}
	.pub_foot .qrcode_box .item .tit{font-size: 0.18rem;line-height: 1.5em;}
	.pub_foot .info_box .item p{font-size: 0.2rem;line-height: 1.8em;}
	.pub_foot .info_box .item p .tel{font-size: 0.3rem;}
	/* 内页 */
	
	.ny_ban .content .c_box{padding: 0.5rem 0px;}
	.ny_ban .title_box{margin-bottom: 0.5rem;}
	.ny_ban .title_box .title{font-size: 0.36rem;margin-bottom: 0.2rem;}
	.ny_ban .title_box .desc{font-size: 0.22rem;}
	.ny_ban .tool_box .mouse{width: 0.27rem;height: 0.37rem;margin-bottom: 0.2rem;background-size: 100% 100%;}
	.data_box .item .number .num{font-size: 0.46rem;margin-right: 0.03rem;}
	.data_box .item .number .plus{font-size: 0.3rem;line-height: 2em;}
	.data_box .item .title{font-size: 0.2rem;line-height: 2em;}

	.ny_ban .tool_box .search_box{height: 0.64rem;line-height: 0.64rem;}
	.ny_ban .tool_box .search_box .ny_search_input{line-height: 0.64rem;padding-left: 0.25rem;padding-right: 1rem;}
	.ny_ban .tool_box .search_box .ny_search_btn{width: 0.64rem;height: 0.64rem;}


	.ny_ban .tool_box .ny_nav ul li{width: auto;padding: 0px 0.4rem; height: 0.64rem; margin: 0px 0.1rem;margin-bottom: 0.1rem;}
	.ny_ban .tool_box .ny_nav ul li a .title{font-size: 0.18rem;line-height: 1.3em;}
	.ny_ban .tool_box .ny_nav ul li a .arrow{width: 0.15rem;height: 0.09rem;display: none;}
	.ny_ban .tool_box .ny_nav ul li.on a .arrow{display: none;}
	.ny_ban .tool_box .ny_nav ul li:hover a .arrow{display: none;}
	.ny_main .content.flex{padding-top: 0.4rem;padding-bottom: 0.4rem;}

     /*
	.ab_summary{padding-bottom: 0.6rem;}
	.ab_summary .info_box{padding: 0.5rem 0px;flex-wrap: wrap;}
	.ab_summary .info_box .title_box{width: 100%;margin-bottom: 0.2rem;}
	.ab_summary .info_box .con_box{width: 100%;height: 4.6rem;}
	.ab_summary .info_box .title_box .en_title{font-size: 0.4rem;writing-mode: initial;transform: initial;}
	.ab_summary .info_box .title_box .title{font-size: 0.32rem;margin-bottom: 0.2rem;}
	.ab_summary .tab_box{padding-bottom: 0.4rem;}
	.ab_summary .tab_box .summarys{padding: 0.8rem 0.4rem;}
	.ab_summary .tab_box .summarys .summary{font-size: 0.28rem;}
	.ab_summary .tab_box .summarys .summary.on::after{width: 0.53rem;height: 0.26rem;}
	.ab_summary .tab_box .tabs{padding: 0px 0.1rem;flex-wrap: wrap;justify-content: center;}
	.ab_summary .tab_box .tabs .tab{width: auto;box-sizing: border-box;margin: 0px 0.1rem; margin-bottom: 0.15rem;}
	.ab_summary .tab_box .tabs .tab .box{height: 0.72rem;line-height: 0.70rem;padding: 0px 0.2rem;border-width:0.01rem; }
	.ab_summary .tab_box .tabs .tab .box .tit{font-size: 0.22rem;margin-right: 0.1rem;}
	.ab_summary .tab_box .tabs .tab .box .icon{height: 0.22rem;}


	.ab_honor{padding: 0.4rem 0px;}
	.ab_honor .title_box .title{margin-bottom: 0.2rem;}
	.ab_honor .title_box .tab_box{margin-bottom: 0.2rem;flex-wrap: wrap;}
	.ab_honor .title_box .btn_box{margin-bottom: 0.3rem;}
	.ab_honor .title_box .tab_box .item{width: 100%;padding: 0.15rem 0px;font-size: 0.2rem;}
	.ab_honor .title_box .tab_box .item.on{font-size: 0.22rem;}
	.ab_honor .title_box .btn_box div{width: 0.42rem;height: 0.42rem;}*/

	/* 联系我们 */
	.contact_box{padding: 0.3rem 0.2rem;}
	.map_box #allmap{height: 4.8rem;}
	.contact_box .title_box{margin-bottom: 0.2rem;}
	.contact_box .title_box .title{margin-bottom: 0.1rem;}
	.contact_box .title_box .desc{font-size: 0.22rem;}

	.contact_box .info_box .item{width: 100%;margin-bottom: 0.2rem;padding-right: 0px;}
	.contact_box .info_box .item .icon{margin-right: 0.2rem;}
	.contact_box .info_box .item .con_box .title{font-size: 0.24rem;margin-bottom: 0.08rem;}
	.contact_box .info_box .item .con_box .desc{font-size: 0.2rem;}
	.contact_box .info_box .qrcode .tit{font-size: 0.2rem;}

	.message_box{padding-bottom: 0.6rem;}
	.message_box .title_box{padding: 0.35rem 0px;}
	.message_box .title_box .title{margin-bottom: 0.1rem;}
	.message_box .title_box .desc{font-size: 0.2rem;}

	.message_box .tips{font-size: 0.2rem;padding-bottom: 0.35rem;margin-top: 0.18rem;margin-bottom: 0.3rem;}
	.message_box .type_title{font-size: 0.22rem;line-height: 1.5em;margin-bottom: 0.15rem;}

	.message_box .el-input--suffix .el-input__inner{padding-right: 0.3rem!important;}
	.message_box .el-input__inner{height: 0.6rem;line-height: 0.6rem;}
	.message_box .el-col{padding-right: 0.2rem;}
	.message_box .type_title2{font-size: 0.2rem;line-height: 1.5em;margin-top: 0.3rem;margin-bottom: 0.2rem;}
	.message_box .product_select_box{margin-bottom: 0.3rem;}
	.message_box .product_select_box .item{padding: 0px 0.45rem;height: 0.5rem;line-height: 0.5rem;margin-right: 0.15rem;margin-bottom: 0.1rem;font-size: 0.18rem;}
	.message_box .code_input .el-input__inner{height: 0.6rem;line-height: 0.6rem;}
	.message_box .codeImg{width: 1.4rem;height: 0.6rem;border-radius: 0.05rem;}
	.message_box .btn_box div{width: calc(50% - 0.15rem);line-height: 0.6rem;font-size: 0.22rem;height: 0.6rem;}

	/* 新闻中心 */
	.ny_news_list li{margin-bottom: 0.2rem;padding: 0.24rem;}
	.ny_news_list li .img_box{width: 2.4rem;height: 1.8rem;}
	.ny_news_list li .con_box{width: calc(100% - 2.4rem);padding-left: 0.2rem;}
	.ny_news_list li .con_box .time{font-size: 0.16rem;}
	.ny_news_list li .con_box .title{font-size: 0.22rem;line-height: 1.5em;}
	.ny_news_list li .con_box .desc{font-size: 0.16rem;margin: 0.15rem 0px;line-height: 1.5em;}
	.ny_news_list li .con_box .more{font-size: 0.16rem;}

	.ny_hot_box{padding: 0.2rem 0.22rem;}
	.ny_hot_box .title_box{margin-bottom: 0.25rem;}
	.ny_hot_box .title_box .en_title{font-size: 0.4rem;}
	.ny_hot_box .title_box .title{font-size: 0.28rem;}
	.ny_hot_box ul li{padding: 0.15rem;margin-bottom: 0.18rem;}
	.ny_hot_box ul li .title{font-size: 0.2rem;}
	.ny_hot_box ul li .tools .time{font-size: 0.16rem;margin-right: 0.05rem;}
	.ny_hot_box ul li .tools .more{font-size: 0.16rem;}

	.about-content{padding: 0.2rem 0px;}
	.ny-news-tit{font-size: 0.30rem;line-height: 1.3em;}
	.updown-div{margin-top: 0.3rem;padding: 0.2rem 0px;}


	/* 产品 */
	.ny_pro_ctg .order_box{padding:0.2rem;}
	.ny_pro_ctg .order_box .c_box{padding:  0px;}
	.ny_pro_ctg .nav_box{padding:0.2rem;}
	.ny_pro_ctg .nav_box .c_box{padding:  0px;}
	.ny_pro_ctg .order_box .title_box .title{font-size: 0.24rem;}
	.ny_pro_ctg .nav_box .title_box .title{font-size: 0.24rem;}
	.ny_pro_ctg .nav_box ul li{height: 0.64rem;line-height: 0.64rem; width: calc(50% - 0.1rem);margin-bottom: 0.15rem;}
	.ny_pro_ctg .nav_box ul li a .tit{font-size: 0.18rem;}
	.ny_pro_ctg .nav_box ul li a{padding-left: 0.2rem;padding-right: 0.4rem;}
	.ny_pro_ctg .nav_box ul li a::after{width: 0.09rem;height: 0.14rem;}

	.ny_pro_list ul li .more{top: 0.2rem;right: 0.2rem;width: 0.5rem;height: 0.5rem;line-height: 0.48rem;font-size: 0.36rem;}
	.ny_pro_list ul li .con_box{padding: 0px 0.3rem;padding-bottom: 0.3rem;}
	.ny_pro_list ul li .con_box .type{font-size: 0.22rem;margin-bottom: 0.06rem;}
	.ny_pro_list ul li .con_box .title{font-size: 0.22rem;}


	.ny_pro_show .position{padding: 0.2rem 0px;font-size: 0.16rem;}
	#big_pro_swiper{margin-bottom: 0.3rem;}
	#small_pro_swiper .swiper-slide img{height: 1.4rem;}
	#small_pro_swiper .swiper-slide.on{border-width: 2px;}
	.ny_pro_show .pro_show{padding-bottom: 0.4rem;}
	.ny_pro_show .pro_show .show_box{margin-bottom: 0.3rem;}
	.ny_pro_show .pro_show .info_box .type{font-size: 0.4rem;margin-bottom: 0.15rem;}
	.ny_pro_show .pro_show .info_box .title{font-size: 0.28rem;line-height: 1em;margin-bottom: 0.25rem;}
	.ny_pro_show .pro_show .info_box .summary{font-size: 0.2rem;margin: 0.25rem 0px;}
	.ny_pro_show .pro_show .info_box .btn_box a{margin-bottom: 0.2rem;height: 0.64rem;line-height: 0.64rem;padding: 0px 0.22rem;}
	.ny_pro_show .pro_show .info_box .btn_box a img{height: 0.3rem;}
	.ny_pro_show .pro_show .info_box .btn_box .btn_email span{font-size: 0.2rem;}
	.ny_pro_show .pro_show .info_box .btn_box .btn_msg span{margin-left: 0.15rem;font-size: 0.22rem;}
	.ny_pro_show .pro_show .info_box .btn_box .btn_tel span{font-size: 0.22rem;margin-right: 0.4rem;}
	.ny_pro_cont{padding: 0.4rem 0px;}
	.ny_pro_cont .tab_box ul{flex-wrap: wrap;}
	.ny_pro_cont .tab_box ul li{width: 100%;line-height: 0.6rem;font-size: 0.2rem;}
	.ny_pro_cont .tab_box ul li.on{font-size: 0.24rem;}

	.ny_pro_cont .cont_box .con_detail p{font-size: 0.22rem!important;}
	.ny_pro_cont .cont_box .con_detail span{font-size: 0.22rem!important;}
	.param_box td, .param_box th,.param_box td, .param_box td{padding: 0.05rem 0.1rem;}
	.param_box p{margin: 0.05rem 0px;}


	.ny_case_list ul li{width: calc(50% - 0.1rem);}
	.ny_case_list ul li a{margin-bottom: 0.2rem;}
	.ny_case_list ul li .img_box{height: 2rem;}
	.ny_case_list ul li .con_box{padding: 0.15rem;}
	.ny_case_list ul li .con_box .time{font-size: 0.16rem;}
	
	.ny_case_list ul li .con_box .title{font-size: 0.20rem;line-height: 2em;}
	.ny_case_list ul li .con_box .more{font-size: 0.16rem;line-height: 1.5em;}


}




/*---飘浮QQ--*/
.izl-rmenu{
	       margin-right: 0;
	       width:60px;
	       position: fixed;
	       right: 2px;
	       top: 65%;
	       -webkit-box-shadow: #DDD 0px 1px 5px;
	       -moz-box-shadow: #DDD 0px 1px 5px;
	       box-shadow: #DDD 0px 1px 5px;
	       z-index:999;
}
.izl-rmenu .consult{    
	background-image: url(/static/default/assets/img/consult_icon.png);
    background-repeat: no-repeat;
    background-position: center -120px;
    display: block;
    height: 60px;
    width: 60px;
}
.izl-rmenu .txqq{    
	background-image: url(/static/default/assets/img/consult_icon.png);
    background-repeat: no-repeat;
    background-position: center -60px;
    display: block;
    height: 60px;
    width: 60px;
}

.izl-rmenu .book {    background-image: url(/static/default/assets/img/consult_icon.png);
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    height: 60px;
    width: 60px;
}

.izl-rmenu .book .zixun {
    background-color: rgb(247,247,255);
    position: absolute;
    width: 100px;
    left: -100px;
    top: 0;
    line-height: 60px;
    color: #555;
    font-size: 14px;
    text-align: center;
    display: none;
    box-shadow: #DDD -1px 1px 4px;
}
.izl-rmenu a.book:hover .zixun{display:inline !important;}


.izl-rmenu .txqq .qqzx {
    background-color: rgb(247,247,255);
    position: absolute;
    width: 125px;
    left: -125px;
    top: 60px;
    line-height: 60px;
    color: #555;
    font-size: 14px;
    text-align: center;
    display: none;
    box-shadow: #DDD -1px 1px 4px;
}
.izl-rmenu a.txqq:hover .qqzx{display:inline !important;}

.izl-rmenu .consult .phone {
    background-color: rgb(247,247,255);
    position: absolute;
    width: 125px;
    left: -125px;
    top: 60px;
    padding:10px 0;
    color: #222;
    font-size: 14px;
    text-align: center;
    display: none;
    box-shadow: #DDD -1px 1px 4px;
}
.izl-rmenu a.consult:hover .phone{display:inline !important;}


.izl-rmenu .cart {
    background-image: url(/static/default/assets/img/consult_icon.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    display: block;
height:60px;
}
.izl-rmenu a.cart:hover .pic{display:block;}

.izl-rmenu .cart .pic {
	display:none;
    position: absolute;
    left: -100px;
    top:70px;
    width: 100px;
    height: 118px;
    background:url(/static/default/assets/img/weixin.jpg);
}




.izl-rmenu .btn_top {
    background-image: url(/static/default/assets/img/float_top.png);
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    height: 39px;
    width: 60px;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}
.izl-rmenu .btn_top:hover {
	background-image: url(/static/default/assets/img/float_top.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#udesk-feedback-tab {
    position: fixed;
    right: 2px;
    top: 65%;
    margin-top: -76px;
    -webkit-box-shadow: #DDD 0px -1px 5px;
    -moz-box-shadow: #DDD 0px -1px 5px;
    box-shadow: #DDD 0px -1px 5px;
    z-index: 10000;
    cursor: pointer;
    background-image: url(/static/default/assets/img/consult_icon.gif);
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    height: 76px;
    width: 66px;
    background-color: #FFF!important;
    z-index:999;
}
#udesk-feedback-tab1 {
    position: fixed;
    right: 2px;
    top: 65%;
    margin-top: -150px;
    -webkit-box-shadow: #DDD 0px -1px 5px;
    -moz-box-shadow: #DDD 0px -1px 5px;
    box-shadow: #DDD 0px -1px 5px;
    z-index: 10000;
    cursor: pointer;
    background-image: url(/static/default/assets/img/consult_icon.gif);
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    height: 76px;
    width: 66px;
    background-color: #FFF!important;
    z-index:999;
}

@media (max-width:768px){
.izl-rmenu{display:none;}
.izl-rmenu .consult{display:none;}
#udesk-feedback-tab{display:none;}
#udesk-feedback-tab1{display:none;}
#udesk-feedback-tab-left{display:none;}
.udesk-feedback-tab-left{display:none;}
}
 
 
 /*----tanchuzixun----*/
 
 
 .hide_box{z-index:999;filter:alpha(opacity=50);background:#666;opacity: 0.5;-moz-opacity: 0.5;left:0;top:0;height:99%;width:100%;position:fixed;display:none;}
				
.shang_box{width:540px;height:500px;padding:10px;background-color:#fff;border-radius:10px;position:fixed;z-index:1000;left:50%;top:50%;margin-left:-280px;margin-top:-280px;border:1px dotted #dedede;display:none;}
 .shang_close{float:right;display:inline-block;padding:10px 15px 0 0;}

.in_btm{width:500px;height:auto;overflow:hidden;margin:0 auto;padding:0 0 20px 0;}
.in_btm .box{ clear:both; overflow:hidden; margin-bottom:12px;}
.in_btm .txt{ width:100%; height:31px; line-height:31px; padding:0 10px; border-radius:5px; border:0; background-color:#FFF; outline:none;font-size:15px;border:1px solid #e5e5e5;}
.in_btm .txt1{ width:50%; height:31px; line-height:31px; padding:0 10px; border-radius:5px; border:0; background-color:#FFF; outline:none;font-size:15px;border:1px solid #e5e5e5;}
.in_btm .t_1{ float:left;}
.in_btm .t_2{ float:right;}
.in_btm .area{ width:100%; height:80px; line-height:20px; padding:5px 10px; border-radius:5px; border:0; background-color:#FFF; outline:none;font-size:15px;font-family: "Microsoft YaHei",SimSun,Helvetica,sans-serif;border:1px solid #e5e5e5; }
.in_btm .btn{ float:left; width:100px;text-align:center; background-color:#d20910; color:#FFF; border-radius:5px; border:0; font-size:15px;overflow:hidden;line-height:40px;}
.in_btm .btn a:hover{color:#fff;}

.btm_tit{ color:#333; font-size:26px; line-height:1; padding:20px 0 20px 0;}
.btm_tit p{font-size:14px;color:#888;padding-top:12px;line-height:160%;}

@media (max-width: 768px) {
.shang_box{width:auto;height:auto;margin-left:-180px;margin-top:-180px;top:40%;padding:0px 0 0 0;}
.in_btm{width:100%;padding:0 0 0 10px;}
.in_btm .txt{width:300px;}
.btm_tit{padding:0 0 20px 0;}
.in_btm .area{width:90%;padding:5px 0;float:left;}
 .shang_close{padding:15px 15px 0 0;}
}

 /*----tanchuzixun end----*/


  /*-----------------------------------------------------------------------------------page end----------------------------------------------------------------*/

 .pagination{display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:0rem;margin:50px 0;}
 
 .page-link{position:relative;display:block;padding:10px 10px;margin-left:-1px;line-height:1;color:#007bff;background-color:#fff;border:1px solid #dee2e6}
 .page-link:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}
 .page-link:focus{z-index:2;outline:0;box-shadow:0 0 0 0 rgba(0,123,255,.25)}
 .page-item:first-child .page-link{margin-left:0;border-top-left-radius:8px;border-bottom-left-radius:8px}
 .page-item:last-child .page-link{border-top-right-radius:8px;border-bottom-right-radius:8px}
 .page-item.active .page-link{z-index:1;color:#fff;background-color:#007bff;border-color:#007bff}
 .page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}
 .pagination-lg .page-link{padding:.1rem .1rem;font-size:20px;line-height:1}
 .pagination-lg .page-item:first-child .page-link{border-top-left-radius:8px;border-bottom-left-radius:8px}
 .pagination-lg .page-item:last-child .page-link{border-top-right-radius:8px;border-bottom-right-radius:8px}
 .pagination-sm .page-link{padding:.1rem .1rem;font-size:20px;line-height:1}
 .pagination-sm .page-item:first-child .page-link{border-top-left-radius:8px;border-bottom-left-radius:8px}
 .pagination-sm .page-item:last-child .page-link{border-top-right-radius:8px;border-bottom-right-radius:8px}
 .clean-block.clean-catalog .pagination{-ms-flex-pack:center;justify-content:center}
 
 /*-----------------------------------------------------------------------------------page end----------------------------------------------------------------*/