/*Initialize style*/
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

html{
	margin: 0;
	padding: 0;
	border: 0;
	overflow-x: hidden;
}

body,div,span,object,iframe,h1,h2,h3,h4,p,blockquote,pre,a,address,code,b,em,img,dl,dt,dd,ol,ul,li,fieldset,form,label,footer,header,hgroup,navs,section{
	margin: 0;
	padding: 0;
	border: 0;
}

body{
	position: relative;
	font: 15px/1.5 Microsoft YaHei,arial,宋体,sans-serif;
	color: #333333;
	width: 100%;
	word-break: break-word;
	vertical-align: baseline;
	overflow-x: hidden!important;
	background-color: #ffffff;
}

a{
	color: #333333;
	outline: none;
	text-decoration: none;
}

a:hover,a:active,a:focus{
	color: #f1b937;
	outline: none;
	text-decoration: none;
}

input,textarea,select{
	font-family: Microsoft YaHei,arial,宋体,sans-serif;
	margin: 0;
	padding: 0;
}

img{
	border: none;
	vertical-align: middle;
	-webkit-user-drag: none;
	-moz-user-drag: none;
	-ms-user-drag: none;
	-o-user-drag: none;
	user-drag: none;
	background: none;
}

ul,ol,li{
	list-style-type: none;
}

