/*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: #0054fd;
	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;
}

/*scrollbar*/
/*body::-webkit-scrollbar{*/
/*	width: 8px;*/
/*	-webkit-appearance: none;*/
/*	-webkit-border-radius: 0;*/
/*}*/

/*body::-webkit-scrollbar-track{*/
/*	background: #dfdfdf;*/
/*	-webkit-border-radius: 0;*/
/*}*/

/*body::-webkit-scrollbar-thumb,body::-webkit-scrollbar-thumb:vertical{*/
/*	background: #0054fd;*/
/*	border: none;*/
/*	-webkit-border-radius: 0;*/
/*}*/

/*body::-webkit-scrollbar-thumb:vertical:active{*/
/*	background: #0054fd;*/
/*	border: none;*/
/*	-webkit-border-radius: 0;*/
/*}*/

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

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

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

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

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

	#fp-nav{
		display: none;
	}

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

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

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

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

	.page_con_zhuti{
		padding: 0 30px;
	}
}

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

	.page_con_zhuti{
		padding: 0 20px;
	}

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

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

	.page_con_zhuti{
		padding: 0 15px;
	}
}

/*General font size*/
.font_size_74{
	font-size: 3.7rem;
}

.font_size_46{
	font-size: 2.3rem;
}

.font_size_44{
	font-size: 2.2rem;
}

.font_size_34{
	font-size: 1.7rem;
}

.font_size_24{
	font-size: 1.2rem;
}

.font_size_20{
	font-size: 20px;
}

.font_size_18{
	font-size: 18px;
}

.font_size_16{
	font-size: 16px;
}

.font_size_14{
	font-size: 14px;
}

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

	.font_size_20{
		font-size: 18px;
	}

	.font_size_18{
		font-size: 17px;
	}

	.font_size_16{
		font-size: 15px;
	}

	.font_size_14{
		font-size: 13px;
	}
}

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

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

	.font_size_44{
		font-size: 26px;
	}

	.font_size_34{
		font-size: 24px;
	}

	.font_size_24{
		font-size: 18px;
	}

	.font_size_20{
		font-size: 17px;
	}

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

@media(max-width:768px){
	.font_size_46{
		font-size: 24px;
	}

	.font_size_44{
		font-size: 24px;
	}

	.font_size_34{
		font-size: 22px;
	}

	.font_size_24{
		font-size: 17px;
	}

	.font_size_74{
		font-size: 32px;
	}
}

@media(max-width:468px){
	.font_size_74{
		font-size: 30px;
	}

	.font_size_46{
		font-size: 22px;
	}

	.font_size_44{
		font-size: 22px;
	}
}

/*Pc header*/
#pc_header{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	width: 100%;
	box-shadow: 0 0 0 1px rgba(0,0,0,0.08);
	background: #ffffff;
}

.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;
	width: 12.5%;
	max-width: 160px;
	-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;
	display: block;
}

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

.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;
	-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{
	position: relative;
	width: 14.285714285714%;
	float: left;
	-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;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
}

.pc_nav>.pc_nav_con>ul>.pc_nav_li_www>li>a .pc_nav_yiji_wenzi{
	font-size: 18px;
	line-height: 90px;
	color: #000000;
	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_nav>.pc_nav_con>ul>.pc_nav_li_www>li:hover>a .pc_nav_yiji_wenzi,.pc_nav>.pc_nav_con>ul>.pc_nav_li_www>li.active>a .pc_nav_yiji_wenzi{
	color: #0054fd;
}

.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: #0054fd;
	-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_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-transform: translate(-50%,20px);
	-moz-transform: translate(-50%,20px);
	-ms-transform: translate(-50%,20px);
	-o-transform: translate(-50%,20px);
	transform: translate(-50%,20px);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pc_nav>.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: #3c3c3c;
	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: #0054fd;
}

.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;
	width: 6.5%;
}

.pc_header_search{
	width: 100%;
}

