.wrap {
	width: 86vw;
	max-width: 100%;
	margin: 0 auto
}
.w1200 {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto
}
@media (max-width:1580px) {
	.wrap {
		width: 88.88vw
	}
}
@media (max-width:1440px) {
	.wrap {
		width: 92.8vw
	}
}
@media (max-width:1024px) {
	.w1200, .wrap {
		width: 100%;
		padding: 0 35px
	}
}
@media (max-width:768px) {
	.w1200, .wrap {
		width: 100%;
		padding: 0 15px;
	}
}

header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 19;
}
/* background-image:url(../img/navbg.png);background-repeat:no-repeat;background-position:center center;background-size:cover */
.headbot {
	height: 80px;
	transition: 0.5s ease 0s;
	-webkit-transition: 0.5s ease 0s;
	-moz-transition: 0.5s ease 0s
}
.headbot:after {
	content: "";
	width: 100%;
	height: 207px;
	background-image: url("../img/navbg.png");
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center
}
.headbot.cur {
	background-color: #fff;
	box-shadow: 0 4px 28px rgba(0, 0, 0, 0.04)
}
.headbot.cur:after, .headbot.cur2:after {
	display: none
}
.headbot.cur2 {
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1)
}
.headbot .logo {
	height: 80px;
	padding: 22px 15px 0;
}
.headbot .logo .img img.w {
	display: block;
}
.headbot .logo .img img.b {
	display: none;
}
.headbot.cur .logo .img img.w {
	display: none;
}
.headbot.cur .logo .img img.b {
	display: block;
}
.headbot .navleft {
	margin-left: 3.28vw
}
.navitem-name {
	position: relative;
	padding: 0 1.2vw
}
.navitem-name a {
	font-family: 'FjallaOne', 'HelveticaNeueLTPro';
	position: relative;
	z-index: 2;
	color: #fff;
	overflow: hidden;
	text-align: center;
	display: block;
	font-size: 19px;
	letter-spacing: .5px;
	line-height: 80px;
	transition: 0.5s ease 0s;
	-webkit-transition: 0.5s ease 0s;
	-moz-transition: 0.5s ease 0s
}
.headbot.cur .navitem-name a, .headbot.cur2 .navitem-name a {
	color: #101010
}
.navitem.cur .navitem-name a {
	color: #f48d2c
}
.navright .lanbox {
	position: relative;
}
.navright .lanbox .lanitem {
	display: block;
	color: #fff;
	line-height: 80px;
	font-size: 16px;
	transition: 0.5s ease 0s;
	-webkit-transition: 0.5s ease 0s;
	-moz-transition: 0.5s ease 0s
}
.headbot.cur .navright .lanbox .lanitem, .headbot.cur2 .navright .lanbox .lanitem {
	color: #101010
}
.navright .lanbox span.lanitem {
	margin: 0 10px
}
.navright .search .icon {
	width: 22px;
	height: 80px;
	margin-left: 3.28vw;
	cursor: pointer;
	background-image: url("../img/h-searchbtn.png");
	background-repeat: no-repeat;
	background-position: center center;
	transition: 0.5s ease 0s;
	-webkit-transition: 0.5s ease 0s;
	-moz-transition: 0.5s ease 0s
}
.headbot.cur .navright .search .icon, .headbot.cur2 .navright .search .icon {
	background-image: url("../img/h-searchbtn_cur.png")
}
.navright .searchbox {
	width: 100%;
	height: 280px;
	position: fixed;
	top: 80px;
	transform: translateY(-100%) translateZ(0);
	-webkit-transform: translateY(-100%) translateZ(0);
	-moz-transform: translateY(-100%) translateZ(0);
	left: 0;
	visibility: hidden;
	opacity: 0;
	z-index: -1;
	background-color: #fff;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	transition: 0.75s cubic-bezier(.77, 0, .175, 1) 0s;
	-webkit-transition: 0.75s cubic-bezier(.77, 0, .175, 1) 0s;
	-moz-transition: 0.75s cubic-bezier(.77, 0, .175, 1) 0s
}
.navright .searchbox.cur {
	visibility: visible;
	opacity: 1;
	z-index: 19;
	transform: translateY(0) translateZ(0);
	-webkit-transform: translateY(0) translateZ(0);
	-moz-transform: translateY(0) translateZ(0)
}
.navright .searchbox .box {
	height: 75px;
	border-bottom: 1px solid #d9d9d9
}
.navright .searchbox .input {
	width: 1400px;
	margin: 0 20px;
	height: 75px
}
.navright .searchbox .input input {
	width: 100%;
	height: 74px;
	font-size: 20px;
	padding: 0 20px
}
.navright .searchbox .input input::-webkit-input-placeholder {
	color: rgba(203, 203, 203, 1)
}
.navright .searchbox .searbtn, .navright .searchbox .close {
	line-height: 75px;
	cursor: pointer
}
.navright .searchbox .searbtn img, .navright .searchbox .close img {
	display: initial;
	vertical-align: middle
}
.navright .searchbox .close:hover img {
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg)
}
.navitem .childbox {
	width: 264px;
    background-color: #f3f3f3;
    position: absolute;
    top: 80px;
    visibility: hidden;
    z-index: -1;
    opacity: 0;
}
.navitem.cur .childbox {
	visibility: visible;
	z-index: 19;
	opacity: 1;
	transition: 0.75s ease 0s;
	-webkit-transition: 0.75s ease 0s;
	-moz-transition: 0.75s ease 0s
}
.navitem .childbox .title {
	color: #101010;
	font-size: 36px;
	padding-bottom: 26px;
	border-bottom: 1px solid #e4e4e4
}
.navitem .childbox .items {}
.navitem .childbox .item {
    display: block;
    float: left;
	width: 100%;
    font-size: 15px;
    color: #666;
    background-image: url(../img/navchild-r.png);
    background-repeat: no-repeat;
    background-position: 20px center;
    padding: 8px 20px 8px 40px;
}
.navitem .childbox .item:first-child {
    padding-top: 25px;
    background-position: 20px 28px;
}
.navitem .childbox .item:last-child {
    padding-bottom: 25px;
    background-position: 20px 11px;
}
.navitem .childbox .bot {
	margin-top: 60px;
	display: none
}
.navitem .childbox .bot .box {
	cursor: pointer
}
.navitem .childbox .bot .box .text {
	color: #101010;
	font-size: 18px;
	margin-right: 22px;
	line-height: 1
}
.navitem .childbox .bot .box:hover img {
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg)
}
.navitem .childbox .imgitem {
	width: 23.5%;
	margin-right: 2%;
	position: relative
}
.navitem .childbox .imgitem:nth-last-of-type(1) {
	margin-right: 0
}
.navitem .childbox .imgitem .img {
	background-color: #101010
}
.navitem .childbox .imgitem .img img {
	width: 100%
}
.navitem .childbox .imgitem .textbox {
	width: 100%;
	position: absolute;
	bottom: 6%;
	left: 0;
	color: #fff;
	font-size: 18px;
	text-align: center;
	max-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1
}
.navitem .childbox .imgitem:hover .textbox {
	bottom: 45%
}
.navitem .childbox .imgitem:hover .img img {
	opacity: 0.5
}

