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

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

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

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

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

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

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

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

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

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

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

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

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

.clearfix{
	zoom: 1;
}

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

h1,h2{
	font-weight: bold;
}

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

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

p{
	margin: 0;
}

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

.fr{
	float: right;
}

/*Flex layout*/
.flex_wrap{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

/*Flex layout vertically aligned*/
.flex_alise{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: space-between;
	-moz-align-content: space-between;
	-ms-align-content: space-between;
	-o-align-content: space-between;
	align-content: space-between;
}

/*Flex layout is centered up and down*/
.flex_alice{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: center;
	-moz-align-content: center;
	-ms-align-content: center;
	-o-align-content: center;
	align-content: center;
}

/*Flex layout aligned left and right*/
.flex_con{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

/*Flex layout is centered on the left and right sides*/
.flex_con_cen{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}


.flex_align_items_center{
	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;
}

.section .fp-tableCell{
	padding-top: 98px;
}

.index_fullpage_banner .fp-tableCell{
	padding-top: 0;
}

.fp-auto-height .fp-tableCell{
	padding-top: 0;
}

#full_menu{
	position: fixed;
	top: 50%;
	right: 2%;
	z-index: 1001;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

#full_menu li{
	position: relative;
	width: 8px;
	height: 8px;
}

#full_menu li:nth-child(n+2){
	margin-top: 1rem;
}

#full_menu li a{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #b8b8b8;
	-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;
}

#full_menu li.active a{
	background: #e7321f;
}

@media(max-width:1280px){
	#full_menu{
		right: 12px;
	}

	#full_menu li{
		width: 6px;
		height: 6px;
	}

	#full_menu li:nth-child(n+2){
		margin-top: 15px;
	}
}

@media(max-width:991px){
	.section{
		height: auto!important;
	}

	.fp-tableCell{
		height: auto!important;
	}

	#full_menu{
		display: none;
	}

	.section .fp-tableCell{
		padding-top: 0;
	}
}

/*Main area*/
.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){
	.max1520{
		padding: 0 30px;
	}

	.page_con_zhuti{
		padding: 0 30px;
	}
}

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

	.page_con_zhuti{
		padding: 0 20px;
	}

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

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

	.page_con_zhuti{
		padding: 0 15px;
	}
}

/*Pc header*/
#pc_header{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	width: 100%;
	box-shadow: 0 0 0 1px rgba(255,255,255,0.3);
	background: rgba(255,255,255,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;
}

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

.pc_header_box{
	position: relative;
	z-index: 10;
}

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

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

.pc_logo_links{
	position: relative;
	width: 100%;
}

.pc_logo img{
	max-width: 100%;
	max-height: 65px;
	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_logo img.img1{
	opacity: 1;
}

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

.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.img2,#pc_header:hover .pc_logo img.img2{
	opacity: 1;
}

.pc_nav{
	width: 70%;
	max-width: 1050px;
}

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

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

.pc_nav>.pc_nav_con>ul>.pc_nav_li_www{
	position: relative;
	width: 16.666666666666%;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

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

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

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

.pc_nav>.pc_nav_con>ul>.pc_nav_li_www>li>a .pc_nav_yiji_wenzi{
	font-size: 18px;
	line-height: 97px;
	color: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

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

.pc_nav>.pc_nav_con>ul>.pc_nav_li_www>li>a .pc_nav_yiji_wenzi::before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 2px;
	background: #ffffff;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pc_nav>.pc_nav_con>ul>.pc_nav_li_www>li:hover>a .pc_nav_yiji_wenzi::before,.pc_nav>.pc_nav_con>ul>.pc_nav_li_www>li.active>a .pc_nav_yiji_wenzi::before{
	width: 100%;
}

#pc_header.on .pc_nav>.pc_nav_con>ul>.pc_nav_li_www>li:hover>a .pc_nav_yiji_wenzi::before,#pc_header.on .pc_nav>.pc_nav_con>ul>.pc_nav_li_www>li.active>a .pc_nav_yiji_wenzi::before,#pc_header:hover .pc_nav>.pc_nav_con>ul>.pc_nav_li_www>li:hover>a .pc_nav_yiji_wenzi::before,#pc_header:hover .pc_nav>.pc_nav_con>ul>.pc_nav_li_www>li.active>a .pc_nav_yiji_wenzi::before{
	background: #e7321f;
}

.pc_nav_erji_w{
	position: absolute;
	left: 50%;
	top: 100%;
	z-index: 999;
	width: 180px;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	background: #ffffff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: translate(-50%,0) scaleY(0);
	-moz-transform: translate(-50%,0) scaleY(0);
	-ms-transform: translate(-50%,0) scaleY(0);
	-o-transform: translate(-50%,0) scaleY(0);
	transform: translate(-50%,0) scaleY(0);
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top;
}

.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) scaleY(1);
	-moz-transform: translate(-50%,0) scaleY(1);
	-ms-transform: translate(-50%,0) scaleY(1);
	-o-transform: translate(-50%,0) scaleY(1);
	transform: translate(-50%,0) scaleY(1);
}

.pc_nav_erji_li{
	position: relative;
}

.pc_nav_erji_li a{
	font-size: 16px;
	line-height: 2;
	color: #333333;
	padding: 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: #e7321f;
}

.pc_nav_sanji{
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 5;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	background: #ffffff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-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_menu{
	position: relative;
	z-index: 20;
	max-width: 8%;
}

.pc_header_search{
	width: 100%;
}

