/*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: #2b318a;
	outline: none;
	text-decoration: none;
}

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

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

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

select,input{
	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;
}

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

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

.max1200{
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 50px;
}

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

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

	.max1200{
		padding: 0 30px;
	}

	.page_con_zhuti{
		padding: 0 30px;
	}
}

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

	.max1200{
		padding: 0 20px;
	}

	.page_con_zhuti{
		padding: 0 20px;
	}

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

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

	.max1200{
		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 1px 1px rgba(0,0,0,0.08);
	background: #ffffff;
}

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

.pc_logo{
	width: 19%;
	max-width: 210px;
}

.pc_logo_links{
	width: 100%;
}

.pc_logo img{
	max-width: 100%;
	max-height: 70px;
	display: block;
}

.pc_nav{
	width: 60%;
}

.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%;
	-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: 100px;
	color: #1b1a1a;
	-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: #2b318a;
}

.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: 3px;
	opacity: 0;
	background: #2b318a;
	-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%;
	opacity: 1;
}

.pc_nav_erji_w{
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 999;
	min-width: 235px;
	margin-top: 15px;
	padding: 1.15rem 0;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 5px 83px rgba(40,40,40,0.12);
	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;
}

.pc_nav>.pc_nav_con>ul>.pc_nav_li_www>li:hover .pc_nav_erji_w{
	margin-top: 0;
	opacity: 1;
	visibility: visible;
}

.pc_nav_erji_li{
	position: relative;
}

.pc_nav_erji_li_links{
	padding: 0 2rem;
	overflow: hidden;
	display: block;
}

.pc_nav_erji_li_links_con{
	position: relative;
	font-size: 16px;
	line-height: 22px;
	color: #767676;
	padding: 9px 0;
	border-bottom: 1px solid #eaeaea;
	text-align: left;
	-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:last-child .pc_nav_erji_li_links_con{
	border-bottom: 0;
}

.pc_nav_erji_li:hover .pc_nav_erji_li_links_con{
	padding-left: 20px;
	color: #2b318a;
}

.pc_nav_erji_li_links_con::before{
	content: '';
	position: absolute;
	left: -15px;
	top: 50%;
	width: 13px;
	height: 13px;
	opacity: 0;
	background-image: url(../images/img/pc_header_nav_arrow.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-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_erji_li:hover .pc_nav_erji_li_links_con::before{
	left: 0;
	opacity: 1;
}

.pc_nav_sanji{
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 999;
	min-width: 235px;
	margin-left: 15px;
	padding: 1.15rem 0;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 5px 83px rgba(40,40,40,0.12);
	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;
	
}

.pc_nav_erji_li:hover .pc_nav_sanji{
	margin-left: 0;
	opacity: 1;
	visibility: visible;
}

.pc_nav_sanji_li{
	position: relative;
}

.pc_nav_sanji_li_links{
	padding: 0 2rem;
	overflow: hidden;
	display: block;
}

.pc_nav_sanji_li_links_con{
	position: relative;
	font-size: 15px;
	line-height: 22px;
	color: #767676;
	padding: 9px 0;
	border-bottom: 1px solid #eaeaea;
	text-align: left;
	-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_sanji_li:last-child .pc_nav_sanji_li_links_con{
	border-bottom: 0;
}

.pc_nav_sanji_li:hover .pc_nav_sanji_li_links_con{
	padding-left: 20px;
	color: #2b318a;
}

.pc_nav_sanji_li_links_con::before{
	content: '';
	position: absolute;
	left: -15px;
	top: 50%;
	width: 12px;
	height: 12px;
	opacity: 0;
	background-image: url(../images/img/pc_header_nav_arrow.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-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_sanji_li:hover .pc_nav_sanji_li_links_con::before{
	left: 0;
	opacity: 1;
}

.pc_header_fb_menu{
	width: 17%;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.pc_header_fb_menu_search_btn{
	width: 19px;
	cursor: pointer;
}

.pc_header_fb_menu_search_btn span{
	position: relative;
	padding-top: 100%;
	display: block;
}

.pc_header_fb_menu_search_btn span::before,.pc_header_fb_menu_search_btn span::after{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: 100%;
	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-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_fb_menu_search_btn span::before{
	opacity: 1;
	background-image: url(../images/img/pc_header_search_ico.png);
}

.pc_header_fb_menu_search_btn:hover span::before{
	opacity: 0;
}

.pc_header_fb_menu_search_btn span::after{
	opacity: 0;
	background-image: url(../images/img/pc_header_search_ico2.png);
}

.pc_header_fb_menu_search_btn:hover span::after{
	opacity: 1;
}

.pc_header_fb_menu_contact{
	position: relative;
}

.pc_header_fb_menu_contact_text_ft{
	font-size: 17px;
	line-height: 1.5;
	color: #333333;
}

.pc_header_fb_menu_contact_text_fb a{
	font-family: Arial;
	font-size: 1.1rem;
	line-height: 1.5;
	color: #2b318a;
	-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{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1001;
	opacity: 0;
	visibility: hidden;
	background: rgba(34,34,34,0.95);
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: all 0.36s ease;
	-moz-transition: all 0.36s ease;
	-ms-transition: all 0.36s ease;
	-o-transition: all 0.36s ease;
	transition: all 0.36s ease;
}

.pc_header_search_pulldown.active{
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.pc_header_search_pulldown_nnn{
	position: absolute;
	left: 50%;
	top: 50%;
	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%);
}

.pc_header_search_pulldown_searchform{
	max-width: 470px;
	margin: 0 auto;
	padding: 2rem 0;
}

.pc_header_search_pulldown_searchform_con{
	position: relative;
}

.pc_header_search_pulldown_searchform_input{
	width: 100%;
}

.pc_header_search_pulldown_searchform_input_con{
	font-size: 1.2rem;
	color: #ffffff;
	width: 100%;
	height: 60px;
	padding: 3px 15px;
	border: 1px solid #ffffff;
	outline: none!important;
	background: none;
	-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_searchform_input_con:focus{
	border-color: #ffffff;
}

.pc_header_search_pulldown_searchform_input_con::-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_pulldown_searchform_input_con::placeholder{
	color: #ffffff;
}

.pc_header_search_pulldown_searchform_submit{
	position: absolute;
	top: 0;
	right: 0;
	width: 3.2rem;
	height: 100%;
}

.pc_header_search_pulldown_searchform_submit_con{
	font-size: 1.4rem;
	color: #2b318a;
	width: 100%;
	height: 100%;
	border: 0;
	outline: none!important;
	cursor: pointer;
	background-image: url(../images/img/pc_header_search_pulldown_ico.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 1.4rem;
	background-color: rgba(0,0,0,0);
}

@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_w{
		min-width: 200px;
		padding: 1rem 0;
		box-shadow: 0 5px 60px rgba(40,40,40,0.12);
	}

	.pc_nav_erji_li_links{
		padding: 0 1.5rem;
	}

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

	.pc_nav_erji_li_links_con::before{
		width: 12px;
		height: 12px;
	}

	.pc_nav_sanji{
		min-width: 200px;
		padding: 1rem 0;
		box-shadow: 0 5px 60px rgba(40,40,40,0.12);
	}

	.pc_nav_sanji_li_links{
		padding: 0 1.5rem;
	}

	.pc_nav_sanji_li_links_con{
		font-size: 14px;
		padding: 8px 0;
	}

	.pc_nav_sanji_li_links_con::before{
		width: 11px;
		height: 11px;
	}

	.pc_header_fb_menu_search_btn{
		width: 18px;
	}

	.pc_header_fb_menu_contact_text_ft{
		font-size: 16px;
	}

	.pc_header_fb_menu_contact_text_fb a{
		font-size: 20px;
	}

	.pc_header_search_pulldown_searchform{
		max-width: 450px;
		padding: 1.5rem 0;
	}

	.pc_header_search_pulldown_searchform_input_con{
		height: 55px;
	}
}

@media(max-width:1100px){
	.pc_header_fb_menu_contact_text_fb a{
		font-size: 19px;
	}
}

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

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

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

.index_banner_li .img{
	min-height: 180px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

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

.index_banner_yuandian{
	position: absolute;
	left: 0;
	bottom: 6%!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: #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;
}

.index_banner_yuandian span.swiper-pagination-bullet-active{
	border-color: #2b318a;
	background: #2b318a;
}

@media(max-width:991px){
	.index_banner{
		margin-top: 0;
	}

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

/*Product center*/
.index_tianchuang_product{
	padding: 5% 0;
	background: #f9f9f9;
}

