/*MC header*/
.mc_header{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100000;
	width: 100%;
	height: 81px;
	padding: 0 30px;
	border-bottom: 1px solid #dfdfdf;
	background: #ffffff;
	display: none;
}

.mc_header_con{
	position: relative;
	height: 80px;
	overflow: hidden;
}

.mc_logo{
	line-height: 80px;
	width: 31%;
	height: 80px;
	text-align: left;
	float: left;
}

.mc_logo img{
	width: auto;
	max-width: 100%;
	max-height: 40px;
}

.mc_menu{
	width: 67%;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	-o-justify-content: flex-end;
	justify-content: flex-end;
}

.mc_search{
	width: 20px;
	height: 20px;
	cursor: pointer;
	background-image: url(../images/header_mc_search_ico.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

.mc_language{
	font-size: 17px;
	line-height: 1.5;
	color: #000000;
	margin: 0 15px;
	cursor: pointer;
}

.mc_languagelogin_register{
	margin-right: 15px;
}

.mc_languagelogin_register_li a{
	font-size: 17px;
	line-height: 1.5;
	color: #000000;
	padding: 0;
}

.mc_languagelogin_register_li a:hover{
	color: #000000;
}

.mc_nav{
	position: relative;
	width: 30px;
	height: 30px;
	overflow: hidden;
	cursor: pointer;
	float: right;
}

.mc_nav span{
	width: 100%;
	height: 2px;
	background: #000000;
	display: block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.mc_nav span:nth-child(1){
	position: absolute;
	top: 5px;
	left: 0;
	-webkit-transform-origin: 7.5%;
	-moz-transform-origin: 7.5%;
	-ms-transform-origin: 7.5%;
	-o-transform-origin: 7.5%;
	transform-origin: 7.5%;
}

.mc_nav span:nth-child(2){
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.mc_nav span:nth-child(3){
	position: absolute;
	bottom: 5px;
	left: 0;
	-webkit-transform-origin: 7.5%;
	-moz-transform-origin: 7.5%;
	-ms-transform-origin: 7.5%;
	-o-transform-origin: 7.5%;
	transform-origin: 7.5%;
}

.mc_nav.show span:nth-child(1){
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.mc_nav.show span:nth-child(2){
	opacity: 0;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}

.mc_nav.show span:nth-child(3){
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.mc_search_con{
	position: fixed;
	top: 80px;
	left: 0;
	z-index: 1000;
	font-size: 0;
	width: 100%;
	background-image: -webkit-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -moz-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -ms-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -o-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-color: #4b77bb;
	display: none;
}

.mc_search_con_text{
	width: 100%;
	padding-right: 50px;
	margin-right: -50px;
}

.mc_search_con_text_input{
	position: relative;
	z-index: 99;
	font-size: 16px;
	line-height: 43px;
	color: #ffffff;
	width: 100%;
	height: 43px;
	padding: 0 20px!important;
	border: 0;
	border-right: 1px solid #ffffff;
	outline: none;
	background: none;
}

.mc_search_con_text_input:focus{
	border-right-color: #ffffff!important;
}

.mc_search_con_text_input::-webkit-input-placeholder{
	color: #ffffff;
}

.mc_search_con_submit{
	width: 50px;
	height: 43px;
	border: 0!important;
	background-color: rgba(255,255,255,0);
	background-image: url(../images/header_mc_search_white_ico.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px!important;
}

.mc_language_con{
	position: fixed;
	top: 81px;
	left: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	margin-top: -80px;
	padding: 20px;
	padding-top: 80px;
	padding-left: 30px;
	padding-right: 30px;
	background: #000000;
	display: none;
}

.mc_language_con ul{
	height: 100%;
	padding-top: 20px;
	overflow: hidden;
	overflow-y: auto;
}

.mc_language_con ul>li{
	position: relative;
	border-bottom: 1px solid #2b2b2b;
}

.mc_language_con ul>li>a{
	font-size: 16px;
	line-height: 50px;
	color: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

.mc_nav_con{
	position: fixed;
	top: 81px;
	left: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	margin-top: -80px;
	padding: 20px;
	padding-top: 80px;
	padding-left: 30px;
	padding-right: 30px;
	background: #000000;
	display: none;
}

.mc_nav_con ul{
	height: 100%;
	padding-top: 20px;
	overflow: hidden;
	overflow-y: auto;
}

.mc_nav_con ul>li{
	position: relative;
	border-bottom: 1px solid #2b2b2b;
}

.mc_nav_con ul>li>a{
	font-size: 16px;
	line-height: 50px;
	color: #ffffff;
	padding-right: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

.mc_nav_con ul>li>.mc_nav_level1_arrow{
	position: absolute;
	right: 0;
	top: 10px;
	z-index: 99;
	width: 30px;
	height: 30px;
	background-image: url(../images/header_mc_arrow_ico.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 15px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.mc_nav_con ul>li>.mc_nav_level1_arrow.show{
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.mc_nav_level2{
	background: #1e1e1e;
	display: none;
}

.mc_nav_level2 .mc_nav_level2_li{
	border-top: 1px dashed #2b2b2b;
}

.mc_nav_level2 .mc_nav_level2_li:last-child{
	border-top: 0px dashed #2b2b2b;
}

.mc_nav_level2 a{
	font-size: 15px;
	line-height: 35px;
	color: #ffffff;
	padding: 0 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	display: block;
}

.mc_nav_level3_li{
	padding-left: 15px;
}

.mc_nav_level4_li{
	padding-left: 15px;
}

.mc_nav_level5_li{
	padding-left: 15px;
}

@media(max-width:1200px){
	.mc_header{
		display: block;
	}

	.mc_languagelogin_register_li_links{
		display: block!important;
	}
}

@media(max-width:991px){
	.mc_header{
		height: 61px;
		padding: 0 20px;
	}

	.mc_header_con{
		height: 60px;
	}

	.mc_logo{
		line-height: 60px;
		height: 60px;
	}

	.mc_language_con{
		top: 61px;
		margin-top: -60px;
		padding-top: 60px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.mc_search_con{
		top: 60px;
	}

	.mc_nav_con{
		top: 61px;
		margin-top: -60px;
		padding-top: 60px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media(max-width:768px){
	.mc_header{
		padding: 0 15px;
	}

	.mc_search{
		width: 18px;
		height: 18px;
	}

	.mc_language{
		font-size: 16px;
		margin: 0 10px;
	}

	.mc_languagelogin_register{
		margin-right: 10px;
	}

	.mc_languagelogin_register_li a{
		font-size: 16px;
	}

	.mc_nav{
		width: 26px;
		height: 26px;
	}

	.mc_nav span:nth-child(1){
		top: 4px;
	}

	.mc_nav span:nth-child(3){
		bottom: 4px;
	}

	.mc_nav span:nth-child(1),.mc_nav span:nth-child(3){
		-webkit-transform-origin: 7%;
		-moz-transform-origin: 7%;
		-ms-transform-origin: 7%;
		-o-transform-origin: 7%;
		transform-origin: 7%;
	}

	.mc_language_con{
		padding-left: 15px;
		padding-right: 15px;
	}

	.mc_nav_con{
		padding-left: 15px;
		padding-right: 15px;
	}
}

/*Inner page banner*/
.page_xichanweixin_banner{
	position: relative;
}

.page_xichanweixin_banner_con{
	position: relative;
	z-index: 5;
}

.page_xichanweixin_banner .img{
	position: relative;
	z-index: 5;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.page_xichanweixin_banner .img img{
	width: 100%;
	opacity: 0;
}

.page_xichanweixin_position{
	position: absolute;
	top: 90px;
	left: 0;
	z-index: 8;
	font-size: 16px;
	line-height: 1.5;
	color: rgba(204,204,204,1);
	width: 100%;
	padding: 18px 0;
}

.page_xichanweixin_position a{
	color: rgba(204,204,204,1);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.page_xichanweixin_position a:hover{
	color: rgba(255,255,255,1);
}

.page_xichanweixin_banner .wz{
	position: absolute;
	left: 0;
	bottom: 18.423%;
	z-index: 10;
	width: 100%;
}

.page_xichanweixin_banner .wz .wz_con{
	position: relative;
	overflow: hidden;
}

.page_xichanweixin_banner .wz .wz_ft{
	font-size: 2.5rem;
	line-height: 1.5;
	color: #ffffff;
}

.page_xichanweixin_banner .wz .wz_fb{
	font-size: 1.2rem;
	line-height: 1.5;
	color: #ffffff;
	margin-top: 10px;
}

.page_xichanweixin_banner_about_fl{
	position: relative;
	z-index: 5;
	width: 96%;
	padding-right: 3.2rem;
}

.page_xichanweixin_banner_about_fr{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 8;
	width: 3.2rem;
	border-radius: 50%;
	cursor: pointer;
	overflow: hidden;
}

.page_xichanweixin_banner_about_fr span{
	padding-top: 100%;
	background-color: #ffffff;
	background-image: url(../images/img/page_banner_about_arrow_ico.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40%;
	display: block;
}

@media(max-width:1280px){
	.page_xichanweixin_position{
		font-size: 15px;
	}

	.page_xichanweixin_banner .wz .wz_fb{
		font-size: 20px;
	}
}

@media(max-width:1200px){
	.page_xichanweixin_position{
		top: 0;
	}

	.page_xichanweixin_banner_about_fl{
		padding-right: 45px;
	}

	.page_xichanweixin_banner_about_fr{
		width: 45px;
	}
}

@media(max-width:991px){
	.page_xichanweixin_position{
		position: relative;
		color: #333333;
		padding: 15px 0;
	}

	.page_xichanweixin_position a{
		color: #333333;
	}

	.page_xichanweixin_position a:hover{
		color: #4b7abc;
	}

	.page_xichanweixin_banner .wz{
		top: 50%;
		bottom: auto;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.page_xichanweixin_banner .wz .wz_fb{
		font-size: 18px;
	}

	.page_xichanweixin_banner_about_fl{
		width: 100%;
		padding-right: 0;
	}

	.page_xichanweixin_banner_about_fr{
		width: 40px;
		display: none;
	}
}

@media(max-width:768px){
	.page_xichanweixin_banner .wz .wz_ft{
		font-size: 22px;
	}

	.page_xichanweixin_banner .wz .wz_fb{
		font-size: 17px;
		margin-top: 8px;
	}
}

@media(max-width:468px){
	.page_xichanweixin_banner .wz .wz_ft{
		font-size: 20px;
	}

	.page_xichanweixin_banner .wz .wz_fb{
		font-size: 16px;
	}
}

/*About us*/
.daohangmaodian{
	position: absolute;
	left: 0;
	top: -90px;
	width: 100%;
}

@media(max-width:991px){
	.daohangmaodian{
		top: -61px;
	}
}

.page_xichanweixin_about_group_profile{
	position: relative;
	padding: 4.271% 0;
}

.page_xichanweixin_about_group_profile_bj{
	position: absolute;
	right: 0;
	top: 14px;
	z-index: 5;
	width: 29.323%;
}

.page_xichanweixin_about_group_profile_bj span{
	padding-top: 100%;
	background-image: url(../images/img/page_group_profile_bj.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	display: block;
}

.page_xichanweixin_about_group_profile_box{
	position: relative;
	z-index: 10;
}

.page_xichanweixin_about_group_profile_ft_con{
	overflow: hidden;
}

.page_xichanweixin_about_group_profile_ft_fl{
	width: 36%;
}

.page_xichanweixin_about_title h3{
	position: relative;
	font-size: 16px;
	line-height: 1.5;
	color: #999999;
	padding-left: 21px;
}

.page_xichanweixin_about_title h3::before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 16px;
	height: 16px;
	background-image: url(../images/img/page_group_profile_logo_ico.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.page_xichanweixin_about_title h4{
	font-size: 2.1rem;
	line-height: 1.4;
	color: #000000;
	margin-top: 0.9rem;
}

.page_xichanweixin_about_group_profile_ft_fr{
	font-size: 16px;
	line-height: 1.5;
	color: #666666;
	width: 59%;
	max-width: 750px;
}

.page_xichanweixin_about_group_profile_ft_fr p:nth-child(n+2){
	margin-top: 1.2rem;
}

.page_xichanweixin_about_group_profile_fb{
	margin-top: 3.473%;
}

.page_xichanweixin_about_group_profile_fb .img{
	border-radius: 8px;
	overflow: hidden;
}

.page_xichanweixin_about_group_profile_fb .img img{
	width: 100%;
}

.page_xichanweixin_about_development_history{
	position: relative;
	padding: 4.297% 0;
}

.page_xichanweixin_about_development_history_fc{
	margin-top: 2.778%;
	overflow: hidden;
}

.page_xichanweixin_about_development_history_fc_con{
	padding: 0 21.875%;
}

.page_xichanweixin_about_development_history_fc_li{
	height: auto;
}

.page_xichanweixin_about_development_history_fc_li_con{
	position: relative;
	height: 100%;
	padding: 0 9.878%;
	opacity: 0.5;
	overflow: hidden;
	background-color: #ffffff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.page_xichanweixin_about_development_history_fc_li.swiper-slide-active .page_xichanweixin_about_development_history_fc_li_con{
	opacity: 1;
}

.page_xichanweixin_about_development_history_fc_li_con::before,.page_xichanweixin_about_development_history_fc_li_con::after{
	content: '';
	position: absolute;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #dddddd;
	opacity: 0.5;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.page_xichanweixin_about_development_history_fc_li.swiper-slide-active .page_xichanweixin_about_development_history_fc_li_con::before,.page_xichanweixin_about_development_history_fc_li.swiper-slide-active .page_xichanweixin_about_development_history_fc_li_con::after{
	opacity: 1;
}

.page_xichanweixin_about_development_history_fc_li_con::before{
	left: 0;
}

.page_xichanweixin_about_development_history_fc_li_con::after{
	right: 0;
}

.page_xichanweixin_about_development_history_fc_li .year{
	position: absolute;
	right: -1.6rem;
	bottom: 0;
	z-index: 5;
	font-family: Arial;
	font-size: 6.2rem;
	font-weight: bold;
	line-height: 0.75;
	color: rgba(0,0,0,0.02);
}

.page_xichanweixin_about_development_history_fc_li .img{
	position: relative;
	z-index: 10;
	border-radius: 8px;
	overflow: hidden;
}

.page_xichanweixin_about_development_history_fc_li .img .img_con{
	padding-top: 52.308%;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.page_xichanweixin_about_development_history_fc_li_con:hover .img .img_con{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.page_xichanweixin_about_development_history_fc_li .wz{
	position: relative;
	z-index: 10;
	margin-top: 16px;
}

.page_xichanweixin_about_development_history_fc_li .wz .wz_ft{
	position: relative;
	z-index: 5;
	font-family: Arial;
	font-size: 1.6rem;
	line-height: 1.35;
}

.page_xichanweixin_about_development_history_fc_li .wz .wz_ft .wz_ft_ft,.page_xichanweixin_about_development_history_fc_li .wz .wz_ft .wz_ft_fb{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.page_xichanweixin_about_development_history_fc_li .wz .wz_ft .wz_ft_ft{
	opacity: 1;
}

.page_xichanweixin_about_development_history_fc_li.swiper-slide-active .wz .wz_ft .wz_ft_ft{
	opacity: 0;
}

.page_xichanweixin_about_development_history_fc_li .wz .wz_ft .wz_ft_fb{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	opacity: 0;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.page_xichanweixin_about_development_history_fc_li.swiper-slide-active .wz .wz_ft .wz_ft_fb{
	opacity: 1;
}

.page_xichanweixin_about_development_history_fc_li .wz .wz_fb{
	font-size: 16px;
	line-height: 1.625;
	color: #adadad;
	margin-top: 10px;
}

.page_xichanweixin_about_development_history_fb{
	padding-top: 4.723%;
	overflow: hidden;
}

.page_xichanweixin_about_development_history_fb_con{
	padding: 0 2.8rem;
}

.page_xichanweixin_about_development_history_fb_li .img_ico{
	position: relative;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

.page_xichanweixin_about_development_history_fb_li .img_ico .img_ico_dot{
	position: relative;
}

.page_xichanweixin_about_development_history_fb_li .img_ico .img_ico_dot .img_ico_dot_con{
	position: relative;
	z-index: 10;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-image: -webkit-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -moz-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -ms-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -o-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-color: #4b77bb;
}

.page_xichanweixin_about_development_history_fb_li .img_ico_dot .img_ico_dot_con span{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #ffffff;
	opacity: 1;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.page_xichanweixin_about_development_history_fb_li.swiper-slide-active .img_ico_dot .img_ico_dot_con span{
	opacity: 0;
}

.page_xichanweixin_about_development_history_fb_li.swiper-slide-active .img_ico .img_ico_dot .ripple{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-image: -webkit-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -moz-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -ms-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -o-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-color: #4b77bb;
	display: block;
	-webkit-animation-name: about_ripple;
	-moz-animation-name: about_ripple;
	-ms-animation-name: about_ripple;
	-o-animation-name: about_ripple;
	animation-name: about_ripple;
	-webkit-animation-duration: 3s;
	-moz-animation-duration: 3s;
	-ms-animation-duration: 3s;
	-o-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-timing-function: ease-in-out;
	-ms-animation-timing-function: ease-in-out;
	-o-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-transition: background 0.9s ease;
	-moz-transition: background 0.9s ease;
	-ms-transition: background 0.9s ease;
	-o-transition: background 0.9s ease;
	transition: background 0.9s ease;
}

.page_xichanweixin_about_development_history_fb_li.swiper-slide-active .img_ico .img_ico_dot .ripple.ripple-1{
	-webkit-animation-delay: 0.3s;
	-moz-animation-delay: 0.3s;
	-ms-animation-delay: 0.3s;
	-o-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.page_xichanweixin_about_development_history_fb_li.swiper-slide-active .img_ico .img_ico_dot .ripple.ripple-2{
	-webkit-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
	-ms-animation-delay: 0.6s;
	-o-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.page_xichanweixin_about_development_history_fb_li .img_ico .img_ico_left,.page_xichanweixin_about_development_history_fb_li .img_ico .img_ico_right{
	position: absolute;
	top: 50%;
	width: 3.2rem;
	height: 1.5rem;
	background-image: url(../images/img/page_company_honors_line_ico.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.page_xichanweixin_about_development_history_fb_li .img_ico .img_ico_left{
	left: 0;
}

.page_xichanweixin_about_development_history_fb_li .img_ico .img_ico_right{
	right: 0;
}

.page_xichanweixin_about_development_history_fb_li .year{
	/*font-size: 20px;*/
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
	margin-top: 20px;
	padding: 0 3.2rem;
}

.page_xichanweixin_about_development_history_fb_li.swiper-slide-active .year{
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}

.page_xichanweixin_about_development_history_fb_li.swiper-slide-active .year .gradient_tetx1{
	opacity: 0;
}

.page_xichanweixin_about_development_history_fb_li.swiper-slide-active .year .gradient_tetx2{
	opacity: 1;
}

@-webkit-keyframes about_ripple{
	0%{
		opacity: 0;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	30%{
		opacity: 0.5;
	}
	100%{
		opacity: 0;
		-webkit-transform: scale(2.9);
		-moz-transform: scale(2.9);
		-ms-transform: scale(2.9);
		-o-transform: scale(2.9);
		transform: scale(2.9);
	}
}

@-moz-keyframes about_ripple{
	0%{
		opacity: 0;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	30%{
		opacity: 0.5;
	}
	100%{
		opacity: 0;
		-webkit-transform: scale(2.9);
		-moz-transform: scale(2.9);
		-ms-transform: scale(2.9);
		-o-transform: scale(2.9);
		transform: scale(2.9);
	}
}

@-ms-keyframes about_ripple{
	0%{
		opacity: 0;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	30%{
		opacity: 0.5;
	}
	100%{
		opacity: 0;
		-webkit-transform: scale(2.9);
		-moz-transform: scale(2.9);
		-ms-transform: scale(2.9);
		-o-transform: scale(2.9);
		transform: scale(2.9);
	}
}

@-o-keyframes about_ripple{
	0%{
		opacity: 0;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	30%{
		opacity: 0.5;
	}
	100%{
		opacity: 0;
		-webkit-transform: scale(2.9);
		-moz-transform: scale(2.9);
		-ms-transform: scale(2.9);
		-o-transform: scale(2.9);
		transform: scale(2.9);
	}
}

@keyframes about_ripple{
	0%{
		opacity: 0;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	30%{
		opacity: 0.5;
	}
	100%{
		opacity: 0;
		-webkit-transform: scale(2.9);
		-moz-transform: scale(2.9);
		-ms-transform: scale(2.9);
		-o-transform: scale(2.9);
		transform: scale(2.9);
	}
}

@-webkit-keyframes about_ripple2{
	0%{
		opacity: 0;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	30%{
		opacity: 1;
	}
	100%{
		opacity: 0;
		-webkit-transform: scale(2.9);
		-moz-transform: scale(2.9);
		-ms-transform: scale(2.9);
		-o-transform: scale(2.9);
		transform: scale(2.9);
	}
}

@-moz-keyframes about_ripple2{
	0%{
		opacity: 0;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	30%{
		opacity: 1;
	}
	100%{
		opacity: 0;
		-webkit-transform: scale(2.9);
		-moz-transform: scale(2.9);
		-ms-transform: scale(2.9);
		-o-transform: scale(2.9);
		transform: scale(2.9);
	}
}

@-ms-keyframes about_ripple2{
	0%{
		opacity: 0;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	30%{
		opacity: 1;
	}
	100%{
		opacity: 0;
		-webkit-transform: scale(2.9);
		-moz-transform: scale(2.9);
		-ms-transform: scale(2.9);
		-o-transform: scale(2.9);
		transform: scale(2.9);
	}
}

@-o-keyframes about_ripple2{
	0%{
		opacity: 0;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	30%{
		opacity: 1;
	}
	100%{
		opacity: 0;
		-webkit-transform: scale(2.9);
		-moz-transform: scale(2.9);
		-ms-transform: scale(2.9);
		-o-transform: scale(2.9);
		transform: scale(2.9);
	}
}

@keyframes about_ripple2{
	0%{
		opacity: 0;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	30%{
		opacity: 1;
	}
	100%{
		opacity: 0;
		-webkit-transform: scale(2.9);
		-moz-transform: scale(2.9);
		-ms-transform: scale(2.9);
		-o-transform: scale(2.9);
		transform: scale(2.9);
	}
}

.page_xichanweixin_about_company_honors{
	position: relative;
	padding: 4.896% 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.page_xichanweixin_about_company_honors_ft .page_xichanweixin_about_title h3{
	color: #ffffff;
}

.page_xichanweixin_about_company_honors_ft .page_xichanweixin_about_title h4{
	color: #ffffff;
}

.page_xichanweixin_about_company_honors_fc{
	margin-top: 2.3%;
	overflow: hidden;
}

.page_xichanweixin_about_company_honors_fc_con{
	padding: 0 40%;
	overflow: hidden;
}

.page_xichanweixin_about_company_honors_fc_li{
	height: auto;
}

.page_xichanweixin_about_company_honors_fc_li_con{
	height: 100%;
}

.page_xichanweixin_about_company_honors_fc_li_box_img{
	position: relative;
	height: 100%;
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
	-o-align-items: flex-end;
	align-items: flex-end;
}

.page_xichanweixin_about_company_honors_fc_li .img{
	width: 100%;
	margin: 0 auto;
	-webkit-transform: scale(0.705) translateX(0) translateY(17%);
	-moz-transform: scale(0.705) translateX(0) translateY(17%);
	-ms-transform: scale(0.705) translateX(0) translateY(17%);
	-o-transform: scale(0.705) translateX(0) translateY(17%);
	transform: scale(0.705) translateX(0) translateY(17%);
}

.page_xichanweixin_about_company_honors_fc_li.swiper-slide-prev .img{
	-webkit-transform: scale(0.705) translateX(-8.3%) translateY(17%);
	-moz-transform: scale(0.705) translateX(-8.3%) translateY(17%);
	-ms-transform: scale(0.705) translateX(-8.3%) translateY(17%);
	-o-transform: scale(0.705) translateX(-8.3%) translateY(17%);
	transform: scale(0.705) translateX(-8.3%) translateY(17%);
}

.page_xichanweixin_about_company_honors_fc_li.swiper-slide-next .img{
	-webkit-transform: scale(0.705) translateX(8.3%) translateY(17%);
	-moz-transform: scale(0.705) translateX(8.3%) translateY(17%);
	-ms-transform: scale(0.705) translateX(8.3%) translateY(17%);
	-o-transform: scale(0.705) translateX(8.3%) translateY(17%);
	transform: scale(0.705) translateX(8.3%) translateY(17%);
}

.page_xichanweixin_about_company_honors_fc_li.swiper-slide-active .img{
	-webkit-transform: scale(0.952) translateX(0) translateY(0);
	-moz-transform: scale(0.952) translateX(0) translateY(0);
	-ms-transform: scale(0.952) translateX(0) translateY(0);
	-o-transform: scale(0.952) translateX(0) translateY(0);
	transform: scale(0.952) translateX(0) translateY(0);
}

.page_xichanweixin_about_company_honors_fc_li .img img{
	width: 100%;
}

.page_xichanweixin_about_company_honors_fb{
	margin-top: 6.4%;
}

.page_xichanweixin_about_company_honors_fb_ul{
	position: relative;
}

.page_xichanweixin_about_company_honors_fb_li{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	width: 100%;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.page_xichanweixin_about_company_honors_fb_li.active{
	position: relative;
	opacity: 1;
}

.page_xichanweixin_about_company_honors_fb_li .wz{
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

.page_xichanweixin_about_company_honors_fb_li .wz .wz_content{
	position: relative;
	min-width: 590px;
	padding: 0 5.3rem;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

.page_xichanweixin_about_company_honors_fb_li .wz .wz_ico_left,.page_xichanweixin_about_company_honors_fb_li .wz .wz_ico_right{
	position: absolute;
	top: 0.25rem;
	width: 5.3rem;
	height: 1.5rem;
	background-image: url(../images/img/page_development_history_line_ico2.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

.page_xichanweixin_about_company_honors_fb_li .wz .wz_ico_left{
	left: 0;
}

.page_xichanweixin_about_company_honors_fb_li .wz .wz_ico_right{
	right: 0;
}

.page_xichanweixin_about_company_honors_fb_li .wz .wz_con{
	font-size: 1.2rem;
	line-height: 2rem;
	color: #ffffff;
	text-align: center;
	padding: 0 1.5rem;
}

.page_xichanweixin_about_company_honors_fb1{
	margin-top: 2.223%;
}

.page_xichanweixin_about_company_honors_fb1_con{
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

.page_xichanweixin_about_company_honors_fb1_left,.page_xichanweixin_about_company_honors_fb1_right{
	position: relative;
	width: 3.9rem;
	height: 2.2rem;
	margin: 0 0.625rem;
	cursor: pointer;
}

.page_xichanweixin_about_company_honors_fb1_btn_con{
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 8;
	width: 17px;
	height: 17px;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.page_xichanweixin_about_company_honors_fb1_btn_con_a1,.page_xichanweixin_about_company_honors_fb1_btn_con_a2{
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
}

.page_xichanweixin_about_company_honors_fb1_left .page_xichanweixin_about_company_honors_fb1_btn_con_a1{
	background-image: url(../images/img/index_product_arrow_left_ico.png);
}

.page_xichanweixin_about_company_honors_fb1_left .page_xichanweixin_about_company_honors_fb1_btn_con_a2{
	background-image: url(../images/img/index_product_arrow_left_ico_h.png);
}

.page_xichanweixin_about_company_honors_fb1_right .page_xichanweixin_about_company_honors_fb1_btn_con_a1{
	background-image: url(../images/img/index_product_arrow_right_ico.png);
}

.page_xichanweixin_about_company_honors_fb1_right .page_xichanweixin_about_company_honors_fb1_btn_con_a2{
	background-image: url(../images/img/index_product_arrow_right_ico_h.png);
}

.page_xichanweixin_about_company_honors_fb1_btn_bj{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.page_xichanweixin_about_company_honors_fb1_btn_bj_a1{
	border-radius: 60px;
}

.page_xichanweixin_about_company_honors_fb1_btn_bj_a1::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: inherit;
	padding: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	background-image: -webkit-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -moz-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -ms-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -o-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	-webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
	-webkit-mask-composite: destination-out;
	mask-composite: exclude;
}

.page_xichanweixin_about_company_honors_fb1_btn_bj_a2{
	border-radius: 60px;
	background-image: -webkit-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -moz-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -ms-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -o-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-color: rgba(75,119,187,1);
}

.page_xichanweixin_about_mission_vision{
	position: relative;
	padding: 4.792% 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.page_xichanweixin_about_mission_vision_fb{
	margin-top: 23.6%;
}

.page_xichanweixin_about_mission_vision_fb_ul{
	overflow: hidden;
}

.page_xichanweixin_about_mission_vision_fb_li{
	width: 47.5%;
	margin-right: 5%;
	border: 1px solid rgba(255,255,255,0.52);
	border-radius: 15px;
	background-color: rgba(66,83,86,0.1);
	-webkit-backdrop-filter: blur(16px);
	-moz-backdrop-filter: blur(16px);
	-ms-backdrop-filter: blur(16px);
	-o-backdrop-filter: blur(16px);
	backdrop-filter: blur(16px);
}

.page_xichanweixin_about_mission_vision_fb_li:nth-child(2n){
	margin-right: 0;
}

.page_xichanweixin_about_mission_vision_fb_li:nth-child(n+3){
	margin-top: 5%;
}

.page_xichanweixin_about_mission_vision_fb_li .wz{
	padding: 4.8% 5.867%;
}

.page_xichanweixin_about_mission_vision_fb_li .wz .wz_ft{
	font-size: 18px;
	line-height: 1.5;
	color: #ffffff;
}

.page_xichanweixin_about_mission_vision_fb_li .wz .wz_fb{
	font-size: 1.2rem;
	line-height: 1.4;
	color: #ffffff;
	margin-top: 3.2%;
}

@media(max-width:1366px){
	.page_xichanweixin_about_development_history_fb_li .year{
		/*font-size: 18px;*/
		font-size: 17px;
	}

	.page_xichanweixin_about_mission_vision_fb_li .wz .wz_ft{
		font-size: 17px;
	}

	.page_xichanweixin_about_company_honors_fb1_btn_con{
		width: 16px;
		height: 16px;
	}
}

@media(max-width:1280px){
	.page_xichanweixin_about_title h3{
		font-size: 15px;
		padding-left: 20px;
	}

	.page_xichanweixin_about_title h3::before{
		width: 15px;
		height: 15px;
	}

	.page_xichanweixin_about_group_profile_ft_fr{
		font-size: 15px;
	}

	.page_xichanweixin_about_development_history_fc_li .wz .wz_fb{
		font-size: 15px;
	}

	.page_xichanweixin_about_development_history_fb_con{
		padding: 0 46px;
	}

	.page_xichanweixin_about_development_history_fb_li .img_ico .img_ico_dot .img_ico_dot_con{
		width: 16px;
		height: 16px;
	}

	.page_xichanweixin_about_development_history_fb_li .img_ico_dot .img_ico_dot_con span{
		width: 11px;
		height: 11px;
	}

	.page_xichanweixin_about_development_history_fb_li .img_ico .img_ico_left,.page_xichanweixin_about_development_history_fb_li .img_ico .img_ico_right{
		width: 53px;
		height: 25px;
	}

	.page_xichanweixin_about_development_history_fb_li .year{
		/*font-size: 17px;*/
		font-size: 16px;
		margin-top: 12px;
		padding: 0 53px;
	}

	.page_xichanweixin_about_company_honors_fb_li .wz .wz_content{
		padding: 0 88px;
	}

	.page_xichanweixin_about_company_honors_fb_li .wz .wz_ico_left,.page_xichanweixin_about_company_honors_fb_li .wz .wz_ico_right{
		top: 4px;
		width: 88px;
		height: 25px;
	}

	.page_xichanweixin_about_company_honors_fb_li .wz .wz_con{
		font-size: 20px;
		line-height: 33px;
	}

	.page_xichanweixin_about_company_honors_fb1_left,.page_xichanweixin_about_company_honors_fb1_right{
		width: 65px;
		height: 40px;
		margin: 0 10px;
	}

	.page_xichanweixin_about_company_honors_fb1_btn_con{
		width: 15px;
		height: 15px;
	}

	.page_xichanweixin_about_mission_vision_fb_li .wz .wz_ft{
		font-size: 16px;
	}

	.page_xichanweixin_about_mission_vision_fb_li .wz .wz_fb{
		font-size: 20px;
	}
}

@media(max-width:1200px){
	.page_xichanweixin_about_group_profile_ft_fr p:nth-child(n+2){
		margin-top: 15px;
	}

	.page_xichanweixin_about_development_history_fc_li .wz{
		margin-top: 15px;
	}

	.page_xichanweixin_about_development_history_fb_con{
		padding: 0 38px;
	}

	.page_xichanweixin_about_development_history_fb_li .year{
		padding: 0 43px;
	}

	.page_xichanweixin_about_development_history_fb_li .img_ico .img_ico_left,.page_xichanweixin_about_development_history_fb_li .img_ico .img_ico_right{
		width: 43px;
		height: 20px;
	}

	.page_xichanweixin_about_company_honors_fb_li .wz .wz_content{
		padding: 0 70px;
	}

	.page_xichanweixin_about_company_honors_fb_li .wz .wz_ico_left,.page_xichanweixin_about_company_honors_fb_li .wz .wz_ico_right{
		top: 5px;
		width: 70px;
		height: 20px;
	}

	.page_xichanweixin_about_company_honors_fb_li .wz .wz_con{
		line-height: 30px;
	}
}

@media(max-width:1060px){
	.page_xichanweixin_about_development_history_fc_li .wz .wz_ft{
		font-size: 22px;
	}
}

@media(max-width:991px){
	.page_xichanweixin_about_group_profile{
		padding: 4% 0;
	}

	.page_xichanweixin_about_group_profile_ft_fl{
		width: 100%;
	}

	.page_xichanweixin_about_title h4{
		font-size: 24px;
		margin-top: 10px;
	}

	.page_xichanweixin_about_group_profile_ft_fr{
		width: 100%;
		max-width: 100%;
		margin-top: 3%;
	}

	.page_xichanweixin_about_group_profile_fb{
		margin-top: 3%;
	}

	.page_xichanweixin_about_development_history{
		padding: 4% 0;
	}

	.page_xichanweixin_about_development_history_fc{
		margin-top: 3%;
	}

	.page_xichanweixin_about_development_history_fc_con{
		padding: 0 15%;
	}

	.page_xichanweixin_about_development_history_fc_li_con{
		padding: 0 5%;
	}

	.page_xichanweixin_about_development_history_fc_li .wz .wz_ft{
		font-size: 20px;
	}

	.page_xichanweixin_about_development_history_fb{
		padding-top: 4%;
	}

	.page_xichanweixin_about_development_history_fb_li .img_ico .img_ico_dot .img_ico_dot_con{
		width: 14px;
		height: 14px;
	}

	.page_xichanweixin_about_development_history_fb_li .img_ico_dot .img_ico_dot_con span{
		width: 10px;
		height: 10px;
	}

	.page_xichanweixin_about_company_honors{
		padding: 4% 0;
	}

	.page_xichanweixin_about_company_honors_fc{
		margin-top: 3%;
	}

	.page_xichanweixin_about_company_honors_fc_con{
		padding: 0 33.3%;
	}

	.page_xichanweixin_about_company_honors_fb{
		margin-top: 3%;
	}

	.page_xichanweixin_about_company_honors_fb_li .wz .wz_con{
		font-size: 18px;
		padding: 0 20px;
	}

	.page_xichanweixin_about_company_honors_fb1{
		margin-top: 3%;
	}

	.page_xichanweixin_about_company_honors_fb1_left,.page_xichanweixin_about_company_honors_fb1_right{
		width: 60px;
		height: 38px;
	}

	.page_xichanweixin_about_mission_vision{
		padding: 4% 0;
	}

	.page_xichanweixin_about_mission_vision_fb{
		margin-top: 4%;
	}

	.page_xichanweixin_about_mission_vision_fb_li{
		width: 100%;
		margin-right: 0;
	}

	.page_xichanweixin_about_mission_vision_fb_li:nth-child(n+2){
		margin-top: 3%;
	}

	.page_xichanweixin_about_mission_vision_fb_li .wz{
		padding: 3.5%;
	}

	.page_xichanweixin_about_mission_vision_fb_li .wz .wz_fb{
		font-size: 18px;
		margin-top: 2.5%;
	}
}

@media(max-width:768px){
	.page_xichanweixin_about_group_profile{
		padding: 30px 0;
	}

	.page_xichanweixin_about_group_profile_bj{
		width: 55%;
	}

	.page_xichanweixin_about_title h4{
		font-size: 22px;
		 margin-top: 8px;
	}

	.page_xichanweixin_about_group_profile_ft_fr{
		margin-top: 22px;
	}

	.page_xichanweixin_about_group_profile_fb{
		margin-top: 22px;
	}

	.page_xichanweixin_about_development_history{
		padding: 30px 0;
	}

	.page_xichanweixin_about_development_history_fc{
		margin-top: 22px;
	}

	.page_xichanweixin_about_development_history_fc_con{
		padding: 0 60px;
	}

	.page_xichanweixin_about_development_history_fc_li_con{
		padding: 0 20px;
	}

	.page_xichanweixin_about_development_history_fc_li .year{
		right: -12px;
		font-size: 50px;
	}

	.page_xichanweixin_about_development_history_fc_li .wz .wz_ft{
		font-size: 18px;
	}

	.page_xichanweixin_about_development_history_fb{
		padding-top: 30px;
	}

	.page_xichanweixin_about_development_history_fb_con{
		padding: 0 29px;
	}

	.page_xichanweixin_about_development_history_fb_li .img_ico .img_ico_left,.page_xichanweixin_about_development_history_fb_li .img_ico .img_ico_right{
		width: 32px;
		height: 15px;
	}

	.page_xichanweixin_about_development_history_fb_li .year{
		/*font-size: 16px;*/
		font-size: 15px;
		padding: 0 32px;
	}

	.page_xichanweixin_about_company_honors{
		padding: 30px 0;
	}

	.page_xichanweixin_about_company_honors_fc{
		margin-top: 22px;
	}

	.page_xichanweixin_about_company_honors_fb{
		margin-top: 22px;
	}

	.page_xichanweixin_about_company_honors_fb_li .wz .wz_content{
		min-width: auto;
		padding: 0 53px;
	}

	.page_xichanweixin_about_company_honors_fb_li .wz .wz_ico_left,.page_xichanweixin_about_company_honors_fb_li .wz .wz_ico_right{
		top: 7px;
		width: 53px;
		height: 15px;
	}

	.page_xichanweixin_about_company_honors_fb_li .wz .wz_con{
		font-size: 17px;
		line-height: 29px;
		padding: 0 15px;
	}

	.page_xichanweixin_about_company_honors_fb1{
		margin-top: 22px;
	}

	.page_xichanweixin_about_mission_vision{
		padding: 30px 0;
	}

	.page_xichanweixin_about_mission_vision_fb{
		margin-top: 30px;
	}

	.page_xichanweixin_about_mission_vision_fb_li:nth-child(n+2){
		margin-top: 22px;
	}

	.page_xichanweixin_about_mission_vision_fb_li .wz{
		padding: 20px;
	}

	.page_xichanweixin_about_mission_vision_fb_li .wz .wz_fb{
		font-size: 17px;
		margin-top: 15px;
	}
}

@media(max-width:468px){
	.page_xichanweixin_about_group_profile{
		padding: 25px 0;
	}

	.page_xichanweixin_about_title h4{
		font-size: 20px;
	}

	.page_xichanweixin_about_group_profile_ft_fr{
		margin-top: 18px;
	}

	.page_xichanweixin_about_group_profile_fb{
		margin-top: 18px;
	}

	.page_xichanweixin_about_development_history{
		padding: 25px 0;
	}

	.page_xichanweixin_about_development_history_fc{
		margin-top: 18px;
	}

	.page_xichanweixin_about_development_history_fc_con{
		padding: 0 25px;
	}

	.page_xichanweixin_about_development_history_fc_li_con{
		padding: 0 15px;
	}

	.page_xichanweixin_about_development_history_fc_li .year{
		right: -10px;
		font-size: 40px;
	}

	.page_xichanweixin_about_development_history_fb{
		padding-top: 25px;
	}

	.page_xichanweixin_about_company_honors{
		padding: 25px 0;
	}

	.page_xichanweixin_about_company_honors_fc{
		margin-top: 18px;
	}

	.page_xichanweixin_about_company_honors_fb{
		margin-top: 18px;
	}

	.page_xichanweixin_about_company_honors_fb_li .wz .wz_con{
		font-size: 16px;
	}

	.page_xichanweixin_about_company_honors_fb1{
		margin-top: 18px;
	}

	.page_xichanweixin_about_mission_vision{
		padding: 25px 0;
	}

	.page_xichanweixin_about_mission_vision_fb{
		margin-top: 25px;
	}

	.page_xichanweixin_about_mission_vision_fb_li:nth-child(n+2){
		margin-top: 18px;
	}

	.page_xichanweixin_about_mission_vision_fb_li .wz{
		padding: 18px;
	}

	.page_xichanweixin_about_mission_vision_fb_li .wz .wz_fb{
		margin-top: 12px;
	}
}

/*Product banner*/
.page_xichanweixin_banner_product_categoricalbox{
	position: absolute;
	left: 0;
	top: 32.5%;
	z-index: 7;
	width: 100%;
}

.page_xichanweixin_banner_categoricaldatas_ft_con{
	position: relative;
	text-align: center;
}

.page_xichanweixin_banner_categoricaldatas_ft_logoimg{
	position: absolute;
	left: 50%;
	top: -0.9rem;
	z-index: 5;
	width: 30.7rem;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.page_xichanweixin_banner_categoricaldatas_ft_logoimg img{
	width: 100%;
}

.page_xichanweixin_banner_categoricaldatas_ft h3{
	position: relative;
	z-index: 6;
	font-size: 2.5rem;
	line-height: 1.5;
	color: #ffffff;
}

.page_xichanweixin_banner_categoricaldatas_ft h4{
	position: relative;
	z-index: 6;
	font-size: 1.2rem;
	line-height: 1.5;
	color: #ffffff;
	margin-top: 10px;
}

.page_xichanweixin_banner_categoricaldatas_fb{
	margin-top: 3%;
}

.page_xichanweixin_banner_categoricaldatas_fb_ul{
	overflow: hidden;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

.page_xichanweixin_banner_categoricaldatas_fb_li{
	position: relative;
	width: 33.3333333333333%;
	max-width: 300px;
	text-align: center;
}

.page_xichanweixin_banner_categoricaldatas_fb_li::before{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: rgba(255,255,255,0.2);
}

.page_xichanweixin_banner_categoricaldatas_fb_li:last-child::before{
	display: none;
}

.page_xichanweixin_banner_categoricaldatas_fb_li_con{
	padding: 10px 15px;
}

.page_xichanweixin_banner_categoricaldatas_fb_li .advantage_ico{
	width: 2rem;
	margin: 0 auto;
}

.page_xichanweixin_banner_categoricaldatas_fb_li .advantage_ico img{
	width: 100%;
}

.page_xichanweixin_banner_categoricaldatas_fb_li .advantage_text{
	font-size: 18px;
	line-height: 1.5;
	color: rgba(255,255,255,0.6);
	margin-top: 10px;
}

.page_xichanweixin_banner_tabswitch{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 8;
	width: 100%;
	border-top: 1px solid rgba(255,255,255,0.2);
}

.page_xichanweixin_banner_tabswitch_ul{
	overflow: hidden;
}

.page_xichanweixin_banner_tabswitch_li{
	position: relative;
	width: 33.3333333333333%;
	text-align: center;
}

.page_xichanweixin_banner_tabswitch_li.on{
	-webkit-backdrop-filter: blur(18px);
	-moz-backdrop-filter: blur(18px);
	-ms-backdrop-filter: blur(18px);
	-o-backdrop-filter: blur(18px);
	backdrop-filter: blur(18px);
	background-image: -webkit-linear-gradient(0,rgba(71,188,201,0) 0.022%,rgba(75,119,187,0.5) 99.981%);
	background-image: -moz-linear-gradient(0,rgba(71,188,201,0) 0.022%,rgba(75,119,187,0.5) 99.981%);
	background-image: -ms-linear-gradient(0,rgba(71,188,201,0) 0.022%,rgba(75,119,187,0.5) 99.981%);
	background-image: -o-linear-gradient(0,rgba(71,188,201,0) 0.022%,rgba(75,119,187,0.5) 99.981%);
	background-image: linear-gradient(0,rgba(71,188,201,0) 0.022%,rgba(75,119,187,0.5) 99.981%);
}

.page_xichanweixin_banner_tabswitch_li::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 2px;
	opacity: 0;
	background-image: -webkit-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -moz-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -ms-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -o-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-color: #4b77bb;
}

.page_xichanweixin_banner_tabswitch_li.on::before{
	opacity: 1;
}

.page_xichanweixin_banner_tabswitch_li::after{
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	height: 1.5rem;
	background: rgba(255,255,255,0.2);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.page_xichanweixin_banner_tabswitch_li:nth-child(3n)::after{
	display: none;
}

.page_xichanweixin_banner_tabswitch_li_wz{
	font-size: 18px;
	line-height: 1.5;
	color: rgba(255,255,255,0.6);
	padding: 1rem 10px;
	margin: 0 1px;
	cursor: pointer;
}

.page_xichanweixin_banner_tabswitch_li.on .page_xichanweixin_banner_tabswitch_li_wz{
	color: rgba(255,255,255,1);
}

@media(max-width:1366px){
	.page_xichanweixin_banner_categoricaldatas_fb_li .advantage_text{
		font-size: 17px;
	}

	.page_xichanweixin_banner_tabswitch_li_wz{
		font-size: 17px;
	}
}

@media(max-width:1280px){
	.page_xichanweixin_banner_product_categoricalbox{
		top: 32%;
	}

	.page_xichanweixin_banner_categoricaldatas_ft h4{
		font-size: 20px;
	}

	.page_xichanweixin_banner_categoricaldatas_fb_li .advantage_ico{
		width: 32px;
	}

	.page_xichanweixin_banner_categoricaldatas_fb_li .advantage_text{
		font-size: 16px;
	}

	.page_xichanweixin_banner_tabswitch_li_wz{
		font-size: 16px;
	}
}

@media(max-width:1200px){
	.page_xichanweixin_banner_product_categoricalbox{
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.page_xichanweixin_banner_tabswitch_li_wz{
		padding: 15px 10px;
	}
}

@media(max-width:991px){
	/*.page_xichanweixin_banner_product_categoricalbox_content_box{*/
	/*	-webkit-transform: translateY(-27px);*/
	/*	-moz-transform: translateY(-27px);*/
	/*	-ms-transform: translateY(-27px);*/
	/*	-o-transform: translateY(-27px);*/
	/*	transform: translateY(-27px);*/
	/*}*/

	.page_xichanweixin_banner_categoricaldatas_ft h4{
		font-size: 18px;
	}

	.page_xichanweixin_banner_categoricaldatas_fb_li .advantage_ico{
		width: 30px;
	}

	.page_xichanweixin_banner_tabswitch_li::after{
		height: 20px;
	}
}

@media(max-width:768px){
	/*.page_xichanweixin_banner_product_categoricalbox_content_box{*/
	/*	-webkit-transform: translateY(-81px);*/
	/*	-moz-transform: translateY(-81px);*/
	/*	-ms-transform: translateY(-81px);*/
	/*	-o-transform: translateY(-81px);*/
	/*	transform: translateY(-81px);*/
	/*}*/

	.page_xichanweixin_banner_categoricaldatas_ft_logoimg{
		top: -8px;
		width: 300px;
	}

	.page_xichanweixin_banner_categoricaldatas_ft h3{
		font-size: 22px;
	}

	.page_xichanweixin_banner_categoricaldatas_ft h4{
		font-size: 17px;
		margin-top: 8px;
	}

	.page_xichanweixin_banner_categoricaldatas_fb{
		margin-top: 22px;
		display: none;
	}

	.page_xichanweixin_banner_categoricaldatas_fb_li{
		width: 100%;
		max-width: 100%;
	}

	.page_xichanweixin_banner_categoricaldatas_fb_li:nth-child(n+2){
		margin-top: 15px;
	}

	.page_xichanweixin_banner_categoricaldatas_fb_li::before{
		top: auto;
		bottom: 0;
		width: 100%;
		height: 1px;
	}

	.page_xichanweixin_banner_categoricaldatas_fb_li:last-child::before{
		display: block;
	}

	.page_xichanweixin_banner_categoricaldatas_fb_li_con{
		padding: 15px;
	}

	.page_xichanweixin_banner_categoricaldatas_fb_li .advantage_ico{
		width: 28px;
	}

	.page_xichanweixin_banner_tabswitch{
		border-top: 0;
	}

	.page_xichanweixin_banner_tabswitch_li{
		width: 100%;
	}

	.page_xichanweixin_banner_tabswitch_li::after{
		top: 0;
		width: 100%;
		height: 1px;
		display: block!important;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}

@media(max-width:468px){
	.page_xichanweixin_banner_categoricaldatas_ft_logoimg{
		top: -6px;
		width: 260px;
	}

	.page_xichanweixin_banner_categoricaldatas_ft h3{
		font-size: 20px;
	}

	.page_xichanweixin_banner_categoricaldatas_ft h4{
		font-size: 16px;
	}

	.page_xichanweixin_banner_categoricaldatas_fb{
		margin-top: 18px;
	}
}

/*Product list*/
.page_xichanweixin_productlists_tabcard_li_related_product{
	padding: 4.2% 0;
}

.page_xichanweixin_productlists_tabcard_li_related_product_li{
	width: 31%;
	margin-right: 3.5%;
}

.page_xichanweixin_productlists_tabcard_li_related_product_li:nth-child(3n){
	margin-right: 0;
}

.page_xichanweixin_productlists_tabcard_li_related_product_li:nth-child(n+4){
	margin-top: 3%;
}

@media(max-width:991px){
	.page_xichanweixin_productlists_tabcard_li_related_product{
		padding: 4% 0;
	}

	.page_xichanweixin_productlists_tabcard_li_related_product_li{
		width: 48.5%;
		margin-right: 3%;
	}

	.page_xichanweixin_productlists_tabcard_li_related_product_li:nth-child(3n){
		margin-right: 3%;
	}

	.page_xichanweixin_productlists_tabcard_li_related_product_li:nth-child(2n){
		margin-right: 0;
	}

	.page_xichanweixin_productlists_tabcard_li_related_product_li:nth-child(n+3){
		margin-top: 3%;
	}
}

@media(max-width:768px){
	.page_xichanweixin_productlists_tabcard_li_related_product{
		padding: 30px 0;
	}

	.page_xichanweixin_productlists_tabcard_li_related_product_li{
		width: 100%;
		margin-right: 0!important;
	}

	.page_xichanweixin_productlists_tabcard_li_related_product_li:nth-child(n+2){
		margin-top: 22px;
	}
}

@media(max-width:468px){
	.page_xichanweixin_productlists_tabcard_li_related_product{
		padding: 25px 0;
	}

	.page_xichanweixin_productlists_tabcard_li_related_product_li:nth-child(n+2){
		margin-top: 18px;
	}
}

/*Page pagination*/
.internal_page_pager{
	font-size: 0;
	margin-top: 2rem;
	text-align: center;
}

.internal_page_pager2{
	margin-top: 2rem!important;
}

.internal_page_pager3{
	margin-top: 2rem!important;
}

.internal_page_pager li{
	font-size: 16px;
	line-height: 1.5;
	color: #5e5e5e;
	margin: 5px;
	cursor: pointer;
	border-radius: 2px;
	background-color: rgba(250,250,250,1);
	display: inline-block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.internal_page_pager li.active,.internal_page_pager li:hover{
	color: #ffffff;
	background-color: #1c5cff;
}

.internal_page_pager li:nth-child(1),.internal_page_pager li:last-child{
	background-repeat: no-repeat;
	background-position: center;
	background-size: 32%;
}

.internal_page_pager li:nth-child(1){
	background-image: url(../images/img/header_pc_arrow_left_ico.png);
}

.internal_page_pager li.active:nth-child(1),.internal_page_pager li:hover:nth-child(1){
	background-image: url(../images/img/header_pc_arrow_left_white_ico.png);
}

.internal_page_pager li:last-child{
	background-image: url(../images/img/header_pc_arrow_right_ico.png);
}

.internal_page_pager li.active:last-child,.internal_page_pager li:hover:last-child{
	background-image: url(../images/img/header_pc_arrow_right_white_ico.png);
}

.internal_page_pager li a,.internal_page_pager li span{
	color: #5e5e5e;
	min-width: 32px;
	padding: 4px 8px;
	display: block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.internal_page_pager li:nth-child(1) a,.internal_page_pager li:nth-child(1) span,.internal_page_pager li:last-child a,.internal_page_pager li:last-child span{
	opacity: 0;
}

.internal_page_pager li.active a,.internal_page_pager li:hover a,.internal_page_pager li.active span,.internal_page_pager li:hover span{
	color: #ffffff;
}

@media(max-width:1280px){
	.internal_page_pager li{
		font-size: 15px;
	}

	.internal_page_pager li a,.internal_page_pager li span{
		min-width: 30px;
	}
}

@media(max-width:768px){
	.internal_page_pager{
		margin-top: 20px;
	}

	.internal_page_pager2{
		margin-top: 20px;
	}

	.internal_page_pager3{
		margin-top: 20px;
	}
}

@media(max-width:468px){
	.internal_page_pager{
		margin-top: 18px;
	}

	.internal_page_pager2{
		margin-top: 18px;
	}

	.internal_page_pager3{
		margin-top: 18px;
	}

	.internal_page_pager li{
		margin: 4px;
	}

	.internal_page_pager li a,.internal_page_pager li span{
		padding: 4px 5px;
	}
}

/*Product advantages*/
.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box1{
	position: relative;
	padding: 4.43% 0;
}

.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box1_content{
	position: relative;
	z-index: 10;
}

.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box1_con{
	overflow: hidden;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box1_fl{
	width: 42%;
	max-width: 560px;
}

.page_tabcard_product_list_general_title h3{
	font-size: 2.1rem;
	line-height: 1.4;
	color: #000000;
	margin-top: 0.8rem;
}

.page_tabcard_product_list_general_title h4{
	font-size: 20px;
	line-height: 1.5;
	color: #4b77bb;
	background-image: -webkit-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -moz-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -ms-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -o-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	-webkit-background-clip: text;
	-moz-background-clip: text;
	-ms-background-clip: text;
	-o-background-clip: text;
	background-clip: text;
	color: transparent;
}

.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box1_fl_ft_fc{
	font-size: 16px;
	line-height: 1.5;
	color: #666666;
	margin-top: 12px;
}

.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box1_fl_ft_fb{
	margin-top: 6.25%;
	padding: 1px;
}

.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box1_fl_ft_fb_links{
	font-size: 18px;
	line-height: 1.23;
	color: #ffffff;
	padding: 0.8rem 1.5rem;
	border-radius: 90px;
	text-align: center;
	float: left;
	display: block;
}

.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box1_fl_ft_fb_links .page_xichanweixin_productlists_tabcard_li_advantages_introduction_box1_fl_ft_fb_wz{
	position: relative;
	z-index: 8;
	padding: 0 24px 0 30px;
}

.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box1_fl_ft_fb_links .page_xichanweixin_productlists_tabcard_li_advantages_introduction_box1_fl_ft_fb_wz .page_xichanweixin_productlists_tabcard_li_advantages_introduction_box1_fl_ft_fb_wz_ico1{
	position: absolute;
	left: 0;
	top: 50%;
	width: 20px;
	height: 20px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box1_fl_ft_fb_wz_ico1_a1{
	background-image: url(../images/img/header_pc_document_ico.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box1_fl_ft_fb_wz_ico1_a2{
	background-image: url(../images/img/header_pc_document_ico_h.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box1_fl_ft_fb_links .page_xichanweixin_productlists_tabcard_li_advantages_introduction_box1_fl_ft_fb_wz .page_xichanweixin_productlists_tabcard_li_advantages_introduction_box1_fl_ft_fb_wz_ico2{
	position: absolute;
	right: 0;
	top: 50%;
	width: 15px;
	height: 15px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box1_fl_ft_fb_wz_ico2_a1{
	background-image: url(../images/img/header_pc_arrow_right_white_ico2.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box1_fl_ft_fb_wz_ico2_a2{
	background-image: url(../images/img/header_pc_arrow_right_white_ico2_h.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box1_fl_ft_fb_links_bj_a1{
	border-radius: 90px;
	background-image: -webkit-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -moz-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -ms-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -o-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-color: rgba(75,119,187,1);
}

.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box1_fl_ft_fb_links_bj_a2{
	border-radius: 90px;
	background-image: -webkit-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -moz-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -ms-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -o-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-color: rgba(75,119,187,1);
}

.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box1_fl_ft_fb_links_bj_a2::before{
	content: '';
	position: absolute;
	left: 2px;
	right: 2px;
	top: 2px;
	bottom: 2px;
	border-radius: 100px;
	background-color: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box1_fl_fb{
	margin-top: 6.25%;
}

.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box1_fl_fb_ft{
	font-size: 20px;
	line-height: 1.5;
	color: #000000;
}

.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box1_fl_fb_fb{
	margin-top: 10px;
}

.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box1_fl_fb_fb_ul{
	overflow: hidden;
}

.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box1_fl_fb_fb_li{
	width: 48.5%;
	margin-right: 3%;
}

.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box1_fl_fb_fb_li:nth-child(2n){
	margin-right: 0;
}

.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box1_fl_fb_fb_li a{
	font-size: 18px;
	line-height: 40px;
	text-align: left;
	display: block;
}

.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box1_fl_fb_fb_li a .page_xichanweixin_productlists_tabcard_li_advantages_introduction_box1_fl_fb_fb_li_wz{
	position: relative;
	color: #333333;
	padding-right: 24px;
}

.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box1_fl_fb_fb_li a .page_xichanweixin_productlists_tabcard_li_advantages_introduction_box1_fl_fb_fb_li_wz .page_xichanweixin_productlists_tabcard_li_advantages_introduction_box1_fl_fb_fb_li_wz_ico{
	position: absolute;
	right: 0;
	top: 50%;
	width: 14px;
	height: 14px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box1_fl_fb_fb_li_wz_ico_a1{
	background-image: url(../images/img/header_pc_arrow_right_ico2.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box1_fl_fb_fb_li_wz_ico_a2{
	background-image: url(../images/img/header_pc_arrow_right_ico2_h.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box1_fr{
	width: 55%;
	max-width: 790px;
}

.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box1_fr .img{
	border-radius: 8px;
	overflow: hidden;
}

.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box1_fr .img .img_con{
	padding-top: 71.3%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box2{
	padding: 4.43% 0;
}

.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box2_fb{
	margin-top: 2.78%;
}

.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box2_fb_ft ul{
	padding: 1rem;
	border-radius: 5px;
	overflow: hidden;
	background-color: #eff0f3;
}

.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box2_fb_ft li{
	width: 22.5%;
	padding: 0 1rem;
	float: left;
}

.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box2_fb_ft li:nth-child(1){
	width: 55%;
}

.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box2_fb_ft li .wz{
	font-size: 20px;
	line-height: 1.4;
	color: #000000;
}

.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box2_fb_fb ul{
	padding: 1rem;
	overflow: hidden;
	border-bottom: 1px solid #dfdfdf;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box2_fb_fb li{
	width: 22.5%;
	padding: 15px 1rem;
	float: left;
}

.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box2_fb_fb li:nth-child(1){
	width: 55%;
}

.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box2_fb_fb li .img img{
	max-width: 100%;
	margin: 0 auto;
}

.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box2_fb_fb li .wz{
	font-size: 20px;
	line-height: 1.65;
	color: #333333;
	max-width: 100%;
	margin: 0 auto;
}

.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box2_fb_fb li .wz h3{
	font-size: 1.3rem;
}

.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box2_fb_fb li:nth-child(2) .wz{
	background-image: -webkit-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -moz-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -ms-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -o-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	-webkit-background-clip: text;
	-moz-background-clip: text;
	-ms-background-clip: text;
	-o-background-clip: text;
	background-clip: text;
	color: transparent;
}

.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3{
	padding: 2.8% 0 4.2%;
}

.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_con{
	padding: 3.5% 1.5rem;
	overflow: hidden;
	border-radius: 8px;
	background-color: rgba(230,239,245,0.3);
}

.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_ft h3{
	position: relative;
	font-size: 1.6rem;
	line-height: 1.4;
	color: #1e1f24;
	padding-bottom: 1.2rem;
	text-align: center;
}

.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_ft h3::before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 4.5rem;
	height: 4px;
	background-image: -webkit-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -moz-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -ms-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -o-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-color: #4b77bb;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fc{
	margin-top: 1.5rem;
}

.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fc_ul{
	margin: 0 -10px;
}

.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fc_li{
	width: 50%;
}

.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fc_li_con{
	height: 100%;
	margin: 0 10px;
	padding: 1rem;
	overflow: hidden;
	border-radius: 4px;
	border: 1px solid #dfdfdf;
	background-color: #ffffff;
}

.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fc_li_ft{
	width: 30px;
}

.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fc_li_ft span{
	padding-top: 100%;
	background-image: url(../images/img/page_product_messages_email_ico.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	display: block;
}

.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fc_li:nth-child(2) .page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fc_li_ft span{
	background-image: url(../images/img/page_product_messages_phone_ico.png);
}

.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fc_li_fb{
	font-size: 16px;
	line-height: 1.5;
	color: #333333;
	margin-top: 15px;
}

.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fb{
	margin-top: 20px;
}

.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fb ul{
	margin: 0 -10px;
}

.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fb li{
	width: 50%;
	float: left;
}

.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fb li:nth-child(n+3){
	margin-top: 20px;
}

.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fb li.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fb_textarea{
	width: 100%;
}

.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fb_li_con{
	margin: 0 10px;
}

.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fb li input,.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fb li textarea{
	font-size: 16px;
	line-height: 1.5;
	color: #999999;
	width: 100%;
	padding: 12px 1rem!important;
	border: 0;
	border: 1px solid rgba(121,121,121,0.29);
	border-radius: 5px;
	overflow: hidden;
	outline: none;
	background: none;
	display: block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fb li input:focus,.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fb li textarea:focus,.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fb li input:hover,.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fb li textarea:hover{
	border-color: #1c5cff;
}

.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fb li input::-webkit-input-placeholder,.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fb li input::placeholder,.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fb li textarea::-webkit-input-placeholder,.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fb li textarea::placeholder{
	color: #999999;
}

.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fb li input::-webkit-autofill,.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fb li textarea::-webkit-autofill{
	-webkit-text-fill-color: #999999!important;
	-webkit-transition: background-color 5000s ease-in-out 0s;
	-moz-transition: background-color 5000s ease-in-out 0s;
	-ms-transition: background-color 5000s ease-in-out 0s;
	-o-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s;
}

.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fb_submit{
	margin-top: 20px;
	padding: 1px;
}

.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fb_submit_fr{
	margin-left: 2rem;
}

.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fb_submit_li{
	min-width: 7.2rem;
	border-radius: 90px;
	/*overflow: hidden;*/
	cursor: pointer;
}

.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fb_submit_li_bj_a1{
	border: 1px solid #999999;
	border-radius: 90px;
	background-color: #ffffff;
}

.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fb_submit_li_bj_a2{
	border-radius: 90px;
	background-image: -webkit-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -moz-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -ms-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -o-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-color: #4b77bb;
}

.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fb_submit_li:nth-child(1) .page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fb_submit_li_bj_a1{
	opacity: 0;
}

.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fb_submit_li:nth-child(1) .page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fb_submit_li_bj_a2{
	opacity: 1;
}

.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fb_submit_inputbox{
	position: relative;
	z-index: 8;
	border-radius: 90px;
	overflow: hidden;
}

.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fb_submit_inputbox input{
	font-size: 16px;
	line-height: 1.5;
	color: #999999;
	width: 100%;
	padding: 13px 1.5rem!important;
	border: 0;
	border-radius: 5px;
	overflow: hidden;
	outline: none;
	cursor: pointer;
	background: none;
	display: block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fb_submit_li:hover .page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fb_submit_inputbox input,.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fb_submit_li:nth-child(1) .page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fb_submit_inputbox input{
	color: #ffffff;
}

@media(max-width:1366px){
	.page_tabcard_product_list_general_title h4{
		font-size: 18px;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box1_fl_ft_fb_links{
		font-size: 17px;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box1_fl_fb_ft{
		font-size: 18px;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box1_fl_fb_fb_li a{
		font-size: 17px;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box2_fb_ft li .wz{
		font-size: 18px;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box2_fb_fb li .wz{
		font-size: 18px;
	}
}

@media(max-width:1280px){
	.page_tabcard_product_list_general_title h4{
		font-size: 17px;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box1_fl_ft_fc{
		font-size: 15px;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box1_fl_ft_fb_links{
		font-size: 16px;
		padding: 13px 1.5rem;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box1_fl_ft_fb_links .page_xichanweixin_productlists_tabcard_li_advantages_introduction_box1_fl_ft_fb_wz{
		padding: 0 20px 0 25px;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box1_fl_ft_fb_links .page_xichanweixin_productlists_tabcard_li_advantages_introduction_box1_fl_ft_fb_wz .page_xichanweixin_productlists_tabcard_li_advantages_introduction_box1_fl_ft_fb_wz_ico1{
		width: 18px;
		height: 18px;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box1_fl_ft_fb_links .page_xichanweixin_productlists_tabcard_li_advantages_introduction_box1_fl_ft_fb_wz .page_xichanweixin_productlists_tabcard_li_advantages_introduction_box1_fl_ft_fb_wz_ico2{
		width: 13px;
		height: 13px;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box1_fl_fb_ft{
		font-size: 17px;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box1_fl_fb_fb_li a{
		font-size: 16px;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box1_fl_fb_fb_li a .page_xichanweixin_productlists_tabcard_li_advantages_introduction_box1_fl_fb_fb_li_wz{
		padding-right: 20px;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box1_fl_fb_fb_li a .page_xichanweixin_productlists_tabcard_li_advantages_introduction_box1_fl_fb_fb_li_wz .page_xichanweixin_productlists_tabcard_li_advantages_introduction_box1_fl_fb_fb_li_wz_ico{
		width: 12px;
		height: 12px;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box2_fb_ft li .wz{
		font-size: 17px;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box2_fb_fb li .wz{
		font-size: 17px;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fc_ul{
		margin: 0 -7px;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fc_li_con{
		margin: 0 7px;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fc_li_fb{
		font-size: 15px;
		margin-top: 12px;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fb ul{
		margin: 0 -7px;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fb_li_con{
		margin: 0 7px;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fb li input,.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fb li textarea{
		font-size: 15px;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fb_submit_li{
		min-width: 120px;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fb_submit_inputbox input{
		font-size: 15px;
	}
}

@media(max-width:1200px){
	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box2_fb_ft ul{
		padding: 15px 12px;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box2_fb_ft li{
		padding: 0 12px;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box2_fb_fb ul{
		padding: 12px;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box2_fb_fb li{
		padding: 15px 12px;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box2_fb_fb li .wz h3{
		font-size: 20px;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fc_li_con{
		padding: 15px;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fb li input,.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fb li textarea{
		padding: 12px 15px!important;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fb_submit_inputbox input{
		padding: 12px 15px!important;
	}
}

@media(max-width:1060px){
	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_ft h3{
		font-size: 22px;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_ft h3::before{
		width: 62px;
	}
}

@media(max-width:991px){
	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box1{
		padding: 4% 0;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box1_fl{
		width: 100%;
		max-width: 100%;
	}

	.page_tabcard_product_list_general_title h3{
		font-size: 24px;
		margin-top: 10px;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box1_fl_ft_fc{
		margin-top: 10px;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box1_fl_ft_fb{
		margin-top: 3%;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box1_fl_ft_fb_links{
		padding: 12px 20px;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box1_fl_fb{
		margin-top: 3%;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box1_fr{
		width: 100%;
		max-width: 100%;
		margin-top: 3%;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box2{
		padding: 4% 0;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box2_fb{
		margin-top: 3%;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box2_fb_ft ul{
		padding: 13px 10px;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box2_fb_ft li{
		width: 30%;
		padding: 0 10px;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box2_fb_ft li:nth-child(1){
		width: 40%;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box2_fb_fb ul{
		padding: 10px;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box2_fb_fb li{
		width: 30%;
		padding: 12px 10px;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box2_fb_fb li:nth-child(1){
		width: 40%;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box2_fb_fb li .wz h3{
		font-size: 18px;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3{
		padding: 4% 0;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_con{
		padding: 25px 20px;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_ft h3{
		font-size: 20px;
		padding-bottom: 15px;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_ft h3::before{
		width: 56px;
		height: 3px;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fc{
		margin-top: 20px;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fc_li_con{
		padding: 12px;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fc_li_ft{
		width: 28px;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fc_li_fb{
		margin-top: 10px;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fb li input,.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fb li textarea{
		padding: 12px!important;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fb_submit_fr{
		margin-left: 25px;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fb_submit_inputbox input{
		padding: 12px!important;
	}
}

@media(max-width:768px){
	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box1{
		padding: 30px 0;
	}

	.page_tabcard_product_list_general_title h3{
		font-size: 22px;
		margin-top: 8px;
	}

	.page_tabcard_product_list_general_title h4{
		font-size: 16px;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box1_fl_ft_fb{
		margin-top: 22px;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box1_fl_fb{
		margin-top: 22px;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box1_fl_fb_ft{
		font-size: 16px;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box1_fr{
		margin-top: 22px;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box2{
		padding: 30px 0;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box2_fb{
		margin-top: 22px;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box2_fb_ft li .wz{
		font-size: 16px;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box2_fb_fb li .wz{
		font-size: 16px;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box2_fb_fb li .wz h3{
		font-size: 17px;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3{
		padding: 30px 0;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_con{
		padding: 20px 15px;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_ft h3{
		font-size: 18px;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_ft h3::before{
		width: 50px;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fc_li{
		width: 100%;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fc_li:nth-child(n+2){
		margin-top: 20px;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fc_li_con{
		height: auto;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fb li{
		width: 100%;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fb li:nth-child(n+2){
		margin-top: 20px;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fb_submit_fr{
		margin-left: 20px;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fb_submit_li{
		min-width: 110px;
	}
}

@media(max-width:468px){
	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box1{
		padding: 25px 0;
	}

	.page_tabcard_product_list_general_title h3{
		font-size: 20px;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box1_fl_ft_fb{
		margin-top: 18px;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box1_fl_fb{
		margin-top: 18px;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box1_fl_fb_fb_li{
		width: 100%;
		margin-right: 0;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box1_fr{
		margin-top: 18px;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box2{
		padding: 25px 0;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box2_fb{
		margin-top: 18px;
	}

	.page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3{
		padding: 25px 0;
	}
}

/*Related downloads*/
.page_xichanweixin_productlists_tabcard_li_related_download{
	padding: 4.2% 0;
}

.page_xichanweixin_productlists_tabcard_li_related_download_ft{
	text-align: center;
}

.page_xichanweixin_productlists_tabcard_li_related_download_ft h3{
	color: #000000;
}

.page_xichanweixin_productlists_tabcard_li_related_download_fb{
	margin-top: 3.5%;
	padding: 2.92% 5.5%;
	border: 1px solid #dedede;
	border-radius: 15px;
	background-color: #fafafa;
}

.page_xichanweixin_productlists_tabcard_li_related_download_fb_ft_ul{
	overflow: hidden;
	border-radius: 30px;
	background-color: #ffffff;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

.page_xichanweixin_productlists_tabcard_li_related_download_fb_ft_li .wz{
	position: relative;
	padding: 0.8rem 2rem;
	cursor: pointer;
}

.page_xichanweixin_productlists_tabcard_li_related_download_fb_ft_li.on .wz .gradient_tetx1{
	opacity: 0;
}

.page_xichanweixin_productlists_tabcard_li_related_download_fb_ft_li.on .wz .gradient_tetx2{
	opacity: 1;
}

.page_xichanweixin_productlists_tabcard_li_related_download_fb_ft_li .wz::before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 2px;
	background-image: -webkit-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -moz-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -ms-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -o-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-color: #4b77bb;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.page_xichanweixin_productlists_tabcard_li_related_download_fb_ft_li.on .wz::before{
	width: 100%;
}

.page_xichanweixin_productlists_tabcard_li_related_download_fb_fc{
	margin-top: 2.5%;
}

.page_xichanweixin_productlists_tabcard_li_related_download_fb_fc_li{
	color: #1e1f24;
}

.page_xichanweixin_productlists_tabcard_li_related_download_fb_fc_li span{
	line-height: 1.1;
	vertical-align: bottom;
	background-image: -webkit-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -moz-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -ms-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -o-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	-webkit-background-clip: text;
	-moz-background-clip: text;
	-ms-background-clip: text;
	-o-background-clip: text;
	background-clip: text;
	color: transparent;
}

.page_xichanweixin_productlists_tabcard_li_related_download_fb_fb{
	margin-top: 2.5%;
}

.page_xichanweixin_productlists_tabcard_li_related_download_fb_fb_ft ul{
	padding: 1rem;
	border-radius: 5px;
	overflow: hidden;
	background-color: #eff0f3;
}

.page_xichanweixin_productlists_tabcard_li_related_download_fb_fb_ft li{
	width: 14%;
	padding: 0 1rem;
}

.page_xichanweixin_productlists_tabcard_li_related_download_fb_fb_ft li:nth-child(1){
	width: 28%;
}

.page_xichanweixin_productlists_tabcard_li_related_download_fb_fb_ft li:nth-child(2){
	width: 20%;
}

.page_xichanweixin_productlists_tabcard_li_related_download_fb_fb_ft li:nth-child(5){
	width: 24%;
}

.page_xichanweixin_productlists_tabcard_li_related_download_fb_fb_ft li .wz{
	line-height: 1.4;
	color: #000000;
}

.page_xichanweixin_productlists_tabcard_li_related_download_fb_fb_fb ul{
	padding: 1rem;
	overflow: hidden;
	border-bottom: 1px solid #dfdfdf;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.page_xichanweixin_productlists_tabcard_li_related_download_fb_fb_fb li{
	width: 14%;
	padding: 0 1rem;
}

.page_xichanweixin_productlists_tabcard_li_related_download_fb_fb_fb li:nth-child(1){
	width: 28%;
}

.page_xichanweixin_productlists_tabcard_li_related_download_fb_fb_fb li:nth-child(2){
	width: 20%;
}

.page_xichanweixin_productlists_tabcard_li_related_download_fb_fb_fb li:nth-child(5){
	width: 24%;
}

.page_xichanweixin_productlists_tabcard_li_related_download_fb_fb_fb li .wz{
	color: #333333;
}

.page_xichanweixin_productlists_tabcard_li_related_download_fb_fb_fb li a{
	position: relative;
	font-size: 14px;
	line-height: 1.5;
	color: #ffffff;
	margin: 5px 3px;
	padding: 5px 2rem;
	border-radius: 60px;
	cursor: pointer;
	display: inline-block;
}

.page_xichanweixin_productlists_tabcard_li_related_download_fb_fb_fb li a::before,.page_xichanweixin_productlists_tabcard_li_related_download_fb_fb_fb li a::after{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 3;
	width: 100%;
	height: 100%;
	border-radius: 60px;
	overflow: hidden;
	opacity: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.page_xichanweixin_productlists_tabcard_li_related_download_fb_fb_fb li a::before{
	opacity: 1;
	background-image: -webkit-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -moz-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -ms-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -o-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-color: #4b77bb;
}

.page_xichanweixin_productlists_tabcard_li_related_download_fb_fb_fb li a:hover::before{
	opacity: 0;
}

.page_xichanweixin_productlists_tabcard_li_related_download_fb_fb_fb li a::after{
	opacity: 0;
	border: 1px solid #999999;
	background: #ffffff;
}

.page_xichanweixin_productlists_tabcard_li_related_download_fb_fb_fb li a:hover::after{
	opacity: 1;
}

.page_xichanweixin_productlists_tabcard_li_related_download_fb_fb_fb li a .links_text{
	position: relative;
	z-index: 8;
	color: #ffffff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.page_xichanweixin_productlists_tabcard_li_related_download_fb_fb_fb li a:hover .links_text{
	color: #999999;
}

@media(max-width:1280px){
	.page_xichanweixin_productlists_tabcard_li_related_download_fb{
		padding: 2.92% 3.5%;
	}

	.page_xichanweixin_productlists_tabcard_li_related_download_fb_ft_li .wz{
		padding: 13px 2rem;
	}
}

@media(max-width:1200px){
	.page_xichanweixin_productlists_tabcard_li_related_download_fb_fb_ft ul{
		padding: 15px 12px;
	}

	.page_xichanweixin_productlists_tabcard_li_related_download_fb_fb_ft li{
		padding: 0 12px;
	}

	.page_xichanweixin_productlists_tabcard_li_related_download_fb_fb_fb ul{
		padding: 15px 12px;
	}

	.page_xichanweixin_productlists_tabcard_li_related_download_fb_fb_fb li{
		padding: 0 12px;
	}
}

@media(max-width:991px){
	.page_xichanweixin_productlists_tabcard_li_related_download{
		padding: 4% 0;
	}

	.page_xichanweixin_productlists_tabcard_li_related_download_fb{
		margin-top: 3%;
		padding: 3%;
	}

	.page_xichanweixin_productlists_tabcard_li_related_download_fb_ft_li .wz{
		padding: 13px 20px;
	}

	.page_xichanweixin_productlists_tabcard_li_related_download_fb_fc{
		margin-top: 3%;
	}

	.page_xichanweixin_productlists_tabcard_li_related_download_fb_fb{
		margin-top: 3%;
	}

	.page_xichanweixin_productlists_tabcard_li_related_download_fb_fb_ft ul{
		padding: 13px 10px;
	}

	.page_xichanweixin_productlists_tabcard_li_related_download_fb_fb_ft li{
		padding: 0 10px;
	}

	.page_xichanweixin_productlists_tabcard_li_related_download_fb_fb_ft li:nth-child(1){
		width: 40%;
	}

	.page_xichanweixin_productlists_tabcard_li_related_download_fb_fb_ft li:nth-child(2){
		width: 30%;
	}

	.page_xichanweixin_productlists_tabcard_li_related_download_fb_fb_ft li:nth-child(3),.page_xichanweixin_productlists_tabcard_li_related_download_fb_fb_ft li:nth-child(4){
		display: none;
	}

	.page_xichanweixin_productlists_tabcard_li_related_download_fb_fb_ft li:nth-child(5){
		width: 30%;
	}

	.page_xichanweixin_productlists_tabcard_li_related_download_fb_fb_fb ul{
		padding: 13px 10px;
	}

	.page_xichanweixin_productlists_tabcard_li_related_download_fb_fb_fb li{
		padding: 0 10px;
	}

	.page_xichanweixin_productlists_tabcard_li_related_download_fb_fb_fb li:nth-child(1){
		width: 40%;
	}

	.page_xichanweixin_productlists_tabcard_li_related_download_fb_fb_fb li:nth-child(2){
		width: 30%;
	}

	.page_xichanweixin_productlists_tabcard_li_related_download_fb_fb_fb li:nth-child(3),.page_xichanweixin_productlists_tabcard_li_related_download_fb_fb_fb li:nth-child(4){
		display: none;
	}

	.page_xichanweixin_productlists_tabcard_li_related_download_fb_fb_fb li:nth-child(5){
		width: 30%;
	}
}

@media(max-width:768px){
	.page_xichanweixin_productlists_tabcard_li_related_download{
		padding: 30px 0;
	}

	.page_xichanweixin_productlists_tabcard_li_related_download_fb{
		margin-top: 22px;
		padding: 22px;
	}

	.page_xichanweixin_productlists_tabcard_li_related_download_fb_ft_li .wz{
		padding: 12px 15px;
	}

	.page_xichanweixin_productlists_tabcard_li_related_download_fb_fc{
		margin-top: 22px;
	}

	.page_xichanweixin_productlists_tabcard_li_related_download_fb_fb{
		margin-top: 22px;
	}

	.page_xichanweixin_productlists_tabcard_li_related_download_fb_fb_fb li a{
		padding: 5px 20px;
	}
}

@media(max-width:468px){
	.page_xichanweixin_productlists_tabcard_li_related_download{
		padding: 25px 0;
	}

	.page_xichanweixin_productlists_tabcard_li_related_download_fb{
		margin-top: 18px;
		padding: 20px 18px;
	}

	.page_xichanweixin_productlists_tabcard_li_related_download_fb_fc{
		margin-top: 18px;
	}

	.page_xichanweixin_productlists_tabcard_li_related_download_fb_fb{
		margin-top: 18px;
	}

	.page_xichanweixin_productlists_tabcard_li_related_download_fb_fb_fb li a{
		padding: 5px 15px;
	}
}

/*Product details*/
.page_xichanweixin_product_details_banner{
	margin-top: 90px;
	background-color: rgba(247,247,247,1);
}

.page_xichanweixin_product_details_banner .page_xichanweixin_position{
	position: static;
}

.page_xichanweixin_product_details_banner .page_xichanweixin_position a{
	color: #999999;
}

.page_xichanweixin_product_details_banner .page_xichanweixin_position a:hover{
	color: #4b7abc;
}

.page_xichanweixin_product_details_banner_introduction{
	padding: 3.65% 0;
}

.page_xichanweixin_product_details_banner_introduction_con{
	overflow: hidden;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.page_xichanweixin_product_details_banner_introduction_fl{
	width: 48%;
}

.page_xichanweixin_product_details_banner_introduction_fl_ft h4{
	background-image: -webkit-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -moz-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -ms-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -o-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	-webkit-background-clip: text;
	-moz-background-clip: text;
	-ms-background-clip: text;
	-o-background-clip: text;
	background-clip: text;
	color: transparent;
}

.page_xichanweixin_product_details_banner_introduction_fl_ft h3{
	color: #000000;
	margin-top: 13px;
}

.page_xichanweixin_product_details_banner_introduction_fl_fc{
	margin-top: 4.3%;
}

.page_xichanweixin_product_details_banner_introduction_fl_fc_ul{
	margin: 0 -2.5rem;
	overflow: hidden;
}

.page_xichanweixin_product_details_banner_introduction_fl_fc_li{
	position: relative;
	padding: 0 2.5rem;
}

.page_xichanweixin_product_details_banner_introduction_fl_fc_li:last-child{
	padding-right: 0;
}

.page_xichanweixin_product_details_banner_introduction_fl_fc_li::before{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
}

.page_xichanweixin_product_details_banner_introduction_fl_fc_li:last-child::before{
	display: none;
}

.page_xichanweixin_product_details_banner_introduction_fl_fc_li_con{
	padding: 10px 0;
}

.page_xichanweixin_product_details_banner_introduction_fl_fc_li_ico{
	width: 2rem;
}

.page_xichanweixin_product_details_banner_introduction_fl_fc_li_ico img{
	width: 100%;
}

.page_xichanweixin_product_details_banner_introduction_fl_fc_li_text{
	color: rgba(0,0,0,0.6);
	margin-top: 10px;
}

.page_xichanweixin_product_details_banner_introduction_fl_fb{
	margin-top: 8.6%;
	padding: 1px;
}

.page_xichanweixin_product_details_banner_introduction_fl_fb a{
	line-height: 1.23;
	color: #ffffff;
	padding: 0.8rem 1.5rem;
	border-radius: 90px;
	text-align: center;
	float: left;
	cursor: pointer;
	display: block;
}

.page_xichanweixin_product_details_banner_introduction_fl_fb a .page_xichanweixin_product_details_banner_introduction_fl_fb_wz{
	position: relative;
	z-index: 8;
	padding: 0 24px 0 30px;
}

.page_xichanweixin_product_details_banner_introduction_fl_fb a .page_xichanweixin_product_details_banner_introduction_fl_fb_wz .page_xichanweixin_product_details_banner_introduction_fl_fb_wz_ico1{
	position: absolute;
	left: 0;
	top: 50%;
	width: 20px;
	height: 20px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.page_xichanweixin_product_details_banner_introduction_fl_fb_wz_ico1_a1{
	background-image: url(../images/img/header_pc_document_ico.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

.page_xichanweixin_product_details_banner_introduction_fl_fb_wz_ico1_a2{
	background-image: url(../images/img/header_pc_document_ico_h.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

.page_xichanweixin_product_details_banner_introduction_fl_fb a .page_xichanweixin_product_details_banner_introduction_fl_fb_wz .page_xichanweixin_product_details_banner_introduction_fl_fb_wz_ico2{
	position: absolute;
	right: 0;
	top: 50%;
	width: 15px;
	height: 15px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.page_xichanweixin_product_details_banner_introduction_fl_fb_wz_ico2_a1{
	background-image: url(../images/img/header_pc_arrow_right_white_ico2.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

.page_xichanweixin_product_details_banner_introduction_fl_fb_wz_ico2_a2{
	background-image: url(../images/img/header_pc_arrow_right_white_ico2_h.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

.page_xichanweixin_product_details_banner_introduction_fl_fb_bj_a1{
	border-radius: 90px;
	background-image: -webkit-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -moz-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -ms-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -o-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-color: rgba(75,119,187,1);
}

.page_xichanweixin_product_details_banner_introduction_fl_fb_bj_a2{
	border-radius: 90px;
	background-image: -webkit-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -moz-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -ms-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -o-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-color: rgba(75,119,187,1);
}

.page_xichanweixin_product_details_banner_introduction_fl_fb_bj_a2::before{
	content: '';
	position: absolute;
	left: 2px;
	right: 2px;
	top: 2px;
	bottom: 2px;
	border-radius: 100px;
	background-color: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.page_xichanweixin_product_details_banner_introduction_fr{
	width: 48%;
	max-width: 600px;
}

.page_xichanweixin_product_details_banner_introduction_fr .img img{
	width: 100%;
}

.page_xichanweixin_product_details_advantage{
	padding: 5.8% 0 7%;
	background-image: url(../images/img/product_details_advantage_bj.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
}

.page_xichanweixin_product_details_advantage_ft_con{
	overflow: hidden;
}

.page_xichanweixin_product_details_advantage_ft_fl{
	width: 48%;
}

.page_xichanweixin_product_details_general_title h3{
	position: relative;
	color: #1e1f24;
	padding-bottom: 1.2rem;
}

.page_xichanweixin_product_details_general_title h3::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 4.5rem;
	height: 4px;
	background-image: -webkit-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -moz-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -ms-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -o-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-color: #4b77bb;
}

.page_xichanweixin_product_details_advantage_ft_fr{
	width: 48%;
	max-width: 665px;
}

.page_xichanweixin_product_details_advantage_ft_fr_con{
	color: #666666;
}

.page_xichanweixin_product_details_advantage_fb{
	margin-top: 5.8%;
}

.page_xichanweixin_product_details_advantage_fb_con{
	position: relative;
}

.page_xichanweixin_product_details_advantage_fb_line{
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 3;
	width: 100%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.page_xichanweixin_product_details_advantage_fb_line span{
	padding-top: 10.14%;
	background-image: url(../images/img/product_details_advantage_img_ico.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	display: block;
}

.page_xichanweixin_product_details_advantage_fb .img{
	position: relative;
	z-index: 5;
	width: 100%;
	max-width: 550px;
	margin: 0 auto;
}

.page_xichanweixin_product_details_advantage_fb .img img{
	max-width: 100%;
}

.page_xichanweixin_product_details_specifications{
	padding: 4.4% 0;
	background-image: url(../images/img/product_details_specifications_bj.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.page_xichanweixin_product_details_specifications_ft h3{
	color: #ffffff;
}

.page_xichanweixin_product_details_specifications_fb{
	margin-top: 3.5%;
}

.page_xichanweixin_product_details_specifications_fb_ft ul{
	overflow: hidden;
	background-color: #ffffff;
}

.page_xichanweixin_product_details_specifications_fb_ft li{
	width: 21%;
}

.page_xichanweixin_product_details_specifications_fb_ft li:nth-child(2){
	width: 79%;
}

.page_xichanweixin_product_details_specifications_fb_ft li .wz{
	color: #1c252c;
	padding: 0.85rem 1rem;
	text-align: center;
}

.page_xichanweixin_product_details_specifications_fb_ft li:nth-child(2) .wz{
	padding-left: 3rem;
	padding-right: 3rem;
	text-align: left;
}

.page_xichanweixin_product_details_specifications_fb_fb ul{
	overflow: hidden;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.page_xichanweixin_product_details_specifications_fb_fb ul:nth-child(2n+1){
	background-color: rgba(255,255,255,0.2);
}

.page_xichanweixin_product_details_specifications_fb_fb li{
	position: relative;
	width: 21%;
}

.page_xichanweixin_product_details_specifications_fb_fb li:nth-child(2){
	width: 79%;
}

.page_xichanweixin_product_details_specifications_fb_fb li::before{
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	height: 26px;
	background-color: #c4c4c4;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.page_xichanweixin_product_details_specifications_fb_fb li:nth-child(2)::before{
	display: none;
}

.page_xichanweixin_product_details_specifications_fb_fb li .wz{
	color: rgba(255,255,255,0.8);
	padding: 0.85rem 1rem;
	text-align: center;
}

.page_xichanweixin_product_details_specifications_fb_fb li:nth-child(2) .wz{
	padding-left: 3rem;
	padding-right: 3rem;
	text-align: left;
}

.page_xichanweixin_product_details_specifications_fb_table_content img{
	max-width: 100%!important;
	height: auto!important;
}

.page_xichanweixin_product_details_specifications_fb_table_content table{
	font-size: 20px;
	line-height: 1.5;
	color: rgba(255,255,255,0.8);
	width: 100%;
	margin: 0 auto;
}

.page_xichanweixin_product_details_specifications_fb_table_content table tr:nth-child(2n){
	background-color: rgba(255,255,255,0.2);
}

.page_xichanweixin_product_details_specifications_fb_table_content table tr:nth-child(1){
	color: #1c252c;
	background-color: #ffffff;
}

.page_xichanweixin_product_details_specifications_fb_table_content table tr td{
	position: relative;
	padding: 0.85rem 1rem;
}

.page_xichanweixin_product_details_specifications_fb_table_content table tr td::before{
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	height: 26px;
	background-color: #c4c4c4;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.page_xichanweixin_product_details_specifications_fb_table_content table tr td:last-child::before{
	display: none;
}

@media(max-width:1366px){
	.page_xichanweixin_product_details_specifications_fb_table_content table{
		font-size: 18px;
	}
}

@media(max-width:1280px){
	.page_xichanweixin_product_details_specifications_fb_table_content table{
		font-size: 17px;
	}
}

@media(max-width:1200px){
	.page_xichanweixin_product_details_specifications_fb_table_content table tr td{
		padding: 13px 12px;
	}

	.page_xichanweixin_product_details_specifications_fb_table_content table tr td::before{
		height: 24px;
	}
}

@media(max-width:991px){
	.page_xichanweixin_product_details_specifications_fb_table_content table tr td{
		padding: 12px 10px;
	}

	.page_xichanweixin_product_details_specifications_fb_table_content table tr td::before{
		height: 22px;
	}
}

@media(max-width:768px){
	.page_xichanweixin_product_details_specifications_fb_table_content table{
		font-size: 16px;
	}
}

@media(max-width:468px){
	.page_xichanweixin_product_details_specifications_fb_table_content table{
		font-size: 15px;
	}
}

.page_xichanweixin_product_details_application{
	padding: 4.4% 0;
}

.page_xichanweixin_product_details_application_ft h3{
	color: #000000;
}

.page_xichanweixin_product_details_application_fb{
	margin-top: 3.5%;
	overflow: hidden;
}

.page_xichanweixin_product_details_application_fb_ul{
	margin: 0 -10px;
}

.page_xichanweixin_product_details_application_fb_li{
	width: 33.3333333%;
	cursor: pointer;
}

.page_xichanweixin_product_details_application_fb_li:nth-child(n+4){
	margin-top: 15px;
}

.page_xichanweixin_product_details_application_fb_li_con{
	position: relative;
	margin: 0 10px;
	border-radius: 8px;
	overflow: hidden;
}

.page_xichanweixin_product_details_application_fb_li .img{
	position: relative;
	z-index: 5;
	border-radius: 8px;
	overflow: hidden;
}

.page_xichanweixin_product_details_application_fb_li .img::before{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 7;
	width: 105%;
	height: 105%;
	background-color: rgba(0,0,0,0.2);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.page_xichanweixin_product_details_application_fb_li .img img{
	width: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.page_xichanweixin_product_details_application_fb_li:hover .img img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.page_xichanweixin_product_details_application_fb_li .img .img_con{
	padding: 37.5% 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.page_xichanweixin_product_details_application_fb_li:hover .img .img_con{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.page_xichanweixin_product_details_application_fb_li .wz{
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 8;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.page_xichanweixin_product_details_application_fb_li .wz .wz_ft{
	color: #ffffff;
	text-align: center;
}

@media(max-width:1280px){
	.page_xichanweixin_product_details_banner_introduction_fl_fc_ul{
		margin: 0 -2rem;
	}

	.page_xichanweixin_product_details_banner_introduction_fl_fc_li{
		padding: 0 2rem;
	}

	.page_xichanweixin_product_details_banner_introduction_fl_fc_li_ico{
		width: 32px;
	}

	.page_xichanweixin_product_details_banner_introduction_fl_fb a{
		padding: 13px 1.5rem;
	}

	.page_xichanweixin_product_details_banner_introduction_fl_fb a .page_xichanweixin_product_details_banner_introduction_fl_fb_wz{
		padding: 0 20px 0 25px;
	}

	.page_xichanweixin_product_details_banner_introduction_fl_fb a .page_xichanweixin_product_details_banner_introduction_fl_fb_wz .page_xichanweixin_product_details_banner_introduction_fl_fb_wz_ico1{
		width: 18px;
		height: 18px;
	}

	.page_xichanweixin_product_details_banner_introduction_fl_fb a .page_xichanweixin_product_details_banner_introduction_fl_fb_wz .page_xichanweixin_product_details_banner_introduction_fl_fb_wz_ico2{
		width: 13px;
		height: 13px;
	}

	.page_xichanweixin_product_details_application_fb_ul{
		margin: 0 -7px;
	}

	.page_xichanweixin_product_details_application_fb_li_con{
		margin: 0 7px;
	}
}

@media(max-width:1200px){
	.page_xichanweixin_product_details_banner{
		margin-top: 0;
	}

	.page_xichanweixin_product_details_specifications_fb_ft li .wz{
		padding: 13px 12px;
	}

	.page_xichanweixin_product_details_specifications_fb_fb li::before{
		height: 24px;
	}

	.page_xichanweixin_product_details_specifications_fb_fb li .wz{
		padding: 13px 12px;
	}
}

@media(max-width:1060px){
	.page_xichanweixin_product_details_general_title h3::before{
		width: 62px;
	}
}

@media(max-width:991px){
	.page_xichanweixin_product_details_banner_introduction{
		padding: 4% 0;
	}

	.page_xichanweixin_product_details_banner_introduction_fl{
		width: 100%;
	}

	.page_xichanweixin_product_details_banner_introduction_fl_ft h3{
		margin-top: 10px;
	}

	.page_xichanweixin_product_details_banner_introduction_fl_fc{
		margin-top: 3%;
	}

	.page_xichanweixin_product_details_banner_introduction_fl_fc_li_ico{
		width: 30px;
	}

	.page_xichanweixin_product_details_banner_introduction_fl_fb{
		margin-top: 3%;
	}

	.page_xichanweixin_product_details_banner_introduction_fl_fb a{
		padding: 12px 20px;
	}

	.page_xichanweixin_product_details_banner_introduction_fr{
		width: 100%;
		max-width: 100%;
		margin-top: 3%;
	}

	.page_xichanweixin_product_details_advantage{
		padding: 4% 0;
	}

	.page_xichanweixin_product_details_advantage_ft_fl{
		width: 100%;
	}

	.page_xichanweixin_product_details_general_title h3{
		padding-bottom: 15px;
	}

	.page_xichanweixin_product_details_general_title h3::before{
		width: 56px;
		height: 3px;
	}

	.page_xichanweixin_product_details_advantage_ft_fr{
		width: 100%;
		max-width: 100%;
		margin-top: 3%;
	}

	.page_xichanweixin_product_details_advantage_fb{
		margin-top: 3.5%;
	}

	.page_xichanweixin_product_details_specifications{
		padding: 4% 0;
	}

	.page_xichanweixin_product_details_specifications_fb{
		margin-top: 3%;
	}

	.page_xichanweixin_product_details_specifications_fb_ft li{
		width: 35%;
	}

	.page_xichanweixin_product_details_specifications_fb_ft li:nth-child(2){
		width: 65%;
	}

	.page_xichanweixin_product_details_specifications_fb_ft li .wz{
		padding: 12px 10px;
	}

	.page_xichanweixin_product_details_specifications_fb_ft li:nth-child(2) .wz{
		padding-left: 20px;
		padding-right: 20px;
	}

	.page_xichanweixin_product_details_specifications_fb_fb li{
		width: 35%;
	}

	.page_xichanweixin_product_details_specifications_fb_fb li:nth-child(2){
		width: 65%;
	}

	.page_xichanweixin_product_details_specifications_fb_fb li::before{
		height: 22px;
	}

	.page_xichanweixin_product_details_specifications_fb_fb li .wz{
		padding: 12px 10px;
	}

	.page_xichanweixin_product_details_specifications_fb_fb li:nth-child(2) .wz{
		padding-left: 20px;
		padding-right: 20px;
	}

	.page_xichanweixin_product_details_application{
		padding: 4% 0;
	}

	.page_xichanweixin_product_details_application_fb{
		margin-top: 3%;
	}

	.page_xichanweixin_product_details_application_fb_li{
		width: 50%;
	}

	.page_xichanweixin_product_details_application_fb_li:nth-child(n+3){
		margin-top: 14px;
	}
}

@media(max-width:768px){
	.page_xichanweixin_product_details_banner_introduction{
		padding: 30px 0;
	}

	.page_xichanweixin_product_details_banner_introduction_fl_fc{
		margin-top: 22px;
	}

	.page_xichanweixin_product_details_banner_introduction_fl_fc_ul{
		margin: 0 -20px;
	}

	.page_xichanweixin_product_details_banner_introduction_fl_fc_li{
		padding: 0 20px;
	}

	.page_xichanweixin_product_details_banner_introduction_fl_fc_li_con{
		padding: 15px 0;
	}

	.page_xichanweixin_product_details_banner_introduction_fl_fc_li_ico{
		width: 28px;
	}

	.page_xichanweixin_product_details_banner_introduction_fl_fb{
		margin-top: 22px;
	}

	.page_xichanweixin_product_details_banner_introduction_fr{
		margin-top: 22px;
	}

	.page_xichanweixin_product_details_advantage{
		padding: 30px 0;
	}

	.page_xichanweixin_product_details_general_title h3::before{
		width: 50px;
	}

	.page_xichanweixin_product_details_advantage_ft_fr{
		margin-top: 22px;
	}

	.page_xichanweixin_product_details_advantage_fb{
		margin-top: 25px;
	}

	.page_xichanweixin_product_details_specifications{
		padding: 30px 0;
	}

	.page_xichanweixin_product_details_specifications_fb{
		margin-top: 22px;
	}

	.page_xichanweixin_product_details_specifications_fb_ft li:nth-child(2) .wz{
		padding-left: 15px;
		padding-right: 15px;
	}

	.page_xichanweixin_product_details_specifications_fb_fb li:nth-child(2) .wz{
		padding-left: 15px;
		padding-right: 15px;
	}

	.page_xichanweixin_product_details_application{
		padding: 30px 0;
	}

	.page_xichanweixin_product_details_application_fb{
		margin-top: 22px;
	}
}

@media(max-width:468px){
	.page_xichanweixin_product_details_banner_introduction{
		padding: 25px 0;
	}

	.page_xichanweixin_product_details_banner_introduction_fl_fc{
		margin-top: 18px;
	}

	.page_xichanweixin_product_details_banner_introduction_fl_fc_ul{
		margin: 0;
	}

	.page_xichanweixin_product_details_banner_introduction_fl_fc_li{
		width: 100%;
		padding: 0;
	}

	.page_xichanweixin_product_details_banner_introduction_fl_fc_li::before{
		top: auto;
		bottom: 0;
		width: 100%;
		height: 1px;
	}

	.page_xichanweixin_product_details_banner_introduction_fl_fb{
		margin-top: 18px;
	}

	.page_xichanweixin_product_details_banner_introduction_fr{
		margin-top: 18px;
	}

	.page_xichanweixin_product_details_advantage{
		padding: 25px 0;
	}

	.page_xichanweixin_product_details_advantage_ft_fr{
		margin-top: 18px;
	}

	.page_xichanweixin_product_details_advantage_fb{
		margin-top: 20px;
	}

	.page_xichanweixin_product_details_specifications{
		padding: 25px 0;
	}

	.page_xichanweixin_product_details_specifications_fb{
		margin-top: 18px;
	}

	.page_xichanweixin_product_details_specifications_fb_ft li:nth-child(2) .wz{
		padding-left: 10px;
		padding-right: 10px;
	}

	.page_xichanweixin_product_details_specifications_fb_fb li:nth-child(2) .wz{
		padding-left: 10px;
		padding-right: 10px;
	}

	.page_xichanweixin_product_details_application{
		padding: 25px 0;
	}

	.page_xichanweixin_product_details_application_fb{
		margin-top: 18px;
	}

	.page_xichanweixin_product_details_application_fb_li{
		width: 100%;
	}

	.page_xichanweixin_product_details_application_fb_li:nth-child(n+2){
		margin-top: 14px;
	}
}

/*Industry solutions banner*/
.page_xichanweixin_banner_solution_categoricalbox{
	position: absolute;
	left: 0;
	bottom: 19%;
	z-index: 7;
	width: 100%;
}

.page_xichanweixin_banner_solution_categoricalbox .page_xichanweixin_banner_categoricaldatas_ft_con{
	text-align: left;
}

.page_xichanweixin_banner_solution_tabswitch{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 8;
	width: 100%;
	border-top: 1px solid rgba(255,255,255,0.2);
}

.page_xichanweixin_banner_solution_tabswitch_content_box{
	overflow: hidden;
}

.page_xichanweixin_banner_solution_tabswitch_con{
	overflow: hidden;
	margin-right: -2px;
}

.page_xichanweixin_banner_solution_tabswitch_li{
	position: relative;
	text-align: center;
}

.page_xichanweixin_banner_solution_tabswitch_li::after{
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	height: 1.5rem;
	background: rgba(255,255,255,0.2);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.page_xichanweixin_banner_solution_tabswitch_li_wz{
	position: relative;
	font-size: 18px;
	line-height: 1.5;
	color: rgba(255,255,255,0.6);
	padding: 1rem 10px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.page_xichanweixin_banner_solution_tabswitch_li.on .page_xichanweixin_banner_solution_tabswitch_li_wz{
	color: rgba(255,255,255,1);
}

.page_xichanweixin_banner_solution_tabswitch_li:hover .page_xichanweixin_banner_solution_tabswitch_li_wz{
	color: rgba(255,255,255,1);
}

.page_xichanweixin_banner_solution_tabswitch_li_wz::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-backdrop-filter: blur(18px);
	-moz-backdrop-filter: blur(18px);
	-ms-backdrop-filter: blur(18px);
	-o-backdrop-filter: blur(18px);
	backdrop-filter: blur(18px);
	background-image: -webkit-linear-gradient(0,rgba(71,188,201,0) 0.022%,rgba(75,119,187,0.5) 99.981%);
	background-image: -moz-linear-gradient(0,rgba(71,188,201,0) 0.022%,rgba(75,119,187,0.5) 99.981%);
	background-image: -ms-linear-gradient(0,rgba(71,188,201,0) 0.022%,rgba(75,119,187,0.5) 99.981%);
	background-image: -o-linear-gradient(0,rgba(71,188,201,0) 0.022%,rgba(75,119,187,0.5) 99.981%);
	background-image: linear-gradient(0,rgba(71,188,201,0) 0.022%,rgba(75,119,187,0.5) 99.981%);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.page_xichanweixin_banner_solution_tabswitch_li.on .page_xichanweixin_banner_solution_tabswitch_li_wz::before{
	opacity: 1;
}

.page_xichanweixin_banner_solution_tabswitch_li_wz::after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 2px;
	opacity: 0;
	background-image: -webkit-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -moz-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -ms-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -o-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-color: #4b77bb;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.page_xichanweixin_banner_solution_tabswitch_li.on .page_xichanweixin_banner_solution_tabswitch_li_wz::after{
	opacity: 1;
}

@media(max-width:1366px){
	.page_xichanweixin_banner_solution_categoricalbox{
		bottom: 23%;
	}

	.page_xichanweixin_banner_solution_tabswitch_li_wz{
		font-size: 17px;
	}
}

@media(max-width:1280px){
	.page_xichanweixin_banner_solution_categoricalbox{
		bottom: 26%;
	}

	.page_xichanweixin_banner_solution_tabswitch_li_wz{
		font-size: 16px;
	}
}

@media(max-width:1200px){
	.page_xichanweixin_banner_solution_tabswitch_li_wz{
		padding: 15px 10px;
	}
}

@media(max-width:991px){
	.page_xichanweixin_banner_solution_categoricalbox{
		bottom: auto;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.page_xichanweixin_banner_solution_tabswitch_li::after{
		height: 20px;
	}
}

@media(max-width:768px){
	.page_xichanweixin_banner_solution_tabswitch_li::after{
		height: 15px;
	}
}

/*Industry solutions list*/
.page_xichanweixin_solution_list_box{
	padding: 4.2% 0;
}

.page_xichanweixin_solution_list_box_ul{
	margin: 0 -15px;
}

.page_xichanweixin_solution_list_box_li{
	width: 50%;
}

.page_xichanweixin_solution_list_box_li:nth-child(n+3){
	margin-top: 30px;
}

.page_xichanweixin_solution_list_box_li_con{
	position: relative;
	margin: 0 15px;
	cursor: pointer;
}

.page_xichanweixin_solution_list_box_li .img{
	border-radius: 8px;
	overflow: hidden;
}

.page_xichanweixin_solution_list_box_li .img img{
	width: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.page_xichanweixin_solution_list_box_li_con:hover .img img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.page_xichanweixin_solution_list_box_li .img .img_con{
	padding-top: 50%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.page_xichanweixin_solution_list_box_li_con:hover .img .img_con{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.page_xichanweixin_solution_list_box_li .wz{
	padding: 5% 5.6%;
}

.page_xichanweixin_solution_list_box_li .wz .wz_ft{
	position: relative;
}

.page_xichanweixin_solution_list_box_li .wz .wz_fb{
	color: #999999;
	margin-top: 3%;
}

@media(max-width:1280px){
	.page_xichanweixin_solution_list_box_ul{
		margin: 0 -10px;
	}

	.page_xichanweixin_solution_list_box_li:nth-child(n+3){
		margin-top: 20px;
	}

	.page_xichanweixin_solution_list_box_li_con{
		margin: 0 10px;
	}
}

@media(max-width:991px){
	.page_xichanweixin_solution_list_box{
		padding: 4% 0;
	}

	.page_xichanweixin_solution_list_box_ul{
		margin: 0 -8px;
	}

	.page_xichanweixin_solution_list_box_li:nth-child(n+3){
		margin-top: 16px;
	}

	.page_xichanweixin_solution_list_box_li_con{
		margin: 0 8px;
	}

	.page_xichanweixin_solution_list_box_li .wz{
		padding: 5.1% 5.8%;
	}

	.page_xichanweixin_solution_list_box_li .wz .wz_fb{
		margin-top: 10px;
	}
}

@media(max-width:768px){
	.page_xichanweixin_solution_list_box{
		padding: 30px 0;
	}
	
	.page_xichanweixin_solution_list_box_li{
		width: 100%;
	}

	.page_xichanweixin_solution_list_box_li:nth-child(n+2){
		margin-top: 18px;
	}

	.page_xichanweixin_solution_list_box_li .wz{
		padding: 18px 0;
	}

	.page_xichanweixin_solution_list_box_li .wz .wz_fb{
		margin-top: 8px;
	}
}

@media(max-width:468px){
	.page_xichanweixin_solution_list_box{
		padding: 25px 0;
	}

	.page_xichanweixin_solution_list_box_li .wz{
		padding: 15px 0;
	}
}

/*Industry solutions details*/
.page_xichanweixin_banner_solution_details_tabswitch_li{
	width: 25%;
}

.page_xichanweixin_solution_details_tabcard_box1_introduction_advantages{
	margin-top: 8%;
}

.page_xichanweixin_solution_details_tabcard_box1_introduction_advantages_ul{
	margin: 0 -1.75rem;
	overflow: hidden;
}

.page_xichanweixin_solution_details_tabcard_box1_introduction_advantages_li{
	position: relative;
	padding: 0 1.75rem;
}

.page_xichanweixin_solution_details_tabcard_box1_introduction_advantages_li::before{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: rgba(216,217,226,1);
}

.page_xichanweixin_solution_details_tabcard_box1_introduction_advantages_li:last-child::before{
	display: none;
}

.page_xichanweixin_solution_details_tabcard_box1_introduction_advantages_li_con{
	padding: 10px 0;
}

.page_xichanweixin_solution_details_tabcard_box1_introduction_advantages_li .img{
	width: 2rem;
}

.page_xichanweixin_solution_details_tabcard_box1_introduction_advantages_li .img img{
	width: 100%;
}

.page_xichanweixin_solution_details_tabcard_box1_introduction_advantages_li .wz{
	color: rgba(0,0,0,0.6);
	margin-top: 10px;
}

.page_xichanweixin_solution_details_tabcard_box2{
	padding: 4.4% 0;
	background-color: #1c252c;
}

.page_xichanweixin_solution_details_tabcard_box2_ft_con h3{
	color: #ffffff;
}

.page_xichanweixin_solution_details_tabcard_box2_fb{
	margin-top: 2.8%;
}

.page_xichanweixin_solution_details_tabcard_box2_fb_con{
	overflow: hidden;
	padding: 1px;
}

.page_xichanweixin_solution_details_tabcard_box2_pagination{
	position: relative;
	margin-top: 2.8%;
	overflow: hidden;
}

.page_xichanweixin_solution_details_tabcard_box2_pagination_box{
	position: relative;
	z-index: 10;
	overflow: hidden;
}

.page_xichanweixin_solution_details_tabcard_box2_pagination_fl{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	height: 100%;
	overflow: hidden;
}

.page_xichanweixin_solution_details_tabcard_box2_pagination_fl_left,.page_xichanweixin_solution_details_tabcard_box2_pagination_fl_right{
	width: 3.9rem;
	height: 100%;
	padding: 1px;
	border-radius: 30px;
	cursor: pointer;
	background-image: -webkit-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -moz-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -ms-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -o-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-color: #4b77bb;
}

.page_xichanweixin_solution_details_tabcard_box2_pagination_fl_right{
	margin-left: 1.25rem;
}

.page_xichanweixin_solution_details_tabcard_box2_pagination_fl_arrow_box{
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 30px;
	overflow: hidden;
	background-color: #ffffff;
}

.page_xichanweixin_solution_details_tabcard_box2_pagination_fl_arrow_box::before{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.page_xichanweixin_solution_details_tabcard_box2_pagination_fl_left .page_xichanweixin_solution_details_tabcard_box2_pagination_fl_arrow_box::before{
	background-image: url(../images/img/index_product_arrow_left_ico.png);
}

.page_xichanweixin_solution_details_tabcard_box2_pagination_fl_right .page_xichanweixin_solution_details_tabcard_box2_pagination_fl_arrow_box::before{
	background-image: url(../images/img/index_product_arrow_right_ico.png);
}

.page_xichanweixin_solution_details_tabcard_box2_pagination_fr_links{
	padding: 11px 1.5rem;
	float: left;
	border-radius: 30px;
	background-image: -webkit-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -moz-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -ms-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -o-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-color: #4b77bb;
	display: block;
}

.page_xichanweixin_solution_details_tabcard_box2_pagination_fr_con{
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

.page_xichanweixin_solution_details_tabcard_box2_pagination_fr_wz{
	font-size: 16px;
	line-height: 1.375;
	color: #ffffff;
	text-align: center;
}

.page_xichanweixin_solution_details_tabcard_box2_pagination_fr_ico{
	width: 14px;
	height: 14px;
	margin-left: 9px;
	background-image: url(../images/img/index_product_arrow_more_ico.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
	display: inline-block;
}

.page_xichanweixin_solution_details_tabcard_box3{
	padding: 4.4% 0;
	background-color: rgba(252,251,251,1);
}

.page_xichanweixin_solution_details_tabcard_box3_fb{
	margin-top: 2.5%;
}

.page_xichanweixin_solution_details_tabcard_box3_fb_con{
	overflow: hidden;
}

.page_xichanweixin_solution_details_tabcard_box3_fb_ul{
	/*margin: 0 -1.5rem;*/
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	-o-justify-content: flex-start;
	justify-content: flex-start;
}

.page_xichanweixin_solution_details_tabcard_box3_fb_li{
	width: 18.4%;
	margin-right: 2%;
	/*margin: 8px 1.5rem;*/
	border: 1px solid rgba(219,220,228,1);
	border-radius: 8px;
	overflow: hidden;
}

.page_xichanweixin_solution_details_tabcard_box3_fb_li:nth-child(5n){
	margin-right: 0;
}

.page_xichanweixin_solution_details_tabcard_box3_fb_li:nth-child(n+6){
	margin-top: 2%;
}

.page_xichanweixin_solution_details_tabcard_box3_fb_li_con{
	padding: 1.5rem;
}

.page_xichanweixin_solution_details_tabcard_box3_fb_li .img{
	width: 3rem;
	margin: 0 auto;
}

.page_xichanweixin_solution_details_tabcard_box3_fb_li .img img{
	width: 100%;
}

.page_xichanweixin_solution_details_tabcard_box3_fb_li .wz{
	color: rgba(0,0,0,0.6);
	margin-top: 10px;
	text-align: center;
}

.page_xichanweixin_solution_details_tabcard_box4{
	position: relative;
	padding: 4.4% 0;
}

.page_xichanweixin_solution_details_tabcard_box4_bj{
	position: absolute;
	right: 5%;
	top: 8%;
	z-index: 5;
	width: 13.073%;
}

.page_xichanweixin_solution_details_tabcard_box4_bj span{
	padding-top: 100%;
	background-image: url(../images/img/page_group_profile_bj.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	display: block;
}

.page_xichanweixin_solution_details_tabcard_box4_content_box{
	position: relative;
	z-index: 10;
}

.page_xichanweixin_solution_details_tabcard_box4_fb{
	margin-top: 2.8%;
}

@media(max-width:1280px){
	.page_xichanweixin_solution_details_tabcard_box1_introduction_advantages_li .img{
		width: 32px;
	}

	.page_xichanweixin_solution_details_tabcard_box2_pagination_fl_left,.page_xichanweixin_solution_details_tabcard_box2_pagination_fl_right{
		width: 60px;
	}

	.page_xichanweixin_solution_details_tabcard_box2_pagination_fl_arrow_box::before{
		width: 17px;
		height: 17px;
	}

	.page_xichanweixin_solution_details_tabcard_box2_pagination_fr_wz{
		font-size: 15px;
	}

	.page_xichanweixin_solution_details_tabcard_box2_pagination_fr_ico{
		width: 13px;
		height: 13px;
		margin-left: 6px;
	}

	.page_xichanweixin_solution_details_tabcard_box3_fb_li{
		width: 23.5%;
	}

	.page_xichanweixin_solution_details_tabcard_box3_fb_li:nth-child(5n){
		margin-right: 2%;
	}

	.page_xichanweixin_solution_details_tabcard_box3_fb_li:nth-child(4n){
		margin-right: 0;
	}

	.page_xichanweixin_solution_details_tabcard_box3_fb_li:nth-child(n+5){
		margin-top: 2%;
	}

	.page_xichanweixin_solution_details_tabcard_box3_fb_li .img{
		width: 45px;
	}

	.page_xichanweixin_solution_details_tabcard_box4_bj{
		width: 25%;
	}
}

@media(max-width:991px){
	.page_xichanweixin_banner_solution_details_tabswitch_li{
		width: 50%;
	}

	.page_xichanweixin_solution_details_tabcard_box1_introduction_advantages{
		margin-top: 3%;
	}

	.page_xichanweixin_solution_details_tabcard_box1_introduction_advantages_ul{
		margin: 0 -20px;
	}

	.page_xichanweixin_solution_details_tabcard_box1_introduction_advantages_li{
		padding: 0 20px;
	}

	.page_xichanweixin_solution_details_tabcard_box1_introduction_advantages_li .img{
		width: 30px;
	}

	.page_xichanweixin_solution_details_tabcard_box2{
		padding: 4% 0;
	}

	.page_xichanweixin_solution_details_tabcard_box2_fb{
		margin-top: 3%;
	}

	.page_xichanweixin_solution_details_tabcard_box2_pagination{
		margin-top: 3%;
	}

	.page_xichanweixin_solution_details_tabcard_box2_pagination_fl_left,.page_xichanweixin_solution_details_tabcard_box2_pagination_fl_right{
		width: 55px;
	}

	.page_xichanweixin_solution_details_tabcard_box2_pagination_fl_right{
		margin-left: 15px;
	}

	.page_xichanweixin_solution_details_tabcard_box2_pagination_fl_arrow_box::before{
		width: 16px;
		height: 16px;
	}

	.page_xichanweixin_solution_details_tabcard_box2_pagination_fr_links{
		padding: 10px 20px;
	}

	.page_xichanweixin_solution_details_tabcard_box3{
		padding: 4% 0;
	}

	.page_xichanweixin_solution_details_tabcard_box3_fb{
		margin-top: 3%;
	}

	.page_xichanweixin_solution_details_tabcard_box3_fb_ul{
		/*margin: 0 -20px;*/
	}

	.page_xichanweixin_solution_details_tabcard_box3_fb_li{
		/*margin: 8px 20px;*/
	}

	.page_xichanweixin_solution_details_tabcard_box3_fb_li{
		width: 32%;
	}

	.page_xichanweixin_solution_details_tabcard_box3_fb_li:nth-child(5n){
		margin-right: 2%;
	}

	.page_xichanweixin_solution_details_tabcard_box3_fb_li:nth-child(4n){
		margin-right: 2%;
	}

	.page_xichanweixin_solution_details_tabcard_box3_fb_li:nth-child(3n){
		margin-right: 0;
	}

	.page_xichanweixin_solution_details_tabcard_box3_fb_li:nth-child(n+4){
		margin-top: 2%;
	}

	.page_xichanweixin_solution_details_tabcard_box3_fb_li_con{
		padding: 20px;
	}

	.page_xichanweixin_solution_details_tabcard_box3_fb_li .img{
		width: 42px;
	}

	.page_xichanweixin_solution_details_tabcard_box4{
		padding: 4% 0;
	}

	.page_xichanweixin_solution_details_tabcard_box4_fb{
		margin-top: 3%;
	}
}

@media(max-width:768px){
	.page_xichanweixin_solution_details_tabcard_box1_introduction_advantages{
		margin-top: 22px;
	}

	.page_xichanweixin_solution_details_tabcard_box1_introduction_advantages_ul{
		margin: 0 -15px;
	}

	.page_xichanweixin_solution_details_tabcard_box1_introduction_advantages_li{
		padding: 0 15px;
	}

	.page_xichanweixin_solution_details_tabcard_box1_introduction_advantages_li_con{
		padding: 15px 0;
	}

	.page_xichanweixin_solution_details_tabcard_box1_introduction_advantages_li .img{
		width: 28px;
	}

	.page_xichanweixin_solution_details_tabcard_box2{
		padding: 30px 0;
	}

	.page_xichanweixin_solution_details_tabcard_box2_fb{
		margin-top: 22px;
	}

	.page_xichanweixin_solution_details_tabcard_box2_pagination{
		margin-top: 22px;
	}

	.page_xichanweixin_solution_details_tabcard_box2_pagination_fl_right{
		margin-left: 10px;
	}

	.page_xichanweixin_solution_details_tabcard_box2_pagination_fr_links{
		padding: 9px 15px;
	}

	.page_xichanweixin_solution_details_tabcard_box3{
		padding: 30px 0;
	}

	.page_xichanweixin_solution_details_tabcard_box3_fb{
		margin-top: 22px;
	}

	.page_xichanweixin_solution_details_tabcard_box3_fb_ul{
		/*margin: 0 -15px;*/
	}

	.page_xichanweixin_solution_details_tabcard_box3_fb_li{
		/*margin: 7px 15px;*/
	}

	.page_xichanweixin_solution_details_tabcard_box3_fb_li{
		width: 49%;
	}

	.page_xichanweixin_solution_details_tabcard_box3_fb_li:nth-child(5n){
		margin-right: 2%;
	}

	.page_xichanweixin_solution_details_tabcard_box3_fb_li:nth-child(4n){
		margin-right: 2%;
	}

	.page_xichanweixin_solution_details_tabcard_box3_fb_li:nth-child(3n){
		margin-right: 2%;
	}

	.page_xichanweixin_solution_details_tabcard_box3_fb_li:nth-child(2n){
		margin-right: 0;
	}

	.page_xichanweixin_solution_details_tabcard_box3_fb_li:nth-child(n+3){
		margin-top: 2%;
	}

	.page_xichanweixin_solution_details_tabcard_box3_fb_li_con{
		padding: 15px;
	}

	.page_xichanweixin_solution_details_tabcard_box3_fb_li .img{
		width: 40px;
	}

	.page_xichanweixin_solution_details_tabcard_box4{
		padding: 30px 0;
	}

	.page_xichanweixin_solution_details_tabcard_box4_fb{
		margin-top: 22px;
	}

	.page_xichanweixin_solution_details_tabcard_box4_bj{
		width: 55%;
	}
}

@media(max-width:468px){
	.page_xichanweixin_banner_solution_details_tabswitch_li{
		width: 100%;
	}

	.page_xichanweixin_solution_details_tabcard_box1_introduction_advantages{
		margin-top: 18px;
	}

	.page_xichanweixin_solution_details_tabcard_box1_introduction_advantages_ul{
		/*margin: 0 -10px;*/
		margin: 0;
	}

	.page_xichanweixin_solution_details_tabcard_box1_introduction_advantages_li{
		width: 100%;
		/*padding: 0 10px;*/
		padding: 0;
	}

	.page_xichanweixin_solution_details_tabcard_box1_introduction_advantages_li::before{
		top: auto;
		bottom: 0;
		width: 100%;
		height: 1px;
	}

	.page_xichanweixin_solution_details_tabcard_box2{
		padding: 25px 0;
	}

	.page_xichanweixin_solution_details_tabcard_box2_fb{
		margin-top: 18px;
	}

	.page_xichanweixin_solution_details_tabcard_box2_pagination{
		margin-top: 18px;
	}

	.page_xichanweixin_solution_details_tabcard_box3{
		padding: 25px 0;
	}

	.page_xichanweixin_solution_details_tabcard_box3_fb{
		margin-top: 18px;
	}

	.page_xichanweixin_solution_details_tabcard_box4{
		padding: 25px 0;
	}

	.page_xichanweixin_solution_details_tabcard_box4_fb{
		margin-top: 18px;
	}
}

/*Download banner*/
.page_xichanweixin_banner .wz.page_xichanweixin_banner_download_wz{
	top: auto;
	bottom: 30%;
}

@media(max-width:991px){
	.page_xichanweixin_banner .wz.page_xichanweixin_banner_download_wz{
		top: 50%;
		bottom: auto;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

/*Download list*/
.page_xichanweixin_download_list_box{
	position: relative;
	z-index: 10;
	margin-top: -11.5%;
	padding-bottom: 4.2%;
}

.page_xichanweixin_download_list_box_content{
	margin-top: 0!important;
	background-color: rgba(255,255,255,0.8);
}

@media(max-width:991px){
	.page_xichanweixin_download_list_box{
		margin-top: 0;
		padding: 4% 0;
	}
}

@media(max-width:768px){
	.page_xichanweixin_download_list_box{
		padding: 30px 0;
	}
}

@media(max-width:468px){
	.page_xichanweixin_download_list_box{
		padding: 25px 0;
	}
}

/*News banner*/
.page_xichanweixin_banner .wz.page_xichanweixin_banner_news_wz{
	top: auto;
	bottom: 41.8%;
}

@media(max-width:991px){
	.page_xichanweixin_banner .wz.page_xichanweixin_banner_news_wz{
		top: 50%;
		bottom: auto;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

/*News list*/
.page_xichanweixin_news_list_box{
	position: relative;
	z-index: 10;
	margin-top: -17%;
	padding-bottom: 4.2%;
}

.page_xichanweixin_news_list_box_ft{
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.page_xichanweixin_news_list_box_ft_fl{
	width: 58%;
	overflow: hidden;
}

.page_xichanweixin_news_list_box_ft_fl_ul{
	margin: 0 -10px;
}

.page_xichanweixin_news_list_box_ft_fl_li{
	margin: 5px 10px;
	border-radius: 90px;
}

.page_xichanweixin_news_list_box_ft_fl_li_bj_a1{
	border: 1px solid #999999;
	border-radius: 90px;
	background-color: #1a1a1a;
}

.page_xichanweixin_news_list_box_ft_fl_li.on .page_xichanweixin_news_list_box_ft_fl_li_bj_a1,.page_xichanweixin_news_list_box_ft_fl_li:hover  .page_xichanweixin_news_list_box_ft_fl_li_bj_a1{
	opacity: 0;
}

.page_xichanweixin_news_list_box_ft_fl_li_bj_a2{
	border-radius: 90px;
	background-image: -webkit-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -moz-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -ms-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -o-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-color: #4b77bb;
}

.page_xichanweixin_news_list_box_ft_fl_li.on .page_xichanweixin_news_list_box_ft_fl_li_bj_a2,.page_xichanweixin_news_list_box_ft_fl_li:hover  .page_xichanweixin_news_list_box_ft_fl_li_bj_a2{
	opacity: 1;
}

.page_xichanweixin_news_list_box_ft_fl_li a{
	position: relative;
	line-height: 1.5;
	padding: 13px 2rem;
	border-radius: 90px;
	display: block;
}

.page_xichanweixin_news_list_box_ft_fl_li.on .gradient_tetx1{
	opacity: 0;
}

.page_xichanweixin_news_list_box_ft_fl_li.on .gradient_tetx2{
	opacity: 1;
}

.page_xichanweixin_news_list_box_ft_fr{
	width: 42%;
	max-width: 533px;
}

.page_xichanweixin_news_list_box_ft_fr_form{
	width: 100%;
	overflow: hidden;
}

.page_xichanweixin_news_list_box_ft_fr_form_text{
	width: 100%;
	padding-right: 150px;
	margin-right: -150px;
	overflow: hidden;
}

.page_xichanweixin_news_list_box_ft_fr_form_text_input{
	color: #666666;
	width: 100%;
	padding: 13px 2rem;
	outline: none;
	float: left;
	border: 0;
	border-radius: 30px;
	background: #ffffff;
}

.page_xichanweixin_news_list_box_ft_fr_form_text_input::-webkit-autofill{
	-webkit-text-fill-color: #666666!important;
	-webkit-transition: background-color 5000s ease-in-out 0s;
	-moz-transition: background-color 5000s ease-in-out 0s;
	-ms-transition: background-color 5000s ease-in-out 0s;
	-o-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s;
}

.page_xichanweixin_news_list_box_ft_fr_form_text_input::placeholder{
	color: #666666;
}

.page_xichanweixin_news_list_box_ft_fr_form_submit_box{
	position: relative;
	z-index: 10;
	width: 130px;
	border-radius: 30px;
	overflow: hidden;
	background-image: -webkit-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -moz-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -ms-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -o-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-color: #4b77bb;
}

.page_xichanweixin_news_list_box_ft_fr_form_submit{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	color: #ffffff;
	width: 100%;
	height: 100%;
	cursor: pointer;
	outline: none;
	border: 0;
	background: none;
	display: block;
}

.page_xichanweixin_news_list_box_ft_fr_form_submit_box_textico{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.page_xichanweixin_news_list_box_ft_fr_form_submit_box_textico_text{
	color: #ffffff;
}

.page_xichanweixin_news_list_box_ft_fr_form_submit_box_textico_ico{
	width: 14px;
	height: 14px;
	margin-left: 10px;
	background-image: url(../images/img/header_pc_search_white_ico.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

.page_xichanweixin_news_list_box_fb{
	margin-top: 4%;
	padding: 2.92% 5.5%;
	border-radius: 15px;
	background-color: rgba(255,255,255,0.8);
}

.page_xichanweixin_news_list_box_fb_ft{
	color: #1e1f24;
}

.page_xichanweixin_news_list_box_fb_ft span{
	line-height: 1.1;
	vertical-align: bottom;
	background-image: -webkit-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -moz-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -ms-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -o-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	-webkit-background-clip: text;
	-moz-background-clip: text;
	-ms-background-clip: text;
	-o-background-clip: text;
	background-clip: text;
	color: transparent;
}

.page_xichanweixin_news_list_box_fb_fb{
	margin-top: 2.5%;
}

.page_xichanweixin_news_list_box_fb_fb_li{
	width: 31.5%;
	margin-right: 2.75%;
}

.page_xichanweixin_news_list_box_fb_fb_li:nth-child(3n){
	margin-right: 0;
}

.page_xichanweixin_news_list_box_fb_fb_li:nth-child(n+4){
	margin-top: 2.75%;
}

.page_xichanweixin_news_list_box_fb_fb_li_con_links{
	padding: 15px;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	background-color: #ffffff;
	display: block;
}

.page_xichanweixin_news_list_box_fb_fb_li_con .wz{
	padding: 8%;
}

.page_xichanweixin_news_list_box_fb_fb_li_con .wz .wz_ft{
	color: #8d8b98;
}

.page_xichanweixin_news_list_box_fb_fb_li_con .wz .wz_fc{
	height: 3em;
	margin-top: 8px;
}

.page_xichanweixin_news_list_box_fb_fb_li_con .wz .wz_fb{
	margin-top: 8%;
	overflow: hidden;
}

.page_xichanweixin_news_list_box_fb_fb_li_con .wz .wz_fb .wz_fb_con{
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.page_xichanweixin_news_list_box_fb_fb_li_con .wz .wz_fb .wz_fb_text{
	color: #333333;
}

.page_xichanweixin_news_list_box_fb_fb_li_con .wz .wz_fb .wz_fb_ico{
	width: 12px;
	height: 12px;
	margin-left: 8px;
	background-image: url(../images/img/index_product_list_arrow_ico.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	display: inline-block;
}

.page_xichanweixin_news_list_box_fb_fb_li_con .img{
	border-radius: 8px;
	overflow: hidden;
}

.page_xichanweixin_news_list_box_fb_fb_li_con .img img{
	width: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.page_xichanweixin_news_list_box_fb_fb_li_con:hover .img img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.page_xichanweixin_news_list_box_fb_fb_li_con .img .img_con{
	padding: 26.19% 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.page_xichanweixin_news_list_box_fb_fb_li_con:hover .img .img_con{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

@media(max-width:1280px){
	.page_xichanweixin_news_list_box_ft_fl_ul{
		margin: 0 -7px;
	}

	.page_xichanweixin_news_list_box_ft_fl_li{
		margin: 5px 7px;
	}

	.page_xichanweixin_news_list_box_ft_fl_li a{
		padding: 12px 2rem;
	}

	.page_xichanweixin_news_list_box_ft_fr_form_text{
		padding-right: 135px;
		margin-right: -135px;
	}

	.page_xichanweixin_news_list_box_ft_fr_form_text_input{
		padding: 12px 2rem;
	}

	.page_xichanweixin_news_list_box_ft_fr_form_submit_box{
		width: 120px;
	}

	.page_xichanweixin_news_list_box_ft_fr_form_submit_box_textico_ico{
		width: 13px;
		height: 13px;
		margin-left: 8px;
	}

	.page_xichanweixin_news_list_box_fb{
		margin-top: 3.5%;
		padding: 2.92% 3.5%;
	}

	.page_xichanweixin_news_list_box_fb_fb_li_con .wz .wz_fb{
		margin-top: 6%;
	}

	.page_xichanweixin_news_list_box_fb_fb_li_con .wz .wz_fb .wz_fb_ico{
		width: 11px;
		height: 11px;
		margin-left: 6px;
	}
}

@media(max-width:991px){
	.page_xichanweixin_news_list_box{
		margin-top: 0;
		padding: 4% 0;
	}

	.page_xichanweixin_news_list_box_ft_fl{
		width: 100%;
	}

	.page_xichanweixin_news_list_box_ft_fl_li a{
		padding: 11px 2rem;
	}

	.page_xichanweixin_news_list_box_ft_fr{
		width: 100%;
		max-width: 100%;
		margin-top: 3%;
	}

	.page_xichanweixin_news_list_box_ft_fr_form_text{
		padding-right: 125px;
		margin-right: -125px;
	}

	.page_xichanweixin_news_list_box_ft_fr_form_text_input{
		padding: 11px 2rem;
		border: 1px solid #999999;
	}

	.page_xichanweixin_news_list_box_ft_fr_form_submit_box{
		width: 110px;
	}

	.page_xichanweixin_news_list_box_fb{
		/*padding: 3% 0;*/
		padding: 0;
	}

	.page_xichanweixin_news_list_box_fb_fb{
		margin-top: 3%;
	}

	.page_xichanweixin_news_list_box_fb_fb_li{
		width: 48.5%;
		margin-right: 3%;
	}

	.page_xichanweixin_news_list_box_fb_fb_li:nth-child(3n){
		margin-right: 3%;
	}

	.page_xichanweixin_news_list_box_fb_fb_li:nth-child(2n){
		margin-right: 0;
	}

	.page_xichanweixin_news_list_box_fb_fb_li:nth-child(n+3){
		margin-top: 3%;
	}

	.page_xichanweixin_news_list_box_fb_fb_li_con .wz{
		padding: 20px;
	}

	.page_xichanweixin_news_list_box_fb_fb_li_con .wz .wz_fb{
		margin-top: 12px;
	}
}

@media(max-width:768px){
	.page_xichanweixin_news_list_box{
		padding: 30px 0;
	}

	.page_xichanweixin_news_list_box_ft_fl_li a{
		padding: 10px 20px;
	}

	.page_xichanweixin_news_list_box_ft_fr{
		margin-top: 22px;
	}

	.page_xichanweixin_news_list_box_ft_fr_form_text{
		padding-right: 115px;
		margin-right: -115px;
	}

	.page_xichanweixin_news_list_box_ft_fr_form_text_input{
		padding: 10px 20px;
	}

	.page_xichanweixin_news_list_box_ft_fr_form_submit_box{
		width: 100px;
	}

	.page_xichanweixin_news_list_box_fb{
		margin-top: 22px;
		/*padding: 22px 0;*/
		padding: 0;
	}

	.page_xichanweixin_news_list_box_fb_fb{
		margin-top: 22px;
	}

	.page_xichanweixin_news_list_box_fb_fb_li{
		width: 48%;
		margin-right: 4%;
	}

	.page_xichanweixin_news_list_box_fb_fb_li:nth-child(3n){
		margin-right: 4%;
	}

	.page_xichanweixin_news_list_box_fb_fb_li:nth-child(2n){
		margin-right: 0;
	}

	.page_xichanweixin_news_list_box_fb_fb_li:nth-child(n+3){
		margin-top: 4%;
	}

	.page_xichanweixin_news_list_box_fb_fb_li_con .wz{
		padding: 15px;
	}

	.page_xichanweixin_news_list_box_fb_fb_li_con .wz .wz_fb{
		margin-top: 10px;
	}
}

@media(max-width:468px){
	.page_xichanweixin_news_list_box{
		padding: 25px 0;
	}

	.page_xichanweixin_news_list_box_ft_fl_li a{
		padding: 9px 15px;
	}

	.page_xichanweixin_news_list_box_ft_fr{
		margin-top: 18px;
	}

	.page_xichanweixin_news_list_box_ft_fr_form_text_input{
		padding: 9px 15px;
	}

	.page_xichanweixin_news_list_box_fb{
		margin-top: 18px;
		/*padding: 20px 0;*/
		padding: 0;
	}

	.page_xichanweixin_news_list_box_fb_fb{
		margin-top: 18px;
	}

	.page_xichanweixin_news_list_box_fb_fb_li{
		width: 100%;
		margin-right: 0!important;
	}

	.page_xichanweixin_news_list_box_fb_fb_li:nth-child(n+2){
		margin-top: 20px;
	}
}

/*News details*/
.page_xichanweixin_news_details_banner{
	margin-top: 90px;
}

.page_xichanweixin_news_details_banner_con{
	padding: 3.5% 0;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.page_xichanweixin_news_details_banner_position{
	font-size: 16px;
	line-height: 1.5;
	color: rgba(204,204,204,1);
}

.page_xichanweixin_news_details_banner_position a{
	color: rgba(204,204,204,1);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.page_xichanweixin_news_details_banner_position a:hover{
	color: #4b77bb;
}

.page_xichanweixin_news_details_banner_fc{
	position: relative;
	padding: 3.5% 0;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.page_xichanweixin_news_details_banner_fc_fl{
	width: 80%;
}

.page_xichanweixin_news_details_banner_fc_fl_ft{
	overflow: hidden;
}

.page_xichanweixin_news_details_banner_fc_fl_ft_con{
	padding: 9px 1.5rem;
	border-radius: 30px;
	float: left;
	background-color: #ecf7f9;
}

.page_xichanweixin_news_details_banner_fc_fl_ft_text{
	position: relative;
	padding-left: 20px;
	background-image: -webkit-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -moz-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -ms-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -o-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	-webkit-background-clip: text;
	-moz-background-clip: text;
	-ms-background-clip: text;
	-o-background-clip: text;
	background-clip: text;
	color: transparent;
}

.page_xichanweixin_news_details_banner_fc_fl_ft_text::before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-image: -webkit-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -moz-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -ms-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -o-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-color: #4b77bb;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.page_xichanweixin_news_details_banner_fc_fl_fb{
	color: #1e1f24;
	margin-top: 0.8rem;
}

.page_xichanweixin_news_details_banner_fc_fr_links{
	border-radius: 50%;
}

.page_xichanweixin_news_details_banner_fc_fr_con{
	position: relative;
	width: 6.5rem;
	height: 6.5rem;
	border-radius: 50%;
	overflow: hidden;
}

.page_xichanweixin_news_details_banner_fc_fr_textico{
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 8;
	width: 100%;
	text-align: center;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.page_xichanweixin_news_details_banner_fc_fr_textico .img{
	position: relative;
	width: 22px;
	height: 22px;
	margin: 0 auto;
}

.page_xichanweixin_news_details_banner_fc_fr_textico_img_a1{
	background-image: url(../images/img/page_news_detail_back_ico.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

.page_xichanweixin_news_details_banner_fc_fr_textico_img_a2{
	background-image: url(../images/img/page_news_detail_back_ico_h.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

.page_xichanweixin_news_details_banner_fc_fr_textico h3{
	margin-top: 10px;
}

.page_xichanweixin_news_details_banner_fc_fr_back_to_bj{
	border-radius: 50%;
}

.page_xichanweixin_news_details_banner_fc_fr_back_to_bj_a1{
	border-radius: 50%;
	background-image: -webkit-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -moz-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -ms-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -o-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-color: rgba(75,119,187,1);
}

.page_xichanweixin_news_details_banner_fc_fr_back_to_bj_a2{
	border-radius: 50%;
	background-image: -webkit-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -moz-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -ms-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -o-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-color: rgba(75,119,187,1);
}

.page_xichanweixin_news_details_banner_fc_fr_back_to_bj_a2::before{
	content: '';
	position: absolute;
	left: 2px;
	right: 2px;
	top: 2px;
	bottom: 2px;
	border-radius: 50%;
	background-color: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

/*.page_xichanweixin_news_details_banner_fb{*/
/*	overflow: hidden;*/
/*}*/

.page_xichanweixin_news_details_banner_fc_con{
	color: #999999;
	padding: 13px 2rem;
	border: 1px solid #eeeeee;
	border-radius: 30px;
	float: left;
}

.page_xichanweixin_news_details_fc{
	padding: 4.2% 0;
}

.page_xichanweixin_news_details_fc_con{
	overflow: hidden;
}

.page_xichanweixin_news_details_fc_fl{
	line-height: 1.8;
	color: #666666;
	width: 67%;
}

.page_xichanweixin_news_details_fc_fr{
	width: 30%;
	max-width: 424px;
}

.page_xichanweixin_news_details_fc_fr .page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_con{
	padding: 2.5rem 1.5rem;
}

.page_xichanweixin_news_details_fc_fr .page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_ft h3{
	font-size: 1.3rem;
	padding-bottom: 0;
}

.page_xichanweixin_news_details_fc_fr .page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_ft h3::before{
	display: none;
}

.page_xichanweixin_news_details_fc_fr .page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fc_ul{
	margin: 0;
}

.page_xichanweixin_news_details_fc_fr .page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fc_li{
	width: 100%;
}

.page_xichanweixin_news_details_fc_fr .page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fc_li:nth-child(n+2){
	margin-top: 20px;
}

.page_xichanweixin_news_details_fc_fr .page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fc_li_con{
	margin: 0;
}

.page_xichanweixin_news_details_fc_fr .page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fb_submit_fr{
	margin-left: 2rem;
}

.page_xichanweixin_news_details_fb{
	padding: 2.1% 0 4.2%;
}

.page_xichanweixin_news_details_fb_ft h3{
	color: #000000;
}

.page_xichanweixin_news_details_fb_fb{
	margin-top: 2.8%;
}

.page_xichanweixin_news_details_fb_fb_li{
	width: 31.6%;
	margin-right: 2.6%;
}

.page_xichanweixin_news_details_fb_fb_li:nth-child(3n){
	margin-right: 0;
}

.page_xichanweixin_news_details_fb_fb_li:nth-child(n+4){
	margin-top: 2.6%;
}

@media(max-width:1280px){
	.page_xichanweixin_news_details_banner_position{
		font-size: 15px;
	}

	.page_xichanweixin_news_details_banner_fc_fl_ft_text{
		padding-left: 18px;
	}

	.page_xichanweixin_news_details_banner_fc_fl_ft_text::before{
		width: 8px;
		height: 8px;
	}

	.page_xichanweixin_news_details_banner_fc_fr_con{
		width: 105px;
		height: 105px;
	}

	.page_xichanweixin_news_details_banner_fc_fr_textico .img{
		width: 20px;
		height: 20px;
	}

	.page_xichanweixin_news_details_banner_fc_fr_textico h3{
		margin-top: 8px;
	}

	.page_xichanweixin_news_details_banner_fc_con{
		padding: 12px 2rem;
	}

	.page_xichanweixin_news_details_fc_fr .page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_ft h3{
		font-size: 22px;
	}

	.page_xichanweixin_news_details_fc_fr .page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fb_submit_fr{
		margin-left: 1.5rem;
	}
}

@media(max-width:1200px){
	.page_xichanweixin_news_details_banner{
		margin-top: 0;
	}

	.page_xichanweixin_news_details_banner_con{
		padding: 3% 0;
	}

	.page_xichanweixin_news_details_banner_fc{
		padding: 3% 0;
	}

	.page_xichanweixin_news_details_fc_fr .page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fb_submit_fr{
		margin-left: 1rem;
	}
}

@media(max-width:1060px){
	.page_xichanweixin_news_details_fc_fr .page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_ft h3{
		font-size: 20px;
	}

	.page_xichanweixin_news_details_fc_fr .page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fb_submit_fr{
		margin-left: 2px;
	}
}

@media(max-width:991px){
	.page_xichanweixin_news_details_banner_fc_fl{
		width: 100%;
	}

	.page_xichanweixin_news_details_banner_fc_fl_ft_con{
		padding: 9px 20px;
	}

	.page_xichanweixin_news_details_banner_fc_fl_fb{
		margin-top: 10px;
	}

	.page_xichanweixin_news_details_banner_fc_fr_con{
		margin-top: 10px;
		display: none;
	}

	.page_xichanweixin_news_details_banner_fc_con{
		padding: 11px 2rem;
	}

	.page_xichanweixin_news_details_fc{
		padding: 4% 0;
	}

	.page_xichanweixin_news_details_fc_fl{
		width: 100%;
	}

	.page_xichanweixin_news_details_fc_fr{
		width: 100%;
		max-width: 100%;
		margin-top: 3%;
	}

	.page_xichanweixin_news_details_fc_fr .page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_con{
		padding: 25px 20px;
	}

	.page_xichanweixin_news_details_fc_fr .page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_ft h3{
		font-size: 18px;
	}

	.page_xichanweixin_news_details_fb{
		padding: 20px 0 4%;
	}

	.page_xichanweixin_news_details_fb_fb{
		margin-top: 3%;
	}

	.page_xichanweixin_news_details_fb_fb_li{
		width: 48.5%;
		margin-right: 3%;
	}

	.page_xichanweixin_news_details_fc_fr .page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fb_submit_fr{
		margin-left: 20px;
	}

	.page_xichanweixin_news_details_fb_fb_li:nth-child(3n){
		margin-right: 3%;
	}

	.page_xichanweixin_news_details_fb_fb_li:nth-child(2n){
		margin-right: 0;
	}

	.page_xichanweixin_news_details_fb_fb_li:nth-child(n+3){
		margin-top: 3%;
		display: none;
	}
}

@media(max-width:768px){
	.page_xichanweixin_news_details_banner_con{
		padding: 22px 0;
	}

	.page_xichanweixin_news_details_banner_fc{
		padding: 22px 0;
	}

	.page_xichanweixin_news_details_banner_fc_fl_ft_con{
		padding: 8px 15px;
	}

	.page_xichanweixin_news_details_banner_fc_fl_fb{
		margin-top: 8px;
	}

	.page_xichanweixin_news_details_banner_fc_con{
		padding: 10px 20px;
	}

	.page_xichanweixin_news_details_fc{
		padding: 30px 0;
	}

	.page_xichanweixin_news_details_fc_fr{
		margin-top: 22px;
	}

	.page_xichanweixin_news_details_fc_fr .page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_con{
		padding: 20px 15px;
	}

	.page_xichanweixin_news_details_fc_fr .page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_ft h3{
		font-size: 17px;
	}

	.page_xichanweixin_news_details_fc_fr .page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fb_submit_fr{
		margin-left: 15px;
	}

	.page_xichanweixin_news_details_fb{
		padding: 20px 0 30px;
	}

	.page_xichanweixin_news_details_fb_fb{
		margin-top: 22px;
	}

	.page_xichanweixin_news_details_fb_fb_li{
		width: 48%;
		margin-right: 4%;
	}

	.page_xichanweixin_news_details_fb_fb_li:nth-child(3n){
		margin-right: 4%;
	}

	.page_xichanweixin_news_details_fb_fb_li:nth-child(2n){
		margin-right: 0;
	}

	.page_xichanweixin_news_details_fb_fb_li:nth-child(n+3){
		margin-top: 4%;
	}
}

@media(max-width:468px){
	.page_xichanweixin_news_details_banner_con{
		padding: 18px 0;
	}

	.page_xichanweixin_news_details_banner_fc{
		padding: 18px 0;
	}

	.page_xichanweixin_news_details_banner_fc_con{
		padding: 9px 15px;
	}

	.page_xichanweixin_news_details_fc{
		padding: 25px 0;
	}

	.page_xichanweixin_news_details_fc_fr{
		margin-top: 18px;
	}

	.page_xichanweixin_news_details_fb{
		padding: 15px 0 25px;
	}

	.page_xichanweixin_news_details_fb_fb{
		margin-top: 18px;
	}

	.page_xichanweixin_news_details_fb_fb_li{
		width: 100%;
		margin-right: 0!important;
	}

	.page_xichanweixin_news_details_fb_fb_li:nth-child(n+2){
		margin-top: 20px;
		display: block;
	}
}

/*Contact us*/
.page_xichanweixin_contacct_box1{
	padding: 4.5% 0;
}

.page_xichanweixin_contacct_box1_con{
	overflow: hidden;
}

.page_xichanweixin_contacct_box1_fl{
	position: relative;
	width: 54.5%;
	border-radius: 8px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.page_xichanweixin_contacct_box1_fl .img .img_con{
	padding-top: 94.3%;
}

.page_xichanweixin_contacct_box1_fl .wz{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 5;
	width: 100%;
}

.page_xichanweixin_contacct_box1_fl .wz .wz_con{
	padding: 9% 7.5%;
	color: #ffffff;
}

.page_xichanweixin_contacct_box1_fr{
	width: 43.5%;
	max-width: 100%;
}

.page_xichanweixin_contacct_box1_fr.page_xichanweixin_news_details_fc_fr .page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_con{
	height: 100%;
}

.page_xichanweixin_contacct_box1_fr.page_xichanweixin_news_details_fc_fr .page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_ft h3{
	font-size: 1.6rem;
}

.page_xichanweixin_contacct_box1_fr.page_xichanweixin_news_details_fc_fr .page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fc{
	margin-top: 2rem;
}

.page_xichanweixin_contacct_box1_fr.page_xichanweixin_news_details_fc_fr .page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fc_ul{
	margin: 0 -10px;
}

.page_xichanweixin_contacct_box1_fr.page_xichanweixin_news_details_fc_fr .page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fc_li{
	width: 50%;
	margin-top: 0!important;
}

.page_xichanweixin_contacct_box1_fr.page_xichanweixin_news_details_fc_fr .page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fc_li:nth-child(n+3){
	margin-top: 20px!important;
}

.page_xichanweixin_contacct_box1_fr.page_xichanweixin_news_details_fc_fr .page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fc_li_con{
	margin: 0 10px;
}

.page_xichanweixin_contacct_box2{
	padding: 4.5% 0;
}

.page_xichanweixin_contacct_box2_ft h3{
	color: #000000;
}

.page_xichanweixin_contacct_box2_fb{
	position: relative;
	margin-top: 2.8%;
}

.page_xichanweixin_contacct_box2_fb .img{
	border-radius: 8px;
	overflow: hidden;
}

.page_xichanweixin_contacct_box2_fb .img .img_con{
	padding-top: 38.888888%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.page_xichanweixin_contacct_box2_fb .wz{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 4.088%;
	overflow: hidden;
}

.page_xichanweixin_contacct_box2_fb .wz .wz_con{
	padding: 2rem;
	border: 1px solid #999999;
	border-radius: 4px;
	background-color: rgba(26,26,26,0.5);
	float: left;
}

.page_xichanweixin_contacct_box2_fb .wz .wz_ft{
	color: #ffffff;
}

.page_xichanweixin_contacct_box2_fb .wz .wz_fb{
	margin-top: 1rem;
}

.page_xichanweixin_contacct_box2_fb .wz .wz_fb .wz_fb_li:nth-child(n+2){
	margin-top: 10px;
}

.page_xichanweixin_contacct_box2_fb .wz .wz_fb .wz_fb_li .wz_fb_li_con{
	line-height: 24px;
	color: #ffffff;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left 2px;
	background-size: 20px;
}

.page_xichanweixin_contacct_box3{
	padding: 2% 0 4%;
}

.page_xichanweixin_contacct_box3_ft h3{
	color: #000000;
}

.page_xichanweixin_contacct_box3_fc{
	margin-top: 2.8%;
	overflow: hidden;
}

.page_xichanweixin_contacct_box3_fc_li{
	opacity: 0.5;
}

.page_xichanweixin_contacct_box3_fc_li.swiper-slide-active{
	opacity: 1;
}

.page_xichanweixin_contacct_box3_fc_li_con .img{
	border-radius: 8px;
	overflow: hidden;
}

.page_xichanweixin_contacct_box3_fc_li_con .img .img_con{
	padding-top: 40%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.page_xichanweixin_contacct_box3_fc_li_con .wz{
	padding: 2rem;
}

.page_xichanweixin_contacct_box3_fc_li_con .wz .wz_ft{
	color: #000000;
}

.page_xichanweixin_contacct_box3_fc_li_con .wz .wz_fb{
	line-height: 24px;
	color: #000000;
	margin-top: 1rem;
}

.page_xichanweixin_contacct_box3_fc_li_con .wz .wz_fb p{
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left 2px;
	background-size: 20px;
}

.page_xichanweixin_contacct_box3_fc_li_con .wz .wz_fb p:nth-child(n+2){
	margin-top: 10px;
}

.page_xichanweixin_contacct_box3_fc_li_con .wz .wz_fb p.email{
	background-image: url(../images/img/page_contact_email_ico.png);
}

.page_xichanweixin_contacct_box3_fc_li_con .wz .wz_fb p.phone{
	background-image: url(../images/img/page_contact_phone_ico.png);
}

.page_xichanweixin_contacct_box3_fc_li_con .wz .wz_fb p.address{
	background-image: url(../images/img/page_contact_address_ico.png);
}

@media(max-width:1280px){
	.page_xichanweixin_contacct_box1_fr.page_xichanweixin_news_details_fc_fr .page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fc_ul{
		margin: 0 -7px;
	}

	.page_xichanweixin_contacct_box1_fr.page_xichanweixin_news_details_fc_fr .page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fc_li_con{
		margin: 0 7px;
	}

	.page_xichanweixin_contacct_box2_fb .wz .wz_fb .wz_fb_li .wz_fb_li_con{
		line-height: 22px;
		padding-left: 23px;
		background-size: 18px;
	}

	.page_xichanweixin_contacct_box3_fc_li_con .wz .wz_fb{
		line-height: 22px;
	}

	.page_xichanweixin_contacct_box3_fc_li_con .wz .wz_fb p{
		padding-left: 23px;
		background-size: 18px;
	}
}

@media(max-width:1200px){
	.page_xichanweixin_contacct_box2_fb .wz .wz_fb{
		margin-top: 15px;
	}

	.page_xichanweixin_contacct_box3_fc_li_con .wz .wz_fb{
		margin-top: 15px;
	}
}

@media(max-width:1060px){
	.page_xichanweixin_contacct_box1_fr.page_xichanweixin_news_details_fc_fr .page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_ft h3{
		font-size: 22px;
	}
}

@media(max-width:991px){
	.page_xichanweixin_contacct_box1{
		padding: 4% 0;
	}

	.page_xichanweixin_contacct_box1_fl{
		width: 100%;
	}

	.page_xichanweixin_contacct_box1_fl .wz .wz_con{
		padding: 3%;
	}

	.page_xichanweixin_contacct_box1_fr{
		width: 100%;
		max-width: 100%;
		margin-top: 3.5%;
	}

	.page_xichanweixin_contacct_box1_fr.page_xichanweixin_news_details_fc_fr .page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_con{
		height: auto;
	}

	.page_xichanweixin_contacct_box1_fr.page_xichanweixin_news_details_fc_fr .page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_ft h3{
		font-size: 20px;
	}

	.page_xichanweixin_contacct_box2{
		padding: 4% 0;
	}

	.page_xichanweixin_contacct_box2_fb{
		margin-top: 3%;
	}

	.page_xichanweixin_contacct_box2_fb .wz{
		padding: 3%;
	}

	.page_xichanweixin_contacct_box2_fb .wz .wz_fb{
		margin-top: 13px;
	}

	.page_xichanweixin_contacct_box3{
		padding: 20px 0 4%;
	}

	.page_xichanweixin_contacct_box3_fc{
		margin-top: 3%;
	}

	.page_xichanweixin_contacct_box3_fc_li_con .wz .wz_fb{
		margin-top: 13px;
	}
}

@media(max-width:768px){
	.page_xichanweixin_contacct_box1{
		padding: 30px 0;
	}

	.page_xichanweixin_contacct_box1_fl .wz .wz_con{
		padding: 22px;
	}

	.page_xichanweixin_contacct_box1_fr{
		margin-top: 25px;
	}

	.page_xichanweixin_contacct_box1_fr.page_xichanweixin_news_details_fc_fr .page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_ft h3{
		font-size: 18px;
	}

	.page_xichanweixin_contacct_box1_fr.page_xichanweixin_news_details_fc_fr .page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fc{
		margin-top: 20px;
	}

	.page_xichanweixin_contacct_box1_fr.page_xichanweixin_news_details_fc_fr .page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fc_li{
		width: 100%;
	}

	.page_xichanweixin_contacct_box1_fr.page_xichanweixin_news_details_fc_fr .page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fc_li:nth-child(n+2){
		margin-top: 20px!important;
	}

	.page_xichanweixin_contacct_box2{
		padding: 30px 0;
	}

	.page_xichanweixin_contacct_box2_fb{
		margin-top: 22px;
	}

	.page_xichanweixin_contacct_box2_fb .wz{
		padding: 22px;
	}

	.page_xichanweixin_contacct_box2_fb .wz .wz_con{
		padding: 20px;
	}

	.page_xichanweixin_contacct_box3{
		padding: 20px 0 30px;
	}

	.page_xichanweixin_contacct_box3_fc{
		margin-top: 22px;
	}

	.page_xichanweixin_contacct_box3_fc_li_con .wz{
		padding: 20px;
	}
}

@media(max-width:468px){
	.page_xichanweixin_contacct_box1{
		padding: 25px 0;
	}

	.page_xichanweixin_contacct_box1_fl .wz .wz_con{
		padding: 18px;
	}

	.page_xichanweixin_contacct_box1_fr{
		margin-top: 20px;
	}

	.page_xichanweixin_contacct_box1_fr.page_xichanweixin_news_details_fc_fr .page_xichanweixin_productlists_tabcard_li_advantages_introduction_box3_fc{
		margin-top: 18px;
	}

	.page_xichanweixin_contacct_box2{
		padding: 25px 0;
	}

	.page_xichanweixin_contacct_box2_fb{
		margin-top: 18px;
	}

	.page_xichanweixin_contacct_box2_fb .wz{
		padding: 18px;
	}

	.page_xichanweixin_contacct_box2_fb .wz .wz_con{
		padding: 18px;
	}

	.page_xichanweixin_contacct_box3{
		padding: 15px 0 25px;
	}

	.page_xichanweixin_contacct_box3_fc{
		margin-top: 18px;
	}

	.page_xichanweixin_contacct_box3_fc_li_con .wz{
		padding: 18px;
	}
}

/*log in*/
.page_xichanweixin_login_body{
	position: relative;
	width: 100%;
	/*height: 100%;*/
	background-color: #eeeded;
}

.page_xichanweixin_login_box{
	position: relative;
	/*min-height: 100%;*/
	min-height: 100vh;
	padding-top: 90px;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.page_xichanweixin_login_con{
	position: relative;
	width: 100%;
}

.page_xichanweixin_login_con_formbox{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.page_xichanweixin_login_con_formbox_con{
	width: 90%;
	max-width: 620px;
	min-height: 70%;
	margin: 0 auto;
	padding: 3.8% 2.1%;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	background-color: #ffffff;
}

.page_xichanweixin_login_con_formbox_ft h3{
	color: #1e1f24;
}

.page_xichanweixin_login_con_formbox_ft h3 span{
	background-image: -webkit-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -moz-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -ms-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -o-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	-webkit-background-clip: text;
	-moz-background-clip: text;
	-ms-background-clip: text;
	-o-background-clip: text;
	background-clip: text;
	color: transparent;
}

.page_xichanweixin_login_con_formbox_fb{
	margin-top: 5%;
}

.page_xichanweixin_login_form_list_input:nth-child(n+2){
	margin-top: 16px;
}

.page_xichanweixin_login_form_list_input_title{
	font-size: 16px;
	line-height: 1.5;
	color: #334154;
}

.page_xichanweixin_login_form_list_input_input,.page_xichanweixin_login_form_list_input_retrieve input{
	font-size: 16px;
	line-height: 1.5;
	color: #616e7c;
	width: 100%;
	margin-top: 12px;
	padding: 0.7rem 14px;
	border: 1px solid #d8d9e2;
	border-radius: 5px;
	outline: none;
	background: none;
	display: block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.page_xichanweixin_login_form_list_input_input:focus,.page_xichanweixin_login_form_list_input_retrieve input:focus{
	border-color: #1c5cff;
	-webkit-text-fill-color: #616e7c!important;
	-webkit-transition: background-color 5000s ease-in-out 0s;
	-moz-transition: background-color 5000s ease-in-out 0s;
	-ms-transition: background-color 5000s ease-in-out 0s;
	-o-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s;
}

.page_xichanweixin_login_form_list_input_input:hover,.page_xichanweixin_login_form_list_input_retrieve input:hover{
	border-color: #1c5cff;
}

.page_xichanweixin_login_form_list_input_input::-webkit-input-placeholder,.page_xichanweixin_login_form_list_input_input::placeholder,.page_xichanweixin_login_form_list_input_retrieve input::-webkit-input-placeholder,.page_xichanweixin_login_form_list_input_retrieve input::placeholder{
	color: #616e7c;
}

.page_xichanweixin_login_form_list_input_input::-webkit-autofill,.page_xichanweixin_login_form_list_input_retrieve input::-webkit-autofill{
	color: #616e7c;
}

.page_xichanweixin_login_form_list_input_vertify{
	position: relative;
	margin-top: 12px;
	border: 1px solid #d8d9e2;
	border-radius: 5px;
	overflow: hidden;
}

.page_xichanweixin_login_form_list_input_vertify:hover{
	border-color: #1c5cff;
}

.page_xichanweixin_login_form_list_input_vertify_con{
	position: relative;
	padding-right: 100px;
}

.page_xichanweixin_login_form_list_input_vertify_input{
	font-size: 16px;
	line-height: 1.5;
	color: #616e7c;
	width: 100%;
	padding: 0.7rem 14px;
	border: 0;
	outline: none;
	background: none;
	display: block;
}

.page_xichanweixin_login_form_list_input_vertify_input:focus{
	-webkit-text-fill-color: #616e7c!important;
	-webkit-transition: background-color 5000s ease-in-out 0s;
	-moz-transition: background-color 5000s ease-in-out 0s;
	-ms-transition: background-color 5000s ease-in-out 0s;
	-o-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s;
}

.page_xichanweixin_login_form_list_input_vertify_input::-webkit-input-placeholder,.page_xichanweixin_login_form_list_input_input::placeholder,.page_xichanweixin_login_form_list_input_retrieve input::placeholder{
	color: #616e7c;
}

.page_xichanweixin_login_form_list_input_vertify_input::-webkit-autofill{
	color: #616e7c;
}

.page_xichanweixin_login_form_list_input_vertify_con img{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5;
	width: 110px;
	height: 100%;
}

.page_xichanweixin_login_form_list_input_vertify_sento{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5;
	font-size: 16px;
	line-height: 1.5;
	color: #616e7c;
	width: 110px;
	height: 100%;
	border: 0;
	outline: none;
	cursor: pointer;
	background: #eff0f3;
	display: block;
}

.page_xichanweixin_login_form_list_input_vertify_sento_text{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.page_xichanweixin_login_form_list_input_links{
	font-size: 16px;
	line-height: 1.5;
}

.page_xichanweixin_login_form_list_input_links a{
	float: left;
}

.page_xichanweixin_login_form_list_submit{
	margin-top: 16px;
	border-radius: 12px;
}

.page_xichanweixin_login_form_list_submit:nth-child(n+2){
	margin-top: 20px;
}

.page_xichanweixin_login_form_list_submit_inputs,.page_xichanweixin_login_form_list_submit_links{
	position: relative;
	z-index: 8;
	border-radius: 12px;
	overflow: hidden;
}

.page_xichanweixin_login_form_list_submit input,.page_xichanweixin_login_form_list_submit_links a{
	font-size: 16px;
	line-height: 1.5;
	width: 100%;
	padding: 0.9rem 14px;
	border: 0;
	outline: none;
	text-align: center;
	background-color: rgba(0,0,0,0);
	display: block;
}

.page_xichanweixin_login_form_list_submit_inputs input{
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.page_xichanweixin_login_form_list_submit_inputs_a1{
	opacity: 1;
	background-image: -webkit-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -moz-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -ms-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -o-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	-webkit-background-clip: text;
	-moz-background-clip: text;
	-ms-background-clip: text;
	-o-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	-moz-text-fill-color: transparent;
	-ms-text-fill-color: transparent;
	-o-text-fill-color: transparent;
	text-fill-color: transparent;
	color: transparent;
}

.page_xichanweixin_login_form_list_submit:hover .page_xichanweixin_login_form_list_submit_inputs_a1,.page_xichanweixin_login_form_list_submit.on .page_xichanweixin_login_form_list_submit_inputs_a1{
	opacity: 0;
}

.page_xichanweixin_login_form_list_submit_inputs_a2{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	opacity: 0;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	color: #ffffff;
}

.page_xichanweixin_login_form_list_submit:hover .page_xichanweixin_login_form_list_submit_inputs_a2,.page_xichanweixin_login_form_list_submit.on .page_xichanweixin_login_form_list_submit_inputs_a2{
	opacity: 1;
}

.page_xichanweixin_login_form_list_submit_bj_a1{
	border-radius: 12px;
	background-image: -webkit-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -moz-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -ms-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -o-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-color: rgba(75,119,187,1);
}

.page_xichanweixin_login_form_list_submit_bj_a1::before{
	content: '';
	position: absolute;
	left: 2px;
	right: 2px;
	top: 2px;
	bottom: 2px;
	border-radius: 10px;
	background-color: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.page_xichanweixin_login_form_list_submit_bj_a2{
	border-radius: 12px;
	background-image: -webkit-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -moz-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -ms-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -o-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-color: rgba(75,119,187,1);
}

.page_xichanweixin_login_form_list_submit.on .page_xichanweixin_login_form_list_submit_bj_a1{
	opacity: 0;
}

.page_xichanweixin_login_form_list_submit.on .page_xichanweixin_login_form_list_submit_bj_a2{
	opacity: 1;
}

@media(max-width:1280px){
	.page_xichanweixin_login_form_list_input_title{
		font-size: 15px;
	}

	.page_xichanweixin_login_form_list_input_input,.page_xichanweixin_login_form_list_input_retrieve input{
		font-size: 15px;
		padding: 10px 14px;
	}

	.page_xichanweixin_login_form_list_input_vertify_input{
		font-size: 15px;
		padding: 10px 14px;
	}

	.page_xichanweixin_login_form_list_input_links{
		font-size: 15px;
	}

	.page_xichanweixin_login_form_list_submit input,.page_xichanweixin_login_form_list_submit_links a{
		font-size: 15px;
		padding: 13px 14px;
	}

	.page_xichanweixin_login_form_list_input_vertify_sento{
		font-size: 15px;
	}
}

@media(max-width:1200px){
	.page_xichanweixin_login_box{
		padding-top: 0;
	}
}

@media(max-width:991px){
	.page_xichanweixin_login_con_formbox_con{
		padding: 25px 20px;
	}

	.page_xichanweixin_login_con_formbox_fb{
		margin-top: 20px;
	}

	.page_xichanweixin_login_form_list_submit input,.page_xichanweixin_login_form_list_submit_links a{
		padding: 11px 14px;
	}
}

@media(max-width:768px){
	.page_xichanweixin_login_con_formbox_con{
		padding: 20px 18px;
	}

	.page_xichanweixin_login_con_formbox_fb{
		margin-top: 18px;
	}
}

@media(max-width:468px){
	.page_xichanweixin_login_form_list_input_vertify_con{
		padding-right: 100px;
	}

	.page_xichanweixin_login_form_list_input_vertify_con img{
		width: 100px;
	}

	.page_xichanweixin_login_form_list_input_vertify_sento{
		width: 100px;
	}
}


/*Search page*/
.page_search_universal_content_box{
	padding: 4.5% 0;
}

.page_search_universal_content_box_ft_con{
	padding: 0 20px;
	border: 1px solid #d8d9e2;
	border-radius: 5px;
	overflow: hidden;
}

.page_search_universal_content_box_ft_ul{
	margin: 0 -10px;
}

.page_search_universal_content_box_ft_li{
	padding: 0 10px;
}

.page_search_universal_content_box_ft_li_links{
	font-size: 18px;
	line-height: 1.6;
	padding: 10px 0;
	display: block;
}

.page_search_universal_content_box_ft_li_links.on .gradient_tetx1{
	opacity: 0;
}

.page_search_universal_content_box_ft_li_links.on .gradient_tetx2{
	opacity: 1;
}

.page_search_universal_content_box_fb_con{
	margin-top: 3.5%;
}

@media(max-width:1366px){
	.page_search_universal_content_box_ft_li_links{
		font-size: 17px;
	}
}

@media(max-width:1280px){
	.page_search_universal_content_box_ft_con{
		padding: 0 15px;
	}

	.page_search_universal_content_box_ft_ul{
		margin: 0 -7px;
	}

	.page_search_universal_content_box_ft_li{
		padding: 0 7px;
	}

	.page_search_universal_content_box_ft_li_links{
		font-size: 16px;
	}
}

@media(max-width:991px){
	.page_search_universal_content_box{
		padding: 4% 0;
	}

	.page_search_universal_content_box_fb_con{
		margin-top: 3%;
	}
}

@media(max-width:768px){
	.page_search_universal_content_box{
		padding: 30px 0;
	}

	.page_search_universal_content_box_fb_con{
		margin-top: 22px;
	}
}

@media(max-width:468px){
	.page_search_universal_content_box{
		padding: 25px 0;
	}

	.page_search_universal_content_box_fb_con{
		margin-top: 20px;
	}
}

/*Bind email*/
.page_xichanweixin_bind_emai_box{
	padding: 15px 0;
}

/*2026-04-28 modify*/
.page_xichanweixin_product_details_banner_introduction_fl_fc_circulartext{
	font-size: 18px;
	line-height: 28px;
	color: rgba(0,0,0,0.6);
}

.page_xichanweixin_product_details_banner_introduction_fl_fc_circulartext_list,.page_xichanweixin_product_details_banner_introduction_fl_fc_circulartext p{
	position: relative;
	padding-left: 20px;
}

.page_xichanweixin_product_details_banner_introduction_fl_fc_circulartext_list:nth-child(n+2),.page_xichanweixin_product_details_banner_introduction_fl_fc_circulartext p:nth-child(n+2){
	margin-top: 5px;
}

.page_xichanweixin_product_details_banner_introduction_fl_fc_circulartext_list::before,.page_xichanweixin_product_details_banner_introduction_fl_fc_circulartext p::before{
	content: '';
	position: absolute;
	left: 0;
	top: 9px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-image: -webkit-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -moz-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -ms-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: -o-linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-image: linear-gradient(90deg,rgba(71,188,201,1),rgba(75,119,187,1));
	background-color: rgba(75,119,187,1);
}

@media(max-width:1366px){
	.page_xichanweixin_product_details_banner_introduction_fl_fc_circulartext{
		font-size: 17px;
	}
}

@media(max-width:1280px){
	.page_xichanweixin_product_details_banner_introduction_fl_fc_circulartext{
		font-size: 16px;
		line-height: 26px;
	}

	.page_xichanweixin_product_details_banner_introduction_fl_fc_circulartext_list,.page_xichanweixin_product_details_banner_introduction_fl_fc_circulartext p{
		padding-left: 16px;
	}

	.page_xichanweixin_product_details_banner_introduction_fl_fc_circulartext_list::before,.page_xichanweixin_product_details_banner_introduction_fl_fc_circulartext p::before{
		width: 8px;
		height: 8px;
	}
}

/*-------------------------------------以上代码已检查-------------------------------------*/

