.pc_header_search_btn,.pc_header_language_navigation_fr{
	position: relative;
	z-index: 5;
	height: 97px;
	-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_header_search_btn_expand_button{
	position: relative;
	width: 20px;
	height: 20px;
	cursor: pointer;
	display: block;
}

.pc_header_search_btn_expand_button::before,.pc_header_search_btn_expand_button::after{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-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_search_btn_expand_button::before{
	opacity: 1;
	background-image: url(../images/img/pc_header_search_btn_ico_white.png);
}

#pc_header.on .pc_header_search_btn_expand_button::before,#pc_header:hover .pc_header_search_btn_expand_button::before{
	background-image: url(../images/img/pc_header_search_btn_ico_black.png);
}

.pc_header_search_btn_expand_button::after{
	opacity: 0;
	background-image: url(../images/img/pc_header_search_btn_ico_blue.png);
}

.pc_header_search_btn_expand_button:hover::before{
	opacity: 0;
}

.pc_header_search_btn_expand_button:hover::after{
	opacity: 1;
}

.pc_header_language_navigation_fr_ft{
	position: relative;
	font-size: 18px;
	line-height: 1.6;
	color: #ffffff;
	padding-right: 22px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#pc_header.on .pc_header_language_navigation_fr_ft,#pc_header:hover .pc_header_language_navigation_fr_ft{
	color: #333333;
}

#pc_header.on .pc_header_language_navigation_fr_ft.click,#pc_header:hover .pc_header_language_navigation_fr_ft.click{
	color: #e7321f;
}

.pc_header_language_navigation_fr_ft::before{
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 10;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
	border-width: 7px;
	overflow: hidden;
	border-style: solid solid dashed solid;
	border-color: #ffffff transparent transparent transparent;
	border-bottom-width: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#pc_header.on .pc_header_language_navigation_fr_ft::before,#pc_header:hover .pc_header_language_navigation_fr_ft::before{
	border-color: #333333 transparent transparent transparent;
}

.pc_header_language_navigation_fr_ft.click::before{
	-webkit-transform: translateY(-50%) rotate(-180deg);
	-moz-transform: translateY(-50%) rotate(-180deg);
	-ms-transform: translateY(-50%) rotate(-180deg);
	-o-transform: translateY(-50%) rotate(-180deg);
	transform: translateY(-50%) rotate(-180deg);
}

#pc_header.on .pc_header_language_navigation_fr_ft.click::before,#pc_header:hover .pc_header_language_navigation_fr_ft.click::before{
	border-color: #e7321f transparent transparent transparent;
}

.pc_header_language_navigation_fr_fb{
	position: absolute;
	left: 50%;
	top: 100%;
	width: 110px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	background: #ffffff;
	display: none;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.pc_header_language_navigation_fr_fb_li a{
	font-size: 16px;
	line-height: 2;
	color: #333333;
	padding: 5px;
	text-align: center;
	display: block;
}

.pc_header_language_navigation_fr_fb_li a:hover{
	color: #ffffff;
	background: #e7321f;
}

.pc_header_search_pulldown_box{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 50;
	width: 100%;
	box-shadow: 0px 6px 6px 3px rgba(0,0,0,0.2);
	background: #ffffff;
	display: none;
}

.pc_header_search_pulldown_box_con{
	max-width: 1200px;
	margin: 0 auto;
}

.pc_header_search_pulldown_box_nnn{
	padding: 5%;
}

.pc_header_search_pulldown_box_nnn1{
	position: relative;
}

.pc_header_search_pulldown_box_ft{
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 1.5;
	color: #333333;
}

.pc_header_search_pulldown_box_fc{
	margin: 2.5% 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #dddddd;
}

.pc_header_search_pulldown_box_fc_sousuo{
	position: relative;
	width: 100%;
	height: 40px;
	overflow: hidden;
	display: block;
}

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

.pc_header_search_pulldown_box_fc_sousuo_shuru{
	font-size: 15px;
	line-height: 40px;
	color: #333333;
	width: 100%;
	padding: 0 15px;
	border: 0;
	outline: none;
	float: left;
	background: none;
}

.pc_header_search_pulldown_box_fc_sousuo_shuru::-webkit-autofill{
	-webkit-text-fill-color: #666666!important;
	-webkit-transition: background-color 3000s ease-in-out 0s;
	-moz-transition: background-color 3000s ease-in-out 0s;
	-ms-transition: background-color 3000s ease-in-out 0s;
	-o-transition: background-color 3000s ease-in-out 0s;
	transition: background-color 3000s ease-in-out 0s;
}

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

.pc_header_search_pulldown_box_fc_sousuo_tijiao{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	width: 20%;
	height: 100%;
	border-radius: 8px;
	cursor: pointer;
	background: #e7321f;
}

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

.pc_header_search_pulldown_box_fb{
	font-size: 15px;
	line-height: 1.6;
	color: #666666;
	overflow: hidden;
}

.pc_header_search_pulldown_box_fb_con{
	margin: 0 -4px;
}

.pc_header_search_pulldown_box_fb span{
	margin-left: 4px;
}

.pc_header_search_pulldown_box_fb a{
	color: #999999;
	margin: 0 4px;
	-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_search_pulldown_box_fb a:hover{
	color: #e7321f;
}

.pc_header_search_pulldown_box_foldup{
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 15;
	width: 24px;
	height: 24px;
	margin-left: 10px;
	opacity: 0.6;
	cursor: pointer;
	background-image: url(../images/img/pc_header_foldup_btn_ico.png);
	background-repeat: no-repeat;
	background-position: center;
	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_search_pulldown_box_foldup:hover{
	opacity: 1;
}

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

	.pc_header_search_btn_expand_button{
		width: 18px;
		height: 18px;
	}

	.pc_header_language_navigation_fr_ft{
		font-size: 17px;
	}

	.pc_header_search_pulldown_box_ft{
		font-size: 18px;
	}

	.pc_header_search_pulldown_box_foldup{
		width: 22px;
		height: 22px;
	}
}

@media(max-width:1280px){
	.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_search_btn_expand_button{
		width: 17px;
		height: 17px;
	}

	.pc_header_language_navigation_fr_ft{
		font-size: 16px;
		padding-right: 20px;
	}

	.pc_header_language_navigation_fr_ft::before{
		border-width: 6px;
		border-bottom-width: 0;
	}

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

	.pc_header_search_pulldown_box_foldup{
		width: 20px;
		height: 20px;
		margin-left: 8px;
	}
}

@media(max-width:991px){
	#pc_header{
		display: none;
	}
}

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

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

.index_banner_li .img_box{
	height: 100vh;
}

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

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

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

.index_banner_fraction{
	position: absolute;
	left: 0;
	bottom: 6.9%!important;
	z-index: 999;
	font-size: 0;
	width: 100%;
}

.index_banner_fraction_nnn{
	overflow-x: hidden;
}

.index_banner_fraction_con{
	margin: 0 -0.9rem;
	border-bottom: 1px solid #ffffff;
}

.index_banner_fraction_con span{
	position: relative;
	font-size: 1.1rem;
	line-height: 1.5;
	color: #ffffff;
	width: auto;
	height: auto;
	margin: 0 0.9rem;
	padding-bottom: 15px;
	border-radius: 0;
	opacity: 1;
	background: rgba(0,0,0,0);
}

.index_banner_fraction_con span:last-child{
	margin-right: 0;
}

.index_banner_fraction_con span.swiper-pagination-bullet-active::before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #ffffff;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.index_banner_btnl,.index_banner_btnr{
	position: absolute;
	top: 50%;
	z-index: 800;
	width: 45px;
	height: 60px;
	background: #424246;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.index_banner_btnl{
	left: 0;
}