.index_tianchuang_product_ft{
	text-align: center;
}

.index_tianchuang_product_ft h3{
	font-size: 1.45rem;
	line-height: 1.5;
	color: #2b318a;
}

.index_tianchuang_product_ft h4{
	font-size: 1.7rem;
	line-height: 1.4;
	color: #1b1a1a;
	margin-top: 3px;
}

.index_tianchuang_product_fb{
	margin-top: 3.75%;
}

.index_tianchuang_product_fb_li{
	width: 31.6%;
	margin-right: 2.6%;
	box-shadow: 0 5px 83px rgba(40,40,40,0.08);
	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;
}

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

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

.index_tianchuang_product_fb_li:hover{
	box-shadow: 0 5px 83px rgba(40,40,40,0.14);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}

.index_tianchuang_product_fb_li .img{
	overflow: hidden;
}

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

.index_tianchuang_product_fb_li:hover .img img{
	-webkit-transform: scale(1.12);
	-moz-transform: scale(1.12);
	-ms-transform: scale(1.12);
	-o-transform: scale(1.12);
	transform: scale(1.12);
}

.index_tianchuang_product_fb_li .wz{
	padding: 9%;
}

.index_tianchuang_product_fb_li .wz .wz_ico{
	width: 21%;
}

.index_tianchuang_product_fb_li .wz .wz_ico img{
	width: 100%;
}

