@import url(http://fonts.googleapis.com/css?family=Lora:400|Raleway:100,200,300,400,500,700,800);

/*- General -*/
body {

	-webkit-font-smoothing: antialiased;
}

#body {
	background: #FFFFFF;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 0;
	overflow-x: hidden;
	position: relative;
	font-family: "Raleway", Sans-serif;
	color: #111;
	font-size: 18px;
}

#body a {
	cursor: pointer;
}

.more_line2_hidden {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-word;
}

.more_line3_hidden {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	word-break: break-word;
}

#header {
	width: 100%;
	position: fixed;
	z-index: 9999;
	background: #fff;
	top: 0;
}

#header .header_box {
	width: 90%;
	margin: 0 auto;
	height: 100px;
	max-width: 1680px;
	display: flex;
	flex-direction: row;
}

.header-top {
	width: 100%;
	height: 100px;
}

.logo_box {
	min-width: 170px;
	height: 95px;
	display: flex;
	align-items: center;
	padding: 10px 0;
}

.logo_box .logo img {
	max-height: 95px;
}

.nav_tool {
	margin: 0 0 0 10%;
	width: calc(90% - 170px);
}

.nav_tool .tool {
	width: 100%;
	margin-top: 20px;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}

.nav_tool .tool .t_item {
	font-size: 16px;
	font-family: "Raleway", Sans-serif;
	;
	position: relative;
	padding: 0 20px;
	border-right: 1px solid #dbdbdb;
	color: #555;
}

.nav_tool .tool .t_item:last-child {
	border: unset;
	padding-right: unset;
}

.nav_tool .tool .t_item:hover .navSub {
	display: block;
}

.nav_tool .tool .t_item .default_shopping_cart {
	width: 20px;
	height: 20px;
	background-size: 100%;
}

.t269_account,
.t269_inquiry {
	font-size: 16px;
	font-family: "Raleway", Sans-serif;
	;
	color: #555
}

.nav_tool .tool .language {
	cursor: pointer;
}

.search_icon {
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(../images/icon.png);
	background-position: -13px 0px;
	background-repeat: no-repeat;
}

.nav_tool .nav_bar {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	margin: 20px auto 30px;
}

.nav_tool .nav_bar .default_nav_style {
	width: max-content;
}

.nav_tool .nav_bar .n_item {
	margin-left: 70px;
	font-size: 16px;
	font-family: "Raleway", Sans-serif;
	;
	white-space: nowrap;
	font-weight: bold;
	position: relative;
}

.nav_tool .nav_bar .n_item:first-child {
	margin-left: unset;
}

.nav_tool .nav_bar .n_item:hover .navSub {
	display: block;
}

.nav_tool .tool .t_item .navSub a,
.nav_bar .n_item .navSub a {
	display: block;
	line-height: 50px;
	font-size: 16px;
	color: #111;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.nav_tool .nav_bar .default_nav_style .small_nav_sec .nav_sec_item a,
.nav_tool .nav_bar .default_nav_style .small_nav_sec .nav_sec_item dt a {
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #111;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.nav_tool .nav_bar .default_nav_style .small_nav_sec .nav_sec_item a:hover,
.nav_tool .nav_bar .default_nav_style .small_nav_sec .nav_sec_item dt a:hover {
	color: #337ab7;
}

.nav_tool .nav_bar .default_nav_style .n_item>a {
	padding: 0;
}

.nav_tool .nav_bar .default_nav_style .nav_sec .nav_img {
	display: none;
}

.language {
	text-transform: capitalize;
}

/*nav_hidden*/
.trans {
	transition: all 300ms ease 0s;
}

.navSub {
	width: 205px;
	background: no-repeat center top #fff;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, 0);
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	padding: 9px 30px;
	box-sizing: border-box;
	border-radius: 5px;
	display: none;
	z-index: 999;
}

.subName {
	display: block;
	line-height: 36px;
	font-size: 14px;
	text-transform: capitalize;
}

.hoverColor {
	transition: all .3s;
}

.text-over {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.block {
	display: block;
}

/*nav_hidden_end*/

/*搜索框*/
#default_search_box {
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0, 0, 0, 0.8);
	left: 0;
	top: 0;
	z-index: 9999;
}

#default_search_box .form {
	width: 50%;
	max-width: 500px;
	height: 50px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

#default_search_box .text {
	width: 100%;
	height: 50px;
	line-height: 50px;
	border: 0;
	border-bottom-color: currentcolor;
	border-bottom-style: none;
	border-bottom-width: 0px;
	border-bottom: 1px solid #fff;
	padding-right: 35px;
	color: #fff;
	background: none;
	outline: none;
	text-indent: 10px;
	box-sizing: border-box;
}

#default_search_box .button {
	width: 35px;
	height: 48px;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/search_btn.png) center no-repeat;
	cursor: pointer;
	border: 0;
	outline: none;
}

#default_search_box .form i {
	width: 30px;
	height: 30px;
	position: absolute;
	right: -60px;
	top: -60px;
	background: url(../images/search_close.html) center no-repeat;
	cursor: pointer;
}

/*搜索框-end*/

#footer {
	width: 100%;
	background-color: #000;
}

#footer .footer_box {
	width: 90%;
	margin: 0 auto;
	max-width: 1580px;
	padding-top: 3.4%;
}

#footer .footer_box .list_item {
	width: 100%;
	display: flex;
	flex-direction: row;
	padding-bottom: 5%;
}

#footer .footer_box .list_item .ft_item {
	width: 25%;
	padding-right: 5%;
}

#footer .footer_box .list_item .ft_item .item_title {
	color: #FFF;
	margin-bottom: 7%;
	font-size: 16px
}

#footer .footer_box .list_item .ft_item .item_content {
	margin-bottom: 4%;
}

#footer .footer_box .list_item .ft_item .item_content a {
	color: #888;
	font-size: 15px;
}

#footer .footer_box .footer_bottom_text {
	width: 100%;
	padding: 1.9% 0 2.5%;
	border-top: 1px solid #232323;
}

#footer .footer_box .footer_bottom_text .left_text,
#footer .footer_box .footer_bottom_text .left_text a {
	font-size: 14px;
	color: #888;
	font-family: "Raleway", Sans-serif;
	;
}

#banner .bx-wrapper .bx-pager.bx-default-pager a:hover,
#banner .bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: #FFF;
}

body .foot_share .foot_share_box {
	background-image: url(../images/icon_follow_4.svg);
}

#banner .bxslider_1 {
	position: relative;
}

#banner .bxslider_1 .t_1 {
	position: absolute;
	z-index: 99;
	top: 15%;
	left: 35%;
	width: 1000px;
	margin-left: -350px;
	color: #fff;
	text-align: left;
	line-height: 2em;
}

#banner .bxslider_1 .t_1 h2 {
	font-size: 60px;
	font-weight: 600;
	margin-top: 20px;
	line-height: 1.3em;
}

#banner .bxslider_1 .t_1 h3 {
	font-size: 28px;
	margin-top: 20px;
}

#banner .bxslider_1 .t_1 p {
	margin-top: 30px;
}

#banner .bxslider_1 .t_1 a {
	padding: 10px 30px;
	border: solid 1px #1779AE;
	background: #1779AE;
	color: #fff;
}

