* { padding: 0; margin: 0; }
a { text-decoration: none; display: block;}
ol, li, ul { list-style: none; }
.clearfix { *zoom: 1; }
.clearfix:after { content: '\20'; display: block; clear: both; height: 0; }
img { border: 0; vertical-align: middle; width: 100%;}
.fl { float: left; }
.fr { float: right; }
.dorpdown { position: relative; }
.omit { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
@font-face {
	font-family:TrajanPro-Regular;
	src: url(../font/TrajanPro-Regular.otf);
	font-weight: normal;
	font-style: normal
}
body { 
	font-size: 18px;
	font-family: -apple-system,PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
}
html,body{width:100%;}
em, i { font-style: normal; }
input { background: none; border: none; outline: none; }
h4 { font-weight: normal; }

body::-webkit-scrollbar{
		display: none;
}
video{
	object-fit: cover;
}

@media (min-width: 640px)
:root {
    --gutter: 7.35vw;
    --gutter-s: calc(var(--gutter)/2);
    --size: 1440;
}
:root {
    --gutter: 10vw;
    --gutter-s: calc(var(--gutter)/2);
    --size: 400;
}
.insidePage{
	width: 100vw;
	/* height: 100vh; */
	padding: 0 6vw 0 280px;
	box-sizing: border-box;
}


/* 头部 */
.headZE_change{
	width: 100%;
	height: 11vh;
	background:#fff;
	position: fixed;
	top: 0;
	left: 0;
	box-sizing: border-box;
	z-index: 9;
}
.top_bar{
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	top: 4vh;
	right: 6vw;
	z-index: 100;
	font-size: 16px;
	color: #898989;
	font-weight: 300;
}
.top_bar a{
	font-size: 16px;
	color: #898989;
}
/* 左边导航 */
.nav_left{
	width: 240px;
	height: 100%;
	background-color: #faf9f5;
	box-sizing: border-box;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
}
.nav_left.on{
	background-color: #fff;
}
.nav_left .nav_logo{
	width: 125px;
	padding-top: 80px;
	/* padding-top: 3.19vw; */
	margin: 0 auto;
	margin-bottom: 80px;
	/* margin-bottom: 3.28vw; */
	box-sizing: border-box;
}
.nav_left .nav_logo img{
	width: 100%;
}
#main_menu{
/* 	position: absolute;
	left: 0;
	top: 160px; */
	/* color: #333; */

}
#main_menu > li {
	width: 100%;
	line-height: 24px;
	padding-left: 40px;
	box-sizing: border-box;
	/* margin-bottom: 1.5vw; */
}
#main_menu > li > a {
	width: 100%;
	/* height: 22px; */
	display: block;
	font-size: 14px;
	/* font-size: 1.1vw;
	font-size: calc(4.4*100vw/var(--size)); */
	color: #333;
	text-decoration: none;
	/* line-height: 30px; */
	letter-spacing: .8px;
	font-weight: 300;
}
#main_menu > li.on > a{
	 text-decoration: underline;
	/* color: #cfb675;
	font-weight: 500; */
} 
#main_menu > li:hover > a {
  text-decoration: underline;
	/* color: #cfb675; */
}
#main_menu > li > ul {
   display: none;
}
#main_menu > li > ul > li {
	width: 100%;
	/* line-height: 19px; */
	padding-left: 15px;
	box-sizing: border-box;
}
#main_menu > li > ul > li > a {
	width: 100%;
	/* height: 19px; */
	display: block;
	font-size: 14px;
	/* font-size: 1.0vw;
	font-size: calc(4.0*100vw/var(--size)); */
	color: #999;
	text-decoration: none;
	/* line-height: 30px; */
	letter-spacing: 0.7px;
	font-weight: 300;
}
#main_menu > li.hover  > a {
  text-decoration: underline;
}
#main_menu > li > ul > li:hover > a {
  text-decoration: underline;
}
.navEn_tit li a{
	font-size: 12px !important;
	/* font-size: .8vw !important;
	font-size: calc(3.4*100vw/var(--size)) !important; */
}
#bottom_menu {
	position: absolute;
	left: 0;
	bottom: 2vw;
}
#bottom_menu li {
	width: 100%;
	/* line-height: 30px; */
	/* height: 20px; */
	padding-left: 40px;
	box-sizing: border-box;
	margin-bottom: 1vw;
	font-size:12px;
	color: #999;
	font-weight: 300;
}
#bottom_menu li a {
	color: #999;
	/* text-decoration: none; */
	font-size:12px;
	/* font-size: 1.0vw;
	font-size: calc(4.0*100vw/var(--size)); */
	letter-spacing: .7px;
	font-weight: 300;
}
#bottom_menu li.on{
	text-decoration: underline;
}
#bottom_menu li:nth-child(2){
	cursor: pointer;
}
#bottom_menu li:last-child{
	white-space:nowrap;
}
.navLxTel{
	text-decoration: underline;
	padding: 5px 0 10px 1vw;
}


