/*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: 16px/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: #083190;
}

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

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

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 loayout*/
.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;
}

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

.max1520{
	max-width: 1620px;
	margin: 0 auto;
	padding: 0 50px;
}

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

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

	.max1520{
		padding: 0 30px;
	}

	.page_con_zhuti{
		padding: 0 30px;
	}
}

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

	.max1520{
		padding: 0 20px;
	}

	.page_con_zhuti{
		padding: 0 20px;
	}

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

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

	.max1520{
		padding: 0 15px;
	}

	.page_con_zhuti{
		padding: 0 15px;
	}
}

/*Head*/
#pc_header{
	width: 100%;
	position: fixed;
	left: 50%;
	top: 0;
	z-index: 1000;
	background-color: rgba(255,255,255,0);
	box-shadow: 0 1px 1px rgba(0,0,0,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;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

#pc_header.on,#pc_header.active{
	background-color: rgba(255,255,255,1);
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.pc_header_con{
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	height: 100px;
	line-height: 100px;
	-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.on .pc_header_con{
	height: 85px;
	line-height: 85px;
}

.pc_logo{
	width: 11%;
	max-width: 150px;
	position: relative;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.pc_logo_links{
	width: 100%;
}

.pc_logo img{
	max-width: 100%;
	max-height: 80px;
	opacity: 1;
	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.on .pc_logo img,#pc_header.active .pc_logo img{
	max-height: 75px;
}

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

#pc_header.on .pc_logo img.img1,#pc_header.active .pc_logo img.img1{
	opacity: 0;
}

#pc_header.on .pc_logo img.img2,#pc_header.active .pc_logo img.img2{
	opacity: 1;
}

.pc_nav{
	width: 85%;
	max-width: 1000px;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.pc_nav>.pc_nav_con{
	width: 85%;
	position: relative;
	z-index: 15;
}

.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: 16.6666666666666%;
	-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: 20px;*/
	font-size: 19px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #ffffff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#pc_header.on .pc_nav>.pc_nav_con>ul>.pc_nav_li_www>li:hover>a .pc_nav_yiji_wenzi,#pc_header.active .pc_nav>.pc_nav_con>ul>.pc_nav_li_www>li:hover>a .pc_nav_yiji_wenzi{
	color: #083190;
}

#pc_header.on .pc_nav>.pc_nav_con>ul>.pc_nav_li_www>li>a .pc_nav_yiji_wenzi,#pc_header.active .pc_nav>.pc_nav_con>ul>.pc_nav_li_www>li>a .pc_nav_yiji_wenzi{
	color: #333333;
}

#pc_header.on .pc_nav>.pc_nav_con>ul>.pc_nav_li_www>li.active>a .pc_nav_yiji_wenzi,#pc_header.active .pc_nav>.pc_nav_con>ul>.pc_nav_li_www>li.active>a .pc_nav_yiji_wenzi{
	color: #083190;
}

#pc_header.on .pc_nav>.pc_nav_con>ul>.pc_nav_li_www>li:hover>a .pc_nav_yiji_wenzi,#pc_header.active .pc_nav>.pc_nav_con>ul>.pc_nav_li_www>li:hover>a .pc_nav_yiji_wenzi{
	color: #083190;
}