#banner .bxslider_1 .t_1 a:hover {
	background: #fff;
	border: solid 1px #fff;
	color: #333;
}

.img-pc {
	display: block;
}

.img-m {
	display: none;
}


.banner-div {
	width: 100%;
	height: 450px;
}

.banner-2 {
	width: 1200px;
	margin: 0 auto;
	padding-top: 120px;
	color: #fff;
}

.banner-2 .t-1 {
	font-size: 50px;
	font-weight: 600;
	letter-spacing: 3px;
	text-align: left;
}

.banner-2 .t-2 {
	font-size: 16px;
	text-align: left;
	line-height: 1.5em;
	margin-top: 10px;
}

.bg-5 {
	background: url('../images/bg-5.jpg') no-repeat top center;
	background-size: cover;
}

.bg-6 {
	background: url('../images/bg-6.jpg') no-repeat top center;
	background-size: cover;
}

.bg-7 {
	background: url('../images/bg-7.jpg') no-repeat top center;
	background-size: cover;
}

.bg-8 {
	background: url('../images/bg-8.jpg') no-repeat top center;
	background-size: cover;
}

@media screen and (max-width: 750px) {
	.img-pc {
		display: none;
	}

	.img-m {
		display: block;
	}

	#banner {
		padding-top: 0;
	}

	/*#banner .bxslider_1 img{ height:500px;}*/
	#banner .bxslider_1 .t_1 {
		position: absolute;
		z-index: 99;
		top: 30%;
		left: 50%;
		width: 700px;
		margin-left: -350px;
		color: #fff;
		text-align: center;
		line-height: 2em;
	}

	#banner .bxslider_1 .t_1 h2 {
		font-size: 22px;
		margin-top: 20px;
		line-height: 2em;
	}

	#banner .bxslider_1 .t_1 h3 {
		font-size: 18px;
		margin-top: 20px;
	}

	#banner .bxslider_1 .t_1 p {
		margin-top: 30px;
		display: none;
	}

	#banner .bxslider_1 .t_1 a {
		padding: 10px 20px;
		font-size: 16px;
	}

	.banner-div {
		width: 100%;
		height: 300px;
	}

	.banner-2 {
		width: 90%;
		padding-top: 20%;
	}

	.banner-2 .t-1 {
		font-size: 30px;
		font-weight: 600;
		letter-spacing: 0;
	}

	.banner-2 .t-2 {
		font-size: 16px;
		text-align: left;
		line-height: 1.5em;
	}

	.bg-5 {
		background: url('../images/bg-5-m.jpg') no-repeat top center;
		background-size: cover;
	}

	.bg-6 {
		background: url('../images/bg-6-m.jpg') no-repeat top center;
		background-size: cover;
	}

	.bg-7 {
		background: url('../images/bg-7-m.jpg') no-repeat top center;
		background-size: cover;
	}

	.bg-8 {
		background: url('../images/bg-8-m.jpg') no-repeat top center;
		background-size: cover;
	}

}

/*inside_page*/
.product-list {
	width: 100%;
}

.pro_list .aupool_responsive_position {
	margin-top: 20px;
	border-bottom: 0;
	font-size: 14px;
	color: #737373;
}

.pro_list .aupool_responsive_position .title {
	display: none;
}

.pro_list .aupool_responsive_position .position a {
	font-size: 14px;
	color: #737373;
	font-family: "Raleway", Sans-serif;
	;
}

.pro_list .aupool_responsive_position .position {
	float: none;
	width: 100%;
	height: auto;
	line-height: 70px;
	text-align: left;
}

.product-list .pro_list {
	width: 100%;
	background: #fff;
}

.product-list .pro_list .cate_brief {
	margin-top: 30px;
	width: 100%;
}

.product-list .pro_list .hot_cate {
	width: 100%;
	margin: 0 auto;
}

.product-list .pro_list .hot_cate .page_name {
	position: relative;
	width: 100%;
	height: 69px;
	line-height: 69px;
	font-size: 36px;
	color: #000;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 50px;
}

.product-list .pro_list .hot_cate .list {
	width: 100%;
}

.product-list .pro_list .hot_cate .list .row .img {
	display: block;
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.product-list .pro_list .hot_cate .list .row .row_txt {
	display: block;
	margin-bottom: 0;
	height: auto;
}

.product-list .pro_list .hot_cate .list .row .row_txt .name {
	display: block;
	width: 100%;
	height: 48px;
	line-height: 24px;
	font-family: "Raleway", Sans-serif;
	;
	text-align: center;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-family: "Raleway", Sans-serif;
	;
	text-decoration: none;
}

.product-list .pro_list .hot_cate .list .row:hover .img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.product-list .pro_list .hot_cate .list .row:hover .row_txt .name {
	color: #111111;
}

.product-list .pro_list .hot_cate .bx-pager {
	width: 100%;
	margin: 50px 0 150px;
	text-align: center;
}

.product-list .pro_list .hot_cate .bx-pager .bx-pager-item {
	display: inline-block;
	margin: 0 10px;
	width: 17px;
	height: 17px;
}

.product-list .pro_list .hot_cate .bx-pager .bx-pager-item a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 0;
	background: #333;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.product-list .pro_list .hot_cate .bx-pager .bx-pager-item:hover a {
	background: #111111;
}

.product-list .pro_list .hot_cate .bx-pager .bx-pager-item a.active {
	background: #111111;
}

.product-list .pro_list .wrap {
	margin-top: 30px;
}

.products .pro_cate {
	padding: 12px 0;
	width: 100%;
	background: #fff;
}

.products .pro_cate .page_name {
	display: none;
	position: relative;
	height: 69px;
	line-height: 69px;
	/* background: url('../images/cate_title_icon.png') no-repeat center bottom;*/
	font-size: 36px;
	color: #000;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-transform: uppercase;
}

.products .pro_cate .content {
	position: relative;
	margin-top: 26px;
	width: 100%;
	z-index: 1;
	text-align: center;
}

.products .pro_cate .list {
	position: relative;
	display: inline-block;
	margin: 0 27px 30px 0;
	width: auto;
	line-height: 43px;
	transition: all 0.5s;
}

.products .pro_cate .list:first-child {
	margin-left: 0;
}

.products .pro_cate .list .son_cate {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	z-index: 1;
}

.products .pro_cate .list .first_cate {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	transition: all 0.5s;
}

.products .pro_cate .list .first_cate.son:after {
	content: '';
	width: 10px;
	height: 10px;
	margin: auto;
	position: absolute;
	top: 0;
	right: 16px;
	bottom: 0;
}

.products .pro_cate .list .first_cate a {
	display: block;
	position: relative;
	padding: 0 36px;
	border: 1px solid #111111;
	font-size: 16px;
	transition: all 0.5s;
	font-family: "Raleway", Sans-serif;
	;
	text-decoration: none;
}

.products .pro_cate .list .first_cate a:before {
	display: block;
	content: '';
	position: absolute;
	right: 35px;
	top: 19px;
	width: 12px;
	height: 7px;
	background: url(../images/pro_cate_icon.html) no-repeat center / 100%;
	transition: all 0.5s;
}

