/*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{
	background: #fff;
	color: #333;
	position: relative;
	font: 14px/1.5 Microsoft YaHei,arial,宋体,sans-serif;
	vertical-align: baseline;
	width: 100%;
	overflow-x: hidden!important;
	word-break: break-word;
}

a{
	text-decoration: none;
	outline: none;
	color: #333;
}

a:hover,
a:active,
a:focus{
	text-decoration: none;
	outline: none;
	color: #a5393b;
}

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 Layout*/
.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 Layout Vertically Aligned*/
.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 Layout Is Centered Up And Down*/
.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 Layout Aligned Left And Right*/
.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 Layout Is Centered On The Left And Right Sides*/
.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: 6px;
	-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: #a5393b;
	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: #a5393b;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

/*Main Area*/
.max1560{
	max-width: 1660px;
	margin: 0 auto;
	padding: 0 50px;
}

.page_con_zhuti{
	max-width: 1660px;
	margin: 0 auto;
	padding: 0 50px;
}

@media(max-width:1280px){
	.max1560{
		padding: 0 30px;
	}

	.page_con_zhuti{
		padding: 0 30px;
	}
}

@media(max-width:991px){
	.max1560{
		padding: 0 20px;
	}

	.page_con_zhuti{
		padding: 0 20px;
	}

	body{
		padding-top: 61px!important;
	}
}

@media(max-width:768px){
	.max1560{
		padding: 0 15px;
	}

	.page_con_zhuti{
		padding: 0 15px;
	}
}

/*Header*/
#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.1);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pc_header_con{
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	height: 90px;
	line-height: 90px;
}

.pc_logo{
	max-width: 7%;
}

.pc_logo img{
	max-width: 100%;
	max-height: 50px;
}

.pc_nav{
	width: 90%;
	max-width: 1150px;
	padding-right: 120px;
	margin-right: -120px;
}

.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: 12.5%;
	-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>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: 18px;
	line-height: 90px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	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;
}

.pc_nav_erji_w{
	position: absolute;
	z-index: 999;
	width: 215px;
	left: 50%;
	top: 100%;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	-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_erji_w_en_width{
	width: 435px;
}

.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: #a5393b;
}

.pc_nav_erji_li{
	position: relative;
}

.pc_nav_erji_li a{
	font-size: 15px;
	line-height: 2;
	padding: 5px;
	color: #666;
	cursor: pointer;
	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: #a5393b;
}