.pc_header_search_btn,.pc_header_website{
	position: relative;
	z-index: 5;
	height: 90px;
	-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.png);
}

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

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

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

.pc_header_search_btn_pull_down{
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 900;
	width: 220px;
	background: #0054fd;
	display: none;
}

.pc_header_search_btn_pull_down_sousuo{
	width: 100%;
	height: 42px;
	overflow: hidden;
	display: block;
}

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

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

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

.pc_header_search_btn_pull_down_sousuo_tijiao{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	width: 50px;
	height: 100%;
	cursor: pointer;
}

.pc_header_search_btn_pull_down_sousuo_tijiao::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 5;
	width: 18px;
	height: 18px;
	opacity: 1;
	background-image: url(../images/img/pc_header_search_btn_ico_2.png);
	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%);
}

.pc_header_search_btn_pull_down_sousuo_tijiao::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 5;
	width: 1px;
	height: 18px;
	background: #ffffff;
	display: none;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

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

.pc_header_website_ft{
	position: relative;
	width: 24px;
	height: 18px;
	cursor: pointer;
}

.pc_header_website_ft a{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.pc_header_website_ft span{
	width: 100%;
	height: 2px;
	background: #000000;
	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_website_ft:hover span{
	background: #0054fd;
}

.pc_header_website_ft span:nth-child(1){
	position: absolute;
	top: 0;
	right: 0;
}

.pc_header_website_ft span:nth-child(2){
	position: absolute;
	top: 50%;
	right: 0;
	width: 75%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.pc_header_website_ft:hover span:nth-child(2){
	width: 100%;
}

.pc_header_website_ft span:nth-child(3){
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50%;
}

.pc_header_website_ft:hover span:nth-child(3){
	width: 100%;
}

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

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

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

	.pc_header_search_btn_pull_down_sousuo_tijiao::before{
		width: 17px;
		height: 17px;
	}

	.pc_header_search_btn_pull_down_sousuo_tijiao::after{
		height: 17px;
	}

	.pc_header_website_ft{
		width: 22px;
		height: 16px;
	}
}

@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-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 3s forwards linear;
	-moz-animation: pictureslowlarge 3s forwards linear;
	-ms-animation: pictureslowlarge 3s forwards linear;
	-o-animation: pictureslowlarge 3s forwards linear;
	animation: pictureslowlarge 3s forwards linear;
}

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

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

.index_banner_yuandian span{
	position: relative;
	width: 14px;
	height: 14px;
	margin: 0 8px!important;
	border: 2px solid #ffffff;
	border-radius: 50%;
	opacity: 1;
	overflow: hidden;
	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;
}

.index_banner_yuandian span.swiper-pagination-bullet-active{
	background: rgba(255,255,255,1);
}

@-webkit-keyframes pictureslowlarge{
	from{
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
	}
	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.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
	}
	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.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
	}
	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.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
	}
	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.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
	}
	to{
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

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

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

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

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

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

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

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

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

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

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


/*Application Industry*/
.index_fullpage_application{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.index_airthink_application{
	padding: 1% 0;
}

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

.index_airthink_application_ft_fl{
	width: 80%;
}

.index_airthink_application_ft_fl h3{
	line-height: 1.5;
	color: #ffffff;
}

.index_airthink_application_ft_fl h4{
	line-height: 1.8;
	color: #ffffff;
	margin-top: 8px;
}

.index_airthink_application_ft_fr{
	width: 18%;
	margin: 5px 0;
	overflow: hidden;
}

.index_airthink_application_ft_fr_links_a{
	position: relative;
	padding: 0.725rem 2.15rem;
	border: 1px solid #0054fd;
	border-radius: 3px;
	overflow: hidden;
	background: #0054fd;
	display: block;
	-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_airthink_application_ft_fr_links_a:hover{
	border-color: #ffffff;
}

.index_airthink_application_ft_fr_links_a::after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	width: 115%;
	height: 105%;
	background: #fff;
	display: block;
	-webkit-transition: transform 0.55s cubic-bezier(0.52,0.08,0.18,1);
	-moz-transition: transform 0.55s cubic-bezier(0.52,0.08,0.18,1);
	-ms-transition: transform 0.55s cubic-bezier(0.52,0.08,0.18,1);
	-o-transition: transform 0.55s cubic-bezier(0.52,0.08,0.18,1);
	transition: transform 0.55s cubic-bezier(0.52,0.08,0.18,1);
	-webkit-transform-origin: right top;
	-moz-transform-origin: right top;
	-ms-transform-origin: right top;
	-o-transform-origin: right top;
	transform-origin: right top;
	-webkit-transform: translateX(-101%) skewX(-17.62deg);
	-moz-transform: translateX(-101%) skewX(-17.62deg);
	-ms-transform: translateX(-101%) skewX(-17.62deg);
	-o-transform: translateX(-101%) skewX(-17.62deg);
	transform: translateX(-101%) skewX(-17.62deg);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}

.index_airthink_application_ft_fr_links_a:hover:after{
	-webkit-transform: translateX(0) skewX(-17.62deg);
	-moz-transform: translateX(0) skewX(-17.62deg);
	-ms-transform: translateX(0) skewX(-17.62deg);
	-o-transform: translateX(0) skewX(-17.62deg);
	transform: translateX(0) skewX(-17.62deg);
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top;
}

.index_airthink_application_ft_fr_links_wz{
	position: relative;
	z-index: 5;
	padding-left: 0;
	padding-right: 20px;
	-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_airthink_application_ft_fr_links_a:hover .index_airthink_application_ft_fr_links_wz{
	padding-left: 20px;
	padding-right: 0;
}

.index_airthink_application_ft_fr_links_wz .wz_text{
	line-height: 1.5;
	color: #ffffff;
	-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_airthink_application_ft_fr_links_a:hover .index_airthink_application_ft_fr_links_wz .wz_text{
	color: #0054fd;
}

.index_airthink_application_ft_fr_links_wz .wz_ico1,.index_airthink_application_ft_fr_links_wz .wz_ico2{
	position: absolute;
	top: 50%;
	z-index: 5;
	width: 6px;
	height: 11px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-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_airthink_application_ft_fr_links_wz .wz_ico1{
	left: -2.2rem;
	opacity: 0;
}

.index_airthink_application_ft_fr_links_a:hover .index_airthink_application_ft_fr_links_wz .wz_ico1{
	left: 0;
	opacity: 1;
}

.index_airthink_application_ft_fr_links_wz .wz_ico2{
	right: 0;
	opacity: 1;
}

.index_airthink_application_ft_fr_links_a:hover .index_airthink_application_ft_fr_links_wz .wz_ico2{
	right: -2.2rem;
	opacity: 0;
}

.index_airthink_application_ft_fr_links_wz .wz_ico1::before,.index_airthink_application_ft_fr_links_wz .wz_ico2::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

.index_airthink_application_ft_fr_links_wz .wz_ico1::before{
	background-image: url(../images/img/index_application_learn_more_ico_h.png);
	-webkit-transform: translateX(-6px);
	-moz-transform: translateX(-6px);
	-ms-transform: translateX(-6px);
	-o-transform: translateX(-6px);
	transform: translateX(-6px);
}

.index_airthink_application_ft_fr_links_wz .wz_ico2::before{
	background-image: url(../images/img/index_application_learn_more_ico.png);
	-webkit-transform: translateX(6px);
	-moz-transform: translateX(6px);
	-ms-transform: translateX(6px);
	-o-transform: translateX(6px);
	transform: translateX(6px);
}

.index_airthink_application_fb{
	padding: 2.34% 0;
}

.index_airthink_application_fb_con{
	overflow: hidden;
}

.index_airthink_application_fb_li_con{
	position: relative;
	z-index: 3;
	overflow: hidden;
}

.index_airthink_application_fb_li .img_box{
	overflow: hidden;
}

.index_airthink_application_fb_li .img_box .img_box_con{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-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_airthink_application_fb_li_con:hover .img_box .img_box_con{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.index_airthink_application_fb_li .img_box .img_box_con img{
	width: 100%;
	opacity: 0;
}

.index_airthink_application_fb_li .wz1{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 4;
	width: 100%;
}

.index_airthink_application_fb_li .wz1 .wz1_con{
	padding: 6.55% 14%;
}

.index_airthink_application_fb_li .wz1 .wz1_con .wz1_ft .wz1_ft_img{
	width: 3.1rem;
}

.index_airthink_application_fb_li .wz1 .wz1_con .wz1_ft .wz1_ft_img img{
	width: 100%;
}

.index_airthink_application_fb_li .wz1 .wz1_con .wz1_fb{
	line-height: 1.5;
	color: #ffffff;
	margin-top: 8px;
}

.index_airthink_application_fb_li .wz2{
	position: absolute;
	left: 0;
	bottom: -100%;
	z-index: 5;
	width: 100%;
	height: 100%;
	background-color: #0054fd;
	-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_airthink_application_fb_li_con:hover .wz2{
	bottom: 0;
}

.index_airthink_application_fb_li .wz2 .wz2_con{
	padding: 11.24% 13.27% 6%;
}

.index_airthink_application_fb_li .wz2 .wz2_con .wz2_ft{
	line-height: 1.5;
	color: #ffffff;
}

.index_airthink_application_fb_li .wz2 .wz2_con .wz2_fc{
	line-height: 1.8;
	color: #ffffff;
	margin: 2.54% 0 4%;
}

.index_airthink_application_fb_li .wz2 .wz2_con .wz2_fb{
	overflow: hidden;
}

.index_airthink_application_fb_li .wz2 .wz2_con .wz2_fb .index_airthink_application_ft_fr_links_a{
	border-color: #ffffff;
	background-color: rgba(255,255,255,0);
}

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

.index_airthink_application_navigation_fl{
	position: relative;
	width: 82%;
	height: 2px;
	border-radius: 10px;
	background: rgba(255,255,255,0.15);
}

.index_airthink_application_navigation_fl .swiper-scrollbar-drag{
	position: relative;
	top: -1px;
	height: 4px;
	border-radius: 10px;
	background: #0054fd!important;
}

.index_airthink_application_navigation_fc{
	font-size: 16px;
	line-height: 1.5;
	color: #ffffff;
	width: auto;
	max-width: 9%;
}

.index_airthink_application_navigation_fc .swiper-pagination-current{
	color: #0054fd;
}

.index_airthink_application_navigation_fr{
	width: 7%;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.index_airthink_application_navigation_fr_prev,.index_airthink_application_navigation_fr_next{
	position: relative;
	width: 26px;
	height: 26px;
	cursor: pointer;
}

.index_airthink_application_navigation_fr_prev.swiper-button-disabled,.index_airthink_application_navigation_fr_next.swiper-button-disabled{
	opacity: 0.4;
}

.index_airthink_application_navigation_fr_prev::before,.index_airthink_application_navigation_fr_next::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

.index_airthink_application_navigation_fr_prev::before{
	background-image: url(../images/img/index_application_arrow_prev.png);
}

.index_airthink_application_navigation_fr_next::before{
	background-image: url(../images/img/index_application_arrow_next.png);
}

.index_airthink_application_mc_morelinks{
	margin-top: 3%;
	display: none;
}

.index_airthink_application_mc_morelinks_con{
	overflow: hidden;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

@media(max-width:1366px){
	.index_airthink_application_fb_li .wz1 .wz1_con{
		padding: 6% 10%;
	}

	.index_airthink_application_fb_li .wz2 .wz2_con{
		padding: 6% 10%;
	}

	.index_airthink_application_fb_li .wz1 .wz1_con .wz1_ft .wz1_ft_img{
		width: 2.45rem;
	}

	.index_airthink_application_fb_li .wz2 .wz2_con .wz2_fc{
		margin: 6px 0 10px;
	}
}

@media(max-width:1280px){
	.index_airthink_application_ft_fl h4{
		margin-top: 5px;
	}

	.index_airthink_application_ft_fr_links_a{
		padding: 12px 2rem;
	}

	.index_airthink_application_ft_fr_links_wz{
		padding-right: 15px;
	}

	.index_airthink_application_ft_fr_links_a:hover .index_airthink_application_ft_fr_links_wz{
		padding-left: 15px;
		padding-right: 0;
	}

	.index_airthink_application_ft_fr_links_wz .wz_ico1,.index_airthink_application_ft_fr_links_wz .wz_ico2{
		width: 5px;
		height: 9px;
	}

	.index_airthink_application_ft_fr_links_wz .wz_ico1{
		left: -2.05rem;
	}

	.index_airthink_application_ft_fr_links_a:hover .index_airthink_application_ft_fr_links_wz .wz_ico2{
		right: -2.05rem;
	}

	.index_airthink_application_ft_fr_links_wz .wz_ico1::before{
		-webkit-transform: translateX(-5px);
		-moz-transform: translateX(-5px);
		-ms-transform: translateX(-5px);
		-o-transform: translateX(-5px);
		transform: translateX(-5px);
	}

	.index_airthink_application_ft_fr_links_wz .wz_ico2::before{
		-webkit-transform: translateX(5px);
		-moz-transform: translateX(5px);
		-ms-transform: translateX(5px);
		-o-transform: translateX(5px);
		transform: translateX(5px);
	}

	.index_airthink_application_fb_li .wz1 .wz1_con .wz1_ft .wz1_ft_img{
		width: 36px;
	}

	.index_airthink_application_fb_li .wz1 .wz1_con .wz1_fb{
		margin-top: 5px;
	}

	.index_airthink_application_navigation_fc{
		font-size: 15px;
	}

	.index_airthink_application_navigation_fr_prev,.index_airthink_application_navigation_fr_next{
		width: 24px;
		height: 24px;
	}
}

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

	.index_airthink_application_ft_fl{
		width: 100%;
	}

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

	.index_airthink_application_ft_fr_links_a{
		padding: 11px 25px;
	}

	.index_airthink_application_ft_fr_links_wz{
		padding-right: 10px;
	}

	.index_airthink_application_ft_fr_links_a:hover .index_airthink_application_ft_fr_links_wz{
		padding-left: 10px;
		padding-right: 0;
	}

	.index_airthink_application_ft_fr_links_wz .wz_ico1{
		left: -30px;
	}

	.index_airthink_application_ft_fr_links_a:hover .index_airthink_application_ft_fr_links_wz .wz_ico2{
		right: -30px;
	}

	.index_airthink_application_fb{
		padding: 3% 0;
	}

	.index_airthink_application_fb_li .wz1 .wz1_con{
		padding: 15px 20px;
	}

	.index_airthink_application_fb_li .wz1 .wz1_con .wz1_ft .wz1_ft_img{
		width: 34px;
	}

	.index_airthink_application_fb_li .wz2 .wz2_con{
		padding: 15px 20px;
	}

	.index_airthink_application_navigation_fl{
		width: calc(100% - 140px);
	}

	.index_airthink_application_navigation_fc{
		max-width: 65px;
	}

	.index_airthink_application_navigation_fr{
		width: 60px;
	}

	.index_airthink_application_navigation_fr_prev,.index_airthink_application_navigation_fr_next{
		width: 22px;
		height: 22px;
	}

	.index_airthink_application_mc_morelinks{
		display: block;
	}
}

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

	.index_airthink_application_ft_fr_links_a{
		padding: 10px 20px;
	}

	.index_airthink_application_ft_fr_links_wz .wz_ico1{
		left: -25px;
	}

	.index_airthink_application_ft_fr_links_a:hover .index_airthink_application_ft_fr_links_wz .wz_ico2{
		right: -25px;
	}

	.index_airthink_application_fb{
		padding: 22px 0;
	}

	.index_airthink_application_fb_li .wz1 .wz1_con{
		padding: 15px 15px;
	}

	.index_airthink_application_fb_li .wz1 .wz1_con .wz1_ft .wz1_ft_img{
		width: 32px;
	}

	.index_airthink_application_fb_li .wz2 .wz2_con{
		padding: 15px 15px;
	}

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

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

	.index_airthink_application_fb{
		padding: 18px 0;
	}

	.index_airthink_application_fb_li .wz1 .wz1_con .wz1_ft .wz1_ft_img{
		width: 30px;
	}

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

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

.index_airthink_about{
	padding: 1% 0;
}

.index_airthink_about_ft_ft{
	text-align: center;
}

.index_airthink_about_ft_ft h3{
	line-height: 1.5;
	color: #ffffff;
}

.index_airthink_about_ft_ft h4{
	line-height: 1.85;
	color: #ffffff;
	max-width: 1160px;
	margin-top: 8px;
	margin-left: auto;
	margin-right: auto;
	text-indent: 2em;
}

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

.index_airthink_about_fb{
	margin-top: 5%;
}

.index_airthink_about_fb_li{
	width: 33.333333333333%;
	cursor: pointer;
	-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_airthink_about_fb_li:hover{
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}

.index_airthink_about_fb_li_con{
	padding: 0 10px;
	text-align: center;
}

.index_airthink_about_fb_li_ft{
	width: 3rem;
	margin: 0 auto;
	-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_airthink_about_fb_li:hover .index_airthink_about_fb_li_ft{
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.index_airthink_about_fb_li_ft img{
	width: 100%;
}

.index_airthink_about_fb_li_fc{
	line-height: 1;
	color: #ffffff;
	margin: 4.3% 0 3.45%;
}

.index_airthink_about_fb_li_fc span{
	display: inline-block;
	line-height: 1;
	color: #ffffff;
}

.index_airthink_about_fb_li_fb{
	line-height: 1.8;
	color: #ffffff;
}

.index_airthink_about_mc_morelinks{
	margin-top: 3%;
	display: none;
}

.index_airthink_about_mc_morelinks_con{
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

@media(max-width:1366px){
	.index_airthink_about_ft_fb{
		margin-top: 3%;
	}

	.index_airthink_about_fb{
		margin-top: 4%;
	}

	.index_airthink_about_fb_li_ft{
		width: 2.4rem;
	}
}

@media(max-width:1280px){
	.index_airthink_about_ft_ft h4{
		margin-top: 5px;
	}

	.index_airthink_about_fb_li_ft{
		width: 36px;
	}

	.index_airthink_about_fb_li_fc{
		margin: 15px 0 12px;
	}
}

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

	.index_airthink_about_ft_fb{
		display: none;
	}

	.index_airthink_about_fb{
		margin-top: 3%;
	}

	.index_airthink_about_fb_li_con{
		padding: 0 8px;
	}

	.index_airthink_about_fb_li_ft{
		width: 34px;
	}

	.index_airthink_about_fb_li_fc{
		margin: 12px 0 10px;
	}

	.index_airthink_about_mc_morelinks{
		display: block;
	}
}

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

	.index_airthink_about_ft_fb{
		margin-top: 22px;
	}

	.index_airthink_about_fb{
		margin-top: 22px;
	}

	.index_airthink_about_fb_li_con{
		padding: 0 5px;
	}

	.index_airthink_about_fb_li_ft{
		width: 32px;
	}

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

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

	.index_airthink_about_ft_fb{
		margin-top: 18px;
	}

	.index_airthink_about_fb{
		margin-top: 18px;
	}

	.index_airthink_about_fb_li_ft{
		width: 30px;
	}

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

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

.index_airthink_news{
	padding: 1% 0;
}

.index_airthink_news_fc{
	margin: 2% 0 3.4%;
	padding-left: calc(50vw - 725px);
}

.index_airthink_news_fc_con{
	padding: 1px;
	overflow: hidden;
}

.index_airthink_news_fc_li{
	height: auto;
}

.index_airthink_news_fc_li_links{
	height: 100%;
	display: block;
}

.index_airthink_news_fc_li_con{
	height: 100%;
	padding: 7.4%;
	border: 1px solid rgba(255,255,255,0.15);
	-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_airthink_news_fc_li_con:hover{
	border-color: #0054fd;
	background: #0054fd;
}

.index_airthink_news_fc_li_ft span{
	line-height: 1.5;
	color: #ffffff;
	padding: 5px 15px;
	border: 1px solid #ffffff;
	border-radius: 30px;
	float: left;
}

.index_airthink_news_fc_li_fc{
	line-height: 1.5;
	color: #ffffff;
	margin: 15px 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index_airthink_news_fc_li_fb{
	position: relative;
	line-height: 1.875;
	color: #ffffff;
	padding-left: 22px;
}

.index_airthink_news_fc_li_fb::before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 16px;
	height: 16px;
	background-image: url(../images/img/index_news_time_ico.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.index_airthink_news_fc_li_fb_box{
	padding: 10% 0;
}

.index_airthink_news_morelinks{
	margin-top: 3%;
	display: none;
}

.index_airthink_news_morelinks_con{
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

@media(max-width:1550px){
	.index_airthink_news_fc{
		padding-left: 50px;
	}
}

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

	.index_airthink_news_fc_li_ft span{
		padding: 4px 13px;
	}

	.index_airthink_news_fc_li_fc{
		margin: 12px 0 8px;
	}

	.index_airthink_news_fc_li_fb{
		padding-left: 20px;
	}

	.index_airthink_news_fc_li_fb::before{
		width: 15px;
		height: 15px;
	}
}

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

	.index_airthink_news_fc{
		margin: 3% 0;
		padding-left: 20px;
		padding-right: 20px;
	}

	.index_airthink_news_fc_li_con{
		padding: 20px;
	}

	.index_airthink_news_fc_li_fb_box{
		padding: 20px 0;
	}

	.index_airthink_news_morelinks{
		display: block;
	}
}

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

	.index_airthink_news_fc{
		margin: 22px 0;
		padding-left: 15px;
		padding-right: 15px;
	}

	.index_airthink_news_fc_li_con{
		padding: 15px;
	}

	.index_airthink_news_fc_li_fb_box{
		padding: 15px 0;
	}

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

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

	.index_airthink_news_fc{
		margin: 18px 0;
	}

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

/*Footer*/
.pc_footer{
	background: #1b1b1b;
}

.pc_footer_ft{
	padding: 4.4% 0 3.15%;
}

.pc_footer_ft_fl{
	width: 15%;
	max-width: 190px;
}

.pc_footer_ft_fl_ft{
	max-width: 190px;
}

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

.pc_footer_ft_fl_fb{
	margin-top: 2rem;
}

.pc_footer_ft_fl_fb_ul{
	margin: 0 -0.5rem;
}

.pc_footer_ft_fl_fb_li{
	margin: 5px 0.5rem;
}

.pc_footer_ft_fl_fb_li_links{
	position: relative;
	cursor: pointer;
	display: block;
}

.pc_footer_ft_fl_fb_li .media_icon{
	position: relative;
	z-index: 5;
	width: 40px;
	height: 40px;
	border: 1px solid #ffffff;
	border-radius: 50%;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-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;
}

.pc_footer_ft_fl_fb_li:hover .media_icon{
	border-color: #0054fd;
	background: #0054fd;
}

.pc_footer_ft_fl_fb_li .media_icon img{
	max-width: 43%;
	display: block;
}

.pc_footer_ft_fl_fb_li .media_icon:after{
	content: '';
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	border-width: 8px;
	cursor: pointer;
	border-style: dashed dashed solid dashed;
	border-color: transparent transparent #0054fd transparent;
	border-top: none;
	position: absolute;
	top: -10px;
	left: 50%;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	-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;
	-webkit-transform: rotate(180deg) translateX(8px);
	-moz-transform: rotate(180deg) translateX(8px);
	-ms-transform: rotate(180deg) translateX(8px);
	-o-transform: rotate(180deg) translateX(8px);
	transform: rotate(180deg) translateX(8px);
}

.pc_footer_ft_fl_fb_li:hover .media_icon:after{
	opacity: 1;
	visibility: visible;
}

.pc_footer_ft_fl_fb_li .img{
	position: absolute;
	left: 0;
	bottom: 100%;
	z-index: 15;
	width: 120px;
	margin-bottom: 8px;
	padding: 5px;
	opacity: 0;
	visibility: hidden;
	text-align: center;
	background-color: #0054fd;
	-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;
}

.pc_footer_ft_fl_fb_li:hover .img{
	opacity: 1;
	visibility: visible;
}

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

.pc_footer_ft_fc{
	width: 48%;
	max-width: 695px;
}

.pc_footer_ft_fc_li{
	max-width: 23%;
}

.pc_footer_ft_fc_li_ft{
	font-size: 0;
}

.pc_footer_ft_fc_li_ft a{
	line-height: 1.5;
	color: #ffffff;
	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_ft a:hover{
	color: #0054fd;
}

.pc_footer_ft_fc_li_fb{
	margin-top: 0.8rem;
}

.pc_footer_ft_fc_li_fb_li{
	font-size: 0;
}

.pc_footer_ft_fc_li_fb_li a{
	line-height: 1.9;
	color: #C8C8C8;
	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: #0054fd;
}

.pc_footer_ft_fr{
	max-width: 26%;
}

.pc_footer_ft_fr_ft{
	line-height: 1.5;
	color: #ffffff;
}

.pc_footer_ft_fr_fb{
	line-height: 1.9;
	color: #C8C8C8;
	margin-top: 0.8rem;
}

.pc_footer_fb{
	padding: 20px 0;
	border-top: 1px solid rgba(149,149,149,0.3);
}

.pc_footer_fb_con{
	line-height: 1.8;
	color: #C8C8C8;
	text-align: center;
}

.pc_footer_fb_con a{
	color: #C8C8C8;
	-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: #0054fd;
}

.pc_footer_wechatqrcode_list{
	max-width: 130px;
	text-align: center;
}

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

.pc_footer_wechatqrcode_list .wz{
	font-size: 16px;
	line-height: 1.5;
	color: #C8C8C8;
	margin-top: 10px;
}

@media(max-width:1366px){
	.pc_footer_ft{
		padding: 4% 0 3%;
	}
}

@media(max-width:1280px){
	.pc_footer_ft_fl_fb_ul{
		margin: 0 -7px;
	}

	.pc_footer_ft_fl_fb_li{
		margin: 4px 7px;
	}

	.pc_footer_ft_fl_fb_li .media_icon{
		width: 38px;
		height: 38px;
	}

	.pc_footer_ft_fl_fb_li .img{
		width: 110px;
	}

	.pc_footer_ft_fc_li_fb{
		margin-top: 12px;
	}

	.pc_footer_ft_fr_fb{
		margin-top: 12px;
	}

	.pc_footer_wechatqrcode_list .wz{
		font-size: 15px;
	}
}

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

	.pc_footer_ft_fl_ft{
		max-width: 150px;
	}

	.pc_footer_ft_fl_fb{
		margin-top: 20px;
	}

	.pc_footer_ft_fc{
		display: none;
	}

	.pc_footer_ft_fr{
		max-width: 70%;
	}

	.pc_footer_fb{
		padding: 15px 0;
	}
}

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

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

	.pc_footer_ft_fl_ft{
		max-width: 120px;
	}

	.pc_footer_ft_fl_fb{
		margin-top: 15px;
	}

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

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

	.pc_footer_ft_fl_ft{
		max-width: 100px;
	}
}