@charset "utf-8";
/* ====================公共样式========================= */

*[class*="rect-"]{position: relative;display: block; width: 100%;height: 0;overflow: hidden;}
*[class*="rect-"] ._full{position: absolute;left: 0;top:0;width: 100%;height: 100%;
*height: auto;object-fit: cover;}
.rect-40{padding-bottom: 40%;}
.rect-50{padding-bottom: 50%;}
.rect-55{padding-bottom: 55%;}
.rect-5625{padding-bottom: 56.25%;}
.rect-60{padding-bottom: 60%;}
.rect-65{padding-bottom: 65%;}
.rect-70{padding-bottom: 70%;}
.rect-75{padding-bottom: 75%;}
.rect-80{padding-bottom: 80%;}
.rect-90{padding-bottom: 90%;}
.rect-100{padding-bottom: 100%;}
.rect-135{padding-bottom: 135%;}
.rect-140{padding-bottom: 140%;}
.rect-150{padding-bottom: 150%;}
li *[class*="pic"]{overflow: hidden;}
li *[class*="pic"]>img{-webkit-transition: 0.3s ease-out;-moz-transition: 0.3s ease-out;-ms-transition: 0.3s ease-out;-o-transition: 0.3s ease-out;transition: 0.3s ease-out;}
li:hover *[class*="pic"]>img {-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
.trs3{-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-ms-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
.trs5{-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;-ms-transition: all 0.5s ease-out;-o-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
.pd-40{padding: 0.4rem 0;}
.pd-60{padding: 0.6rem 0;}
.pd-80{padding: 0.8rem 0;}
.pd-100{padding: 1rem 0;}
.pd-120{padding: 1.2rem 0;}
.pd-140{padding: 1.4rem 0;}
.pd-160{padding: 1.6rem 0;}
.pd-180{padding: 1.8rem 0;}
.mt30{margin-top: 0.3rem;}
.mt40{margin-top: 0.4rem;}
.mt50{margin-top: 0.5rem;}
.mt60{margin-top: 0.6rem;}
.mt70{margin-top: 0.7rem;}
.mt80{margin-top: 0.8rem;}
.mt90{margin-top: 0.9rem;}
.mt100{margin-top: 1rem;}
.mt110{margin-top: 1.1rem;}
.mt120{margin-top: 1.2rem;}
.mt130{margin-top: 1.3rem;}
.mt140{margin-top: 1.4rem;}

.pc,.pc_ban{
	display: block;
}
.pad{
	display: block;
}
.mb,.mb_ban{
	display: none;
}

/* com_page */
.com_page {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0.55rem;
}

.com_page a, .com_page span {
    width: .42rem;
    height: .42rem;
    border-radius: .4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(222, 222, 222);
    font-size: .14rem;
    color: #333;
    background: #fff;
    margin: 0 .05rem;
    transition: all .3s;
	min-width: 36px;
	min-height: 36px;
}

.com_page a.page-num-current, .com_page a:hover,.com_page a.current {
    border-color: #e00024;
    background: #e00024;
    color: #fff
}

.com_page a:last-child::after,.com_page a:first-child::after {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
}

.com_page a:first-child::after {
    /*content: "\f104";*/
}

.com_page a:last-child::after {
    content: "\f105";
}

.no_page{
	font-size: 18px;
	line-height: 5em;
	text-align: center;
}

/* 首页样式 s */
.ind_new .swiper-button-next:after,.ind_new  .swiper-button-prev:after{
	font-size: 0.24rem;
	color: #fff;
}
/* 首页样式 e */

/* 导航 s */
@media all and (min-width: 950px){
	.fixed-body .head_layer{
		box-shadow: 0 0 5px rgb(0 0 0 / 10%);
	}
	.nav{
		display: flex;
		justify-content: center;
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		flex: 1;
		text-align: center;
	}
	.nav>li{}
	.nav>li>a{
		font-size: 18px;
		color: #333;
		padding: 0 0.15rem;
		line-height: 100px;
	}
	.nav a{
		display: block;
		font-size: 16px;
		line-height: 1.5;
		color: #fff;
		text-align: left;
	}
	.nav .nav_pro_down .wrap{
		position: fixed;
		width: 100%;
		left: 0;
		top: 99px;
		z-index: 98;
		background: #fff;
		overflow: hidden;
		box-shadow: 1px 4px 10px rgba(0,0,0,0.05);
		/* transition: all 0.5s; */
		display: flex;
		box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
		padding: 0 0 0 0.5rem ;
		display: none;
		max-height: 100vh;
		justify-content: space-between;
		background:#d0111b;
	}
	/* .nav .nav_pro_down:hover>ul{
		display: block;
	} */
	.nav .nav_pro_down>.wrap>ul{
		float: left;
		width: 46.875%;
		height: 100vh;
		padding-top: 1rem;
		box-sizing: border-box;
		z-index: 2;
		position: relative;
		background: #d0111b;
	}
	.nav .nav_pro_down>.wrap>ul>li::before{
		content: "Find by category";
		display: block;
	}
	.nav .nav_pro_down>.wrap>ul>li .tit,.nav .nav_pro_down>.wrap>ul>li::before{
		position: absolute;
		top: 0.3rem;
		left: 0;
		width: auto;
		font-size: 0.26rem;
		color: #fff;
		line-height: 1.5;
		padding-bottom: 0.12rem;
		text-align: left;
		z-index: 3;
	}
	.nav .nav_pro_down>.wrap>ul>li::after{
		position: absolute;
		content: "";
		display: block;
		width: 0.75rem;
		height: 0.02rem;
		background-color: #fff;
		left: 0;
		top: 0.8rem;
	}
	.nav .nav_pro_down>.wrap>ul>li{
		width: 33.333%;
	}
	.nav .nav_pro_down>.wrap>ul>li{
	}
	.nav .nav_pro_down>.wrap>ul>li>a{
		font-size: 16px;
		line-height: 1.75;
		position: relative;
		padding: 0.15rem 0 0.15rem 0.2rem;
		display: block;
		color: #fff;
		background: url(../png/bsj.png) no-repeat 70% center;
	}
	
	.nav .nav_pro_down>.wrap>ul>li.active>a,.nav .nav_pro_down>.wrap>ul>li:hover>a{
		background-color: #e3222c;
	}
	/* .nav .nav_pro_down>.wrap>ul>li:not(:hover)>a{
		 background-color: transparent;
	} */
	
	
	.nav .nav_pro_down>.wrap>ul>li>ul{
		width: 33.333%;
		position: absolute;
		height: 100vh;
		left: 33.333%;
		top: 0;
		padding-top: 0.3rem;
		display: none;
		background: #e3222c;
	}
	
	.nav .nav_pro_down>.wrap>ul>li>ul>li{
	}
	.nav .nav_pro_down>.wrap>ul>li>ul>li>a{
		display: block;
		padding: 0.1rem 0 0.1rem 0.2rem;
		color: #fff;
	}
	.nav .nav_pro_down>.wrap>ul>li>ul>li>a:hover{
		background-color: #f5f5f5;
		color: #000;
	}
	.nav .nav_pro_down>.wrap>ul>li>ul>li>ul{
		width: 100%;
		position: absolute;
		left: 100%;
		top: 0;
		display: none;
		height: 100vh;
		background: #f5f5f5;
		padding-top: 0.33rem;
		padding-left: 0.3rem;
	}
	.nav .nav_pro_down>.wrap>ul>li.active>ul,.nav .nav_pro_down>.wrap>ul>li>ul>li.active>ul,
	.nav .nav_pro_down>.wrap>ul>li:hover>ul,.nav .nav_pro_down>.wrap>ul>li>ul>li:hover>ul{
		display: block;
	}
	.nav .nav_pro_down>.wrap>ul>li>ul>li>ul>li{}
	.nav .nav_pro_down>.wrap>ul>li>ul>li>ul>li>a{
		color: #333;
		padding: 0.05rem;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}
	.nav .nav_pro_down>.wrap>ul>li>ul>li>ul>li>a:hover {
	    background: none;
	    padding-left: 10px;
	    color: #d0111b;
	}
	.nav_pro_r{
		position: fixed;
		right: 0;
		top: 99px;
		width: calc(53.125% - 0.26rem);
		padding: 0.3rem;
		background-color: #fff;
		text-align: left;
		z-index: 99;
		display: none;
		height: 100%;
	}
	
	.nav_pro_r .tit{
		position: relative;
		display: inline-block;
		font-size: 0.26rem;
		line-height: 1.5;
		margin-bottom: 0.4rem;
		text-align: left;
		/* border-bottom: 1px solid #000; */
		padding-bottom: 0.12rem;
	}
	.nav_pro_r .tit::after{
		position: absolute;
		content: "";
		display: block;
		width: 0.75rem;
		height: 0.02rem;
		background-color: #000;
		left: 0;
		bottom: 0;
	}
	.nav_pro_r .des{
		font-size: 18px;
		color: #555;
		line-height: 1.75;
		margin-bottom: 30px;
	}
	.nav_pro_r ul{
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.nav_pro_r{overflow-y: auto;}
	.nav_pro_r::-webkit-scrollbar{width: 5px;background-color: #fff;}
	.nav_pro_r::-webkit-scrollbar-thumb{background-color: #e00024;background-clip:padding-box;border-radius: 0.06rem;}
	.nav_pro_r::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 1px rgba(255,255,255,0.3);}
	.nav_pro_r::-webkit-scrollbar-track-piece{width: 3px;background-color: #ccc;border-radius: 0.06rem;}
	
	.nav_pro_r ul li{
		background: #fff;
		width: 31%;
		margin-right: 3.5%;
		margin-bottom: 3%;
	}
	.nav_pro_r ul li:nth-child(3n){
		margin-right: 0;
	}
	.nav_pro_r ul li a{
	}
	.nav_pro_r ul li .pic{
		-moz-box-shadow: 0px 0px 9px #ABABAB;
		-webkit-box-shadow: 0px 0px 9px #ABABAB;
		box-shadow: 0px 0px 9px #ABABAB;
		border-radius: 0.2rem;
	}
	.nav_pro_r ul li .pic img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.nav_pro_r ul li p{
		font-size: 16px;
		line-height: 1.3;
		height: 2.6em;
		color: #333;
		text-align: center;
		margin-top: 0.15rem;
		overflow: hidden;
		display: -webkit-box;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
	
	.nav_pro{}
	.nav_pro>ul{
		position: absolute;
		z-index: 99;
		top: 100px;
		background: #fff;
		width: 100%;
		left: 0;
		box-shadow: 0 15px 25px rgba(0,0,0, .06);
		/* box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1); */
		display: none;
		color: #333;
		text-align: left;
		padding: 50px calc(13% + 420px) 100px 13%;
		box-sizing: border-box;
		overflow: hidden;
	}
	.nav_pro>ul>li{
		float: left;
		display: inline-block;
		width: 100%;
	}
	.nav_pro>ul>.nav_proimg img{
		position: absolute;
		width: 400px;
		right: 13.5%;
		top: 50px;
		transition: all .3s;
	}
	.nav_pro>ul>.nav_proimg em{
		font-size: 0.4rem;
		font-weight: 700;
		line-height: 1.3;
		color: #000;
	}
	.nav_pro>ul>.nav_protitle{
		margin: 0.2rem 0 0.4rem;
	}
	.nav_pro>ul>.nav_protitle,.nav_pro>ul>.nav_protitle a{
		font-size: 16px;
		line-height: 1.75;
		color: #333;
	}
	
	.nav_pro>ul>li:nth-child(n+3){
		display: inline-block;
		width: auto;
	}
	.nav_pro>ul>li:nth-child(n+3) a{
		display: inline-block;
		padding: 13px 26px;
		background: #e00024;
		border: 1px solid #e00024;
		font-size: 16px;
		line-height: 1.1;
		color: #fff;
		margin-right: 3px;
		margin-bottom: 7px;
		transition: all .3s;
	}
	.nav_pro>ul>li:nth-child(n+3) a:hover{
		background-color: #fff;
		color: #e00024;
	}
}
@media (min-width: 950px) and (max-width: 1680px) {
	.nav_pro>ul{
		padding-left: 6%;
		padding-right: calc(6% + 420px);
	}
	.nav_pro>ul>.nav_proimg img{
		right: 6%;
	}
	
	.nav a,.nav .nav_pro_down>.wrap>ul>li>a{
		font-size: 14px;
	}
	.nav .nav_pro_down>.wrap>ul>li .tit, .nav .nav_pro_down>.wrap>ul>li::before{
		font-size: 0.22rem;
	}
}
@media (max-width: 950px){
	.nav_pro>ul>.nav_proimg img{
		display: none;
	}
}
/* ny_ban s */
.ny_ban{
	position: relative;
}
.ny_ban .txt{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	padding-top: 5%;
}
.ny_ban .txt .tit{
	font-size: 0.48rem;
	line-height: 1.2;
	font-weight: 700;
	color: #fff;
	margin-bottom: 0.15rem;
}
.ny_ban .txt .crumbs{
	color: #fff;
	font-size: 16px;
	margin: 0 -0.06rem;
}
.ny_ban .txt .crumbs ul{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.ny_ban .txt .crumbs a{
	position: relative;
	padding: 0 0.06rem;
}
.ny_ban .txt .crumbs li:not(:last-child) a::before {
    content: '-';
    position: absolute;
    top: 50%;
    right: -0.03rem;
    transform: translateY(-50%);
    font-size: 14px;
    color: #fff;
    line-height: 1.75;
}
/* ny_ban e */

/* 产品分类页 s */

.n_pronav{
	padding: 1.2rem 0;
	background: linear-gradient(to bottom, #faf2f236 calc(100% - 180px), transparent);
}
.n_pronav .tit{
	margin-bottom: 0.7rem;
}
.n_pronav .tit h3{
	font-size: 0.48rem;
	line-height: 1.2;
	font-weight: 700;
	color: #333;
}
.n_pronav .tit p{
	font-size: 18px;
	line-height: 1.8;
	color: #666;
	margin-top: 0.35rem;
}
.n_pronav{}
.n_pronav ul{}
.n_pronav ul li{
	float: left;
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 3%																												;
}
.n_pronav ul li:nth-child(3n){
	margin-right: 0;
}
.n_pronav ul li a{}
.n_pronav ul li .ico{}
.n_pronav ul li .ico img{}
.n_pronav ul li .info{}												
.n_pronav ul li .tit{
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	height: 2.6em;
	color: #333;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin: 0.25rem 0 0.15rem;
}
.n_pronav ul li .des{
	font-size: 16px;
	line-height: 1.75;
	color: #666;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
.n_pronav ul li span{
	margin-top: 0.2rem;
	border-radius: 30px;
}
.n_pronav ul li .pro_more p{
	line-height: 3em;
}

/* 产品分类页 e */

/* 产品列表 s */
.n_prolist{
	padding: 0.7rem 0;
	/* background-color: #f7f9fa; */
}
.pro_l {
	float: left;
    width: 320px;
    padding-right: 20px;
	
}
.sortnav_view{
	/* padding: 30px 18px; */
	/* background: #fbfbfb; */
	/* box-shadow: 0px 4px 40px 10px rgba(8, 30, 125, 0.04); */
}
.sortnav_view .form{
	margin-bottom: 0.3rem;
}
.sortnav_view .form form{
	border-radius: 30px;
	/* border: 1px solid #D9D9D9; */
	background: #FFF;
	padding-left: 20px;
	padding-right: 14px;
	display: flex;
	align-items: center;
	background-color: #eceff1;
}
.sortnav_view .form input{
	width: calc(100% - 40px);
	padding-right: 10px;
	height: 45px;
	position: relative;
	background-color: transparent;
}
.sortnav_view .form button{
	width: 40px;
	height: 45px;
	border: none;
	background: url("../png/ico_ss.png") no-repeat center center;
}
.sortnav_view .tit{
	font-size: 0.28rem;
	line-height: 1.5;
	font-weight: 700;
	/* font-family: "MB"; */
	color: #000;
	margin-bottom: 0.2rem;
}
.sortnav_view>ul{
	border-top: 1px solid #F2F2F2;
}
.sortnav_view>ul>li.nav-current{
	border-bottom: 1px solid #F2F2F2;
}
.sortnav_view ul>li>a{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 1.5;
	color: #4C4C4C;
	padding: 6px 35px 6px 0;
}
.sortnav_view ul li.has-childs a{
	padding-right: 35px;
}
.sortnav_view>ul>li>a{
	border-bottom: 1px solid #F2F2F2;
	padding: 12px 45px 12px 0;
}
.sortnav_view ul li.has-childs>a>i{
	position: absolute;
	right: 0;
	top: 1px;
	width: 30px;
	height: 30px;
	text-align: center;
	z-index: 2;
	/* border: 1px solid #F2F2F2; */
	color: #000;
	font-weight: normal;
	background: url('http://cdn.globalso.com/cncele/style/global/images/b1_arrow4.svg') no-repeat center;
	transition: all 0.3s;
}
.sortnav_view>ul>li.has-childs>a>i{
	top: 7px;
}
.sortnav_view li.nav-current>a>i{
    transform: rotate(180deg);
}
/* .sortnav_view>ul>li>a>i::before{
	content: "\e6a1";
}
.sortnav_view>ul>li.active>a>i::before{
	content: "\e68e";
} */
.sortnav_view>ul ul{
	padding: 8px 0 0 8px;
	display: none;
}
.sortnav_view>ul>li>ul>li>a,.sortnav_view>ul>li>ul>li>ul>li>a{
	display: block;
	font-size: 14px;
	line-height: 1.5;
	color: #3c3c3c;
	padding: 6px 0;
}
/* .sortnav_view ul li.nav-current>ul{
	display: block;
} */
.sortnav_view ul li a:hover,.sortnav_view ul li.nav-current>a{
	color: #e00024 !important;
}

.pro_r{
	width: calc(100% - 350px);
	float: right;
}
.n_prolist_view ul{}
.n_prolist_view ul li{
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	border-radius: 20px;
	/* box-shadow: 0px 0.04rem 0.4rem 0.1rem rgba(232, 1, 20, 0.04); */
	box-shadow: 0px 0.04rem 0.4rem 0.1rem rgba(8, 30, 125, 0.04);
	background-color: #fff;
}
.n_prolist_view ul li:nth-child(3n){
	margin-right: 0;
}
.n_prolist_view ul li a{
	display: block;
	padding: 0.2rem;
}
.n_prolist_view ul li .pic{}
.n_prolist_view ul li .pic img{}
.n_prolist_view ul li .info{}
.n_prolist_view ul li .tit{
	font-size: 16px;
	line-height: 1.5;
	height: 3em;
	color: #000;
	margin: 0.12rem 0;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.n_prolist_view ul li:hover .tit{
	color: #e00024;
}
.n_prolist_view ul li .des{
	font-size: 14px;
	line-height: 1.75;
	height: 3.5em;
	color: #666;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
/* 产品列表 e */


/* 产品详情 s */
.n_proxq{
	padding-top: 0.4rem;
	border-top: 1px solid #f4f4f4;
}
.n_proxq .crumbs{
	font-size: 16px;
	color: #999;
	line-height: 1.75;
	margin: 0 -0.08rem;
}
.n_proxq .crumbs a{
	position: relative;
	padding: 0 0.08rem;
}
.n_proxq .crumbs a:last-child{
	color: #000;
}
.n_proxq .crumbs a:not(:last-child)::before{
    content: '-';
    position: absolute;
    top: 50%;
    right: -0.08rem;
    transform: translateY(-50%);
    font-size: 16px;
    color: #999;
    line-height: 1.75;
}

.pro_xq_nav{
	position: relative;
	margin: 0.5rem 0 0;
}
.pro_xq_nav2{
	margin-top: -0.5rem;
}
.pro_xq_nav_warp{
	position: relative;
	transition: all .4s;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
}
.pro_xq_nav .layout{
	position: relative;
}
.pro_xq_nav_warp.act{
	position: fixed;
	width: 100% !important;
	top: 100px;
	z-index: 6;
}
.pro_xq_nav_view{
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	padding: 0 0.4rem;
	border-radius: 10px;
}
.pro_xq_nav_warp:before{
	content: "";
	width: 1400px;
	height: 100%;
	background: #FFF;
	box-shadow: 0px 4px 9.64159px 6px rgb(255 64 64 / 5%), 0px 7px 16px 0px rgb(255 41 41 / 6%), 0px 2px 6px 0px rgb(238 190 186 / 10%);
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: all .36s;
	z-index: -1;
	border-radius: 10px;
}
.pro_xq_nav_warp.act:before{
	width: 100%;
	border-radius: none;
}

.pro_xq_nav .fl{}
.pro_xq_nav2 .fl{
	flex: 1;
}
.pro_xq_nav .fr{
	padding-left: 0.1rem;
}
.pro_xq_nav ul{
	margin: 0 -0.2rem;
}
.pro_xq_nav ul li{
	padding: 0 0.2rem;
	display: inline-block;
	position: relative;
	cursor: pointer;
	width: auto;
}
.pro_xq_nav ul li a{
	display: inline-block;
}
.pro_xq_nav ul li p,.pro_xq_nav ul li a{
	font-size: 18px;
	line-height: 5em;
	color: #333;
	transition: all .36s;
}
.pro_xq_nav ul li.active p,.pro_xq_nav ul li.active a,.pro_xq_nav ul li a:hover{
	color: #e00024;
}
.pro_more{
	display: inline-flex;
	align-items: center;
	padding: 0 0.3rem;
	background: #e00024;
	border-radius: 10px;
	transition: all .36s;
}
.pro_more p{
	display: block;
	font-size: 16px;
	line-height: 3.5em;
	color: #fff;
	margin-right: 0.12rem;
}
.pro_more i{
	display: block;
	width: 20px;
	height: 20px;
	background: url('http://cdn.globalso.com/cncele/style/global/images/ico_r.svg') no-repeat center;
	background-size: 100% auto;
	transition: all .36s;
}
.pro_more:hover i {
    transform: translateX(9px);
}
.pro_more:hover{
	background-color: #e00024;
}
.pro_more.on{
	border: 1px solid #e00024;
	background-color: transparent;
	margin-left: 0.2rem;
}
.pro_more.on p{
	color: #e00024;
}
.pro_more.on:hover{
	background-color: #e00024;
}
.pro_more.on:hover p{
	color: #fff;
}
.pro_more.on i{
	background-image: url('http://cdn.globalso.com/cncele/style/global/fonts/ico_r_on.svg');
}
.pro_more.on:hover i{
	background-image: url('http://cdn.globalso.com/cncele/style/global/fonts/ico_r.svg');
}

.pro_xq_item{
	padding-bottom: 0.6rem;
}
.pro_xq_item .fl{
	width: 42%;
}
.pro_xq_item .fl .proxq_tit{
	font-size: 0.36rem;
	font-weight: bold;
	line-height: 1.6;
	color: #333;
}
.proxq_tab{
	display: flex;
	flex-wrap: wrap;
}
.proxq_tab .proxq_tab_li{
	position: relative;
	width: 50%;
	font-size: 16px;
	line-height: 3;
	text-align: center;
	color: #000;
	background: #F8F8F8;
	position: relative;
	cursor: pointer;
}
.proxq_tab .proxq_tab_li::before{
	content: "";
	width: 0%;
	height: 3px;
	background-color: #e00024;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .36s;
}
.proxq_tab .proxq_tab_li.active{
	background-color: #fff;
	color: #e00024;
}
.proxq_tab .proxq_tab_li.active::before{
	width: 100%;
}
.proxq_view{
	margin-top: 0.45rem;
}
.proxq_view .proxq_con_li{
	display: none;
	height: 360px;
}
.proxq_view .proxq_con_li.show{
	display: block;
}

.proxq_view .proxq_con_li .video{
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}
.proxq_view .proxq_con_li .video img{
	display: inline-block;
	height: 100%;
	object-fit: contain;
}
.proxq_view .proxq_con_li .video::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    position: absolute;
    top: 0;
    left: 0;
}
.proxq_view .proxq_con_li .video a{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 0.6rem;
	height: 0.6rem;
	min-width: 40px;
	min-height: 40px;
	background: url("../png/bofang.png") no-repeat center;
	background-size: 100% 100%;
	z-index: 3;
}


.proxq_con_li_view{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row-reverse;
	height: 100%;
}
.proxq_con_li_r{
	width: calc(100% - 100px);
	padding: 0 0.5rem;
	height: 100%;
	border: 1px solid #dbdbdb;
}
.proxq_con_li_r .mySwiper_pic{
	height: 100%;
}
.proxq_con_li_r .mySwiper_pic ul{}
.proxq_con_li_r .mySwiper_pic ul li{
	text-align: center;
}
.proxq_con_li_r .mySwiper_pic ul li img{
	display: inline-block;
	height: 100%;
	object-fit: contain;
}
.proxq_con_li_l{
	width: 75px;
	height: 100%;
}
.proxq_con_li_l .mySwiper_ico{
	height: 100%;
}
.proxq_con_li_l ul{
}
.proxq_con_li_l ul li{
	border: 1px solid #dbdbdb;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.proxq_con_li_l ul li .pic{
	max-height: 100%;
}
.proxq_con_li_l ul li .pic img{
	max-height: 100%;
}

.proxq_con_li_l .swiper-button-next,.proxq_con_li_l .swiper-button-prev{
	width: 40px;
	height: 40px;
	cursor: pointer;
	margin: auto;
	position: absolute;
	top: auto;
	left: 50%;
	transform: translateX(-50%);
	pointer-events: all;
	background: url('http://cdn.globalso.com/cncele/style/global/fonts/ico_arrow2.svg') no-repeat center;
}
.proxq_con_li_l .swiper-button-next:hover,.proxq_con_li_l .swiper-button-prev:hover{
	background: url('http://cdn.globalso.com/cncele/style/global/fonts/ico_arrow2_on.svg') no-repeat center;
}
.proxq_con_li_l .swiper-button-next:after, .proxq_con_li_l .swiper-button-prev:after{
	display: none;
}
.proxq_con_li_l .swiper-button-prev{
	top: -40px;
}
.proxq_con_li_l .swiper-button-next{
	bottom: -40px;
	transform: translateX(-50%) rotate(180deg);
}

.pro_xq_item .fr{
	width: 58%;
	padding-left: 10%;
}
.pro_xq_item .fr h3{
	font-size: 0.36rem;
	font-weight: bold;
	line-height: 1.6;
	color: #333;
}
.pro_xq_item .fr .des{
	font-size: 16px;
	line-height: 1.8;
	color: #666;
	margin: 0.15rem 0 0.45rem;
}

.pro_xq_con{}
.pro_tit{
	font-size: 0.36rem;
	font-weight: bold;
	line-height: 1.6;
	color: #000;
	margin-bottom: 0.25rem;
}
.pro_xq_con_item{
	padding: 0.6rem 0;
}
.pro_xq_info{
	background-color: #F8F8F8;
}
.pro_xq_info .con h3{
	font-size: 24px;
	line-height: 1.3;
	border-bottom: 1px dashed #ccc;
	padding: 0.25rem 0 0.12rem;
	margin-bottom: 0.25rem;
	font-weight: 700;
}
.pro_xq_info .con h3:first-child{
	padding-top: 0;
}
.pro_xq_info .con{
	font-size: 16px;
	line-height: 1.75;
	color: #333;
}
.pro_xq_info .con img{
	max-width: 100%;
	display: inline-block;
	margin: 0.1rem 0;
}

.pro_xq_info .con table tr:first-child,.pro_xq_info .con table tr:first-child td{background-color: #E00024;color: #fff;}
.pro_xq_info .con table th, .pro_xq_info .con table td { padding: 5px; vertical-align: middle; font-size: 14px; border: 1px solid #e6dee0; text-align: center; }
.pro_xq_info .con table tbody tr{background-color: #fff;}
.pro_xq_info .con table tbody tr:nth-of-type(odd) { background-color: rgba(0, 0, 0, 0.03); }
.pro_xq_info .con table { display: table;max-width: 100%; width: 800px; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }

.pro_xq_down{}
.pro_xq_down_nav{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 0.3rem;
}
.pro_xq_down_nav a{
	padding: 0 .3rem;
	font-size: 14px;
	line-height: 3.5em;
	border-radius: 0.1rem;
	background-color: #F6F6F6;
	margin-right: 0.1rem;
}
.pro_xq_down_nav a.active,.pro_xq_down_nav a:hover{
	background-color: #e00024;
	color: #fff;
}
.pro_xq_down .item{
	display: none;
}
.pro_xq_down .item.show{
	display: block;
}
.pro_xq_down ul{
	border-top: 4px solid #e00024;
}
.pro_xq_down ul li{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0.2rem 0;
	border-bottom: 1px solid #D9D9D9;
}
.pro_xq_down ul li p{
	font-size: 16px;
	color: #999;
	line-height: 1.8;
	transition: all 0.3s ease;
}
.pro_xq_down ul li .fl{
	padding: 0 0.2rem;
	width: 70%;
	display: flex;
	align-items: center;
}
.pro_xq_down ul li .fl .ico{
	width: 45px;
}
.pro_xq_down ul li .fl .ico img{}
.pro_xq_down ul li .fl p{
	width: calc(100% - 45px);
	padding-left: .25rem;
}
.pro_xq_down ul li .mid{
	width: 30%;
}
.pro_xq_down ul li .mid p{}
.pro_xq_down ul li .fr{
	width: 20%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}
.pro_xq_down ul li .fr a{
	font-size: 16px;
	color: #999;
	line-height: 1.8;
	transition: all 0.3s ease;
}
.pro_xq_down ul li .fr a:hover{
	color: #e00024;
}
.pro_xq_relate{
	background-color: #F8F8F8;;
}
.pro_xq_relate .con{
	padding-bottom: 0.5rem;
}
.pro_xq_relate .swiper-pagination-bullet-active{
	background-color: #e00024;
}
.pro_xq_relate .con ul{}
.pro_xq_relate .con ul li{
	background-color: #fff;
	border-radius: 0.2rem;
	overflow: hidden;
}
.pro_xq_relate .con ul li a{
	display: block;
	padding: 0.2rem;
}
.pro_xq_relate .con ul li .pic{}
.pro_xq_relate .con ul li .tit{
	font-size: 16px;
	line-height: 1.5;
	height: 3em;
	color: #000;
	margin: 0.12rem 0;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.pro_xq_relate .con ul li:hover .tit{
	color: #e00024;
}
.pro_xq_relate .con ul li .des{
	font-size: 14px;
	line-height: 1.75;
	height: 3.5em;
	color: #666;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
/* 产品详情 e */

/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900/1024/1200) */
}

@media all and (max-width:1599px) {
    /* 1440 × (900/1050) */
	.pro_list_item .fl p{
		font-size: 24px;
	}
}

@media all and (max-width:1439px) {
    /* 1360 × (768) */
}

@media all and (max-width:1359px) {
    /* 1280 × (800/854/1024) */
}

@media all and (max-width:1279px) {
    /* 1152 × (864) */
}

@media all and (max-width:1151px) {
    /* 1024 × (600/768) */
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
	.ny_ban{
		height: 3rem;
	}
	.ny_ban img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.ny_ban .txt{
		height: auto;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		padding-top: 0;
	}
	
	.n_pronav ul li span{
		margin-top: 0.3rem;
	}
	
	.pro_l{
		width: 100%;
		padding-right: 0;
	}
	.sortnav_view .tit{
		font-size: 0.4rem;
		margin-bottom: 0.36rem;
	}
	.sortnav_view .form{
		margin-bottom: 0.4rem;
	}
	.pro_r{
		width: 100%;
	}
	.n_prolist_view{
		margin-top: 0.4rem;
	}
	.n_prolist_view ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 0.45rem;
	}
	.n_prolist_view ul li a{
		padding: 0.4rem;
	}
	
	.web_head .logo{
		padding: 0;
	}
	
	.pro_xq_nav .fr{
		display: none;
	}
	.pro_xq_nav_warp:before{
		width: calc(100% - 20px);
		border-radius: 0;
	}
	.pro_xq_nav_warp.act{
		top: 25px;
	}
	.pro_xq_nav_view{
		padding: 0;
	}
	.pro_xq_nav ul{
		margin: 0;
	/* 	display: flex;
		flex-wrap: wrap; */
	}
	.pro_xq_nav ul li{
		/* width: 50%; */
		/* padding: 0; */
		text-align: center;
	}
	.pro_xq_nav .swiper-scrollbar-drag{
		background-color: #e60012;
	}
	.pro_xq_item .fl,.pro_xq_item .fr{
		width: 100%;
		padding-left: 0;
	}
	.proxq_view .proxq_con_li{
		height: 280px;
	}
	.pro_xq_item .fr{
		margin-top: 0.7rem;
	}
	.pro_xq_item .fl .proxq_tit{
		font-size: 0.4rem;
		margin-bottom: 0.4rem;
	}
	.pro_xq_item .fr h3{
		display: none;
	}
	.pro_more p{
		line-height: 3;
	}
	.pro_xq_relate .con ul li a{
		padding: 0.4rem;
	}
	.pro_xq_relate .con{
		padding-bottom: 0.8rem;
	}
	.pro_tit{
		font-size: 0.42rem;
	}
	.pro_xq_down ul li .fl .ico{
		width: 35px;
	}
	.pro_xq_down ul li .fl .ico img{
		width: 30px;
	}
	.pro_xq_down ul li p{
		width: calc(100% - 35px);
		line-height: 1.5;
	}
	
	.pro_xq_info .con .scroll {
		overflow: hidden;
		overflow-x: scroll;
	}
}
@media all and (max-width:768px) {
	/* 移动终端以上 360 适配 */
	.n_pronav .tit h3{	}
	.n_pronav ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 0.5rem;
	}
	
	.pro_xq_down_nav a{
		line-height: 2.5em;
		margin-bottom: 0.1rem;
	}
}
@media all and (max-width:640px) {
	.pro_xq_nav ul li p{
		font-size: 14px;
		line-height: 4em;
	}
    
}
@media all and (max-width:480px) {
	.n_pronav ul li .tit,.pro_xq_info .con h3{
		font-size: 18px;
	}
	.n_pronav .tit p{
		font-size: 16px;
	}
	.ny_ban .txt .crumbs,.pro_more p,.n_proxq .crumbs,.pro_xq_item .fr .des,.pro_xq_info .con,
	.pro_xq_down ul li p,.pro_xq_down ul li .fr a{
		font-size: 14px;
	}
	.com_page a, .com_page span{
		font-size: 12px;
	}
	
}
@media all and (max-width:420px) {
	
	.web_head .logo img{
		max-height: 46px;
	}
}
@media all and (max-width:376px) {
	
}


/* 底部 */
/*.Footer-wrapper {*/
/*	position: relative;*/
/*	background-color: #f9f9f9;*/
/*	padding-top: 0.6rem;*/
/*	z-index: 3;*/
/*}*/

/*.Footer-container {*/
/*	width: 1560px;*/
/*	max-width: 92%;*/
/*	margin: 0 auto;*/
/*}*/

/*.foot_item {*/
/*	position: relative;*/
/*	float: left;*/
/*	font-size: 16px;*/
/*	font-family: "SY-N";*/
/*}*/

/*.foot_item01 {*/
/*	width: 21%;*/
/*}*/

/*.foot_item01 .foot_logo {}*/

/*.foot_item01 .foot_logo a {}*/

/*.foot_item01 .foot_logo a img {*/
/*	height: 76px;*/
/*}*/

/*.foot_item01 .foot_map {*/
/*	margin-top: 0.6rem;*/
/*}*/

/*.foot_item01 .foot_map img {*/
/*	width: 100%;*/
/*}*/

/*.foot_item01 .foot_map span {*/
/*	position: absolute;*/
/*	display: block;*/
/*	width: 8px;*/
/*	height: 8px;*/
/*	border: 1px solid #FFF;*/
/*	background: #000;*/
/*	border-radius: 50%;*/
/*	cursor: pointer;*/
/*}*/

/*.foot_map span:nth-child(2) {*/
/*	left: 20%;*/
/*	top: 47%;*/
/*	animation: OrangePulse 1.8s infinite;*/
/*	-webkit-animation: OrangePulse 1.8s infinite;*/
/*}*/

/*.foot_map span:nth-child(3) {*/
/*	left: 42%;*/
/*	top: 31%;*/
/*	animation: OrangePulse 2s infinite;*/
/*	-webkit-animation: OrangePulse 2s infinite;*/
/*}*/

/*.foot_map span:nth-child(4) {*/
/*	left: 60%;*/
/*	top: 50%;*/
/*	animation: OrangePulse 1.9s infinite;*/
/*	-webkit-animation: OrangePulse 1.9s infinite;*/
/*}*/

/*.foot_map span:nth-child(5) {*/
/*	left: 79%;*/
/*	top: 49%;*/
/*	animation: OrangePulse 2.1s infinite;*/
/*	-webkit-animation: OrangePulse 2.1s infinite;*/
/*}*/

/*.foot_map span:nth-child(6) {*/
/*	left: 77%;*/
/*	top: 57%;*/
/*	animation: OrangePulse 2.1s infinite;*/
/*	-webkit-animation: OrangePulse 2.1s infinite;*/
/*	display: none;*/
/*}*/

/*.foot_map span:nth-child(7) {*/
/*	left: 64%;*/
/*	top: 45.9%;*/
/*	animation: OrangePulse 2.1s infinite;*/
/*	-webkit-animation: OrangePulse 2.1s infinite;*/
/*}*/

/*.foot_map span:after {*/
/*	background: #000;*/
/*}*/

/*.foot_item01 .foot_map span i {*/
/*	position: absolute;*/
/*	top: -30px;*/
/*	left: -250%;*/
/*	line-height: 24px;*/
/*	padding: 0 12px;*/
/*	background: rgba(0, 0, 0, .8);*/
/*	border-radius: 3px;*/
/*	color: #FFF;*/
/*	font-size: 12px;*/
/*	opacity: 0;*/
/*	visibility: hidden;*/
/*	-moz-transition: all .5s ease-in-out;*/
/*	-webkit-transition: all .5s ease-in-out;*/
/*	-ms-transition: all .5s ease-in-out;*/
/*	-o-transition: all .5s ease-in-out;*/
/*	transition: all .5s ease-in-out;*/
/*	z-index: 3;*/
/*}*/

/*.foot_item01 .foot_map span i:after {*/
/*	content: "";*/
/*	position: absolute;*/
/*	left: 50%;*/
/*	margin: 0 0 0 -5px;*/
/*	bottom: -11px;*/
/*	width: 0;*/
/*	height: 0;*/
/*	border-top: 6px solid rgba(0, 0, 0, .8);*/
/*	border-right: 6px solid transparent;*/
/*	border-bottom: 6px solid transparent;*/
/*	border-left: 6px solid transparent;*/
/*	overflow: hidden;*/
/*}*/

/*.foot_map span:hover i {*/
/*	opacity: 1;*/
/*	visibility: visible;*/
/*}*/

/*.foot_item01 .button {*/
/*	display: inline-block;*/
/*	vertical-align: top;*/
/*	width: 90%;*/
/*	line-height: 62px;*/
/*	font-size: 26px;*/
/*	text-transform: uppercase;*/
/*	color: #FFF;*/
/*	background: #e60012;*/
/*	margin: 0.4rem auto 0.2rem;*/
/*	text-align: center;*/
/*	font-weight: bold;*/
/*}*/

/*.foot_item02 {*/
/*	padding-top: 0.6rem;*/
/*	margin-left: 4%;*/
/*	width: 58%;*/
/*}*/

/*.foot_item02 ul {*/
/*	width: 1.7rem;*/
/*	width: 16%;*/
/*	float: left;*/
/*	margin-right: 4%;*/
/*}*/

/*.foot_item02 ul:first-child {*/
/*	width: 22%;*/
/*	margin-right: 2%;*/
/*}*/

/*.foot_item02 ul:last-child {*/
/*	margin-right: 0;*/
/*}*/

/*.foot_item02 ul dt {*/
/*	font-size: 16px;*/
/*	line-height: 1;*/
/*	color: black;*/
/*	margin-bottom: 0.25rem;*/
	/* text-transform: uppercase;
	font-weight: bold; */
/*}*/

/*.foot_item02 ul li {*/
/*	font-size: 14px;*/
/*	line-height: 20px;*/
/*	color: #8b8b8b;*/
/*	margin-bottom: 0.15rem;*/
/*}*/

/*.foot_item02 ul a {*/
/*	-webkit-transition: 0.3s;*/
/*	-moz-transition: 0.3s;*/
/*	-ms-transition: 0.3s;*/
/*	-o-transition: 0.3s;*/
/*	transition: 0.3s;*/
/*}*/

/*.foot_item02 ul a:hover {*/
/*	color: #E60012;*/
/*}*/

/*.foot_item.foot_item03 {*/
/*	padding-top: 0.6rem;*/
/*	float: right;*/
/*	font-size: 16px;*/
/*	color: black;*/
/*	max-width: 13%;*/
/*}*/

/*.foot_item03 h4 {*/
/*	margin-bottom: 0.2rem;*/
/*	line-height: 1;*/
/*}*/

/*.foot_item03 p {*/
/*	line-height: 1.5;*/
/*}*/

/*.foot_item03 .wx {*/
/*	margin-top: 0.15rem;*/
/*}*/

/*.foot_item03 .wx img {*/
/*	width: 1.2rem;*/
/*	max-width: 100%;*/
/*}*/

/*.foot_item03 ul {*/
/*	margin-top: 0.2rem;*/
/*}*/

/*.foot_item03 ul li {*/
/*	float: left;*/
/*	width: 38px;*/
/*	height: 38px;*/
/*	text-align: center;*/
/*	margin-right: 6px;*/
/*	margin-top: 10px;*/
/*	background-color: #5d5d5d;*/
/*	-webkit-transition: 0.3s;*/
/*	-moz-transition: 0.3s;*/
/*	-ms-transition: 0.53s;*/
/*	-o-transition: 0.3s;*/
/*	transition: 0.3s;*/
/*}*/
/*.foot_item03 ul li:last-child{*/
/*	margin-right: 0;*/
/*}*/
/*.foot_item03 ul li:hover {*/
/*	background-color: #E60012;*/
/*}*/

/*.foot_item03 ul li a {}*/

/*.foot_item03 ul li a img {*/
/*	display: inline-block;*/
/*	width: 100%;*/
/*	-webkit-transition: 0.3s;*/
/*	-moz-transition: 0.3s;*/
/*	-ms-transition: 0.53s;*/
/*	-o-transition: 0.3s;*/
/*	transition: 0.3s;*/
/*}*/

/*.foot_item03 ul li:hover a img {*/
/*	-moz-transform: scale(1.2);*/
/*	-webkit-transform: scale(1.2);*/
/*	-ms-transform: scale(1.2);*/
/*	-o-transform: scale(1.2);*/
/*	transform: scale(1.2);*/
/*}*/

/*.foot_copyright {*/
/*	padding: 0.2rem 0;*/
/*	font-family: "SY-N";*/
/*	font-size: 16px;*/
/*	color: #8d8d8d;*/
/*	text-align: center;*/
	/* background-color: #e5e5e5; */
/*}*/


/* 新-底部 s */
.Footer-wrapper {background-color: #000717;}
.media_ul {}
.media_ul li {margin-right: 8px;}
.media_ul li:last-child {margin-right: 0;}
.media_ul li a {display: flex;align-items: center;justify-content: center;width: 0.38rem;height: 0.38rem;color: white;border-radius: 50%;font-size: 0;}
.media_ul li a img{border-radius: 50%;}
.media_ul1 li a img{border-radius: 0%;}
.title-foot {
    color: #fff;
    line-height: 37px;
    font-size: 17px;
}
.Footer-container {padding: 0.8rem 0;}
.Footer-container .fl {width: 30%;padding-right: 2%;}
.Footer-container .fl .foot_logo {}
.Footer-container .fl .foot_logo img {height: 0.74rem;}
.Footer-container .fl .foot_info {}
.Footer-container .fl .foot_info ul {}
.Footer-container .fl .foot_info ul li {position: relative;padding-left: 30px;font-size: 16px;color: rgb(255, 255, 255, .8);margin-bottom: 0.2rem;}
.Footer-container .fl .foot_info ul li img {position: absolute;left: 0;top: 0;width: 22px;;margin-bottom: 0.1rem;}
.Footer-container .fl .foot_info ul li:nth-child(2) {}
.Footer-container .fl .foot_info ul li:nth-child(3) {}
.Footer-container .fl .foot_info ul li span {display: inline-block;}
.Footer-container .fl .foot_info ul li p {line-height: 1.3;}
.Footer-container .fr {width: 70%;}
.Footer-container .fr .foot_nav {display: flex;justify-content: space-between;align-items: flex-start;flex-wrap: wrap;width: 100%;}
.Footer-container .fr .foot_nav {}
.Footer-container .fr .foot_nav .foot_item {margin-bottom: 0.25rem;-webkit-flex-grow: 1;-moz-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1;max-width: 19%;}
.Footer-container .fr .foot_nav .foot_item p {font-size: 18px;color: #fff;margin-bottom: 0.2rem;}
.Footer-container .fr .foot_nav .foot_item li a {color: rgb(255, 255, 255, .6);}
.Footer-container .fr .foot_nav .foot_item p i {margin-left: 0.04rem;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-ms-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
.Footer-container .fr .foot_nav .foot_item .foot_nav_link {}
.Footer-container .fr .foot_nav .foot_item .foot_nav_link li{margin-bottom: 0.12rem;}
.Footer-container .fr .foot_nav .foot_item .foot_nav_link a {display: block;font-size: 14px;line-height: 1.4;color: rgb(255, 255, 255, .8);}
.Footer-container .fr .foot_nav .foot_item .foot_nav_link a:hover {color: #e70012;}
.Footer-container .fr .foot_nav .foot_item .foot_nav_link li:last-child{margin-bottom: 0;}
.Footer-container .fr .foot_link {}
.Footer-container .fr .foot_link a.mess_more {margin-left: 0.8rem;}
.Footer-container .fr .foot_link a.mess_more:hover {background-color: white;color: #e70012;}
.Footer-container .bot {font-size: 14px;line-height: 1.4;color: rgb(255, 255, 255, .8);text-align: center;padding: 0.25rem 0;border-top: 1px solid rgba(255, 255, 255, 0.15);letter-spacing: 0.5px;}
.Footer-container .bot a {font-size: 14px;color: rgb(255, 255, 255, .8);}
.foot_copyright,.foot_copyright a{font-size: 14px;color: #fff;line-height: 1.5;text-align: center;padding: 0.25rem 0;}
.foot_copyright{border-top: 1px solid rgb(255, 255, 255, .15);}

.Footer-container .fr .box{width: calc(100% - 3.7rem);}
.Footer-container .fr .f_form{width: 3.5rem;}
.Footer-container .fr .top{}
.Footer-container .fr .bot{padding-top: 0.65rem;border-top: 1px solid cc;}
.Footer-container .fr .bot ul{}
.Footer-container .fr .bot ul li{flex: -webkit-flex-grow: 1;-moz-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1;;}
.Footer-container .fr .bot ul li a{display: inline-flex;}
.Footer-container .fr .bot ul li .ico{}
.Footer-container .fr .bot ul li .ico img{max-height: 0.6rem;max-width: 0.6rem;}
.Footer-container .fr .bot ul li .info{padding-left: 0.2rem;}
.Footer-container .fr .bot ul li .info p{font-size: 14px;line-height: 2;color: #c6c9d2;text-align: left;}
.Footer-container .fr .f_form {padding: 0.25rem;border-radius: 0.12rem;background-color: #404040;}
.Footer-container .fr .f_form .t1{font-size: 0.2rem;font-weight: 700;color: #fff;margin-bottom: 0.15rem;}
.Footer-container .fr .f_form .mauticform_wrapper{}
.Footer-container .fr .f_form .mauticform-row{width: 100%;margin-bottom: 0.16rem;}
.Footer-container .fr .f_form .mauticform-input{width: 100%;font-size: 14px;color: #fff;line-height: 2.25;padding-left: 0.1rem;border-bottom: 1px solid #636b75;background-color: transparent;}
.Footer-container .fr .f_form .mauticform-input::placeholder..Footer-container .fr .f_form .mauticform-textarea::placeholder{color: #636b75;}
.Footer-container .fr .f_form .mauticform-textarea{width: 100%;height: 8em;padding: 0.1rem;background-color: transparent;font-size: 14px;color: #fff;border: none;border-bottom: 1px solid #636b75;}
.Footer-container .fr .f_form .mauticform-button{width: 100%;padding: 0.1rem 0;text-align: center;background-color: #007fdb;color: #fff;text-align: center;font-size: 16px;font-weight: 700;border: none;cursor: pointer;border-radius: 0.04rem;text-transform: capitalize;}
.w18 {width: 1800px;max-width: 92%;margin: 0 auto;}
/* flex布局 */
.flex {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;}
/* 左对齐 */
.f-js {-webkit-box-pack: start;-webkit-justify-content: flex-start;-ms-flex-pack: start;justify-content: flex-start;}
/* 居中 */
.f-jc {-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;}
/* 右对齐 */
.f-je {-webkit-box-pack: end;-webkit-justify-content: flex-end;-ms-flex-pack: end;justify-content: flex-end;}
/* 两端对齐，项目之间的间隔都相等 */
.f-jsb {-webkit-box-pack: justify;-webkit-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between;}
/* 换行，第一行在上方 */
.f-warp {-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;-ms-flex-wrap: wrap;-o-flex-wrap: wrap;flex-wrap: wrap;}

@media all and (max-width: 1560px){
	.Footer-container .fr .bot ul li .info{display: none;}
}
@media all and (max-width: 1000px){
	.Footer-container .fr .box{width: 100%;}
	.Footer-container .fr .f_form{max-width: 100%;width: 8rem;margin: 0.25rem auto 0;padding: 0.35rem;}
	.Footer-container .fr .f_form .t1{font-size: 16px;margin-bottom: 0.25rem;}
	.Footer-container .fr .f_form .mauticform-button{padding: 0.15rem 0;}
	.Footer-container .fr .f_form .mauticform-input{padding-left: 0.16rem;}
	.Footer-container .fr .f_form .mauticform-textarea{padding: 0.16rem;}
	.Footer-container .fl .foot_logo img{height: 0.8rem;}
	.media_ul li a{width: 0.64rem;height: 0.64rem;}
	.Footer-container .fr .foot_nav{flex-wrap: wrap;}
	.Footer-container .fr .foot_nav .foot_item{max-width: 100%;}
	.Footer-container .fl,.Footer-container .fr{width: 100%;padding-right: 0;}
	.Footer-container .fl .foot_info ul li{font-size: 14px;}
	.Footer-container .fr .foot_nav .foot_item{width: 100%;border-bottom: 1px solid rgb(255,255,255,.8);margin-bottom: 0;}
	.Footer-container .fr .foot_nav .foot_item p.on i{transform: rotate(-180deg);}
	.Footer-container .fr .foot_link{flex-direction: column;align-items: flex-start;margin-top: 0.45rem;}
	.Footer-container .fr .foot_nav .foot_item .foot_nav_link{display: none;padding-bottom: 0.25rem;}
	.Footer-container .fr .foot_nav .foot_item p {display: flex;align-items: center;justify-content: space-between;font-size: 16px;padding: 0.3rem 0;margin-bottom: 0;}
	.Footer-container .fr .foot_nav .foot_item .foot_nav_link a{font-size: 14px;line-height: 1.5;margin-bottom: 0.15rem;}
}
/* 新-底部 e */


/* 页脚地图动画 */
@-webkit-keyframes OrangePulse {
	from {
		background-color: rgba(216, 5, 5, .8);
		-webkit-box-shadow: 0 0 10px rgba(230, 0, 18, 1);
	}

	50% {
		background-color: rgba(216, 5, 5, .8);
		-webkit-box-shadow: 0 0 10px rgba(230, 0, 18, 1);
	}

	to {
		background-color: rgb(255, 255, 255);
		-webkit-box-shadow: 0 0 10px rgba(230, 0, 18, 1);
	}
}

/* 中间+共用部分 */


/* 首页banner */
.ban_t {
	/*margin-top: 100px;*/
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.ind_banner .swiper-slide {
	overflow: hidden;
}
.ind_banner .swiper-slide img {
	opacity: 1;
}
.ind_banner .swiper-slide img {
	width: 100%;
	-webkit-transition: 3s linear;
	-moz-transition: 3s linear;
	-ms-transition: 3s linear;
	-o-transition: 3s linear;
	transition: 3s linear;
	-webkit-transform: scale(1.08);;
	-moz-transform: scale(1.08);;
	-ms-transform: scale(1.08);;
	-o-transform: scale(1.08);;
	transform: scale(1.08);;
}
.ind_banner .swiper-slide.swiper-slide-active img {
	transform: scale(1);
}
.ind_banner .swiper-pagination-bullet {
	background-color: rgb(255, 255, 255);
}
.ind_banner .swiper-pagination-bullet-active,.ind_mb_banner .swiper-pagination-bullet-active{
	background-color: #e60012;
}

.ind_banner .swiper-button-next,.ind_banner .swiper-button-prev{
	position: absolute;
	left: 4%;
	top: 50%;
	margin-top: -26px;
	display: block;
	width: 50px;
	height: 52px;
	background: url(../png/banner-pre.png) no-repeat center center;
	border: 2px solid #fff;
	transition-duration: .5s;
}
.ind_banner .swiper-button-next{
	left: auto;
	right: 4%;
	background: url(../png/banner-next.png) no-repeat center center;
}
.ind_banner .swiper-button-prev{}
.ind_banner .swiper-button-next::after,.ind_banner .swiper-button-prev::after{
	display: none;
}
.ind_banner .swiper-button-next:hover,.ind_banner .swiper-button-prev:hover{
	background-color: #E60012;
	border-color: #E60012;
}
/* banner图缩放 */


/* 首页标题 */
.ind_tit {
	text-align: center;
}

.ind_tit h3 {
	position: relative;
	font-size: 38px;
	line-height: 1;
	color: #e60012;
	font-weight: bold;
}
.ind_tit h1 {
	position: relative;
	font-size: 38px;
	line-height: 1;
	color: #e60012;
	font-weight: bold;
}

.ind_tit i {
	display: inline-block;
	width: 0.66rem;
	height: 3px;
	background-color: #E60012;
	margin: 0.25rem 0 0.2rem;
}

.ind_tit p {
	font-size: 12px;
	line-height: 20px;
	color: #686868;
	text-transform: uppercase;
	width: 10.7rem;
	max-width: 92%;
	margin: 0 auto;
	letter-spacing: 0.5px;
}

/* 产品banner */
.pro_banner {
	position: relative;
}

.pro_banner img {
	width: 100%;
}

.pro_banner .text {
	position: absolute;
	width: 100%;
	left: 0%;
	top: 50%;
	transform: translateY(-50%);
	text-transform: uppercase;
	line-height: 1;
	font-weight: bold;
	letter-spacing: 0.5px;
}

.pro_banner .text h4 {
	font-size: 42px;
	color: #E60012;
	font-weight: bold;
}
.pro_banner .text h1 {
	font-size: 42px;
	color: #E60012;
	font-weight: bold;
}

.pro_banner .text p {
	font-size: 24px;
	color: white;
	margin-top: 0.15rem;
}

/* 产品列表search */
.pro_list_search {
	width: 1600px;
	max-width: 92%;
	margin: 0 auto;
	background: #fff;
	-moz-box-shadow: 0px 0px 7px #949494;
	-webkit-box-shadow: 0px 0px 7px #949494;
	box-shadow: 0px 0px 7px #949494;
	position: relative;
	top: -0.48rem;
	padding: 0.4rem 1rem;
	box-sizing: border-box;
}

.pro_list_search form {
	width: 100%;
	overflow: hidden;
}

.pro_list_search form input {
	width: 85%;
	background: #ebebeb;
	height: 51px;
	line-height: 51px;
	border: none;
	outline: none;
	padding-left: 0.25rem;
	float: left;
	border: 1px solid transparent;
	font-family: "SY-N";
}
.pro_list_search form input::-webkit-input-placeholder {
	font-family: "SY-N";
}
.pro_list_search form input:focus {
	border: 1px solid #d0111b !important;
}

.pro_list_search form button {
	width: 15%;
	height: 51px;
	border: none;
	outline: none;
	background: url(../png/icon-search-w.png) no-repeat center center #d0111b;
	cursor: pointer;
}

/* 方案列表 s */
.n_sol_list{}
.c_sol_warp ul{}
.n_sol_list ul li{
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.n_sol_list ul li:nth-child(3n){
	margin-right: 0;
}
.c_sol_warp ul li a{
	display: block;
	border-radius: 0.2rem;
	overflow: hidden;
}
.c_sol_warp ul li .pic{}
.c_sol_warp ul li .pic img{}
.c_sol_warp ul li .info{
	border: 1px solid rgba(0, 0, 0, 0.06);
	background: #F8F9FA;
	padding: 0.3rem 0.2rem;
	border-radius: 0 0 0.2rem 0.2rem;
}
.c_sol_warp ul li:hover .info{
	background-color: #ea1a3b;
}
.c_sol_warp ul li .tit{
	position: relative;
	font-size: 18px;
	line-height: 1.875;
	font-weight: 600;
	color: #000;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	padding-bottom: 0.08rem;
}
.c_sol_warp ul li .tit::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0.3rem;
    height: 0.02rem;
    background: #ea1a3b;
}
.c_sol_warp ul li .des{
	margin-top: 0.12rem;
	font-size: 16px;
	line-height: 1.5;
	color: #000c;
	height: 3em;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.c_sol_warp ul li:hover .tit,.c_sol_warp ul li:hover .des{
	color: #fff;
}
.c_sol_warp ul li:hover .tit::before{
	background-color: #fff;
}

.pro_rel{
	background-color: #F8F9FA;
}
.sol_tit{
	text-align: center;
}
.sol_tit h3{
	position: relative;
	display: inline-block;
	font-size: 0.42rem;
	color: #000;
	font-weight: 700;
	padding-bottom: 0.12rem;
}
.sol_tit h3::before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0.65rem;
	height: 0.04rem;
	background: #ea1a3b;
	left: 50%;
	transform: translateX(-50%);
}
.pro_rel ul{}
.pro_rel ul li{}
.pro_rel ul li a{}
.pro_rel ul li .pic{}
.pro_rel ul li .pic img{}
.pro_rel ul li .info{
	background-color: #FFF;
}
.pro_rel ul li .t1{}
.pro_rel ul li .p1{}
.com-swiper-button.swiper-button-next,.com-swiper-button.swiper-button-prev{
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	border: 1px solid #000;
	transition: all .36s;
	cursor: pointer;
	margin-top: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: transparent;
}
.com-swiper-button.swiper-button-prev{
	left: -0.8rem;
}
.com-swiper-button.swiper-button-next{
	right: -0.8rem;
}
.com-swiper-button.swiper-button-prev:hover,.com-swiper-button.swiper-button-next:hover{
	/* background-color: #ea1a3b; */
	border-color: #ea1a3b;
}
.com-swiper-button.swiper-button-next:after,.com-swiper-button.swiper-button-prev:after{
	color: #ea1a3b;
	font-size: 0.24rem;
}
.com-swiper-button.swiper-button-prev:hover:after,.com-swiper-button.swiper-button-next:hover:after{
	color: #fff;
}
/* 方案列表 e */

/* 方案详情 s */
.n_sol_gs{}
.n_sol_gs .layout{}
.n_sol_gs .fl{
	width: 60%;
}
.n_sol_t1{
	font-size: 24px;
	line-height: 1.6;
	font-weight: 700;
	color: #333;
	margin-bottom: 0.2rem;
	text-transform: capitalize;
}
.n_sol_p1{
	font-size: 16px;
	line-height: 1.75;
	color: #666;
}
.n_sol_gs .fr{
	width: 35%;
	border-radius: 0.2rem;
	overflow: hidden;
	position: relative;
}
.n_sol_gs .fr .pic{}
.n_sol_gs .fr .pic img{
	width: 100%;
}

.n_sol_cj{}
.n_sol_cj .top{
	position: relative;
	
	border-bottom: 1px solid #D9D9D9;
}
.n_sol_cj .top ul{}
.n_sol_cj .top ul li{
	margin-right: 0.6rem;
	width: auto;
}
.n_sol_cj .top ul li a{
	position: relative;
	display: inline-block;
	font-size: 18px;
	color: #999;
	line-height: 1.6;
	padding-bottom: 0.18rem;
	transition: all .36s;
	text-transform: capitalize;
}
.n_sol_cj .top ul li.act a{
	color: #333;
}
.n_sol_cj .top ul li a::after {
    content: "";
    width: 0%;
    height: 4px;
    background: #ea1a3b;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .36s;
}
.n_sol_cj .top ul li.act a::after{
    width: 100%;
}
.n_sol_cj .bot{
	padding-bottom: 0.6rem;
	border-bottom: 1px solid #D9D9D9;
}
.n_sol_cj .bot .item{
	overflow: hidden;
}
.n_sol_cj .bot .item:not(:first-child){
	display: none;
}
.n_sol_cj .bot .fl{
	width: 45%;
}
.n_sol_cj .bot .fl .tit{}
.n_sol_cj .bot .fl .des{}
.n_sol_cj .bot .fl .btn{}
.n_sol_cj .bot .fl .btn a{}
.dstb_prev.swiper-button-prev,.dstb_next.swiper-button-next{
	background-color: transparent;
	color: #000;
	width: 0.4rem;
	height: 0.4rem;
	background: url('http://cdn.globalso.com/cncele/style/global/images/e1_arrow2_1.svg') no-repeat center;
	background-size: 100% auto;
	background-color: transparent;
	margin-top: -0.2rem;
}
.dstb_prev.swiper-button-prev:hover,.dstb_next.swiper-button-next:hover{
	background-image: url("http://cdn.globalso.com/cncele/style/global/fonts/e1_arrow2.svg");
}
.n_sol_cj .swiper-button-next:after, .n_sol_cj .swiper-button-prev:after{
	font-size: 0.24rem;
	display: none;
}
.n_sol_cj .swiper-button-prev{
	left: -0.6rem;
}
.n_sol_cj .swiper-button-next{
	right: -0.6rem;
}
.dstb_prev.swiper-button-prev{
    transform: rotate(-90deg);
}
.dstb_next.swiper-button-next{
    transform: rotate(90deg);
}
.dstb_next.swiper-button-next:after, .dstb_prev.swiper-button-prev:after{
	display: none;
}


.n_sol_cj .bot .fr{
	width: 40%;
	border-radius: .2rem;
	overflow: hidden;
}
.n_sol_cj .bot .fr .pic{}
.n_sol_cj .bot .fr .pic img{
	width: 100%;
}

.c_sol_zx{
	text-align: center;
}
.c_sol_zx h3{
	font-size: 0.36rem;
	font-weight: bold;
	line-height: 1.5;
	color: #333;
	text-align: center;
}

.n_sol_jg{}
.n_sol_jg .tit{
	font-size: 0.36rem;
	font-weight: bold;
	line-height: 1.6;
	color: #333;
	text-align: center;
}
.n_sol_jg .con{
	border-top: 1px solid #D9D9D9;
	padding: 0.2rem;
}
.n_sol_jg .con .pic{}
.n_sol_jg .con .pic img{
	display: block;
	margin: 0 auto;
}
/* 方案详情 e */

/* 方案列表 s */
.c_case_list{}
.c_case_list ul{}
.c_case_list ul li{
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.c_case_list ul li:nth-child(3n){
	margin-right: 0;
}
/* 方案列表 e */

/* 案例详情 s */
.n_case_xq{}
.n_case_xq .layout{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.n_case_xq .layout::before{
	display: none;
}
/* .n_case_xq .layout::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    border-radius: 1.25rem;
    background: #F8F9FA;
    height: 100%;
    z-index: -1;
} */
.n_case_xq .fl{
	width: 45%;
}
.n_case_xq .fl .tit{
	font-size: 0.36rem;
	line-height: 1.3;
	color: #000;
	padding-bottom: 0.12rem;
}
.n_case_xq .fl .info{
	font-size: 16px;
	line-height: 1.5;
	color: #333;
	margin-top: 0.2rem;
	white-space: normal;
	word-break: normal;
}
.n_case_xq .fl ul{
	margin-top: 0.4rem;
}
.n_case_xq .fl ul li{
	display: flex;
	align-items: center;
	border-bottom: 1px solid #E6E6E6;
	font-size: 18px;
	line-height: 1.3;
	padding: 0.15rem 0;
}
.n_case_xq .fl ul li span{
	width: 25%;
	color: rgba(0, 0, 0, 0.8);
}
.n_case_xq .fl ul li p{
	width: 75%;
	color: #000;
	font-weight: 700;
}
.n_case_xq .fr{
	width: 50%;
	overflow: hidden;
}
.n_case_xq .fr .pic{
	border-radius: 0.2rem;
}
.n_case_xq .fr .pic img{}
.n_case_xq .fr .swiper-pagination-bullet{
	background-color: #fff;
	opacity: 1;
	width: 0.32rem;
	height: 0.04rem;
	border-radius: 0;
}
.n_case_xq .fr .swiper-pagination-bullet-active{
	background-color: #e00024;
}
/* 案例详情 e */

/* 相关产品 s */
.c_sol_xg{
	background-color: #F8F8F8;
}
.c_sol_xg ul{}
.c_sol_xg ul li{
	padding: 0 10px;
}
.c_sol_xg ul li a{
	display: block;
	border-radius: 20px;
	box-shadow: 0px 4px 40px 10px rgba(8, 30, 125, 0.04);
	background-color: #fff;
}
.c_sol_xg ul li .img{
	padding: 0 0.3rem;
}
.c_sol_xg ul li .pic{}
.c_sol_xg ul li .pic img{}
.c_sol_xg ul li .info{
	padding: 0.35rem 0.25rem;
}
.c_sol_xg ul li .tit{
	font-size: 16px;
	line-height: 1.3;
	height: 2.6em;
	color: #000;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.c_sol_xg ul li .des{
	font-size: 14px;
	line-height: 1.75;
	color: rgba(0, 0, 0, .6);
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
/* 相关产品 e */

/* 首页产品ico动画 */
@keyframes icon-bounce {

	0%,
	100% {
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	25% {
		-moz-transform: rotate(15deg);
		-ms-transform: rotate(15deg);
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	50% {
		-moz-transform: rotate(-15deg);
		-ms-transform: rotate(-15deg);
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}

	75% {
		-moz-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	85% {
		-moz-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
}

@-webkit-keyframes icon-bounce {

	0%,
	100% {
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	25% {
		-moz-transform: rotate(15deg);
		-ms-transform: rotate(15deg);
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	50% {
		-moz-transform: rotate(-15deg);
		-ms-transform: rotate(-15deg);
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}

	75% {
		-moz-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	85% {
		-moz-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
}

@-moz-keyframes icon-bounce {

	0%,
	100% {
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	25% {
		-moz-transform: rotate(15deg);
		-ms-transform: rotate(15deg);
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	50% {
		-moz-transform: rotate(-15deg);
		-ms-transform: rotate(-15deg);
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}

	75% {
		-moz-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	85% {
		-moz-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
}

@-o-keyframes icon-bounce {

	0%,
	100% {
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	25% {
		-moz-transform: rotate(15deg);
		-ms-transform: rotate(15deg);
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	50% {
		-moz-transform: rotate(-15deg);
		-ms-transform: rotate(-15deg);
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}

	75% {
		-moz-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	85% {
		-moz-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
}

/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
	/* 1600 × (900/1024/1200) */
}

@media all and (max-width:1599px) {
	/* 1440 × (900/1050) */
}

@media all and (max-width:1439px) {
	/* 1360 × (768) */
	.pro_banner .text h4{
		font-size: 36px;
	}
	.pro_banner .text p{
		font-size: 18px;
	}
}

@media all and (max-width:1359px) {
	/* 1280 × (800/854/1024) */
	.Header-container .menu,.Header-container .search{
		margin-right: 0.4rem;
	}
	.Header-container .menu ul li{
		margin: 0 0.3rem;
	}
	
}

@media all and (max-width:1279px) {
	/* 1152 × (864) */
}

@media all and (max-width:1151px) {
	/* 1024 × (600/768) */
	.Header-container .menu ul li>a{
		font-size: 16px;
	}
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
	/* 平板设备 720 适配 */
	.pc{
		display: none;
	}
	.pad{
		display: none;
	}
	.mb{
		display: block;
	}
	/* .ban_t{
		margin-top: 60px;
	} */
	.Header-wrapper{
		padding: 0;
	}
	.Header-container .logo h1{
		margin: 11px 0;;
	}
	.Header-container .logo h1 a img{
		height: 38px;
	}
	.Header-container.w14{
		max-width: 100%;
	}
	.Header-container .logo{
		margin-left: 4%;
	}
	
	/* 手机导航 s */
	.mobile-inner-header-icon{color: #ffffff;background: #e60012; height: 60px; font-size:25px; text-align: center; float:right; width: 60px; position: relative; -webkit-transition: background 0.5s; -moz-transition: background 0.5s; -o-transition: background 0.5s;transition: background 0.5s;}
	.mobile-inner-header-icon span{position: absolute; left: calc((100% - 30px) / 2); top: calc((100% - 5px) / 2); width: 30px; height: 3px; background-color: #fff;transition-duration: 0.5s;}
	.mobile-inner-header-icon span:nth-child(1){transform: translateY(10px) rotate(0deg); }
	.mobile-inner-header-icon span:nth-child(2){transform: translateY(-10px) rotate(0deg);}
	.mobile-inner-header-icon span:nth-child(3){ width:20px;}
	.mobile-inner-header-icon-click span:nth-child(1){animation-duration: 0.5s; animation-fill-mode: both; animation-name: clickfirst;}   
	.mobile-inner-header-icon-click span:nth-child(2){ animation-duration: 0.5s; animation-fill-mode: both; animation-name: clicksecond;}
	.mobile-inner-header-icon-out span:nth-child(1){ animation-duration: 0.5s; animation-fill-mode: both; animation-name: outfirst; }   
	.mobile-inner-header-icon-out span:nth-child(2){ animation-duration: 0.5s;animation-fill-mode: both; animation-name: outsecond; }
	.mobile-inner-nav{ background:#e60012; width: 100%; height: 100%;position: fixed; top: 60px;left: 0px; display: none;overflow-y: auto;}
	.active_mobile span:nth-child(3){ opacity:0;}
	.active_mobile span:nth-child(1){transform: rotate(45deg);width: 30px;}
	.active_mobile span:nth-child(2){transform: rotate(-45deg);width: 30px;}
	.subNavBox1{width:100%;}
	.subNav1{display: block;
	  width: 100%;
	  border-bottom: 1px solid #ff4050;
	  line-height: 50px;
	  font-size: 16px;
	  color: #555;
	  padding:0 15px;
	  background: url(../png/jia1.png) no-repeat 96% center;
	  color:#fff;
	}
	
	.currentDt1{
		background: url(../png/jian1.png) no-repeat 96% center #f90c1e;
	}
	.navContent1{display: none; border-bottom: 1px solid #d6d6d6; padding:10px 0; background:#f90c1e;overflow: hidden;}
	.navContent1 li{ line-height:30px;}
	.navContent1 li a{display:block; font-size:14px; color:#fff; padding-left: 40px;}
	.so-mobile-fl{ width:100%; padding:10px 10px 10px 40px;}
	.so-mobile-fl p{ font-size:14px; padding-bottom:10px; color:#fff; position:relative;}
	.so-mobile-fl a{ width:33%;display:block; font-size:12px; color:#fff; padding-bottom:10px; float:left; padding-right:0;}
	.xg-mobile-bt{ font-size:16px; padding:10px 20px;}
	.xg-mobile-bt a{ color:#fff; position:relative; padding-left:20px;}
	.xg-mobile-bt a:before{content: '';
	    width: 15px;
	    height: 15px;
	    background: url(../png/m_anniu1.png) no-repeat center;
	    position: absolute;
	    left: 0;
	    top: 2px;
	    background-size: cover;}
	
	/* 手机导航 e */
	
	.foot_item01{
		width: 100%;
		text-align: center;
	}
	.foot_item01 .foot_logo a img{
		height: 38px;
	}
	.foot_item01 .button{
		width: auto;
		padding: 0 20px;
		font-size: 22px;
		line-height: 50px;
		display: inline-block;
	}
	.foot_item02,.foot_item03{
		width: 100%;
		margin: 0;
		padding-top: 0.4rem;
	}
	.foot_item.foot_item03{
		max-width: 100%;
		text-align: center;
		padding-top: 0.4rem;
	}
	.foot_item02 dl{
		width: 100% !important;
	}
	.foot_item02 dl dt{
		margin: 10px 0;
		text-transform: uppercase;
	}
	.foot_item02 dl dd,.foot_item03 p{
	    display: inline-block;
	    padding-right: 20px;
	}
	.foot_item03 ul li{
		float: none;
		display: inline-block;
	}
	.foot_item03 .wx img{
		width: 1.8rem;
	}
	
	.n_sol_list ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 5%;
	}
	.c_sol_warp ul li .info{
		padding: 6% 4%;
	}
	.c_sol_warp ul li .tit{
		font-size: 16px;
	}
	.c_sol_warp ul li .des{
		font-size: 14px;
	}
	
	.pro_xq_nav_warp:before{
		border-radius: 0.2rem;
		overflow: hidden;
	}
	.pro_xq_nav_warp.act:before{
		border-radius: 0;
	}
	.pro_xq_nav .fl{
		width: 100%;
	}
	
	.pd-100{
		padding: 0.8rem 0;
	}
	
	.n_sol_gs .fl,.n_sol_gs .fr{
		width: 100%;
	}
	.n_sol_gs .fr{
		margin-top: 0.2rem;
	}
	.n_sol_p1{
		font-size: 14px;
	}
	.n_sol_cj .top{
		width: 90%;
		margin: 0 auto;
	}
	.n_sol_cj .swiper-button-prev{
		left: -0.5rem;
	}
	.n_sol_cj .swiper-button-next{
		right: -0.5rem;
	}
	.n_sol_cj .top ul li a{
		font-size: 14px;
	}
	.n_sol_cj .bot .fl,.n_sol_cj .bot .fr{
		width: 100%;
	}
	.n_sol_t1{
		font-size: 22px;
	}
	.n_sol_cj .bot .fr{
		margin-top: 0.4rem;
	}
	.pro_xq_nav ul li p, .pro_xq_nav ul li a{
		font-size: 14px;
	}
	
	.c_case_list ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 5%;
	}
	.n_case_xq .layout{
		flex-wrap: wrap;
	}
	.n_case_xq .fl,.n_case_xq .fr{
		width: 100%;
	}
	.n_case_xq .fl .info{
		font-size: 14px;
	}
	.n_case_xq .fl ul li{
		font-size: 14px;
	}
}

@media all and (max-width:768px) {
	/* 移动终端以上 360 适配 */
	.pc_ban{
		display: none !important;
	}
	.mb_ban{
		display: block !important;
	}
	
	.ind_tit h3{
		font-size: 32px;
	}
	.ind_tit i{
		margin: 0.2rem 0.12rem;
	}
	.ind_tit p{
		letter-spacing: 0;
	}
	
	.pro_banner .text h4{
		font-size: 28px;
	}
	.pro_banner .text p{
		font-size: 14px;
	}
	
	.pro_list_search{
		padding: 15px 10px;
		top: -30px;
		moz-box-shadow: 0px 0px 7px #949494;
		-webkit-box-shadow: 0px 0px 7px #949494;
		box-shadow: 0px 0px 7px #949494;
	}
	.pro_list_search form input,.pro_list_search form button{
		height: 40px;
		line-height: 40px;
	}
	.pro_list_search form button{
		padding-left: 0.2rem;
	}
	.pro_nav_item ul{
		overflow: hidden;
	}
	.pro_nav_item ul li{
		float: left;
		/* width: 48%;
		margin-right: 4%; */
		width: 100%;
		margin-right: 0;
		margin-bottom: 1px;
	}
	.pro_nav_item ul li a{
		height: 40px;
		line-height: 40px;
		padding: 0 4%;
		white-space:nowrap;
		text-overflow:ellipsis;
		overflow:hidden;
	}
	.pro_nav_item ul li:nth-child(2n){
		margin-right: 0;
	}
}

@media all and (max-width:640px) {
.foot_item02 ul,.foot_item02 ul:first-child{width: 46%;}	
.foot_item02 ul:last-child{width:100%}
}

@media all and (max-width:420px) {
	.foot_copyright{
		font-size: 14px;
		line-height: 1.2;
	}
}
@media all and (max-width:376px) {
	
}
.cnceledanxuan .mauticform-radiogrp-label {
    color: #bbbbbb;
}
.cnceledanxuan .mauticform-radiogrp-radio {
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
}
.page-anniu {
    height:auto;
}
.page-anniu .fr,.page-anniu .fr .f_form{
    width: 100%;
  display: inline-block;
}
.cnceledanxuan .mauticform-radiogrp-radio {
    width: 10px;
    height: 10px;
    outline: 1px solid #fff !important;
    box-sizing: border-box;
    border: 1px solid #fff;
    margin-right: 10px;
}
.cnceledanxuan .mauticform-radiogrp-radio {
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    border: 1px solid #fff;
    margin-right: 10px;
    position: relative;
}
.pagebott {
margin: 10px 0 10px 0;
}
.pagebott .mauticform-radiogrp-label {
    color: #000;
}
.pagebott .mauticform-radiogrp-radio {
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  border: 1px solid #000;
  margin-right: 10px;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: visible;
}
.cnceledanxuan .mauticform-radiogrp-radio:checked{}
 
.cnceledanxuan .mauticform-radiogrp-radio:checked:before{content:"";background-image: url(../png/gougou.png);width: 20px;height: 20px;position: absolute;top: -7px;left: -3px;z-index: 9;}
.mauticform-errormsg {
    color: #e50011;
}
.counterfeitingpage {
    width: 100%;
  margin: 5% 0 5% 0;
  border-bottom: 1px solid #000;
}