@charset "UTF-8";

* {
	margin: 0 auto;
	padding: 0;
	-webkit-text-size-adjust: none;
}
/*包含以下五种的链接*/
a {
    text-decoration: none;
	color: #1E1D4A;
}
/*正常的未被访问过的链接*/
a:link {
    text-decoration: none;
}
/*已经访问过的链接*/
a:visited {
    text-decoration: none;
}
/*鼠标划过(停留)的链接*/
a:hover {
    text-decoration: none;
}
/* 正在点击的链接，鼠标在元素上按下还没有松开*/
a:active {
    text-decoration: none;
}
/* 获得焦点的时候 鼠标松开时显示的颜色*/
a:focus {
    text-decoration: none;
}
html,
body {
	width: 100%;
	max-width: 750px;
	position: relative;
	text-align: center;
	background-color: #fff;
	overflow-x: hidden;
	font-size: 12px;
	font-family: '微软雅黑', sans-serif;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/*开启3d渲染，硬件加速*/
	/*-webkit-transform-style:preserve-3d;
-webkit-backface-visibility:hidden;
-webkit-transform:translate3d(0,0,0);*/
}

img {
	display: block;
}

li {
	list-style: none;
}

i {
	font-style: normal;
}

area {
	outline: none;
}

.menuDom {
	position: fixed;
	width: 100%;
	height: 140px;
	background-color: #fff;
	top: 0;
	left: 0;
	z-index: 1000;
}

.btn_menu {
	padding: 51px 47px;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #EAEAEA;
}

.logo {
	position: absolute;
	top: 64px;
	left: 193px;
}

.navDom {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #fff;
	top: 0;
	right: -100%;
	z-index: 1000;
}

.logo2 {
	position: absolute;
	top: 46px;
	left: 54px;
}

.nav_rightDom {
	width: 140px;
	height: 100%;
	background-color: #1F1D4A;
	position: absolute;
	top: 0;
	right: 0;
}

.btn_close {
	padding: 53px;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #A18D6C;
}

.nav_leftDom {
	position: absolute;
	top: 140px;
	right: 140px;
}

.navList {
	width: 556px;
}

.navItem {
	padding: 50px 0;
	border-bottom: 1px solid #1E1D4A;
	position: relative;
}
.nav_line
{
	width: 136px;
	height: 0px;
	border-bottom: 4px solid #1E1D4A;
	position: absolute;
	bottom:-2px;
	left: 0;
	display: none;
}
.nav_line1{
	width: 61px;
}
.nav_title{
	font-size: 34px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #1E1D4A;
	text-align: left;
}
.nav_arrow{
	position: absolute;
	top:64px;
	right: 82px;
}
.nav_childList{
	margin-top: 50px;
	display: none;
}
.nav_child_item{
	margin-bottom: 35px;
	font-size: 32px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #1E1D4B;
	opacity: 0.7;
	text-align: left;
}
.nav_lastChild_item{
	margin-bottom: 0;
}
.btn_more{
	width: 231px;
	height: 58px;
	border: 2px solid #A18D6C;
	border-radius: 6px;
	line-height: 58px;
	font-size: 24px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #A18D6C;
	
}
.bannner{
	margin-top: 140px;
}
.en{
	text-transform: uppercase;
	margin-top: 50px;
	font-size: 30px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #9B8562;
}
.cn{
	font-size: 32px;
	font-family: PingFang SC;
	font-weight: 500;
	line-height: 34px;
	color: #9B8562;
	letter-spacing: 5px;
	margin-top: 20px;
}
.common_line{
	width: 44px;
	height: 0px;
	border-bottom: 2px solid #A08B6A;
	margin-top: 50px;
}
/* CSS Document */

/*################################################################################################################*/
/*@media screen and (max-height:480px){
.wrap .swiper-slide > *,.hx,.put{
	zoom: 0.65;
}
}
@media screen and (min-height:480px) and (max-height:600px){
.wrap .swiper-slide > *,.hx,.put{
	zoom: 0.8;
}
}
@media screen and (min-height:660px) {
.wrap .swiper-slide > *,.hx,.put{
	zoom: 1.1;
}
}*/
@media screen and (max-height:1120px) {}