.products .pro_cate .list .first_cate a:after {
	display: block;
	content: '';
	position: absolute;
	right: 35px;
	top: 19px;
	width: 12px;
	height: 7px;
	background: url(../images/pro_cate_icon2.html) no-repeat center / 100%;
	transition: all 0.5s;
	z-index: 1;
	opacity: 0;
}

.products .pro_cate .list:hover .first_cate a {
	background: #111111;
	color: #fff;
}

.products .pro_cate .list:hover .first_cate a:before {
	transform: rotate(180deg);
}

.products .pro_cate .list:hover .first_cate a:after {
	transform: rotate(180deg);
	opacity: 1;
}

.products .pro_cate .son_cate {
	display: none;
	margin-bottom: 10px;
	background: #f7f7f7;
}

.products .pro_cate .list.on .first_cate.son:after {
	width: 10px;
	height: 2px;
	background-position: 0 -104px;
}

.products .pro_cate .son_cate .item {
	position: relative;
	height: 48px;
	line-height: 48px;
}

.products .pro_cate .son_cate .item a {
	width: 100%;
	height: 48px;
	line-height: 48px;
	border-bottom: 1px solid #dedede;
	font-size: 16px;
	color: #333;
	text-align: left;
	text-indent: 24px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all 0.5s;
}

.products .pro_cate .son_cate .item a.sia2 {
	border-bottom: 0;
}

.products .pro_cate .son_cate .item a.sia2:last-child {
	border: 0;
}

.products .pro_cate .son_cate .item:hover a.sia2 {
	background: #111111;
	color: #fff;
}

.products .pro_cate .son_cate .item:hover .subcate3 {
	display: block;
}

.products .pro_cate .son_cate .subcate3 {
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	background: #f7f7f7;
}

.products .pro_cate .son_cate .subcate3 a.sia {
	display: block;
	width: 100%;
	font-size: 16px;
	color: #7a7a7a;
	height: 48px;
	line-height: 48px;
	text-align: left;
	text-indent: 24px;
	border-bottom: 1px solid #ddd;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all 0.5s;
}

.products .pro_cate .son_cate .subcate3 a:last-child {
	border: 0;
}

.products .pro_cate .son_cate .subcate3 a:hover {
	background: #111111;
	color: #fff;
}

.hot_cate .bx-wrapper {
	margin: 0 auto;
}

body .aupool_responsive_products_detail .description .title {
	padding: 10px 0 0;
}

.product-detail .aupool_responsive_products_detail .description .title {
	border: none;
}

.product-detail .aupool_responsive_products_detail .description .title span {
	font-size: 22px;
	color: #1f1f1f;
	position: relative;
	background: #fff;
	margin-right: 0;
	padding-right: 15px;
	font-family: "Raleway", Sans-serif;
	;
}

.product-detail .aupool_responsive_products_detail .description .title span:after {
	position: absolute;
	width: 10000px;
	left: 100%;
	top: 18px;
	height: 1px;
	background: #e3e3e3;
	margin-left: 20px;
	content: '';
}

