/*MC header*/
.mc_header{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	width: 100%;
	height: 61px;
	padding: 0 20px;
	border-bottom: 1px solid #eeeeee;
	background: #ffffff;
	display: none;
}

.mc_header_con{
	height: 60px;
	overflow: hidden;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.mc_logo{
	width: 100%;
	height: 60px;
	line-height: 60px;
	padding: 0 40px;
	margin: 0 -40px;
	text-align: center;
	float: left;
}

.mc_logo img{
	width: auto;
	max-width: 90%;
	max-height: 35px;
}

.mc_nav{
	position: relative;
	z-index: 90;
	width: 30px;
	height: 30px;
	overflow: hidden;
	float: left;
	cursor: pointer;
}

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

.mc_nav span:nth-child(1){
	position: absolute;
	top: 5px;
	left: 0;
	-webkit-transform-origin: 7.5%;
	-moz-transform-origin: 7.5%;
	-ms-transform-origin: 7.5%;
	-o-transform-origin: 7.5%;
	transform-origin: 7.5%;
}

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

.mc_nav span:nth-child(3){
	position: absolute;
	bottom: 5px;
	left: 0;
	-webkit-transform-origin: 7.5%;
	-moz-transform-origin: 7.5%;
	-ms-transform-origin: 7.5%;
	-o-transform-origin: 7.5%;
	transform-origin: 7.5%;
}

.mc_nav.click span:nth-child(1){
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.mc_nav.click span:nth-child(2){
	opacity: 0;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}

.mc_nav.click span:nth-child(3){
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.mc_sousuo{
	position: relative;
	z-index: 99;
	width: 30px;
	height: 30px;
	overflow: hidden;
	float: left;
	background-image: url(../images/header_mc_search_ico.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 22px auto;
}

.mc_nav_con{
	position: fixed;
	top: 61px;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	padding: 20px;
	padding-top: 60px;
	margin-top: -60px;
	background: #000000;
	display: none;
}

.mc_nav_con ul{
	height: 100%;
	padding-top: 20px;
	overflow: hidden;
	overflow-y: auto;
}

.mc_nav_con ul>li{
	position: relative;
	border-bottom: 1px solid #2b2b2b;
}

.mc_nav_con ul>li>a{
	font-size: 16px;
	line-height: 50px;
	color: #ffffff;
	padding-right: 50px;
	display: block;
}

.mc_nav_con ul>li>span{
	position: absolute;
	right: 0;
	top: 17px;
	z-index: 99;
	width: 16px;
	height: 16px;
	background-image: url(../images/header_mc_arrow_ico.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.mc_nav_con ul>li>span.click{
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.mc_nav_erji{
	background: #1e1e1e;
	display: none;
}

.mc_nav_erji .mc_nav_erji_li{
	border-top: 1px dashed #2b2b2b;
}

.mc_nav_erji .mc_nav_erji_li:nth-child(1){
	border-top: 0px dashed #2b2b2b;
}

.mc_nav_sanji_li{
	padding-left: 15px;
	border-top: 1px dashed #2b2b2b;
}

.mc_nav_siji_li{
	padding-left: 15px;
	border-top: 1px dashed #2b2b2b;
}

.mc_nav_wuji_li{
	padding-left: 15px;
	border-top: 1px dashed #2b2b2b;
}

.mc_nav_erji a{
	font-size: 15px;
	line-height: 40px;
	color: #ffffff;
	padding: 0 15px;
	display: block;
}

.mc_sousuo_con{
	position: fixed;
	top: 60px;
	left: 0;
	z-index: 9999;
	width: 100%;
	font-size: 0;
	overflow: hidden;
	background: #e7321f;
	display: none;
}

.mc_sousuo_con_fl{
	width: 99%;
	padding-right: 50px;
	margin-right: -50px;
}

.mc_sousuo_con_shuru{
	position: relative;
	z-index: 99;
	width: 100%;
	height: 45px;
	font-size: 16px;
	line-height: 45px;
	color: #ffffff;
	padding: 0 20px!important;
	border: 0;
	outline: none;
	background: none;
}

.mc_sousuo_con_shuru:focus{
	border-right-color: #ffffff!important;
}

.mc_sousuo_con_shuru::-webkit-input-placeholder,.mc_sousuo_con_shuru::placeholder{
	color: #ffffff;
}

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

.mc_sousuo_con_tijiao{
	width: 50px;
	height: 45px;
	float: right;
	border: 0!important;
	outline: none;
	border-left: 1px solid #ffffff!important;
	background-image: url(../images/header_mc_search_white_ico.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 22px;
	background-color: #e7321f;
}

@media(max-width:991px){
	.mc_header{
		display: block;
	}
}

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

	.mc_nav_con{
		padding-left: 15px;
		padding-right: 15px;
	}
}

/*Floating sidebar*/
#toolbar{
	position: fixed;
	right: 8px;
	bottom: 10%;
	z-index: 9999;
}

#toolbar li{
	position: relative;
	right: 0;
	font-size: 0;
	width: 55px;
	height: 55px;
	margin-bottom: 3px;
	cursor: pointer;
}

#toolbar li a{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9;
	font-size: 0;
	width: 55px;
	height: 55px;
	white-space: nowrap;
	overflow: hidden;
	background: #292e39;
	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;
}

#toolbar li .icon-font_i{
	display: inline-block;
	vertical-align: middle;
	width: 55px;
	height: 55px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 24px;
	background-color: #d9d9d9;
}

#toolbar li .icon-phone{
	background-image: url(../images/pc_sidebar_phone_black_ico.png);
}

#toolbar li .icon-ewm{
	background-image: url(../images/pc_sidebar_qrcode_black_ico.png);
}

#toolbar li .icon-message{
	background-image: url(../images/pc_sidebar_message_black_ico.png);
}

#toolbar li .icon-top{
	background-image: url(../images/pc_sidebar_backtop_black_ico.png);
}

#toolbar li .wz{
	font-size: 14px;
	line-height: 55px;
	color: #ffffff;
	padding-left: 10px;
	vertical-align: middle;
	display: inline-block;
}

#toolbar li.ewm .ewm-box{
	position: absolute;
	right: 120%;
	bottom: 0;
	z-index: 1;
	width: 110px;
	padding: 5px;
	opacity: 0;
	visibility: hidden;
	background: #292e39;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(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;
}

#toolbar li.ewm .ewm-box img{
	max-width: 100%;
}

#toolbar li.ewm .ewm-box:after{
	content: '';
	position: absolute;
	right: -5px;
	bottom: 20px;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
	border-width: 5px;
	overflow: hidden;
	cursor: pointer;
	border-style: dashed dashed dashed solid;
	border-color: transparent transparent transparent #292e39;
	border-right: none;
}

#toolbar li.ewm:hover .ewm-box{
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

#toolbar li.backtop .iconfont{
	color: #ffffff;
	background-color: #292e39;
}

#toolbar li:hover a{
	width: 220px;
}

#toolbar li:hover .icon-font_i{
	background-color: #292e39;
}