.index_banner_btnr{
	right: 0;
}

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

.index_banner_btnl span,.index_banner_btnr span{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 16px;
	height: 16px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

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

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

@media(max-width:1366px){
	.index_banner_fraction_con span{
		font-size: 18px;
		padding-bottom: 12px;
	}

	.index_banner_btnl,.index_banner_btnr{
		width: 40px;
		height: 55px;
	}

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

@media(max-width:1200px){
	.index_banner_btnl,.index_banner_btnr{
		width: 35px;
		height: 50px;
	}

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

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

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

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

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

	.index_banner_fraction_con span{
		font-size: 17px;
		padding-bottom: 10px;
	}

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

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

	.index_banner_fraction_con{
		margin: 0 -8px;
	}

	.index_banner_fraction_con span{
		font-size: 16px;
		margin: 0 8px;
		padding-bottom: 8px;
	}

	.index_banner_fraction_con span.swiper-pagination-bullet-active::before{
		height: 1px;
	}
}

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

	.index_banner_fraction_con{
		margin: 0 -6px;
	}

	.index_banner_fraction_con span{
		font-size: 15px;
		margin: 0 6px;
		padding-bottom: 6px;
	}
}

/*About us*/
.index_fullpage_about{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.index_about_us{
	padding: 1% 0;
}

.index_about_us_con{
	max-width: 1138px;
	margin: 0 auto;
}

.index_about_us_ft h3{
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.5;
	color: #ffffff;
	text-align: center;
}

.index_about_us_ft h4{
	font-size: 1.4rem;
	line-height: 1.5;
	color: #ffffff;
	margin-top: 2.35%;
	text-align: center;
}

.index_about_us_fc{
	font-size: 17px;
	line-height: 1.8;
	color: #ffffff;
	max-height: 12.6em;
	margin-top: 2.4%;
	text-align: center;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
}

.index_about_us_fb{
	margin-top: 3.3%;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

.index_about_us_fb_links{
	margin: 0 auto;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

.index_about_us_fb_links_con{
	position: relative;
	font-size: 16px;
	line-height: 1.5;
	color: #ffffff;
	padding: 0.65rem 1.8rem;
	border-radius: 5px;
	text-align: center;
	background-color: #e7321f;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.index_about_us_fb_links:hover .index_about_us_fb_links_con{
	background-color: rgba(26,138,204,0);
	-webkit-transition-delay: 400ms;
	-moz-transition-delay: 400ms;
	-ms-transition-delay: 400ms;
	-o-transition-delay: 400ms;
	transition-delay: 400ms;
}

.index_about_us_fb_links_wz{
	padding-right: 22px;
	background-image: url(../images/img/index_about_us_learnmore_ico.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 15px auto;
	display: block;
}

.index_about_us_fb_links_con::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 1px;
	height: 0;
	background: #ffffff;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.index_about_us_fb_links:hover .index_about_us_fb_links_con::before{
	height: 100%;
	-webkit-transition-delay: 00ms;
	-moz-transition-delay: 00ms;
	-ms-transition-delay: 00ms;
	-o-transition-delay: 00ms;
	transition-delay: 00ms;
}

.index_about_us_fb_links_ico1{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 1px;
	background: #ffffff;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
	-webkit-transition-delay: 200ms;
	-moz-transition-delay: 200ms;
	-ms-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	transition-delay: 200ms;
}

.index_about_us_fb_links:hover .index_about_us_fb_links_ico1{
	width: 100%;
	-webkit-transition-delay: 100ms;
	-moz-transition-delay: 100ms;
	-ms-transition-delay: 100ms;
	-o-transition-delay: 100ms;
	transition-delay: 100ms;
}

.index_about_us_fb_links_ico2{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 0;
	background: #ffffff;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
	-webkit-transition-delay: 100ms;
	-moz-transition-delay: 100ms;
	-ms-transition-delay: 100ms;
	-o-transition-delay: 100ms;
	transition-delay: 100ms;
}

.index_about_us_fb_links:hover .index_about_us_fb_links_ico2{
	height: 100%;
	-webkit-transition-delay: 200ms;
	-moz-transition-delay: 200ms;
	-ms-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	transition-delay: 200ms;
}

.index_about_us_fb_links_con::after{
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background: #ffffff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.index_about_us_fb_links:hover .index_about_us_fb_links_con::after{
	width: 100%;
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.index_about_us_fb_datas{
	margin-top: 5%;
}

.index_about_us_fb_datas_ul{
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

.index_about_us_fb_datas_li{
	max-width: 23.5%;
	text-align: center;
}

.index_about_us_fb_datas_li:nth-child(n+5){
	margin-top: 0.75rem;
}

.index_about_us_fb_datas_li_ft{
	position: relative;
	width: 7.5rem;
	margin: 0 auto;
}

.index_about_us_fb_datas_li_ft_con{
	padding-top: 100%;
	border-radius: 50%;
	background: #ffffff;
}

.index_about_us_fb_datas_li_ft_num{
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 2.7rem;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: -1px;
	color: #000000;
	width: 100%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.index_about_us_fb_datas_li_ft_text{
	position: absolute;
	top: 50%;
	right: -8px;
	width: 28px;
	margin-top: 0.9rem;
}

.index_about_us_fb_datas_li_ft_text_ico{
	padding-top: 100%;
	border-radius: 50%;
	background: #e7321f;
}

.index_about_us_fb_datas_li_ft_text_wz{
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 17px;
	line-height: 1.5;
	color: #ffffff;
	-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_about_us_fb_datas_li_fb{
	font-size: 18px;
	line-height: 1.5;
	color: #ffffff;
	margin-top: 0.75rem;
}

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

	.index_about_us_fb_datas_li_ft_text_wz{
		font-size: 16px;
	}

	.index_about_us_fb_datas_li_fb{
		font-size: 17px;
	}
}

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

	.index_about_us_fb_links_con{
		font-size: 15px;
		padding: 11px 1.8rem;
	}

	.index_about_us_fb_links_wz{
		padding-right: 20px;
		background-size: 14px auto;
	}

	.index_about_us_fb_datas_li:nth-child(n+5){
		margin-top: 10px;
	}

	.index_about_us_fb_datas_li_ft{
		width: 120px;
	}

	.index_about_us_fb_datas_li_ft_text{
		width: 26px;
	}

	.index_about_us_fb_datas_li_fb{
		font-size: 16px;
		margin-top: 10px;
	}
}

@media(max-width:991px){
	.index_about_us{
		padding: 4% 0;
	}

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

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

	.index_about_us_fb{
		margin-top: 3%;
	}

	.index_about_us_fb_links_con{
		padding: 10px 22px;
	}

	.index_about_us_fb_links_wz{
		padding-right: 18px;
		background-size: 13px auto;
	}

	.index_about_us_fb_datas{
		margin-top: 3%;
	}

	.index_about_us_fb_datas_li_ft{
		width: 110px;
	}

	.index_about_us_fb_datas_li_ft_num{
		font-size: 30px;
	}

	.index_about_us_fb_datas_li_ft_text{
		margin-top: 10px;
	}
}

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

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

	.index_about_us_ft h4{
		font-size: 18px;
		margin-top: 15px;
	}

	.index_about_us_fc{
		font-size: 15px;
		margin-top: 15px;
	}

	.index_about_us_fb{
		margin-top: 22px;
	}

	.index_about_us_fb_links_con{
		padding: 9px 20px;
	}

	.index_about_us_fb_datas{
		margin-top: 22px;
	}

	.index_about_us_fb_datas_li{
		width: 48.5%;
		max-width: 100%;
	}

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

	.index_about_us_fb_datas_li_ft{
		width: 100px;
	}

	.index_about_us_fb_datas_li_ft_num{
		font-size: 28px;
	}

	.index_about_us_fb_datas_li_ft_text{
		right: -6px;
		margin-top: 8px;
	}

	.index_about_us_fb_datas_li_ft_text_wz{
		font-size: 15px;
	}
}

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

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

	.index_about_us_ft h4{
		font-size: 16px;
		margin-top: 12px;
	}

	.index_about_us_fc{
		margin-top: 12px;
	}

	.index_about_us_fb{
		margin-top: 18px;
	}

	.index_about_us_fb_datas{
		margin-top: 18px;
	}

	.index_about_us_fb_datas_li_ft_num{
		font-size: 26px;
	}
}

/*Product Display*/
.index_fullpage_product{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.index_product{
	padding: 1% 0;
}

.index_product_ft_con{
	overflow: hidden;
}

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

.index_product_ft_li_fl{
	width: 40%;
}

.index_product_ft_li_fl_ft h3{
	font-family: 'Arial';
	font-size: 1.4rem;
	line-height: 1.45;
	color: #999999;
}

.index_product_ft_li_fl_ft h4{
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.45;
	color: #2a2a2a;
}

.index_product_ft_li_fl_fc{
	margin-top: 7.5%;
}

.index_product_ft_li_fl_fc_ft{
	position: relative;
	min-width: 14rem;
	margin: 0 8px;
}

.index_product_ft_li_fl_fc_ft::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	display: block;
	background-color: #e7321f;
	-webkit-transform: skew(-15deg);
	-moz-transform: skew(-15deg);
	-ms-transform: skew(-15deg);
	-o-transform: skew(-15deg);
	transform: skew(-15deg);
}

.index_product_ft_li_fl_fc_ft_con{
	position: relative;
	z-index: 8;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.6;
	color: #ffffff;
	padding: 0 1.8rem;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index_product_ft_li_fl_fc_fb{
	font-size: 17px;
	line-height: 30px;
	color: #555555;
	margin-top: 4.3%;
	width: 100%;
}

.index_product_ft_li_fl_fc_fb p{
	position: relative;
	padding-left: 25px;
}

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

.index_product_ft_li_fl_fc_fb p::before{
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	width: 10px;
	height: 10px;
	background: #e7321f;
}

.index_product_ft_li_fl_fb{
	margin-top: 6%;
}

.index_product_ft_li_fl_fb_links{
	min-width: 10.5rem;
	padding: 0.6rem 1.8rem;
	border: 1px solid #e7321f;
	border-radius: 5px;
	background: #ffffff;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.index_product_ft_li_fl_fb_links:hover{
	background: #e7321f;
}

.index_product_ft_li_fl_fb_wz{
	font-size: 16px;
	line-height: 1.5;
	color: #e7321f;
	padding-right: 22px;
	background-image: url(../images/img/index_about_us_learnmore_ico_blue.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 15px auto;
	display: block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.index_product_ft_li_fl_fb_links:hover .index_product_ft_li_fl_fb_wz{
	color: #ffffff;
	background-image: url(../images/img/index_about_us_learnmore_ico.png);
}

.index_product_ft_li_fr{
	width: 59%;
}

.index_product_ft_li_fr img{
	width: 100%;
}

.index_product_fb{
	margin-top: 12px;
}

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

.index_product_fb_fl{
	max-width: 40%;
}

.index_product_fb_fl_con{
	margin: 0 -0.55rem;
	font-size: 0;
	line-height: 0;
}

.index_product_fb_fl_con span{
	position: relative;
	font-size: 18px;
	font-weight: bold;
	line-height: 2.2rem;
	color: #555555;
	width: 2.2rem;
	height: 2.2rem;
	margin: 5px 0.55rem;
	border-radius: 50%;
	opacity: 1;
	text-align: center;
	outline: none;
	background: none;
}

.index_product_fb_fl_con span::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/img/index_product_arc_ico.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

.index_product_fb_fl_con span.swiper-pagination-bullet-active::before{
	-webkit-animation: index_product_circular_rotation 1.2s linear infinite;
	-moz-animation: index_product_circular_rotation 1.2s linear infinite;
	-ms-animation: index_product_circular_rotation 1.2s linear infinite;
	-o-animation: index_product_circular_rotation 1.2s linear infinite;
	animation: index_product_circular_rotation 1.2s linear infinite;
}

.index_product_fb_fr{
	width: 55.6%;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.index_product_fb_fr_fl{
	width: 74.6%;
}

.index_product_fb_fr_fl_con{
	overflow: hidden;
}

.index_product_fb_fr_fl_li .img{
	padding: 5.5% 0;
	background: #ffffff;
}

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

.index_product_fb_fr_fr{
	max-width: 22%;
}

.index_product_list_navigation_fl,.index_product_list_navigation_fr{
	width: 14px;
	height: 24px;
	cursor: pointer;
	outline: none!important;
	background-repeat: no-repeat;
	background-position: center;
	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;
}

.index_product_list_navigation_fl{
	background-image: url(../images/img/index_product_arrow_left_ico.png);
}

.index_product_list_navigation_fl:hover{
	background-image: url(../images/img/index_product_arrow_left_ico_blue.png);
}

.index_product_list_navigation_fr{
	margin-left: 2.5rem;
	background-image: url(../images/img/index_product_arrow_right_ico.png);
}

.index_product_list_navigation_fr:hover{
	background-image: url(../images/img/index_product_arrow_right_ico_blue.png);
}

@-webkit-keyframes index_product_circular_rotation{
	0%{
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}
	100%{
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-moz-keyframes index_product_circular_rotation{
	0%{
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}
	100%{
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-ms-keyframes index_product_circular_rotation{
	0%{
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}
	100%{
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-o-keyframes index_product_circular_rotation{
	0%{
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}
	100%{
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes index_product_circular_rotation{
	0%{
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}
	100%{
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@media(max-width:1366px){
	.index_product_ft_li_fl_fc_ft_con{
		line-height: 1.75;
	}

	.index_product_ft_li_fl_fc_fb{
		font-size: 16px;
		line-height: 28px;
	}

	.index_product_ft_li_fl_fc_fb p{
		padding-left: 22px;
	}

	.index_product_ft_li_fl_fc_fb p::before{
		width: 8px;
		height: 8px;
	}

	.index_product_fb_fl_con span{
		font-size: 17px;
		line-height: 36px;
		width: 36px;
		height: 36px;
	}

	.index_product_list_navigation_fl,.index_product_list_navigation_fr{
		width: 13px;
		height: 23px;
	}
}

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

	.index_product_ft_li_fl_fc_ft_con{
		font-size: 23px;
	}

	.index_product_ft_li_fl_fb_links{
		padding: 10px 1.8rem;
	}

	.index_product_ft_li_fl_fb_wz{
		font-size: 15px;
		padding-right: 20px;
		background-size: 14px auto;
	}

	.index_product_fb_fl_con span{
		font-size: 16px;
		line-height: 34px;
		width: 34px;
		height: 34px;
	}

	.index_product_list_navigation_fl,.index_product_list_navigation_fr{
		width: 12px;
		height: 21px;
	}
}

@media(max-width:991px){
	.index_product{
		padding: 4% 0;
	}

	.index_product_ft_li_fl{
		width: 48.5%;
	}

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

	.index_product_ft_li_fl_ft h4{
		font-size: 26px;
	}

	.index_product_ft_li_fl_fc{
		margin-top: 6%;
	}

	.index_product_ft_li_fl_fc_ft_con{
		font-size: 21px;
		padding: 0 20px;
	}

	.index_product_ft_li_fl_fc_fb{
		margin-top: 4%;
	}

	.index_product_ft_li_fl_fb{
		margin-top: 4.5%;
	}

	.index_product_ft_li_fl_fb_links{
		padding: 9px 22px;
	}

	.index_product_ft_li_fl_fb_wz{
		padding-right: 18px;
		background-size: 13px auto;
	}

	.index_product_ft_li_fr{
		width: 48.5%;
	}

	.index_product_fb{
		margin-top: 15px;
	}

	.index_product_fb_fl_con{
		margin: 0 -6px;
	}

	.index_product_fb_fl_con span{
		margin: 5px 6px;
	}

	.index_product_fb_fr_fl_li .img{
		padding: 10px 0;
	}

	.index_product_list_navigation_fl,.index_product_list_navigation_fr{
		width: 11px;
		height: 19px;
	}
}

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

	.index_product_ft_li_fl{
		width: 100%;
	}

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

	.index_product_ft_li_fl_ft h4{
		font-size: 24px;
	}

	.index_product_ft_li_fl_fc{
		margin-top: 22px;
	}

	.index_product_ft_li_fl_fc_ft{
		min-width: auto;
	}

	.index_product_ft_li_fl_fc_ft_con{
		font-size: 20px;
		padding: 0 18px;
	}

	.index_product_ft_li_fl_fc_fb{
		font-size: 15px;
		line-height: 27px;
		margin-top: 15px;
	}

	.index_product_ft_li_fl_fc_fb p{
		padding-left: 20px;
	}

	.index_product_ft_li_fl_fc_fb p::before{
		width: 7px;
		height: 7px;
	}

	.index_product_ft_li_fl_fb{
		margin-top: 15px;
	}

	.index_product_ft_li_fl_fb_links{
		min-width: auto;
		padding: 8px 20px;
	}

	.index_product_ft_li_fr{
		width: 100%;
		margin-top: 20px;
	}

	.index_product_fb_fl_con{
		margin: 0 -5px;
	}

	.index_product_fb_fl_con span{
		margin: 4px 5px;
	}

	.index_product_fb_fr_fr{
		max-width: 100%;
	}

	.index_product_list_navigation_fl,.index_product_list_navigation_fr{
		width: 10px;
		height: 17px;
	}

	.index_product_list_navigation_fr{
		margin-left: 20px;
	}
}

@media(max-width:640px){
	.index_product_fb_fl{
		width: 100%;
		max-width: 100%;
	}

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

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

	.index_product_ft_li_fl_ft h3{
		font-size: 16px;
	}

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

	.index_product_ft_li_fl_fc{
		margin-top: 18px;
	}

	.index_product_ft_li_fl_fc_ft_con{
		font-size: 18px;
	}

	.index_product_ft_li_fl_fc_fb{
		margin-top: 12px;
	}

	.index_product_ft_li_fl_fb{
		margin-top: 12px;
	}

	.index_product_ft_li_fr{
		margin-top: 18px;
	}

	.index_product_fb_fr{
		margin-top: 12px;
	}

	.index_product_list_navigation_fr{
		margin-left: 15px;
	}
}

/*Four Major Advantages*/
.index_fullpage_advantage{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.index_advantage{
	padding: 1% 0;
}

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

.index_advantage_ft h3 span{
	color: #e7321f;
}

.index_advantage_ft h4{
	font-size: 18px;
	line-height: 1.5;
	color: #999999;
	margin-top: 4px;
}

.index_advantage_fc{
	margin-top: 1.5%;
}

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

.index_advantage_fc_li .img{
	overflow: hidden;
}

.index_advantage_fc_li .img .img_con{
	/*padding: 72.36% 0;*/
	padding: 64% 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.index_advantage_fc_li .wz1{
	position: absolute;
	left: 0;
	bottom: 10.4%;
	z-index: 10;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.5;
	color: #fffafa;
	width: 100%;
	padding: 0 7.5%;
	opacity: 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_advantage_fc_li:hover .wz1{
	opacity: 0;
}

.index_advantage_fc_li .wz2{
	position: absolute;
	left: 0;
	bottom: -100%;
	z-index: 15;
	width: 100%;
	height: 100%;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	background: rgba(26,138,204,0);
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
}

.index_advantage_fc_li:hover .wz2{
	bottom: 0;
	background: rgba(231,50,31,0.7);
}

.index_advantage_fc_li .wz2 .wz2_con{
	width: 100%;
}

.index_advantage_fc_li .wz2 .wz2_ft{
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.5;
	color: #fffafa;
	/*padding: 0 12%;*/
	padding: 0 7.5%;
	text-align: center;
}

.index_advantage_fc_li .wz2 .wz2_fb{
	font-size: 16px;
	line-height: 1.8;
	color: #fffafa;
	margin-top: 5%;
	/*padding: 0 12%;*/
	padding: 0 7.5%;
	text-align: center;
}

.index_advantage_fb{
	margin-top: 1.35%;
}

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

.index_advantage_fb_fl_links{
	min-width: 7.9rem;
	padding: 0.6rem 1.8rem;
	border: 1px solid #e7321f;
	border-radius: 5px;
	background: #ffffff;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.index_advantage_fb_fl_links:hover{
	background: #e7321f;
}

.index_advantage_fb_fl_links span{
	font-size: 16px;
	line-height: 1.5;
	color: #e7321f;
	text-align: center;
	display: block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.index_advantage_fb_fl_links:hover span{
	color: #ffffff;
}

.index_advantage_fb_fr{
	position: relative;
	width: 5.5rem;
}

.index_advantage_fb_fr_con{
	position: relative;
	padding-top: 100%;
}

.index_advantage_fb_fr_circle{
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #e7321f;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-animation: index_advantage_circle_scale 4s linear infinite;
	-moz-animation: index_advantage_circle_scale 4s linear infinite;
	-ms-animation: index_advantage_circle_scale 4s linear infinite;
	-o-animation: index_advantage_circle_scale 4s linear infinite;
	animation: index_advantage_circle_scale 4s linear infinite;
}

.index_advantage_fb_fr_circle:nth-of-type(2){
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-ms-animation-delay: 1s;
	-o-animation-delay: 1s;
	animation-delay: 1s;
}

.index_advantage_fb_fr_circle:nth-of-type(3){
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	-ms-animation-delay: 2s;
	-o-animation-delay: 2s;
	animation-delay: 2s;
}

.index_advantage_fb_fr_circle:nth-of-type(4){
	-webkit-animation-delay: 3s;
	-moz-animation-delay: 3s;
	-ms-animation-delay: 3s;
	-o-animation-delay: 3s;
	animation-delay: 3s;
}

.index_advantage_fb_fr_arrow{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 48%;
	height: 48%;
	border-radius: 50%;
	cursor: pointer;
	background: #e7321f;
	-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_advantage_fb_fr_arrow::before{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 32.69%;
	height: 32.69%;
	background-image: url(../images/img/index_advantage_learnmore_ico.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

@-webkit-keyframes index_advantage_circle_scale{
	0%{
		opacity: 1;
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
	}
	100%{
		opacity: 0;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

@-moz-keyframes index_advantage_circle_scale{
	0%{
		opacity: 1;
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
	}
	100%{
		opacity: 0;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

@-ms-keyframes index_advantage_circle_scale{
	0%{
		opacity: 1;
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
	}
	100%{
		opacity: 0;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

@-o-keyframes index_advantage_circle_scale{
	0%{
		opacity: 1;
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
	}
	100%{
		opacity: 0;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes index_advantage_circle_scale{
	0%{
		opacity: 1;
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
	}
	100%{
		opacity: 0;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

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

	.index_advantage_fc_li .wz2 .wz2_fb{
		line-height: 1.7;
	}
}

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

	.index_advantage_fc_li .wz1{
		font-size: 20px;
	}

	.index_advantage_fc_li .wz2 .wz2_ft{
		font-size: 20px;
	}

	.index_advantage_fc_li .wz2 .wz2_fb{
		font-size: 15px;
		line-height: 1.6;
	}

	.index_advantage_fb_fl_links{
		padding: 10px 1.8rem;
	}

	.index_advantage_fb_fl_links span{
		font-size: 15px;
	}
}

@media(max-width:1200px){
	.index_advantage_fb_fr{
		width: 80px;
	}
}

@media(max-width:991px){
	.index_advantage{
		padding: 4% 0;
	}

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

	.index_advantage_fc{
		margin-top: 3%;
	}

	.index_advantage_fc_li{
		width: 50%;
	}

	.index_advantage_fc_li .wz1{
		bottom: 6%;
		font-size: 18px;
		padding: 0 6%;
	}

	.index_advantage_fc_li .wz2 .wz2_ft{
		font-size: 18px;
		padding: 0 6%;
	}

	.index_advantage_fc_li .wz2 .wz2_fb{
		margin-top: 10px;
		padding: 0 6%;
	}

	.index_advantage_fb{
		margin-top: 3%;
	}

	.index_advantage_fb_fl_links{
		padding: 9px 22px;
	}

	.index_advantage_fb_fr{
		width: 75px;
	}
}

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

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

	.index_advantage_fc{
		margin-top: 22px;
	}

	.index_advantage_fc_li .wz1{
		bottom: 5%;
		font-size: 17px;
		padding: 0 5%;
	}

	.index_advantage_fc_li .wz2 .wz2_ft{
		font-size: 17px;
		padding: 0 5%;
	}

	.index_advantage_fc_li .wz2 .wz2_fb{
		padding: 0 5%;
	}

	.index_advantage_fb{
		margin-top: 22px;
	}

	.index_advantage_fb_fl_links{
		min-width: auto;
		padding: 8px 20px;
	}
}

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

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

	.index_advantage_fc{
		margin-top: 18px;
	}

	.index_advantage_fc_li .wz1{
		bottom: 15px;
		font-size: 16px;
		padding: 0 15px;
	}

	.index_advantage_fc_li .wz2 .wz2_ft{
		font-size: 16px;
		padding: 0 15px;
	}

	.index_advantage_fc_li .wz2 .wz2_fb{
		padding: 0 15px;
	}

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

/*News and Information*/
.index_fullpage_news{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.index_news{
	padding: 1% 0;
}

.index_news_ft{
	text-align: center;
}

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

.index_news_ft h4{
	font-size: 18px;
	line-height: 1.5;
	color: #999999;
	margin-top: 4px;
}

.index_news_fc{
	margin-top: 2%;
}

.index_news_fc_con{
	overflow: hidden;
}

.index_news_fc_li .img{
	overflow: hidden;
}

.index_news_fc_li .img .img_con{
	padding: 37.5% 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

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

.index_news_fc_li .wz{
	margin-top: 6%;
}

.index_news_fc_li .wz .wz_ft{
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 1.5;
	color: #333333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.index_news_fc_li:hover .wz .wz_ft{
	color: #e7321f;
}

.index_news_fc_li .wz .wz_fc{
	font-size: 15px;
	line-height: 1.6;
	color: #888888;
	height: 3.2em;
	margin-top: 3.1%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.index_news_fc_li .wz .wz_fb{
	font-size: 14px;
	line-height: 1.5;
	color: #666666;
	margin-top: 3.1%;
}

.index_news_fb{
	margin-top: 2%;
}

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

.index_news_fb_fl_links{
	position: relative;
	min-width: 9.9rem;
	margin: 0 8px;
	padding: 0.6rem 1.8rem;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

.index_news_fb_fl_links::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	display: block;
	background-color: #e7321f;
	-webkit-transform: skew(-15deg);
	-moz-transform: skew(-15deg);
	-ms-transform: skew(-15deg);
	-o-transform: skew(-15deg);
	transform: skew(-15deg);
}

.index_news_fb_fl_links_wz{
	position: relative;
	z-index: 8;
	font-size: 16px;
	line-height: 1.5;
	color: #ffffff;
	padding-right: 22px;
	background-image: url(../images/img/index_about_us_learnmore_ico.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 15px auto;
	display: block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.index_news_fb_fr{
	width: 98%;
	padding-left: 12rem;
	margin-left: -12rem;
}

.index_news_fb_fr_con{
	position: relative;
	width: 100%;
	height: 2px;
}

.index_news_fb_fr_con::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 1920vw;
	height: 100%;
	border-radius: 10px;
	background: #dcdcdc;
}

.index_news_fb_fr_con .swiper-scrollbar-drag{
	position: relative;
	top: -2px;
	height: 5px;
	border-radius: 10px;
	background: #e7321f;
}

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

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

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

	.index_news_fb_fl_links{
		padding: 10px 1.8rem;
	}

	.index_news_fb_fl_links_wz{
		font-size: 15px;
		padding-right: 20px;
		background-size: 14px auto;
	}

	.index_news_fb_fr{
		width: 94%;
	}

	.index_news_fb_fr_con .swiper-scrollbar-drag{
		top: -1px;
		height: 4px;
	}
}

@media(max-width:991px){
	.index_news{
		padding: 4% 0;
	}

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

	.index_news_fc{
		margin-top: 3%;
	}

	.index_news_fc_li .wz{
		margin-top: 4%;
	}

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

	.index_news_fc_li .wz .wz_fc{
		margin-top: 10px;
	}

	.index_news_fc_li .wz .wz_fb{
		margin-top: 10px;
	}

	.index_news_fb{
		margin-top: 3%;
	}

	.index_news_fb_fl_links{
		padding: 9px 22px;
	}

	.index_news_fb_fl_links_wz{
		padding-right: 18px;
		background-size: 13px auto;
	}

	.index_news_fb_fr{
		width: 86%;
	}
}

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

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

	.index_news_fc{
		margin-top: 22px;
	}

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

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

	.index_news_fc_li .wz .wz_fc{
		font-size: 14px;
		margin-top: 8px;
	}

	.index_news_fc_li .wz .wz_fb{
		margin-top: 8px;
	}

	.index_news_fb{
		margin-top: 22px;
	}

	.index_news_fb_fl_links{
		min-width: auto;
		padding: 8px 20px;
	}

	.index_news_fb_fr{
		width: 95%;
		padding-left: 180px;
		margin-left: -180px;
	}

	.index_news_fb_fr_con{
		height: 1px;
	}

	.index_news_fb_fr_con::before{
		width: 100%;
	}

	.index_news_fb_fr_con .swiper-scrollbar-drag{
		height: 3px;
	}
}

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

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

	.index_news_fc{
		margin-top: 18px;
	}

	.index_news_fc_li .wz{
		margin-top: 12px;
	}

	.index_news_fb{
		margin-top: 18px;
	}

	.index_news_fb_fr{
		width: 96%;
		padding-left: 160px;
		margin-left: -160px;
	}
}

/*Footer*/
.pc_footer{
	background: #2d2d2d;
}

.pc_footer_ft{
	padding-top: 4%;
}

.pc_footer_ft_fl{
	max-width: 30%;
}

.pc_footer_ft_fl_ft img{
	width: 100%;
	max-width: 11.85rem;
}

.pc_footer_ft_fl_fb{
	margin-top: 2.5rem;
}

.pc_footer_ft_fl_fb_li{
	font-size: 16px;
	line-height: 2.1rem;
	color: rgba(255,255,255,0.4);
	padding-left: 3rem;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 2.1rem;
}

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

.pc_footer_ft_fl_fb_li span{
	font-size: 1.2rem;
	color: #ffffff;
}

.pc_footer_ft_fc{
	width: 52%;
}

.pc_footer_ft_fc_li{
	max-width: 18.4%;
}

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

.pc_footer_ft_fc_li_ft a{
	font-size: 18px;
	line-height: 1.5;
	color: #ffffff;
	display: inline-block;
}

.pc_footer_ft_fc_li_fb{
	margin-top: 1.7rem;
}

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

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

.pc_footer_ft_fc_li_fb_li a{
	font-size: 15px;
	line-height: 1.6;
	color: rgba(255,255,255,0.4);
	display: inline-block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pc_footer_ft_fc_li_fb_li a:hover{
	color: rgba(255,255,255,1);
}

.pc_footer_ft_fr{
	max-width: 14%;
}

.pc_footer_ft_fr_li .img img{
	width: 100%;
	max-width: 140px;
}

.pc_footer_ft_fr_li .wz{
	font-size: 15px;
	line-height: 1.6;
	color: #ffffff;
	margin-top: 12px;
	text-align: center;
}

.pc_footer_fb{
	margin-top: 3%;
	border-top: 1px solid rgba(255,255,255,0.1);
}

.pc_footer_fb_con{
	font-size: 15px;
	line-height: 1.867;
	color: #999999;
	padding: 20px 0;
}

.pc_footer_fb_con a{
	color: #999999;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

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

.pc_footer_fb_con img{
	display: inline-block;
	vertical-align: middle;
}

.pc_footer_fb_garecordnum{
	-webkit-gap:10px;
	-moz-gap:10px;
	-ms-gap:10px;
	-o-gap:10px;
	gap:10px;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

@media(max-width:1366px){
	.pc_footer_ft_fl_fb_li{
		line-height: 36px;
		padding-left: 50px;
		background-size: 36px;
	}

	.pc_footer_ft_fl_fb_li span{
		font-size: 20px;
	}

	.pc_footer_ft_fc_li_ft a{
		font-size: 17px;
	}
}

@media(max-width:1280px){
	.pc_footer_ft_fl_fb_li{
		font-size: 15px;
		line-height: 34px;
		padding-left: 48px;
		background-size: 34px;
	}

	.pc_footer_ft_fl_fb_li span{
		font-size: 18px;
	}

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

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

@media(max-width:991px){
	.pc_footer_ft_fl{
		max-width: 70%;
	}

	.pc_footer_ft_fl_ft img{
		max-width: 150px;
	}

	.pc_footer_ft_fc{
		display: none;
	}

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

	.pc_footer_ft_fr{
		max-width: 25%;
	}

	.pc_footer_ft_fr_li .img img{
		max-width: 130px;
	}

	.pc_footer_ft_fr_li .wz{
		margin-top: 10px;
	}

	.pc_footer_fb_con{
		padding: 15px 0;
	}
}

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

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

	.pc_footer_ft_fl_ft img{
		max-width: 130px;
	}

	.pc_footer_ft_fl_fb{
		margin-top: 20px;
	}

	.pc_footer_ft_fl_fb_li span{
		font-size: 17px;
	}

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

	.pc_footer_fb{
		margin-top: 22px;
	}
}

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

	.pc_footer_ft_fl_fb{
		margin-top: 18px;
	}

	.pc_footer_ft_fr{
		margin-top: 18px;
	}

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