body,
html {
	width: 100%;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
}

li {
	list-style: none;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.warp {
	width: 100%;
	min-width: 1200px;
}

.banner {
	width: 100%;
}
.banner img {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.nav {
	width: 100%;
	height: 88px;
	z-index: 1;
	position: relative;
	margin-top: -20px;
	background: url(../images/25_aomen_nav202412131550.png) no-repeat top center;
}

.nav ul {
	width: 1050px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

.nav ul li {
	width: 165px;
	float: left;
	color: #fff8d7;
	font-size: 18px;
	line-height: 97px;
	list-style: none;
	text-align: center;
	cursor: pointer;
}

.nav .language {
	width: 123px;
	height: 36px;
	right: 6%;
	top: 33px;
	position: absolute;
	background: url(../images/25_aomen_language202412131550.png) no-repeat;
	background-size: 100%;
}
@media (max-width: 1350px) {
  .nav .language {
	  right: 1%;
  }
}
.nav .language div {
	float: left;
	width: 50%;
	height: 100%;
	text-align: center;
	line-height: 36px;
}

.dtt {
	width: 100%;
	height: 175px;
	padding: 0 73px;
	margin-top: 29px;
	overflow: hidden;
	box-sizing: border-box;
	background: url(../images/25_aomen_dtt202412131550.png) no-repeat;
	background-size: 100%;
}

.dtt .tit {
	margin-top: 27px;
	font-size: 30px;
	text-align: center;
}

.dtt .tit a {
	color: #e61614;
	font-weight: 900;
}

.dtt .txt {
	color: #666666;
	font-size: 14px;
	margin-top: 23px;
	text-align: center;
}