#translate {
	position: fixed;
    right: 9%;
    top: 24px;
}
#translate > .translateSelectLanguage {
    width: 135px;
    font-size: 14px;
    border: 1px solid #eee;
    padding: 5px 10px 4px;
    background: none;
    color: #fff;
    cursor: pointer;
    z-index: 10000;
    transition: all 0.3s;
}
.headbot.cur #translate > .translateSelectLanguage {
    color: #666;
    border: 1px solid #777;
}
#translate > .translateSelectLanguage option {
    color: #666;
}
#translate select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #101010;
}

.foottop {
	padding: 4vw 0 3vw
}
.foottop .footcon {
	max-width: 25vw;
}
.foottop .footcon .logo {
	width: 200px
}
.foottop .footcon .textbox {
	margin-top: 26px
}
.foottop .footcon .list {
	color: #666;
	line-height: 1.4;
	margin-bottom: 14px
}
.foottop .footcon .list.name {
	font-size: 15px;
}
.foottop .footcon .list:nth-last-of-type(1) {
	margin-bottom: 0
}
.footmap {}
.footmaplist {
	width: 15vw
}
.footmaplist:nth-last-of-type(1) {
	width: auto
}
.footmaplist:nth-last-of-type(1) a.name {
	display: block
}
.footmaplist .name {
	color: #4b4948;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 35px;
}
.footmaplist .childitem {
	display: block;
	color: #666;
	font-size: 15px;
	margin-bottom: 10px;
	transition: 0.5s ease 0s;
	-webkit-transition: 0.5s ease 0s;
	-moz-transition: 0.5s ease 0s
}
.footmaplist .childitem:hover {
	color: #f48d2c
}
.footmaplist .childitem:nth-last-of-type(1) {
	margin-bottom: 0
}
.footshare {
	margin-right: 10px
}
.footslist {
	width: 45px;
	height: 45px;
	cursor: pointer;
	border: 1px solid #d2d2d2;
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 10px;
	transition: 0.5s ease 0s;
	-webkit-transition: 0.5s ease 0s;
	-moz-transition: 0.5s ease 0s
}
.footslist:hover {
	background-color: #f48d2c;
	border: 1px solid #f48d2c
}
.footslist:nth-last-of-type(1) {
	margin-right: 0
}
.footslist:nth-of-type(1) {
	background-image: url("../img/fs1.png")
}
.footslist:nth-of-type(1):hover {
	background-image: url("../img/fs1_cur.png")
}
.footslist:nth-of-type(2) {
	background-image: url("../img/fs2.png")
}
.footslist:nth-of-type(2):hover {
	background-image: url("../img/fs2_cur.png")
}
.footslist:nth-of-type(3) {
	background-image: url("../img/fs3.png")
}
.footslist:nth-of-type(3):hover {
	background-image: url("../img/fs3_cur.png")
}
.footbot {
	padding: 30px 0;
	border-top: 1px solid #eee
}
.footbotlf {}
.footbotlf .list, .footbotlr .copybox, .footbotlr .copyboxb, .footbotlr .copyboxb a {
	color: #666;
	margin-right: 22px;
	text-align: right
}
.footbotlf .list:nth-last-of-type(1) {
	margin-right: 0
}
.footbotlr .copybox, .footbotlr .copyboxb, .footbotlr .copyboxb a {
	margin-right: 0
}
.footbotlf .list:hover {
	color: #f48d2c
}
.waptop {
	padding: 15px 0;
	border-bottom: 1px solid #e8e8e8;
	text-align: center;
	display: none
}
.waptop .text {
	display: inline-block;
	font-size: 22px;
	vertical-align: middle;
}
.waptop .icon {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px
}
.waptop .icon img {
	width: 30px
}
.wapbtnbox {
	width: 28px;
	height: 68px;
	position: relative;
	display: none;
	margin-left: 15px
}
.wapbtnbox span {
	width: 28px;
	height: 2px;
	display: block;
	background-color: #101010;
	position: absolute;
	left: 0
}
.wapbtnbox span:nth-of-type(1) {
	top: 24px
}
.wapbtnbox span:nth-of-type(2) {
	top: 32px
}
.wapbtnbox span:nth-of-type(3) {
	top: 40px
}
.wapbtnbox.cur span:nth-of-type(2) {
	opacity: 0
}
.wapbtnbox.cur span:nth-of-type(1) {
	top: 32px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg)
}
.wapbtnbox.cur span:nth-of-type(3) {
	top: 32px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg)
}
/* 其它公共 */
.pageban {
	position: relative
}
.pageban .img img {
	width: 100%
}
.pageban .textbox {
	position: absolute;
	top: 40%;
	left: 75%;
	opacity: 0;
	margin-left: -42.895vw;
	z-index: 10;
	transition: 1s cubic-bezier(0, 0, 0.03, 0.75) 0s;
	-webkit-transition: 1s cubic-bezier(0, 0, 0.03, 0.75) 0s;
	-moz-transition: 1s cubic-bezier(0, 0, 0.03, 0.75) 0s
}
.pageban .textbox.cur {
	left: 50%;
	opacity: 1
}
.pageban .textbox .type .line {
	width: 50px;
	height: 1px;
	margin-top: 13px;
	margin-right: 10px
}
.pageban .textbox .type .text {
	font-size: 16px;
}
.pageban .textbox .title {
	font-size: 48px;
	line-height: 1.2;
	margin-top: 10px
}
.pageban .textbox .more {
	width: 56px;
	height: 56px;
	margin-top: 66px;
	display: block;
	font-size: 18px;
	border: 1px solid;
	text-align: center;
	line-height: 56px;
	text-align: center;
	font-weight: bold;
	color: #101010;
}
.pageban .textbox .more:hover {
	background-color: #f48d2c;
	border-color: #f48d2c !important;
	color: #fff !important;
	border-radius: 4px
}
.m-bann, .wapother {
	display: none
}
.m-bann img {
	width: 100%
}
.scrolltop {
	width: 50px;
	height: 50px;
	z-index: 30;
	cursor: pointer;
	background-color: #ddd;
	background-image: url("../img/scrollt.png");
	background-repeat: no-repeat;
	background-position: center center;
	transition: 0.5s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
	-webkit-transition: 0.5s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
	-moz-transition: 0.5s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s
}
.scrolltop:hover {
	background-color: #f48d2c;
	background-image: url("../img/scrollt_cur.png");
	border-radius: 50%;
}

