/*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: 40px;
}

.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: #0262b8;
	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: #0262b8;
}

@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: 20%;
	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: 22px;
	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_img{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

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

/*Position*/
.pages_pc_position{
	padding: 20px 0;
}

.pages_pc_position_box{
	font-size: 16px;
	line-height: 1.5;
	color: #666666;
}

.pages_pc_position a{
	color: #666666;
	-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_pc_position a:hover{
	color: #0262b8;
}

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

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

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

/*Universal single page*/
.pages_inner_main_single{
	font-size: 16px;
	line-height: 1.8;
	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:768px){
	.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_table_frame table td{
		padding: 5px;
	}
}

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

.pages_inner_main_box_right{
	width: 97%;
	padding-left: 280px;
	margin-left: -280px;
}

.pages_inner_main_box_left_box{
	position: relative;
	z-index: 80;
	width: 280px;
	float: left;
}

.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;
	background: #0262b8;
	padding: 15px 20px;
}

.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: #0262b8;
}

.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>li{
	border-top: 1px dashed #dddddd;
}

.pages_inner_main_left_navigation .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>li>a:hover,.pages_inner_main_left_navigation .pages_inner_main_left_navigation_children>li>a.active{
	color: #0262b8;
}

.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: #0262b8;
}

.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: #0262b8;
}

.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: #0262b8;
}

.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: #0262b8;
	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_box_right{
		width: 100%;
		padding-left: 0;
		margin-left: 0;
	}

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

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

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

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

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

.internal_page_pager li a,.internal_page_pager li span{
	min-width: 32px;
	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: #0262b8;
	border-color: #0262b8;
}

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

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

	.internal_page_pager li{
		margin: 3px;
	}

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

/*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.3%;
	margin-right: 3.05%;
	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: 3.05%;
}

.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: #0262b8;
}

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

.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: 16px;
	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: #0262b8;
}

@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%;
	}
}

/*Product details*/
.innerpage_product_datlas_atlas{
	overflow: hidden;
}

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

.innerpage_product_datlas_atlas_fl .easyzoom{
	width: 100%;
	height: 100%;
}

.innerpage_product_datlas_atlas_links_url{
	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{
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	display: inline-block;
}

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

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

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

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

.innerpage_product_datlas_atlas_fr_fb_li{
	padding: 10px;
	border: 1px solid #dddddd;
}

.innerpage_product_datlas_atlas_fr_fb_li.active{
	border-color: #0262b8;
}

.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%;
	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: 20px;
}

.innerpage_product_datlas_atlas_fr_fb_messages a{
	font-size: 16px;
	line-height: 1.5;
	color: #ffffff;
	padding: 7px 23px;
	border: 1px solid #0262b8;
	border-radius: 40px;
	background-color: #0262b8;
	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: #e4aa1d;
	background-color: #e4aa1d;
}

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

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

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

.innerpage_product_datlas_switch_content_tab_li.on{
	border-color: #0262b8;
	color: #0262b8;
}

.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: #0262b8;
	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 #0262b8;
}

.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: #0262b8;
}

.innerpage_product_datlas_previous_next{
	margin-top: 25px;
}

.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;
	width: 70px;
	font-size: 15px;
	font-weight: normal;
	color: #0262b8;
	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;
}

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