#toolbar li:hover .icon-phone{
	background-image: url(../images/pc_sidebar_phone_white_ico.png);
}

#toolbar li:hover .icon-ewm{
	background-image: url(../images/pc_sidebar_qrcode_white_ico.png);
}

#toolbar li:hover .icon-message{
	background-image: url(../images/pc_sidebar_message_white_ico.png);
}

#toolbar li:hover .icon-top{
	background-image: url(../images/pc_sidebar_backtop_white_ico.png);
}

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

/*Internal banner*/
.pages_banner{
	position: relative;
	z-index: 10;
}

.pages_banner_search{
	margin-bottom: 4%;
}

.pages_banner_img{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

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

.pages_banner_position{
	position: absolute;
	left: 0;
	bottom: 8%;
	z-index: 5;
	font-size: 16px;
	line-height: 1.7;
	color: #ffffff;
	width: 100%;
}

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

.pages_banner_position a{
	color: #ffffff;
}

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

.pages_banner_wz{
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 5;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.pages_banner_wz_ft{
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.5;
	color: #ffffff;
}

@media(max-width:1280px){
	.pages_banner_position{
		font-size: 15px;
		line-height: 1.6;
	}

	.pages_banner_position h3{
		font-size: 15px;
	}
}

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

	.pages_banner_search{
		margin-bottom: 0;
	}

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

@media(max-width:768px){
	.pages_banner_position{
		bottom: 15px;
	}

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

@media(max-width:468px){
	.pages_banner_position{
		bottom: 12px;
	}

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

/*Inner Page Navigation*/
.pages_inner_nav{
	margin: 3.5% 0;
}

.pages_inner_nav ul{
	font-size: 0;
	text-align: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

.pages_inner_nav ul>li{
	position: relative;
	width: 20%;
	max-width: 260px;
	margin: 5px 0;
	display: inline-block;
}

.pages_inner_nav ul>li>a{
	font-size: 17px;
	line-height: 60px;
	color: #4f4f52;
	padding: 0 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #f2f2f2;
	display: block;
	border-right: 1px solid #dddddd;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.pages_inner_nav ul>li:nth-child(6n)>a{
	border-right-color: rgba(0,0,0,0);
}

.pages_inner_nav ul>li:last-child>a{
	border-right-color: rgba(0,0,0,0);
}

.pages_inner_nav ul>li>a.active,.pages_inner_nav ul>li:hover>a{
	color: #ffffff;
	border-color: #e7321f;
	background: #e7321f;
}

.pages_inner_nav_erji{
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 99;
	width: 100%;
	background: #f7f7f7;
	display: none;
}

.pages_inner_nav_erji_li a{
	font-size: 16px;
	line-height: 1.6;
	color: #818181;
	padding: 10px 0;
	border-top: 1px dashed #cccccc;
	display: block;
}

.pages_inner_nav_erji_li a:hover,.pages_inner_nav_erji_li a.active{
	color: #e7321f;
}

.pages_inner_nav_erji_li:nth-child(1) a{
	border-top: 0;
}

.pages_inner_nav ul>li:hover .pages_inner_nav_erji{
	display: block;
}

@media(max-width:1366px){
	.pages_inner_nav ul>li>a{
		font-size: 16px;
		line-height: 50px;
	}
}

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

@media(max-width:991px){
	.pages_inner_nav{
		display: none;
	}
}

/*Inner page box*/
.pages_inner_main_box{
	padding-bottom: 4%;
}

.pages_inner_main_box_right{
	width: 100%;
	padding-left: 0;
	margin-left: 0;
}

.pages_inner_main_single{
	font-size: 16px;
	line-height: 1.7;
	color: #333333;
}

.pages_inner_main_single img{
	max-width: 100%!important;
	height: auto!important;
}

.pages_inner_main_table_frame table{
	width: 100%;
	margin: 0 auto;
	border-color: #dcdcdc;
}

.pages_inner_main_table_frame table td{
	padding: 5px 10px;
}

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

	.pages_inner_main_box_right{
		width: 100%;
		padding-left: 0;
		margin-left: 0;
	}
}

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

	.pages_inner_main_table_frame{
		overflow: scroll;
	}

	.pages_inner_main_table_frame table{
		width: 738px;
	}

	.pages_inner_main_table_frame table td{
		padding: 5px 8px;
	}
}

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

	.pages_inner_main_table_frame table td{
		padding: 5px;
	}
}

/*Left sidebar navigation*/
.pages_inner_main_box_left_box{
	position: relative;
	z-index: 80;
	width: 280px;
	float: left;
	display: none;
}

.pages_inner_main_left_closebtn{
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 999;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 1px solid #ffffff;
	cursor: pointer;
	background-image: url(../images/pages_inner_main_left_closebtn_ico.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px;
	display: none;
}

.pages_inner_main_box_left_module_box{
	margin-bottom: 20px;
}

.pages_inner_main_box_left_module_title{
	position: relative;
	padding: 15px 20px;
	background: #e7321f;
}

.pages_inner_main_box_left_module_title h3{
	position: relative;
	z-index: 9;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.55;
	color: #ffffff;
	text-align: left;
}

.pages_inner_main_box_left_module_title span{
	position: relative;
	font-family: 'Arial';
	font-size: 15px;
	font-weight: normal;
	color: rgba(255,255,255,0.6);
	vertical-align: middle;
	display: inline-block;
}

.pages_inner_main_box_left_module_title span::before{
	content: '/';
	margin: 0 6px;
}

.pages_inner_main_box_left_module_information{
	border: 1px solid #dddddd;
	border-top: none;
}

.pages_inner_main_left_navigation>li{
	position: relative;
	border-bottom: 1px solid #dddddd;
}

.pages_inner_main_left_navigation>li:last-child{
	border-bottom: none;
}

.pages_inner_main_left_navigation>li>a{
	font-size: 16px;
	line-height: 1.625;
	color: #333333;
	padding: 15px 45px 15px 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

.pages_inner_main_left_navigation>li:hover>a,.pages_inner_main_left_navigation>li>a.active{
	color: #e7321f;
}

.pages_inner_main_left_navigation>li .pages_inner_main_left_navigation_firstclickbtn{
	position: absolute;
	top: 13px;
	right: 15px;
	z-index: 99;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	background-image: url(../images/pages_inner_main_left_navigation_arrow_ico.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 15px;
	-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;
}

.pages_inner_main_left_navigation>li .pages_inner_main_left_navigation_firstclickbtn.cur{
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.pages_inner_main_left_navigation .pages_inner_main_left_navigation_children{
	padding: 0 10px;
	display: none;
}

.pages_inner_main_left_navigation .pages_inner_main_left_navigation_children .pages_inner_main_left_navigation_children_li{
	border-top: 1px dashed #dddddd;
}

.pages_inner_main_left_navigation .pages_inner_main_left_navigation_children .pages_inner_main_left_navigation_children_li>a{
	font-size: 16px;
	line-height: 1.5;
	color: #888888;
	padding: 13px 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

.pages_inner_main_left_navigation .pages_inner_main_left_navigation_children .pages_inner_main_left_navigation_children_li>a:hover,.pages_inner_main_left_navigation .pages_inner_main_left_navigation_children .pages_inner_main_left_navigation_children_li>a.active{
	color: #e7321f;
}

.pages_inner_main_left_navigation .pages_inner_main_left_navigation_thirdcolumn>li>a{
	font-size: 15px;
	line-height: 1.5;
	color: #999999;
	padding: 10px 15px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

.pages_inner_main_left_navigation .pages_inner_main_left_navigation_thirdcolumn>li>a:hover,.pages_inner_main_left_navigation .pages_inner_main_left_navigation_thirdcolumn>li>a.active{
	color: #e7321f;
}

.pages_inner_main_left_latest_news{
	padding: 10px 0;
}

.pages_inner_main_left_latest_news li{
	padding: 8px 20px;
}

.pages_inner_main_left_latest_news li a{
	font-size: 15px;
	line-height: 1.5;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

.pages_inner_main_left_latest_news li a:hover{
	color: #e7321f;
}

.pages_inner_main_left_latest_news li a:before{
	content: '+';
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5;
	color: #666666;
	margin-right: 5px;
}

.pages_inner_main_left_latest_news li a:hover:before{
	color: #e7321f;
}

.pages_inner_main_left_contact_information{
	padding: 10px 0 0;
}

.pages_inner_main_left_contact_information h4{
	font-size: 17px;
	line-height: 1.5;
	color: #333333;
	padding: 5px 20px 15px;
}

.pages_inner_main_left_contact_box_information p{
	position: relative;
	font-size: 15px;
	line-height: 1.5;
	color: #666666;
	padding: 15px 20px;
	border-top: 1px solid #dddddd;
}

.pages_inner_main_left_message img{
	width: 100%;
}

.pages_inner_main_left_mobiletool{
	position: fixed;
	right: 5px;
	bottom: 100px;
	z-index: 9999;
	display: none;
}

.pages_inner_main_left_mobiletool li{
	position: relative;
	width: 40px;
	height: 40px;
	margin-bottom: 1px;
	cursor: pointer;
}

.pages_inner_main_left_mobiletool li:last-child{
	margin-bottom: 0;
}

.pages_inner_main_left_mobiletool li:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #e7321f;
	opacity: 0.7;
}

.pages_inner_main_left_mobiletool li i{
	position: relative;
	z-index: 50;
	width: 100%;
	height: 100%;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 22px;
}

.pages_inner_main_left_mobiletool li .icon-dots-horizontal{
	background-image: url(../images/pages_inner_main_left_horizontal_ico.png);
}

.pages_inner_main_left_mobiletool li .icon-top{
	background-image: url(../images/pc_sidebar_backtop_white_ico.png);
}

@media(max-width:991px){
	.pages_inner_main_mobile_menu_click{
		position: fixed;
		top: 0;
		left: 100%;
		z-index: 999999;
		width: 100vw;
		height: 100vh;
		overflow-y: scroll;
		background: rgba(0,0,0,0.7);
		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;
	}

	.pages_inner_main_mobile_menu_click.click{
		left: 0;
	}

	.pages_inner_main_mobile_menu_click .pages_inner_main_left_closebtn{
		display: block;
	}

	.pages_inner_main_mobile_menu_click .pages_inner_main_box_left_box_con{
		min-height: 90vh;
		padding: 8vh 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-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;
	}

	.pages_inner_main_mobile_menu_click .pages_inner_main_box_left_box_con .pages_inner_main_left_navigation_box{
		width: 92%;
		margin-bottom: 0;
		background: #ffffff;
	}

	.pages_inner_main_left_navigation .pages_inner_main_left_navigation_thirdcolumn{
		display: block;
	}

	.pages_inner_main_mobile_menu_click .pages_inner_main_left_news_box,.pages_inner_main_mobile_menu_click .pages_inner_main_left_contact_box,.pages_inner_main_mobile_menu_click .pages_inner_main_left_message{
		display: none;
	}

	.pages_inner_main_left_mobiletool{
		display: block;
	}
}

/*Company profile*/
.ny_about_1{
	margin-bottom: 4%;
}

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

.ny_about_1_fb_fl{
	width: 48%;
	border-radius: 8px;
	overflow: hidden;
}

.ny_about_1_fb_fl .img{
	overflow: hidden;
	cursor: pointer;
}

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

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

.ny_about_1_fb_fr{
	width: 48%;
}

.ny_about_1_fb_fr_ft{
	position: relative;
}

.ny_about_1_fb_fr_ft h3{
	position: absolute;
	left: 0;
	top: 50%;
	font-size: 1.7rem;
	line-height: 1.4;
	color: #333333;
	padding-bottom: 1.5%;
	border-bottom: 2px solid #e7321f;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ny_about_1_fb_fr_ft h4{
	font-family: 'Arial';
	font-size: 5.75rem;
	font-weight: bold;
	line-height: 0.85;
	color: transparent;
	text-align: left;
	text-indent: 0;
	-webkit-text-stroke: 1px rgba(0,0,0,0.4);
	-moz-text-stroke: 1px rgba(0,0,0,0.4);
	-ms-text-stroke: 1px rgba(0,0,0,0.4);
	-o-text-stroke: 1px rgba(0,0,0,0.4);
	text-stroke: 1px rgba(0,0,0,0.4);
}

.ny_about_1_fb_fr_fc{
	font-size: 16px;
	line-height: 1.7;
	color: #666666;
	margin-top: 2.5%;
}

.ny_about_1_fb_fr_fc p:nth-child(n+2){
	margin-top: 1.5%;
}

.ny_about_2{
	padding: 4% 0;
	background-color: #f9f9f9;
}

.ny_about_2_ft h3{
	font-size: 1.7rem;
	line-height: 1.5;
	color: #333333;
}

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

.ny_about_2_fb{
	margin-top: 3%;
}

.ny_about_2_fb ul{
	overflow: hidden;
}

.ny_about_2_fb li{
	width: 23.8%;
	margin-right: 1.6%;
	border-radius: 8px;
	float: left;
	overflow: hidden;
	cursor: pointer;
}

.ny_about_2_fb li:nth-child(4n){
	margin-right: 0;
}

.ny_about_2_fb li:nth-child(n+5){
	margin-top: 1.6%;
}

.ny_about_2_fb li .img{
	border: 1px solid #dddddd;
	border-radius: 8px;
	overflow: hidden;
}

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

.ny_about_2_fb li:hover .img img{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

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

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

@media(max-width:1280px){
	.ny_about_1_fb_fr_ft h3{
		font-size: 26px;
		padding-bottom: 8px;
	}

	.ny_about_1_fb_fr_fc{
		line-height: 1.5;
	}

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

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

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

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

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

	.ny_about_1_fb_fr{
		width: 100%;
	}

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

	.ny_about_1_fb_fr_ft h4{
		font-size: 70px;
	}

	.ny_about_1_fb_fr_fc{
		margin-top: 10px;
	}

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

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

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

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

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

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

	.ny_about_1_fb_fl{
		margin-top: 22px;
	}

	.ny_about_1_fb_fr_ft h3{
		font-size: 22px;
		padding-bottom: 5px;
	}

	.ny_about_1_fb_fr_ft h4{
		font-size: 68px;
	}

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

	.ny_about_2{
		padding: 30px 0;
	}

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

	.ny_about_2_ft h4{
		font-size: 16px;
		margin-top: 8px;
	}

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

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

	.ny_about_1_fb_fl{
		margin-top: 18px;
	}

	.ny_about_1_fb_fr_ft h4{
		font-size: 6rem;
	}

	.ny_about_2{
		padding: 25px 0;
	}

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

/*Corporate culture*/
.page_philosophy{
	padding-bottom: 4%;
}

.page_philosophy_li{
	background-color: #f2f2f2;
}

.page_philosophy_li:nth-child(2n){
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-o-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.page_philosophy_li_fl,.page_philosophy_li_fr{
	width: 50%;
}

.page_philosophy_li_fl img{
	width: 100%;
}

.page_philosophy_li_fl .img_con{
	padding: 25% 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.page_philosophy_li_fr{
	padding: 3.5%;
}

.page_philosophy_li_fr h3{
	position: relative;
	font-size: 1.6rem;
	line-height: 1.4;
	color: #333333;
	padding-bottom: 1rem;
}

.page_philosophy_li_fr h3::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 3.2rem;
	height: 3px;
	background: #e7321f;
}

.page_philosophy_li_fr h4{
	font-size: 17px;
	line-height: 1.7;
	color: #666666;
	margin-top: 2.5%;
}

@media(max-width:1280px){
	.page_philosophy_li_fr h3{
		font-size: 24px;
		padding-bottom: 15px;
	}

	.page_philosophy_li_fr h3::before{
		width: 48px;
	}

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

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

	.page_philosophy_li_fl,.page_philosophy_li_fr{
		width: 100%;
	}

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

	.page_philosophy_li_fl .img_con{
		min-height: auto!important;
	}

	.page_philosophy_li_fr{
		padding: 3%;
	}

	.page_philosophy_li_fr h3{
		font-size: 22px;
		padding-bottom: 12px;
	}

	.page_philosophy_li_fr h3::before{
		width: 44px;
	}

	.page_philosophy_li_fr h4{
		line-height: 1.6;
		margin-top: 10px;
	}
}

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

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

	.page_philosophy_li_fr{
		padding: 20px;
	}

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

	.page_philosophy_li_fr h3::before{
		width: 40px;
		height: 2px;
	}
}

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

	.page_philosophy_li_fr{
		padding: 18px;
	}
}

/*Product center*/
.innerpage_product_list{
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
	-o-align-items: flex-end;
	align-items: flex-end;
}

.innerpage_product_list_li{
	width: 31.5%;
	margin-right: 2.75%;
	text-align: center;
	vertical-align: bottom;
	display: inline-block;
}

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

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

.innerpage_product_list_li a{
	padding: 12px;
	border: 1px solid #dddddd;
	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;
}

.innerpage_product_list_li:hover a{
	border-color: #e7321f;
}

.innerpage_product_list_li .img{
	overflow: hidden;
	background-color: #f2f2f2;
}

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

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

.innerpage_product_list_li .wz h3{
	font-size: 17px;
	line-height: 1.6;
	color: #333333;
	padding-top: 12px;
	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;
}

.innerpage_product_list_li:hover .wz h3{
	color: #e7321f;
}

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

@media(max-width:768px){
	.innerpage_product_list_li{
		width: 48.5%;
		margin-right: 3%;
	}

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

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

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

	.innerpage_product_list_li a{
		padding: 10px;
	}

	.innerpage_product_list_li .wz h3{
		font-size: 15px;
		padding-top: 10px;
	}
}

@media(max-width:468px){
	.innerpage_product_list_li{
		width: 48%;
		margin-right: 4%;
	}

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

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

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

/*Pagination*/
.internal_page_pager{
	font-size: 0;
	margin-top: 2.5%;
	text-align: center;
}

.internal_page_pager li{
	font-size: 15px;
	line-height: 20px;
	color: #333333;
	margin: 5px;
	cursor: pointer;
	display: inline-block;
}

.internal_page_pager li a,.internal_page_pager li span{
	min-width: 30px;
	color: #333333;
	padding: 4px 8px;
	border: 1px solid #dddddd;
	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;
}

.internal_page_pager li.active a,.internal_page_pager li:hover a,.internal_page_pager li .current,.internal_page_pager li:hover span{
	color: #ffffff;
	background: #e7321f;
	border-color: #e7321f;
}

@media(max-width:768px){
	.internal_page_pager{
		margin-top: 18px;
	}

	.internal_page_pager li{
		font-size: 14px;
		line-height: 18px;
	}

	.internal_page_pager li a,.internal_page_pager li span{
		min-width: 28px;
	}
}

@media(max-width:468px){
	.internal_page_pager{
		margin-top: 15px;
	}

	.internal_page_pager li{
		margin: 3px;
	}

	.internal_page_pager li a,.internal_page_pager li span{
		padding: 4px 5px;
	}
}

/*Product details*/
.innerpage_product_datlas_atlas{
	overflow: hidden;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	-o-align-items: flex-start;
	align-items: flex-start;
}

.innerpage_product_datlas_atlas_fl{
	position: relative;
	z-index: 10;
	width: 41%;
	max-width: 650px;
	border: 1px solid #dddddd;
	overflow: hidden;
}

.innerpage_product_datlas_atlas_fl .easyzoom{
	font-size: 0;
	width: 100%;
	height: 100%;
	display: block;
}

.innerpage_product_datlas_atlas_links_url{
	font-size: 0;
	height: 100%;
	text-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.innerpage_product_datlas_atlas_image_url{
	width: 100%;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	display: inline-block;
}

.innerpage_product_datlas_atlas_fr{
	position: relative;
	z-index: 5;
	width: 55%;
}

.innerpage_product_datlas_atlas_fr_ft{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.7;
	color: #0d0d0d;
}

.innerpage_product_datlas_atlas_fr_fc{
	font-size: 16px;
	line-height: 1.9;
	color: #777272;
	margin: 18px 0;
	padding-top: 18px;
	border-top: 1px dashed #dddddd;
}

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

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

.innerpage_product_datlas_atlas_fr_fb_li{
	padding: 9px;
	border: 1px solid #dddddd;
	cursor: pointer;
}

.innerpage_product_datlas_atlas_fr_fb_li.active{
	border-color: #e7321f;
}

.innerpage_product_datlas_atlas_fr_fb_li img{
	width: 100%;
}

.innerpage_product_datlas_atlas_btnl,.innerpage_product_datlas_atlas_btnr{
	position: absolute;
	top: 50%;
	z-index: 99;
	width: 34px;
	height: 34px;
	opacity: 0;
	border-radius: 50%;
	cursor: pointer;
	background-image: url(../images/header_mc_arrow_ico.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: rgba(0,0,0,0.8);
	background-size: 14px;
	-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;
}

.innerpage_product_datlas_atlas_btnl{
	left: 1px;
	-webkit-transform: translateY(-50%) rotate(180deg);
	-moz-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	-o-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

.innerpage_product_datlas_atlas_btnr{
	right: 1px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.innerpage_product_datlas_atlas_fr_fb:hover .innerpage_product_datlas_atlas_btnl,.innerpage_product_datlas_atlas_fr_fb:hover .innerpage_product_datlas_atlas_btnr{
	opacity: 1;
}

.innerpage_product_datlas_atlas_fr_fb_messages{
	font-size: 0;
	margin-top: 25px;
}

.innerpage_product_datlas_atlas_fr_fb_messages a{
	font-size: 16px;
	line-height: 1.5;
	color: #ffffff;
	min-width: 140px;
	padding: 10px 25px;
	border: 1px solid #e7321f;
	border-radius: 40px;
	text-align: center;
	background-color: #e7321f;
	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;
}

.innerpage_product_datlas_atlas_fr_fb_messages a:hover{
	border-color: #37a32f;
	background-color: #37a32f;
}

.innerpage_product_datlas_atlas_fr_fb_messages a:nth-child(n+2){
	margin-left: 20px;
}

.innerpage_product_datlas_switch_content_tab{
	margin: 30px 0 25px;
	border: 1px solid #dddddd;
	overflow: hidden;
}

.innerpage_product_datlas_switch_content_tab_li{
	font-size: 16px;
	line-height: 1.5;
	color: #666666;
	min-width: 135px;
	padding: 10px 25px;
	border: 1px solid #dddddd;
	text-align: center;
	float: left;
}

.innerpage_product_datlas_switch_content_tab_li.on{
	border-color: #e7321f;
	color: #e7321f;
}

.innerpage_product_datlas_label{
	margin-top: 25px;
}

.innerpage_product_datlas_label_title{
	position: relative;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	color: #e7321f;
	padding: 0 20px;
	border-bottom: 1px solid #dddddd;
}

.innerpage_product_datlas_label_title::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 90px;
	border-bottom: 3px solid #e7321f;
}

.innerpage_product_datlas_label_li{
	margin: 10px 0;
}

.innerpage_product_datlas_label_li a{
	font-size: 16px;
	line-height: 2;
	color: #2f2f2f;
	margin: 10px 8px;
	padding: 0 15px;
	background-color: #f4f4f4;
	display: inline-block;
}

.innerpage_product_datlas_label_li a:hover{
	color: #e7321f;
}

.innerpage_product_datlas_previous_next{
	margin-top: 30px;
}

.innerpage_product_datlas_previous_next>div+div{
	margin-top: 20px;
}

.innerpage_product_datlas_previous_next>div{
	position: relative;
	line-height: 42px;
	border: 1px solid #dddddd;
	overflow: hidden;
}

.innerpage_product_datlas_previous_next>div b{
	position: absolute;
	left: 15px;
	top: 0;
	z-index: 9;
	font-size: 15px;
	font-weight: normal;
	color: #e7321f;
	width: 70px;
	float: left;
}

.innerpage_product_datlas_previous_next_text{
	width: 100%;
	padding: 0 115px 0 85px;
	float: left;
}

.innerpage_product_datlas_previous_next>div a{
	width: 100%;
	font-size: 15px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	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;
}

.innerpage_product_datlas_previous_next>div a:hover{
	color: #e7321f;
}

.innerpage_product_datlas_previous_next>div span{
	position: absolute;
	right: 15px;
	top: 0;
	z-index: 9;
	font-size: 15px;
	color: #666666;
	width: 100px;
	text-align: right;
	float: right;
}

.pages_inner_main_datlas_share_box{
	margin-top: 20px;
	text-align: right;
}

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

	.innerpage_product_datlas_atlas_fl .easyzoom{
		height: auto;
	}

	.innerpage_product_datlas_atlas_links_url{
		height: auto;
	}

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

@media(max-width:768px){
	.innerpage_product_datlas_atlas_fr{
		margin-top: 22px;
	}

	.innerpage_product_datlas_atlas_fr_ft{
		font-size: 18px;
	}

	.innerpage_product_datlas_atlas_fr_fb_messages a{
		min-width: 120px;
		padding: 8px 20px;
	}

	.innerpage_product_datlas_switch_content_tab_li{
		min-width: 120px;
		padding: 8px 20px;
	}

	.innerpage_product_datlas_label_title::before{
		width: 80px;
		border-bottom-width: 2px;
	}

	.innerpage_product_datlas_previous_next>div b{
		left: 10px;
	}

	.innerpage_product_datlas_previous_next_text{
		padding: 0 110px 0 80px;
	}

	.innerpage_product_datlas_previous_next>div span{
		right: 10px;
	}
}

@media(max-width:468px){
	.innerpage_product_datlas_atlas_fr{
		margin-top: 18px;
	}

	.innerpage_product_datlas_atlas_fr_fb_li{
		padding: 8px;
	}

	.innerpage_product_datlas_atlas_btnl,.innerpage_product_datlas_atlas_btnr{
		width: 32px;
		height: 32px;
		background-size: 12px;
	}

	.innerpage_product_datlas_previous_next>div b{
		width: 60px;
		font-size: 14px;
	}

	.innerpage_product_datlas_previous_next_text{
		padding: 0 95px 0 70px;
	}

	.innerpage_product_datlas_previous_next>div a{
		font-size: 14px;
	}

	.innerpage_product_datlas_previous_next>div span{
		width: 85px;
		font-size: 14px;
	}
}

/*Case center*/
.innerpage_case_list{
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
	-o-align-items: flex-end;
	align-items: flex-end;
}

.innerpage_case_list_li{
	width: 32%;
	margin-right: 2%;
	text-align: center;
	vertical-align: bottom;
	display: inline-block;
}

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

.innerpage_case_list_li a{
	display: block;
}

.innerpage_case_list_li .img{
	overflow: hidden;
	background-color: #f2f2f2;
}

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

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

.innerpage_case_list_li .wz h3{
	font-size: 17px;
	line-height: 1.9;
	color: #333333;
	padding: 10px 0;
	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;
}

.innerpage_case_list_li:hover .wz h3{
	color: #e7321f;
}

@media(max-width:1366px){
	.innerpage_case_list_li .wz h3{
		font-size: 16px;
		line-height: 1.7;
	}
}

@media(max-width:991px){
	.innerpage_case_list_li{
		width: 31.5%;
		margin-right: 2.75%;
	}
}

@media(max-width:768px){
	.innerpage_case_list_li{
		width: 48.5%;
		margin-right: 3%;
	}

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

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

	.innerpage_case_list_li .wz h3{
		font-size: 15px;
		line-height: 1.6;
	}
}

@media(max-width:468px){
	.innerpage_case_list_li{
		width: 48%;
		margin-right: 4%;
	}

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

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

/*Case details*/
.innerpage_case_datlas_images{
	margin-top: 25px;
	text-align: center;
}

.innerpage_case_datlas_images img{
	width: 100%;
	max-width: 600px;
}

/*News details*/
.innerpage_news_datlas_title_ft{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.7;
	color: #0d0d0d;
}

.innerpage_news_datlas_title_fb{
	font-size: 16px;
	line-height: 1.8;
	color: #777272;
	padding-top: 10px;
	padding-bottom: 12px;
	border-bottom: 1px dashed #dddddd;
	overflow: hidden;
}

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

.innerpage_news_datlas_title_fb_li.detail-info-numbers{
	margin-left: 20px;
}

.innerpage_news_datlas_title_fb_li::before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 20px;
	height: 20px;
	background-position: left center;
	background-repeat: no-repeat;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.innerpage_news_datlas_title_fb_li.detail-info-time::before{
	background-image: url(../images/pages_news_time_ico.png);
	background-size: 18px;
}

.innerpage_news_datlas_title_fb_li.detail-info-numbers::before{
	background-image: url(../images/pages_news_viewsnum_ico.png);
	background-size: 20px;
}

.innerpage_news_datlas_content_details{
	margin-top: 25px;
}

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

	.innerpage_news_datlas_title_fb{
		line-height: 1.6;
	}
}

/*News center*/
.innerpage_news_list_li:nth-child(n+2){
	margin-top: 3%;
}

.innerpage_news_list_li_links{
	overflow: hidden;
	background-color: #ffffff;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.innerpage_news_list_li:hover .innerpage_news_list_li_links{
	background-color: #f2f2f2;
}

.innerpage_news_list_li .img{
	width: 32%;
	overflow: hidden;
}

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

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

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

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

.innerpage_news_list_li .wz{
	width: 68%;
}

.innerpage_news_list_li .wz .wz_con{
	padding: 4.412%;
}

.innerpage_news_list_li .wz .wz_ft{
	font-size: 18px;
	font-weight: normal;
	line-height: 1.6;
	color: #333333;
	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;
}

.innerpage_news_list_li:hover .wz .wz_ft{
	font-weight: bold;
	color: #e7321f;
}

.innerpage_news_list_li .wz .wz_fc{
	font-size: 16px;
	line-height: 1.6;
	color: #777272;
	margin: 2% 0;
	padding-left: 25px;
	background-image: url(../images/pages_news_time_ico.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 18px;
}

.innerpage_news_list_li .wz .wz_fb{
	font-size: 16px;
	line-height: 1.8;
	color: #666666;
	height: 5.4em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

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

@media(max-width:1280px){
	.innerpage_news_list_li .wz .wz_fc{
		font-size: 15px;
		padding-left: 22px;
		background-size: 16px;
	}

	.innerpage_news_list_li .wz .wz_fb{
		font-size: 15px;
		line-height: 1.7;
		height: 5.1em;
	}
}

@media(max-width:991px){
	.innerpage_news_list_li .img{
		width: 37%;
	}

	.innerpage_news_list_li .wz{
		width: 63%;
	}

	.innerpage_news_list_li .wz .wz_con{
		padding: 4.762%;
	}

	.innerpage_news_list_li .wz .wz_fc{
		margin: 8px 0;
	}
}

@media(max-width:768px){
	.innerpage_news_list_li:nth-child(n+2){
		margin-top: 22px;
	}

	.innerpage_news_list_li .img{
		width: 46%;
	}

	.innerpage_news_list_li .wz{
		width: 54%;
	}

	.innerpage_news_list_li .wz .wz_con{
		padding: 20px;
	}

	.innerpage_news_list_li .wz .wz_fb{
		line-height: 1.6;
		height: 4.8em;
	}
}

@media(max-width:468px){
	.innerpage_news_list_li:nth-child(n+2){
		margin-top: 18px;
	}

	.innerpage_news_list_li_links{
		background-color: #f2f2f2;
	}

	.innerpage_news_list_li .img{
		width: 100%;
	}

	.innerpage_news_list_li .img .img_con{
		min-height: auto!important;
	}

	.innerpage_news_list_li .wz{
		width: 100%;
	}

	.innerpage_news_list_li .wz .wz_con{
		padding: 18px;
	}
}

/*Online message*/
.pages_message_box{
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 3%;
	border: 1px solid #eeeeee;
}

.pages_message_form{
	padding: 5.5%;
	background: #f2f2f2;
	display: block;
}

.pages_message_form li,.pages_message_form_list_radio{
	overflow: hidden;
}

.pages_message_form li:nth-child(n+2),.pages_message_form_list_radio{
	margin-top: 15px;
}

.pages_message_form li h3,.pages_message_form_list_radio h3{
	position: relative;
	z-index: 9;
	font-size: 15px;
	line-height: 36px;
	color: #666666;
	width: 80px;
	float: left;
}

.pages_message_form li h3 span,.pages_message_form_list_radio h3 span{
	color: red;
	margin-right: 5px;
}

.pages_message_form_input,.pages_message_form_list_radio .pages_message_form_radio{
	font-size: 0;
	width: 100%;
	padding-left: 90px;
	margin-left: -90px;
	float: right;
}

.pages_message_form li input,.pages_message_form li textarea{
	font-size: 14px;
	line-height: 34px;
	color: #555555;
	width: 100%;
	height: 36px;
	padding: 0 12px;
	border: 1px solid #dddddd;
	border-radius: 4px;
	outline: none;
	background-color: #ffffff;
	background-image: 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;
}

.pages_message_form li input:focus,.pages_message_form li textarea:focus,.pages_message_form li input:hover,.pages_message_form li textarea:hover{
	border-color: #e7321f;
}

.pages_message_form li textarea{
	height: 156px;
	padding: 10px 12px;
	resize: none;
}

.pages_message_form li input::-webkit-autofill,.pages_message_form li textarea::-webkit-autofill{
	-webkit-text-fill-color: #666666!important;
	transition: background-color 5000s ease-in-out 0s;
}

.pages_message_form li input::placeholder,.pages_message_form li textarea::placeholder{
	color: #666666;
}

.pages_message_form_list_radio .pages_message_form_radio{
	font-size: 14px;
	line-height: 36px;
	color: #555555;
	vertical-align: middle;
}

.pages_message_form_list_submit{
	margin-top: 15px;
}

.pages_message_form_list_submit input{
	font-size: 15px;
	line-height: 40px;
	color: #ffffff;
	min-width: 110px;
	height: 40px;
	padding: 0 15px;
	margin-left: 90px;
	border: 0;
	border-radius: 4px;
	outline: none;
	cursor: pointer;
	background: #e7321f;
	-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;
}

.pages_message_form_list_submit input:hover{
	background: #e4aa1d;
}

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

	.pages_message_form{
		padding: 22px;
	}
}

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

	.pages_message_form{
		padding: 18px;
	}

	.pages_message_form li h3,.pages_message_form_list_radio h3{
		width: 100%;
		margin-bottom: 5px;
	}

	.pages_message_form_input,.pages_message_form_list_radio .pages_message_form_radio{
		padding-left: 0;
		margin-left: 0;
	}

	.pages_message_form_list_submit input{
		margin-left: 0;
	}
}

/*Contact us*/
.pages_contact_us_box_con{
	position: relative;
	overflow: hidden;
	background: #f2f2f2;
}

.pages_contact_us_box_fl{
	width: 50%;
	padding: 4%;
}

.pages_contact_us_box_fl_ft_ft{
	font-size: 1.7rem;
	line-height: 1.6;
	color: #000000;
}

.pages_contact_us_box_fl_ft_fb{
	font-size: 18px;
	line-height: 1.6;
	color: #797979;
	margin-top: 3%;
}

.pages_contact_us_box_fl_fb{
	margin-top: 5%;
	padding-top: 4.5%;
	border-top: 1px solid #dddddd;
}

.pages_contact_us_box_fl_fb_li{
	position: relative;
	font-size: 1.3rem;
	line-height: 2rem;
	color: #000000;
	padding-left: 2.2rem;
	background-position: left top 0.3rem;
	background-repeat: no-repeat;
	background-size: 1.4rem;
}

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

.pages_contact_us_box_fr{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5;
	width: 50%;
	height: 100%;
	overflow: hidden;
}

.pages_contact_us_box_fr_con{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1800px;
	height: 900px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

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

	.pages_contact_us_box_fl_fb_li{
		font-size: 22px;
		line-height: 34px;
		padding-left: 36px;
		background-position: left top 5px;
		background-size: 24px;
	}
}

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

	.pages_contact_us_box_fl_fb_li{
		font-size: 20px;
		line-height: 32px;
		padding-left: 34px;
		background-size: 22px;
	}
}

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

	.pages_contact_us_box_fl_ft_ft{
		font-size: 24px;
	}

	.pages_contact_us_box_fl_ft_fb{
		margin-top: 10px;
	}

	.pages_contact_us_box_fl_fb{
		margin-top: 2.5%;
		padding-top: 2.25%;
	}

	.pages_contact_us_box_fl_fb_li{
		font-size: 18px;
		line-height: 28px;
		padding-left: 30px;
		background-size: 18px;
	}

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

	.pages_contact_us_box_fr{
		position: relative;
		width: 100%;
		height: auto;
		padding-top: 45%;
	}
}

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

	.pages_contact_us_box_fl_ft_ft{
		font-size: 22px;
	}

	.pages_contact_us_box_fl_ft_fb{
		font-size: 16px;
		margin-top: 8px;
	}

	.pages_contact_us_box_fl_fb{
		margin-top: 18px;
		padding-top: 15px;
	}

	.pages_contact_us_box_fl_fb_li{
		font-size: 17px;
		line-height: 26px;
		padding-left: 28px;
		background-position: left top 4px;
	}

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

	.pages_contact_us_box_fr{
		padding-top: 320px;
	}

	.pages_contact_us_box_fr_con{
		width: 1500px;
		height: 750px;
	}
}

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

	.pages_contact_us_box_fr{
		padding-top: 300px;
	}

	.pages_contact_us_box_fr_con{
		width: 1400px;
		height: 700px;
	}
}

/*Search page*/
.pages_inner_main_search_tag{
	padding: 0 25px;
	margin-bottom: 25px;
	border: 1px solid #dddddd;
	border-radius: 5px;
	overflow: hidden;
}

.pages_inner_main_search_tag_li{
	margin-right: 25px;
}

.pages_inner_main_search_tag_li:last-child{
	margin-right: 0;
}

.pages_inner_main_search_tag_li a{
	font-size: 16px;
	line-height: 44px;
	color: #333333;
	display: block;
}

.pages_inner_main_search_tag_li a:hover,.pages_inner_main_search_tag_li a.on{
	color: #e7321f;
}

@media(max-width:768px){
	.pages_inner_main_search_tag{
		padding: 0 20px;
		margin-bottom: 20px;
	}

	.pages_inner_main_search_tag_li{
		margin-right: 20px;
	}

	.pages_inner_main_search_tag_li a{
		line-height: 40px;
	}
}

/*Serve customers*/
.page_customer_www ul{
	font-size: 0;
	overflow: hidden;
}

.page_customer_www li{
	width: 18.4%;
	margin-right: 2%;
	display: inline-block;
	vertical-align: bottom;
	overflow: hidden;
	cursor: pointer;
}

.page_customer_www li:nth-child(5n){
	margin-right: 0;
}

.page_customer_www li:nth-child(n+6){
	margin-top: 2%;
}

.page_customer_www li a{
	width: 100%;
}

.page_customer_www li .img{
	width: 100%;
	position: relative;
}

.page_customer_www li .img .img_nn{
	border: 1px solid #dfdfdf;
	overflow: hidden;
	width: 100%;
	-webkit-align-items: center;
	-moz-align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.page_customer_www li:hover .img .img_nn{
	border-color: #e7321f;
}

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

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

.page_customer_www li .wz{
	font-size: 16px;
	line-height: 1.5;
	color: #666;
	text-align: center;
	margin-top: 10px;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	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;
}

.page_customer_www li:hover .wz{
	color: #e7321f;
}

@media(max-width:991px){
	.page_customer_www li{
		width: 32%;
	}

	.page_customer_www li:nth-child(5n){
		margin-right: 2%;
	}

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

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

@media(max-width:768px){
	.page_customer_www li .wz{
		font-size: 15px;
	}
}

@media(max-width:468px){
	.page_customer_www li{
		width: 49%;
	}

	.page_customer_www li:nth-child(5n){
		margin-right: 2%;
	}

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

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

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

/*Cooperative clients*/
.page_customer_www_ul{
	margin-top: 3%;
}

.page_customer_service_area{
	padding: 0 0 4%;
}

.page_customer_service_area_fb{
	margin-top: 3%;
	font-size: 16px;
	line-height: 1.7;
	color: #666;
}

.page_customer_service_area_fb img{
	max-width: 100%!important;
	height: auto!important;
}

@media(max-width:768px){
	.page_customer_www_ul{
		margin-top: 20px;
	}

	.page_customer_service_area{
		padding: 0 0 30px;
	}

	.page_customer_service_area_fb{
		margin-top: 20px;
		font-size: 15px;
		line-height: 1.6;
	}
}

@media(max-width:468px){
	.page_customer_www_ul{
		margin-top: 15px;
	}

	.page_customer_service_area{
		padding: 0 0 25px;
	}

	.page_customer_service_area_fb{
		margin-top: 15px;
	}
}

/*Qualification certificate*/
.ny_zizhizhengshu ul{
	font-size: 0;
	overflow: hidden;
}

.ny_zizhizhengshu li{
	width: 23.5%;
	margin-right: 2%;
	display: inline-block;
	vertical-align: bottom;
	overflow: hidden;
	cursor: pointer;
}

.ny_zizhizhengshu li:nth-child(4n){
	margin-right: 0;
}

.ny_zizhizhengshu li:nth-child(n+5){
	margin-top: 2%;
}

.ny_zizhizhengshu li a{
	width: 100%;
	height: 100%;
}

.ny_zizhizhengshu li .img{
	width: 100%;
	height: 100%;
	position: relative;
}

.ny_zizhizhengshu li .img .img_nn{
	border: 1px solid #dfdfdf;
	width: 100%;
	height: 100%;
	-webkit-align-items: center;
	-moz-align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.ny_zizhizhengshu li .img img{
	width: 100%;
	height: auto!important;
}

.ny_zizhizhengshu li .wz{
	font-size: 16px;
	line-height: 30px;
	color: #666;
	text-align: center;
	margin-top: 10px;
	width: 100%;
	display: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

@media(max-width:991px){
	.ny_zizhizhengshu li .wz{
		font-size: 15px;
	}
}

@media(max-width:768px){
	.ny_zizhizhengshu li{
		width: 49%;
		margin-right: 2%;
	}

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

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

/*Contact us*/
.asny_lxwm{
	position: relative;
}

.asny_lxwm_fl{
	width: 43%;
	float: left;
}

.asny_lxwm_fl_ft h3{
	font-size: 2rem;
	line-height: 1.2;
	color: #e7321f;
	font-weight: bold;
}

.asny_lxwm_fl_ft h4{
	font-size: 1.6rem;
	line-height: 1.6;
	color: #202020;
	font-weight: bold;
}

.asny_lxwm_fl_fc{
	font-size: 18px;
	line-height: 1.8;
	color: #666;
	margin: 3% 0 4%;
}

.asny_lxwm_fl_fb{
	overflow: hidden;
}

.asny_lxwm_fl_fb_fl{
	width: 49%;
	max-width: 130px;
	float: left;
	margin-right: 2%;
	text-align: center;
}

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

.asny_lxwm_fl_fb_fl img{
	width: 100%;
}

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

.asny_lxwm_fl_fb_fr{
	width: 40%;
	float: left;
	margin-left: 5%;
}

.asny_lxwm_fl_fb_fr h3{
	font-size: 18px;
	line-height: 2;
	color: #333;
	font-weight: bold;
}

.asny_lxwm_fl_fb_fr h4{
	font-size: 17px;
	line-height: 2;
	color: #333;
}

.asny_lxwm_fr{
	width: 53%;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	overflow: hidden;
}

.asny_lxwm_fr .img_con{
	width: 1800px;
	height: 900px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.asny_lxwm1{
	margin-top: 3.5%;
}

.asny_lxwm1_ft{
	font-size: 1.6rem;
	line-height: 1.5;
	color: #333;
	text-align: center;
	font-weight: bold;
}

.asny_lxwm1_fb{
	margin-top: 3%;
}

.asny_lxwm1_fb ul{
	overflow: hidden;
}

.asny_lxwm1_fb li{
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-bottom: 20px;
}

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

.asny_lxwm1_fb li input{
	font-size: 16px;
	line-height: 45px;
	color: #666;
	background: #f5f5f5;
	width: 100%;
	padding: 0 20px!important;
	border: 0;
	border: 1px solid #ced4da;
	outline: none;
}

.asny_lxwm1_fb li.lianxiliuyanneirong{
	width: 100%;
	margin-right: 0;
	font-size: 0;
}

.asny_lxwm1_fb li input::-webkit-input-placeholder{
	color: #666;
}

.asny_lxwm1_fb li textarea{
	font-size: 16px;
	line-height: 45px;
	color: #666;
	background: #f5f5f5;
	width: 100%;
	padding: 0 20px !important;
	border: 0;
	border: 1px solid #ced4da;
	outline: none;
	font-family: 'Microsoft YaHei,arial,宋体,sans-serif';
}

.asny_lxwm1_fb li textarea::-webkit-input-placeholder{
	color: #666;
}

.lianxinyliuyan_tijiao{
	text-align: center;
}

.lianxinyliuyan_tijiao input{
	width: 140px;
	font-size: 16px;
	cursor: pointer;
	line-height: 45px;
	color: #fff;
	background: #e7321f;
	outline: none;
	border: 0;
	margin: 0 auto;
	border-radius: 4px;
}

/*Map*/
.map-box{
	height: 100%;
}

.contact-map{
	height: 100%;
}

.amap-logo img{
	display: none;
}

.amap-copyright{
	opacity: 0;
}

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

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

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

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

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

	.asny_lxwm_fl_fc{
		font-size: 16px;
	}

	.asny_lxwm1_ft{
		font-size: 24px;
	}

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

	.asny_lxwm_fl_fb_fr h4{
		font-size: 15px;
	}
}

@media(max-width:991px){
	.asny_lxwm_fl_fb_fl .wz,.asny_lxwm1_fb li input,.asny_lxwm1_fb li textarea,.lianxinyliuyan_tijiao input{
		font-size: 15px;
	}

	.asny_lxwm_fl_fc{
		margin: 10px 0 13px;
	}
}

@media(max-width:768px){
	.asny_lxwm_fl{
		width: 100%;
	}

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

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

	.asny_lxwm_fr{
		width: 100%;
		margin-top: 15px;
		position: relative;
		height: 300px;
	}

	.asny_lxwm1{
		margin-top: 25px;
	}

	.asny_lxwm1_ft{
		font-size: 22px;
	}

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

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

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

	.asny_lxwm1_ft{
		font-size: 20px;
	}

	.asny_lxwm_fl_fb_fr{
		width: 100%;
		margin-top: 10px;
		margin-left: 0;
	}

	.asny_lxwm1_fb li{
		width: 100%;
		margin-right: 0;
	}

	.asny_lxwm1{
		margin-top: 20px;
	}

	.asny_lxwm1_fb{
		margin-top: 15px;
	}
}

/*Sitemap*/
.pages_website_box{
	padding: 4% 0;
}

.pages_website_li_ft{
	font-size: 0;
}

.pages_website_li{
	padding: 2% 0;
	border-bottom: 1px solid #dddddd;
}

.pages_website_li:nth-child(1){
	padding-top: 0;
}

.pages_website_li_ft a{
	font-size: 22px;
	line-height: 1.5;
	color: #333333;
	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;
}

.pages_website_li_ft a:hover{
	color: #e7321f;
}

.pages_website_li_fb{
	margin-top: 10px;
	overflow: hidden;
}

.pages_website_li_fb_ul{
	margin: 0 -0.5rem;
}

.pages_website_li_fb_li{
	font-size: 0;
	margin: 0 0.5rem;
}

.pages_website_li_fb_li a{
	font-size: 16px;
	line-height: 1.5;
	color: #666666;
	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;
}

.pages_website_li_fb_li a:hover{
	color: #e7321f;
}

@media(max-width:1366px){
	.pages_website_li_ft a{
		font-size: 20px;
	}
}

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

	.pages_website_li_fb{
		margin-top: 8px;
	}

	.pages_website_li_fb_ul{
		margin: 0 -8px;
	}

	.pages_website_li_fb_li{
		margin: 0 8px;
	}

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

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

	.pages_website_li_ft a{
		font-size: 18px;
	}

	.pages_website_li_fb_ul{
		margin: 0 -7px;
	}

	.pages_website_li_fb_li{
		margin: 0 7px;
	}
}

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

	.pages_website_li{
		padding: 18px 0;
	}

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

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

	.pages_website_li{
		padding: 15px 0;
	}
}