/*初始化样式*/
*{
	-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{
	background: #fff;
	color: #333;
	position: relative;
	font: 14px/1.5 Microsoft YaHei,arial,宋体,sans-serif;
	vertical-align: baseline;
	width: 100%;
	overflow-x: hidden!important;
}

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

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

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

img{
	border: none;
	background: none;
	vertical-align: middle;
}

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

select,
input,
img,
select{
	vertical-align: middle;
}

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

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

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

.clearfix{
	zoom: 1;
}

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

h1,
h2{
	font-weight: bold;
}

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

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

p{
	margin: 0;
}

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

.fr{
	float: right;
}

/*flex布局*/
.flex_wrap{
	display: -webkit-box;
	/* Chrome 4+,Safari 3.1,iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+,Safari 6.1+,iOS Safari 7+,Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	display: flex;
	/* Chrome 29+,Firefox 22+,IE 11+,Opera 12.1/17/18,Android 4.4+ */
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

/*flex布局上下对齐*/
.flex_alise{
	display: -webkit-box;
	/* Chrome 4+,Safari 3.1,iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+,Safari 6.1+,iOS Safari 7+,Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	display: flex;
	/* Chrome 29+,Firefox 22+,IE 11+,Opera 12.1/17/18,Android 4.4+ */
	-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布局上下居中*/
.flex_alice{
	display: -webkit-box;
	/* Chrome 4+,Safari 3.1,iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+,Safari 6.1+,iOS Safari 7+,Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	display: flex;
	/* Chrome 29+,Firefox 22+,IE 11+,Opera 12.1/17/18,Android 4.4+ */
	-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布局左右对齐*/
.flex_con{
	display: -webkit-box;
	/* Chrome 4+,Safari 3.1,iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+,Safari 6.1+,iOS Safari 7+,Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	display: flex;
	/* Chrome 29+,Firefox 22+,IE 11+,Opera 12.1/17/18,Android 4.4+ */
	-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布局左右居中*/
.flex_con_cen{
	display: -webkit-box;
	/* Chrome 4+,Safari 3.1,iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+,Safari 6.1+,iOS Safari 7+,Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	display: flex;
	/* Chrome 29+,Firefox 22+,IE 11+,Opera 12.1/17/18,Android 4.4+ */
	-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;
}

/*scrollbar*/
body::-webkit-scrollbar{
	width: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

body::-webkit-scrollbar-track{
	background: #9f9f9f;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

body::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb:vertical{
	background: #e60012;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

body::-webkit-scrollbar-thumb:vertical:active{
	background: #e60012;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

/*主体区域*/
.max1600{
	max-width: 1700px;
	margin: 0 auto;
	padding: 0 50px;
}

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

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

	.page_con_zhuti{
		padding: 0 30px;
	}
}

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

	.page_con_zhuti{
		padding: 0 20px;
	}

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

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

	.page_con_zhuti{
		padding: 0 15px;
	}
}

/*头部*/
#pc_header{
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	background: rgba(255,255,255,1);
	box-shadow: 0 1px 1px rgba(0,0,0,0.15);
	border-top: 4px solid #e60012;
	-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{
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.pc_logo{
	width: 13%;
	max-width: 220px;
}

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

.pc_nav{
	width: 82%;
	max-width: 1060px;
	padding-right: 100px;
	margin-right: -100px;
}

.pc_nav>.pc_nav_con>ul{
	width: 100%;
	display: -webkit-box;
	/* Chrome 4+,Safari 3.1,iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+,Safari 6.1+,iOS Safari 7+,Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	display: flex;
	/* Chrome 29+,Firefox 22+,IE 11+,Opera 12.1/17/18,Android 4.4+ */
	-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>.pc_nav_con>ul>.pc_nav_li_www{
	float: left;
	width: 14.285714285714%;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	position: relative;
}

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

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

.pc_nav>.pc_nav_con>ul>.pc_nav_li_www>li{
	position: relative;
	text-align: center;
	max-width: 100%;
}

.pc_nav>.pc_nav_con>ul>.pc_nav_li_www>li>a{
	display: block;
	position: relative;
}

.pc_nav>.pc_nav_con>ul>.pc_nav_li_www>li>a .pc_nav_yiji_con{
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	position: relative;
}

.pc_nav>.pc_nav_con>ul>.pc_nav_li_www>li>a .pc_nav_yiji_wenzi{
	font-size: 20px;
	line-height: 106px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
	-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_w{
	position: absolute;
	z-index: 999;
	width: 170px;
	left: 50%;
	top: 100%;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	-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;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

.pc_nav>.pc_nav_con>ul>.pc_nav_li_www>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>.pc_nav_con>ul>.pc_nav_li_www>li:hover>a .pc_nav_yiji_wenzi,
.pc_nav>.pc_nav_con>ul>.pc_nav_li_www>li.active>a .pc_nav_yiji_wenzi{
	color: #e60012;
}

.pc_nav_erji_li{
	position: relative;
}

.pc_nav_erji_li a{
	font-size: 16px;
	line-height: 2;
	padding: 5px;
	color: #666;
	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 a:hover{
	color: #fff;
	background: #e60012;
}

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

.pc_nav_erji_li:hover .pc_nav_sanji{
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
}

.pc_nav_sanji_li a{
	font-size: 15px;
}

.pc_header_search{
	-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;
	width: 100px;
	height: 106px;
	border-left: 1px solid #ddd;
	position: relative;
	z-index: 10;
}

.pc_header_search_btn{
	position: relative;
}

.pc_header_search_btn span{
	width: 22px;
	height: 22px;
	background: url(../images/img/top_header_search_ico.png) no-repeat left center;
	background-size: 100% 100%;
	cursor: pointer;
	display: block;
	position: relative;
}

.pc_header_search_btn_pull_down{
	position: absolute;
	top: 64px;
	right: 0;
	z-index: 900;
	display: none;
}

.pc_header_search_btn_pull_down_sousuo{
	width: 230px;
	height: 45px;
	background-color: #e60012;
	overflow: hidden;
}

.pc_header_search_btn_pull_down_sousuo_con_fl{
	width: 100%;
	padding-right: 52px;
	margin-right: -52px;
	overflow: hidden;
}

.pc_header_search_btn_pull_down_sousuo_shuru{
	background: none;
	border: 0;
	outline: none;
	width: 100%;
	font-size: 16px;
	color: #fff;
	line-height: 45px;
	padding-left: 15px;
	float: left;
}

.pc_header_search_btn_pull_down_sousuo_shuru::-webkit-autofill{
	-webkit-text-fill-color: #fff!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_header_search_btn_pull_down_sousuo_shuru::placeholder{
	color: #fff;
}

.pc_header_search_btn_pull_down_sousuo_tijiao{
	cursor: pointer;
	outline: none;
	border: 0;
	float: left;
	width: 50px;
	font-size: 16px;
	color: #666;
	line-height: 45px;
	background: url(../images/img/top_header_search2_ico.png) no-repeat center;
	background-size: 20px;
	position: relative;
	z-index: 10;
}

@media(max-width:1366px){
	.pc_nav>.pc_nav_con>ul>.pc_nav_li_www>li>a .pc_nav_yiji_wenzi{
		font-size: 18px;
	}

	.pc_nav{
		padding-right: 90px;
		margin-right: -90px;
	}

	.pc_header_search{
		width: 90px;
	}
}

@media(max-width:1280px){
	.pc_nav>.pc_nav_con>ul>.pc_nav_li_www>li>a .pc_nav_yiji_wenzi{
		font-size: 17px;
	}

	.pc_nav{
		padding-right: 80px;
		margin-right: -80px;
	}

	.pc_header_search{
		width: 80px;
	}

	.pc_header_search_btn span{
		width: 20px;
		height: 20px;
	}
	
	.pc_header_search_btn_pull_down{
		top: 63px;
	}
}

/*首页banner*/
.index_banner{
	position: relative;
	overflow: hidden;
	margin-top: 110px;
}

.index_banner_li{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.index_banner img{
	width: 100%;
	opacity: 0;
}

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

.index_banner_yuandian span{
	width: 12px;
	height: 12px;
	background: #fff;
	border-radius: 50%;
	opacity: 1;
	margin: 0 5px!important;
	position: relative;
	overflow: hidden;
}

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

.index_banner_btnl,.index_banner_btnr{
	width: 40px;
	height: 65px;
	background: rgba(0,0,0,1);
	position: absolute;
	z-index: 800;
	top: 50%;
	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: #e60012;
}

.index_banner_btnl span,.index_banner_btnr span{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 16px;
	height: 16px;
	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: 35px;
		height: 60px;
	}

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

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

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

@media(max-width:991px){
	.index_banner{
		margin-top: 0;
	}
	
	.index_banner_btnl,.index_banner_btnr{
		display: none;
	}
}

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

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

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

	.index_banner_yuandian span{
		width: 8px;
		height: 8px;
		margin: 0 3px!important;
	}
}

/*product*/
.index_yayao_product{
	padding: 4% 0;
	background-image: url(../images/img/index_product_background.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.index_yayao_title{
	text-align: center;
}

.index_yayao_title_h3{
	font-size: 2.3rem;
	line-height: 1.2;
	color: #333;
	font-weight: bold;
	padding-bottom: 1%;
}

.index_yayao_title h3 span{
	display: block;
	margin: 0 auto;
	width: 9%;
}

.index_yayao_title h3 span::before{
	content: '';
	display: block;
	padding: 10.69% 0;
	width: 100%;
	background-image: url(../images/img/index_title_icon.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.index_yayao_title h4{
	font-size: 20px;
	line-height: 1.5;
	color: #666;
	margin-top: 1.25%;
}

.index_yayao_product_fb{
	margin-top: 3.5%;
}

.index_yayao_product_fb_ul{
	overflow: hidden;
}

.index_yayao_product_fb_li{
	width: 18.8%;
	margin-right: 1.5%;
	background-color: #f0f0f0;
}

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

.index_yayao_product_fb_li:nth-child(2n){
	margin-top: 3.5%;
}

.index_yayao_product_fb_li .img{
	position: relative;
	overflow: hidden;
}

.index_yayao_product_fb_li .img .img1{
	overflow: hidden;
	position: relative;
	z-index: 12;
}

.index_yayao_product_fb_li .img .img1::before{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 8;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.index_yayao_product_fb_li .img .img1 img{
	width: 100%;
	position: relative;
	z-index: 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_yayao_product_fb_li:hover .img .img1 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_yayao_product_fb_li .img .img1 .img1_title{
	font-size: 1.5rem;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 10;
	width: 100%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.index_yayao_product_fb_li .img .img2{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 15;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #e60012;
	-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;
	-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_yayao_product_fb_li:hover .img .img2{
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}

.index_yayao_product_fb_li .img .img2 .img2_con{
	width: 100%;
}

.index_yayao_product_fb_li .img .img2 .img2_icon{
	width: 22%;
	margin: 0 auto;
}

.index_yayao_product_fb_li .img .img2 .img2_icon img{
	width: 100%;
}

.index_yayao_product_fb_li .img .img2 .img2_title{
	font-size: 1.3rem;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	margin-top: 5%;
}

.index_product_list_arclist{
	padding: 12% 10px 25%;
}

.index_product_list_arclist::before{
	content: '';
	display: block;
	margin: 0 auto;
	width: 12px;
	height: 12px;
	background-color: #e60012;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.index_product_list_arclist_ul{
	margin-top: 10px;
}

.index_product_list_arclist_li{
	text-align: center;
	font-size: 0;
	line-height: 0;
	margin-top: 7px;
}

.index_product_list_arclist_li a,.index_product_list_arclist_li span{
	font-size: 18px;
	line-height: 1.6;
	color: #333;
	max-width: 100%;
	display: inline-block;
}

.index_product_list_arclist_li a:hover{
	color: #e60012;
}

@media(max-width:1366px){
	.index_yayao_title h4{
		font-size: 18px;
	}

	.index_product_list_arclist_li a,.index_product_list_arclist_li span{
		font-size: 17px;
	}
}

@media(max-width:1280px){
	.index_yayao_title h4{
		font-size: 17px;
	}

	.index_yayao_product_fb_li .img .img1 .img1_title{
		font-size: 22px;
	}

	.index_yayao_product_fb_li .img .img2 .img2_title{
		font-size: 20px;
	}

	.index_product_list_arclist::before{
		width: 10px;
		height: 10px;
	}

	.index_product_list_arclist_li a,.index_product_list_arclist_li span{
		font-size: 16px;
	}
}

@media(max-width:991px){
	.index_yayao_title_h3{
		font-size: 26px;
		padding-bottom: 10px;
	}

	.index_yayao_title h3 span{
		width: 85px;
	}
	
	.index_yayao_title h4{
		margin-top: 10px;
	}

	.index_yayao_product_fb_li{
		width: 23.5%;
		margin-right: 2%;
	}

	.index_yayao_product_fb_li:nth-child(5n){
		margin-right: 2%;
	}

	.index_yayao_product_fb_li:nth-child(4n){
		margin-right: 0;
	}

	.index_yayao_product_fb_li:nth-child(2n){
		margin-top: 0;
	}

	.index_yayao_product_fb_li:nth-child(n+5){
		display: none;
	}

	.index_yayao_product_fb_li .img .img1 .img1_title{
		font-size: 20px;
	}

	.index_yayao_product_fb_li .img .img2 .img2_title{
		font-size: 18px;
		margin-top: 10px;
	}
}

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

	.index_yayao_title_h3{
		font-size: 24px;
		padding-bottom: 8px;
	}

	.index_yayao_title h3 span{
		width: 75px;
	}

	.index_yayao_title h4{
		font-size: 16px;
		margin-top: 8px;
	}

	.index_yayao_product_fb{
		margin-top: 25px;
	}

	.index_yayao_product_fb_li{
		width: 49%;
	}

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

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

	.index_yayao_product_fb_li .img .img1 .img1_title{
		font-size: 18px;
	}

	.index_yayao_product_fb_li .img .img2 .img2_icon{
		max-width: 55px;
	}

	.index_yayao_product_fb_li .img .img2 .img2_title{
		font-size: 17px;
		margin-top: 8px;
	}

	.index_product_list_arclist{
		padding: 20px 10px;
	}

	.index_product_list_arclist::before{
		width: 9px;
		height: 9px;
	}
}

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

	.index_yayao_title_h3{
		font-size: 22px;
		padding-bottom: 5px;
	}

	.index_yayao_title h3 span{
		width: 70px;
	}

	.index_yayao_title h4{
		margin-top: 5px;
	}

	.index_yayao_product_fb{
		margin-top: 20px;
	}

	.index_product_list_arclist{
		padding: 18px 5px;
	}

	.index_product_list_arclist_ul{
		margin-top: 8px;
	}
}

/*news*/
.index_yayao_news{
	padding: 4% 0;
}

.index_yayao_news_fb{
	margin-top: 3%;
}

.index_yayao_news_fb_fl{
	width: 44%;
	background-color: #efefef;
}

.index_yayao_news_fb_fl_ul{
	height: 100%;
}

.index_yayao_news_fb_fl_li{
	background-color: #efefef;
	height: 100%;
}

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

.index_yayao_news_fb_fl_li .img{
	overflow: hidden;
}

.index_yayao_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_yayao_news_fb_fl_li .img .img_con{
	padding: 29% 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.index_yayao_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_yayao_news_fb_fl_li .wz{
	padding-top: 4%;
}

.index_yayao_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_yayao_news_fb_fl_li:hover .wz .wz_ft{
	color: #e60012;
}

.index_yayao_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: 2;
	margin: 2.5% 0;
}

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

.index_yayao_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_yayao_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_yayao_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_yayao_news_fb_fl_li:hover .wz .wz_fb span::after{
	right: -10px;
	background-image: url(../images/img/index_news_arrow_icon1.png);
}

.index_yayao_news_fb_fr{
	width: 52%;
}

.index_yayao_news_fb_fr_ul{
	border-top: 1px solid #ddd;
}

.index_yayao_news_fb_fr_li{
	border-bottom: 1px solid #ddd;
	-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_yayao_news_fb_fr_li:hover{
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.05);
}

.index_yayao_news_fb_fr_li .wz{
	padding: 3%;
}

.index_yayao_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_yayao_news_fb_fr_li:hover .wz .wz_ft{
	color: #e60012;
}

.index_yayao_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_yayao_news_fb_fr_li .wz .wz_fb{
	overflow: hidden;
}

.index_yayao_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_yayao_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_yayao_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_yayao_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_yayao_news_fb_fl_li .wz .wz_ft{
		font-size: 18px;
	}

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

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

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

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

	.index_yayao_news_fb_fl_ul{
		height: auto;
	}

	.index_yayao_news_fb_fl_li{
		height: auto;
	}

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

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

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

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

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

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

	.index_yayao_news_fb{
		margin-top: 25px;
	}

	.index_yayao_news_fb_fl_li a{
		padding: 20px;
	}

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

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

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

	.index_yayao_news_fb_fr{
		margin-top: 25px;
	}

	.index_yayao_news_fb_fr_li .wz{
		padding: 20px;
	}

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

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

	.index_yayao_news_fb{
		margin-top: 20px;
	}

	.index_yayao_news_fb_fl_li a{
		padding: 18px;
	}

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

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

	.index_yayao_news_fb_fr{
		margin-top: 20px;
	}

	.index_yayao_news_fb_fr_li .wz{
		padding: 18px;
	}

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

/*about*/
.index_yayao_about{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.index_yayao_about_ft{
	padding: 4% 0;
}

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

.index_yayao_about_fl{
	width: 46%;
}

.index_yayao_about_fl_ft h3{
	font-size: 2.3rem;
	line-height: 1.2;
	color: #fff;
	font-weight: bold;
}

.index_yayao_about_fl_ft h4{
	font-size: 20px;
	line-height: 1.6;
	color: #e9e9e9;
	margin-top: 3.5%;
}

.index_yayao_about_fl_fb{
	font-size: 18px;
	line-height: 1.8;
	color: #e9e9e9;
	margin-top: 6.5%;
}

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

.index_yayao_about_fr{
	width: 50%;
}

.index_yayao_about_fr img{
	width: 100%;
}

.index_yayao_about_fb{
	background-color: rgba(230,0,18,0.4);
}

.index_yayao_about_fb_ul{
	padding: 2.5% 0;
}

.index_yayao_about_fb_li{
	width: 25%;
	text-align: center;
	position: relative;
	padding: 10px 0;
}

.index_yayao_about_fb_li::before{
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	height: 100%;
	background-color: rgba(255,255,255,0.3);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.index_yayao_about_fb_li:nth-child(4n)::before{
	display: none;
}

.index_yayao_about_fb_li .wz .wz_ft{
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
}

.index_yayao_about_fb_li .wz .wz_ft span{
	font-size: 2.5rem;
	line-height: 1.2;
	color: #fff;
	font-weight: bold;
	margin-right: 5px;
}

.index_yayao_about_fb_li .wz .wz_fb{
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
	margin-top: 5px;
}

@media(max-width:1366px){
	.index_yayao_about_fl_ft h4{
		font-size: 18px;
	}

	.index_yayao_about_fl_fb{
		font-size: 17px;
		line-height: 1.6;
	}
}

@media(max-width:1280px){
	.index_yayao_about_fl_ft h4{
		font-size: 17px;
	}

	.index_yayao_about_fl_fb{
		font-size: 16px;
	}
}

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

	.index_yayao_about_fl_ft h3{
		font-size: 26px;
	}

	.index_yayao_about_fl_ft h4{
		margin-top: 2%;
	}

	.index_yayao_about_fl_fb{
		margin-top: 2.5%;
	}

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

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

	.index_yayao_about_fb_ul{
		padding: 25px 0;
	}

	.index_yayao_about_fb_li .wz .wz_ft span{
		font-size: 28px;
	}
}

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

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

	.index_yayao_about_fl_ft h4{
		font-size: 16px;
		margin-top: 15px;
	}

	.index_yayao_about_fl_fb{
		margin-top: 15px;
	}

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

	.index_yayao_about_fr{
		margin-top: 22px;
	}

	.index_yayao_about_fb_ul{
		padding: 20px 0;
	}

	.index_yayao_about_fb_li{
		width: 50%;
		padding: 5px 0;
	}

	.index_yayao_about_fb_li:nth-child(2n)::before{
		display: none;
	}

	.index_yayao_about_fb_li:nth-child(n+3){
		margin-top: 20px;
	}

	.index_yayao_about_fb_li .wz .wz_ft{
		font-size: 15px;
	}

	.index_yayao_about_fb_li .wz .wz_ft span{
		font-size: 26px;
	}

	.index_yayao_about_fb_li .wz .wz_fb{
		font-size: 15px;
	}
}

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

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

	.index_yayao_about_fl_ft h4{
		margin-top: 10px;
	}

	.index_yayao_about_fl_fb{
		margin-top: 10px;
	}

	.index_yayao_about_fr{
		margin-top: 18px;
	}

	.index_yayao_about_fb_ul{
		padding: 18px 0;
	}

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

	.index_yayao_about_fb_li .wz .wz_ft span{
		font-size: 24px;
	}
}

/*footer*/
.pc_footer{
	background-color: #262626;
}

.pc_footer_ft{
	padding: 3% 0;
}

.pc_footer_ft_con{
	overflow: hidden;
}

.pc_footer_ft_fl{
	width: 42%;
}

.pc_footer_ft_fl_li{
	max-width: 31%;
}

.pc_footer_ft_fl_li_ft{
	font-size: 0;
	line-height: 0;
}

.pc_footer_ft_fl_li_ft a{
	font-size: 20px;
	line-height: 1.5;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	max-width: 100%;
}

.pc_footer_ft_fl_li_fb{
	margin-top: 1.3rem;
}

.pc_footer_ft_fl_li_fb_li{
	font-size: 0;
}

.pc_footer_ft_fl_li_fb_li:nth-child(n+2){
	margin-top: 0.9rem;
}

.pc_footer_ft_fl_li_fb_li a{
	font-size: 16px;
	line-height: 1.5;
	color: #cacaca;
	display: inline-block;
	max-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;
}

.pc_footer_ft_fl_li_fb_li a:hover{
	color: #fff;
}

.pc_footer_ft_fc{
	max-width: 30%;
}

.pc_footer_ft_fc_ft{
	font-size: 0;
	line-height: 0;
}

.pc_footer_ft_fc_ft a{
	font-size: 20px;
	line-height: 1.5;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	max-width: 100%;
}

.pc_footer_ft_fc_fb{
	font-size: 16px;
	line-height: 1.5;
	color: #cacaca;
	margin-top: 1.3rem;
}

.pc_footer_ft_fc_fb p:nth-child(n+2){
	margin-top: 0.9rem;
}

.pc_footer_ft_fr{
	max-width: 13%;
}

.pc_footer_ft_fr_li{
	width: 100%;
	max-width: 120px;
	text-align: center;
}

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

.pc_footer_ft_fr_li .wz{
	font-size: 16px;
	line-height: 1.5;
	color: #cacaca;
	margin-top: 12px;
}

.pc_footer_fb{
	background-color: #202020;
	border-top: 1px solid #3a3a3a;
	font-size: 16px;
	line-height: 1.6;
	color: #9b9b9b;
	padding: 20px 0;
	text-align: center;
}

.pc_footer_fb a{
	color: #9b9b9b;
	-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: #fff;
}

@media(max-width:1366px){
	.pc_footer_ft_fl_li_ft a,.pc_footer_ft_fc_ft a{
		font-size: 18px;
	}
}

@media(max-width:1280px){
	.pc_footer_ft_fl_li_ft a,.pc_footer_ft_fc_ft a{
		font-size: 17px;
	}
}

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

	.pc_footer_ft_fl{
		display: none;
		width: 100%;
	}

	.pc_footer_ft_fl_li_fb,.pc_footer_ft_fc_fb{
		margin-top: 15px;
	}

	.pc_footer_ft_fl_li_fb_li:nth-child(n+2),.pc_footer_ft_fc_fb p:nth-child(n+2){
		margin-top: 10px;
	}

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

	.pc_footer_ft_fr{
		max-width: 18%;
	}

	.pc_footer_fb{
		padding: 18px 0;
	}
}

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

	.pc_footer_ft_fl_li_ft a,.pc_footer_ft_fc_ft a{
		font-size: 16px;
	}

	.pc_footer_ft_fl_li_fb,.pc_footer_ft_fc_fb{
		margin-top: 12px;
	}

	.pc_footer_ft_fl_li_fb_li:nth-child(n+2),.pc_footer_ft_fc_fb p:nth-child(n+2){
		margin-top: 8px;
	}

	.pc_footer_ft_fl_li_fb_li a{
		font-size: 15px;
	}

	.pc_footer_ft_fc{
		width: 100%;
	}

	.pc_footer_ft_fc_fb{
		font-size: 15px;
	}

	.pc_footer_ft_fr{
		max-width: 100%;
		width: 100%;
		margin-top: 15px;
	}
	
	.pc_footer_ft_fr_li .wz{
		font-size: 15px;
	}

	.pc_footer_fb{
		font-size: 15px;
		padding: 15px 0;
	}
}