@charset "utf-8";
img {
	max-width: 100%;
}
.index-wrapper {
	width: 88%;
	margin: 0 auto;
}
.inner-wrapper {
	padding: 0 20px;
	margin: 0 auto;
}
.inner-wrapper-1600 {
	max-width: 1600;
	margin: 0 auto;
}

.p100 {
	padding: 50px 0;
}

.inner-banner {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 450px;
	width: 100%;
}
.inner-banner .inner-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.inner-banner .inner-cate-name {
	display: flex;
	align-items: center;
	flex-direction: column;
}
.inner-banner .inner-cate-name .name {
	font-size: 30px;
	color: #fff;
}
.inner-banner .inner-cate-name .name-en {
	font-size: 18px;
	color: #ababab;
	margin-top: 5px;
	text-transform: uppercase;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 70px;
	border-bottom: #5b5751 1px solid;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	z-index: 5;
	padding: 0 5%;
	background: rgba(0,0,0,0.6)
}
.header.scroll {
	background-color: #fff;
	border-color: #ddd;
}
.header .logo {
	width: 50%;
}
.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: 50px 0;
  background-color: #f5f5f5;

}
.footer .footer-nav {
  display: flex;
  flex-direction: column;
}
.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 {
	text-align: center;
}
.footer .qrcode img {
	width: 150px;
	height: 150px;
	margin-bottom: 18px;
}
.footer .qrcode p {
	text-align: center;
	line-height: 1.5;
	color: #999;
}
.footer .copyright {
	padding: 10px 0;
	background-color: #f5f5f5;
	color: #999;
	border-top: 1px solid #ccc;
	text-align: center;
}
.footer .copyright .index-wrapper {
	display: flex;
	align-items: center;
	flex-direction: column;
}
.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: 16px;
	color: #ccc;
	margin-top: 10px;
	text-transform: uppercase;
}

.pages{
  text-align: center;
  margin-top: 50px;
}

.pages a{
  border:1px solid #ddd;
  padding: 3px 8px;
  margin: 0 4px;
  color: #666;
  border-radius: 5px;
  background-color: #fff;
}

.pages span{
  padding: 3px 8px;
  background:#c99a5e;
  border:1px solid #c99a5e;
  color:#fff;
  margin: 0 4px;
  border-radius: 5px;
}

.pages a:hover{
  background:#c99a5e;
  border:1px solid #c99a5e;
  color:#fff;
}

/* #mobile_site{top:0;width:100%;height: 100%;overflow-y:auto;-webkit-overflow-scrolling: touch;   background: #fff;z-index: 1;position: absolute;box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);} */
.lcbody {width: 30px;height: 30px;position: relative;transform: translateZ(0px) rotate(0deg);transition: transform 0.4s cubic-bezier(0.4, 0.01, .165, 0.99);}
.lcitem{position:absolute;left:0;top:0;transform:translateZ(0) rotate(0);transition:transform .25s cubic-bezier(.4,.01,.165,.99) 0s;-webkit-transform:translateZ(0) rotate(0);-webkit-transition:-webkit-transform .25s cubic-bezier(.4,.01,.165,.99) 0s;width:30px;height:30px}
.lcitem .rect.top{-webkit-transform:translate3d(0,-6px,0)}
.lcitem .rect{width:30px;height:1px;background:#c99a5e;position:absolute;left:0;top:14px;transition:transform .2s ease .2s;-webkit-transition:-webkit-transform .2s ease .2s}
.lcitem .rect.bottom{transform:translate3d(0,6px,0);-webkit-transform:translate3d(0,6px,0)}
body.open .lcbody {
    transform: translateZ(0px) rotate(90deg);
    -webkit-transform: translateZ(0px) rotate(90deg);
}
body.open .lcitem {
    transform: translateZ(0px) rotate(45deg);
    transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.2s;
    -webkit-transform: translateZ(0px) rotate(45deg);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.2s;
}
body.open .lcitem.bottom {
    transform: translateZ(0px) rotate(-45deg);
    -webkit-transform: translateZ(0px) rotate(-45deg);
}
body.open .lcitem .rect {
    transition: transform 0.2s ease 0s;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transition: -webkit-transform 0.2s ease 0s;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
body.open #leftcontrol {
    transform: translate3d(-300px,0,0);
    -webkit-transform: translate3d(-300px,0,0);
}

#leftcontrol .openlc {right: 20px; top: 16px; position: absolute;}
#leftcontrol .lcitem .rect {background: #999;}

.transform {
    transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
#leftcontrol{display:block;position: fixed; z-index: 999;top:0; right: -300px;width: 260px;height: 100%;overflow-x: hidden;overflow-y: auto;background: #fafafa;-webkit-overflow-scrolling: touch;box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);}
#leftcontrol ul li{display:block;min-height:49px;border-top:1px solid #ebebeb;width:100%;font-size:14px}
#leftcontrol>ul>li.active a{background:#fff;color:#2a2a2a}
#leftcontrol ul li a{display:block;color:#b7b7b7;padding:0 25px;height:59px;line-height:59px}
#leftcontrol ul.subnav li a{background:#fff;color:#a8a8a8}
#leftcontrol ul.subnav li a i{margin-right:20px;font-size:14px;color:#b4b4b4}
#leftcontrol ul li a{position: relative;}
#leftcontrol ul li a span.more{width:12px;height:12px;float:right;position:relative;top:20px;}
#leftcontrol ul li .subnav{overflow:hidden;height:0}
#leftcontrol ul li a span.more span.h{width:12px;height:2px;transform:translate3d(0,5px,0);-webkit-transform:translate3d(0,5px,0)}
#leftcontrol ul li a span.more span{background:#b8b8b8;position:absolute}
#leftcontrol ul li a span.more span.v{transform:rotate3d(0,0,1,90deg) translate3d(5px,0,0);-webkit-transform:rotate3d(0,0,1,90deg) translate3d(5px,0,0)}
#leftcontrol ul li a span{display:inline-block}
#leftcontrol ul li.active a span.more span.v{background-color:#5c5c5c}
#leftcontrol ul li.active a span.more span.v{transform:rotate3d(0,0,0,0) translate3d(0,5px,0);-webkit-transform:rotate3d(0,0,0,0) translate3d(0,5px,0)}


















@media screen and (max-width: 1600px){
	.footer .footer-contact {
		display: none;
	}
}

.pc {
	display: none !important;
}