.pager {
	text-align: center
}
.pager .pagerlist {
	display: inline-block;
	width: 36px;
	height: 36px;
	margin: 0 3px;
	font-size: 24px;
	text-align: center;
	line-height: 36px;
	vertical-align: middle
}
.pager .pagerlist.cur, .pager .pagerlist:hover {
	color: #f48d2c
}
.pager .pagerlist.pagers {
	font-size: 22px;
	font-weight: bold;
}
.wappager {
	width: 100%;
	height: 42px;
	background-color: #32b400;
	line-height: 42px;
	color: #fff;
	text-align: center;
	margin-top: 25px;
	display: none
}
.footline {
	border-top: 1px solid #eee
}
@media (max-width:1820px) {
	.footmaplist {
		width: 9.95vw
	}
}
@media (max-width:1580px) {
	.footmaplist {
		width: 9.45vw
	}
	.navright .searchbox .input {
		width: 1000px
	}
	.pageban .textbox {
		margin-left: -44.395vw
	}
	.footshare {
		margin-left: 3vw
	}
	.navitem-name {
		position: relative;
		padding: 0 1vw
	}
}
@media (max-width:1440px) {
	#translate {
		right: 90px;
	}
	.footmaplist {
		width: 15vw
	}
	.navright .searchbox .input {
		width: 800px
	}
	.footmap {
		margin-left: 4vw
	}
	.footshare {
		margin-left: 12px
	}
	.pageban .textbox {
		margin-left: -46.395vw
	}
	.pageban .textbox .title {
		font-size: 34px
	}
	.pageban .textbox .more {
		width: 40px;
		height: 40px;
		line-height: 40px;
		margin-top: 40px
	}
	.navitem-name a {
		font-size: 18px
	}
}
@media (max-width:1280px) {
	.footmap {
		margin-left: 2.2vw
	}
	.footmaplist {
		width: 10vw
	}
}
@media (min-width:1024px) {
	.navitem:hover .navitem-name a, .navright .lanbox a.lanitem:hover {
		color: #f48d2c
	}
	.navitem .childbox .item:hover {
		color: #f48d2c;
		background-image: url("../img/navchild-rcur.png");
	}
}
@media (max-width:1024px) {
	.footline {
		border-top: none
	}
	header {
		height: 68px;
		background-color: #fff;
		background-image: none;
		position: relative;
		overflow: hidden
	}
	header.cur {
		overflow: initial
	}
	.headrightbox {
		min-width: initial
	}
	.headbot {
		height: 68px;
		opacity: 1;
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
	}
	.pageright, .hsignupbtn, .navchildbox .img, .navchildbox .textbox, .navrightbox, .navitem-name a:after, .scrolltop, .headbot:after {
		display: none
	}
	.loginbox .waptext, .wapbtnbox, .headbot .waplogo {
		display: block
	}
	.headbot .logo {
		height: 68px;
		padding: 25px 0
	}
	.headbot .logo img {
		width: 150px
	}
	.loginbox {
		margin-right: 15px
	}
	.loginbox .text {
		line-height: 68px
	}
	.headbtnbox .icon, .navbox .top .name {
		line-height: 68px
	}
	.headbtnbox .list {
		margin-right: 10px
	}
	.navitems .navitem {
		width: 100%
	}
	.navitems .navitem .navitem-name {
		padding: 0 15px;
		border-bottom: 1px solid #c5c5c5;
		padding-right: 40px
	}
	.navitems .navitem .navitem-name:before {
		content: ">";
		color: #101010;
		font-size: 22px;
		font-weight: bold;
		line-height: 52px;
		position: absolute;
		top: 0;
		right: 15px;
		transition: 0.6s ease 0s;
		-webkit-transition: 0.6s ease 0s;
		-moz-transition: 0.6s ease 0s
	}
	.navitems .navitem .navitem-name.cur:before {
		right: 20px;
		color: #f48d2c;
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg)
	}
	.navitems .navitem .navitem-name a {
		text-align: left;
		line-height: 52px;
		font-size: 20px;
		color: #101010;
		display: inline-block
	}
	.navitems .navitem .navitem-name.cur a {
		color: #f48d2c
	}
	.childnavitems .childnavitem:after {
		width: 6px;
		height: 6px;
		border-radius: 6px;
		margin-top: -3px
	}
	.navchildbox {
		position: static;
		visibility: visible;
		opacity: 1;
		display: none;
		background-image: none;
		background-color: #f6f6f6;
		box-shadow: none;
		z-index: 8;
		transform: scale3d(1, 1, 1);
		-webkit-transform: scale3d(1, 1, 1);
		-moz-transform: scale3d(1, 1, 1);
		transition: 0s ease 0s;
		-webkit-transition: 0s ease 0s;
		-moz-transition: 0 ease 0s
	}
	.navchildbox .w1200 {
		padding: 0
	}
	.childnavitems {
		width: 100%;
		margin-left: 0;
		margin-top: 0;
		float: none
	}
	.navitems .navitem .childnavitems .childnavitem {
		width: 100%;
		height: 38px;
		line-height: 38px;
		display: block;
		margin-right: 0;
		margin-bottom: 0;
		float: none
	}
	.foottop {
		padding: 0 0 45px
	}
	.pagenav, .m-bann, .wapfootbox, .wapfoot {
		display: block
	}
	.pagernav, .indexbanner, .foottop .mapbox, .footother, .footcopybox {
		display: none
	}
	.wapother .footother, .wapother .footcopybox {
		display: block
	}
	.headbot .navleft {
		width: 100%;
		height: calc(100vh - 68px);
		overflow-y: auto;
		background-color: #fff;
		position: fixed;
		top: 68px;
		left: 100%;
		z-index: 19;
		margin-left: 0;
		transition: 0.5s ease 0s;
		-webkit-transition: 0.5s ease 0s;
		-moz-transition: 0.5s ease 0s
	}
	.headbot .navleft.cur {
		left: 0
	}
	.navright .lanbox .lanitem {
		line-height: 68px;
		display: none;
		color: #101010
	}
	.navright .lanbox a.lanitem:nth-of-type(1) {
		display: block
	}
	.navright .search .icon {
		height: 68px;
		margin-left: 20px;
		background-image: url("../img/h-searchbtn_cur.png");
		background-size: 18px auto;
		position: relative
	}
	.navright .search .icon:after {
		content: "";
		width: 1px;
		height: 16px;
		position: absolute;
		top: 26px;
		left: -10px;
		background-color: #e9e9e9
	}
	.navright .searchbox {
		top: 68px;
		height: 106px
	}
	.navright .searchbox .input {
		width: calc(100% - 84px);
		height: 56px;
		margin: 0 10px
	}
	.navright .searchbox .input input {
		height: 55px;
		padding: 0 5px;
		font-size: 16px
	}
	.navright .searchbox .searbtn, .navright .searchbox .close {
		line-height: 56px
	}
	.navright .searchbox .box {
		width: calc(100% - 30px);
		margin: 0 auto;
		height: 56px
	}
	.navright .searchbox .searbtn img, .navright .searchbox .close img {
		width: 26px
	}
	.navitem .childbox {
		position: static;
		background-color: #f9f9f9;
		display: none;
		visibility: visible;
		z-index: 10;
		opacity: 1;
		padding: 10px 0;
		top: 0;
		transition: none;
		-webkit-transition: none;
		-moz-transition: none
	}
	.navitem .childbox .items {
		margin-top: 0
	}
	.navitem .childbox .item {
		width: 100%;
		margin-bottom: 0;
		line-height: 38px
	}
	.navitem .childbox .imgitem {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 10px
	}
	.navitem .childbox .imgitem:nth-of-type(2n) {
		margin-right: 0
	}
	.navitem .childbox .imgitem .textbox {
		font-size: 16px;
		bottom: 15px
	}
	.footmap {
		margin-left: 0;
		float: left;
		width: 100%
	}
	.footmaplist, .footmaplist:nth-last-of-type(1) {
		width: 100%;
		margin-left: 0
	}
	.footmaplist .name {
		font-size: 18px;
		height: 50px;
		line-height: 50px;
		border-bottom: 1px solid #e8e8e8;
		position: relative;
		margin-bottom: 0;
		display: block
	}
	.footmaplist .name:after {
		content: "";
		width: 14px;
		height: 2px;
		background-color: #4b4948;
		position: absolute;
		top: 50%;
		margin-top: -1px;
		right: 0
	}
	.footmaplist .name:before {
		content: "";
		width: 2px;
		height: 14px;
		background-color: #4b4948;
		position: absolute;
		top: 50%;
		margin-top: -7px;
		right: 6px;
		transition: 0.5s ease 0s;
		-webkit-transition: 0.5s ease 0s;
		-moz-transition: 0.5s ease 0s
	}
	.footmaplist .name.cur:before {
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg)
	}
	.footmaplist .childitems {
		padding: 10px 0;
		display: none
	}
	.footmaplist .childitem {
		padding: 0 10px
	}
	.foottop .footcon {
		max-width: 100%;
		margin-top: 25px
	}
	.foottop .footcon .textbox {
		margin-top: 15px
	}
	.foottop .footcon .list {
		margin-bottom: 8px
	}
	.foottop .footcon .list.name {
		font-size: 18px
	}
	.footshare {
		margin-left: 0;
		margin-top: 10px
	}
	.footslist {
		width: 38px;
		height: 38px
	}
	.footbotlf .list {
		margin-right: 2vw
	}
	.footbotlf {
		margin-top: 0
	}
	.footbot {
		padding: 25px 0
	}
	.footbotlr {
		margin-top: 15px
	}
	.footbotlr .copybox, .footbotlr .copyboxb, .footbotlr .copyboxb a {
		text-align: left
	}
	.wappager, .waptop {
		display: block
	}
	.pager, .navitem .childbox .title, .navitem .childbox .bot {
		display: none
	}
	.pageban .textbox {
		width: 100%;
		top: 15%;
		margin-left: 50%;
		left: 0;
		padding: 0 15px
	}
	.pageban .textbox.cur {
		left: -50%
	}
	.pageban .textbox .type .line {
		width: 24px;
		margin-top: 10px;
		margin-right: 6px
	}
	.pageban .textbox .type .text {
		font-size: 14px
	}
	.pageban .textbox .title {
		font-size: 20px;
		margin-top: 4px
	}
	.pageban .textbox .more {
		width: 32px;
		height: 32px;
		line-height: 32px;
		margin-top: 15px;
		font-size: 16px
	}
}
@media (max-width:370px) {
	.navother .lanbox .name {
		font-size: 14px
	}
	.navother .lanbox {
		margin: 0 10px 0 0
	}
	.navother .shop {
		font-size: 14px;
		margin-right: 10px
	}
	.headbot .waplogo {
		width: 46%;
		padding: 10px 0
	}
	.wapbtnbox span, .wapbtnbox {
		width: 24px
	}
	.navother .shop {
		padding-left: 24px;
		background-size: 20px 20px
	}
	.headbot .waplogo .text {
		margin: 0
	}
	.headbot .waplogo .icon img {
		width: 6px;
		margin-top: 4px
	}
}