.innerpage_product_datlas_previous_next>div span{
	position: absolute;
	right: 15px;
	top: 0;
	z-index: 9;
	width: 100px;
	font-size: 15px;
	color: #666666;
	text-align: right;
	float: 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_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*/


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

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

/*News center*/
.innerpage_news_list_li{
	margin-bottom: 20px;
	border: 1px solid #dddddd;
	background-color: #ffffff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.innerpage_news_list_li:last-child{
	margin-bottom: 0;
}

.innerpage_news_list_li:hover{
	-webkit-box-shadow: 0px 2px 13px 1px rgba(8,1,3,0.18);
	-moz-box-shadow: 0px 2px 13px 1px rgba(8,1,3,0.18);
	-ms-box-shadow: 0px 2px 13px 1px rgba(8,1,3,0.18);
	-o-box-shadow: 0px 2px 13px 1px rgba(8,1,3,0.18);
	box-shadow: 0px 2px 13px 1px rgba(8,1,3,0.18);
}

.innerpage_news_list_li a{
	padding: 20px;
	display: block;
}

.innerpage_news_list_li .tit{
	position: relative;
	margin-bottom: 13px;
	border-bottom: 1px solid #dddddd;
}

.innerpage_news_list_li .tit h3{
	font-size: 18px;
	line-height: 1.7;
	color: #565656;
	padding-bottom: 10px;
	padding-right: 90px;
	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 .tit h3{
	color: #0262b8;
}

.innerpage_news_list_li .tit .date{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 15px;
	color: #666666;
}

.innerpage_news_list_li .info{
	font-size: 15px;
	line-height: 1.8;
	color: #999999;
}

.innerpage_news_list_li .more{
	margin-top: 15px;
}

.innerpage_news_list_li .more span{
	font-size: 14px;
	line-height: 35px;
	color: #666666;
	width: 115px;
	text-align: center;
	border: 1px solid #dddddd;
	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_news_list_li:hover .more span{
	color: #ffffff;
	background-color: #0262b8;
}

@media(max-width:991px){
	.innerpage_news_list_li .tit{
		border-bottom: none;
	}

	.innerpage_news_list_li .tit h3{
		padding-right: 0;
		padding-bottom: 8px;
	}

	.innerpage_news_list_li .tit .date{
		position: static;
		padding-bottom: 10px;
		color: #999999;
		border-bottom: 1px solid #dddddd;
	}
}

@media(max-width:768px){
	.innerpage_news_list_li .tit h3{
		font-size: 17px;
	}
}

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

	.innerpage_news_list_li .tit h3{
		padding-bottom: 5px;
	}
}

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

.innerpage_news_datlas_title_fb{
	font-size: 15px;
	line-height: 1.7;
	color: #9e9e9e;
	margin-top: 10px;
	padding-bottom: 12px;
	border-bottom: 1px dashed #cfcfcf;
	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: 20px;
}

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

	.innerpage_news_datlas_title_fb{
		line-height: 1.6;
	}
}

/*Online message*/
.pages_message_box{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

.pages_message_form{
	display: block;
}

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

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

.pages_message_form li h3,.pages_message_form_list_radio h3{
	position: relative;
	z-index: 9;
	font-size: 15px;
	font-weight: bold;
	line-height: 36px;
	color: #333333;
	width: 115px;
	float: left;
	text-align: right;
}

.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_radio{
	width: 100%;
	padding-left: 130px;
	margin-left: -130px;
	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: none;
	background-color: #ffffff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pages_message_form li textarea{
	height: 150px;
	padding: 6px 12px;
	resize: none;
}

.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: #0262b8;
}

.pages_message_form li input::-webkit-autofill,.pages_message_form li textarea::-webkit-autofill{
	-webkit-text-fill-color: #666666!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;
}

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

.pages_message_form_list_radio{
	margin-top: 15px;
}

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

.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: 130px;
	border: 0;
	border-radius: 4px;
	outline: none;
	cursor: pointer;
	background: #0262b8;
	-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:468px){
	.pages_message_form li h3,.pages_message_form_list_radio h3{
		width: 100%;
		margin-bottom: 5px;
		text-align: left;
	}

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

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

/*Search page*/
.pages_inner_main_search_tag{
	padding: 0 25px;
	margin-bottom: 20px;
	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: #0262b8;
}

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

	.pages_inner_main_search_tag_li{
		margin-right: 20px;
	}

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

/*Details page sharing*/
.pages_inner_main_datlas_share_box{
	margin-top: 20px;
	text-align: right;
}