select,input{
	vertical-align: middle;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

table,th,td{
	vertical-align: middle;
}

.clearfix:after{
	content: ".";
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
	display: block;
}

.clearfix{
	zoom: 1;
}

.clearboth{
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	overflow: hidden;
	clear: both;
}

h1,h2{
	font-weight: bold;
}

hr{
	height: 0;
	border: 0;
	border-top: 1px solid #cccccc;
}

h3,h4,h5,h6{
	font-weight: normal;
}

/*Common css*/
.fl{
	float: left;
}

.fr{
	float: right;
}

/*Flex layout*/
.flex_wrap{
	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;
}

/*Flex layout vertically aligned*/
.flex_alise{
	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-align-content: space-between;
	-moz-align-content: space-between;
	-ms-align-content: space-between;
	-o-align-content: space-between;
	align-content: space-between;
}

/*Flex layout is centered up and down*/
.flex_alice{
	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-align-content: center;
	-moz-align-content: center;
	-ms-align-content: center;
	-o-align-content: center;
	align-content: center;
}

/*Flex layout aligned left and right*/
.flex_con{
	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: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

/*Flex layout is centered on the left and right sides*/
.flex_con_cen{
	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;
}

/*Main area*/
.max1400{
	max-width: 1500px;
	margin: 0 auto;
	padding: 0 50px;
}

.page_con_zhuti{
	max-width: 1500px;
	margin: 0 auto;
	padding: 0 50px;
}

@media(max-width:1280px){
	.max1400{
		padding: 0 30px;
	}

	.page_con_zhuti{
		padding: 0 30px;
	}
}

@media(max-width:991px){
	.max1400{
		padding: 0 20px;
	}

	.page_con_zhuti{
		padding: 0 20px;
	}

	body{
		padding-top: 61px!important;
	}
}

@media(max-width:768px){
	.max1400{
		padding: 0 15px;
	}

	.page_con_zhuti{
		padding: 0 15px;
	}
}

/*Header*/
.pc_header_top{
	font-size: 16px;
	line-height: 45px;
	color: #666666;
	background: #f7f7f7;
}

.pc_header_top a{
	color: #666666;
	-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;
}

.pc_header_top a:hover{
	color: #ff514a;
	text-decoration: underline;
}

.pc_header_top_fr_li{
	position: relative;
	padding-left: 21px;
}

.pc_header_top_fr_li::before{
	content: '';
	position: absolute;
	left: 10px;
	top: 50%;
	width: 1px;
	height: 15px;
	background: #999999;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.pc_header_top_fr_li:nth-child(1){
	padding-left: 0;
}

.pc_header_top_fr_li:nth-child(1)::before{
	display: none;
}

.pc_header_top_fr_li_language{
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.pc_header_top_fr_li_language_con{
	line-height: 30px;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.pc_header_top_fr_li img{
	max-width: 30px;
	vertical-align: middle;
}

#pc_header{
	width: 100%;
	background: #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;
}

.pc_header_con{
	line-height: 130px;
	height: 130px;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.pc_header_fl{
	/*width: 52%;*/
	/* width: 56%; */
	/* width: 72%; */
	width: 65%;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.pc_logo{
	/*max-width: 18%;*/
	/*max-width: 28%;*/
	/*max-width: 40%;*/
	max-width: 37%;
	padding-right: 15px;
}

.pc_logo img{
	max-width: 100%;
	max-height: 100px;
}

.pc_logo_advertisement{
	/*width: 82%;*/
	/*width: 72%;*/
	/*width: 60%;*/
	width: 63%;
	padding: 5px 0;
	padding-left: 15px;
	border-left: 1px solid #dfdfdf;
}

.pc_logo_advertisement h3{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	color: #333333;
}

.pc_logo_advertisement h4{
	font-size: 18px;
	line-height: 1.5;
	color: #333333;
	margin-top: 5px;
}

.pc_header_fr{
	/*max-width: 48%;3*/
	/*max-width: 42%;2*/
	/*max-width: 25%;1*/
	max-width: 32%;/*1*/
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.pc_header_ewm{
	width: 95px;
}

.pc_header_ewm:nth-last-child(1){
	margin-left: 6px;
}

.pc_header_ewm:nth-last-child(2){
	margin-left: 6px;
}

.pc_header_ewm .img{
	line-height: 0;
}

.pc_header_ewm .img img{
	width: 100%;
}

.pc_header_ewm .wz{
	font-size: 15px;
	line-height: 1.6;
	color: #666666;
	text-align: center;
}

.pc_header_phone{
	font-family: Arial;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.65;
	color: #333333;
	/*margin-right: 6px;*/
	padding-left: 40px;
	background-image: url(../images/img/top_phone.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 32px;
}

.pc_header_nav{
	background: #ffffff;
}

.pc_nav{
	width: 100%;
	border-top: 1px solid #dfdfdf;
}

.pc_nav>ul{
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-o-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-content: center;
	-moz-align-content: center;
	-ms-align-content: center;
	-o-align-content: center;
	align-content: center;
}

.pc_nav>ul>li{
	position: relative;
	font-size: 0;
	width: 11.111111111111%;
	text-align: center;
}

.pc_nav>ul>li::before{
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	height: 25px;
	background: #dfdfdf;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.pc_nav>ul>li:last-child::before{
	display: none;
}

.pc_nav>ul>li>a{
	position: relative;
	font-size: 16px;
	line-height: 60px;
	color: #666666;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	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;
}

.pc_nav>ul>li.active>a{
	color: #f1b937;
}

.pc_nav>ul>li:hover>a{
	color: #f1b937;
}

.pc_nav>ul>li>a::before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 3px;
	background: #f1b937;
	-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;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.pc_nav>ul>li.active>a::before{
	width: 100%;
}

.pc_nav>ul>li:hover>a::before{
	width: 100%;
}

.pc_nav_erji_w{
	position: absolute;
	left: 50%;
	top: 100%;
	z-index: 999;
	width: 150px;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	background: #ffffff;
	-webkit-transform: translate(-50%,20px);
	-moz-transform: translate(-50%,20px);
	-ms-transform: translate(-50%,20px);
	-o-transform: translate(-50%,20px);
	transform: translate(-50%,20px);
	-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;
}

.pc_nav>ul>li:hover .pc_nav_erji_w{
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	transform: translate(-50%,0);
}

.pc_nav_erji_li a{
	font-size: 15px;
	line-height: 2;
	color: #333333;
	padding: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	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;
}

.pc_nav_erji_li:hover a{
	color: #ffffff;
	background: #f1b937;
}

.pc_sousuo{
	position: relative;
	z-index: 999;
	width: 30px;
}

.pc_sousuo1{
	width: 30px;
	height: 30px;
	margin-top: 25px;
	cursor: pointer;
	background-image: url(../images/img/pc_header_search_btn_ico.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 25px;
}

.pc_sousuo2{
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 999;
	width: 250px;
	background: #f1b937;
	display: none;
}

.pc_sousuo2 input{
	font-size: 14px;
	line-height: 45px;
	color: rgba(255,255,255,0.28);
	width: 36px;
	border: 0;
	float: left;
	outline: none!important;
	background: #0662af;
}

.pc_sousuo2 .pc_sousuo_con_tijiao{
	cursor: pointer;
	background-image: url(../images/img/pc_header_search_btn_ico_2.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px;
}

.pc_sousuo2 .pc_sousuo_con_shuru{
	font-size: 14px;
	line-height: 45px;
	color: rgba(255,255,255,1);
	width: calc(100% - 36px);
	padding-left: 13px;
	border: 0;
	float: left;
	outline: none!important;
	background: none;
}

.pc_sousuo2 .pc_sousuo_con_shuru::-webkit-autofill{
	-webkit-text-fill-color: rgba(255,255,255,1)!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;
}

.pc_sousuo2 .pc_sousuo_con_shuru::placeholder{
	color: rgba(255,255,255,1);
}

.pc_header_global_fr{
	position: relative;
	margin-left: 10px;
}

.pc_header_global_fr a{
	position: relative;
	padding-left: 28px;
	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;
}

.pc_header_global_fr::before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 22px;
	height: 22px;
	opacity: 1;
	background-image: url(../images/img/top_header_global_ico.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-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;
}

@media(max-width:1366px){
	.pc_logo{
		max-width: 35%;
	}

	.pc_logo_advertisement{
		width: 65%;
	}

	.pc_logo_advertisement h3{
		font-size: 18px;
	}

	.pc_logo_advertisement h4{
		font-size: 17px;
	}
}

@media(max-width:1280px){
	.pc_header_phone{
		font-size: 24px;
		padding-left: 38px;
		background-size: 30px;
	}
}

@media(max-width:1200px){
	.pc_header_top{
		font-size: 15px;
	}

	.pc_header_fl{
		/*width: 65%;*/
		width: 71%;
	}

	.pc_logo{
		max-width: 40%;
		padding-right: 10px;
	}

	.pc_logo_advertisement{
		width: 60%;
		padding-left: 10px;
	}

	.pc_logo_advertisement h3{
		font-size: 17px;
	}

	.pc_logo_advertisement h4{
		font-size: 16px;
	}

	.pc_header_fr{
		max-width: 26%;
	}

	.pc_header_ewm{
		display: none;
	}

	.pc_header_ewm .wz{
		font-size: 14px;
	}

	.pc_header_phone{
		font-size: 22px;
	}

	.pc_nav>ul>li>a{
		font-size: 15px;
	}
}

@media(max-width:991px){
	.pc_header_top{
		display: none;
	}

	#pc_header{
		display: none;
	}

	.pc_header_nav{
		display: none;
	}
}

/*Banner*/
.index_banner{
	position: relative;
	overflow: hidden;
}

.index_banner_li{
	position: relative;
	overflow: hidden;
}

.index_banner_li .img_box{
	height: 100%;
}

.index_banner .index_banner_li .img_box .img_box_video{
	position: relative;
	height: 100%;
}

.index_banner .index_banner_li .img_box .img_box_video .img{
	height: 100%;
	min-height: 180px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.index_banner .index_banner_li .img_box .img_box_video .img img{
	width: 100%;
	height: 100%;
	opacity: 0;
}

.index_banner_video_class{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	-webkit-object-fit: cover;
	-moz-object-fit: cover;
	-ms-object-fit: cover;
	-o-object-fit: cover;
	object-fit: cover;
}

.index_banner_canvas_class{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	-webkit-object-fit: cover;
	-moz-object-fit: cover;
	-ms-object-fit: cover;
	-o-object-fit: cover;
	object-fit: cover;
}

.index_banner_yuandian{
	position: absolute;
	left: 0;
	bottom: 6%!important;
	z-index: 99;
	font-size: 0;
	text-align: center;
}

.index_banner_yuandian span{
	position: relative;
	width: 35px;
	height: 7px;
	margin: 0 5px!important;
	opacity: 1;
	border-radius: 25px;
	background: #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;
}

.index_banner_yuandian span.swiper-pagination-bullet-active{
	background: #f1b937;
}

.index_banner_btnl,.index_banner_btnr{
	position: absolute;
	top: 50%;
	z-index: 800;
	width: 50px;
	height: 65px;
	background: #424246;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-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;
}

.index_banner_btnl{
	left: 0;
}

.index_banner_btnr{
	right: 0;
}

.index_banner_btnl:hover,.index_banner_btnr:hover{
	background: #f1b937;
}

.index_banner_btnl span,.index_banner_btnr span{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 17px;
	height: 17px;
	background-position: center;
	background-repeat: no-repeat;
	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%);
}

.index_banner_btnl span{
	background-image: url(../images/img/index_banner_arrow_l.png);
}

.index_banner_btnr span{
	background-image: url(../images/img/index_banner_arrow_r.png);
}

@media(max-width:1366px){
	.index_banner_btnl,.index_banner_btnr{
		width: 45px;
		height: 60px;
	}

	.index_banner_btnl span,.index_banner_btnr span{
		width: 16px;
		height: 16px;
	}
}

@media(max-width:1280px){
	.index_banner_btnl,.index_banner_btnr{
		width: 40px;
		height: 55px;
	}

	.index_banner_btnl span,.index_banner_btnr span{
		width: 15px;
		height: 15px;
	}
}

@media(max-width:991px){
	.index_banner_li .img_box{
		height: auto;
	}

	.index_banner .index_banner_li .img_box .img_box_video{
		height: auto;
	}

	.index_banner .index_banner_li .img_box .img_box_video .img{
		height: auto;
	}

	.index_banner .index_banner_li .img_box .img_box_video .img img{
		height: auto;
	}

	.index_banner_yuandian span{
		width: 30px;
		height: 6px;
	}

	.index_banner_btnl,.index_banner_btnr{
		display: none;
	}
}

@media(max-width:768px){
	.index_banner_yuandian{
		bottom: 20px!important;
	}

	.index_banner_yuandian span{
		width: 28px;
		height: 5px;
		margin: 0 4px!important;
	}
}

@media(max-width:468px){
	.index_banner_yuandian{
		bottom: 15px!important;
	}

	.index_banner_yuandian span{
		width: 25px;
		height: 4px;
	}
}

/*Trending searches*/
.index_remensousuo{
	border-bottom: 1px solid #e4e4e4;
	background: #ffffff;
	/*background: #f7f7f7;*/
}

.index_remensousuo_con{
	height: 75px;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.index_remensousuo_fl{
	font-size: 16px;
	line-height: 42px;
	color: #333333;
	width: 100%;
	padding-right: 260px;
	margin-right: -260px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index_remensousuo_fl a{
	color: #666666;
	margin: 0 5px;
	-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;
}

.index_remensousuo_fl a:hover{
	color: #f1b937;
}

.index_remensousuo_fr{
	width: 240px;
	border: 1px solid #e4e4e4;
	border-radius: 30px;
	overflow: hidden;
	/*background: #f2f2f2;*/
	/*background: #ffffff;*/
	background: #f7f7f7;
}

.index_remensousuo_fr_shuru{
	font-size: 15px;
	line-height: 42px;
	color: #666666;
	width: calc(100% - 56px);
	padding-left: 20px;
	border: 0;
	float: left;
	outline: none!important;
	background: none;
}

.index_remensousuo_fr_shuru:-webkit-autofill{
	-webkit-text-fill-color: #666666!important;
	transition: background-color 5000s ease-in-out 0s;
}

.index_remensousuo_fr_shuru::placeholder{
	color: #666666;
}

.index_remensousuo_fr_tijiao{
	position: relative;
	width: 55px;
	height: 42px;
	border: 0;
	outline: none!important;
	background-color: rgba(0,0,0,0);
	background-image: url(../images/img/index_search_ico.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px;
}

@media(max-width:1200px){
	.index_remensousuo_fl{
		font-size: 15px;
	}
}

@media(max-width:991px){
	.index_remensousuo{
		display: none;
	}
}

/*About*/
.index_xihua_about{
	padding: 4% 0;
	background: #f7f7f7;
}

.index_xihua_about_ft{
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.index_xihua_about_ft_fl{
	width: 48%;
}

.index_xihua_about_ft_fl img{
	width: 100%;
}

.index_xihua_about_ft_fr{
	width: 48%;
}

.index_xihua_about_ft_fr_ft h3{
	font-size: 1.1rem;
	line-height: 1.5;
	color: #333333;
}

.index_xihua_about_ft_fr_ft h4{
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.5;
	color: #333333;
	margin-top: 10px;
}

.index_xihua_about_ft_fr_fc{
	font-size: 16px;
	line-height: 2;
	color: #666666;
	margin-top: 2%;
}

.index_xihua_about_ft_fr_fb{
	margin-top: 3%;
}

.index_xihua_about_ft_fr_fb a{
	font-size: 16px;
	line-height: 2;
	color: #ffffff;
	padding: 6px 25px;
	border-radius: 5px;
	background: #f1b937;
	-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;
}

.index_xihua_about_ft_fr_fb a:hover{
	background: #ff514a;
}

.index_xihua_about_fb{
	margin-top: 3%;
}

.index_xihua_about_fb li{
	position: relative;
	width: 25%;
	padding: 0 5px;
	text-align: center;
}

.index_xihua_about_fb li::before{
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	height: 90%;
	background: #cccccc;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.index_xihua_about_fb li::after{
	content: '';
	position: absolute;
	right: -2px;
	top: 50%;
	width: 5px;
	height: 50%;
	border-radius: 7px;
	background: #ff514a;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.index_xihua_about_fb li:nth-child(4n)::before,.index_xihua_about_fb li:nth-child(4n)::after{
	opacity: 0;
}

.index_xihua_about_fb li h3{
	font-size: 0;
}

.index_xihua_about_fb li h3 .shuzi{
	font-family: Impact;
	font-size: 3.5rem;
	line-height: 1.1;
	color: #f1b937;
	vertical-align: middle;
	display: inline-block;
}

.index_xihua_about_fb li h3 .wenzi{
	font-size: 15px;
	line-height: 30px;
	color: #ffffff;
	width: 30px;
	margin-left: 5px;
	border-radius: 50%;
	vertical-align: top;
	background: #ff514a;
	display: inline-block;
}

.index_xihua_about_fb li h4{
	font-size: 16px;
	line-height: 2;
	color: #333333;
	margin-top: 10px;
}

@media(max-width:1200px){
	.index_xihua_about_ft_fr_ft h3{
		font-size: 17px;
	}

	.index_xihua_about_ft_fr_ft h4{
		font-size: 22px;
	}

	.index_xihua_about_ft_fr_fc{
		line-height: 1.8;
	}

	.index_xihua_about_ft_fr_fb a{
		padding: 5px 22px;
	}
}

@media(max-width:991px){
	.index_xihua_about_ft_fl{
		width: 100%;
	}

	.index_xihua_about_ft_fr{
		width: 100%;
		margin-top: 15px;
	}

	.index_xihua_about_ft_fr_ft h4{
		margin-top: 8px;
	}

	.index_xihua_about_ft_fr_fc{
		margin-top: 8px;
	}

	.index_xihua_about_ft_fr_fb{
		margin-top: 12px;
	}
}

@media(max-width:768px){
	.index_xihua_about{
		padding: 30px 0;
	}

	.index_xihua_about_fb{
		margin-top: 22px;
	}

	.index_xihua_about_fb li{
		width: 50%;
	}

	.index_xihua_about_fb li:nth-child(n+3){
		margin-top: 10px;
	}

	.index_xihua_about_fb li:nth-child(2n)::before,.index_xihua_about_fb li:nth-child(2n)::after{
		opacity: 0;
	}

	.index_xihua_about_fb li h3 .shuzi{
		font-size: 32px;
	}

	.index_xihua_about_fb li h3 .wenzi{
		font-size: 14px;
		line-height: 26px;
		width: 26px;
	}
}

@media(max-width:468px){
	.index_xihua_about{
		padding: 25px 0;
	}

	.index_xihua_about_ft_fr_ft h4{
		font-size: 20px;
	}

	.index_xihua_about_fb{
		margin-top: 18px;
	}

	.index_xihua_about_fb li h3 .shuzi{
		font-size: 30px;
	}
}

/*Service*/
.index_xihua_service{
	padding: 4% 0;
	background: #f7f7f7;
}

.index_xihua_service_ft{
	text-align: center;
}

.index_xihua_service_ft h3{
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
	color: #333333;
}

.index_xihua_service_ft h3 .titlecompany{
	color: #f1b937;
}

.index_xihua_service_ft h3 .titlename{
	color: #ff514a;
}

.index_xihua_service_ft h4{
	font-size: 18px;
	line-height: 2;
	color: #666666;
}

.index_xihua_service_fb{
	margin-top: 3%;
}

.index_xihua_service_fb li{
	position: relative;
	width: 16.666666666666%;
	padding: 4.5% 1.5%;
	border-left: 1px solid #dddddd;
	text-align: center;
	cursor: pointer;
}

.index_xihua_service_fb li:nth-child(6n){
	border-right: 1px solid #dddddd;
}

.index_xihua_service_fb li::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: #f1b937;
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	-o-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transition-property: transform;
	-moz-transition-property: transform;
	-ms-transition-property: transform;
	-o-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.index_xihua_service_fb li.on::before{
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition-timing-function: cubic-bezier(0.52,1.64,0.37,0.66);
	-moz-transition-timing-function: cubic-bezier(0.52,1.64,0.37,0.66);
	-ms-transition-timing-function: cubic-bezier(0.52,1.64,0.37,0.66);
	-o-transition-timing-function: cubic-bezier(0.52,1.64,0.37,0.66);
	transition-timing-function: cubic-bezier(0.52,1.64,0.37,0.66);
}

.index_xihua_service_fb li .img{
	position: relative;
	z-index: 5;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	overflow: hidden;
}

.index_xihua_service_fb li .img img{
	position: relative;
	top: 0;
	width: 100%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.index_xihua_service_fb li.on .img img{
	top: -50px;
}

.index_xihua_service_fb li .wz1{
	position: relative;
	z-index: 5;
	margin: 10px 0;
	text-align: center;
}

.index_xihua_service_fb li .wz1 h3{
	font-size: 19px;
	font-weight: bold;
	line-height: 1.5;
	color: #333333;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.index_xihua_service_fb li.on .wz1 h3{
	color: #ffffff;
}

.index_xihua_service_fb li .wz1 h4{
	font-size: 14px;
	line-height: 1.5;
	color: #666666;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.index_xihua_service_fb li.on .wz1 h4{
	color: rgba(255,255,255,0.9);
}

.index_xihua_service_fb li .wz2{
	position: relative;
	z-index: 5;
	font-size: 15px;
	line-height: 1.8;
	color: #666666;
	margin-top: 18%;
	text-align: center;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.index_xihua_service_fb li.on .wz2{
	color: rgba(255,255,255,0.9);
}

@media(max-width:1280px){
	.index_xihua_service_fb li .img{
		width: 45px;
		height: 45px;
	}

	.index_xihua_service_fb li.on .img img{
		top: -45px;
	}

	.index_xihua_service_fb li .wz1 h3{
		font-size: 18px;
	}

	.index_xihua_service_fb li .wz1 h4{
		font-size: 12px;
	}
}

@media(max-width:1200px){
	.index_xihua_service_ft h3{
		font-size: 26px;
	}

	.index_xihua_service_ft h4{
		font-size: 17px;
	}
}

@media(max-width:991px){
	.index_xihua_service_fb li{
		width: 33.333333333333%;
	}

	.index_xihua_service_fb li:nth-child(n+4){
		margin-top: 3%;
	}

	.index_xihua_service_fb li:nth-child(1){
		border-left: 0;
	}

	.index_xihua_service_fb li:nth-child(4){
		border-left: 0;
	}

	.index_xihua_service_fb li:nth-child(6){
		border-right: 0;
	}

	.index_xihua_service_fb li .img{
		width: 40px;
		height: 40px;
	}

	.index_xihua_service_fb li.on .img img{
		top: -40px;
	}
}

@media(max-width:768px){
	.index_xihua_service{
		padding: 30px 0;
	}

	.index_xihua_service_fb{
		margin-top: 22px;
	}

	.index_xihua_service_fb li{
		width: 50%;
		padding: 20px 15px;
	}

	.index_xihua_service_fb li:nth-child(3){
		border-left: 0;
	}

	.index_xihua_service_fb li:nth-child(4){
		border-left: 1px solid #dddddd;
	}

	.index_xihua_service_fb li:nth-child(5){
		border-left: 0;
	}

	.index_xihua_service_fb li:nth-child(6){
		border-right: 0;
	}

	.index_xihua_service_fb li:nth-child(n+3){
		margin-top: 15px;
	}

	.index_xihua_service_fb li .wz2{
		margin-top: 10px;
	}
}

@media(max-width:468px){
	.index_xihua_service{
		padding: 25px 0;
	}

	.index_xihua_service_ft h3{
		font-size: 24px;
	}

	.index_xihua_service_ft h4{
		font-size: 16px;
	}

	.index_xihua_service_fb{
		margin-top: 18px;
	}

	.index_xihua_service_fb li{
		padding: 20px 10px;
	}

	.index_xihua_service_fb li .wz1 h3{
		font-size: 16px;
	}

	.index_xihua_service_fb li .wz2{
		font-size: 14px;
	}
}

/*Product center*/
.index_xihua_product{
	padding: 4% 0;
	/*background: #f7f7f7;*/
}

.index_xihua_product_fc{
	margin-top: 3%;
}

.index_xihua_product_fc ul{
	padding: 0 3%;
	background: #f7f7f7;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

.index_xihua_product_fc li{
	position: relative;
	width: 16.666666666666%;
}

.index_xihua_product_fc li::before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #333333;
	-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;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.index_xihua_product_fc li.on::before,.index_xihua_product_fc li:hover::before{
	background: #f1b937;
}

.index_xihua_product_fc li a{
	font-size: 17px;
	font-weight: bold;
	line-height: 50px;
	color: #333333;
	padding: 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	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;
}

.index_xihua_product_fc li.on a,.index_xihua_product_fc li:hover a{
	color: #f1b937;
}

.index_xihua_product_fb{
	margin-top: 3%;
}

.index_xihua_product_fb_fl{
	width: 40%;
	border: 1px solid #dddddd;
}

.index_xihua_product_fb_fl ul{
	height: 100%;
}

.index_xihua_product_fb_fl ul li{
	height: 100%;
}

.index_xihua_product_fb_fl li a{
	height: 100%;
	/*padding: 2rem 2.5rem;*/
	padding: 2rem;
	display: block;
}

.index_xihua_product_fb_fl li .img{
	overflow: hidden;
}

.index_xihua_product_fb_fl li .img img{
	width: 100%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.index_xihua_product_fb_fl 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);
}

.index_xihua_product_fb_fl li .wz{
	margin-top: 5%;
}

.index_xihua_product_fb_fl li .wz_ft{
	position: relative;
	width: 100%;
	padding: 10px 0;
}

.index_xihua_product_fb_fl li .wz_ft::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 7rem;
	height: 2px;
	background: #333333;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.index_xihua_product_fb_fl li:hover .wz_ft::before{
	background: #f1b937;
}

.index_xihua_product_fb_fl li .wz_ft::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 12rem;
	height: 2px;
	background: #333333;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.index_xihua_product_fb_fl li:hover .wz_ft::after{
	background: #f1b937;
}

.index_xihua_product_fb_fl li .wz_ft h3{
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.5;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.index_xihua_product_fb_fl li:hover .wz_ft h3{
	color: #f1b937;
}

.index_xihua_product_fb_fl li .wz_ft h4{
	font-size: 15px;
	line-height: 2;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: none;
}

.index_xihua_product_fb_fl li .wz_fc{
	font-size: 15px;
	line-height: 1.8;
	color: #666666;
	width: 100%;
	max-height: 5.4em;
	margin-top: 5%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.index_xihua_product_fb_fl li .wz_fb{
	font-size: 15px;
	line-height: 1.5;
	color: #666666;
	width: 100%;
	text-decoration: underline;
	display: none;
}

.index_xihua_product_fb_fr{
	width: 60%;
	border: 1px solid #dddddd;
	border-left: 0;
}

.index_xihua_product_fb_fr li:nth-child(n+2){
	border-top: 1px solid #dddddd;
}

.index_xihua_product_fb_fr li a{
	/*padding: 2rem 2.5rem;*/
	padding: 2rem 2rem;
}

.index_xihua_product_fb_fr li .img{
	width: 40%;
	overflow: hidden;
}

.index_xihua_product_fb_fr li .img img{
	width: 100%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.index_xihua_product_fb_fr 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);
}

.index_xihua_product_fb_fr li .wz{
	width: 55%;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

.index_xihua_product_fb_fr li .wz_ft{
	position: relative;
	width: 100%;
	padding: 10px 0;
}

.index_xihua_product_fb_fr li .wz_ft::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 7rem;
	height: 2px;
	background: #333333;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.index_xihua_product_fb_fr li:hover .wz_ft::before{
	background: #f1b937;
}

.index_xihua_product_fb_fr li .wz_ft::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 12rem;
	height: 2px;
	background: #333333;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.index_xihua_product_fb_fr li:hover .wz_ft::after{
	background: #f1b937;
}

.index_xihua_product_fb_fr li .wz_ft h3{
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.5;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.index_xihua_product_fb_fr li:hover .wz_ft h3{
	color: #f1b937;
}

.index_xihua_product_fb_fr li .wz_ft h4{
	font-size: 15px;
	line-height: 2;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: none;
}

.index_xihua_product_fb_fr li .wz_fc{
	font-size: 15px;
	line-height: 1.8;
	color: #666666;
	width: 100%;
	max-height: 7.2em;
	margin: 2% 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.index_xihua_product_fb_fr li .wz_fb{
	font-size: 15px;
	line-height: 1.5;
	color: #666666;
	width: 100%;
	text-decoration: underline;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.index_xihua_product_fb_fr li:hover .wz_fb{
	color: #f1b937;
}

@media(max-width:991px){
	.index_xihua_product_fc li a{
		font-size: 16px;
	}

	.index_xihua_product_fb_fl{
		width: 100%;
	}

	.index_xihua_product_fb_fl ul{
		height: auto;
	}

	.index_xihua_product_fb_fl ul li{
		height: auto;
	}

	.index_xihua_product_fb_fl li a{
		height: auto;
		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: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		-o-justify-content: space-between;
		justify-content: space-between;
	}

	.index_xihua_product_fb_fl li .img{
		width: 40%;
	}

	.index_xihua_product_fb_fl li .wz{
		width: 55%;
		margin-top: 0;
		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-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		-o-justify-content: space-between;
		justify-content: space-between;
	}

	.index_xihua_product_fb_fl li .wz_ft::before{
		width: 60px;
	}

	.index_xihua_product_fb_fl li .wz_ft::after{
		width: 140px;
	}

	.index_xihua_product_fb_fl li .wz_ft h3{
		font-size: 18px;
	}

	.index_xihua_product_fb_fl li .wz_fc{
		max-height: 7.2em;
		margin: 2% 0;
		-webkit-line-clamp: 4;
	}

	.index_xihua_product_fb_fl li .wz_fb{
		display: block;
	}

	.index_xihua_product_fb_fr{
		width: 100%;
		border-left: 1px solid #dddddd;
		border-top: 0;
	}

	.index_xihua_product_fb_fr li .wz_ft::before{
		width: 60px;
	}

	.index_xihua_product_fb_fr li .wz_ft::after{
		width: 140px;
	}

	.index_xihua_product_fb_fr li .wz_ft h3{
		font-size: 18px;
	}
}

@media(max-width:768px){
	.index_xihua_product{
		padding: 30px 0;
	}

	.index_xihua_product_fc{
		margin-top: 22px;
	}

	.index_xihua_product_fc ul{
		padding: 0;
		background: none;
	}

	.index_xihua_product_fc li{
		width: 32%;
		margin-right: 2%;
		text-align: center;
	}

	.index_xihua_product_fc li:nth-child(3n){
		margin-right: 0;
	}

	.index_xihua_product_fc li:nth-child(n+4){
		margin-top: 2%;
	}

	.index_xihua_product_fc li::before{
		display: none;
	}

	.index_xihua_product_fc li a{
		font-size: 15px;
		font-weight: normal;
		color: #ffffff;
		padding: 0 10px;
		background: #f1b937;
	}

	.index_xihua_product_fc li.on a,.index_xihua_product_fc li:hover a{
		color: #ffffff;
		background: #ff514a;
	}

	.index_xihua_product_fb{
		margin-top: 22px;
	}

	.index_xihua_product_fb_fl li a{
		padding: 20px;
	}

	.index_xihua_product_fb_fl li .wz_fc{
		margin: 15px 0;
	}

	.index_xihua_product_fb_fr li a{
		padding: 20px;
	}

	.index_xihua_product_fb_fr li .wz_fc{
		margin: 15px 0;
	}
}

@media(max-width:560px){
	.index_xihua_product_fb_fl li .img{
		width: 100%;
	}

	.index_xihua_product_fb_fl li .wz{
		width: 100%;
		margin-top: 15px;
	}

	.index_xihua_product_fb_fr li .img{
		width: 100%;
	}

	.index_xihua_product_fb_fr li .wz{
		width: 100%;
		margin-top: 15px;
	}
}

@media(max-width:468px){
	.index_xihua_product{
		padding: 25px 0;
	}

	.index_xihua_product_fc{
		margin-top: 18px;
	}

	.index_xihua_product_fc li{
		width: 49%;
	}

	.index_xihua_product_fc li:nth-child(3n){
		margin-right: 2%;
	}

	.index_xihua_product_fc li:nth-child(2n){
		margin-right: 0;
	}

	.index_xihua_product_fc li:nth-child(n+3){
		margin-top: 2%;
	}

	.index_xihua_product_fb{
		margin-top: 18px;
	}
}

/*horizontal image*/
.hf{
	position: relative;
	padding: 4% 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.hf-show{
	position: relative;
	z-index: 9;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	-o-justify-content: flex-end;
	justify-content: flex-end;
}

.hf-left{
	/*width: 90%;*/
	width: 100%;
	-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;
}

.hf-text{
	font-size: 0;
	max-width: 64%;
	margin-right: 4%;
	float: left;
	/*text-align: center;*/
	text-align: left;
}

.hf-text h3{
	/*font-size: 1.2rem;*/
	line-height: 1.6;
	/*font-weight: bold;*/
	color: #ffffff;
	font-size: 1.3rem;
}

.hf-text h3 span{
	font-size: 1.9rem;
	font-weight: bold;
	color: #f1b937;
	margin-right: 5px;
}

.hf-text h4,.hf-text-h5{
	/*font-size: 20px;*/
	line-height: 1.6;
	color: #ffffff;
	margin-top: 1rem;
	font-size: 1.1rem;
}

.hf-text a{
	font-size: 16px;
	line-height: 45px;
	color: #ffffff;
	min-width: 130px;
	margin: 0 auto;
	margin-top: 1.3rem;
	padding: 0 18px;
	border-radius: 5px;
	text-align: center;
	background: #f1b937;
	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;
}

.hf-text a:hover{
	color: #ffffff;
	background: #ff514a;
}

.hf-form{
	width: 32%;
	max-width: 380px;
	float: right;
}

.hf-form input{
	font-size: 15px;
	line-height: 47px;
	color: #999999;
	width: 100%;
	padding: 0 20px;
	border: none;
	border-radius: 5px;
	outline: none!important;
	background: #ffffff;
}

.hf-form .pho{
	margin-top: 0;
}

.hf-form .inp{
	position: relative;
	margin-top: 14px;
}

.hf-form .x-submit{
	font-size: 15px;
	color: #ffffff;
	margin-top: 14px;
	padding: 0!important;
	border-radius: 5px;
	cursor: pointer;
	background: #f1b937;
	-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;
}

.hf-form .x-submit:hover{
	background: #ff514a;
}

@media(max-width:1280px){
	.hf-text h4,.hf-text-h5{
		font-size: 18px;
	}
}

@media(max-width:1200px){
	.hf-text h3{
		font-size: 20px;
	}

	.hf-text h4,.hf-text-h5{
		font-size: 18px;
	}
}

@media(max-width:991px){
	.hf-left{
		width: 100%;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		-o-justify-content: space-between;
		justify-content: space-between;
	}

	.hf::before{
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		z-index: 5;
		width: 100%;
		height: 100%;
		/*opacity: 1;*/
		opacity: 0;
		background: #f1b937;
	}

	.hf-text{
		width: 57%;
		max-width: 100%;
		margin-right: 0;
	}

	.hf-text h3{
		font-size: 18px;
	}

	.hf-text h3 span{
		margin-right: 24px;
	}

	.hf-text h4,.hf-text-h5{
		font-size: 17px;
		margin-top: 15px;
	}

	.hf-text a{
		margin-top: 18px;
	}

	.hf-form{
		width: 40%;
	}

	.hf-form input{
		line-height: 46px;
	}
}

@media(max-width:768px){
	.hf{
		padding: 30px 0;
	}

	.hf-text{
		width: 100%;
	}

	.hf-text h3{
		font-size: 17px;
	}

	.hf-text h3 span{
		margin-right: 22px;
	}

	.hf-text h4,.hf-text-h5{
		font-size: 16px;
		margin-top: 12px;
	}

	.hf-text a{
		font-size: 15px;
		margin-top: 15px;
	}

	.hf-form{
		width: 100%;
		max-width: 100%;
		margin-top: 18px;
	}

	.hf-form input{
		line-height: 45px;
		padding: 0 15px;
	}
}

@media(max-width:468px){
	.hf{
		padding: 25px 0;
	}
}

/*Application*/
.index_xihua_application{
	padding: 4% 0;
	background: #f7f7f7;
}

.index_xihua_application_ft{
	overflow: hidden;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.index_xihua_application_ft_fl{
	width: 80%;
	overflow: hidden;
}

.index_xihua_application_ft_fl_fr{
	font-size: 16px;
	line-height: 2;
	color: #666666;
	width: 92%;
	padding-right: 15rem;
	margin-right: -15rem;
}

.index_xihua_application_ft_fr a{
	font-size: 16px;
	line-height: 40px;
	color: #f1b937;
	width: 120px;
	border: 2px solid #f1b937;
	border-radius: 25px 0 25px 0;
	text-align: center;
	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;
}

.index_xihua_application_ft_fr a:hover{
	color: #ffffff;
	background: #f1b937;
}

.index_xihua_application_fb{
	margin-top: 3%;
	overflow: hidden;
}

.index_xihua_application_fb_fl{
	position: relative;
	z-index: 10;
	width: 52%;
	-webkit-align-content: space-between;
	-moz-align-content: space-between;
	-ms-align-content: space-between;
	-o-align-content: space-between;
	align-content: space-between;
}

.index_xihua_application_fb_fl_ft{
	width: 100%;
}

.index_xihua_application_fb_fl_ft ul{
	position: relative;
}

.index_xihua_application_fb_fl_ft ul::before{
	content: '';
	position: absolute;
	left: 15%;
	top: 30px;
	width: 70%;
	height: 2px;
	background: #eeeeee;
}

.index_xihua_application_fb_fl_ft li{
	width: 19.2%;
	margin-right: 1%;
	float: left;
	text-align: center;
	cursor: pointer;
}

.index_xihua_application_fb_fl_ft li:nth-child(5n){
	margin-right: 0;
}

.index_xihua_application_fb_fl_ft li .img{
	position: relative;
	font-size: 0;
	line-height: 60px;
	width: 60px;
	height: 60px;
	margin: 0 auto;
	border-radius: 50%;
	background: #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;
}

.index_xihua_application_fb_fl_ft li.on .img{
	background: #f1b937;
}

.index_xihua_application_fb_fl_ft li .img img{
	width: 30px;
	-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;
}

.index_xihua_application_fb_fl_ft li .img .img2{
	position: absolute;
	left: 50%;
	top: 50%;
	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%);
}

.index_xihua_application_fb_fl_ft li.on .img1{
	opacity: 0;
}

.index_xihua_application_fb_fl_ft li.on .img2{
	opacity: 1;
}

.index_xihua_application_fb_fl_ft li .wz{
	position: relative;
	top: 0;
	font-size: 17px;
	font-weight: bold;
	line-height: 2;
	color: #333333;
	margin-top: 5px;
	-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;
}

.index_xihua_application_fb_fl_ft li:hover .wz{
	/*top: 5px;*/
	color: #f1b937;
}

.index_xihua_application_fb_fl_ft li.on .wz{
	/*opacity: 0;*/
	color: #f1b937;
	opacity: 1;
}

.index_xihua_application_fb_fl_fc{
	width: 100%;
	margin: 3% 0;
}

.index_xihua_application_fb_fl_fc ul{
	position: relative;
}

.index_xihua_application_fb_fl_fc li{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.index_xihua_application_fb_fl_fc li.on{
	position: relative;
	z-index: 9;
	opacity: 1;
}

.index_xihua_application_fb_fl_fc li h3{
	font-size: 1.5rem;
	line-height: 1.5;
	color: #333333;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.index_xihua_application_fb_fl_fc li.on h3{
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.index_xihua_application_fb_fl_fc li h4{
	font-size: 18px;
	line-height: 2;
	color: #999999;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.index_xihua_application_fb_fl_fc li.on h4{
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.index_xihua_application_fb_fl_fc li h5{
	font-size: 18px;
	line-height: 1.6;
	color: #333333;
	margin: 3% 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: all 0.5s ease-in-out 0.3s;
	-moz-transition: all 0.5s ease-in-out 0.3s;
	-ms-transition: all 0.5s ease-in-out 0.3s;
	-o-transition: all 0.5s ease-in-out 0.3s;
	transition: all 0.5s ease-in-out 0.3s;
}

.index_xihua_application_fb_fl_fc li.on h5{
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.index_xihua_application_fb_fl_fc li a{
	font-size: 18px;
	line-height: 2;
	color: #f1b937;
	opacity: 0;
	visibility: hidden;
	display: inline-block;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: all 0.5s ease-in-out 0.3s;
	-moz-transition: all 0.5s ease-in-out 0.3s;
	-ms-transition: all 0.5s ease-in-out 0.3s;
	-o-transition: all 0.5s ease-in-out 0.3s;
	transition: all 0.5s ease-in-out 0.3s;
}

.index_xihua_application_fb_fl_fc li.on a{
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.index_xihua_application_fb_fl_fb{
	position: relative;
	width: 100%;
	margin: 0 12px;
	-webkit-transform: skewX(-8deg);
	-moz-transform: skewX(-8deg);
	-ms-transform: skewX(-8deg);
	-o-transform: skewX(-8deg);
	transform: skewX(-8deg);
}

.index_xihua_application_fb_fl_fb_nn{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(40px);
	-moz-transform: translateY(40px);
	-ms-transform: translateY(40px);
	-o-transform: translateY(40px);
	transform: translateY(40px);
	-webkit-transition: all 0.5s ease-in-out 0.3s;
	-moz-transition: all 0.5s ease-in-out 0.3s;
	-ms-transition: all 0.5s ease-in-out 0.3s;
	-o-transition: all 0.5s ease-in-out 0.3s;
	transition: all 0.5s ease-in-out 0.3s;
}

.index_xihua_application_fb_fl_fb_nn.on{
	position: relative;
	z-index: 9;
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.index_xihua_application_fb_fl_fb li{
	width: 30.666666666666%;
	margin-right: 4%;
	float: left;
}

.index_xihua_application_fb_fl_fb li:nth-child(3n){
	margin-right: 0;
}

.index_xihua_application_fb_fl_fb li .img{
	overflow: hidden;
}

.index_xihua_application_fb_fl_fb li .img img{
	width: 100%;
	-webkit-transform: skewX(8deg) scale(1.2);
	-moz-transform: skewX(8deg) scale(1.2);
	-ms-transform: skewX(8deg) scale(1.2);
	-o-transform: skewX(8deg) scale(1.2);
	transform: skewX(8deg) scale(1.2);
}

.index_xihua_application_fb_fr{
	width: 46%;
	overflow: hidden;
}

.index_xihua_application_fb_fr ul{
	position: relative;
}

.index_xihua_application_fb_fr li{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all 0.5s ease-in-out 0.3s;
	-moz-transition: all 0.5s ease-in-out 0.3s;
	-ms-transition: all 0.5s ease-in-out 0.3s;
	-o-transition: all 0.5s ease-in-out 0.3s;
	transition: all 0.5s ease-in-out 0.3s;
}

.index_xihua_application_fb_fr li.on{
	position: relative;
	z-index: 5;
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.index_xihua_application_fb_fr img{
	width: 100%;
}

@media(max-width:1280px){
	.index_xihua_application_fb_fl{
		width: 52%;
	}

	.index_xihua_application_fb_fl_ft li .wz{
		font-size: 16px;
	}

	.index_xihua_application_fb_fl_fc li h3{
		font-size: 26px;
	}

	.index_xihua_application_fb_fl_fc li h4{
		font-size: 17px;
	}

	.index_xihua_application_fb_fl_fc li h5{
		font-size: 17px;
	}

	.index_xihua_application_fb_fl_fc li a{
		font-size: 17px;
	}
}

@media(max-width:991px){
	.index_xihua_application_ft_fl{
		width: 100%;
	}

	.index_xihua_application_ft_fl_fr{
		width: 100%;
		padding-right: 0;
		margin-right: 0;
		margin-top: 10px;
	}

	.index_xihua_application_ft_fr a{
		display: none;
	}

	.index_xihua_application_fb_fl{
		width: 100%;
	}

	.index_xihua_application_fb_fl_fc{
		margin: 15px 0;
	}

	.index_xihua_application_fb_fl_fc li h5{
		margin: 15px 0;
	}

	.index_xihua_application_fb_fr{
		display: none;
	}
}

@media(max-width:768px){
	.index_xihua_application{
		padding: 30px 0;
	}

	.index_xihua_application_fb{
		margin-top: 22px;
	}

	.index_xihua_application_fb_fl_fc li h3{
		font-size: 24px;
	}

	.index_xihua_application_fb_fl_ft li .wz{
		font-size: 15px;
	}
}

@media(max-width:468px){
	.index_xihua_application{
		padding: 25px 0;
	}

	.index_xihua_application_fb{
		margin-top: 18px;
	}

	.index_xihua_application_fb_fl_fc li h3{
		font-size: 22px;
	}

	.index_xihua_application_fb_fl_ft li .img{
		line-height: 50px;
		width: 50px;
		height: 50px;
	}

	.index_xihua_application_fb_fl_ft li .wz{
		font-size: 14px;
	}

	.index_xihua_application_fb_fl_fc li h4{
		font-size: 16px;
	}

	.index_xihua_application_fb_fl_fc li h5{
		font-size: 16px;
	}

	.index_xihua_application_fb_fl_fc li a{
		font-size: 16px;
	}
}

/*Cooperative cients*/
.index_xihua_cooperate{
	position: relative;
	padding: 4% 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.index_xihua_cooperate .index_xihua_cooperate_con{
	position: relative;
	z-index: 5;
}

.index_xihua_cooperate .index_xihua_service_ft h3{
	color: #ffffff;
}

.index_xihua_cooperate .index_xihua_service_ft h3 .titlecompany{
	color: #ffffff;
}

.index_xihua_cooperate .index_xihua_service_ft h3 .titlename{
	color: #ffffff;
}

.index_xihua_cooperate .index_xihua_service_ft h4{
	color: #ffffff;
}

.index_xihua_cooperate_fb{
	position: relative;
	margin-top: 3%;
}

.index_xihua_cooperate_fb_con{
	margin: 0 25px;
	overflow: hidden;
}

.index_xihua_cooperate_fb li{
	width: 16.6666666666666%;
	cursor: pointer;
	overflow: hidden;
}

.index_xihua_cooperate_fb li .img{
	margin: 0 5%;
	overflow: hidden;
}

.index_xihua_cooperate_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;
}

.index_xihua_cooperate_fb li:hover .img img{
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}

.index_xihua_cooperate_fb_btnl.swiper-button-disabled,.index_xihua_cooperate_fb_btnr.swiper-button-disabled{
	opacity: 0.7;
}

.index_xihua_cooperate_fb_btnl,.index_xihua_cooperate_fb_btnr{
	position: absolute;
	left: 0;
	top: 50%;
	width: 16px;
	height: 16px;
	margin: -8px 0;
	border-left: 3px solid #ffffff;
	border-top: 3px solid #ffffff;
	cursor: pointer;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	-o-transform: rotate(315deg);
	transform: rotate(315deg);
}

.index_xihua_cooperate_fb_btnr{
	left: auto;
	right: 0;
	margin: -8px 0;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

@media(max-width:991px){
	.index_xihua_cooperate_fb li{
		width: 20%;
	}
}

@media(max-width:768px){
	.index_xihua_cooperate{
		padding: 30px 0;
	}

	.index_xihua_cooperate_fb{
		margin-top: 22px;
	}

	.index_xihua_cooperate_fb li{
		width: 33.333333333333%;
	}
}

@media(max-width:468px){
	.index_xihua_cooperate{
		padding: 25px 0;
	}

	.index_xihua_cooperate_fb{
		margin-top: 18px;
	}

	.index_xihua_cooperate_fb li{
		width: 50%;
	}
}

/*News center*/
.index_xihua_news{
	padding: 4% 0;
}

.index_xihua_news_ft{
	text-align: center;
}

.index_xihua_news_ft h3{
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.2;
	color: #f1b937;
}

.index_xihua_news_ft h4{
	font-size: 18px;
	line-height: 1.5;
	color: #222430;
	margin-top: 10px;
}

.index_xihua_news_fb{
	margin-top: 3%;
}

.index_xihua_news_fb_li{
	width: 32%;
	margin-right: 2%;
}

.index_xihua_news_fb_li:nth-child(3n){
	margin-right: 0;
}

.index_xihua_news_fb_li_ft{
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.index_xihua_news_fb_li_ft_fl{
	font-size: 1.2rem;
	line-height: 1.5;
	color: #333333;
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px;
}

.index_xihua_news_fb_li_ft_fr{
	font-size: 16px;
	line-height: 1.5;
	color: #666666;
	-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;
}

.index_xihua_news_fb_li_ft_fr:hover{
	font-weight: bold;
}

.index_xihua_news_fb_li_fc{
	position: relative;
	margin: 15px 0;
	border-radius: 10px;
	overflow: hidden;
}

.index_xihua_news_fb_li_fc .img{
	overflow: hidden;
}

.index_xihua_news_fb_li_fc .img img{
	width: 100%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.index_xihua_news_fb_li_fc:hover .img img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.index_xihua_news_fb_li_fc .wz{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 5px 15px;
	background: rgba(0,0,0,0.5);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.index_xihua_news_fb_li_fc:hover .wz{
	background: rgba(241,185,55,0.8);
}

.index_xihua_news_fb_li_fc .wz h3{
	position: relative;
	font-size: 16px;
	line-height: 2;
	color: #ffffff;
	padding-right: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index_xihua_news_fb_li_fc .wz span{
	position: absolute;
	right: 25px;
	top: 50%;
	width: 21px;
	height: 6px;
	background-image: url(../images/img/index_news_jiantou.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 21px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.index_xihua_news_fb_li_fc:hover .wz span{
	right: 15px;
}

.index_xihua_news_fb_li_fb li h3{
	position: relative;
	font-size: 16px;
	line-height: 40px;
	color: #666666;
	padding-left: 15px;
	padding-right: 85px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-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;
}

.index_xihua_news_fb_li_fb li:hover h3{
	font-weight: bold;
	color: #f1b937;
}

.index_xihua_news_fb_li_fb li h3::before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 6px;
	height: 6px;
	border: 2px solid #999999;
	border-radius: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-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;
}

.index_xihua_news_fb_li_fb li:hover h3::before{
	border-color: #f1b937;
}

.index_xihua_news_fb_li_fb li h3 span{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #999999;
	-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;
}

.index_xihua_news_fb_li_fb li:hover h3 span{
	color: #f1b937;
}

@media(max-width:1280px){
	.index_xihua_news_fb_li_ft_fl{
		font-size: 20px;
		line-height: 30px;
		padding-left: 36px;
		background-size: 28px;
	}
}

@media(max-width:991px){
	.index_xihua_news_ft h3{
		font-size: 26px;
	}

	.index_xihua_news_ft h4{
		font-size: 17px;
	}

	.index_xihua_news_fb_li{
		width: 100%;
		margin-right: 0;
	}

	.index_xihua_news_fb_li:nth-child(n+2){
		margin-top: 15px;
	}

	.index_xihua_news_fb_li_ft_fl{
		font-size: 18px;
	}
}

@media(max-width:768px){
	.index_xihua_news{
		padding: 30px 0;
	}

	.index_xihua_news_ft h3{
		font-size: 24px;
	}

	.index_xihua_news_ft h4{
		font-size: 16px;
	}

	.index_xihua_news_fb{
		margin-top: 22px;
	}

	.index_xihua_news_fb_li_ft_fr{
		font-size: 15px;
	}

	.index_xihua_news_fb_li_fc{
		margin: 12px 0;
	}

	.index_xihua_news_fb_li_fc .wz h3{
		font-size: 15px;
	}

	.index_xihua_news_fb_li_fb li h3{
		font-size: 15px;
		line-height: 38px;
	}
}

@media(max-width:468px){
	.index_xihua_news{
		padding: 25px 0;
	}

	.index_xihua_news_ft h3{
		font-size: 22px;
	}

	.index_xihua_news_fb{
		margin-top: 18px;
	}

	.index_xihua_news_fb_li_ft_fl{
		font-size: 17px;
		line-height: 28px;
		padding-left: 34px;
		background-size: 25px;
	}
}

/*Footer*/
.pc_footer{
	background: #222430;
}

.pc_footer_ft{
	padding: 30px 0;
}

.pc_footer_ft_fl{
	/*width: 38%;*/
	/*max-width: 390px;*/
	width: 44%;
	max-width: 620px;
}

.pc_footer_ft_fl li{
	/*max-width: 45%;*/
	max-width: 30%;
}

.pc_footer_ft_fl li h3{
	font-size: 19px;
	line-height: 1.5;
	color: #ffffff;
}

.foot_nav_erji{
	margin-top: 15px;
}

.foot_nav_erji_li{
	font-size: 0;
}

.foot_nav_erji_li:nth-child(n+2){
	margin-top: 8px;
}

.foot_nav_erji_li a{
	font-size: 15px;
	line-height: 1.5;
	color: rgba(255,255,255,0.6);
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	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;
}

.foot_nav_erji_li a:hover{
	color: #ffffff;
}

.pc_footer_ft_fc{
	max-width: 32%;
}

.pc_footer_ft_fc h3{
	font-size: 19px;
	line-height: 1.5;
	color: #ffffff;
}

.pc_footer_ft_fc h4{
	font-size: 15px;
	line-height: 1.5;
	color: rgba(255,255,255,0.6);
	margin-top: 15px;
}

.pc_footer_ft_fc h4 p:nth-child(n+2){
	margin-top: 8px;
}

.pc_footer_ft_fr{
	/*width: 25%;*/
	/*max-width: 290px;*/
	width: 12%;
	max-width: 125px;
}

.pc_footer_ft_fr h3{
	font-size: 19px;
	line-height: 1.5;
	color: #ffffff;
}

.pc_footer_ft_fr ul{
	margin-top: 19px;
	overflow: hidden;
}

.pc_footer_ft_fr li{
	/*width: 47.5%;*/
	/*margin-right: 5%;*/
	width: 100%;
	float: left;
}

.pc_footer_ft_fr li:nth-child(2n){
	/*margin-right: 0;*/
}

.pc_footer_ft_fr .img img{
	width: 100%;
}

.pc_footer_ft_fr .wz{
	font-size: 15px;
	line-height: 2;
	color: rgba(255,255,255,0.6);
	margin-top: 10px;
	text-align: center;
}

.pc_footer_fb{
	font-size: 15px;
	line-height: 2;
	color: rgba(255,255,255,0.6);
	padding: 20px 0;
	border-top: 1px solid rgba(255,255,255,0.2);
}

.pc_footer_fb a{
	color: rgba(255,255,255,0.6);
	-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;
}

.pc_footer_fb a:hover{
	color: #ffffff;
}

@media(max-width:1366px){
	.pc_footer_ft_fl li h3{
		font-size: 18px;
	}

	.pc_footer_ft_fc h3{
		font-size: 18px;
	}

	.pc_footer_ft_fr h3{
		font-size: 18px;
	}
}

@media(max-width:991px){
	.pc_footer_ft_fl{
		display: none;
	}

	.pc_footer_ft_fc{
		max-width: 60%;
	}

	.pc_footer_ft_fr{
		width: 35%;
		/*max-width: 270px;*/
		max-width: 120px;
	}
}

@media(max-width:768px){
	.pc_footer_ft{
		padding: 25px 0;
	}

	.pc_footer_ft_fl li h3{
		font-size: 17px;
	}

	.foot_nav_erji{
		margin-top: 12px;
	}

	.pc_footer_ft_fc{
		width: 100%;
		max-width: 100%;
	}

	.pc_footer_ft_fc h3{
		font-size: 17px;
	}

	.pc_footer_ft_fc h4{
		margin-top: 12px;
	}

	.pc_footer_ft_fr{
		width: 100%;
		max-width: 100%;
		margin-top: 10px;
	}

	.pc_footer_ft_fr h3{
		font-size: 17px;
	}

	.pc_footer_ft_fr ul{
		margin-top: 15px;
	}

	.pc_footer_ft_fr li{
		max-width: 120px;
	}

	.pc_footer_fb{
		padding: 15px 0;
	}
}

@media(max-width:468px){
	.pc_footer_ft{
		padding: 22px 0;
	}
}

/*Advantages*/
.hexinyoushi{
	padding: 4% 0;
	background-color: #f7f7f7;
	/*background-image: url(../images/img/index_solution_bj.jpg);*/
	/*background-repeat: no-repeat;*/
	/*background-position: center;*/
	/*background-size: cover;*/
}

.hexinyoushi_fc{
	margin: 3% 0;
}

.hexinyoushi_fc li{
	width: 25%;
	cursor: pointer;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

.hexinyoushi_fc li:nth-child(n+5){
	margin-top: 15px;
}

.hexinyoushi_fc_nn{
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.hexinyoushi_fc li .img{
	height: 3.1rem;
	overflow: hidden;
}

.hexinyoushi_fc li .img h3{
	font-family: Arial;
	font-size: 3.1rem;
	font-weight: bold;
	line-height: 1;
	color: #d0d0d0;
	overflow: hidden;
	-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;
}

.hexinyoushi_fc li.on .img h3{
	margin-top: -3.1rem;
}

.hexinyoushi_fc li .img span{
	color: #f1b937;
	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;
}

.hexinyoushi_fc li .wz{
	margin-left: 10px;
}

.hexinyoushi_fc li .wz h3{
	font-size: 20px;
	line-height: 1.5;
	font-weight: bold;
	color: #333333;
	-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;
}

.hexinyoushi_fc li.on .wz h3{
	color: #f1b937;
}

.hexinyoushi_fc li .wz h4{
	font-size: 14px;
	line-height: 1.5;
	color: #d0d0d0;
	-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;
}

.hexinyoushi_fc li.on .wz h4{
	color: #f1b937;
}

.hexinyoushi_fb{
	overflow: hidden;
}

.hexinyoushi_fb li{
	position: relative;
}

.hexinyoushi_fb li .img{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.hexinyoushi_fb li .img img{
	width: 100%;
	min-height: 280px;
	opacity: 0;
}

.hexinyoushi_fb li .wz{
	position: absolute;
	left: 0;
	bottom: 6%;
	z-index: 99;
	width: 100%;
}

.hexinyoushi_fb li .wz .wz_fl{
	width: 25%;
	padding: 2%;
	background: #f1b937;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.hexinyoushi_fb li .wz .wz_fl .wz_fl_nn{
	width: 100%;
	-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;
}

.hexinyoushi_fb li .wz .wz_fl .wz_tb{
	width: 55px;
}

.hexinyoushi_fb li .wz .wz_fl .wz_tb img{
	width: 100%;
}

.hexinyoushi_fb li .wz .wz_fl .wz_bt{
	margin-left: 15px;
}

.hexinyoushi_fb li .wz .wz_fl .wz_bt h3{
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.5;
	color: #ffffff;
}

.hexinyoushi_fb li .wz .wz_fl .wz_bt h4{
	font-size: 16px;
	line-height: 2;
	color: #ffffff;
}

.hexinyoushi_fb li .wz .wz_fr{
	width: 75%;
	padding: 2% 3%;
	background: #ffffff;
}

.hexinyoushi_fb li .wz .wz_fr h3{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.8;
	color: #333333;
}

.hexinyoushi_fb li .wz .wz_fr h4{
	font-size: 15px;
	line-height: 1.8;
	color: #666666;
}

@media(max-width:1280px){
	.hexinyoushi_fc li .wz h3{
		font-size: 18px;
	}

	.hexinyoushi_fb li .wz .wz_fl .wz_tb{
		width: 48px;
	}

	.hexinyoushi_fb li .wz .wz_fl .wz_bt{
		margin-left: 12px;
	}

	.hexinyoushi_fb li .wz .wz_fl .wz_bt h3{
		font-size: 20px;
	}
	
	.hexinyoushi_fb li .wz .wz_fl .wz_bt h4{
		font-size: 15px;
	}

	.hexinyoushi_fb li .wz .wz_fr h3{
		font-size: 17px;
	}
}

@media(max-width:991px){
	.hexinyoushi_fc li .wz h4{
		font-size: 13px;
	}

	.hexinyoushi_fb li .wz .wz_fl .wz_tb{
		width: 45px;
	}

	.hexinyoushi_fb li .wz .wz_fl .wz_bt h3{
		font-size: 18px;
	}

	.hexinyoushi_fb li .wz .wz_fl .wz_bt h4{
		font-size: 14px;
	}
}

@media(max-width:768px){
	.hexinyoushi{
		padding: 30px 0;
	}

	.hexinyoushi_fc{
		margin: 22px 0;
	}

	.hexinyoushi_fc li{
		width: 50%;
	}

	.hexinyoushi_fc li:nth-child(n+3){
		margin-top: 12px;
	}

	.hexinyoushi_fc li .img{
		height: 32px;
	}

	.hexinyoushi_fc li .img h3{
		font-size: 32px;
	}

	.hexinyoushi_fc li.on .img h3{
		margin-top: -32px;
	}

	.hexinyoushi_fc li .wz{
		margin-left: 8px;
	}

	.hexinyoushi_fc li .wz h3{
		font-size: 17px;
	}

	.hexinyoushi_fc li .wz h4{
		font-size: 12px;
	}

	.hexinyoushi_fb li .wz{
		bottom: 18px;
	}

	.hexinyoushi_fb li .wz .wz_fl{
		padding: 15px;
		display: none;
	}

	.hexinyoushi_fb li .wz .wz_fl .wz_tb{
		width: 40px;
	}

	.hexinyoushi_fb li .wz .wz_fl .wz_bt{
		margin-left: 10px;
	}

	.hexinyoushi_fb li .wz .wz_fl .wz_bt h3{
		font-size: 17px;
	}

	.hexinyoushi_fb li .wz .wz_fl .wz_bt h4{
		font-size: 13px;
	}

	.hexinyoushi_fb li .wz .wz_fr{
		width: 100%;
		padding: 15px;
	}

	.hexinyoushi_fb li .wz .wz_fr h3{
		font-size: 16px;
	}

	.hexinyoushi_fb li .wz .wz_fr h4{
		font-size: 14px;
	}
}

@media(max-width:468px){
	.hexinyoushi{
		padding: 25px 0;
	}

	.hexinyoushi_fc{
		margin: 18px 0;
	}

	.hexinyoushi_fc li .img{
		height: 30px;
	}

	.hexinyoushi_fc li .img h3{
		font-size: 30px;
	}

	.hexinyoushi_fc li.on .img h3{
		margin-top: -30px;
	}

	.hexinyoushi_fb li .wz{
		bottom: 15px;
	}
}

/*Application industry*/
.index_xihua_solution{
	padding: 4% 0;
	background-image: url(../images/img/index_solution_bj.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #f7f7f7;
}

.index_xihua_solution_fb{
	margin-top: 3%;
	overflow: hidden;
}

.index_xihua_solution_fb_ul{
	position: relative;
}

.index_xihua_solution_fb_li{
	position: absolute;
	top: 0;
	width: 11.8%;
	padding-left: 5px;
	overflow: hidden;
	background: #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;
}

.index_xihua_solution_fb_li.active{
	width: 41%;
}

.index_xihua_solution_fb_li:nth-child(1){
	position: relative;
	left: 0;
	z-index: 2;	
	padding-left: 0;
}

.index_xihua_solution_fb_li:nth-child(2){
	left: 41%;
	z-index: 3;
}

.index_xihua_solution_fb_li:nth-child(3){
	left: 52.8%;
	z-index: 4;
}

.index_xihua_solution_fb_li:nth-child(4){
	left: 64.6%;
	z-index: 5;
}

.index_xihua_solution_fb_li:nth-child(5){
	left: 76.4%;
	z-index: 6;
}

.index_xihua_solution_fb_li:nth-child(6){
	left: 88.2%;
	z-index: 7;
}

.index_xihua_solution_fb_li_con{
	position: relative;
	cursor: pointer;
}

.index_xihua_solution_fb_li_con .img{
	position: relative;
	z-index: 3;
	overflow: hidden;
	background: #000000;
}

.index_xihua_solution_fb_li_con .img .img_con{
	padding: 13.25rem 0;
	opacity: 0.5;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.index_xihua_solution_fb_li.active .index_xihua_solution_fb_li_con .img .img_con{
	opacity: 1;
}

.index_xihua_solution_fb_li_con .title_text{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	padding: 30px 15px;
	writing-mode: tb-rl;
	opacity: 1;
	visibility: visible;
	background: rgba(34,36,48,0.1);
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
	-o-align-items: flex-end;
	align-items: flex-end;
	-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;
}

.index_xihua_solution_fb_li.active .index_xihua_solution_fb_li_con .title_text{
	opacity: 0;
	visibility: hidden;
}

.index_xihua_solution_fb_li_con .title_text h3{
	font-size: 22px;
	line-height: 1.5;
	letter-spacing: 1px;
	color: #ffffff;
	max-width: 45%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index_xihua_solution_fb_li_con .title_text h4{
	font-family: Arial;
	font-size: 16px;
	line-height: 2;
	color: rgba(255,255,255,0.4);
	max-width: 50%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index_xihua_solution_fb_li_con .wz{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(255,81,74,0.8);
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-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;
}

.index_xihua_solution_fb_li.active .index_xihua_solution_fb_li_con .wz{
	opacity: 1;
	visibility: visible;
}

.index_xihua_solution_fb_li_con .wz .wz_nnn{
	width: 100%;
	padding: 6%;
	-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;
}

.index_xihua_solution_fb_li_con .wz .wz_ft{
	text-align: center;
}

.index_xihua_solution_fb_li_con .wz .wz_ft h3{
	font-size: 22px;
	line-height: 1.5;
	color: #ffffff;
}

.index_xihua_solution_fb_li_con .wz .wz_ft h4{
	font-size: 18px;
	line-height: 1.5;
	color: #ffffff;
	margin-top: 3px;
}

.index_xihua_solution_fb_li_con .wz .wz_ft::after{
	content: '';
	width: 56px;
	height: 3px;
	margin: 4px auto 0;
	background: #ffffff;
	display: block;
}

.index_xihua_solution_fb_li_con .wz .wz_fc{
	font-size: 15px;
	line-height: 1.8;
	color: #ffffff;
	margin-top: 1.4rem;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.index_xihua_solution_fb_li_con .wz .wz_fb{
	margin-top: 1.5rem;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

.index_xihua_solution_fb_li_con .wz .wz_fb a{
	font-size: 15px;
	line-height: 40px;
	color: #ffffff;
	padding: 0 1.25rem;
	border-radius: 30px;
	text-align: center;
	background: #f1b937;
	-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;
}

.index_xihua_solution_fb_li_con .wz .wz_fb a:hover{
	color: #f1b937;
	background: #ffffff;
}

@media(max-width:1366px){
	.index_xihua_solution_fb_li_con .title_text h3{
		font-size: 20px;
	}

	.index_xihua_solution_fb_li_con .wz .wz_ft h3{
		font-size: 20px;
	}

	.index_xihua_solution_fb_li_con .wz .wz_ft::after{
		width: 50px;
	}
}

@media(max-width:1200px){
	.index_xihua_solution_fb_li_con .title_text h3{
		font-size: 18px;
	}

	.index_xihua_solution_fb_li_con .wz .wz_ft h3{
		font-size: 18px;
	}

	.index_xihua_solution_fb_li_con .wz .wz_ft h4{
		font-size: 17px;
	}

	.index_xihua_solution_fb_li_con .wz .wz_ft::after{
		width: 48px;
	}

	.index_xihua_solution_fb_li_con .wz .wz_fb a{
		padding: 0 20px;
	}
}

@media(max-width:991px){
	.index_xihua_solution_fb_li{
		position: static!important;
		left: auto!important;
		width: 49%!important;
		margin-right: 2%;
		padding-left: 0!important;
	}

	.index_xihua_solution_fb_li.active{
		width: 49%!important;
	}

	.index_xihua_solution_fb_li:nth-child(2n){
		margin-right: 0;
	}

	.index_xihua_solution_fb_li:nth-child(n+3){
		margin-top: 2%;
	}

	.index_xihua_solution_fb_li_con .img .img_con{
		padding: 46.2% 0;
		opacity: 1;
	}

	.index_xihua_solution_fb_li_con .title_text{
		padding: 25px 15px;
		opacity: 0;
		visibility: hidden;
	}

	.index_xihua_solution_fb_li_con .wz{
		opacity: 1;
		visibility: visible;
	}

	.index_xihua_solution_fb_li_con .wz .wz_nnn{
		padding: 20px;
	}
}

@media(max-width:768px){
	.index_xihua_solution{
		padding: 30px 0;
	}

	.index_xihua_solution_fb{
		margin-top: 22px;
	}

	.index_xihua_solution_fb_li{
		width: 48.5%!important;
		margin-right: 3%;
	}

	.index_xihua_solution_fb_li.active{
		width: 48.5%!important;
	}

	.index_xihua_solution_fb_li:nth-child(2n){
		margin-right: 0;
	}

	.index_xihua_solution_fb_li:nth-child(n+3){
		margin-top: 3%;
	}

	.index_xihua_solution_fb_li_con .title_text{
		padding: 20px 15px;
	}

	.index_xihua_solution_fb_li_con .title_text h3{
		font-size: 17px;
	}

	.index_xihua_solution_fb_li_con .title_text h4{
		font-size: 15px;
	}

	.index_xihua_solution_fb_li_con .wz .wz_nnn{
		padding: 15px;
	}

	.index_xihua_solution_fb_li_con .wz .wz_ft h3{
		font-size: 17px;
	}

	.index_xihua_solution_fb_li_con .wz .wz_ft h4{
		font-size: 16px;
	}

	.index_xihua_solution_fb_li_con .wz .wz_ft::after{
		width: 45px;
		height: 2px;
	}

	.index_xihua_solution_fb_li_con .wz .wz_fc{
		font-size: 14px;
		margin-top: 12px;
	}

	.index_xihua_solution_fb_li_con .wz .wz_fb{
		margin-top: 15px;
	}

	.index_xihua_solution_fb_li_con .wz .wz_fb a{
		font-size: 14px;
	}
}

@media(max-width:640px){
	.index_xihua_solution_fb_li{
		width: 100%!important;
		margin-right: 0!important;
	}

	.index_xihua_solution_fb_li.active{
		width: 100%!important;
	}

	.index_xihua_solution_fb_li:nth-child(n+2){
		margin-top: 15px;
	}
}

@media(max-width:468px){
	.index_xihua_solution{
		padding: 25px 0;
	}

	.index_xihua_solution_fb{
		margin-top: 18px;
	}
}

/*Advantages*/
.index_xihua_advantage_fb{
	padding: 3%;
	box-shadow: 0px 6px 14px 2px rgba(0,0,0,0.08);
	background: #ffffff;
}

.index_xihua_advantage_fb_li .img{
	width: 45%;
	cursor: pointer;
	overflow: hidden;
}

.index_xihua_advantage_fb_li .img .img_con{
	padding: 30% 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;
}

.index_xihua_advantage_fb_li:hover .img .img_con{
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform:scale(1.1);
}

.index_xihua_advantage_fb_li .wz{
	width: 51.5%;
	-webkit-align-content: space-between;
	-moz-align-content: space-between;
	-ms-align-content: space-between;
	-o-align-content: space-between;
	align-content: space-between;
}

.index_xihua_advantage_fb_li .wz .wz_ft{
	position: relative;
	width: 100%;
}

.index_xihua_advantage_fb_li .wz .wz_ft::after{
	content: '';
	width: 2.8rem;
	height: 3px;
	background: #f1b937;
	margin-top: 10px;
	display: block;
}

.index_xihua_advantage_fb_li .wz .wz_ft h3{
	font-size: 1.2rem;
	line-height: 1.5;
	color: #999999;
}

.index_xihua_advantage_fb_li .wz .wz_ft h4{
	font-size: 1.4rem;
	line-height: 1.5;
	color: #333333;
	margin-top: 5px;
}

.index_xihua_advantage_fb_li .wz .wz_fc{
	font-size: 16px;
	line-height: 25px;
	color: #777777;
	width: 100%;
	margin-top: 3.5%;
}

.index_xihua_advantage_fb_li .wz .wz_fc p{
	position: relative;
	padding-left: 15px;
}

.index_xihua_advantage_fb_li .wz .wz_fc p::before{
	content: '';
	position: absolute;
	left: 0;
	top: 9px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #f1b937;
}

.index_xihua_advantage_fb_li .wz .wz_fc p:nth-child(n+2){
	margin-top: 8px;
}

.index_xihua_advantage_fb_li .wz .wz_fb{
	width: 100%;
	margin-top: 3.5%;
}

.index_xihua_advantage_fb_li .wz .wz_fb a{
	font-size: 16px;
	line-height: 1.5;
	color: #ffffff;
	padding: 11px 25px;
	border-radius: 5px;
	background: #f1b937;
	-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;
}

.index_xihua_advantage_fb_li .wz .wz_fb a:hover{
	background: #ff514a;
}

@media(max-width:1280px){
	.index_xihua_advantage_fb_li .wz .wz_ft h3{
		font-size: 20px;
	}

	.index_xihua_advantage_fb_li .wz .wz_fb a{
		padding: 10px 22px;
	}
}

@media(max-width:1200px){
	.index_xihua_advantage_fb_li .wz .wz_ft::after{
		width: 44px;
		margin-top: 8px;
	}

	.index_xihua_advantage_fb_li .wz .wz_ft h4{
		font-size: 22px;
	}

	.index_xihua_advantage_fb_li .wz .wz_fc p:nth-child(n+2){
		margin-top: 6px;
	}
}

@media(max-width:991px){
	.index_xihua_advantage_fb_li .img{
		width: 100%;
	}

	.index_xihua_advantage_fb_li .wz{
		width: 100%;
		margin-top: 2.5%;
	}

	.index_xihua_advantage_fb_li .wz .wz_ft::after{
		width: 40px;
	}

	.index_xihua_advantage_fb_li .wz .wz_ft h3{
		font-size: 18px;
	}

	.index_xihua_advantage_fb_li .wz .wz_ft h4{
		font-size: 20px;
	}

	.index_xihua_advantage_fb_li .wz .wz_fc{
		margin-top: 2.2%;
	}

	.index_xihua_advantage_fb_li .wz .wz_fb{
		margin-top: 2.2%;
	}

	.index_xihua_advantage_fb_li .wz .wz_fb a{
		padding: 9px 20px;
	}
}

@media(max-width:768px){
	.index_xihua_advantage_fb{
		padding: 20px;
	}

	.index_xihua_advantage_fb_li .wz{
		margin-top: 17px;
	}

	.index_xihua_advantage_fb_li .wz .wz_ft::after{
		width: 36px;
	}

	.index_xihua_advantage_fb_li .wz .wz_ft h3{
		font-size: 17px;
	}

	.index_xihua_advantage_fb_li .wz .wz_ft h4{
		font-size: 18px;
	}

	.index_xihua_advantage_fb_li .wz .wz_fc{
		font-size: 15px;
		line-height: 24px;
		margin-top: 15px;
	}

	.index_xihua_advantage_fb_li .wz .wz_fc p{
		padding-left: 13px;
	}

	.index_xihua_advantage_fb_li .wz .wz_fc p::before{
		width: 6px;
		height: 6px;
	}

	.index_xihua_advantage_fb_li .wz .wz_fb{
		margin-top: 15px;
	}

	.index_xihua_advantage_fb_li .wz .wz_fb a{
		font-size: 15px;
		padding: 9px 18px;
	}
}

@media(max-width:468px){
	.index_xihua_advantage_fb{
		padding: 15px;
	}

	.index_xihua_advantage_fb_li .wz{
		margin-top: 15px;
	}
}

/*Friendship links*/
.index_xihua_friendshiplinks{
	border-top: 1px solid #dedede;
}

.index_xihua_friendshiplinks_con{
	position: relative;
	padding: 20px 0;
}

.index_xihua_friendshiplinks_nnn{
	position: relative;
}

.index_xihua_friendshiplinks_fl{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	font-size: 16px;
	line-height: 28px;
	color: #333333;
	width: 85px;
}

.index_xihua_friendshiplinks_fr{
	position: relative;
	z-index: 3;
	font-size: 0;
	padding-left: 85px;
}

.index_xihua_friendshiplinks_fr a{
	font-size: 16px;
	line-height: 28px;
	color: #666666;
	margin: 0 5px;
	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;
}

.index_xihua_friendshiplinks_fr a:hover{
	color: #f1b937;
}

@media(max-width:1280px){
	.index_xihua_friendshiplinks_con{
		padding: 18px 0;
	}
}

@media(max-width:1200px){
	.index_xihua_friendshiplinks_fl{
		font-size: 15px;
		line-height: 26px;
		width: 80px;
	}

	.index_xihua_friendshiplinks_fr{
		padding-left: 80px;
	}

	.index_xihua_friendshiplinks_fr a{
		font-size: 15px;
		line-height: 26px;
	}
}

@media(max-width:991px){
	.index_xihua_friendshiplinks{
		display: none;
	}
}

/*News center*/
.index_xihua_gai_news_fb{
	margin-top: 3%;
}

.index_xihua_gai_news_fb_fl{
	width: 44%;
	background: #f7f7f7;
}

.index_xihua_gai_news_fb_fl_ul{
	height: 100%;
}

.index_xihua_gai_news_fb_fl_li{
	background: #f7f7f7;
	height: 100%;
}

.index_xihua_gai_news_fb_fl_li a{
	display: block;
	padding: 4%;
	height: 100%;
}

.index_xihua_gai_news_fb_fl_li .img{
	overflow: hidden;
}

.index_xihua_gai_news_fb_fl_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;
}

.index_xihua_gai_news_fb_fl_li .img .img_con{
	padding: 29% 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.index_xihua_gai_news_fb_fl_li:hover .img img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.index_xihua_gai_news_fb_fl_li .wz{
	padding-top: 4%;
}

.index_xihua_gai_news_fb_fl_li .wz .wz_ft{
	font-size: 20px;
	line-height: 1.5;
	color: #333;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-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;
}

.index_xihua_gai_news_fb_fl_li:hover .wz .wz_ft{
	color: #f1b937;
}

.index_xihua_gai_news_fb_fl_li .wz .wz_fc{
	font-size: 16px;
	line-height: 1.6;
	color: #666;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	margin: 2.5% 0;
}

.index_xihua_gai_news_fb_fl_li .wz .wz_fb{
	overflow: hidden;
}

.index_xihua_gai_news_fb_fl_li .wz .wz_fb span{
	font-size: 15px;
	line-height: 1.5;
	color: #999;
	float: left;
	padding-left: 15px;
	padding-right: 30px;
	position: relative;
}

.index_xihua_gai_news_fb_fl_li .wz .wz_fb span::before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 1px;
	height: 18px;
	background-color: #999;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.index_xihua_gai_news_fb_fl_li .wz .wz_fb span::after{
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 14px;
	height: 14px;
	background-image: url(../images/img/index_news_arrow_icon.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-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;
}

.index_xihua_gai_news_fb_fl_li:hover .wz .wz_fb span::after{
	right: -10px;
	background-image: url(../images/img/index_news_arrow_icon1.png);
}

.index_xihua_gai_news_fb_fr{
	width: 52%;
}

.index_xihua_gai_news_fb_fr_ul{
	border-top: 1px solid #dedede;
}

.index_xihua_gai_news_fb_fr_li{
	border-bottom: 1px solid #dedede;
	-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;
}

.index_xihua_gai_news_fb_fr_li:hover{
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.05);
}

.index_xihua_gai_news_fb_fr_li .wz{
	padding: 3%;
}

.index_xihua_gai_news_fb_fr_li .wz .wz_ft{
	font-size: 18px;
	line-height: 1.5;
	color: #333;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-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;
}

.index_xihua_gai_news_fb_fr_li:hover .wz .wz_ft{
	color: #f1b937;
}

.index_xihua_gai_news_fb_fr_li .wz .wz_fc{
	font-size: 16px;
	line-height: 1.5;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 1.5% 0;
}

.index_xihua_gai_news_fb_fr_li .wz .wz_fb{
	overflow: hidden;
}

.index_xihua_gai_news_fb_fr_li .wz .wz_fb span{
	font-size: 15px;
	line-height: 1.5;
	color: #999;
	float: right;
	padding-right: 15px;
	margin-right: 30px;
	position: relative;
}

.index_xihua_gai_news_fb_fr_li .wz .wz_fb span::before{
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	height: 18px;
	background-color: #999;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.index_xihua_gai_news_fb_fr_li .wz .wz_fb span::after{
	content: '';
	position: absolute;
	right: -22px;
	top: 50%;
	width: 14px;
	height: 14px;
	background-image: url(../images/img/index_news_arrow_icon.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-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;
}

.index_xihua_gai_news_fb_fr_li:hover .wz .wz_fb span::after{
	right: -30px;
	background-image: url(../images/img/index_news_arrow_icon1.png);
}

@media(max-width:1366px){
	.index_xihua_gai_news_fb_fl_li .wz .wz_ft{
		font-size: 18px;
	}

	.index_xihua_gai_news_fb_fr_li .wz .wz_ft{
		font-size: 17px;
	}
}

@media(max-width:1280px){
	.index_xihua_gai_news_fb_fl_li .wz .wz_ft{
		font-size: 17px;
	}

	.index_xihua_gai_news_fb_fr_li .wz .wz_ft{
		font-size: 16px;
	}
}

@media(max-width:991px){
	.index_xihua_gai_news_fb_fl{
		width: 100%;
	}

	.index_xihua_gai_news_fb_fl_ul{
		height: auto;
	}

	.index_xihua_gai_news_fb_fl_li{
		height: auto;
	}

	.index_xihua_gai_news_fb_fl_li a{
		height: auto;
		padding: 2.8%;
	}

	.index_xihua_gai_news_fb_fl_li .wz{
		padding-top: 2.8%;
	}

	.index_xihua_gai_news_fb_fl_li .wz .wz_fc{
		margin: 2% 0;
	}

	.index_xihua_gai_news_fb_fr{
		width: 100%;
		margin-top: 3%;
	}

	.index_xihua_gai_news_fb_fr_li .wz{
		padding: 2.8%;
	}
}

@media(max-width:768px){
	.index_yayao_news{
		padding: 30px 0;
	}

	.index_xihua_gai_news_fb{
		margin-top: 25px;
	}

	.index_xihua_gai_news_fb_fl_li a{
		padding: 20px;
	}

	.index_xihua_gai_news_fb_fl_li .wz{
		padding-top: 20px;
	}

	.index_xihua_gai_news_fb_fl_li .wz .wz_ft{
		font-size: 16px;
	}

	.index_xihua_gai_news_fb_fl_li .wz .wz_fc{
		font-size: 15px;
		margin: 10px 0;
	}

	.index_xihua_gai_news_fb_fr{
		margin-top: 25px;
	}

	.index_xihua_gai_news_fb_fr_li .wz{
		padding: 20px;
	}

	.index_xihua_gai_news_fb_fr_li .wz .wz_fc{
		font-size: 15px;
		margin: 10px 0;
	}
}

@media(max-width:468px){
	.index_yayao_news{
		padding: 25px 0;
	}

	.index_xihua_gai_news_fb{
		margin-top: 20px;
	}

	.index_xihua_gai_news_fb_fl_li a{
		padding: 18px;
	}

	.index_xihua_gai_news_fb_fl_li .wz{
		padding-top: 18px;
	}

	.index_xihua_gai_news_fb_fl_li .wz .wz_fc{
		margin: 8px 0;
	}

	.index_xihua_gai_news_fb_fr{
		margin-top: 20px;
	}

	.index_xihua_gai_news_fb_fr_li .wz{
		padding: 18px;
	}

	.index_xihua_gai_news_fb_fr_li .wz .wz_fc{
		margin: 8px 0;
	}
}

/*Case center*/
.index_xihua_case{
	padding: 4% 0;
}

.index_xihua_case_fb{
	margin-top: 3%;
}

.index_xihua_case_fb_con{
	padding: 1px;
	overflow: hidden;
}

.index_xihua_case_fb_li a{
	position: relative;
	border: 1px solid #dedede;
	text-align: center;
	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;
}

.index_xihua_case_fb_li:hover a{
	border-color: #f1b937;
}

.index_xihua_case_fb_li .img{
	overflow: hidden;
}

.index_xihua_case_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;
}

.index_xihua_case_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);
}

.index_xihua_case_fb_li .wz{
	font-size: 18px;
	line-height: 1.5;
	color: #333333;
	padding: 1rem 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;
}

.index_xihua_case_fb_li:hover .wz{
	color: #f1b937;
}

.index_xihua_case_dot{
	position: relative;
	font-size: 0;
	margin-top: 3%;
	text-align: center;
}

.index_xihua_case_dot span{
	position: relative;
	width: 10px;
	height: 10px;
	border-radius: 30px;
	opacity: 1;
	margin: 0 5px!important;
	overflow: hidden;
	background: #dedede;
	-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;
}

.index_xihua_case_dot span.swiper-pagination-bullet-active{
	width: 35px;
	background: #f1b937;
}

@media(max-width:1280px){
	.index_xihua_case_fb_li .wz{
		font-size: 17px;
	}

	.index_xihua_case_dot span{
		width: 9px;
		height: 9px;
	}

	.index_xihua_case_dot span.swiper-pagination-bullet-active{
		width: 32px;
	}
}

@media(max-width:1200px){
	.index_xihua_case_fb_li .wz{
		padding: 15px 0;
	}
}

@media(max-width:991px){
	.index_xihua_case_fb_li .wz{
		padding: 12px 0;
	}
}

@media(max-width:768px){
	.index_xihua_case{
		padding: 30px 0;
	}

	.index_xihua_case_fb{
		margin-top: 22px;
	}

	.index_xihua_case_fb_li .wz{
		font-size: 16px;
		padding: 10px 0;
	}

	.index_xihua_case_dot{
		margin-top: 22px;
	}

	.index_xihua_case_dot span{
		width: 8px;
		height: 8px;
		margin: 0 4px!important;
	}

	.index_xihua_case_dot span.swiper-pagination-bullet-active{
		width: 30px;
	}
}

@media(max-width:468px){
	.index_xihua_case{
		padding: 25px 0;
	}

	.index_xihua_case_fb{
		margin-top: 18px;
	}

	.index_xihua_case_dot{
		margin-top: 18px;
	}
}

/**/