/* 联系我们 */
.contactUs{
	width: 100%;
	height: 100%;
	padding:6vw 6vw 6% 280px;
	box-sizing: border-box;
	position: relative;
	/* background-color: red; */
}
.contactUs_tit1{
	font-size: 18px;
	color: #333;
	font-weight: 300;
	margin-bottom: 3vw;
}
.contactUsCon{
	display: flex;
}
.contactUs_fl{
	width: 44vw;
	padding-right: 3vw;
	border-right: 1px solid #e6e6e6;
}
.contactUs_fl .contactUs_1{
	margin-bottom: 3vh;
	padding-bottom: 3vh;
	border-bottom: 1px solid #e6e6e6;
}
.contactUs_fl .contactUs_1 .contactUs_tit{
	font-size: 16px;
	font-weight: 300;
	color: #333;
}
.contactUs_fl .contactUs_1 p{
	font-size: 14px;
	font-weight: 300;
	color: #999;
	padding: 2vh 0 0;
	line-height: 25px;
	display: flex;
}
.contactUs_fl .contactUs_1 p em{
	color: #333;
	padding-right: 5px;
}
.contactUs_1 .zd{
	font-size: 14px;
	color: #333;
	font-weight: 300;
	padding-left: 10px;
	margin-top: 2vh;
}
.contactUs_1 .zd em{
	width: 10px;
	height: 11px;
	background: url(../images/n_tel.png) no-repeat;
	display: inline-block;
	margin: 0 10px;
}
.contactUs_1 .zd span{
	color: #999;
}
.contactUs_1 p a{
	text-decoration: underline;
	color: #999;
	display: inline-block;
}
.contactUs_fr{
	width: 14vw;
	padding-left: 3vw;
}
.contactUs_fr .contactUs-gz{
	font-size: 16px;
	color: #333;
	font-weight: 300;
}
.contactUs_fr .contactUs-gz p{
	margin: 10px 0;
}
.contactUs_fr .contactUs-gz p:last-child{
	font-size: 14px;
}
.gz_wrap{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 3vw;
}
.gz_wrap  .gz_erweima{
	width: 6vw;
	height: 6vw;
	overflow: hidden;
	border: 1px solid #000;
}
.gzList li{
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #333;
	margin: 2vh 0;
}
.nav1Hover div{
	width: 23px;
	height: 20px;
	background: url(../images/info1.png) no-repeat;
}
.nav1Hover.on div{
	background: url(../images/info1On.png) no-repeat;
}
.nav2Hover div{
	width: 20px;
	height: 16px;
	background: url(../images/info2.png) no-repeat;
}
.nav2Hover.on div{
	background: url(../images/info2On.png) no-repeat;
}

.nav3Hover div{
	width: 14px;
	height: 16px;
	background: url(../images/info3.png) no-repeat;
}
.nav3Hover.on div{
	background: url(../images/info3On.png) no-repeat;
}

.nav4Hover div{
	width: 34px;
	height: 12px;
	background: url(../images/info4.png) no-repeat;
}
.nav4Hover.on div{
	background: url(../images/info4On.png) no-repeat;
}


.gzList li span{
	margin-left: 2vh;
}






/* 底部回到顶部 */
.backTop{
	width: 3vw;
	height: 1vh;
	float: right;
	margin-bottom: 30px;
}
.foot_copy{
	width: 100%;
	font-size: 14px;
	color: #898989;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	/* margin-bottom: 20px; */
}
.foot_copy span{
	margin-left: 35px;
	display: flex;
	align-items: center;
}
.foot_copy a{
	color: #333;
	margin-left: 10px;
}

.top{
	width: 66px;
	height: 14px;
	background: url(../images/top.png)no-repeat center;
	background-size: 100% 100%;
	position: fixed;
	bottom: 8%;
	right: 6vw;
	z-index: 9;
	cursor: pointer;
}


.footer{
	text-align: right;
	font-size: 14px;
	line-height: 30px;
	color: #898989;
	margin-top: 6vw !important;
}
.footer a{
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	color: #898989;
}


/* 大屏幕适配 */
@media (min-width: 1920px){ 
	.headZE_change{
		height: 8vh;
	}
	.top_bar{
		top: 3vh;
	}
	
	
}

@media (max-height: 535px){
	#bottom_menu {
	    top: 430px;
	}
}


@media (max-width: 1200px){
	.swiper .page,.otherLayer,.layer,.brand{
		width: 1200px !important;
		overflow: hidden;
	}
	.brandCulture_fl,	.brandCulture_fr{
		width: auto !important;
	}
	.showTop{
		height: auto !important;
	}
	.showTop .left,.showTop .right,.main .header .left,.main .header .right{
		width: auto !important;
	}


}