.product-list .aupool_responsive_products_list .item .info {
	float: left;
	padding-left: 47px;
	width: 100%;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

.product-list .aupool_responsive_products_list .item .info .name {
	margin-bottom: 0;
	height: auto;
}

.product-list .aupool_responsive_products_list .item .info .name a {
	font-size: 18px;
	display: block;
	width: 100%;
	height: 48px;
	line-height: 24px;
	font-family: "Raleway", Sans-serif;
	;
	text-align: center;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.product-list .aupool_responsive_products_list .item .info .price {
	font-size: 16px;
	font-family: "Raleway", Sans-serif;
	;
}

.product-list .aupool_responsive_products_list .item:hover .info .name a {
	color: #111111;
}

.product-list .aupool_responsive_products_list .item .info .more {
	display: none;
	margin: 0 auto;
	width: 123px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #111111;
	font-family: "Raleway", Sans-serif;
	;
	text-decoration: underline;
	text-align: center;
	transition: all 0.5s;
}

.wrap {
	width: 90%;
	margin: auto
}

.wrap-module .aupool_responsive_products_list .item {
	margin-right: 2.4581%;
	margin-bottom: 22px;
	padding-bottom: 34px;
	width: 23.0769%;
	background: #fff;
}

.wrap-module .aupool_responsive_products_list .item:nth-child(4n) {
	margin-right: 0;
}

.wrap-module .aupool_responsive_products_list .item .pro {
	width: 100%;
	height: 100%;
}

.in_ad {
	position: relative;
	font-size: 0;
	min-height: 130px;
}

.in_ad .ad_con {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.in_ad .ad_con .con_table {
	display: table;
	width: 100%;
	height: 100%;
}

.in_ad .ad_con .con_table .con_table_cell {
	display: table-cell;
	vertical-align: middle;
}

.in_ad .ad_con .aupool_responsive_position {
	width: 100%;
	border-bottom: 0;
}

.in_ad .ad_con .aupool_responsive_position .title {
	display: block;
	float: none;
	width: 100%;
	max-width: inherit;
	height: 70px;
	line-height: 70px;
	font-size: 50px;
	color: #fff;
	font-family: "Raleway", Sans-serif;
	;
	text-align: center;
}

.in_ad .ad_con .aupool_responsive_position .position {
	float: none;
	width: 100%;
	max-width: inherit;
	height: 26px;
	line-height: 26px;
	text-align: center;
}

.in_ad .ad_con .aupool_responsive_position .position {
	font-size: 16px;
	color: #fff;
}

.in_ad .ad_con .aupool_responsive_position .position a {
	font-size: 16px;
	color: #fff;
	font-family: "Raleway", Sans-serif;
	;
}

.in_ad .bxSlide-outter {
	min-height: 48px;
}

.case {
	width: 90%;
	margin: 0 auto;
}

body .aupool_responsive_turn_page {
	text-align: center;
}

body .aupool_responsive_turn_page span {
	width: auto;
	min-width: 54px;
}

body .aupool_responsive_turn_page span a {
	display: block;
	background: #fff;
}

body .aupool_responsive_turn_page span .page_item_current {
	background: #111111;
	color: #fff;
}

body .aupool_responsive_turn_page.s1>span .page_item_current {
	background: #111111;
	color: #fff;
}

body .aupool_responsive_turn_page span a,
body .aupool_responsive_turn_page span font {
	background: #f5f5f5;
	color: #555;
	font-size: 18px;
	width: 100%;
}

body .aupool_responsive_turn_page span a {
	background: #fff;
}

body .aupool_responsive_turn_page span em {
	width: 20px;
	height: 8px;
}

body .aupool_responsive_turn_page span em.icon_page_prev {
	width: 21px;
	height: 10px;
	background: url(../images/icon_pro_all.png) no-repeat 0 0;
}

body .aupool_responsive_turn_page span em.icon_page_next {
	width: 21px;
	height: 10px;
	background: url(../images/icon_pro_all.png) no-repeat right 0 bottom 0;
}

.aupool_responsive_case_detail>.name,
.aupool_responsive_info_list .item .info .title,
.aupool_responsive_info_detail>.title,
#global_editor_contents h3 {
	font-family: "Raleway", Sans-serif;
	;
}

body .aupool_responsive_case_list .item .info .desc,
#global_editor_contents,
.aupool_responsive_info_list .item .info .desc,
#global_editor_contents p {
	font-family: "Raleway", Sans-serif;
	;
}

.wrap .cate-name {
	font-size: 30px;
	color: #000;
	margin-bottom: 15px;
	margin-bottom: 30px;
	text-decoration: none;
}

.wrap .cate-name a {
	text-decoration: none;
}

.wrap .cate-name span {
	display: block;
	width: 28px;
	height: 2px;
	background: #111111;
	margin: 15px auto 0;
}

.wrap-module .cate-name {
	font-size: 30px;
	color: #000;
	margin-bottom: 15px;
	margin-bottom: 30px;
	text-align: center;
}

.wrap-module .cate-name span {
	display: block;
	width: 28px;
	height: 2px;
	background: #111111;
	margin: 15px auto 0;
}

.article-content .art-title {
	height: 35px;
	margin: 20px 0;
	font-size: 22px;
	color: #333;
	text-align: center;
}

.article-content .art-title {
	position: relative;
	height: 60px;
	line-height: 60px;
	font-size: 36px;
	color: #000;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-transform: uppercase;
}

.article-content .art-title:before {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 28px;
	height: 2px;
	background: #111111;
	transform: translateX(-50%);
}

.wrap-module body .aupool_responsive_position {
	margin-top: 8px;
	line-height: 40px;
	margin-bottom: 25px;
	border-color: #e6e6e6;
}

.wrap-module .aupool_responsive_products_detail_review .review_form h1 {
	font-size: 30px;
	color: #1f1f1f;
	text-align: center;
	margin-bottom: 35px;
}

.info-list .menu-in-left .aupool_responsive_position {
	border-bottom: 0;
}

.info-list .menu-in-left .aupool_responsive_position .title {
	display: none;
}

.info-list .menu-in-left .aupool_responsive_position .position {
	text-align: left;
}

.menu-in-left {
	padding-top: 30px;
	padding-bottom: 4.5%;
}

.menu-in-left .menu-wrap-style {
	width: 100%;
}

.menu-in-left .menu-wrap-style .menu {
	text-align: center;
}

.menu-in-left .wrap-righter-style {
	padding-top: 42px;
	width: 100%;
}

.menu-wrap-style .menu .cate-top {
	margin-bottom: 30px;
	font-size: 30px;
	color: #1f1f1f;
}

.menu-wrap-style .menu li {
	position: relative;
	display: inline-block;
	margin-top: 20px;
	margin: 0 20px;
	width: auto;
	line-height: 43px;
	transition: all 0.5s;
}

.menu-wrap-style .menu li a {
	display: block;
	padding: 0 4px;
	min-width: 155px;
	border: 1px solid #111111;
	font-size: 18px;
	text-align: center;
	transition: all 0.5s;
	text-decoration: none;
}

.menu-wrap-style .menu li a.on,
.menu-wrap-style .menu li a:hover {
	background: #111111;
	color: #fff;
}

.menu-wrap-style .menu .m-title {
	display: none;
	position: relative;
	height: 69px;
	line-height: 69px;
	/* background: url('../images/cate_title_icon.png') no-repeat center bottom;*/
	font-size: 36px;
	color: #000;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-transform: uppercase;
}

.menu-wrap-style .menu .m-title:before {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 28px;
	height: 2px;
	background: #111111;
	transform: translateX(-50%);
}

.menu-wrap-style .menu .cate-top {
	margin-bottom: 30px;
	font-size: 30px;
	color: #1f1f1f;
}

.menu-wrap-style .menu h3 {
	position: relative;
	display: inline-block;
	margin-top: 20px;
	margin-right: 27px;
	width: auto;
	line-height: 43px;
	transition: all 0.5s;
}

.menu-wrap-style .menu h3 a {
	display: block;
	padding: 0 4px;
	min-width: 155px;
	border: 1px solid #111111;
	font-size: 18px;
	text-align: center;
	transition: all 0.5s;
	text-decoration: none;
}

.menu-wrap-style .menu h3 a:hover {
	background: #111111;
	color: #fff;
}

.menu-wrap-style .menu h3 a.on,
.menu-wrap-style .menu h3 a:hover {
	background: #111111;
	color: #fff;
}


.aupool_responsive_download_list ul li:hover {
	color: #111111;
}

.aupool_responsive_download_list ul li a:hover {
	background: #111111;
}

.contenter {
	margin-top: 30px;
	width: 100%;
}

.contenter .title {
	padding: 0 30px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #fff;
	font-size: 18px;
	color: #202528;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.contenter .cate_brief {
	padding: 0 30px;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.contenter .aupool_responsive_position .title {
	margin-bottom: 4px;
	width: 100%;
	height: 62px;
	line-height: 62px;
	font-size: 20px;
	color: #333;
}

.contenter .aupool_responsive_position {
	border-bottom: 0;
}

.contenter .aupool_responsive_position .position {
	display: none;
}

.article-content .wrap .contenter .aupool_responsive_position .position {
	display: block;
}

.article-content .wrap .contenter {
	margin-top: 0;
}

.contenter .aupool_responsive_case_list {
	margin: 0;
}

.contenter .aupool_responsive_case_list .item {
	padding: 5%;
	background: #f5f5f5;
	border-bottom: 0;
	display: flex;
	flex-direction: row;
}

body .aupool_responsive_case_list .item .img {
	width: 33.1073%;
	position: relative;
}

body .aupool_responsive_case_list .item .info {
	padding-left: 5%;
	width: 61.5819%;
}

body .aupool_responsive_case_list .item .info .name {
	position: relative;
	margin-bottom: 0;
	padding-bottom: 15px;
	font-family: "Raleway", Sans-serif;
	;
}

body .aupool_responsive_case_list .item .info .name a {
	line-height: 30px;
}

body .aupool_responsive_case_list .item .info .name:before {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 44px;
	height: 1px;
	background: #555;
}

body .aupool_responsive_case_list .item .info .name a {
	font-size: 24px;
	color: #333;
	text-decoration: none;
}

body .aupool_responsive_case_list .item .info .desc {
	padding-top: 20px;
	line-height: 24px;
	font-size: 14px;
	color: #5b5b5b;
}

body .aupool_responsive_products_inquiry form .form_button {
	background: #111111;
}

body .aupool_responsive_download_list ul li .name {
	width: calc(100% - 50px);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.rightside .aupool_responsive_info_list .item .info .title a {
	text-decoration: none;
}

.rale_news {
	padding-bottom: 56px;
	width: 100%;
}

.rale_news .news_title {
	width: 100%;
	height: 30px;
	line-height: 30px;
}

.rale_news .news_title .title {
	font-size: 22px;
	color: #191919;
}

.rale_news .news_title .read_btn {
	font-size: 14px;
	color: #888;
}

.rale_news .news_title .read_btn span {
	font-size: 14px;
	color: #888;
	font-weight: bold;
}

.rale_news .list {
	display: grid;
	grid-template-columns: repeat(4, 23.25%);
	justify-content: space-between;
	margin-top: 23px;
	width: 100%;
}

.rale_news .list .item .img {
	display: block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
}

.rale_news .list .item .title {
	font-family: "Raleway", Sans-serif;
	;
	display: -webkit-box;
	margin-top: 15px;
	line-height: 21px;
	font-size: 16px;
	color: #333;
	text-decoration: none;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.rale_news .list .item .time {
	margin-top: 8px;
	width: 100%;
	height: 21px;
	line-height: 21px;
	font-size: 14px;
	color: #989898;
}

.rale_news .list .item .brief {
	font-family: "Raleway", Sans-serif;
	;
	display: -webkit-box;
	margin-top: 6px;
	line-height: 24px;
	font-size: 14px;
	color: #888;
	text-decoration: none;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.rale_news .list .item:hover .img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.rale_news.desc_news {
	margin-top: 55px;
}

.rale_news.desc_news .news_title {
	position: relative;
	width: 100%;
	text-align: center;
}

.rale_news.desc_news .news_title:before {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	background: #ddd;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.rale_news.desc_news .news_title .title {
	position: relative;
	z-index: 1;
	padding: 0 40px;
	width: 100%;
	background: #fff;
	text-align: center;
}

.rale_news.desc_news .list {
	grid-template-columns: repeat(2, 49%);
	grid-row-gap: 44px;
}

.rale_news.desc_news .list .item .img {
	width: 39.2857%;
	height: 100%;
	text-align: center;
}

.rale_news.desc_news .list .item .text {
	width: calc(100% - 43.5374%);
}

.rale_news.desc_news .list .item.no_img .text {
	width: 100%;
}

.rale_news.desc_news .list .item .text .title {
	margin-top: 0;
	font-size: 18px;
}

.rale_news.desc_news .list .item .brief {
	font-size: 15px;
	color: #888;
}

.wrap-module .aupool_responsive_case_detail>.share {
	display: block;
}

.wrap-module .aupool_responsive_info_detail>.share {
	display: block;
}

.article-content .aupool_responsive_article_detail>.contents>.share {
	display: block;
}

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

@media screen and (max-width: 768px) {
	.hide {
		display: none
	}

	.header-top {
		display: none;
	}

	#footer .footer_box {
		width: 92%;
	}

	#footer .footer_box .list_item {
		flex-direction: column;
		padding-bottom: unset;
	}

	#footer .footer_box .list_item .ft_item {
		width: 100%;
		padding-right: unset;
		margin-bottom: 4%;
	}

	#footer .footer_box .list_item .ft_item .item_title {
		margin-bottom: unset;
		display: flex;
		justify-content: space-between;
		line-height: 30px;
		align-items: center;
	}

	#footer .footer_box .list_item .ft_item .item_title span {
		display: block;
		width: calc(100% - 40px);
	}

	#footer .footer_box .list_item .ft_item .item_title .ft_icon {
		display: block;
		background: url(../images/icon.png) no-repeat -3px -55px;
		background-size: 36px 160px;
		width: 30px;
		height: 2px;
	}

	#footer .footer_box .list_item .ft_item .item_title.show .ft_icon {
		display: block;
		background: url(../images/icon.png) no-repeat -3px -41px;
		background-size: 36px 160px;
		height: 30px;
	}

	#footer .footer_box .list_item .ft_item .item_content {
		margin-bottom: unset;
		margin-top: 2%;
	}

	#footer .footer_box .list_item .ft_item .item_content a {
		font-size: 14px;
	}

	#footer .footer_box .list_item .ft_item:last-child .item_title {
		display: none;
	}

	#footer .footer_box .list_item .ft_item:last-child ul {
		display: flex;
		justify-content: center;
		margin: 0 auto;
	}

	#footer .footer_box .footer_bottom_text {
		text-align: center;
	}

	body .aupool_responsive_case_list .item .info {
		margin: 0 auto;
		padding: 0 0 20px 0;
		width: 100%;
	}

	body .aupool_responsive_case_list .item .info .name {
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}

	body .aupool_responsive_case_list .item .info .name a {
		font-size: 20px;
	}

	body .foot_share {
		display: block;
		text-align: center;
	}

	body .menu-in-left .menu-wrap-style .menu {
		display: none;
	}

	.in_ad .ad_con .aupool_responsive_position .title {
		display: none;
	}

	.rale_news .list {
		grid-template-columns: repeat(2, 46.5%);
	}

	.rightside .aupool_responsive_info_list .item .info .title {
		height: 50px;
		overflow: hidden;
	}

	.rale_news .list .item {
		margin-bottom: 20px;
	}

	.rale_news .list .item .brief {
		height: 73px;
		overflow: hidden;
	}

	.wrap-module .aupool_responsive_products_list .item {
		margin-right: 2%;
		width: 49%;
	}

	.wrap-module .aupool_responsive_products_list .item:nth-child(4n) {
		margin-right: 2%;
	}

	.wrap-module .aupool_responsive_products_list .item:nth-child(2n) {
		margin-right: 0;
	}

	.wrap-module .cate-name {
		margin-bottom: 15px;
		font-size: 22px;
	}

	.wrap-module .cate-name span {
		margin-top: 10px;
	}

	.product-list .pro_list .hot_cate .page_name {
		font-size: 20px
	}

	body .win_alert .win_pwd .pwd_text {
		max-width: 100%;
	}
}