.popwin {
    margin: 0;
    display: none;
}
#popwin form {
    padding: 3.5% 5% 0
}
#popwin form li {
    display: block;
    float: left;
    width: 49%;
    margin: 0 2% 2% 0
}
#popwin form li:nth-last-child(1), #popwin form li:nth-last-child(3) {
    width: 100%
}
#popwin form li:nth-last-child(2) {
    position: relative;
    width: 24%;
    margin-bottom: 4%;
}
#popwin form li input::-moz-placeholder {
	color: #999;
	text-transform: capitalize;
}
#popwin form li input::-webkit-input-placeholder {
	color: #999;
	text-transform: capitalize;
}
#popwin form li input::-ms-input-placeholder {
	color: #999;
	text-transform: capitalize;
}
#popwin form li #vdcode {
    text-transform: uppercase;
}
#popwin form li #validateimg {
    cursor: pointer;
    border-radius: 4px;
    overflow: hidden;
    position: absolute;
    top: 2px;
    left: 145px;
}
#popwin form li:nth-child(even) {
    margin-right: 0
}
#popwin form li label span {
    color: #f48d2c;
    margin-left: 5px;
    font-size: 17px
}
#popwin form li input {
    display: inline-block;
    width: calc(100% - 2px);
    padding: 8px;
    color: #444;
    font-size: 15px;
    border: 2px solid #ddd;
    border-radius: 5px;
}
#popwin form li select {
    display: inline-block;
    width: calc(100% - 2px);
    padding: 7px 4px;
    color: #444;
    font-size: 15px;
    border: 2px solid #ddd;
    border-radius: 5px;
    -webkit-appearance: button;
}
#popwin form li textarea {
    height: 90px;
    width: calc(100% - 2px);
    line-height: 1.5;
    padding: 8px;
    color: #444;
    font-size: 15px;
    border: 2px solid #ddd;
    border-radius: 5px;
}
#popwin form li input:hover, #popwin form li select:hover, #popwin form li textarea:hover {
    background: #fdfdfd;
    border: 2px solid #f48d2c;
}
#popwin form li:last-child {
    width: 100%;
    clear: both;
    margin: 0;
    text-align: center
}
#popwin form li #submit, #popwin form li #submitId {
    border: 0 none;
    background: #f48d2c;
    padding: 9px 0 7px;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.5px;
    border: 2px solid #f48d2c;
    border-radius: 5px;
    cursor: pointer;
    min-width: 220px;
    text-shadow: rgb(255 255 255 / 30%) 1px 0 1px;
}
#popwin form li #submit:hover, #popwin form li #submitId:hover {
	color: #101010;
    background: #f48d2c;
    box-sizing: border-box;
}
.layer .layui-layer-content .service {
    color: #f48d2c;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    padding-top: 20px;
    margin: 0 auto;
    clear: both
}
.popwin .service {
    color: #d00;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    padding-top: 16px;
    margin: 0 auto;
    clear: both
}