.index_tianchuang_product_fb_li .wz .wz_title{
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.5;
	color: #000000;
	margin-top: 8%;
	-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_tianchuang_product_fb_li:hover .wz .wz_title{
	color: #2b318a;
}

.index_tianchuang_product_fb_li .wz .wz_content{
	font-size: 16px;
	line-height: 1.6;
	color: #767676;
	/*height: 6.4em;*/
	margin-top: 4%;
	/*overflow: hidden;*/
	/*display: -webkit-box;*/
	/*-webkit-box-orient: vertical;*/
	/*-webkit-line-clamp: 4;*/
}

.index_tianchuang_product_fb_li .wz .wz_more{
	margin-top: 6%;
}

.index_tianchuang_product_fb_li .wz .wz_more span{
	position: relative;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	color: #222222;
	padding-right: 18px;
	-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_tianchuang_product_fb_li:hover .wz .wz_more span{
	color: #2b318a;
}

.index_tianchuang_product_fb_li .wz .wz_more span::before{
	content: '';
	position: absolute;
	right: 15px;
	top: 50%;
	width: 13px;
	height: 13px;
	opacity: 0;
	background-image: url(../images/img/index_product_more_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%);
	-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_tianchuang_product_fb_li:hover .wz .wz_more span::before{
	right: 0;
	opacity: 1;
}

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

	.index_tianchuang_product_fb_li .wz .wz_content{
		font-size: 15px;
	}

	.index_tianchuang_product_fb_li .wz .wz_more span{
		font-size: 15px;
	}

	.index_tianchuang_product_fb_li .wz .wz_more span::before{
		width: 12px;
		height: 12px;
	}
}

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

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

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

	.index_tianchuang_product_fb{
		margin-top: 3%;
	}

	.index_tianchuang_product_fb_li{
		width: 48.5%;
		margin-right: 3%;
	}

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

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

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

	.index_tianchuang_product_fb_li .wz{
		padding: 6%;
	}

	.index_tianchuang_product_fb_li .wz .wz_ico{
		width: 13.6%;
	}

	.index_tianchuang_product_fb_li .wz .wz_title{
		font-size: 18px;
		margin-top: 5%;
	}

	.index_tianchuang_product_fb_li .wz .wz_content{
		margin-top: 10px;
	}

	.index_tianchuang_product_fb_li .wz .wz_more{
		margin-top: 3.75%;
	}
}

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

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

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

	.index_tianchuang_product_fb{
		margin-top: 22px;
	}

	.index_tianchuang_product_fb_li{
		width: 100%;
		margin-right: 0!important;
	}

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

	.index_tianchuang_product_fb_li .wz{
		padding: 20px;
	}

	.index_tianchuang_product_fb_li .wz .wz_ico{
		width: 40px;
	}

	.index_tianchuang_product_fb_li .wz .wz_title{
		font-size: 17px;
		margin-top: 15px;
	}

	.index_tianchuang_product_fb_li .wz .wz_content{
		min-height: auto!important;
		margin-top: 8px;
	}

	.index_tianchuang_product_fb_li .wz .wz_more{
		margin-top: 10px;
	}
}

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

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

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

	.index_tianchuang_product_fb{
		margin-top: 18px;
	}

	.index_tianchuang_product_fb_li .wz{
		padding: 18px;
	}

	.index_tianchuang_product_fb_li .wz .wz_ico{
		width: 36px;
	}
}

/*About us*/
.index_tianchuang_about{
	background: #2b318a;
}

.index_tianchuang_about_fl{
	width: 50%;
	padding-left: calc(50vw - 830px);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.index_tianchuang_about_fl_con{
	padding-top: 11%;
	padding-bottom: 11%;
	padding-right: 11%;
}

.index_tianchuang_about_fl_ft h3{
	font-size: 1.45rem;
	line-height: 1.5;
	color: #ffffff;
}

.index_tianchuang_about_fl_ft h4{
	font-size: 1.7rem;
	line-height: 1.4;
	color: #ffffff;
	margin-top: 3px;
}

.index_tianchuang_about_fl_fc{
	font-size: 18px;
	line-height: 1.5;
	color: #ffffff;
	margin-top: 3.5%;
}

.index_tianchuang_about_fl_fc2{
	margin-top: 5%;
}

.index_tianchuang_about_fl_fc2_li{
	width: 48%;
}

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

.index_tianchuang_about_fl_fc2_li_con{
	position: relative;
	padding-left: 28px;
}

.index_tianchuang_about_fl_fc2_li_ico{
	position: absolute;
	left: 0;
	top: 4px;
	width: 17px;
}

.index_tianchuang_about_fl_fc2_li_ico span{
	padding-top: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	display: block;
}

.index_tianchuang_about_fl_fc2_li_text{
	font-size: 17px;
	line-height: 25px;
	color: #ffffff;
}

.index_tianchuang_about_fl_fb{
	margin-top: 5.5%;
}

.index_tianchuang_about_fl_fb_links{
	min-width: 7.5rem;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	color: #2b318a;
	padding: 11px 20px;
	text-align: center;
	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;
}

.index_tianchuang_about_fl_fb_links:hover{
	color: #ffffff;
	background: #cc080c;
}

.index_tianchuang_about_fr{
	width: 50%;
	background: #ffffff;
}

.index_tianchuang_about_fr_con{
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

@media(max-width:1840px){
	.index_tianchuang_about_fl{
		padding-left: 0;
	}

	.index_tianchuang_about_fl_con{
		padding: 9%;
	}
}

@media(max-width:1660px){
	.index_tianchuang_about_fl_con{
		padding: 8% 50px;
	}
}

@media(max-width:1280px){
	.index_tianchuang_about_fl_con{
		padding: 8% 30px;
	}

	.index_tianchuang_about_fl_fc{
		font-size: 17px;
	}

	.index_tianchuang_about_fl_fc2_li_con{
		padding-left: 26px;
	}

	.index_tianchuang_about_fl_fc2_li_ico{
		width: 16px;
	}

	.index_tianchuang_about_fl_fc2_li_text{
		font-size: 16px;
		line-height: 24px;
	}

	.index_tianchuang_about_fl_fb_links{
		font-size: 15px;
		padding: 10px 15px;
	}
}

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

	.index_tianchuang_about_fl_con{
		padding: 4% 20px;
	}

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

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

	.index_tianchuang_about_fl_fc{
		font-size: 16px;
		margin-top: 2%;
	}

	.index_tianchuang_about_fl_fc2{
		margin-top: 2.5%;
	}

	.index_tianchuang_about_fl_fb{
		margin-top: 3%;
	}

	.index_tianchuang_about_fl_fb_links{
		min-width: auto;
	}

	.index_tianchuang_about_fr{
		width: 100%;
	}

	.index_tianchuang_about_fr_con{
		height: auto;
		padding-top: 68%;
	}
}

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

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

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

	.index_tianchuang_about_fl_fc{
		margin-top: 15px;
	}

	.index_tianchuang_about_fl_fc2{
		margin-top: 18px;
	}

	.index_tianchuang_about_fl_fc2_li{
		width: 100%;
	}

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

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

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

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

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

	.index_tianchuang_about_fl_fc{
		margin-top: 12px;
	}

	.index_tianchuang_about_fl_fc2{
		margin-top: 15px;
	}

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

/*Silver-plated copper wire*/
.index_tianchuang_silver_plated{
	padding: 5% 0;
}

.index_tianchuang_silver_plated_ft h3{
	font-size: 1.45rem;
	line-height: 1.5;
	color: #2b318a;
}

.index_tianchuang_silver_plated_ft h4{
	font-size: 1.7rem;
	line-height: 1.4;
	color: #000000;
	margin-top: 1px;
}

.index_tianchuang_silver_plated_fb{
	margin-top: 4%;
}

.index_tianchuang_silver_plated_fb_con{
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	-o-align-items: flex-start;
	align-items: flex-start;
}

.index_tianchuang_silver_plated_fb_fl{
	width: 31%;
}

.index_tianchuang_silver_plated_fb_fl_ft{
	font-size: 18px;
	line-height: 1.5;
	color: #222222;
}

.index_tianchuang_silver_plated_fb_fl_fb{
	font-size: 16px;
	line-height: 1.6;
	color: #767676;
	margin-top: 6%;
}

.index_tianchuang_silver_plated_fb_fc{
	position: relative;
	width: 35%;
	padding-left: 3%;
	padding-bottom: 3%;
}

.index_tianchuang_silver_plated_fb_fc::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 5;
	width: 45%;
	height: 75%;
	background: #2b318a;
}