.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_language{
	position: relative;
	height: 100%;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.pc_header_language_ft_links{
	display: block;
	font-size: 16px;
	line-height: 1.5;
	color: #333;
	padding-left: 30px;
	padding-right: 18px;
	background-image: url(../images/img/pc_top_header_ico.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 22px;
	position: relative;
	-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_language_ft_links span{
	position: absolute;
	right: 0;
	top: 50%;
	width: 10px;
	height: 10px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.pc_header_language_ft_links span::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/img/pc_top_header_arrow_ico.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 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_header_language_ft_links:hover{
	color: #a5393b;
	background-image: url(../images/img/pc_top_header_ico1.png);
}

.pc_header_language_ft_links:hover span::before{
	background-image: url(../images/img/pc_top_header_arrow_ico1.png);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.pc_header_language_searchbox{
	margin-left: 13px;
	width: 20px;
	height: 20px;
	background: url(../images/nav_sousuo_hei.png) no-repeat center;
	background-size: 100% 100%;
	cursor: pointer;
}

.pc_header_search_btn_pull_down{
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 900;
	display: none;
}

.pc_header_search_btn_pull_down_sousuo{
	width: 260px;
	height: 42px;
	background-color: #a5393b;
	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: 15px;
	color: #ffffff;
	line-height: 42px;
	padding-left: 15px;
	float: left;
}

.pc_header_search_btn_pull_down_sousuo_shuru::-webkit-autofill{
	-webkit-text-fill-color: rgba(255,255,255,0.7)!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: rgba(255,255,255,0.7);
}

.pc_header_search_btn_pull_down_sousuo_tijiao{
	cursor: pointer;
	outline: none;
	border: 0;
	float: left;
	width: 50px;
	font-size: 15px;
	color: #333333;
	line-height: 42px;
	background: url(../images/nav_sousuo.png) no-repeat center;
	background-size: 18px;
	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: 17px;
	}
}

@media(max-width:1280px){
	.pc_nav{
		padding-right: 110px;
		margin-right: -110px;
	}
	
	.pc_nav>.pc_nav_con>ul>.pc_nav_li_www>li>a .pc_nav_yiji_wenzi{
		font-size: 16px;
	}

	.pc_nav_erji_li a{
		font-size: 15px;
	}

	.pc_header_language_ft_links{
		font-size: 15px;
		padding-left: 28px;
		padding-right: 16px;
		background-size: 20px;
	}

	.pc_header_language_searchbox{
		margin-left: 10px;
		width: 18px;
		height: 18px;
	}
}

/*Banner*/
.index_banner{
	position: relative;
	overflow: hidden;
	margin-top: 90px;
}

.index_banner_li{
	overflow: hidden;
}

.index_banner_li .img{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 3;
	-webkit-transition: 1s 2.5s;
	-moz-transition: 1s 2.5s;
	-ms-transition: 1s 2.5s;
	-o-transition: 1s 2.5s;
	transition: 1s 2.5s;
	-webkit-transform: perspective(1000px) translate3d(0,0,100px);
	-moz-transform: perspective(1000px) translate3d(0,0,100px);
	-ms-transform: perspective(1000px) translate3d(0,0,100px);
	-o-transform: perspective(1000px) translate3d(0,0,100px);
	transform: perspective(1000px) translate3d(0,0,100px);
}

.index_banner_li.swiper-slide-active .img{
	-webkit-transition: 5s 0s;
	-moz-transition: 5s 0s;
	-ms-transition: 5s 0s;
	-o-transition: 5s 0s;
	transition: 5s 0s;
	-webkit-transform: perspective(1000px) translate3d(0,0,0);
	-moz-transform: perspective(1000px) translate3d(0,0,0);
	-ms-transform: perspective(1000px) translate3d(0,0,0);
	-o-transform: perspective(1000px) translate3d(0,0,0);
	transform: perspective(1000px) translate3d(0,0,0);
}

.index_banner_li .img img{
	width: 100%;
	opacity: 0;
	min-height: 270px;
}

.index_banner_li .wz{
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 5;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.index_banner_li .wz .wz_background_ico{
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 5;
	width: 38.05rem;
	-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_li .wz .wz_background_ico::before{
	content: '';
	display: block;
	padding: 24.5% 0;
	background-image: url(../images/img/index_banner_bj_ico.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.index_banner_li .wz .wz_con{
	position: relative;
	z-index: 10;
}

.index_banner_li .wz .wz_ft{
	font-size: 1.3rem;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	opacity: 0;
	-webkit-transform: translate3d(0,80px,0);
	-moz-transform: translate3d(0,80px,0);
	-ms-transform: translate3d(0,80px,0);
	-o-transform: translate3d(0,80px,0);
	transform: translate3d(0,80px,0);
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;
}

.index_banner_li.swiper-slide-active .wz .wz_ft{
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.index_banner_li .wz .wz_fc{
	font-size: 2.1rem;
	line-height: 1.5;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin: 1.5% 0 2.6%;
	opacity: 0;
	-webkit-transform: translate3d(0,80px,0);
	-moz-transform: translate3d(0,80px,0);
	-ms-transform: translate3d(0,80px,0);
	-o-transform: translate3d(0,80px,0);
	transform: translate3d(0,80px,0);
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;
}

.index_banner_li.swiper-slide-active .wz .wz_fc{
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.index_banner_li .wz .wz_fb{
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	opacity: 0;
	-webkit-transform: translate3d(0,80px,0);
	-moz-transform: translate3d(0,80px,0);
	-ms-transform: translate3d(0,80px,0);
	-o-transform: translate3d(0,80px,0);
	transform: translate3d(0,80px,0);
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;
}

.index_banner_li.swiper-slide-active .wz .wz_fb{
	-webkit-transition-delay: 0.7s;
	-moz-transition-delay: 0.7s;
	-ms-transition-delay: 0.7s;
	-o-transition-delay: 0.7s;
	transition-delay: 0.7s;
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.index_banner_li .wz .wz_fb a{
	display: block;
	font-size: 17px;
	line-height: 1.5;
	color: #fff;
	padding: 8px 1.55rem;
	border: 1px solid rgba(255,255,255,1);
	background: rgba(255,255,255,0.4);
	-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_li .wz .wz_fb a:hover{
	border-color: #a5393b;
	background: #a5393b;
}

.index_banner_yuandian{
	font-size: 0;
	text-align: center;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 12.3%!important;
	z-index: 99;
}

.index_banner_yuandian span{
	width: 8rem;
	height: 2px;
	background: rgba(255,255,255,0.6);
	opacity: 1;
	margin: 5px 1rem!important;
	position: relative;
	overflow: hidden;
	border-radius: 0!important;
}

.index_banner_yuandian span::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #a5393b;
	z-index: 10;
}

.index_banner_yuandian span.swiper-pagination-bullet-active::before{
	width: 100%;
	-webkit-animation: index_banner_navigation_width 5s linear;
	-moz-animation: index_banner_navigation_width 5s linear;
	-ms-animation: index_banner_navigation_width 5s linear;
	-o-animation: index_banner_navigation_width 5s linear;
	animation: index_banner_navigation_width 5s linear;
}

@-webkit-keyframes index_banner_navigation_width{
	0%{
		width: 0;
	}

	100%{
		width: 100%;
	}
}

@-moz-keyframes index_banner_navigation_width{
	0%{
		width: 0;
	}

	100%{
		width: 100%;
	}
}

@-ms-keyframes index_banner_navigation_width{
	0%{
		width: 0;
	}

	100%{
		width: 100%;
	}
}

@-o-keyframes index_banner_navigation_width{
	0%{
		width: 0;
	}

	100%{
		width: 100%;
	}
}

@keyframes index_banner_navigation_width{
	0%{
		width: 0;
	}

	100%{
		width: 100%;
	}
}

@media(max-width:1366px){
	.index_banner_li .wz .wz_ft{
		font-size: 20px;
	}

	.index_banner_li .wz .wz_fb a{
		font-size: 16px;
	}
}

@media(max-width:1280px){
	.index_banner_li .wz .wz_ft{
		font-size: 18px;
	}

	.index_banner_li .wz .wz_fb a{
		padding: 7px 22px;
	}
}

@media(max-width:991px){
	.index_banner{
		margin-top: 0;
	}

	.index_banner_li .wz .wz_background_ico{
		width: 460px;
	}

	.index_banner_li .wz .wz_fc{
		font-size: 25px;
	}

	.index_banner_li .wz .wz_fb a{
		padding: 6px 20px;
	}
}

@media(max-width:768px){
	.index_banner_li .wz .wz_background_ico{
		width: 360px;
	}

	.index_banner_li .wz .wz_ft{
		font-size: 17px;
	}

	.index_banner_li .wz .wz_fc{
		font-size: 22px;
		line-height: 1.4;
		font-weight: normal;
		margin: 10px 0 20px;
	}

	.index_banner_li .wz .wz_fb a{
		font-size: 15px;
	}

	.index_banner_yuandian{
		bottom: 20px!important;
	}

	.index_banner_yuandian span{
		width: 3.5rem;
		margin: 4px 10px!important;
	}
}

@media(max-width:468px){
	.index_banner_li .wz .wz_background_ico{
		max-width: 300px;
		width: 100%;
	}

	.index_banner_li .wz .wz_fc{
		font-size: 20px;
		margin: 8px 0 16px;
	}

	.index_banner_li .wz .wz_fb a{
		padding: 6px 15px;
	}

	.index_banner_yuandian{
		bottom: 15px!important;
	}

	.index_banner_yuandian span{
		width: 35px;
		margin: 4px 5px!important;
	}
}

/*News*/
.index_iamshu_news{
	padding: 7.8% 0 0;
	position: relative;
}

.index_iamshu_news_bj{
	position: absolute;
	left: 50%;
	top: 9.8%;
	z-index: 5;
	width: 100%;
	max-width: 1717px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.index_iamshu_news_bj::before{
	content: '';
	display: block;
	width: 100%;
	padding: 23.62% 0;
	background-image: url(../images/img/index_news_bj.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.index_iamshu_news_box{
	position: relative;
	z-index: 10;
}

.index_iamshu_news_ft{
	text-align: center;
}

.index_iamshu_news_ft h3{
	font-size: 2.1rem;
	line-height: 1.5;
	color: #333333;
}

.index_iamshu_news_ft h4{
	font-size: 20px;
	line-height: 1.6;
	color: #666666;
	margin-top: 1.3%;
}

.index_iamshu_news_ft h4 p:nth-child(n+2){
    margin-top: 6px;
}

.index_iamshu_news_ft h4 span{
	color: #a5393b;
}

.index_iamshu_news_fb{
	margin-top: 3.25%;
}

.index_iamshu_news_fb_fl{
	width: 31.2%;
	margin-right: 3.2%;
	background-color: #ffffff;
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.05);
}

.index_iamshu_news_fb_fl_li{
	width: 100%;
	height: 100%;
}

.index_iamshu_news_fb_fl_li a{
	display: block;
	width: 100%;
	height: 100%;
}

.index_iamshu_news_fb_fl_li .img{
	overflow: hidden;
	position: relative;
}

.index_iamshu_news_fb_fl_li .img img{
	width: 100%;
	position: relative;
	z-index: 3;
	-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_iamshu_news_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_iamshu_news_fb_typename{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	font-size: 17px;
	line-height: 1.5;
	color: #fff;
	background-color: #c4c4c4;
	padding: 9px 1.5rem;
	-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_iamshu_news_fb_fl_li:hover .index_iamshu_news_fb_typename{
	background-color: #a5393b;
}

.index_iamshu_news_fb_fl_li .wz{
	padding: 8.2%;
}

.index_iamshu_news_fb_fl_li .wz .wz_ft{
	font-size: 18px;
	line-height: 1.5;
	color: #a5393b;
}

.index_iamshu_news_fb_fl_li .wz .wz_fc{
	font-size: 1.2rem;
	line-height: 1.5;
	color: #464646;
	margin: 3.5% 0;
	max-height: 3em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	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;
}

.index_iamshu_news_fb_fl_li:hover .wz .wz_fc{
	color: #a5393b;
}

.index_iamshu_news_fb_fl_li .wz .wz_fb{
	font-size: 16px;
	line-height: 1.75;
	color: #666666;
	max-height: 3.5em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.index_iamshu_news_fb_fc{
	width: 31.2%;
	margin-right: 3.2%;
	background-color: #fff;
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.05);
}

.index_iamshu_news_fb_fc2{
	margin-right: 0!important;
}

.index_iamshu_news_fb_fr{
	/*width: 31.2%;*/
	width: 100%;
	/*padding: 3% 2.5% 1.6%;*/
	padding: 3% 2.5% 2.5%;
	position: relative;
	background-color: #fff;
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.05);
	margin-top: 3.2%;
}

.index_iamshu_news_fb_fr:hover .index_iamshu_news_fb_typename{
	background-color: #a5393b;
}

.index_iamshu_news_fb_fr_ul{
	overflow: hidden;
}

.index_iamshu_news_fb_fr_li{
	width: 48%;
	margin-right: 4%;
	float: left;
	border-bottom: 1px solid #ececec;
	-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_iamshu_news_fb_fr_li:nth-child(2n){
	margin-right: 0;
}

/*.index_iamshu_news_fb_fr_li:last-child{*/
/*	border-bottom: 0;*/
/*}*/

.index_iamshu_news_fb_fr_li:hover{
	border-color: #a5393b;
}

.index_iamshu_news_fb_fr_li a{
	display: block;
	/*padding: 5% 0;*/
	padding: 3.5% 0;
}

.index_iamshu_news_fb_fr_li_title{
	font-size: 20px;
	line-height: 1.5;
	color: #464646;
	height: 3em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	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;
}

.index_iamshu_news_fb_fr_li:hover .index_iamshu_news_fb_fr_li_title{
	color: #a5393b;
}

.index_iamshu_news_fb_fr_li_text{
	font-size: 18px;
	line-height: 1.5;
	color: #999999;
	/*margin-top: 3.5%;*/
	margin-top: 2.1%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.index_iamshu_news_fb_fr_li:hover .index_iamshu_news_fb_fr_li_text{
	color: #a5393b;
}

@media(max-width:1366px){
	.index_iamshu_news_ft h4{
		font-size: 18px;
	}

	.index_iamshu_news_fb_typename{
		font-size: 16px;
	}

	.index_iamshu_news_fb_fl_li .wz .wz_ft{
		font-size: 17px;
	}

	.index_iamshu_news_fb_fl_li .wz .wz_fc{
		font-size: 20px;
	}

	.index_iamshu_news_fb_fr_li_title{
		font-size: 18px;
	}

	.index_iamshu_news_fb_fr_li_text{
		font-size: 17px;
	}
}

@media(max-width:1280px){
	.index_iamshu_news_ft h4{
		font-size: 17px;
	}

	.index_iamshu_news_fb_typename{
		padding: 8px 20px;
	}

	.index_iamshu_news_fb_fl_li .wz .wz_ft{
		font-size: 16px;
	}

	.index_iamshu_news_fb_fl_li .wz .wz_fc{
		font-size: 18px;
	}

	.index_iamshu_news_fb_fl_li .wz .wz_fb{
		font-size: 15px;
	}

	.index_iamshu_news_fb_fr_li_title{
		font-size: 17px;
	}

	.index_iamshu_news_fb_fr_li_text{
		font-size: 16px;
	}
}

@media(max-width:991px){
	.index_iamshu_news{
		padding: 4% 0 0;
	}

	.index_iamshu_news_bj{
		top: 0;
	}

	.index_iamshu_news_ft h3{
		font-size: 25px;
	}

	.index_iamshu_news_fb{
		margin-top: 3%;
	}

	.index_iamshu_news_fb_fl{
		width: 48.5%;
		margin-right: 3%;
	}

	.index_iamshu_news_fb_typename{
		padding: 6px 20px;
	}

	.index_iamshu_news_fb_fl_li .wz{
		padding: 5.7%;
	}

	.index_iamshu_news_fb_fl_li .wz .wz_fc{
		margin: 10px 0;
	}

	.index_iamshu_news_fb_fc{
		width: 48.5%;
		margin-right: 0;
	}

	.index_iamshu_news_fb_fc2{
		margin-top: 3%!important;
		margin-right: 3%!important;
	}

	.index_iamshu_news_fb_fr{
		/*width: 100%;*/
		width: 48.5%;
		margin-top: 3%;
		padding: 36px 2.8% 2.8%;
	}

	.index_iamshu_news_fb_fr_li{
		width: 100%;
		margin-right: 0;
	}

	.index_iamshu_news_fb_fr_li a{
		/*padding: 2.8% 0;*/
		padding: 5% 0;
	}

	.index_iamshu_news_fb_fr_li_title{
		height: auto;
		max-height: 3em;
	}

	.index_iamshu_news_fb_fr_li_text{
		margin-top: 10px;
	}
}

@media(max-width:768px){
	.index_iamshu_news{
		padding: 30px 0 0;
	}

	.index_iamshu_news_ft h3{
		font-size: 24px;
	}

	.index_iamshu_news_ft h4{
		font-size: 16px;
		margin-top: 10px;
	}

	.index_iamshu_news_fb{
		margin-top: 22px;
	}

	.index_iamshu_news_fb_typename{
		font-size: 15px;
	}

	.index_iamshu_news_fb_fl{
		width: 100%;
		margin-right: 0;
	}

	.index_iamshu_news_fb_fl_li .wz{
		padding: 20px;
	}

	.index_iamshu_news_fb_fl_li .wz .wz_ft{
		font-size: 15px;
	}

	.index_iamshu_news_fb_fl_li .wz .wz_fc{
		font-size: 17px;
	}

	.index_iamshu_news_fb_fc{
		width: 100%;
		margin-top: 25px;
	}

	.index_iamshu_news_fb_fc2{
		margin-top: 25px!important;
		margin-right: 0!important;
	}

	.index_iamshu_news_fb_fr{
		width: 100%;
		margin-top: 25px;
		padding: 36px 20px 20px;
	}

	.index_iamshu_news_fb_fr_li a{
		padding: 20px 0;
	}

	.index_iamshu_news_fb_fr_li_title{
		font-size: 16px;
	}

	.index_iamshu_news_fb_fr_li_text{
		font-size: 15px;
	}
}

@media(max-width:468px){
	.index_iamshu_news{
		padding: 25px 0 0;
	}

	.index_iamshu_news_ft h3{
		font-size: 22px;
	}

	.index_iamshu_news_fb{
		margin-top: 18px;
	}

	.index_iamshu_news_fb_typename{
		padding: 6px 15px;
	}

	.index_iamshu_news_fb_fl_li .wz{
		padding: 15px;
	}

	.index_iamshu_news_fb_fc{
		margin-top: 20px;
	}

	.index_iamshu_news_fb_fc2{
		margin-top: 20px!important;
	}

	.index_iamshu_news_fb_fr{
		margin-top: 20px;
		padding: 36px 15px 15px;
	}

	.index_iamshu_news_fb_fr_li a{
		padding: 15px 0;
	}
}

/*Technological Innovation*/
.index_iamshu_technological_innovation{
	padding: 7.3% 0;
}

.index_iamshu_technological_innovation .index_iamshu_news_ft h4{
	/*max-width: 1115px;*/
	margin-left: auto;
	margin-right: auto;
}

.index_iamshu_technological_innovation_fb{
	margin-top: 3.25%;
}

.index_iamshu_technological_innovation_fb_ul{
	overflow: hidden;
	position: relative;
}

.index_iamshu_technological_innovation_fb_li{
	width: 22.6%;
	position: absolute;
	-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_iamshu_technological_innovation_fb_li:nth-child(1){
	position: relative;
	left: 0;
	z-index: 2;
}

.index_iamshu_technological_innovation_fb_li:nth-child(2){
	left: 25.8%;
	z-index: 3;
}

.index_iamshu_technological_innovation_fb_li:nth-child(3){
	left: 51.6%;
	z-index: 4;
}

.index_iamshu_technological_innovation_fb_li:nth-child(4){
	left: 77.4%;
	z-index: 5;
}

.index_iamshu_technological_innovation_fb_li.active{
	width: 31.9%;
}

.index_iamshu_technological_innovation_fb_li.deactive{
	width: 19.5%
}

.index_iamshu_technological_innovation_fb_li_con{
	position: relative;
	cursor: pointer;
}

.index_iamshu_technological_innovation_fb_li .img{
	overflow: hidden;
	position: relative;
}

.index_iamshu_technological_innovation_fb_li .img .img_con{
	padding: 16rem 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 3;
}

.index_iamshu_technological_innovation_fb_li .img::before{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 5;
	width: 105%;
	height: 105%;
	background-color: rgba(0,0,0,0.2);
	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_iamshu_technological_innovation_fb_li .wz{
	padding: 3.5rem 2rem;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	width: 100%;
}

.index_iamshu_technological_innovation_fb_li .wz .wz_ft{
	font-size: 1.3rem;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	/* max-width: 180px; */
	margin: 0 auto;
	-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_iamshu_technological_innovation_fb_li.active .wz .wz_ft{
	max-width: 100%;
}

.index_iamshu_technological_innovation_fb_li .wz .wz_text{
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	margin-top: 1rem;
}

.index_iamshu_technological_innovation_fb_li .wz .wz_text a{
	display: block;
	font-size: 17px;
	line-height: 1.5;
	color: #fff;
	padding: 8px 1.55rem;
	border: 1px solid rgba(255,255,255,1);
	background: rgba(255,255,255,0.4);
	-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_iamshu_technological_innovation_fb_li .wz .wz_text a:hover{
	border-color: #a5393b;
	background: #a5393b;
}

@media(max-width:1366px){
	.index_iamshu_technological_innovation_fb_li .wz .wz_ft{
		font-size: 22px;
	}

	.index_iamshu_technological_innovation_fb_li .wz .wz_text a{
		font-size: 16px;
	}
}

@media(max-width:1280px){
	.index_iamshu_technological_innovation_fb_li .wz .wz_ft{
		font-size: 20px;
	}

	.index_iamshu_technological_innovation_fb_li .wz .wz_text{
		margin-top: 15px;
	}

	.index_iamshu_technological_innovation_fb_li .wz .wz_text a{
		padding: 7px 22px;
	}
}

@media(max-width:991px){
	.index_iamshu_technological_innovation{
		padding: 4% 0;
	}

	.index_iamshu_technological_innovation_fb{
		margin-top: 3%;
	}

	.index_iamshu_technological_innovation_fb_li{
		width: 48.5%!important;
		margin-right: 3%;
		position: relative!important;
		left: 0!important;
	}

	.index_iamshu_technological_innovation_fb_li:nth-child(2n){
		margin-right: 0;
	}

	.index_iamshu_technological_innovation_fb_li:nth-child(n+3){
		margin-top: 3%;
	}

	.index_iamshu_technological_innovation_fb_li .img .img_con{
		padding: 40% 0;
	}

	.index_iamshu_technological_innovation_fb_li .wz{
		padding: 8% 5.7%;
	}

	.index_iamshu_technological_innovation_fb_li .wz .wz_ft{
		max-width: 100%;
	}

	.index_iamshu_technological_innovation_fb_li .wz .wz_text a{
		padding: 6px 20px;
	}
}

@media(max-width:768px){
	.index_iamshu_technological_innovation{
		padding: 30px 0;
	}

	.index_iamshu_technological_innovation_fb{
		margin-top: 22px;
	}

	.index_iamshu_technological_innovation_fb_li{
		width: 100%!important;
		margin-right: 0;
	}

	.index_iamshu_technological_innovation_fb_li:nth-child(n+2){
		margin-top: 25px;
	}

	.index_iamshu_technological_innovation_fb_li .wz{
		padding: 25px 20px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.index_iamshu_technological_innovation_fb_li .wz .wz_ft{
		font-size: 18px;
	}

	.index_iamshu_technological_innovation_fb_li .wz .wz_text a{
		font-size: 15px;
	}
}

@media(max-width:468px){
	.index_iamshu_technological_innovation{
		padding: 25px 0;
	}

	.index_iamshu_technological_innovation_fb{
		margin-top: 18px;
	}

	.index_iamshu_technological_innovation_fb_li:nth-child(n+2){
		margin-top: 20px;
	}

	.index_iamshu_technological_innovation_fb_li .wz{
		padding: 20px 15px;
	}

	.index_iamshu_technological_innovation_fb_li .wz .wz_text a{
		padding: 6px 15px;
	}
}

/*Human Resources*/
.index_iamshu_human_resources_fb{
	margin-top: 2.7%;
}

.index_iamshu_human_resources_fb .img{
	overflow: hidden;
}

.index_iamshu_human_resources_fb .img img{
	width: 100%;
}

@media(max-width:991px){
	.index_iamshu_human_resources_fb{
		margin-top: 3%;
	}
}

@media(max-width:768px){
	.index_iamshu_human_resources_fb{
		margin-top: 22px;
	}
}

@media(max-width:468px){
	.index_iamshu_human_resources_fb{
		margin-top: 18px;
	}
}

/*Footer*/
.pc_footer{
	background-color: #23262c;
	position: relative;
	z-index: 50;
}

.pc_footer_ft_ft{
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	padding: 3.8% 0 2.6%;
}

.pc_footer_ft_ft_fl{
	overflow: hidden;
}

.pc_footer_ft_ft_fl_logo img{
	max-height: 40px;
}

.pc_footer_ft_ft_fl_language{
	margin-left: 1.25rem;
	padding-left: 1.25rem;
	border-left: 1px solid rgba(255,255,255,0.3);
}

.pc_footer_ft_ft_fl_language_con{
	padding-left: 32px;
	background-image: url(../images/img/pc_footer_language_ico.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 22px;
	height: 40px;
	overflow: hidden;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.pc_footer_ft_ft_fl_language_li{
	font-size: 16px;
	line-height: 1.5;
	color: rgba(255,255,255,0.3);
	padding-right: 10px;
	margin-right: 4px;
	position: relative;
}

.pc_footer_ft_ft_fl_language_li::before{
	content: '/';
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.pc_footer_ft_ft_fl_language_li:last-child::before{
	display: none;
}

.pc_footer_ft_ft_fl_language_li a{
	color: rgba(255,255,255,0.3);
	-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_ft_fl_language_li a:hover{
	color: #ffffff;
}

.pc_footer_ft_ft_fr_share_icons .social-share{
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	font-size: 0;
	line-height: 0;
}

.pc_footer_ft_ft_fr_share_icons .social-share .social-share-icon{
	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-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;
}

.pc_footer_ft_ft_fr_share_icons .social-share .social-share-icon{
	float: left;
	width: 38px;
	height: 38px;
	border: 1px solid rgba(255,255,255,0.4);
	font-size: 20px;
	line-height: 20px;
	color: rgba(255,255,255,0.4);
	margin: 5px 0;
	margin-right: 16px;
	-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_ft_fr_share_icons .social-share .social-share-icon::before{
	display: block;
	width: 20px;
}

.pc_footer_ft_ft_fr_share_icons .social-share .social-share-icon:hover{
	background: none;
	color: #ffffff;
	border-color: rgba(255,255,255,1);
}

.pc_footer_ft_ft_fr_li{
	position: relative;
	z-index: 12;
	cursor: pointer;
}

.pc_footer_ft_ft_fr_li_ewm{
	margin-left: 16px;
}

.pc_footer_ft_ft_fr_ft{
	width: 38px;
	height: 38px;
	border: 1px solid rgba(255,255,255,0.4);
	border-radius: 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;
	-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;
}

.pc_footer_ft_ft_fr_li:hover .pc_footer_ft_ft_fr_ft{
	border-color: rgba(255,255,255,1);
}

.pc_footer_ft_ft_fr_ft span{
	display: block;
	width: 20px;
	height: 20px;
	opacity: 0.4;
	-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;
	background-image: url(../images/img/pc_footer_wechat_ico.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.pc_footer_ft_ft_fr_li:hover .pc_footer_ft_ft_fr_ft span{
	opacity: 1;
}

.pc_footer_ft_ft_fr_fb{
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 15;
	width: 120px;
	background: #a5393b;
	padding: 5px;
	text-align: center;
	margin-top: 10px;
	display: none;
}

.pc_footer_ft_ft_fr_li:hover .pc_footer_ft_ft_fr_fb{
	display: block;
}

.pc_footer_ft_ft_fr_fb img{
	width: 100%;
}

.pc_footer_ft_ft_fr_fb:after{
	content: '';
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	border-width: 8px;
	cursor: pointer;
	border-style: dashed dashed solid dashed;
	border-color: transparent transparent #a5393b transparent;
	border-top: none;
	position: absolute;
	top: -7px;
	right: 11px;
	z-index: 99;
}

.pc_footer_ft_ft_fr_ft:after{
	content: '';
	position: absolute;
	z-index: 100;
	width: 100%;
	left: 0;
	height: 10px;
	opacity: 0;
	top: 100%;
}

.pc_footer_ft_fb{
	border-top: 1px solid rgba(255,255,255,0.3);
	padding: 2.8% 0 5.4%;
}

.pc_footer_ft_fb_ul{
	overflow: hidden;
}

.pc_footer_ft_fb_li{
	max-width: 14%;
}

.pc_footer_ft_fb_li_ft{
	line-height: 0;
	position: relative;
}

.pc_footer_ft_fb_li_ft_nnn{
	position: relative;
}

.pc_footer_ft_fb_li_ft_arrow{
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 10;
	width: 16px;
	height: 16px;
	display: none;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.pc_footer_ft_fb_li_ft_arrow::before{
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background-image: url(../images/img/pc_footer_nav_ico.png);
	background-position: center;
	background-repeat: no-repeat;
	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;
}

.pc_footer_ft_fb_li.active .pc_footer_ft_fb_li_ft_arrow::before{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.pc_footer_ft_fb_li_ft a{
	font-size: 20px;
	line-height: 1.5;
	color: #fff;
	display: inline-block;
}

.pc_footer_ft_fb_li_fb{
	margin-top: 0.8rem;
}

.pc_footer_ft_fb_li_fb_li{
	line-height: 0;
}

.pc_footer_ft_fb_li_fb_li:nth-child(n+2){
	margin-top: 0.8rem;
}

.pc_footer_ft_fb_li_fb_li a{
	font-size: 17px;
	line-height: 1.5;
	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_ft_fb_li_fb_li a:hover{
	color: #ffffff;
}

.pc_footer_fb{
	background-color: #1a1d21;
	font-size: 16px;
	line-height: 1.6;
	color: rgba(255,255,255,0.4);
}

.pc_footer_fb_con{
	padding: 1.8% 0;
	overflow: hidden;
}

.pc_footer_fb a{
	color: rgba(255,255,255,0.4);
	-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;
}

.pc_footer_fb_fl,.pc_footer_fb_fr{
	max-width: 48%;
}

@media(max-width:1366px){
	.pc_footer_ft_fb_li_ft a{
		font-size: 18px;
	}

	.pc_footer_ft_fb_li_fb_li a{
		font-size: 16px;
	}
}

@media(max-width:1280px){
	.pc_footer_ft_ft_fl_language{
		padding-left: 20px;
		margin-left: 20px;
	}

	.pc_footer_ft_ft_fl_language_con{
		padding-left: 30px;
		background-size: 20px;
	}

	.pc_footer_ft_ft_fl_language_li{
		font-size: 15px;
	}

	.pc_footer_ft_fb_li_ft a{
		font-size: 17px;
	}

	.pc_footer_ft_fb_li_fb_li a{
		font-size: 16px;
	}

	.pc_footer_fb{
		font-size: 15px;
	}

	.pc_footer_fb_con{
		padding: 20px 0;
	}
}

@media(max-width:991px){
	.pc_footer_ft_ft{
		padding: 30px 0;
	}

	.pc_footer_ft_ft_fl_logo img{
		max-height: 35px;
	}

	.pc_footer_ft_ft_fl_language{
		padding-left: 18px;
		margin-left: 18px;
	}

	.pc_footer_ft_ft_fl_language_con{
		height: 35px;
	}

	.pc_footer_ft_ft_fr{
		/* width: 100%; */
		margin-top: 15px;
	}

	.pc_footer_ft_ft_fr_li_ewm{
		margin-left: 10px;
	}

	.pc_footer_ft_ft_fr_share_icons .social-share .social-share-icon{
		width: 35px;
		height: 35px;
		font-size: 18px;
		line-height: 18px;
		margin-right: 10px;
	}

	/*.pc_footer_ft_ft_fr_share_icons .social-share .social-share-icon:nth-child(1){*/
	/*	margin-left: 0!important;*/
	/*}*/

	.pc_footer_ft_ft_fr_share_icons .social-share .social-share-icon::before{
		width: 18px;
	}

	.pc_footer_ft_ft_fr_ft{
		width: 35px;
		height: 35px;
	}

	.pc_footer_ft_ft_fr_ft span{
		width: 18px;
		height: 18px;
	}

	.pc_footer_ft_fb{
		padding: 28px 0;
	}

	.pc_footer_ft_fb_li{
		width: 100%;
		max-width: 100%;
	}

	.pc_footer_ft_fb_li:nth-child(n+2){
		padding-top: 12px;
	}

	.pc_footer_ft_fb_li_ft_nnn{
		padding-right: 20px;
	}

	.pc_footer_ft_fb_li_ft{
		padding-bottom: 12px;
		border-bottom: 1px solid rgba(255,255,255,0.3);
	}

	.pc_footer_ft_fb_li_ft_arrow{
		display: block;
	}

	.pc_footer_ft_fb_li_fb{
		margin-top: 10px;
		display: none;
	}

	.pc_footer_ft_fb_li_fb_li:nth-child(n+2){
		margin-top: 10px;
	}

	.pc_footer_ft_fb_li_fb_li a{
		line-height: 1.8;
	}

	.pc_footer_fb_con{
		padding: 18px 0;
	}

	.pc_footer_fb_fl,.pc_footer_fb_fr{
		width: 100%;
		max-width: 100%;
	}
}

@media(max-width:768px){
	.pc_footer_ft_ft{
		padding: 25px 0 22px;
	}

	.pc_footer_ft_ft_fl_logo img{
		max-height: 30px;
	}

	.pc_footer_ft_ft_fl_language{
		padding-left: 15px;
		margin-left: 15px;
	}

	.pc_footer_ft_ft_fl_language_con{
		padding-left: 28px;
		background-size: 18px;
		height: 30px;
	}

	.pc_footer_ft_ft_fr_li_ewm{
		margin-left: 8px;
	}

	.pc_footer_ft_ft_fr_share_icons .social-share .social-share-icon{
		margin-right: 8px;
	}

	.pc_footer_ft_fb{
		padding: 25px 0;
	}

	.pc_footer_ft_fb_li_ft a{
		font-size: 16px;
	}

	.pc_footer_ft_fb_li_fb_li a{
		font-size: 15px;
	}

	.pc_footer_fb_con{
		padding: 15px 0;
	}
}

@media(max-width:468px){
	.pc_footer_ft_ft{
		padding: 24px 0 20px;
	}

	.pc_footer_ft_fb{
		padding: 20px 0;
	}
}

/*筛选后的描点*/
#FilteringScrollTobox{
	margin-top: -90px;
	padding-top: 90px;
	position: relative;
	z-index: 5;
}

@media(max-width:991px){
	#FilteringScrollTobox{
		margin-top: -61px;
		padding-top: 61px;
	}
}