.aupool_responsive_products_detail .gallery .left_small_img .left_small_img_inner {
	max-width: 95px;
}



/*=======================================
#8.0 Contact-page
==========================================*/

.section-padding {
	padding: 50px 0;
}

.info-item {
	text-align: center;
}

.wpo-contact-info .info-icon {
	width: 90px;
	height: 90px;
	background: #fff;
	line-height: 90px;
	border-radius: 50%;
	-webkit-box-shadow: 0px 10px 40px 0px rgba(50, 50, 50, 0.1);
	-moz-box-shadow: 0px 10px 40px 0px rgba(50, 50, 50, 0.1);
	box-shadow: 0px 10px 40px 0px rgba(50, 50, 50, 0.1);
	text-align: center;
	margin-right: 20px;
	align-items: center;
	margin: auto;
	margin-bottom: 20px;
}

.info-item {
	-webkit-box-shadow: 0px 10px 40px 0px rgba(50, 50, 50, 0.1);
	-moz-box-shadow: 0px 10px 40px 0px rgba(50, 50, 50, 0.1);
	box-shadow: 0px 10px 40px 0px rgba(50, 50, 50, 0.1);
	padding: 33px 40px;
	margin-bottom: 30px;
	background: #fff;
	box-shadow: 0px 1px 18px 0px rgba(21, 44, 91, 0.1);
	border-radius: 5px;
}

.info-item h2 {
	font-size: 24px;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 15px;
	color: #333;
	min-height: 110px;
}

.info-icon .fi:before {
	font-size: 40px;
	color: #1779AE;
	margin: 0;
}

.info-text span {
	color: #666666;
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 10px;
	display: block;
}


@media(max-width: 590px) {
	.info-item h2 {
		font-size: 20px;
	}

	.info-text span {
		font-size: 15px;
	}

	.wpo-contact-info form textarea {
		height: 100px;
	}

	.info-item {
		padding: 32px 25px;
	}
}

.contact-area form,
.contact-area-s2 form {
	overflow: hidden;
	margin: 0 -15px;
}