#side_chat {
    position: fixed;
    right: 40px;
    bottom: 35px;
    z-index: 10000;
}
#side_chat .chat_box.cur .box {
    height: auto;
    overflow: unset;
}
#side_chat .chat_box .box {
    margin-bottom: 6px;
    width: 100%;
    height: 50px;
    overflow: hidden;
}
#side_chat .chat_box .chat_item {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin-bottom: 6px;
}
#side_chat .chat_box .chat_item:last-child {
    margin-bottom: 0;
}
#side_chat .chat_box .chat_item::before {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 36px;
    color: #fff;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
#side_chat .chat_box .chat_qq {
    background-color: #4cafe9;
}
#side_chat .chat_box .chat_skype {
    background-color: #5996ff;
    background-position: 0 -50px;
}
#side_chat .chat_box .chat_email {
    background: #07bb8a url(../img/icon_quote.png) center no-repeat;
    background-size: 50%;
}
#side_chat .chat_box .chat_trademanager {
    background-color: #33bbf9;
    background-position: 0 -150px;
}
#side_chat .chat_box .chat_wechat {
    background-color: #07c261;
    background-position: 0 -200px;
}
#side_chat .chat_box .chat_whatsapp {
    background: #4dc247 url(../img/icon_whatsapp.png) center no-repeat;
    background-size: 50%;
}
#side_chat .chat_box .chat_telegram {
    background-color: #36aae8;
}
#side_chat .chat_box .abs {
    display: none;
    margin-right: 50px;
    position: absolute;
    top: 0;
    right: 0;
}
#side_chat .chat_box .more_box {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    margin-right: 16px;
    position: relative;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