.index_tianchuang_silver_plated_fb_fc_img{
	position: relative;
	z-index: 10;
	overflow: hidden;
}

.index_tianchuang_silver_plated_fb_fc_img img{
	width: 100%;
}

.index_tianchuang_silver_plated_fb_fc_wz{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 15;
	width: 45%;
	padding: 5.5% 8.5%;
	background: #2b318a;
}

.index_tianchuang_silver_plated_fb_fc_wz span{
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	color: #ffffff;
	text-align: center;
	display: block;
}

.index_tianchuang_silver_plated_fb_fr{
	max-width: 26%;
}

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

.index_tianchuang_silver_plated_fb_fr_li_ft{
	position: relative;
	font-size: 18px;
	font-weight: 700;
	line-height: 26px;
	color: #000000;
	padding-left: 18px;
}

.index_tianchuang_silver_plated_fb_fr_li_ft::before{
	content: '';
	position: absolute;
	left: 0;
	top: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #2b318a;
}

.index_tianchuang_silver_plated_fb_fr_li_fb{
	font-size: 16px;
	line-height: 1.6;
	color: #767676;
	padding-left: 18px;
	margin-top: 10px;
}

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

	.index_tianchuang_silver_plated_fb_fl_fb{
		font-size: 15px;
	}

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

	.index_tianchuang_silver_plated_fb_fr_li_ft{
		font-size: 17px;
		line-height: 25px;
	}

	.index_tianchuang_silver_plated_fb_fr_li_ft::before{
		width: 7px;
		height: 7px;
	}

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

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

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

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

	.index_tianchuang_silver_plated_fb{
		margin-top: 3%;
	}

	.index_tianchuang_silver_plated_fb_fl{
		width: 100%;
	}

	.index_tianchuang_silver_plated_fb_fl_ft{
		font-size: 16px;
	}

	.index_tianchuang_silver_plated_fb_fl_fb{
		margin-top: 2%;
	}

	.index_tianchuang_silver_plated_fb_fc{
		width: 48%;
		margin-top: 3%;
	}

	.index_tianchuang_silver_plated_fb_fc_wz{
		padding: 16px 6.2%;
	}

	.index_tianchuang_silver_plated_fb_fr{
		width: 48%;
		max-width: 100%;
		margin-top: 3%;
	}

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

	.index_tianchuang_silver_plated_fb_fr_li_ft{
		font-size: 16px;
		line-height: 24px;
		padding-left: 16px;
	}

	.index_tianchuang_silver_plated_fb_fr_li_ft::before{
		width: 6px;
		height: 6px;
	}

	.index_tianchuang_silver_plated_fb_fr_li_fb{
		padding-left: 16px;
	}
}

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

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

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

	.index_tianchuang_silver_plated_fb{
		margin-top: 20px;
	}

	.index_tianchuang_silver_plated_fb_fl_fb{
		margin-top: 15px;
	}

	.index_tianchuang_silver_plated_fb_fc{
		width: 100%;
		margin-top: 22px;
		padding-left: 22px;
		padding-bottom: 22px;
	}

	.index_tianchuang_silver_plated_fb_fc_wz{
		padding: 15px 22px;
	}

	.index_tianchuang_silver_plated_fb_fr{
		width: 100%;
		margin-top: 22px;
	}

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

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

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

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

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

	.index_tianchuang_silver_plated_fb{
		margin-top: 15px;
	}

	.index_tianchuang_silver_plated_fb_fl_fb{
		margin-top: 12px;
	}

	.index_tianchuang_silver_plated_fb_fc{
		margin-top: 18px;
		padding-left: 18px;
		padding-bottom: 18px;
	}

	.index_tianchuang_silver_plated_fb_fc_wz{
		padding: 12px 18px;
	}

	.index_tianchuang_silver_plated_fb_fr{
		margin-top: 18px;
	}

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