.contact-area form .half-col,
.contact-area-s2 form .half-col {
	width: 50%;
	float: left;
}

@media (max-width: 600px) {

	.contact-area form .half-col,
	.contact-area-s2 form .half-col {
		width: 100%;
		float: left;
	}
}

.contact-area form div,
.contact-area-s2 form div {
	padding: 0 15px 30px;
}


.contact-area form .submit-btn-wrapper,
.contact-area-s2 form .submit-btn-wrapper {
	padding-bottom: 0;
}

.contact-area form input,
.contact-area-s2 form input,
.contact-area form textarea,
.contact-area-s2 form textarea,
.contact-area-s2 form select {
	background: transparent;
	height: 50px;
	padding: 6px 15px;
	border-radius: 5px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	border: 1px solid #e1e1e1;
}

.contact-area select.form-control:not([size]):not([multiple]) {
	height: 50px;
	padding: 6px 15px;
	color: #bbb5a5;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: relative;
	-webkit-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-moz-appearance: none;
}

.contact-area form input:focus,
.contact-area-s2 form input:focus,
.contact-area form textarea:focus,
.contact-area-s2 form textarea:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
	border: 1px solid #e1e1e1;
}


.contact-area form textarea,
.contact-area-s2 form textarea {
	height: 150px;
	padding: 15px;
}

.contact-area .submit-btn-wrapper {
	text-align: center;
	margin-top: 30px;
}

.contact-validation-active #success,
.contact-validation-active #error {
	width: 100%;
	color: #fff;
	padding: 5px 10px;
	font-size: 16px;
	text-align: center;
	display: none;
}

.contact-validation-active #loader {
	display: none;
	margin-top: 10px;
}

.contact-section form .submit-btn-wrapper,
.contact-section-s2 form .submit-btn-wrapper {
	padding-bottom: 0;
}

.theme-btn-s3 {
	border-radius: 0;
	text-transform: uppercase;
}

.contact-validation-active .error-handling-messages {
	margin-top: 15px;
}

.contact-validation-active #error {
	background-color: #ff1a1a;
	border-left: 5px solid red;
}

.contact-validation-active label.error {
	color: red;
	font-size: 0.875rem;
	font-weight: normal;
	margin: 5px 0 0 0;
	text-align: left;
	display: block;
}

.contact-form ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #777;
	font-size: 14px;
}

.contact-form ::-moz-placeholder {
	/* Firefox 19+ */

	color: #777;
	font-size: 14px;
}

.contact-form :-ms-input-placeholder {
	/* IE 10+ */
	color: #777;
	font-size: 14px;
}

.contact-form :-moz-placeholder {
	/* Firefox 18- */

	color: #777;
	font-size: 14px;
}

.contact-content h2 {
	font-size: 40px;
	font-weight: 700;
	color: #333;
	margin-bottom: 50px;
	text-align: center;
}

.contact-content span {
	color: #1779AE;
}

.contact-text h2 span {
	color: #1779AE;
}

.contact-content .theme-btn {
	color: #fff;
	background: #1779AE;
	transition: all .5s;
}

.contact-content .theme-btn:hover {
	color: #1779AE;
	background: transparent;
}

.contact-map {
	padding: 30px;
	margin-top: 80px;
	max-width: 100%;
	height: 455px;
	box-shadow: 0px 1px 18px 0px rgba(21, 44, 91, 0.1);
}

@media (max-width: 767px) {
	.contact-map {
		height: 350px;
	}

	.info-item h2 {
		line-height: 1.5em;
		min-height: auto;
	}
}

.contact-map iframe {
	width: 100%;
	height: 100%;
	border: 0;
}

.contact-map {
	/* -webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%); */
}

.contact-content {
	padding: 40px;
	box-shadow: 0px 1px 18px 0px rgba(21, 44, 91, 0.1);
	padding-bottom: 10px;
}

@media(max-width: 991px) {
	.contact-text {
		margin-bottom: 40px;
	}
}

@media (max-width: 767px) {
	.contact-content {
		padding: 25px;
		padding-bottom: 10px;
	}
}


.theme-btn,
.theme-btn-s2,
.theme-btn-s4 {
	color: #1779AE;
	font-weight: 600;
	padding: 15px 27px;
	border: 0;
	text-transform: capitalize;
	display: block;
	background: #fff;
	display: inline-block;
	position: relative;
	overflow: hidden;
}

.theme-btn:before,
.theme-btn-s2:before,
.theme-btn-s4:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .3;
	z-index: 9;
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	transition: transform 0.6s, -webkit-transform 0.6s;
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 180deg) translate3d(0, 100%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 180deg) translate3d(0, 100%, 0);
}

.theme-btn:hover:before,
.theme-btn-s2:hover:before,
.theme-btn-s4:hover:before {
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 180deg) translate3d(0, -100%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 180deg) translate3d(0, -100%, 0);
}

.theme-btn:hover,
.theme-btn-s2:hover,
.theme-btn:focus,
.theme-btn-s2:focus,
.theme-btn:active,
.theme-btn-s2:active {
	background-color: #1779AE;
	color: #fff;
}

.theme-btn-s2 {
	background: #1779AE;
	color: #fff;
}

@media (max-width: 991px) {

	.theme-btn,
	.theme-btn-s2 {
		font-size: 15px;
		font-size: 0.9375rem;
	}
}



.form input,
.form textarea,
.form select {
	border-color: #bfbfbf;
	border-radius: 0;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #595959;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
	border-color: #f8c000;
	-webkit-box-shadow: 0 0 5px 0 #fde2dd;
	-moz-box-shadow: 0 0 5px 0 #fde2dd;
	-o-box-shadow: 0 0 5px 0 #fde2dd;
	-ms-box-shadow: 0 0 5px 0 #fde2dd;
	box-shadow: 0 0 5px 0 #fde2dd;
}

.form ::-webkit-input-placeholder {
	font-style: 14px;
	font-style: italic;
	color: #595959;
}

.form :-moz-placeholder {
	font-style: 14px;
	font-style: italic;
	color: #595959;
}

.form ::-moz-placeholder {
	font-style: 14px;
	font-style: italic;
	color: #595959;
}

.form :-ms-input-placeholder {
	font-style: 14px;
	font-style: italic;
	color: #595959;
}

.form select {
	font-style: italic;
	background: url(../images/select-icon.html) no-repeat right center;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	cursor: pointer;
}

.form select::-ms-expand {
	/* for IE 11 */
	display: none;
}

.social-links {
	overflow: hidden;
}

.social-links li {
	float: left;
	width: 35px;
	height: 35px;
	margin-right: 1px;
}

.social-links li a {
	background-color: #fde2dd;
	width: 35px;
	height: 35px;
	line-height: 35px;
	display: block;
	color: #fff;
	text-align: center;
}

.social-links li a:hover {
	background-color: #f8c000;
}


.product_div {
	width: 1226px;
	margin: 30px auto;
}

.xm-plain-box .box-hd {
	position: relative;
	height: 58px;
	-webkit-font-smoothing: antialiased;
}

.xm-plain-box .box-hd .title {
	margin: 0;
	font-size: 22px;
	font-weight: 200;
	line-height: 58px;
	color: #333;
}

.xm-plain-box .box-hd .title small {
	margin-left: 10px;
	font-size: 14px;
}