#side_chat .chat_box .chat_wechat .abs {
    top: auto;
    bottom: -78px;
}
#side_chat .chat_box .chat_wechat .more_box::before {
    top: auto;
    bottom: 95px;
}
#side_chat .chat_box .chat_wechat .more_box::after {
    top: auto;
    bottom: 95px;
}
#side_chat .chat_box .chat_wechat .more_box .hidden {
    padding: 10px;
    overflow: hidden;
    max-height: none;
    display: flex;
    flex-wrap: wrap;
    width: 294px;
}
#side_chat .chat_box .chat_wechat .abs.count1 .more_box .hidden {
    width: 147px;
}
#side_chat .chat_box .more_box .hidden {
    padding: 10px 0;
    max-height: 300px;
    overflow-y: auto;
}
#side_chat .chat_box .more_box .hidden::-webkit-scrollbar {
    border-radius: 10px;
    width: 8px;
    height: 16px;
    background-color: #F5F5F5;
}
#side_chat .chat_box .more_box .hidden::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #f1f1f1;
}
#side_chat .chat_box .more_box .hidden::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #c1c1c1;
}
#side_chat .chat_box .more_box:before {
    content: '';
    border-width: 7.5px 0 7.5px 8px;
    border-color: transparent;
    border-left-color: #e8e8e8;
    border-style: solid;
    position: absolute;
    top: 19px;
    right: -9px;
}
#side_chat .chat_box .more_box:after {
    content: '';
    border-width: 7.5px 0 7.5px 8px;
    border-color: transparent;
    border-left-color: #fff;
    border-style: solid;
    position: absolute;
    top: 19px;
    right: -8px;
}
#side_chat .chat_item:hover .abs {
    display: block;
}
#side_chat .chat_box .more_box a {
    position: relative;
    display: block;
    min-width: 80px;
    height: 30px;
    line-height: 30px;
    padding: 0px 17px;
    font-size: 14px;
    color: #333;
    white-space: nowrap;
}
#side_chat .chat_box .more_box a:hover {
    background: #effaf7;
    text-decoration: none;
}
#side_chat .chat_box .more_box .relimg {
    display: none;
    position: absolute;
    top: 0;
    left: -105px;
    padding-right: 5px;
    width: 100px;
    height: 100px;
    text-align: right;
    margin-bottom: 5px;
}
#side_chat .chat_box .more_box .relimg img {
    padding: 2px;
    border: 1px solid #effaf7;
    border-radius: 2px;
    background: #fff;
}
#side_chat .chat_box .more_box a:hover .relimg {
    display: block;
}
#side_chat .chat_box .more_box.bottom:before {
    top: auto;
    bottom: 19px;
}
#side_chat .chat_box .more_box.bottom:after {
    top: auto;
    bottom: 19px;
}
#side_chat .chat_box .more_box .wechat_item {
    width: 127px;
    padding: 16px;
    box-sizing: border-box;
    margin: 10px;
    text-align: center;
    background-color: #f6f6f6;
    border-radius: 5px;
}
#side_chat .chat_box .more_box .wechat_item .wechat_code {
    width: 95px;
    height: 95px;
    margin-bottom: 10px;
}
#side_chat .chat_box .more_box .wechat_item .wechat_name {
    font-size: 14px;
    color: #333;
}
#side_chat .chat_box .menu a {
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 100%;
    margin-bottom: 6px;
    background: #07bb8a url(../img/icon_chat_menu.png) no-repeat 0 0;
    background-size: 50px auto;
}
#side_chat .chat_box .menu .more.disable {
    opacity: 0;
}
#side_chat .chat_box .menu #go_top {
    display: none;
}
#side_chat .chat_box .menu .top {
    background-position: 0 -51px;
    background-color: #b0b0b0;
}
#side_chat .chat_box .box .more {
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 100%;
    margin-bottom: 6px;
    background: #f48d2c  url(../img/icon_chat_menu.png) no-repeat 0 0;
}
@media screen and (max-width: 1000px) {
    #side_chat .chat_box .abs {
        margin-right: 40px;
    }
    #side_chat .chat_box .box {
        height: 40px;
    }
    #side_chat .chat_box .box .more {
        width: 40px;
        height: 40px;
        background-position: center -4px;
    }
    #side_chat {
        right: 15px;
        bottom: 42px;
    }
    #side_chat .chat_box .chat_item {
        width: 40px;
        height: 40px;
    }
    #side_chat .chat_box .chat_item::before {
        font-size: 26px;
    }
    #side_chat .chat_box .menu a {
        width: 40px;
        height: 40px;
        background-size: 40px auto;
    }
    #side_chat .chat_box .menu #go_top {
        background-position: center -40px;
    }
    #side_chat .chat_box .more_box .wechat_item {
        margin: 5px;
    }
    #side_chat .chat_box .chat_wechat .more_box .hidden {
        width: 274px;
        padding: 5px;
    }
    #side_chat .chat_box .chat_wechat .more_box::before {
        bottom: 85px;
    }
    #side_chat .chat_box .chat_wechat .more_box::after {
        bottom: 85px;
    }
    #side_chat .chat_box .chat_wechat .abs.count1 .more_box .hidden {
        width: 137px;
    }
    #side_chat .chat_box .more_box .hidden {
        max-height: 100px;
    }
}