/*Industry application*/
.index_tianchuang_application{
	position: relative;
	overflow: hidden;
}

.index_tianchuang_application_img{
	overflow: hidden;
}

.index_tianchuang_application_img_li .img{
	overflow: hidden;
}

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

.index_tianchuang_application_text{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: rgba(0,0,0,0.1);
}

.index_tianchuang_application_text_mc{
	display: none;
}

.index_tianchuang_application_text_li{
	cursor: pointer;
	border-right: 1px solid rgba(255,255,255,0.8);
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
	-o-align-items: flex-end;
	align-items: flex-end;
}

.index_tianchuang_application_text_li:last-child{
	border-right-color: rgba(255,255,255,0);
}

.index_tianchuang_application_text_li_con{
	width: 100%;
	padding: 6% 7.5%;
	background: rgba(15,15,15,0.55);
	-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_tianchuang_application_text_li.active .index_tianchuang_application_text_li_con{
	padding: 10.5% 7.5%;
	background: #2b318a;
}

.index_tianchuang_application_text_li_ft{
	font-family: Arial;
	font-size: 3.2rem;
	font-weight: 600;
	line-height: 1;
	color: #ffffff;
}

.index_tianchuang_application_text_li_fc{
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 1.5;
	color: #ffffff;
	margin-top: 8px;
	-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_tianchuang_application_text_li.active .index_tianchuang_application_text_li_fc{
	margin-bottom: 10px;
}

.index_tianchuang_application_text_li_fb{
	font-size: 17px;
	line-height: 1.5;
	color: #ffffff;
	height: 0;
	opacity: 0;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.index_tianchuang_application_text_li.active .index_tianchuang_application_text_li_fb{
	opacity: 1;
}

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

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

@media(max-width:991px){
	.index_tianchuang_application_text_li_con{
		padding: 8% 9%;
	}

	.index_tianchuang_application_text_li.active .index_tianchuang_application_text_li_con{
		padding: 11% 9%;
	}

	.index_tianchuang_application_text_li_ft{
		font-size: 3rem;
	}

	.index_tianchuang_application_text_li_fc{
		font-size: 18px;
	}
}

@media(max-width:768px){
	.index_tianchuang_application_img{
		display: none;
	}

	.index_tianchuang_application_text{
		position: relative;
		height: auto;
	}

	.index_tianchuang_application_text_pc{
		display: none;
	}

	.index_tianchuang_application_text_mc{
		display: block;
	}

	.index_tianchuang_application_text_li{
		width: 50%!important;
		border-right-color: rgba(255,255,255,0.8);
		background: #2b318a;
	}

	.index_tianchuang_application_text_li:nth-child(2n){
		border-right-color: rgba(255,255,255,0);
	}

	.index_tianchuang_application_text_li:nth-child(n+3){
		border-top: 1px solid rgba(255,255,255,0.8);
	}

	.index_tianchuang_application_text_li_con{
		padding: 20px 18px!important;
		background: none;
	}

	.index_tianchuang_application_text_li.active .index_tianchuang_application_text_li_con{
		padding: 20px 18px;
	}

	.index_tianchuang_application_text_li_ft{
		font-size: 28px;
	}

	.index_tianchuang_application_text_li_fc{
		font-size: 17px;
		margin-top: 5px;
		margin-bottom: 8px;
	}

	.index_tianchuang_application_text_li.active .index_tianchuang_application_text_li_fc{
		margin-bottom: 8px;
	}

	.index_tianchuang_application_text_li_fb{
		height: auto!important;
		opacity: 1;
	}
}

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

	.index_tianchuang_application_text_li{
		width: 100%!important;
		border-right: 0!important;
	}

	.index_tianchuang_application_text_li:nth-child(n+2){
		border-top: 1px solid rgba(255,255,255,0.8);
	}
}

/*Company profile*/
.index_tianchuang_company{
	padding: 5% 0;
}

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

.index_tianchuang_company_ft_fl{
	position: relative;
	width: 55%;
	padding-right: 3.5%;
}

.index_tianchuang_company_ft_fl_img{
	overflow: hidden;
}

.index_tianchuang_company_ft_fl_img img{
	width: 100%;
}

.index_tianchuang_company_ft_fl_content{
	position: absolute;
	right: 0;
	top: 50%;
	width: 28.5%;
	padding: 5%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #2b318a;
}

.index_tianchuang_company_ft_fl_content_ft{
	width: 4.6rem;
	margin: 0 auto;
}

.index_tianchuang_company_ft_fl_content_ft span{
	padding-top: 100%;
	background-image: url(../images/img/index_company_img_ico.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	display: block;
}

.index_tianchuang_company_ft_fl_content_fc{
	font-family: Arial;
	font-size: 1.9rem;
	font-weight: 600;
	line-height: 1;
	color: #ffffff;
	margin-top: 14%;
}

.index_tianchuang_company_ft_fl_content_fb{
	font-size: 19px;
	font-weight: 600;
	line-height: 1.5;
	color: #ffffff;
	margin-top: 5px;
}

.index_tianchuang_company_ft_fr{
	width: 41%;
}

.index_tianchuang_company_ft_fr_ft h3{
	font-size: 1.45rem;
	line-height: 1.5;
	color: #2b318a;
}

.index_tianchuang_company_ft_fr_ft h4{
	font-size: 1.7rem;
	line-height: 1.3;
	color: #000000;
	margin-top: 1px;
}

.index_tianchuang_company_ft_fr_fc{
	font-size: 17px;
	line-height: 1.7;
	color: #767676;
	margin-top: 5%;
}

.index_tianchuang_company_ft_fr_fb{
	margin-top: 6%;
}

.index_tianchuang_company_ft_fr_fb_links{
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	color: #222222;
	padding: 13px 1.25rem;
	border: 2px solid #eaeaea;
	background: #fffdfc;
	-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_tianchuang_company_ft_fr_fb_links:hover{
	color: #ffffff;
	border-color: #2b318a;
	background: #2b318a;
}

.index_tianchuang_company_fb{
	margin-top: 4%;
	overflow: hidden;
}

.index_tianchuang_company_fb_li{
	cursor: pointer;
}

.index_tianchuang_company_fb_li .img{
	overflow: hidden;
}

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

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

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

	.index_tianchuang_company_ft_fr_fc{
		font-size: 16px;
		line-height: 1.6;
	}

	.index_tianchuang_company_ft_fr_fb_links{
		font-size: 15px;
		padding: 12px 20px;
	}
}

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

	.index_tianchuang_company_ft_fl{
		width: 100%;
		padding-right: 3%;
	}

	.index_tianchuang_company_ft_fl_content{
		width: 25%;
		padding: 3%;
	}

	.index_tianchuang_company_ft_fl_content_fc{
		margin-top: 10%;
	}

	.index_tianchuang_company_ft_fl_content_fb{
		font-size: 17px;
	}

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

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

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

	.index_tianchuang_company_ft_fr_fc{
		line-height: 1.5;
		margin-top: 2%;
	}

	.index_tianchuang_company_ft_fr_fb{
		margin-top: 3%;
	}

	.index_tianchuang_company_ft_fr_fb_links{
		padding: 11px 18px;
	}

	.index_tianchuang_company_fb{
		margin-top: 3%;
	}
}

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

	.index_tianchuang_company_ft_fl{
		padding-right: 20px;
	}

	.index_tianchuang_company_ft_fl_content{
		width: 28%;
		padding: 22px;
	}

	.index_tianchuang_company_ft_fl_content_ft{
		width: 50px;
	}

	.index_tianchuang_company_ft_fl_content_fc{
		font-size: 22px;
		margin-top: 12px;
	}

	.index_tianchuang_company_ft_fl_content_fb{
		font-size: 16px;
	}

	.index_tianchuang_company_ft_fr{
		margin-top: 22px;
	}

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

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

	.index_tianchuang_company_ft_fr_fc{
		margin-top: 15px;
	}

	.index_tianchuang_company_ft_fr_fb{
		margin-top: 22px;
	}

	.index_tianchuang_company_ft_fr_fb_links{
		padding: 10px 15px;
	}

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

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

	.index_tianchuang_company_ft_fl_content{
		width: 33%;
		padding: 18px;
	}

	.index_tianchuang_company_ft_fl{
		padding-right: 18px;
	}

	.index_tianchuang_company_ft_fl_content_ft{
		width: 45px;
	}

	.index_tianchuang_company_ft_fl_content_fc{
		font-size: 20px;
		margin-top: 10px;
	}

	.index_tianchuang_company_ft_fr{
		margin-top: 18px;
	}

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

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

	.index_tianchuang_company_ft_fr_fc{
		margin-top: 12px;
	}

	.index_tianchuang_company_ft_fr_fb{
		margin-top: 18px;
	}

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

/*Contact us*/
.index_tianchuang_contact{
	background: #f4f4f4;
}

.index_tianchuang_contact_nnn{
	padding: 5% 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #2b318a;
}

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

.index_tianchuang_contact_fl{
	/*width: 56%;*/
	width: 52%;
}

.index_tianchuang_contact_fl_ft{
	padding: 6% 8%;
	box-shadow: 0 1px 73px rgba(40,40,40,0.15);
	background: #ffffff;
}

.index_tianchuang_contact_fl_ft h3{
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.5;
	color: #000000;
}

.index_tianchuang_contact_fl_ft h4{
	font-size: 16px;
	line-height: 1.5;
	color: #767676;
	margin-top: 9px;
}

.index_tianchuang_contact_fl_fb{
	margin-top: 4%;
}

.index_tianchuang_contact_fl_fb li,.index_tianchuang_contact_fl_fb_submit{
	width: 48.5%;
	margin-right: 3%;
	border-radius: 4px;
	overflow: hidden;
	background: #ffffff;
}

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

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

.index_tianchuang_contact_fl_fb li input,.index_tianchuang_contact_fl_fb li textarea,.index_tianchuang_contact_fl_fb_submit input{
	font-size: 16px;
	line-height: 50px;
	color: #222222;
	width: 100%;
	height: 50px;
	padding: 0 15px;
	outline: none!important;
	border: 0;
	background: none;
	display: block;
}

.index_tianchuang_contact_fl_fb li input::-webkit-input-placeholder,.index_tianchuang_contact_fl_fb li textarea::-webkit-input-placeholder,.index_tianchuang_contact_fl_fb_submit input::-webkit-input-placeholder{
	color: #767676;
}

.index_tianchuang_contact_fl_fb_submit{
	margin-top: 3%;
	margin-right: 0;
	background: #cc080c;
}

.index_tianchuang_contact_fl_fb_submit input{
	color: #ffffff;
	cursor: pointer;
}

.index_tianchuang_contact_fr{
	/*width: 38%;*/
	width: 44%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.index_tianchuang_contact_fr_ft h3{
	font-size: 1.45rem;
	line-height: 1.5;
	color: #ffffff;
}

.index_tianchuang_contact_fr_ft h4{
	font-size: 1.7rem;
	line-height: 1.3;
	color: #ffffff;
	margin-top: 3px;
}

.index_tianchuang_contact_fr_fc{
	font-size: 18px;
	line-height: 1.5;
	color: #ffffff;
	margin-top: 7%;
}

.index_tianchuang_contact_fr_fb{
	margin-top: 7%;
}

.index_tianchuang_contact_fr_fb_li{
	width: 30.3%;
	margin-right: 4.55%;
}

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

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

.index_tianchuang_contact_fr_fb_li .img{
	width: 3.25rem;
}

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

.index_tianchuang_contact_fr_fb_li .wz{
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	color: #ffffff;
	margin-top: 12%;
}

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

	.index_tianchuang_contact_fl_fb li input,.index_tianchuang_contact_fl_fb li textarea,.index_tianchuang_contact_fl_fb_submit input{
		font-size: 15px;
		line-height: 45px;
		height: 45px;
	}

	.index_tianchuang_contact_fr_fc{
		font-size: 17px;
	}

	.index_tianchuang_contact_fr_fb_li .wz{
		font-size: 17px;
	}
}

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

	.index_tianchuang_contact_nnn{
		padding: 0;
		background: none!important;
	}

	.index_tianchuang_contact_nnn .max1700{
		padding: 0!important;
	}

	.index_tianchuang_contact_con{
		-webkit-flex-direction: column-reverse;
		-moz-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		-o-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.index_tianchuang_contact_fl{
		width: 100%;
		margin-top: -5%;
		padding: 0 20px;
	}

	.index_tianchuang_contact_fl_ft{
		padding: 3% 4%;
	}

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

	.index_tianchuang_contact_fl_fb{
		margin-top: 3%;
	}

	.index_tianchuang_contact_fr{
		width: 100%;
		padding: 4% 20px;
		padding-bottom: 9%;
		background-color: #2b318a;
	}

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

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

	.index_tianchuang_contact_fr_fc{
		font-size: 16px;
		margin-top: 2.5%;
	}

	.index_tianchuang_contact_fr_fb{
		margin-top: 3%;
	}

	.index_tianchuang_contact_fr_fb_li{
		width: 31.6%;
		margin-right: 2.6%;
	}

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

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

	.index_tianchuang_contact_fr_fb_li .wz{
		font-size: 16px;
		margin-top: 7%;
	}
}

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

	.index_tianchuang_contact_fl{
		margin-top: -40px;
		padding: 0 15px;
	}

	.index_tianchuang_contact_fl_ft{
		padding: 20px 22px;
	}

	.index_tianchuang_contact_fl_ft h3{
		font-size: 17px;
	}

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

	.index_tianchuang_contact_fl_fb{
		margin-top: 22px;
	}

	.index_tianchuang_contact_fl_fb li:nth-child(n+3){
		margin-top: 22px;
	}

	.index_tianchuang_contact_fl_fb li input,.index_tianchuang_contact_fl_fb li textarea,.index_tianchuang_contact_fl_fb_submit input{
		padding: 0 12px;
	}

	.index_tianchuang_contact_fl_fb_submit{
		margin-top: 22px;
	}

	.index_tianchuang_contact_fr{
		padding: 30px 15px;
		padding-bottom: 70px;
	}

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

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

	.index_tianchuang_contact_fr_fc{
		margin-top: 15px;
	}

	.index_tianchuang_contact_fr_fb{
		margin-top: 20px;
	}

	.index_tianchuang_contact_fr_fb_li .img{
		width: 38px;
	}

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

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

	.index_tianchuang_contact_fl{
		margin-top: -35px;
	}

	.index_tianchuang_contact_fl_ft{
		padding: 18px 20px;
	}

	.index_tianchuang_contact_fl_fb{
		margin-top: 18px;
	}

	.index_tianchuang_contact_fl_fb li,.index_tianchuang_contact_fl_fb_submit{
		width: 100%;
		margin-right: 0!important;
	}

	.index_tianchuang_contact_fl_fb li:nth-child(n+2){
		margin-top: 18px;
	}

	.index_tianchuang_contact_fl_fb li input,.index_tianchuang_contact_fl_fb li textarea,.index_tianchuang_contact_fl_fb_submit input{
		padding: 0 10px;
	}

	.index_tianchuang_contact_fl_fb_submit{
		margin-top: 18px;
	}

	.index_tianchuang_contact_fr{
		padding: 25px 15px;
		padding-bottom: 60px;
	}

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

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

	.index_tianchuang_contact_fr_fc{
		margin-top: 12px;
	}

	.index_tianchuang_contact_fr_fb{
		margin-top: 18px;
	}

	.index_tianchuang_contact_fr_fb_li .img{
		width: 34px;
	}

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

/*News updates*/
.index_tianchuang_news{
	padding: 5% 0;
}

.index_tianchuang_news_ft{
	position: relative;
	text-align: center;
	padding-bottom: 15px;
}

.index_tianchuang_news_ft::before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 2rem;
	height: 3px;
	background: #2b318a;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.index_tianchuang_news_ft h3{
	font-size: 1.45rem;
	line-height: 1.5;
	color: #2b318a;
}

.index_tianchuang_news_ft h4{
	font-size: 1.7rem;
	line-height: 1.3;
	color: #000000;
	margin-top: 3px;
}

.index_tianchuang_news_fc{
	font-size: 17px;
	line-height: 1.5;
	color: #9b9b9b;
	margin-top: 2.5%;
	text-align: center;
}

.index_tianchuang_news_fb{
	margin-top: 3.25%;
}

.index_tianchuang_news_fb_con{
	overflow: hidden;
}

.index_tianchuang_news_fb_li .img{
	overflow: hidden;
}

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

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

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

.index_tianchuang_news_fb_li .wz .wz_ft{
	font-size: 15px;
	line-height: 1.5;
	color: #616161;
}

.index_tianchuang_news_fb_li .wz .wz_ft span{
	color: #2b318a;
	margin-left: 10px;
}

.index_tianchuang_news_fb_li .wz .wz_fc{
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	color: #000000;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.index_tianchuang_news_fb_li:hover .wz .wz_fc{
	color: #2b318a;
}

.index_tianchuang_news_fb_li .wz .wz_fb{
	font-size: 17px;
	line-height: 1.5;
	color: #767676;
	height: 4.5em;
	margin-top: 12px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.index_tianchuang_news_fb_li .wz .wz_links{
	margin-top: 15px;
}

.index_tianchuang_news_fb_li .wz .wz_links span{
	position: relative;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	color: #222222;
	padding-right: 18px;
	-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_tianchuang_news_fb_li:hover .wz .wz_links span{
	color: #2b318a;
}

.index_tianchuang_news_fb_li .wz .wz_links span::before{
	content: '';
	position: absolute;
	right: 15px;
	top: 50%;
	width: 13px;
	height: 13px;
	opacity: 0;
	background-image: url(../images/img/index_product_more_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%);
	-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_tianchuang_news_fb_li:hover .wz .wz_links span::before{
	right: 0;
	opacity: 1;
}

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

	.index_tianchuang_news_fb_li .wz .wz_ft{
		font-size: 14px;
	}

	.index_tianchuang_news_fb_li .wz .wz_ft span{
		margin-left: 8px;
	}

	.index_tianchuang_news_fb_li .wz .wz_fc{
		font-size: 17px;
		margin-top: 8px;
	}

	.index_tianchuang_news_fb_li .wz .wz_fb{
		font-size: 16px;
		margin-top: 10px;
	}

	.index_tianchuang_news_fb_li .wz .wz_links{
		margin-top: 12px;
	}

	.index_tianchuang_news_fb_li .wz .wz_links span{
		font-size: 15px;
	}

	.index_tianchuang_news_fb_li .wz .wz_links span::before{
		width: 12px;
		height: 12px;
	}
}

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

	.index_tianchuang_news_ft{
		padding-bottom: 12px;
	}

	.index_tianchuang_news_ft::before{
		width: 30px;
	}

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

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

	.index_tianchuang_news_fb{
		margin-top: 3%;
	}

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

	.index_tianchuang_news_fb_li .wz .wz_fc{
		font-size: 16px;
	}

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

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

	.index_tianchuang_news_ft::before{
		width: 28px;
		height: 2px;
	}

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

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

	.index_tianchuang_news_fc{
		margin-top: 18px;
	}

	.index_tianchuang_news_fb{
		margin-top: 22px;
	}

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

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

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

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

	.index_tianchuang_news_fc{
		margin-top: 15px;
	}

	.index_tianchuang_news_fb{
		margin-top: 18px;
	}

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

/*Footer*/
.pc_footer{
	background: #161616;
}

.pc_footer_ft{
	padding: 4% 0;
}

.pc_footer_ft_fl{
	max-width: 34%;
}

.pc_footer_ft_fl_ft{
	width: 100%;
}

.pc_footer_ft_fl_ft img{
	max-width: 100%;
	max-height: 52px;
	display: block;
}

.pc_footer_ft_fl_fb{
	font-size: 16px;
	line-height: 1.6;
	color: #767676;
	margin-top: 1.7rem;
}

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

.pc_footer_ft_fr{
	width: 62%;
	max-width: 720px;
}

.pc_footer_ft_fr_li{
	max-width: 23.5%;
}

.pc_footer_ft_fr_li_ft{
	font-size: 0;
}

.pc_footer_ft_fr_li_ft a{
	font-size: 17px;
	font-weight: 600;
	line-height: 1.5;
	color: #ffffff;
	display: inline-block;
}

.pc_footer_ft_fr_li_fb{
	margin-top: 0.85rem;
}

.pc_footer_ft_fr_li_fb_li{
	font-size: 0;
}

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

.pc_footer_ft_fr_li_fb_li a{
	font-size: 16px;
	line-height: 1.6;
	color: #767676;
	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_fr_li_fb_li a:hover{
	color: #ffffff;
}

.pc_footer_fb{
	font-size: 16px;
	line-height: 1.8;
	color: #767676;
	padding: 1.9% 0;
	border-top: 2px solid #212121;
}

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

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

.pc_footer_fb_fl,.pc_footer_fb_fr{
	max-width: 48.5%;
}

@media(max-width:1280px){
	.pc_footer_ft_fl_fb{
		font-size: 15px;
		margin-top: 1.5rem;
	}

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

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

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

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

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

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

	.pc_footer_ft_fl_ft img{
		max-height: 48px;
	}

	.pc_footer_ft_fr{
		width: 100%;
		margin-top: 3%;
		display: none;
	}

	.pc_footer_fb{
		padding: 20px 0;
	}

	.pc_footer_fb_fl,.pc_footer_fb_fr{
		width: 100%;
		max-width: 100%;
	}
}

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

	.pc_footer_ft_fl_ft img{
		max-height: 45px;
	}

	.pc_footer_ft_fl_fb{
		margin-top: 15px;
	}

	.pc_footer_ft_fr{
		margin-top: 22px;
	}

	.pc_footer_ft_fr_li_fb{
		margin-top: 10px;
	}

	.pc_footer_fb{
		padding: 18px 0;
	}
}

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

	.pc_footer_ft_fl_ft img{
		max-height: 42px;
	}

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