.xm-plain-box .box-hd .title .tip {
	color: #757575;
}

.xm-plain-box .box-hd .more {
	position: absolute;
	top: 0;
	right: 0;
}

.xm-plain-box .box-hd .more .more-link {
	font-size: 16px;
	line-height: 58px;
	color: #424242;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.xm-plain-box .box-hd .more .more-link:hover {
	color: #ff6700;
}

.xm-plain-box .box-hd .more .more-link:hover .iconfont {
	background: #ff6700;
}

.xm-plain-box .box-hd .more .more-link .iconfont {
	width: 12px;
	height: 12px;
	padding: 4px;
	margin-left: 8px;
	border-radius: 16px;
	font-size: 12px;
	line-height: 12px;
	background: #b0b0b0;
	color: #fff;
	vertical-align: 1px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.xm-plain-box .box-hd .more .control {
	margin-left: -1px;
}

.xm-plain-box .box-hd .more .tab-list {
	margin: 0;
	padding: 16px 0 0;
	list-style-type: none;
	font-size: 16px;
}

.xm-plain-box .box-hd .more .tab-list li {
	display: inline-block;
	padding: 0;
	margin: 0 15px;
	color: #424242;
	border-bottom: 2px solid #f5f5f5;
	border-bottom: 2px solid rgba(0, 0, 0, 0);
	-webkit-transition: border 0.3s;
	transition: border 0.3s;
	cursor: pointer;
}

.xm-plain-box .box-hd .more .tab-list li.tab-active,
.xm-plain-box .box-hd .more .tab-list li:hover {
	color: #ff6700;
	border-bottom: 2px solid #ff6700;
}

.span1,
.span2,
.span3,
.span4,
.span5,
.span6,
.span7,
.span8,
.span9,
.span10,
.span11,
.span12,
.span13,
.span14,
.span15,
.span16,
.span17,
.span18,
.span19,
.span20 {
	float: left;
	margin-left: 14px;
	min-height: 1px;
}

.span1 {
	width: 48px;
}

.span2 {
	width: 110px;
}

.span3 {
	width: 172px;
}

.span4 {
	width: 234px;
}

.span5 {
	width: 296px;
}

.span6 {
	width: 358px;
}

.span7 {
	width: 420px;
}

.span8 {
	width: 482px;
}

.span9 {
	width: 544px;
}

.span10 {
	width: 606px;
}

.span11 {
	width: 668px;
}

.span12 {
	width: 730px;
}

.span13 {
	width: 792px;
}

.span14 {
	width: 854px;
}

.span15 {
	width: 916px;
}

.span16 {
	width: 978px;
}

.span17 {
	width: 1040px;
}

.span18 {
	width: 1102px;
}

.span19 {
	width: 1164px;
}

.span20 {
	width: 1226px;
}

.span-first {
	margin-left: 0;
}

.home-brick-box {
	margin: 50px auto;
	background: #f5f5f5;
}

.home-brick-box .box-hd .more .tab-list li {
	margin: 0 0 0 30px;
}

.home-brick-box .brick-list,
.home-brick-box .brick-promo-list {
	margin: 0 0 -14px -14px;
}

.home-brick-box .tab-content-hide {
	display: none;
}

.brick-list,
.brick-promo-list {
	height: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.brick-list {
	width: 992px;
}

.brick-promo-list a {
	display: block;
	width: 100%;
	height: 100%;
}

.brick-promo-list img {
	width: 234px;
}

.brick-promo-list .brick-item-l img {
	height: 614px;
}

.brick-promo-list .brick-item-m {
	height: 300px;
	padding: 0;
}

.brick-promo-list .brick-item-s img {
	height: 143px;
}

.brick-item {
	position: relative;
	z-index: 1;
	float: left;
	width: 234px;
	margin-left: 14px;
	margin-bottom: 14px;
	background: #fff;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.brick-item:hover {
	z-index: 2;
	-webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}

.brick-item-l {
	height: 614px;
}

.brick-item-m {
	height: 246px;
	padding: 34px 0 20px;
}

.brick-item-m .figure-img {
	width: 150px;
	height: 150px;
	margin: 0 auto 18px;
}

.brick-item-m .figure-img a {
	display: block;
}

.brick-item-m .figure-img img {
	width: 150px;
	height: 150px;
}

.brick-item-m .title {
	margin: 0 10px;
	font-size: 14px;
	font-weight: 400;
	color: #333;
}

.brick-item-m .desc,
.brick-item-m .title {
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.brick-item-m .desc {
	margin: 0 10px 10px;
	height: 18px;
	font-size: 12px;
	color: #b0b0b0;
}

.brick-item-m .price {
	margin: 0 10px 10px;
	text-align: center;
	color: #ff6700;
}

.brick-item-m .price del {
	margin-left: 0.5em;
	color: #b0b0b0;
}

.brick-item-m-2 {
	height: 300px;
	padding: 0;
}

.brick-item-m-2>a {
	display: block;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 0;
}

.brick-item-m-2 .figure-img,
.brick-item-m-2 .figure-img img {
	width: 160px;
	height: 160px;
}

.brick-item-m-2 .title {
	margin: 0 10px 10px;
}

.brick-item-m-2 .price {
	margin: 0 10px 14px;
}

.brick-item-s {
	height: 93px;
	padding-top: 50px;
}

.brick-item-s .figure-img {
	position: absolute;
	right: 20px;
	top: 32px;
	width: 80px;
	height: 80px;
}

.brick-item-s .figure-img a {
	display: block;
}

.brick-item-s .figure-img img {
	width: 80px;
	height: 80px;
}

.brick-item-s .figure-more {
	position: absolute;
	right: 35px;
	top: 48px;
	width: 48px;
	height: 48px;
	color: #ff6700;
}

.brick-item-s .title {
	margin: -10px 110px 5px 30px;
	font-size: 14px;
	font-weight: 400;
}

.brick-item-s .title,
.brick-item-s .title a {
	color: #333;
}

.brick-item-s .title a {
	display: block;
	text-overflow: ellipsis;
}

.brick-item-s .price {
	margin: 0 110px 0 30px;
	font-size: 12px;
	color: #ff6700;
}

.brick-item-s .price .num {
	font-size: 14px;
}

.brick-item-s .more {
	display: block;
	margin: 0 110px 0 30px;
	font-size: 18px;
	color: #333;
}

.brick-item-s .more small {
	display: block;
	font-size: 12px;
	color: #757575;
}

.brick-item-s i {
	font-size: 48px;
	line-height: 48px;
}

/*----------------------- Footer 20230920 -----------------------*/
.footer {
	z-index: 1;
	position: relative;
	background-position: center center;
	background-attachment: scroll;
	background-color: #00669c;
	color: #fff;
	text-align: left;
	padding: 0;
	font-size: 17px;
}

.footer .widget-text {
	line-height: 1.6;
	padding-right: 120px;
}

.footer.clearfix:after,
.footer .clearfix:after {
	visibility: visible;
	content: "";
}

.footer a {
	color: #ccc;
	padding: 0 2px;
}

.footer:before,
.footer:after {
	content: '';
	position: absolute;
	height: 20px;
	width: 100%;
	background-image: url(../img/foot/footer-top-shape-dark.png);
	top: -19px;
	z-index: 9;
	background-repeat: repeat-x;
	-webkit-animation: move 12s linear infinite;
	animation: move 12s linear infinite;
	-webkit-animation-delay: -4s;
	animation-delay: -4s;
	-webkit-animation-duration: 12s;
	animation-duration: 12s;
	background-color: transparent !important;
}

.footer:after {
	content: '';
	position: absolute;
	height: 20px;
	width: 100%;
	background-image: url(../img/foot/footer-top-shape-light.png);
	top: -22px;
	z-index: 8;
	-webkit-animation-delay: -2s;
	animation-delay: -2s;
	-webkit-animation-duration: 8s;
	animation-duration: 8s;
	overflow: visible;
}

@keyframes move {
	0% {
		background-position: left 0 bottom 0
	}

	100% {
		background-position: left 350px bottom 0
	}
}

.footer .footer-logo {
	position: relative;
	margin-bottom: 20px;
	text-align: left;
	/* margin-top:-20px; */
}

.footer .footer-logo span {
	letter-spacing: 2px;
}

.footer .row .widget-area:first-child .widget {
	margin-right: 20px;
}

.footer .social-icons li {
	font-weight: normal;
	text-align: center;
	position: relative;
	margin: 0 1px;
}

.footer .social-icons li a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 5px;
	border: 1px solid #333;
	text-align: center;
	display: block;
	font-size: 14px;
	color: #fff;
	border-color: transparent;
}


.footer .widget .widget-title {
	font-weight: 600;
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 15px;
	display: inline-block;
	position: relative;
}

.footer .widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer .hr_foot {
	width: 100px;
	border-top: 3px solid #fff;
}

/* second-footer */
.footer .second-footer {
	width: 100%;
	max-width: 1400px;
	padding: 0 15px 25px 15px;
	margin: auto;
}

.second-footer .widget-area .widget {
	padding: 90px 0 85px;
	position: relative;
	z-index: 2;
}

.footer .second-footer .widget-area:first-child .widget {
	padding-top: 73px;
}

.second-footer:before {
	content: '';
	position: absolute;
	background-image: url(../img/foot/footer-ani-img.png);
	top: -100px;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	opacity: .3;
	-webkit-animation: wavemove 30s linear infinite, sidemove 7s ease-in-out infinite alternate;
	-moz-animation: wavemove 30s linear infinite, sidemove 7s ease-in-out infinite alternate;
	animation: wavemove 30s linear infinite, sidemove 7s ease-in-out infinite alternate;
}



.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px
}

.pagination {
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: 2.5px;
	-webkit-border-radius: 2.5px;
	-moz-border-radius: 2.5px;
	-ms-border-radius: 2.5px;
	-o-border-radius: 2.5px;
}

.pagination>li {
	display: inline
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	z-index: 2;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px
}

.pager {
	padding-left: 0;
	margin: 20px 0;
	text-align: center;
	list-style: none
}

.pager li {
	display: inline
}

.pager li>a,
.pager li>span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px
}