.pc_nav_erji_w{
	position: absolute;
	z-index: 999;
	width: 165px;
	left: 50%;
	top: 100%;
	/*background: rgba(0,0,0,0.5);*/
	background: rgba(255,255,255,1);
	opacity: 0;
	visibility: hidden;
	/*padding: 10px 0;*/
	-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_erji_li{
	position: relative;
}

.pc_nav_erji_li a{
	font-size: 16px;
	line-height: 2;
	/*color: #ffffff;*/
	color: #666666;
	padding: 5px 5px;
	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: #ffffff;
	background: #083190;
}

.pc_nav_sanji{
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 5;
	background: rgba(0,0,0,0.8);
	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;
	width: 13%;
	position: relative;
	z-index: 10;
}

.pc_header_search_btn{
	position: relative;
}

.pc_header_search_btn span{
	width: 18px;
	height: 18px;
	background-image: url(../images/img/pc_header_search_ico.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
	display: block;
	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.on .pc_header_search_btn span,#pc_header.active .pc_header_search_btn span{
	background-image: url(../images/img/pc_header_search_ico2.png);
}

.pc_header_search_btn_pull_down{
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 900;
	margin-top: 10px;
	width: 540px;
	display: none;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

.pc_header_search_btn_pull_down_foldup{
	position: absolute;
	right: -40px;
	top: 0;
	width: 40px;
	cursor: pointer;
	background-color: rgba(0,0,0,0.5);
}

.pc_header_search_btn_pull_down_foldup_con{
	padding: 50% 0;
	background-image: url(../images/img/pc_header_foldup_ico.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 32%;
}

.pc_header_search_btn_pull_down_sousuo{
	width: 100%;
	height: 40px;
	overflow: hidden;
	background-color: #f2f2f2;
	border-radius: 5px 5px 0 0;
	display: block;
}

.pc_header_search_btn_pull_down_sousuo_con_fl{
	width: 99%;
	padding-right: 70px;
	margin-right: -70px;
	overflow: hidden;
}

.pc_header_search_btn_pull_down_sousuo_shuru{
	background: none;
	border: 0;
	outline: none;
	width: 100%;
	font-size: 15px;
	line-height: 40px;
	color: rgba(51,51,51,1);
	padding: 0 22px;
	float: left;
}

.pc_header_search_btn_pull_down_sousuo_shuru::-webkit-autofill{
	-webkit-text-fill-color: rgba(51,51,51,0.8)!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(51,51,51,0.8);
}

.pc_header_search_btn_pull_down_sousuo_tijiao{
	cursor: pointer;
	float: right;
	width: 70px;
	position: relative;
	z-index: 10;
}

.pc_header_search_btn_pull_down_sousuo_tijiao::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 5;
	width: 17px;
	height: 17px;
	background-image: url(../images/img/pc_header_search_ico2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	opacity: 0.5;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.pc_header_search_btn_pull_down_sousuo_tijiao_input{
	display: block;
	outline: none;
	border: 0;
	width: 100%;
	font-size: 15px;
	line-height: 40px;
	color: #666;
	position: relative;
	z-index: 10;
	cursor: pointer;
	background-color: rgba(0,0,0,0);
}

.pc_header_search_btn_pull_down_searchtext{
	width: 100%;
	padding: 20px;
	background-color: #ffffff;
}

.pc_header_search_btn_pull_down_searchtext_ft{
	font-size: 15px;
	line-height: 1.5;
	color: #333333;
}

.pc_header_search_btn_pull_down_searchtext_fb{
	overflow: hidden;
	margin-top: 2px;
}

.pc_header_search_btn_pull_down_searchtext_fb_li{
	margin-right: 6px;
	margin-top: 5px;
}

.pc_header_search_btn_pull_down_searchtext_fb_li a{
	display: block;
	background-color: #000000;
	font-size: 14px;
	line-height: 2;
	color: #ffffff;
	padding: 4px 12px;
}

.pc_header_language{
	font-size: 14px;
	line-height: 1.5;
	color: #ffffff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#pc_header.on .pc_header_language,#pc_header.active .pc_header_language{
	color: #333333;
}

.pc_header_language_li{
	padding: 0 7px;
	position: relative;
}

.pc_header_language_li:last-child{
	padding-right: 0;
}

.pc_header_language_li::before{
	content: '/';
	position: absolute;
	right: -4px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.pc_header_language_li:last-child::before{
	display: none;
}

.pc_header_language_li a{
	font-size: 17px;
	line-height: 1.5;
	color: #ffffff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pc_header_language_li a.active,.pc_header_language_li a:hover{
	color: #083190;
}

#pc_header.on .pc_header_language_li a,#pc_header.active .pc_header_language_li a{
	color: #333333;
}

#pc_header.on .pc_header_language_li a.active,#pc_header.active .pc_header_language_li a.active,#pc_header.on .pc_header_language_li a:hover,#pc_header.active .pc_header_language_li a:hover{
	color: #083190;
}

@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_erji_li a{
		font-size: 15px;
	}

	.pc_header_search_btn span{
		width: 17px;
		height: 17px;
	}

	.pc_header_language_li a{
		font-size: 16px;
	}
}

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

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

.index_banner_li .img_box{
	height: 100vh;
	padding-top: 100px;
	-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.on .index_banner_li .img_box{
	padding-top: 85px;
}

.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: 220px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.index_banner .index_banner_li.swiper-slide-active .img_box .img_box_video .img{
	-webkit-animation: pictureslowlarge 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate;
	-moz-animation: pictureslowlarge 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate;
	-ms-animation: pictureslowlarge 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate;
	-o-animation: pictureslowlarge 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate;
	animation: pictureslowlarge 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate;
}

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

.index_banner .index_banner_li .wz{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	opacity: 0;
	margin-top: 8%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.index_banner .index_banner_li.swiper-slide-active .wz{
	opacity: 1;
	margin-top: 0;
}

.index_banner .index_banner_li .wz .wz_ft{
	font-size: 3.2rem;
	line-height: 1.2;
	color: #ffffff;
	font-weight: bold;
}

.index_banner .index_banner_li .wz .wz_fc{
	font-size: 2.7rem;
	line-height: 1.2;
	color: #083190;
	font-weight: bold;
	margin: 1.8% 0 3%;
}

.index_banner .index_banner_li .wz .wz_fb a{
	font-size: 18px;
	line-height: 1.35;
	color: #ffffff;
	text-align: center;
	padding: 0.6rem 1.9rem;
	float: left;
	background-color: rgba(0,0,0,0);
	border: 1px solid #ffffff;
	border-radius: 30px;
	-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_banner .index_banner_li .wz .wz_fb a:hover{
	background-color: #0d0d0f;
	border-color: #0d0d0f;
}

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

.index_banner_yuandian span{
	width: 14px;
	height: 14px;
	background: rgba(255,255,255,0);
	border: 2px solid #ffffff;
	border-radius: 50%;
	opacity: 1;
	margin: 0 8px!important;
	position: relative;
	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_banner_yuandian span.swiper-pagination-bullet-active{
	background: rgba(255,255,255,1);
}

@-webkit-keyframes pictureslowlarge{
	from{
		-webkit-transform: scale(1.08);
		-moz-transform: scale(1.08);
		-ms-transform: scale(1.08);
		-o-transform: scale(1.08);
		transform: scale(1.08);
	}
	to{
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

@-moz-keyframes pictureslowlarge{
	from{
		-webkit-transform: scale(1.08);
		-moz-transform: scale(1.08);
		-ms-transform: scale(1.08);
		-o-transform: scale(1.08);
		transform: scale(1.08);
	}
	to{
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

@-ms-keyframes pictureslowlarge{
	from{
		-webkit-transform: scale(1.08);
		-moz-transform: scale(1.08);
		-ms-transform: scale(1.08);
		-o-transform: scale(1.08);
		transform: scale(1.08);
	}
	to{
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

@-o-keyframes pictureslowlarge{
	from{
		-webkit-transform: scale(1.08);
		-moz-transform: scale(1.08);
		-ms-transform: scale(1.08);
		-o-transform: scale(1.08);
		transform: scale(1.08);
	}
	to{
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes pictureslowlarge{
	from{
		-webkit-transform: scale(1.08);
		-moz-transform: scale(1.08);
		-ms-transform: scale(1.08);
		-o-transform: scale(1.08);
		transform: scale(1.08);
	}
	to{
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

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

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

@media(max-width:1366px){
	.index_banner .index_banner_li .wz .wz_fb a{
		font-size: 17px;
		padding: 10px 1.9rem;
	}
}

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

	.index_banner.on .index_banner_li .img_box{
		padding-top: 0;
	}

	.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 .index_banner_li .wz .wz_fb a{
		padding: 9px 23px;
	}

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

@media(max-width:768px){
	.index_banner .index_banner_li .wz .wz_ft{
		font-size: 24px;
	}

	.index_banner .index_banner_li .wz .wz_fc{
		font-size: 22px;
		margin: 10px 0 15px;
	}

	.index_banner .index_banner_li .wz .wz_fb a{
		font-size: 16px;
		padding: 8px 20px;
	}

	.index_banner_yuandian{
		bottom: 15px!important;
	}

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

@media(max-width:468px){
	.index_banner .index_banner_li .wz .wz_ft{
		font-size: 20px;
	}

	.index_banner .index_banner_li .wz .wz_fc{
		font-size: 18px;
	}

	.index_banner .index_banner_li .wz .wz_fb a{
		font-size: 15px;
		padding: 7px 18px;
	}

	.index_banner_yuandian{
		bottom: 12px!important;
	}
}

/*We can serve you*/
.index_boyaplush_wecanserveyou{
	padding-top: 4.5%;
}

.index_boyaplush_wecanserveyou_ft{
	text-align: center;
}

.index_boyaplush_wecanserveyou_ft h3{
	font-size: 1.8rem;
	line-height: 1.5;
	color: #222222;
}

.index_boyaplush_wecanserveyou_ft h3 span{
	font-weight: bold;
}

.index_boyaplush_wecanserveyou_ft h4{
	font-size: 20px;
	line-height: 1.8;
	color: #222222;
	margin-top: 1.4%;
}

.index_boyaplush_wecanserveyou_ft_links{
	margin-top: 1.5%;
}

.index_boyaplush_wecanserveyou_ft_links a{
	font-size: 16px;
	line-height: 1.5;
	color: #444444;
	text-decoration: underline;
}

.index_boyaplush_wecanserveyou_ft_links a:hover{
	color: #888888;
}

.index_boyaplush_wecanserveyou_fb{
	margin-top: 4.5%;
	position: relative;
}

.index_boyaplush_wecanserveyou_fb_title{
	text-align: center;
	position: absolute;
	left: 0;
	top: 12%;
	z-index: 12;
	width: 100%;
}

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

.index_boyaplush_wecanserveyou_fb_title h4{
	font-size: 20px;
	line-height: 1.5;
	color: #ffffff;
}

.index_boyaplush_wecanserveyou_fb_ul{
	overflow: hidden;
	position: relative;
	z-index: 8;
}

.index_boyaplush_wecanserveyou_fb_li{
	width: 25%;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.index_boyaplush_wecanserveyou_fb_li .img{
	overflow: hidden;
	position: relative;
	z-index: 5;
}

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

.index_boyaplush_wecanserveyou_fb_li .wz{
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 10;
	width: 100%;
	text-align: center;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.index_boyaplush_wecanserveyou_fb_li .wz .wz_icons{
	width: 3rem;
	margin: 0 auto;
	position: relative;
	z-index: 8;
}

.index_boyaplush_wecanserveyou_fb_li .wz .wz_icons img{
	width: 100%;
}

.index_boyaplush_wecanserveyou_fb_li .wz .wz_text{
	font-size: 20px;
	line-height: 1.5;
	color: #ffffff;
	font-weight: bold;
	margin-top: 3px;
	position: relative;
	z-index: 8;
}

.index_boyaplush_wecanserveyou_fb_li .wz .wz_circle{
	width: 9.5rem;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 5;
	-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_boyaplush_wecanserveyou_fb_li .wz .wz_circle .wz_circle_con{
	padding: 50% 0;
	border-radius: 50%;
	opacity: 1;
	background-color: rgba(255,255,255,0.2);
}

.index_boyaplush_wecanserveyou_fb_li:hover .wz .wz_circle .wz_circle_con{
	opacity: 0;
	-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: scale(2.5);
	-moz-transform: scale(2.5);
	-ms-transform: scale(2.5);
	-o-transform: scale(2.5);
	transform: scale(2.5);
}

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

	.index_boyaplush_wecanserveyou_fb_title h4{
		font-size: 18px;
	}

	.index_boyaplush_wecanserveyou_fb_li .wz .wz_text{
		font-size: 18px;
	}

	.index_boyaplush_wecanserveyou_fb_li .wz .wz_circle{
		width: 160px;
	}
}

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

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

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

	.index_boyaplush_wecanserveyou_fb_title{
		top: 8%;
	}

	.index_boyaplush_wecanserveyou_fb_title h3{
		font-size: 28px;
	}

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

	.index_boyaplush_wecanserveyou_fb_li .wz .wz_icons{
		width: 45px;
	}

	.index_boyaplush_wecanserveyou_fb_li .wz .wz_text{
		font-size: 17px;
	}

	.index_boyaplush_wecanserveyou_fb_li .wz .wz_circle{
		width: 155px;
	}
}

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

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

	.index_boyaplush_wecanserveyou_fb_li{
		width: 50%;
	}

	.index_boyaplush_wecanserveyou_fb_title{
		top: 5%;
	}

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

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

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

	.index_boyaplush_wecanserveyou_ft h3 span{
		display: block;
	}

	.index_boyaplush_wecanserveyou_ft h4{
		font-size: 16px;
		line-height: 1.6;
		margin-top: 10px;
	}

	.index_boyaplush_wecanserveyou_ft_links{
		margin-top: 10px;
	}

	.index_boyaplush_wecanserveyou_fb{
		margin-top: 30px;
	}

	.index_boyaplush_wecanserveyou_fb_title{
		top: 20px;
	}

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

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

	.index_boyaplush_wecanserveyou_fb_li .wz .wz_icons{
		width: 40px;
	}

	.index_boyaplush_wecanserveyou_fb_li .wz .wz_text{
		font-size: 16px;
	}
}

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

	.index_boyaplush_wecanserveyou_ft h3{
		font-size: 20px;
	}

	.index_boyaplush_wecanserveyou_fb{
		margin-top: 25px;
	}

	.index_boyaplush_wecanserveyou_fb_title{
		top: 15px;
	}

	.index_boyaplush_wecanserveyou_fb_title h3{
		font-size: 20px;
	}

	.index_boyaplush_wecanserveyou_fb_li .wz .wz_text{
		font-size: 15px;
	}

	.index_boyaplush_wecanserveyou_fb_li .wz .wz_circle{
		width: 70%;
	}
}

/*Scrolling video*/
.index_boyaplush_scrollingvideo{
	padding: 4.5% 0;
	background-color: #f6f6f6;
}

.index_boyaplush_scrollingvideo_box{
	position: relative;
}

.index_boyaplush_scrollingvideo_nnn{
	overflow: hidden;
	position: relative;
	z-index: 5;
}

.index_boyaplush_scrollingvideo_li{
	text-align: center;
}

.index_boyaplush_scrollingvideo_li .img{
	position: relative;
	cursor: pointer;
}

.index_boyaplush_scrollingvideo_li .img img{
	width: 100%;
	position: relative;
	z-index: 5;
}

.index_boyaplush_scrollingvideo_li .img .img_play_button{
	width: 14.1%;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 8;
	-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_boyaplush_scrollingvideo_li .img .img_play_button::before{
	content: '';
	display: block;
	padding: 50% 0;
	background-image: url(../images/img/video_btn.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.index_boyaplush_scrollingvideo_li .wz{
	padding: 7.2% 5%;
}

.index_boyaplush_scrollingvideo_li .wz .wz_title{
	font-size: 18px;
	line-height: 1.67;
	color: #333333;
}

.index_boyaplush_scrollingvideo_box_btnl,.index_boyaplush_scrollingvideo_box_btnr{
	position: absolute;
	top: 34%;
	width: 26px;
	cursor: pointer;
}

.index_boyaplush_scrollingvideo_box_btnl.swiper-button-disabled,.index_boyaplush_scrollingvideo_box_btnr.swiper-button-disabled{
	opacity: 0.35;
}

.index_boyaplush_scrollingvideo_box_btnl{
	left: -50px;
}

.index_boyaplush_scrollingvideo_box_btnr{
	right: -50px;
}

.index_boyaplush_scrollingvideo_box_btnl_con,.index_boyaplush_scrollingvideo_box_btnr_con{
	padding: 83% 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.index_boyaplush_scrollingvideo_box_btnl_con{
	background-image: url(../images/img/index_scrollingvideo_arrow_left.png);
}

.index_boyaplush_scrollingvideo_box_btnr_con{
	background-image: url(../images/img/index_scrollingvideo_arrow_right.png);
}

.index_boyaplush_scrollingvideo_scrollbar_box{
	opacity: 1!important;
	height: 3px;
	background-color: rgba(0,0,0,0.08);
	margin-top: 4px;
	border-radius: 3px;
	overflow: hidden;
}

.index_boyaplush_scrollingvideo_scrollbar_box .swiper-scrollbar-drag{
	background-color: rgba(0,0,0,0.7);
	border-radius: 3px;
}

@media(max-width:1660px){
	.index_boyaplush_scrollingvideo_box_btnl,.index_boyaplush_scrollingvideo_box_btnr{
		width: 22px;
	}

	.index_boyaplush_scrollingvideo_box_btnl{
		left: -36px;
	}

	.index_boyaplush_scrollingvideo_box_btnr{
		right: -36px;
	}
}

@media(max-width:1366px){
	.index_boyaplush_scrollingvideo_li .wz .wz_title{
		font-size: 17px;
	}
}

@media(max-width:1280px){
	.index_boyaplush_scrollingvideo_box_btnl,.index_boyaplush_scrollingvideo_box_btnr{
		width: 20px;
		display: none;
	}

	.index_boyaplush_scrollingvideo_box_btnl{
		left: -25px;
	}

	.index_boyaplush_scrollingvideo_box_btnr{
		right: -25px;
	}
}

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

	.index_boyaplush_scrollingvideo_li .img .img_play_button{
		width: 50px;
	}

	.index_boyaplush_scrollingvideo_li .wz{
		padding: 20px 18px;
	}

	.index_boyaplush_scrollingvideo_li .wz .wz_title{
		font-size: 16px;
	}
}

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

	.index_boyaplush_scrollingvideo_li .wz{
		padding: 18px 15px;
	}
}

/*Six scene*/
.index_boyaplush_sixscene{
	padding: 4.5% 0;
}

.index_boyaplush_sixscene_ft{
	text-align: center;
}

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

.index_boyaplush_sixscene_ft h4{
	font-size: 20px;
	line-height: 1.5;
	color: #666666;
	margin-top: 6px;
}

.index_boyaplush_sixscene_fb{
	margin-top: 3.9%;
}

.index_boyaplush_sixscene_fb_ul{
	overflow: hidden;
}

.index_boyaplush_sixscene_fb_li{
	width: 31.6%;
	margin-right: 2.6%;
	position: relative;
}

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

.index_boyaplush_sixscene_fb_li:nth-child(n+4){
	margin-top: 2.6%;
}

.index_boyaplush_sixscene_fb_li a{
	cursor: pointer;
	display: block;
}

.index_boyaplush_sixscene_fb_li .img{
	overflow: hidden;
}

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

.index_boyaplush_sixscene_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_boyaplush_sixscene_fb_li .wz{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 8.9% 6%;
	text-align: center;
	background-image: -webkit-linear-gradient(top,rgba(11,19,30,0.01),rgba(11,19,30,0.44));
	background-image: -moz-linear-gradient(top,rgba(11,19,30,0.01),rgba(11,19,30,0.44));
	background-image: -ms-linear-gradient(top,rgba(11,19,30,0.01),rgba(11,19,30,0.44));
	background-image: -o-linear-gradient(top,rgba(11,19,30,0.01),rgba(11,19,30,0.44));
	background-image: linear-gradient(top,rgba(11,19,30,0.01),rgba(11,19,30,0.44));
	-webkit-align-content: flex-end;
	-moz-align-content: flex-end;
	-ms-align-content: flex-end;
	-o-align-content: flex-end;
	align-content: flex-end;
}

.index_boyaplush_sixscene_fb_li .wz .wz_ft{
	width: 100%;
	font-size: 22px;
	line-height: 1.5;
	color: #ffffff;
	font-weight: bold;
}

.index_boyaplush_sixscene_fb_li .wz .wz_fb{
	width: 100%;
	opacity: 0;
	margin: 0;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.index_boyaplush_sixscene_fb_li:hover .wz .wz_fb{
	opacity: 1;
	margin: 2% 0 4%;
}

.index_boyaplush_sixscene_fb_li .wz .wz_fb .wz_fb_con{
	font-size: 16px;
	line-height: 1.8;
	color: #ffffff;
	max-height: 5.4em;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -o-box;
	display: box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-box-orient: vertical;
	-o-box-orient: vertical;
	box-orient: vertical;
	-webkit-line-clamp: 3;
	-moz-line-clamp: 3;
	-ms-line-clamp: 3;
	-o-line-clamp: 3;
	line-clamp: 3;
}

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

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

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

@media(max-width:1280px){
	.index_boyaplush_sixscene_ft h3{
		font-size: 28px;
	}

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

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

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

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

	.index_boyaplush_sixscene_fb_li{
		width: 49%;
		margin-right: 2%;
	}

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

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

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

	.index_boyaplush_sixscene_fb_li .wz .wz_fb{
		opacity: 1!important;
		height: auto!important;
		margin: 5px 0 10px!important;
	}

	.index_boyaplush_sixscene_fb_li:hover .wz .wz_fb{
		margin: 5px 0 10px;
	}
}

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

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

	.index_boyaplush_sixscene_ft h4{
		font-size: 16px;
		margin-top: 4px;
	}

	.index_boyaplush_sixscene_fb{
		margin-top: 22px;
	}

	.index_boyaplush_sixscene_fb_li .wz{
		padding: 20px;
	}

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

	.index_boyaplush_sixscene_fb_li .wz .wz_fb .wz_fb_con{
		line-height: 1.6;
	}
}

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

	.index_boyaplush_sixscene_ft h3{
		font-size: 20px;
	}

	.index_boyaplush_sixscene_fb{
		margin-top: 18px;
	}

	.index_boyaplush_sixscene_fb_li .wz{
		padding: 15px;
	}

	.index_boyaplush_sixscene_fb_li .wz .wz_fb{
		margin: 3px 0 5px!important;
	}

	.index_boyaplush_sixscene_fb_li:hover .wz .wz_fb{
		margin: 3px 0 5px;
	}
}

/*Global sales network*/
.index_boyaplush_globalsalesnetwork{
	padding: 4.5% 0;
}

.index_boyaplush_globalsalesnetwork_fb{
	margin-top: 4%;
	text-align: center;
}

.index_boyaplush_globalsalesnetwork_fb img{
	max-width: 100%;
}

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

	.index_boyaplush_globalsalesnetwork_fb{
		margin-top: 25px;
	}
}

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

	.index_boyaplush_globalsalesnetwork_fb{
		margin-top: 20px;
	}
}

/*Footer language*/
.index_boyaplush_footerlanguage{
	font-size: 16px;
	line-height: 2;
	color: #666666;
	text-align: right;
	background-color: #ffffff;
}

.index_boyaplush_footerlanguage_con{
	padding: 20px 0;
	border-bottom: 2px solid #c4c4c4;
}

.index_boyaplush_footerlanguage_con span{
	margin-left: 1.6rem;
	font-family: SimSun;
}

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

	.index_boyaplush_footerlanguage_con{
		padding: 18px 0;
	}
}

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

@media(max-width:768px){
	.index_boyaplush_footerlanguage_con{
		padding: 12px 0;
		border-bottom-width: 1px;
	}

	.index_boyaplush_footerlanguage_con span{
		margin-left: 15px;
	}
}

/*Footer*/
.pc_footer{
	background-color: #ffffff;
}

.pc_footer_ft_con{
	padding: 3% 0;
}

.pc_footer_ft_fl{
	width: 52%;
	max-width: 730px;
}

.pc_footer_ft_fl_li_ft_links{
	font-size: 20px;
	line-height: 1.5;
	color: #333333;
	display: block;
}

.pc_footer_ft_fl_li_fb{
	margin-top: 1rem;
}

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

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

.pc_footer_ft_fl_li_fb_li a{
	font-size: 16px;
	line-height: 1.7;
	color: #777777;
	display: inline-block;
	max-width: 100%;
}

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

.pc_footer_ft_fc{
	max-width: 25%;
}

.pc_footer_ft_fc_ft_ft{
	font-size: 15px;
	line-height: 1.5;
	color: #777777;
}

.pc_footer_ft_fc_ft_fb{
	font-size: 1.5rem;
	line-height: 1.5;
	color: #000000;
	font-weight: bold;
	font-family: Helvetica,Arial,sans-serif;
}

.pc_footer_ft_fc_fb{
	font-size: 15px;
	line-height: 2;
	color: #777777;
	margin-top: 0.9rem;
}

.pc_footer_ft_fr{
	width: 14%;
	text-align: center;
}

.pc_footer_ft_fr_li{
	max-width: 130px;
}

.pc_footer_ft_fr_li .img{
	width: 100%;
	margin: 0 auto;
}

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

.pc_footer_ft_fr_li .wz{
	font-size: 14px;
	line-height: 1.7;
	color: #777777;
	margin-top: 10px;
}

.pc_footer_fb_con{
	font-size: 15px;
	line-height: 1.8;
	color: #888888;
	padding: 25px 0;
}

.pc_footer_fb_con a{
	color: #888888;
}

.pc_footer_fb_con a:hover{
	color: #083190;
}

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

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

	.pc_footer_fb_con{
		padding: 20px 0;
	}
}

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

	.pc_footer_ft_fc_ft_fb{
		font-size: 24px;
	}
}

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

	.pc_footer_ft_fl{
		display: none;
		width: 100%;
		max-width: 100%;
		margin-bottom: 10px;
	}

	.pc_footer_ft_fl_li_fb{
		margin-top: 10px;
	}

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

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

	.pc_footer_ft_fc_ft_fb{
		font-size: 22px;
	}

	.pc_footer_ft_fc_fb{
		margin-top: 10px;
		line-height: 1.8;
	}

	.pc_footer_ft_fr{
		width: 18%;
	}

	.pc_footer_ft_fr_li .img{
		width: 130px;
	}

	.pc_footer_fb_con{
		padding: 18px 0;
		line-height: 1.7;
	}
}

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

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

	.pc_footer_ft_fc_ft_fb{
		font-size: 20px;
	}

	.pc_footer_ft_fc_fb{
		margin-top: 5px;
	}

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

	.pc_footer_ft_fr_li .img{
		width: 120px;
	}

	.pc_footer_ft_fr_li .wz{
		line-height: 1.6;
		margin-top: 8px;
	}

	.pc_footer_fb_con{
		padding: 15px 0;
		line-height: 1.6;
	}
}

/*Back to top*/
.pc_backtop_box{
	position: fixed;
	right: 13px;
	bottom: 23px;
	width: 47px;
	height: 47px;
	opacity: 0;
	overflow: hidden;
	cursor: pointer;
	border-radius: 50%;
	background-color: #e5e5e6;
	background-image: url(../images/img/pc_footer_backtop_bnt.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 42%;
	z-index: 960;
	-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_backtop_box.active{
	opacity: 1;
}

@media(max-width:1366px){
	.pc_backtop_box{
		width: 45px;
		height: 45px;
	}
}

@media(max-width:768px){
	.pc_backtop_box{
		width: 40px;
		height: 40px;
		right: 10px;
		bottom: 10px;
	}
}

/*Sidebar*/
.kf_btn_box{
	width: 57px;
	overflow: hidden;
}

.kf_btn{
	cursor: pointer;
	float: right;
	width: 32px;
	height: 32px;
	margin-top: 1px;
}

.kf_btn::before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: #e4e4e4;
	background-image: url(../images/img/pc_footer_kefu_bnt.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 45%;
}

.kf_btn.open::before{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}