@charset "utf-8";
img {
	max-width: 100%;
}

.index-wrapper {
	width: 88%;
	margin: 0 auto;
}
.inner-wrapper {
	max-width: 1280px;
	padding: 0 40px;
	margin: 0 auto;
}
.inner-wrapper-1600 {
	max-width: 1600;
	margin: 0 auto;
}

.p100 {
	padding: 100px 0;
}

.inner-banner {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 620px;
	width: 100%;
}
.inner-banner .inner-wrapper {
	display: flex;
	align-items: center;
	height: 100%;
}
.inner-banner .inner-cate-name .name {
	font-size: 36px;
	color: #fff;
}
.inner-banner .inner-cate-name .name-en {
	font-size: 22px;
	color: #ababab;
	vertical-align: bottom;
	margin-left: 15px;
	text-transform: uppercase;
}
.crumb {
	height: 40px;
	line-height: 40px;
	background: rgb(245,245,245)
}
.crumb a:hover {
	color: #c99a5e;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 90px;
	border-bottom: #5b5751 1px solid;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	z-index: 5;
	background: rgba(0,0,0,0.6);
}
.header.scroll {
	background-color: #fff;
	border-color: #ddd;
}
.header .logo {
	width: 29.5%;
	margin-left: 5%;
}
.header .nav {
	width: 60.5%;
	max-width: 875px;
	margin-left: auto;
	margin-right: 5%;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.header .nav-item {
	width: 14.25%;
	position: relative;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
}.header .nav-item:hover:after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	background-color: #ce9d5f;
}
.header .top-nav {
	color: #ce9d5f;
	font-size: 16px;
}
.header.scroll .top-nav {
	color: #333;
}
.header .top-nav:hover {
	color: #e29029;
}
.header .child-nav {
	position: absolute;
	left: 0;
	right: 0;
	top: 90px;
	background: #fff;
	padding: 10px 0;
	display: none;
	border: 1px solid rgba(240,240,240,1)
}
.header .child-nav li {
	line-height: 3;
}
.header .child-nav li a{
	display: inline-block;
	width: 100%;
	text-align: center;
}
.header .child-nav li a:hover {
	color: #ce9d5f;
}
.header .nav-item:hover .child-nav {
	display: block;
}

/*底部*/
.footer .footer-main {
  padding: 70px 0 30px;
  background-color: #f5f5f5;

}
.footer .footer-nav {
  display: flex;
  justify-content: space-between;
}
.footer .footer-nav-list {
  display: flex;
  flex: 1
}
.footer .footer-nav-item {
  padding: 0 4%;
}
.footer .footer-nav-item:first-child {
  padding-left: 0;
}
.footer .footer-nav-item h3 {
  margin: 0 0 20px;
  font-weight: bold;
  font-size: 16px;
}
.footer .footer-nav-item .nav-column li {
  line-height: 2.4;
}
.footer .footer-nav-item .nav-column li a {
  color: #999;
}
.footer .footer-nav-item .nav-column li a:hover {
  color: #333;
}
.footer .footer-nav-item .footer-contact-con {
	line-height: 2.4;
	color: #999;
}
.footer .footer-nav-item .footer-contact-con a {
	color: #999;
}
.footer .footer-nav-item .footer-contact-con a:hover {
	color: #333;
}
.footer .qrcode img {
	width: 150px;
	height: 150px;
	margin-bottom: 18px;
}
.footer .qrcode p {
	text-align: center;
	line-height: 1.5;
	color: #999;
}
.footer .links {
	margin-top: 30px;
}
.footer .links a {
	color: #999;
}
.footer .links a+a {
	margin-left: 15px;
	margin-bottom: 10px;
}
.footer .links a:hover {
	color: #333;
}
.footer .copyright {
  height: 60px;
  background-color: #f5f5f5;
  color: #999;
  border-top: 1px solid #ccc;
}
.footer .copyright .index-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
}
.footer .copyright p {
  margin: 0;
}
.footer .copyright a {
  color: #666;
}
.footer .copyright a:hover {
  color: #333;
}

.module-title.center {
	text-align: center;
}
.module-title h1 {
	font-size: 32px;
	font-weight: bold;
	color: #c99a5e;
	line-height: 1;
}
.module-title h2 {
	font-size: 18px;
	color: #ccc;
	margin-top: 10px;
	text-transform: uppercase;
}

.pages{
  text-align: center;
  margin-top: 50px;
}

.pages a{
  border:1px solid #ddd;
  padding: 4px 14px;
  margin: 0 6px;
  color: #666;
  border-radius: 5px;
  background-color: #fff;
}

.pages span{
  padding: 4px 14px;
  background:#c99a5e;
  border:1px solid #c99a5e;
  color:#fff;
  margin: 0 6px;
  border-radius: 5px;
}

.pages a:hover{
  background:#c99a5e;
  border:1px solid #c99a5e;
  color:#fff;
}





















@media screen and (max-width: 1600px){
	.footer .footer-contact {
		display: none;
	}
}

.wap {
	display: none !important;
}