.slideshow {
    height: 400px;
    object-fit: cover;
}
.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
}
.search_head{ width:490px; float: left; border:2px solid #039aa8;border-radius:5px;}
.search_head span{ border:0px;width:360px; padding-left:0px; padding-right:3px;float:left; height:40px; font-size:14px; text-align:center;}
.search_head p input{width:87px; padding-right:16px; height:40px;  cursor:pointer; background:url(../images/search.png) no-repeat 5px center #039aa8; padding-left:25px; background-size:18px 18px; border:0px; color:#fff; float:right; }
.search_kuan{width:395px; height:40px; color:#666; border:#f3f8f5 solid 0px; background:no-repeat; line-height:40px; float:left;}

input:focus {
    border:none;
}
button,input,select,textarea { font-family: inherit;  font-size: 100%;  margin: 0; outline:none;}
textarea { overflow: auto;  vertical-align: top; resize: none; -webkit-appearance: none;}
a:focus{outline:0;}

.header {
	/* position: fixed; */
	z-index: 15;
    /* top: 100px; */
	width: 100%;
	border-bottom: rgba(255, 255, 255, 0.1) solid 1px;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
.header.blacktext:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	/* height: 1px; */
	background: rgba(0, 0, 0, 0.06);
}
.header .logo a {
	position: relative;
}

.header .logo .ic2 {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.header .box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding-left: 1.770833333333333%;
	padding-right: 1.770833333333333%;
	box-sizing: border-box;
}

.header .wrap {
	display: flex;
	align-items: center;
}

.header .nav ul {
	display: flex;
	align-items: center;
}

.header .nav ul li {
	padding: 0px 20px;
}

.header .nav ul li>a {
	display: flex;
	align-items: center;
	height: 50px;
	font-size: 16px;
	color: #ffffff;
}

.header .nav ul li a span {
	position: relative;
	z-index: 1;
	display: inline-block;
	/* padding-top: 4px; */
}

.header .nav ul>li>a>span:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 4px;
	z-index: -1;
	width: 0%;
	height: 4px;
	margin: auto;
	background: -webkit-linear-gradient(to right, #0ab496, #0dbfc8);
	background: linear-gradient(to right, #0ab496, #0dbfc8);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.header .nav ul li a:hover span:before,
.header .nav ul li.on a span:before {
	width: 100%;
}

.head-nation {
	position: relative;
	box-sizing: border-box;
	margin-left: 20px;
}

.head-nation:before {
	content: '';
	position: absolute;
	left: -20px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 1px;
	height: 20px;
	background: rgba(255, 255, 255, 0.4);
}

.header .head-nation .current {
	cursor: pointer;
	display: flex;
	align-items: center;
	height: 99px;
	text-align: center;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	padding-left: 30px;
	background: url(../images/icon2.png) left center no-repeat;
	background-size: 21px auto;
}

.header .head-nation .current .name {
	font-size: 20px;
	color: #ffffff;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.head-nation ul {
	position: absolute;
	left: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 10px);
	transform: translate(-50%, 10px);
	top: 100%;
	z-index: 100;
	background-color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 10px;
}

.head-nation:hover ul {
	opacity: 1;
	visibility: visible;
	z-index: 1;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.head-nation ul li a {
	display: block;
	padding: 8px 20px;
	color: #999;
	font-size: 16px;
	min-width: 90px;
	text-align: center;
	white-space: nowrap;
	box-sizing: border-box;
}

.head-nation ul li a:hover {
	color: #0dbfc8;
}

.header.black,
.header.act {
	background: #FFFFFF;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

.header.inter {
	/* background: #FFFFFF; */
	/* border-bottom: #f0f0f0 solid 1px; */
	background-image: linear-gradient(198deg, #039aa8 0%, #0192a2 100%);
    /* padding-top: 5px; */
    /* padding-bottom: 5px; */
}

.header.black .logo .ic1,
.header.act .logo .ic1,
.header.inter .logo .ic1 {
	opacity: 0;
}

.header.black .logo .ic2,
.header.act .logo .ic2,
.header.inter .logo .ic2 {
	opacity: 1;
}

.header.blacktext .logo .ic1 {
	opacity: 1;
}

.header.blacktext .logo .ic2 {
	opacity: 0;
}

.header.black .nav ul li>a,
.header.act .nav ul li>a,
.header.blacktext .nav ul li>a,
.header.inter .nav ul li>a {
	color: rgba(255, 255, 255, 1);
}

.header.black .nav ul li.on>a,
.header.black .nav ul li>a:hover,
.header.act .nav ul li.on>a,
.header.act .nav ul li>a:hover,
.header.blacktext .nav ul li.on>a,
.header.blacktext .nav ul li>a:hover,
.header.inter .nav ul li.on>a,
.header.inter .nav ul li>a:hover {
	/* color: #000000; */
	color: rgba(255, 255, 255, 0.9);
}

.header.black .user-btn img,
.header.act .user-btn img,
.header.blacktext .user-btn img,
.header.inter .user-btn img {
	-webkit-filter: none;
	filter: none;
	opacity: 0.6;
}

.header.black .head-nation:before,
.header.act .head-nation:before,
.header.blacktext .head-nation:before,
.header.inter .head-nation:before {
	background: rgba(0, 0, 0, 0.2);
}

.header.black .head-nation .current,
.header.act .head-nation .current,
.header.blacktext .head-nation .current,
.header.inter .head-nation .current {
	background: url(../images/icon2a.png) left center no-repeat;
	background-size: 21px auto;
}

.header.black .head-nation .current .name,
.header.act .head-nation .current .name,
.header.blacktext .head-nation .current .name,
.header.inter .head-nation .current .name {
	color: rgba(0, 0, 0, 0.6);
}

.filling {
	padding-top: 100px;
}

.header .dropdown {
	position: absolute;
	left: 0;
	/* top: 0; */
	z-index: -1;
	width: 100%;
	background: #FFFFFF url(../images/img2.png) right bottom no-repeat;
	background-size: cover;
	/*display: none;*/
	visibility: hidden;
	opacity: 0;
	z-index: -99;
	pointer-events: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.header .dropdown.show{
	visibility: visible;
	opacity: 1;
	/* z-index: -1; */
	z-index: 100;
	pointer-events: auto;
}
.header .dropdown .columnbox {
	display: flex;
	justify-content: space-between;
	align-items:start;
	min-height: 80vh;
	/* align-items: center;
	max-height: 100vh;
	overflow-y: auto; */
}

.header .dropdown .imgbox {
	width: 26.04166666666667%;
	overflow: hidden;
}

.header .dropdown .imgbox img {
	display: block;
	width: 100%;
	max-height: 100vh;
	object-fit: cover;
}

.header .dropdown .content {
	width: 100%;
	/* width: 73.95833333333333%; */
	/* padding: 7% 7.5% 7% 7%; */
	/* padding: 5% 7.5% 3% 7%; */
	padding: 2%;
	box-sizing: border-box;
	/* margin-top: 300px; */
}
.header .dropdown .content .title {
	position: relative;
	/*font-size: 30px;*/
	font-size: 32px;
	font-family: "HONORSansCN-DemiBold";
	color: #000000;
}

.header .dropdown .content .title:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #e8e9ea;
}

.header .dropdown .content .title span {
	position: relative;
	display: inline-block;
	padding-bottom: 15px;
}

.header .dropdown .content .title span:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	margin: auto;
	background: -webkit-linear-gradient(to right, #0ab496, #0dbfc8);
	background: linear-gradient(to right, #0ab496, #0dbfc8);
}
.header .dropdown .closeicon{
	position: absolute;
	right: 0%;
	bottom: 18px;
}
.header .dropdown .closeicon img{
	width: 38px;
}
.header .dropdown .content .levelbox {
	position: relative;
	display: flex;
	align-items: stretch;
	margin-top: 3.17%;
}

.header .dropdown .content .levelbox .level2 {
	/*width: 20.66115702479339%;
	padding-right: 4.13%;*/
	width: 25%;
	padding-right: 2.5vw;
	box-sizing: border-box;
}

.header .dropdown .content .levelbox .level2 .level2_li a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 50px;
	font-family: "HONORSansCN-DemiBold";
	color: rgba(0, 0, 0, 0.6);
	/*font-size: 20px;*/
	/*font-size: 22px;*/
	font-size: 16px;
	border-bottom: rgba(0, 0, 0, 0.06) solid 1px;
}

.header .dropdown .content .levelbox .level2 .level2_li a:hover span,
.header .dropdown .content .levelbox .level2 .level2_li.on>a span,
.header .dropdown .content .levelbox .level3 .subtit a:hover span,
.header .dropdown .content .levelbox .level3 .level3_libox.on .subtit a span,
.viewall a span {
	background: -webkit-linear-gradient(to right, #0ab496, #0dbfc8);
	background: linear-gradient(to right, #0ab496, #0dbfc8);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
	border-color: transparent;
}

.header .dropdown .content .levelbox .level2 .level2_li a:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background: -webkit-linear-gradient(to right, #0ab496, #0dbfc8);
	background: linear-gradient(to right, #0ab496, #0dbfc8);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.header .dropdown .content .levelbox .level2 .level2_li a:hover:before,
.header .dropdown .content .levelbox .level2 .level2_li.on a:before {
	width: 100%;
}

.header .dropdown .content .levelbox .level2 .level2_li i,
.header .dropdown .content .levelbox .level3 .level3_li i,
.viewall a i {
	display: inline-block;
	width: 40px;
	height: 14px;
	background: url(../images/icon6.png) center no-repeat;
	background-size: 10px auto;
	-webkit-transform: translateX(-15px);
	transform: translateX(-15px);
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.header .dropdown .content .levelbox .level2 .level2_li a:hover i,
.header .dropdown .content .levelbox .level2 .level2_li.on i,
.header .dropdown .content .levelbox .level3 .level3_li .subtit a:hover>i,
.header .dropdown .content .levelbox .level3 .level3_libox.on .subtit i,
.viewall a i {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

.header .dropdown .content .levelbox .level3 {
	position: relative;
	/*width: 79.33884297520661%;*/
	width: 75%;
	padding-top: 24px;
	padding-bottom: 60px;
	border-left: rgba(0, 0, 0, 0.06) solid 1px;
	/*box-sizing: border-box;*/
	/*min-height: 400px;*/
}
.header .dropdown .content .levelbox .level3:before{
	content: '';
	position: absolute;
	/*left: 37.5%;*/
	left: 40%;
	top: 0;
	width: 1px;
	height: 100%;
	background: rgba(0, 0, 0, 0.06);
}
.header .dropdown .content .levelbox .level3 .level3_li {
	/*position: relative;
	width: 100%;
	height: 100%;
	display: none;*/
	position: absolute;
	left: 0;
	top: 15px;
	width: 100%;
	min-height: 100%;
	z-index: -99;
	visibility: hidden;
	opacity: 0;
}

.header .dropdown .content .levelbox .level3 .level3_li.on {
	/*display: block;*/
	z-index: 1;
	visibility: visible;
	opacity: 1;
}

.header .dropdown .content .levelbox .level3 .level3_li .level3_libox {
	display: flex;
	padding-bottom: 6px;
}

.header .dropdown .content .levelbox .level3 .subtit {
	/*width: 37.5%;
	padding-left: 5.8333333%;
	padding-right: 10.4%;*/
	width: 40%;
	padding-left: 2.5vw;
	padding-right: 1.7vw;
	padding-top: 6px;
	padding-bottom: 6px;
	box-sizing: border-box;
}

.header .dropdown .content .levelbox .level3 .subtit a,
.viewall a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: rgba(0, 0, 0, 0.8);
	font-size: 16px;
	/*font-size: 18px;*/
	/* font-size: 22px; */
}

.header .dropdown .content .levelbox .level4 {
	position: absolute;
	top: 12px;
	right: 0;
	/*width: 62.5%;*/
	width: 60%;
	height: 100%;
	/*padding-left: 5.2%;*/
	padding-left: 2.5vw;
	box-sizing: border-box;
	/*overflow: hidden;*/
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	/*border-left: rgba(0, 0, 0, 0.06) solid 1px;*/
	display: flex;
	align-items: flex-start;
}

.header .dropdown .content .levelbox .level3 .level3_li .level3_libox.on .level4 {
	opacity: 1;
	visibility: visible;
	z-index: 1;
}

.header .dropdown .content .levelbox .level4 dl {
	float: left;
	/*width: 42.5%;*/
	flex: 1;
}

.header .dropdown .content .levelbox .level4 dl dd {
	margin-bottom: 15px;
}

.header .dropdown .content .levelbox .level4 dl dd a {
	font-size: 16px;
	/*font-size: 18px;*/
	/* font-size: 22px; */
	color: rgba(0, 0, 0, 0.6);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.header .dropdown .content .levelbox .level4 dl dd a:hover {
	background: -webkit-linear-gradient(to right, #0ab496, #0dbfc8);
	background: linear-gradient(to right, #0ab496, #0dbfc8);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}

.header .dropdown .content .levelbox .level4 .head-hot-sale {
	float: right;
	width: 57.5%;
	padding-left: 5.56%;
	box-sizing: border-box;
}

.header .dropdown .content .levelbox .level4 .head-hot-sale h5 {
	font-family: "HONORSansCN-DemiBold";
	color: #000000;
	/*font-size: 20px;*/
	font-size: 22px;
	margin-bottom: 16px;
}

.header .dropdown .content .levelbox .level4 .head-hot-sale .swiper {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.header .dropdown .content .levelbox .level4 .head-hot-sale .swiper a {
	display: block;
	width: 100%;
	overflow: hidden
}

.header .dropdown .content .levelbox .level4 .head-hot-sale .swiper .img {
	width: 100%;
	overflow: hidden;
}

.header .dropdown .content .levelbox .level4 .head-hot-sale .swiper .img img {
	display: block;
	width: 100%;
}

.header .dropdown .content .levelbox .level4 .head-hot-sale .swiper .text {
	margin-top: 20px;
	padding-right: 60px;
	text-align: left;
	color: #000000;
	/*font-size: 16px;*/
	font-size: 18px;
}

.header .dropdown .content .levelbox .level4 .head-hot-sale .swiper-pagination {
	right: 0;
	bottom: 0;
	display: inline-block;
	/*background: #FFFFFF;*/
	background: none;
}

.header .dropdown .content .levelbox .level4 .head-hot-sale .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.2);
	margin: 0 4px;
	opacity: 1;
}

.header .dropdown .content .levelbox .level4 .head-hot-sale .swiper-pagination-bullet-active {
	background: -webkit-linear-gradient(to right, #0ab496, #0dbfc8);
	background: linear-gradient(to right, #0ab496, #0dbfc8);
}

.viewall {
	position: absolute;
	/*left: 25.20661157024793%;*/
	left: 5.8333333%;
	bottom: 15px;
	/*width: 17.02479338842975%;*/
	width: 31%;
}

.header .search-icon {
	display: flex;
	align-items: center;
	margin-left: 30px;
}

.header .search-icon span,
.header .search-icon a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: -webkit-linear-gradient(135deg, #0ab496, #0dbfc8);
	background: linear-gradient(135deg, #0ab496, #0dbfc8);
	cursor: pointer;
}

.header .search-icon span img,
.header .search-icon a img{
	width: 40%;
}

.header .search-form {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: #fff;
	border-top: 1px solid #f8f8f8;
	text-align: center;
	padding-top: 18px;
	padding-bottom: 18px;
	transition: opacity 0.3s, visibility 0.3s;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 18px 18px -24px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.header .search-form.active {
	opacity: 1;
	visibility: visible;
}

.header .search-form .form-body {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	max-width: 720px;
	width: 46.875%;
	margin: auto;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 36px;
	padding-right: 36px;
	border-radius: 32px;
	border: 1px solid #eee;
}

.header .search-form input {
	flex: 1;
	height: 36px;
	font-size: 16px;
	color: #000000;
	text-align: left;
	background: none;
	border: none;
	outline: none;
}

.header .search-form .icon {
	line-height: 1;
	font-size: 16px;
	flex-shrink: 0;
	width: 20px;
}

.header .search-form .searchIcon {
	margin-right: 15px;
}

.header .search-form .close {
	margin-left: 15px;
}

.header .shopbtn {
	display: flex;
	align-items: center;
	margin-left: 18px;
}

.header .shopbtn a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 120px;
	height: 50px;
	padding-left: 20px;
	padding-right: 20px;
	background: -webkit-linear-gradient(135deg, #0ab496, #0dbfc8);
	background: linear-gradient(135deg, #0ab496, #0dbfc8);
	box-sizing: border-box;
	border-radius: 25px;
	color: #FFFFFF;
	font-size: 20px;
}

.header .shopbtn a img {
	display: inline-block;
	margin-right: 10px;
	max-width: 21px;
}



/* mobile */

/**/
.m-nav{
	position: fixed;
	top: 85px;
	left: 0;
	width: 100%;
	height: calc(100vh - 85px);
	display: none;
	z-index: 99;
	background-color: #FFFFFF;
	overflow-y: auto;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.m-nav>ul{
	padding-top: 10px;
	padding-left: 5%;
	padding-right: 5%;
}
.m-nav>ul>li{
	width: 100%;
    text-align: left;
    border-bottom: #e5e5e5 solid 1px;
    box-sizing: border-box;
    list-style: none;
}
.m-nav ul li a,
.m-nav ul li .headtitle{
	display: block;
    line-height: 1.7;
    color: #666666;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.m-nav>ul>li>a,
.m-nav>ul>li>.headtitle{
	font-size: 1.3rem;
    padding: 1rem 0;
}
.m-nav ul li:hover>a,
.m-nav ul li .headtitle.on{
	color: #0ab496;
}

.m-nav>ul>li>ul>li>.headtitle,
.m-nav>ul>li>ul>li>a{
	font-size: 1.2rem;
    padding: 0.625rem 0;
}
.m-nav ul li .headtitle{
	position: relative;
	padding-right: 3rem;
}
.m-nav ul li ul li .headtitle{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.m-nav ul li ul li .headtitle>a{
	display: inline-block;
	max-width: calc(100% - 3rem);
}
.m-nav ul li ul li .headtitle.on>a{
	color: #0ab496;
}
/*.m-nav ul li ul li .headtitle .arrow{
	position: relative;
	width: 2.625rem;
	height: 1.875rem;
}*/
.m-nav>ul>li>a{
	position: relative;
}
.m-nav ul li .headtitle i,
.m-nav>ul>li>a i{
   	position: absolute;
   	right: 1.25rem;
   	top: 50%;
   	border-right: 0.125rem solid #666666;
   	border-bottom: 0.125rem solid #666666;
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    margin: auto;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.m-nav ul li .headtitle.on i{
	margin-top: -0.1rem;
   	border-right: 0.125rem solid #40C1C8;
   	border-bottom: 0.125rem solid #40C1C8;
   	-webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
.m-nav ul li ul{
	display: none;
}
.m-nav>ul>li>ul{
	border-top: #e5e5e5 solid 1px;
	padding-top: 0.9375rem;
	padding-bottom: 0.9375rem;
}
.m-nav ul li ul li ul li ul li a{
	font-size: 0.9375rem;
    padding: 0.5rem 0;
}
.m-nav ul li ul li ul{
	margin-top: 0.625rem;
}
.m-nav ul li ul li ul li{
	padding-bottom: 1.2rem;
	margin-bottom: 1.5rem;
	border-bottom: 1px solid #e5e5e5;
}
.m-nav ul li .subtitle a{
	font-size: 1.1rem;
	color: rgba(0,0,0,0.6);
}
.m-nav ul li .subtitle a:hover{
	color: #0ab496;
}
.m-nav ul li dl{
	/*display: grid;
    grid-template-columns: repeat(5, 1fr); */
   	display: flex;
   	align-items: flex-start;
   	flex-wrap: wrap;
   	column-gap: 2rem;
   	row-gap: 1rem;
	/*gap: 1rem;*/
	margin-top: 1rem;
}
.m-nav ul li dl dd a{
	display: inline-block;
	font-size: 1rem;
}
.m-nav ul li dl dd a:hover{
	color: #0ab496;
}

.menubtn{
	display: none;
	position: relative;
    width: 3rem;
    height: 50px;
    cursor: pointer;
}
.menubtn .menu-i{
	width: 25px;
	height: 2px;
    right: 0;
    position: absolute;
    font-style: normal;
    background-color: #555;
    display: block;
    transition: all 0.5s;
    border-radius: 2px;
}
.header.on .menubtn .menu-i,
.header.black .menubtn .menu-i,
.header.act .menubtn .menu-i,
.header.inter .menubtn .menu-i{
    background-color: #333333;
}
.menubtn .menu-i-1 {
    top: 14px;
}
.menubtn .menu-i-2 {
    top: 23px;
}
.menubtn .menu-i-3 {
    top: 32px;
}
.menubtn.on .menu-i-1 {
    transform: translateY(9px) rotate(45deg);
}
.menubtn.on .menu-i-2 {
    opacity: 0;
}
.menubtn.on .menu-i-3 {
    transform: translateY(-9px) rotate(-45deg);
}

.advanced-search .title,
.search-result .title{
	text-align: center;
}
.advanced-search .title .t1,
.search-result .title .t1{
	font-family: "HONORSansCN-DemiBold";
	color: #000000;
}
.advanced-search .title .t2,
.search-result .title .t2{
	margin-top: 6px;
	color: rgba(0,0,0,0.6);
	line-height: 1.7;
}


@media screen and (max-width: 1024px){
	.header {
		top: 0px;
	}
    .header .wrap .nav {
        display: none;
    }
    .menubtn{
		display: block;
	}
}

/* @media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
} */
@media screen and (min-width: 1201px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 94%;		
    }

}
/* @media screen and (min-width: 1201px) and (max-width: 1920px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 96%;		
    }

} */