.pager li>a:focus,
.pager li>a:hover {
	text-decoration: none;
	background-color: #eee
}

.pager .next>a,
.pager .next>span {
	float: right
}

.pager .previous>a,
.pager .previous>span {
	float: left
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
	color: #777;
	cursor: not-allowed;
	background-color: #fff
}


@-webkit-keyframes wavemove {
	0% {
		margin-left: 20%
	}

	100% {
		margin-left: -30%
	}
}

@-moz-keyframes wavemove {
	0% {
		margin-left: 20%
	}

	100% {
		margin-left: -30%
	}
}

@keyframes wavemove {
	0% {
		margin-left: 20%
	}

	100% {
		margin-left: -30%
	}
}

/** menu-footer-quick-links **/
#menu-footer-quick-links {
	margin-top: 27px;
}

.widget ul#menu-footer-quick-links li a {
	display: inline-block;
	transition: all .6s;
}

.widget .d-flex {
	margin-top: 33px;
}

.widget .d-flex h4 {
	font-size: 16px;
	display: flex;
}

.widget .d-flex h4 span img {
	width: 100%;
}

.widget .d-flex h4 span:first-child {
	width: 45px;
	margin-right: 10px;
	display: block;
	flex-shrink: 0;
	text-align: center;
}

.widget div.d-flex:nth-of-type(4) h4 span {
	width: 35px;
	margin-left: 6px;
	margin-right: 6px;
}

.widget ul#menu-footer-quick-links li {
	display: block;
	padding: 0px 0px 16px 0;
	position: relative;
}

.widget ul#menu-footer-quick-links li:last-child {
	padding-bottom: 0;
}


/** widget_img_gellary **/
.widget_img_gellary ul {
	display: inline-table;
	padding-top: 2px;
	font-size: 0;
	margin: 0 -1.1666667%;
}

.widget_img_gellary ul li {
	display: inline-block;
	max-width: 33.21%;
	padding: 3px;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

/** widget_cta **/
.widget_cta .widget-title {
	margin-bottom: 16px !important;
}

.widget_cta {
	position: relative;
	/* background-color: rgba(255, 255, 255, .04); */
	/* padding: 20px 30px 25px 30px !important; */

}

.widget_cta:before {
	content: '';
	position: absolute;
	width: 4px;
	height: 76%;
	top: 36px;
	left: 0;
}

.widget_cta h4 {
	font-size: 22px;
	line-height: 1;
}

.bottom-footer-text {
	background-color: #002d45;
	position: relative;
	z-index: 1;
	background-position: center center;
	background-size: auto;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

/** copyright **/

.footer .copyright {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 14px;
}

.copyright,
.copyright .cpy-text {
	color: rgba(255, 255, 255, .75) !important;
}

.copyright ul.list-inline {
	margin: 0;
}

/** Footer-nav-menu **/
.footer-nav-menu {
	padding: 0;
	margin: 0;
}

.footer-nav-menu li {
	display: inline-block;
	padding-right: 18px;
	font-size: 14px;
}

.footer-nav-menu li:last-child {
	padding-right: 0;
}

ul.footer-nav-menu li:after {
	position: absolute;
	content: "|";
	color: #fff;
	padding-left: 8px;
}

ul.footer-nav-menu li:last-child:after {
	content: unset;
}


/* 移动端 */
@media screen and (max-width: 768px) {
	.xm-plain-box .box-hd {
		padding: 0 15px;
	}

	.box-bd .row {
		margin: 0;
	}

	.product_div {
		width: 100%;
	}

	.span-first {
		display: none;
	}

	.span16 {
		width: 100%;
		margin: 0;
	}

	.brick-list {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around
	}

	.brick-list>div {
		width: 48%;
		overflow: hidden;
	}

	.brick-item {
		width: auto;
		margin-left: 0;
		float: none;
	}

	.xm-plain-box .box-hd .more .tab-list {
		margin-right: 15px;
	}

	.home-brick-box .brick-list,
	.home-brick-box .brick-promo-list {
		margin: 0;
	}

	.footer .widget-text {
		padding-right: 0px;
	}

	.second-footer .widget-area .widget {
		padding: 30px 0 30px;
		position: relative;
		z-index: 2;
	}
}