html {
	font-size: 14px;
	overflow-x: hidden;
}
li {
	list-style: none;
}
a {
	color: #333333;
	transition: all 0.3s ease;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
p, dl, dt, dd, ul {
	margin: 0px;
	padding: 0px;
}
/**
 * 首页
 */
.index-banner{
	width: 100%;
	height: 100vh;
}
.index-banner .swiper-slide{
	background-position: center center;
	background-size: cover;
}
.index-banner .banner-bar{
	width: auto !important;
	position: absolute;
	z-index: 2;
	left: 50%;
	margin-left: -145px;
	display: flex;
	bottom: 30px;
}
.index-pc-banner{
	display: none;
}
.index-wap-banner{
	display: block;
}
@media only screen and (min-width: 768px) {
	.index-pc-banner{
		display: block;
	}
	.index-wap-banner{
		display: none;
	}
	.index-banner .banner-bar{
		left: auto;
		right: 6.25%;
		bottom: 6.25%;
		margin-left: 0;
	}
}
.index-banner .banner-bar .banner-button-prev i,
.index-banner .banner-bar .banner-button-next i{
	color: #ffffff;
	font-size: 20px;
}
.index-banner .banner-bar .banner-pagination{
	position: relative;
	bottom: auto;
	left: auto;
	right: auto;
	top: auto;
	display: flex;
	line-height: 30px;
	color: #ffffff;
	margin: 0 20px;
	font-size: 16px;
	justify-content: center;
	align-items: center;
}
.index-banner .banner-bar .banner-pagination span{
	width: 10px;
}
.index-banner .banner-bar .banner-pagination .bar{
	width: 150px;
	height: 6px;
	background: rgba(255, 255, 255, .5);
	border-radius: 3px;
	margin: 0 20px;
	overflow: hidden;
}
.index-banner .banner-bar .banner-pagination .bar .progress{
	height: 6px;
	background-color: #ffffff;
	transform: scale(0);
	transform-origin: left top;
}

.index-header{
	position: fixed;
	width: 100%;
	top: 20px;
	z-index: 999;
	display: flex;
	padding: 14px 7.8%;
}
.index-header .logo img{
	display: block;
	height: 52px;
}
.index-header .navmenu{
	margin-left: auto;
}
.index-header .navmenu ul{
	display: flex;
	padding: 11px 0;
}
.index-header .navmenu ul li{
	font-size: 16px;
	height: 30px;
	overflow: hidden;
	width: 105px;
	line-height: 30px;
}
.index-header .navmenu ul li span{
	display: block;
	color: #ffffff;
	width: 100%;
	text-transform: uppercase;
}
.index-header .navmenu ul li a .text{
	transition: all 0.3s ease;
	text-align: center;
}
.index-header .navmenu ul li a:hover .text{
	margin-top: -30px;
	transition: all 0.3s ease;
}
.index-header .navmenu ul li a:hover .text span:nth-child(2){
	text-decoration: underline;
}



.header{
	padding: 15px 20px;
	display: flex;
	background: #ffffff;
	top: -120px;
	transition: background 0.3s ease;
	border-bottom: 1px solid #ececec;
}
.header.fixed{
	top: 0;
	z-index: 9999;
	width: 100%;
	left: 0;
	padding: 15px 20px;
	position: fixed;
	background: #ffffff;
}
.header.fixed .navmenu ul li a span{
    color: #757475;
}
.header.fixed .logo img:nth-child(1){
    display: block;
}
.header.fixed .logo img:nth-child(2){
    display: none;
}
.header .logo a{
	display: block;
}
.header .logo img{
	display: block;
	height: 30px;
	margin: 0;
}
.header .logo img:nth-child(2){
	display: none;
}
.header .menu-btn{
	width: 30px;
	height: 30px;
	position: relative;
	display: flex;
	margin-left: auto;
	flex-direction: column;
	justify-content: center;
}
.header .menu-btn span{
	height: 2px;
	width: 30px;
	display: block;
	background-color: #757475;
	transition: all 400ms, transform 400ms;
	transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.header.fixed .menu-btn span{
    background: #757475;
}
.header .menu-btn span:nth-child(2){
	margin: 8px 0;
}
.header .menu-btn.active span:nth-child(1){
	transform: translate3d(0, 10px, 0)rotate(45deg);
}
.header .menu-btn.active span:nth-child(3){
	transform: translate3d(0, -10px, 0)rotate(-45deg);
}
.header .menu-btn.active span:nth-child(2){
	width: 0;
	transition: none;
}
.header .navmenu{
	display: none;
}
@media only screen and (min-width: 768px) {
	.header{
		padding: 15px 6.25%;
	}
	.header.fixed{
		padding: 15px 6.25%;
	}
}
@media only screen and (min-width: 992px) {
	.header .menu-btn{
		display: none;
	}
	.header{
		padding: 30px 6.25%;
		transition: all 0.8s ease;
	}
	.header .logo img{
		height: 40px;
	}
	.header .navmenu{
		display: block;
		padding: 5px 0;
		margin-left: auto;
		line-height: 30px;
		font-size: 14px;
		overflow: hidden;
	}
	.header .navmenu ul{
		display: flex;
	}
	.header .navmenu ul li{
		height: 30px;
		width: auto;
		overflow: hidden;
		margin-left: 30px;
	}
	.header .navmenu ul li a{
		height: 30px;
		overflow: hidden;
		display: block;
	}
	.header .navmenu ul li a span:nth-child(2){
		display: none;
	}
	.header .navmenu ul li a:hover span,
	.header .navmenu ul li.active a span{
		color: #adcf20;
	}
}
@media only screen and (min-width: 1200px) {
	.header{
		padding: 35px 6.25%;
	}
	.header .logo img{
		height: 50px;
	}
	.header .navmenu{
		padding: 10px 0;
		font-size: 16px;
	}
	.header .navmenu ul li{
		margin-left: 40px;
	}
}
@media only screen and (min-width: 1400px) {
	.header{
		padding: 35px 6.25%;
	}
	.header .navmenu ul li{
		margin-left: 0;
		width: 110px;
	}
	.header .navmenu ul li a span:nth-child(2){
		display: block;
	}
	.header .navmenu ul li a span{
		display: block;
		text-align: center;
		color: #757475;
		text-transform: uppercase;
		transition: all 0.3s ease;
	}	
	.header .navmenu ul li a:hover span,
	.header .navmenu ul li.active a span{
		color: #adcf20;
	}
	.header .navmenu ul li a:hover span:nth-child(1),
	.header .navmenu ul li.active a span:nth-child(1){
		margin-top: -30px;
		transition: all 0.3s ease;
	}
}




/**
 * 关于我们
 */
.brand-wrap{
	padding: 40px 20px;
	position: relative;
}
.brand-wrap .brand-title{
	margin: 0 0 40px;
}
.brand-wrap .brand-title p{
	text-transform: uppercase;
	color: #555555;
	font-size: 24px;
	font-weight: 600;
	line-height: 30px;
}
.brand-wrap .brand-title h4{
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	margin: 0;
}

.brand-row img.logo{
	width: 80%;
	max-width: 450px;
	display: block;
}
.brand-col{
	margin: 0 0 30px;
}
.brand-col p{
	font-size: 16px;
	font-weight: 600;
	color: #757475;
	margin: 20px 0 10px;
}
.brand-col h4{
	font-weight: 400;
	color: #757475;
	margin: 0;
	font-size: 18px;
}
.brand-content-box{
	padding: 20px 0 0;
}
.brand-img{
	display: none;
}
@media only screen and (min-width: 768px) {
	.brand-wrap{
		padding: 60px 6.25%;
	}
	.brand-col{
		margin: 0;
	}
	.brand-row{
		margin: 0 -5px;
	}
	.brand-row .col-12{
		padding: 0 5px;
	}
	.brand-row img.logo{
		width: 100%;
	}
}
@media only screen and (min-width: 992px) {
	.brand-wrap{
		padding: 80px 6.25%;
	}
}
@media only screen and (min-width: 1200px) {
	.brand-wrap{
		padding: 100px 6.25%;
	}
	.brand-content{
		padding-left: 360px;
	}
	.brand-wrap .brand-title{
		position: absolute;
	}
	.brand-img{
		display: block;
		position: absolute;
		left: 0;
		height: 180px;
		bottom: 100px;
	}
}
@media only screen and (min-width: 1400px) {
	.brand-wrap{
		padding: 120px 6.25%;
	}
	.brand-img{
		height: 190px;
		bottom: 120px;
	}
}
.brand-memorabilia-wrap{
	padding: 40px 15px;
	color: #ffffff;
	background: url(../images/memorabilia-bg.png) no-repeat center;
	background-size: cover;
}
.layin-idea .item{
	display: flex;
	margin: 0 0 15px;
}
.layin-idea .item .name{
	flex: 0 0 auto;
	margin-right: 20px;
	display: flex;
	font-size: 12px;
	line-height: 20px;
	text-transform: capitalize;
}
.layin-idea .item span{
	width: 65px;
}
.layin-idea .item span,
.layin-idea .item b{
	font-weight: 600;
}
.layin-idea .item b{
	margin: 0 10px;
}
.layin-idea .item i{
	width: 60px;
}
.layin-idea .item p{
	font-size: 12px;
	line-height: 20px;
}
.layin-memorabilia{
	padding: 30px 0 0;
}
.layin-memorabilia .title{
	text-align: center;
	margin: 0 0 20px;
}
.layin-memorabilia .title p{
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 600;
}
.layin-memorabilia .title h3{
	margin: 5px 0 0;
	font-size: 20px;
	font-weight: normal;
}
.layin-memorabilia .swiper-container{
	height: 350px;
}
.layin-memorabilia .swiper-container .swiper-slide {
	height: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.layin-memorabilia dl{
	border-bottom: 1px solid #ffffff;
}
.layin-memorabilia dl dd{
	height: 0;
	overflow: hidden;
}
.layin-memorabilia dl dd.open{
	padding: 0 0 20px;
	height: auto;
}
.layin-memorabilia dl dt{
	line-height: 30px;
	padding: 20px 0 19px;
	font-size: 20px;
	font-weight: 200;
	display: flex;
	cursor: pointer;
}
.layin-memorabilia dl dt a{
	margin-left: auto;
	color: #ffffff;
}
.layin-memorabilia dl dt a i{
	display: block;
}
.layin-memorabilia dl dt.open a i{
	transform:rotate(90deg);
}

.layin-certificate-wrap{
	padding: 40px 15px;
}
.layin-certificate-wrap img{
	display: block;
	width: 100%;
}




.page-banner{
	position: relative;
}
.page-banner img.wap{
	display: block;
	width: 100%;
}
.page-banner .pic{
	display: none;
}
.page-banner h2{
	font-weight: normal;
	position: absolute;
	top: 24%;
	color: #ffffff;
	text-align: center;
	width: 100%;
	font-size: 20px;
}
@media only screen and (min-width: 768px) {
	.page-banner img.wap{
		display: none;
	}
	.page-banner .pic{
		width: 100%;
		display: block;
	}
	.page-banner h2{
		font-size: 24px;
	}
}

.news-wrap{
	background-color: #f8f8f8;
}
.page-column{
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 25px;
	justify-content: center;
}
.page-column a{
	font-size: 14px;
	line-height: 32px;
	padding: 0 30px;
	margin: 0 15px 15px;
	border-radius: 17px;
	color: #555555;
	position: relative;
	border: 1px solid #202020;
}
.page-column a.active,
.page-column a:hover{
	color: #ffffff;
	background-color: #202020;
}
@media only screen and (min-width: 768px) {
	.page-column a{
		line-height: 40px;
		border-radius: 21px;
		padding: 0 60px;
		font-size: 16px;
		margin: 0 25px 25px;
	}
	.page-column{
		padding: 0 0 55px;
	}
}
@media only screen and (min-width: 992px) {
	.page-column{
		padding: 0 0 95px;
	}
}

.news-list{
	width: 100%;
	margin: 0 auto;
	max-width: 1320px;
}
.news-list dl{
	margin: 0 0 20px;
}
.news-list dl:last-child{
	margin: 0;
}
.news-list dl dt img{
	display: block;
	width: 100%;
	transition: all 0.3s ease;
}
.news-list dl dd{
	padding: 0 0 20px;
	border-bottom: 1px solid #ececec;
}
.news-list dl dd h2{
	font-weight: normal;
	font-size: 16px;
	margin: 20px 0 0;
}
.news-list dl dd h2 a{
	color: #757475;
}
.news-list dl dd p{
	font-size: 14px;
	color: #b9b9b9;
	margin: 10px 0;
	line-height: 22px;
}
.news-list dl dd .info{
	color: #b9b9b9;
}
.news-list dl dd .info span{
	margin-left: 20px;
}
@media only screen and (min-width: 768px) {
	.news-list dl{
		display: flex;
		margin: 0 0 30px;
	}
	.news-list dl dt{
		width: 250px;
		flex: 0 0 auto;
		overflow: hidden;
		margin-right: 30px;
	}
	.news-list dl dd{
		flex: 1;
		padding: 0;
		position: relative;
	}
	.news-list dl dd h2{
		margin: 0;
	}
	.news-list dl dd::after{
		content: "";
		width: 0%;
		height: 1px;
		position: absolute;
		bottom: -1px;
		background: #202020;
		transition: all 0.5s ease;
	}
	.news-list dl:hover dd::after{
		width: 100%;
	}
	.news-list dl:hover a{
		color: #202020;
	}
	.news-list dl:hover dt img{
		transform: scale(1.2);
	}
}
@media only screen and (min-width: 992px) {
	.news-list dl dt{
		width: 300px;
		margin-right: 40px;
	}
	.news-list dl{
		margin: 0 0 60px;
	}
}
@media only screen and (min-width: 1200px) {
	.news-list dl dt{
		width: 350px;
		margin-right: 60px;
	}
	.news-list dl dd{
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.news-list dl dd p{
		margin: 20px 0 30px;
	}
}
.page-box{
	padding: 40px 0 0;
	display: flex;
	justify-content: center;
}
.page-box a{
	line-height: 28px;
	padding: 0 10px;
	margin: 0 5px;
	font-size: 14px;
	border-radius: 5px;
	border: 1px solid #969696;
}
.page-box span{
	line-height: 30px;
}
.page-box a.page-num-current,
.page-box a:hover{
	background: #202020;
	border-color: #202020;
	color: #ffffff;
}
.news-prev{
	flex-wrap: wrap;
	padding: 30px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.news-prev a{
	border: 1px solid #555555;
	padding: 0 20px;
	border-radius: 15px;
	line-height: 28px;
	font-size: 14px;
	margin: 12px;
}
.news-prev a:hover{
	color: #acce22;
	border-color: #acce22;
}
@media only screen and (min-width: 768px) {
	.news-prev{
		padding: 40px 0 0;
	}
	.page-box{
		padding: 80px 0 0;
	}
	.page-box a{
		line-height: 38px;
		padding: 0 15px;
		margin: 0 8px;
	}
	.page-box span{
		line-height: 40px;
		margin: 0 8px;
	}
}
@media only screen and (min-width: 992px) {
	.page-box{
		padding: 120px 0 0;
	}
}
.news-content{
	width: 100%;
	margin: 0 auto;
	max-width: 880px;
}
.news-content .title{
	border-bottom: 1px solid #202020;
}
.news-content .title h1{
	font-size: 20px;
}
.news-content .title .info{
	color: #b8b8b8;
	margin: 10px 0;
}
.news-content .title .info span{
	margin-left: 20px;
}
.news-content .content{
	padding: 20px 0 0;
}
.news-content .content img{
	max-width: 100%;
}


.page-container{
	padding: 40px 20px;
}
.page-pt{
	padding-top: 40px;
}
@media only screen and (min-width: 768px) {
	.page-container{
		padding: 80px 6.25%;
	}
	.page-pt{
		padding-top: 80px;
	}
	.news-content .title .info{
		margin: 20px 0;
	}
}
@media only screen and (min-width: 992px) {
	.page-container{
		padding: 120px 6.25%;
	}
	.page-pt{
		padding-top: 120px;
	}
}
/**
 * 在线商城
 */
.mall-container{
	background: url(../images/mall-bg.jpg) no-repeat center;
	background-size: cover;
}
.mall-list-wrap{
	width: 100%;
	margin: 0 auto;
	max-width: 1320px;
}
.mall-list-wrap ul li{
	margin: 0 0 20px;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #858485;
}
.mall-list-wrap ul li:last-child{
	margin-bottom: 0;
}
.mall-list-wrap ul li a{
	display: flex;
	padding: 15px;
	align-items: center;
}
.mall-list-wrap ul li a:hover,
.mall-list-wrap ul li a.active{
	background-color: #343434;
}
.mall-list-wrap ul li .logo{
	margin-right: 30px;
}
.mall-list-wrap ul li .logo img{
	display: block;
	width: 80px;
	border-radius: 5px;
}
.mall-list-wrap ul li .logo img:nth-child(2){
	display: none;
}
.mall-list-wrap ul li a:hover .logo img,
.mall-list-wrap ul li a.active .logo img{
	display: none;
}
.mall-list-wrap ul li a:hover .logo img:nth-child(2),
.mall-list-wrap ul li a.active .logo img:nth-child(2){
	display: block;
}
.mall-list-wrap ul li .link{
	font-size: 24px;
	margin-left: auto;
}
.mall-list-wrap ul li a:hover .link,
.mall-list-wrap ul li a.active .link{
	color: #ffffff;
}

.mall-list-wrap ul li .text{
	display: flex;
	margin-right: 50px;
	justify-content: center;
	flex-direction: column;
}
.mall-list-wrap ul li a:hover .text,
.mall-list-wrap ul li a.active .text{
	color: #ffffff;
}
.mall-list-wrap ul li .text .line{
	width: 26px;
	height: 2px;
	margin: 5px 0;
	background: #8b8c8c;
}
.mall-list-wrap ul li a:hover .line,
.mall-list-wrap ul li a.active .line{
	background: #ffffff;
}
.mall-list-wrap ul li .text h3{
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
}
.mall-list-wrap ul li a.link{
	margin-left: auto;
	font-size: 20px;
}
.mall-qrcode-wrap{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
}
.mall-qrcode-wrap .qrcode-box{
	width: 170px;
	height: 170px;
	background: #ffffff;
	padding: 15px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -85px 0 0 -85px;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.mall-qrcode-wrap .qrcode-box img{
	width: 100%;
	display: block;
}
.mall-qrcode-wrap .qrcode-box .colse{
	position: absolute;
	top: 2px;
	right: 5px;
	font-size: 20px;
}
@media only screen and (min-width: 768px) {
	.mall-list-wrap ul li a{
		padding: 20px 30px;
	}
	.mall-list-wrap ul li .logo img{
		width: 90px;
	}
	.mall-list-wrap ul li .text h3{
		font-size: 20px;
	}
	.mall-list-wrap ul li .text .line{
		margin: 15px 0;
	}
	.mall-list-wrap ul li .logo{
		margin-right: 50px;
	}
}
@media only screen and (min-width: 992px) {
	.mall-list-wrap ul li a{
		padding: 20px 35px;
	}
	.mall-list-wrap ul li .logo{
		margin-right: 90px;
	}
	.mall-list-wrap ul li .logo img{
		width: 95px;
	}
}
@media only screen and (min-width: 1200px) {
	.mall-list-wrap ul li .logo{
		margin-right: 130px;
	}
	.mall-list-wrap ul li a{
		padding: 30px 70px;
	}
}

/**
 * 联系我们
 */
.contact-container{
	background: #f8f8f8;
}
.contact-wrap{
	width: 100%;
	margin: 0 auto;
	max-width: 1320px;
}
.qa-title{
	font-size: 20px;
	font-weight: 600;
	line-height: 20px;
	margin: 0 0 20px;
}
.qa-list dl{
	margin: 0 0 20px;
}
.qa-list dl:last-child{
	margin-bottom: 0;
}
.qa-list dl dt{
	font-weight: normal;
	background: #ffffff;
	padding: 15px;
	font-size: 16px;
	display: flex;
	cursor: pointer;
	align-items: center;
}
.qa-list dl span.name{
	font-weight: 600;
	margin-right: 20px;
	font-size: 18px;
}
.qa-list dl dt i{
	margin-left: auto;
	transition: all 0.3s ease;
}
.qa-list dl dt.active i{
	transform: rotate(180deg);
}
.qa-list dl dd{
	padding: 15px;
	margin: 20px 0 0;
	font-size: 16px;
	color: #acce22;
	display: none;
	position: relative;
	border: 2px solid #d0e287;
}
.qa-list dl dd::before{ 
	content: '';
	display: block;
	position: absolute;
	top: -17px;
	left: 40px;
	z-index:999;
	border-left: 15px solid transparent ;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #d0e287;
}
.qa-list dl dd::after{
	content: '';
	display: block;
	position: absolute;
	top: -14px;
	left: 40px;
	z-index:999;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #f8f8f8;
}
.qa-list dl dd.active{
	display: flex !important;
}
@media only screen and (min-width: 768px) {
	.qa-list dl{
		margin: 0 0 30px;
	}
	.qa-list dl dt,
	.qa-list dl dd{
		padding: 30px 40px;
	}
	.qa-title{
		margin: 0 0 30px;
	}
}
@media only screen and (min-width: 992px) {
	.qa-list dl{
		margin: 0 0 40px;
	}
	.qa-list dl dt,
	.qa-list dl dd{
		padding: 50px 60px;
	}
	.qa-title{
		margin: 0 0 40px;
	}
}
@media only screen and (min-width: 1200px) {
	.qa-list dl dt,
	.qa-list dl dd{
		padding: 60px 80px;
	}
	.qa-title{
		margin: 0 0 50px;
	}
}
.contact-content{
	position: relative;
}
.contact-img{
	right: 70px;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	display: none;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}
.contact-img img{
	display: block;
}
.contact-title{
	font-size: 20px;
	font-weight: 600;
}
.contact-desc{
	font-size: 14px;
	line-height: 24px;
	margin: 20px 0 0;
	color: #757475;
}
.contact-tel{
	margin: 20px 0;
}
.contact-tel,
.contact-email{
	color: #757475;
	font-size: 14px;
}
.contact-tel a,
.contact-email a{
	font-size: 24px;
	margin: 0 10px;
	color: #757475;
	font-weight: 100;
}
.contact-qrcode{
	margin: 30px 0 0;
}
@media only screen and (min-width: 768px) {
	.contact-desc{
		margin: 30px 0 0;
	}
	.contact-tel{
		margin: 30px 0;
	}
}
@media only screen and (min-width: 992px) {
	.contact-img{
		display: block;
	}
}

.contact-message{
	width: 100%;
	color: #ffffff;
	padding: 20px 20px 40px;
	font-size: 14px;
	background: #757475;
}
.form-item{
	display: flex;
	padding: 20px 0;
	align-items: center;
	border-bottom: 1px solid #ffffff;
}
.no-border{
	padding: 0;
	border-bottom: none;
}
.form-item .box{
	padding: 20px 0;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ffffff;
}
.form-item label{
	line-height: 30px;
	margin: 0;
	margin-right: 20px;
}
.form-item span{
	margin-left: 5px;
	margin-right: 30px;
}
.form-item input[type='radio']{
	cursor: pointer;
}
.form-item input[type='text']{
	color: #ffffff;
	background: none;
	border: none;
	line-height: 30px;
	outline: none;
	font-size:14px;
	flex: 1;
}
.form-item textarea{
	background: none;
	border: none;
	outline: none;
	line-height: 30px;
	font-size: 14px;
	color: #ffffff;
	height: 90px;
	flex: 1;
	resize: none;
}
.contact-message button{
	border: 1px solid #ffffff;
	background: none;
	color: #ffffff;
	padding: 0 20px;
	line-height: 30px;
	border-radius: 16px;
	margin: 30px 0 0;
}
.contact-message-container{
	width: 100%;
	margin: 0 auto;
	max-width: 1320px;
}
@media only screen and (min-width: 768px) {
	.contact-message{
		padding: 80px 6.25%;
	}
	.no-border{
		display: block;
		padding: 40px 0;
		border-bottom: 1px solid #ffffff;
	}
	.form-item{
		padding: 40px 0;
	}
	.form-item .box{
		padding: 0;
		border-bottom: none;
	}
	.contact-message button{
		margin: 60px 0 0;
	}
}
@media only screen and (min-width: 1200px) {
	.contact-message::after{
		content: "";
		width: 50%;
		height: 100%;
		position: absolute;
		right: 0;
		top: 0;
		background: #757475;
	}
	.contact-message{
		background: none;
		padding-bottom: 0;
		padding-top: 0;
		background: #f8f8f8;
		position: relative;
	}
	.contact-message-wrap{
		max-width: 1320px;
		margin-left: 280px;
		background: #757475;
		border-radius: 200px 0 0 0;
		padding: 90px 30px 90px 140px;
		position: relative;
		z-index: 2;
	}
	.message-img{
		background: red;
		position: absolute;
		bottom: 0;
		height: 495px;
		left: 0;
		width: calc(6.25% + 280px);
		background: url(../images/message-bg.png);
		border-radius: 200px 0 0 0;
		background-size: cover;
	}
	.form-item textarea{
		height: 120px;
	}
	.contact-qrcode{
		position: absolute;
		z-index: 3;
		bottom: -200px;
	}
	.contact-container.page-container{
		padding-bottom: 80px;
	}
}
@media only screen and (min-width: 1400px) {
	.contact-message-wrap{
		margin-left: 340px;
	}
	.message-img{
		width: 50%;
		background: url(../images/message-bg.png) no-repeat center left;
		background-size: auto;
		z-index: 1;
	}
}


.join-container{
	padding-top: 0;
	padding-bottom: 0;
	position: relative;
}
.join-wrap{
	width: 100%;
	margin: 0 auto;
	max-width: 1320px;
}
.join-content-wrap{
	padding-top: 40px;
}
.join-title{
	margin: 0 0 30px;
}
.join-title p{
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 600;
}
.join-title h3{
	font-weight: 600;
	font-size: 16px;
	margin: 0;
	color: #757475;
}
.join-img img{
	display: block;
	height: 60px;
}
.join-content{
	margin: 30px 0 0;
}
.join-img-wrap{
	margin: 30px 0 0;
}
.join-img-wrap img{
	display: block;
	width: 100%;
	max-width: 885px;
}
.join-left-img{
	display: none;
}
.join-right-img{
	display: none;
}
@media only screen and (min-width: 768px) {
	.join-content-wrap{
		padding-top: 80px;
	}
	.join-content{
		margin: 40px 0 0;
	}
	.join-title{
		margin: 0 0 40px;
	}
	.join-title p{
		font-size: 24px;
	}
}
@media only screen and (min-width: 992px) {
	.join-img-wrap{
		margin: 0;
	}
	.join-content{
		margin: 60px 0 0;
	}
	.join-title{
		margin: 0 0 60px;
	}
	.join-img-wrap{
		position: relative;
	}
	.join-img-wrap img{
		position: absolute;
		height: 100%;
		object-fit: cover;
		width: calc(100% + 12.5%);
		max-width: auto;
		object-position: center;
	}
	.join-wrap .row{
		margin: 0;
	}
	.join-wrap .row .col-12{
		padding-left: 0;
		padding-right: 0;
	}
	.join-img-wrap{
		display: none;
	}
	.join-right-img{
		width: 46%;
		height: 100%;
		display: block;
		position: absolute;
		right: 0;
		top: 0;
	}
	.join-right-img img{
		height: 100%;
		width: 100%;
		object-fit: cover;
	}
}
@media only screen and (min-width: 1200px) {
	.join-content-wrap{
		padding-right: 55px;
	}
	.join-img img{
		height: 90px;
	}
	.join-content{
		padding-bottom: 400px;
	}
	.join-left-img{
		display: block;
		position: absolute;
		left: 0;
		bottom: 0;
	}
}

.join-process-container{
	padding-top: 30px;
	padding-bottom: 30px;
}
.join-process-wrap{
	width: 100%;
	margin: 0 auto;
	max-width: 1320px;
}
.join-process-wrap .col-box{
	width: 100%;
	border-radius: 25px;
	padding: 38px 0 50px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.join-process-wrap .col-box .dimg{
	width: 60px;
	height: 60px;
	background: #ffffff;
	margin: 0 auto 20px;
	padding: 10px;
	border-radius: 50%;
}
.join-process-wrap .col-box img{
	width: 40px;
	display: block;
	margin: 0 auto;
}
.join-process-wrap .row{
	margin: 0 -10px;
}
.join-process-wrap .col-6{
	padding: 0 10px;
	margin: 0 0 20px;
}
.join-process-wrap .col-box{
	max-width: 188px;
	margin: 0 auto;
	cursor: pointer;
	color: #555555;
}
.join-process-wrap .col-box:hover{
	background: #acce22;
	color: #ffffff;
}
.join-process-wrap .col-box p{
	text-align: center;
	line-height: 30px;
	font-size: 16px;
}
@media only screen and (min-width: 500px) {
	.join-process-wrap .col-6{
		margin: 0 0 30px;
	}
}
@media only screen and (min-width: 768px) {
	.join-process-container{
		padding-top: 60px;
		padding-bottom: 30px;
	}
}
@media only screen and (min-width: 992px) {
	.join-process-wrap .col-box .dimg{
		width: 78px;
		height: 78px;
	}
	.join-process-wrap .col-box .dimg img{
		width: 58px;
	}
}
@media only screen and (min-width: 1200px) {
	.join-process-wrap .col-6{
		margin: 0 0 0px;
	}
	.join-process-container{
		padding-top: 90px;
		padding-bottom: 90px;
	}
}
@media only screen and (min-width: 1400px) {
	.join-process-wrap .col-box{
		border-radius: 50px;
	}
}


.join-message{
	width: 100%;
	padding: 60px 20px;
	background: url(../images/join-bg.png) no-repeat center;
}
.join-message-wrap{
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 15px;
	border: 1px solid #ffffff;
	background: rgba(255, 255, 255, .2);
}
.join-message-wrap .col-12{
	padding-top: 10px;
	color: #ffffff;
	display: flex;
	padding-bottom: 10px;
	align-items: center;
	border-bottom: 1px solid #ffffff;
}
.join-message-wrap .col-12.radio div{
    margin-right: 20px;
}
.join-message-wrap .col-12.radio div input{
    cursor: pointer;
}
.join-message-wrap .col-12.radio div span{
    margin-left: 5px;
}
.join-message-wrap .col-12 label{
	width: 60px;
	flex: 0 0 auto;
	line-height: 30px;
	margin: 0;
}
.join-message-wrap .col-12 input{
	flex: 1;
	border: none;
	color: #ffffff;
	outline: none;
	padding: 0 10px;
	background: none;
}
.join-message-wrap .col-12.btn{
	border-bottom: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}
.join-message-wrap .col-12 button{
	border: 1px solid #ffffff;
	background: none;
	color: #ffffff;
	line-height: 30px;
	padding: 0 20px;
	border-radius: 16px;
}
@media only screen and (min-width: 768px) {
	.join-message{
		padding: 100px 6.25%;
	}
}
@media only screen and (min-width: 992px) {
	.join-message{
		position: relative;
		padding: 166px 6.25%;
		margin-top: 90px;
		border-radius: 0 200px 0 0;
	}
	.join-message::after{
		content: "";
		left: 6.25%;
		bottom: 0;
		top: -90px;
		right: 0;
		z-index: -1;
		background: #757475;
		position: absolute;
		border-radius: 200px 0 0 0;
	}
	.join-message-wrap .col-lg-8{
		border-bottom: none;
	}

	.join-message-wrap .col-12{
		padding: 44px 30px;
	}
	.join-message-wrap .col-12.radio,
	.join-message-wrap .col-12.col-lg-5{
	    border-bottom: 0;
	}
}

.service-container{
	background: url('../images/service-bg.jpg') no-repeat center;
	background-size: cover;
}
.service-wrap{
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}
.service-title{
	text-align: center;
}
.service-title p{
	font-size: 24px;
	font-weight: 600;
	line-height: 24px;
	text-transform: capitalize;
}
.service-title{
	height: 130px;
	background: url(../images/service-title.png) no-repeat center;
}
.service-title h4{
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	margin: 10px 0 0;
}
.service-content{
	position: relative;
	top: -20px;
	padding: 0 0 40px;
	border-bottom: 1px solid #9b9897;
}
.service-content dl{
	margin-bottom: 20px;
	text-align: center;
}
.service-content dl:last-child{
	margin-bottom: 0;
}
.service-content dl dt{
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
}
.service-content dl dd{
	color: #555555;
	font-size: 14px;
}
@media only screen and (min-width: 768px) {
	.service-content{
		display: flex;
		padding: 0 0 60px;
		justify-content: center;
	}
	.service-content dl{
		margin: 0 30px;
		text-align: left;
	}
}
@media only screen and (min-width: 992px) {
	.service-content dl{
		margin: 0 75px;
	}
}
.service-title.title1{
	height: auto;
	background: none;
	padding: 20px 0 40px;
}
@media only screen and (min-width: 768px) {
	.service-title.title1{
		padding: 30px 0 60px;
	}
}
.service-wrap .content-box{
	color: #555555;
	font-size: 14px;
	line-height: 28px;
	padding: 0 0 40px;
	border-bottom: 1px solid #9b9897;
}
.service-wrap .content-box a.email{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #313131;
	color: #ffffff;
	font-size: 16px;
	height: 50px;
	margin: 30px auto 0;
	max-width: 470px;
}
.service-wrap .content-box a.email i{
	font-size: 30px;
	margin-left: 20px;
}
@media only screen and (min-width: 768px) {
	.service-wrap .content-box{
		padding: 0 0 60px;
	}
	.service-wrap .content-box a.email{
		margin: 50px auto 0;
		height: 60px;
	}
}
@media only screen and (min-width: 992px) {
	.service-container.page-container{
		padding-bottom: 100px;
	}
}


.product-container{
	background: #f8f8f8;
}
.product-wrap{
	width: 100%;
	min-height: 50vh;
	margin: 0 auto;
	max-width: 1470px;
}
.product-list a{
	display: block;
	text-align: center;
	padding: 0 0 30px;
	position: relative;
	overflow: hidden;
	border: 1px solid #e4e4e4;
}
.product-list a .pic{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	max-width: 300px;
}
.product-list a .pic img{
	display: block;
	width: 100%;
	transition: all 0.3s ease;
}
.product-list a:hover .pic img{
    transform: scale(0.9);
    transition: all 0.3s ease;
}
.product-list a:after{
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease;
    background: url(../images/jia.png) no-repeat center rgba(255,255,255,0.5);
    background-size: 80px 80px;
}
.product-list a:hover:after{
    opacity: 1;
}
.product-list a h3{
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	line-height: 30px;
	margin: 20px 0 10px;
}
.product-list a span,
.product-info span{
	background: #313131;
	color: #ffffff;
	font-size: 12px;
	line-height: 26px;
	display: inline-block;
	padding: 0 10px;
	border-radius: 13px;
}
.product-list .col-12{
	margin: 0 0 20px;
}
.product-list .col-12:last-child{
	margin: 0;
}
.product-column{
	margin: 0 0 30px;
}
.product-column dl dt{
	position: relative;
	line-height: 30px;
	font-size: 22px;
	font-weight: 600;
	padding-left: 20px;
}
.product-column dl dt::after{
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	top: 50%;
	margin-top: -4px;
	left: 0;
	background: #000000;
}
.product-column dl dd{
	padding: 10px 0 0;
}
.product-column dl dd a{
	color: #555555;
	font-size: 14px;
	position: relative;
	margin-right: 10px;
}
.product-column dl dd a.active{
	font-weight: 600;
	padding-left: 20px;
	color: #000000;
}
.product-column dl dd a.active::after{
    content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	top: 50%;
	margin-top: -5px;
	left: 0;
	background: #000000;
}
.product-column dl dd a:last-child{
	margin-right: 0;
}
@media only screen and (min-width: 768px) {
	.product-column dl dd a{
		font-size: 16px;
	}
	.product-column dl dd{
		padding: 20px 0 0;
	}
	.product-column{
		margin-bottom: 60px;
	}
	.product-list .col-12{
		margin: 0 0 30px;
	}
}
.product-content img{
    max-width: 100%;
}
@media only screen and (min-width: 1400px) {
	.product-column{
		position: fixed;
		left: 6.25%;
		top: 32%;
	}
	.product-column dl dd{
		display: flex;
		padding: 15px 0 0;
		flex-direction: column;
	}
	.product-column dl dd a{
		margin: 15px 0;
	}
	.product-list{
		padding-left: 150px;
	}
}
.load-more{
	margin: 30px 0 0;
	display: flex;
	justify-content: center;
}
.load-more a{
	display: flex;
	font-size: 16px;
	flex-direction: column;
	align-items: center;
}
.load-more i{
	font-size: 24px;
	line-height: 24px;
	position: relative;
	-webkit-animation: rightan 2s infinite;
	-webkit-animation-fill-mode: both;
}
@media only screen and (min-width: 1400px) {
	.load-more{
		padding-left: 150px;
	}
}
@-webkit-keyframes rightan{
	0%{
		bottom: -10px;
		opacity: 1;
	}
	50%{
		bottom: 0px;
		opacity: 1;
	}
	100%{
		bottom: -10px;
		opacity: 1;
	}
}


.showproduct-wrap{
	width: 100%;
	margin: 0 auto;
	max-width: 1440px;
}
.product-pic img{
	width: 100%;
	display: block;
	margin: 0 auto;
	max-width: 600px;
}
.product-info{
	padding: 30px 0 0;
}
.product-info h1{
	font-weight: 100;
	font-size: 20px;
	margin: 0;
}
.product-info span{
	line-height: 20px;
	font-size: 12px;
	border-radius: 10px;
	margin: 10px 0;
}
.product-info p{
	color: #555555;
	font-size: 12px;
}
.pic-list .row{
	margin: 0 -10px;
}
.pic-list .row .col-6{
	padding: 0 10px;
	margin: 20px 0 0;
}
.pic-list img{
	display: block;
	width: 100%;
	border-radius: 5px;
	cursor: pointer;
	border: 1px solid #f6f6f6;
}
.pic-list img.active{
    border-color: #adcf20;
}
@media only screen and (min-width: 992px) {
	.product-details{
		display: flex;
	}
	.product-pic{
		width: 45%;
		max-width: 640px;
		flex: 0 0 auto;
		margin-right: 40px;
	}
	.product-info{
		padding: 0;
	}
}
@media only screen and (min-width: 1400px) {
	.product-pic{
		width: 42%;
	}
	.product-pic{
		margin-right: 80px;
	}
}

.product-prev{
	padding: 20px 0 0;
}
.product-prev a{
	color: #ffffff;
	line-height: 30px;
	padding: 0 20px;
	display: inline-block;
	border-radius: 15px;
	background: #757475;
	margin: 20px 0 0;
}
.product-prev a:hover{
	background: #313131;
}
@media only screen and (min-width: 768px) {
	.product-prev{
		display: flex;
		padding: 80px 0 0;
		justify-content: center;
	}
	.product-prev p{
		margin: 0 20px;
	}
	.product-prev a{
		margin: 0;
		padding: 0 30px;
		font-weight: 100;
	}
}
@media only screen and (min-width: 992px) {
	.product-prev{
		padding: 120px 0 0;
	}
}

.com-product{
	padding: 40px 20px;
	background: #313131;
	color: #ffffff;
}
.com-product-title{
	margin: 0 0 30px;
}
.com-product-title p{
	font-size: 24px;
	text-transform: uppercase;
}
.com-product-title h4{
	font-size: 16px;
	font-weight: 100;
	margin: 5px 0 0;
}
.com-product .row img{
	display: block;
	width: 100%;
}
.com-product .row .text{
	padding: 20px 25px 0 0;
	position: relative;
}
.com-product .row .text::after{
	content: "";
	position: absolute;
	width: 3px;
	height: 15px;
	background: #ffffff;
	right: 0;
	bottom: 0;
}
.com-product .row .text::before{
	width: 15px;
	height: 3px;
	background: #ffffff;
	position: absolute;
	content: "";
	right: 0;
	bottom: 0;
}
.com-product .row .col-12{
	margin: 0 0 40px;
}
.com-product .row h3{
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	margin: 0 0 5px;
}
.com-product .row p{
	font-size: 14px;
	line-height: 20px;
}
.com-product-wrap{
	width: 100%;
	padding: 0 80px;
}
@media only screen and (min-width: 768px) {
	.com-product{
		padding: 80px 6.25% 40px;
	}
	.com-product-title{
		margin: 0 0 50px;
	}
}
@media only screen and (min-width: 992px) {
	.com-product{
		padding: 120px 6.25% 40px;
	}
}
@media only screen and (min-width: 1200px) {
	.com-product{
		margin-right: 6.25%;
		padding-right: 0;
		margin-top: 58px;
		border-radius: 0 200px 0 0;
		position: relative;
	}
	.com-product .row .text{
		padding: 40px 25px 0 0;
	}
	.com-product::after{
		content: "";
		right: -6.25%;
		top: -58px;
		bottom: 0;
		left: 25.52%;
		z-index: -1;
		border-radius: 200px 0 0 0;
		position: absolute;
		background: #919091;
	}
	.com-product .row{
		margin: 0 -24px;
	}
	.com-product .row .col-12{
		padding: 0 24px;
		margin: 0 0 80px;
	}
}

.memorabilia-container{
	padding: 80px 20px 50px;
	border-radius: 0 100px 0 0;
	background: url(../images/memorabilia-bg.png) no-repeat center;
	background-size: cover;
}
.memorabilia-container-wrap{
	width: 100%;
	margin: 0 auto;
	max-width: 1400px;
	color: #ffffff;
}
@media only screen and (min-width: 768px) {
	.memorabilia-container{
		position: relative;
		border-radius: 0 200px 0 0;
		margin-right: calc(6.25% + 30px);
		padding: 100px 0 50px calc(6.25% + 30px);
	}
	.memorabilia-container::after{
		content: "";
		right: -50%;
		bottom: 0;
		left: 0;
		top: 80px;
		position: absolute;
		background: #5c5c5c;
		z-index: -1;
	}
	.memorabilia-container-wrap{
		padding: 0 40px;
	}
}
@media only screen and (min-width: 992px) {
	.memorabilia-container{
		padding-top: 180px;
	}
}
@media only screen and (min-width: 1200px) {
	.layin-idea .row{
		margin: 0 -40px;
	}
	.layin-idea .row .col-12{
		padding: 0 40px;
	}
	.layin-idea .item .name{
		font-size: 14px;
	}
	.layin-idea .item p{
		font-size: 14px;
	}
	.layin-idea .item span{
		width: 70px;
	}
	.layin-idea .row .col-12{
		margin-bottom: 45px;
	}
	.layin-memorabilia{
		padding: 80px 0 0;
	}
}
@media only screen and (min-width: 1400px) {
	.layin-idea .row{
		margin: 0 -60px;
	}
	.layin-idea .row .col-12{
		padding: 0 60px;
	}
	.layin-idea .item b{
		margin: 0 25px 0 35px;
	}
	.layin-idea .item .name{
		margin-right: 35px;
	}
}

.about-map{
	width:100%;
	background: #e3e3e3;
}

.map-title{
	padding: 40px 20px 20px;
}
.map-title h4{
	font-size: 30px;
	font-weight: 600;
	margin: 0;
}
.map-title p{
	font-size: 14px;
	font-weight: 600;
	margin: 0;
}
.map-title span{
	font-size: 12px;
}
@media only screen and (min-width: 768px) {
	.map-title{
		padding: 60px 6.5% 20px;
	}
	.map-title h4{
		font-size: 40px;
	}
	.map-title p{
		font-size: 18px;
	}
	.map-title span{
		font-size: 14px;
	}
}
@media only screen and (min-width: 992px) {
	.map-title h4{
		font-size: 60px;
	}
	.map-title p{
		font-size: 24px;
	}
	.map-title span{
		font-size: 18px;
	}
}
@media only screen and (min-width: 1400px) {
	.map-title h4{
		font-size: 80px;
	}
	.map-title p{
		font-size: 30px;
		margin: 0 0 8px;
	}
}

.map-bg{
	width: 100%;
	background: url(../img/map-bg.jpg) no-repeat center;
	background-size: cover;
}
.map-bg img{
	display: block;
	width: 100%;
}
@media only screen and (min-width: 768px) {
	.map-bg{
		margin-left: 6.25%;
		border-radius: 100px 0 0 0;
		overflow: hidden;
	}
}
@media only screen and (min-width: 992px) {
	.map-bg{
		margin-left:calc( 6.25% + 60px);
		border-radius: 200px 0 0 0;
	}
}

.layin-layout{
	padding: 60px 20px 40px;
	background: url(../images/sino-bg.jpg) no-repeat center;
	background-size: cover;
}
.layin-sino-wrap{
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 0 50px;
	color: #ffffff;
}
.layin-sino-wrap .title{
	font-size: 20px;
	text-align: center;
	font-weight: normal;
	margin: 0;
	display: block;
}
.layin-sino-wrap .sub-title{
	font-size: 16px;
	text-align: center;
	margin: 20px 0 10px;
	text-transform: capitalize;
}
.layin-sino-wrap .desc{
	text-align: center;
	font-size: 12px;
	line-height: 28px;
}
@media only screen and (min-width: 768px) {
	.layin-layout{
		padding: 120px 0 80px;
	}
	.layin-sino-wrap .title{
		font-size: 24px;
	}
	.layin-sino-wrap{
		padding: 0 6.25% 100px;
	}
}
@media only screen and (min-width: 992px) {
	.layin-layout{
		padding: 180px 0 100px;
	}
	.layin-sino-wrap .sub-title{
		margin: 30px 0 20px;
	}
	.layin-sino-wrap .desc{
		max-width: 920px;
		margin: 0 auto;
	}
	.layin-sino-wrap{
		padding: 0 6.25% 150px;
	}
}

.sino-list{
	padding: 40px 0 0;
}
.sino-list .name{
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	line-height: 20px;
	padding: 40px 0 20px;
	background-size: 80px 80px;
	background-repeat: no-repeat;
	background-position: center;
}
.sino-list .col-6:nth-child(1) .name{
    background-image: url(../images/sino1.png);
}
.sino-list .col-6:nth-child(2) .name{
    background-image: url(../images/sino2.png);
}
.sino-list .col-6:nth-child(3) .name{
    background-image: url(../images/sino3.png);
}
.sino-list .col-6:nth-child(4) .name{
    background-image: url(../images/sino4.png);
}
.sino-list .content{
	font-size: 12px;
	text-align: center;
	line-height: 28px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.sino-list .col-6{
	position: relative;
	margin: 0 0 40px;
}
.sino-list .col-6::after{
	content: "";
	width: 38px;
	height: 6px;
	background: #acce22;
	border-radius: 3px;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -19px;
}
.sino-list .more a{
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 auto;
	position: relative;
	background: url(../images/more.png) no-repeat center;
	background-size: 100% auto;
}
.sino-list .more a::after{
	content: "MORE";
	color: #ffffff;
	font-size: 12px;
	font-weight: 600;
	position: absolute;
	line-height: 20px;
	top: 50%;
	margin-top: -10px;
	left: 32px;
	transition: all 0.3s ease;
}
.sino-list .more a:hover::after{
	left: 12px;
    color: #acce22;
}
.sino-list .more a:hover{
    background: url(../images/more_hover.png) no-repeat center;
}
.sofa-wrap{
	color: #ffffff;
	padding: 40px 0 0;
}
@media only screen and (min-width: 768px) {
	.sofa-wrap{
		padding: 80px 0 0;
	}
	.sino-list{
		padding: 80px 0 0;
	}
	.sino-list .col-6{
		margin-bottom: 80px;
	}
	.sino-list .more a{
		width: 67px;
		height: 67px;
	}
	.sino-list .more a::after{
		left: 40px;
	}
	.sino-list .more a:hover::after{
		left: 16px;
	}
}
@media only screen and (min-width: 992px) {
	.sino-list .col-6{
		margin-bottom: 100px;
	}
	.sofa-wrap{
		padding: 120px 0 0;
	}
}
@media only screen and (min-width: 1400px) {
	.sino-list .row{
		margin: 0 -30px;
	}
	.sino-list .col-6{
		padding: 0 30px;
	}
}
.sofa-wrap{
	position: relative;
}
.sofa-wrap .sofa-title{
	font-size: 40px;
	font-weight: 100;
	text-transform: uppercase;
	letter-spacing: 10px;
	text-align: center;
	line-height: 40px;
	margin: 0 0 30px;
}
.sofa-wrap .swiper-slide{
	width: 56%;
	transition: 300ms;
}
.sofa-wrap .swiper-slide img{
	width: 100%;
	display: block;
}
.sofa-wrap .swiper-slide h2{
	text-align: center;
	font-weight: normal;
	font-size: 16px;
	line-height: 30px;
	margin: 30px 0 0;
}
.sofa-wrap .swiper-slide h2 a{
	color: #ffffff;
}
.sofa-wrap .swiper-slide h2 span{
	margin: 0 30px;
	transition: all 0.3s ease;
}
.sofa-wrap .swiper-slide h2 b{
	font-weight: normal;
	font-size: 14px;
}
.sofa-wrap .swiper-slide h2 a:hover{
	color: #acce22;
}
.sofa-wrap .swiper-slide h2 a:hover span{
	margin: 0 10px;
}
.a-button-next,
.a-button-prev{
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	margin-top: -45px;
	border: 1px solid #ffffff;
	z-index: 9;
	border-radius: 50%;
	left: -10px;
	color: #ffffff;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
}
.a-button-next:hover,
.a-button-prev:hover{
	color: #ffffff;
}
.a-button-next{
	right: -10px;
	left: auto;
}
.sofa-list{
	padding: 0 30px;
	position: relative;
}
@media only screen and (min-width: 768px) {
	.sofa-wrap{
		padding: 0 6.25%;
	}
	.sofa-wrap .sofa-title{
		margin: 0 0 40px;
		font-size: 80px;
		line-height: 80px;
	}
	.sofa-list{
		padding: 0 50px;
	}
	.a-button-next,
	.a-button-prev{
		width: 50px;
		height: 50px;
		font-size: 24px;
		left: -25px;
		margin-top: -55px;
	}
	.a-button-next{
		right: -25px;
		left: auto;
	}
}
@media only screen and (min-width: 992px) {
	.sofa-wrap{
		padding: 0;
	}
	.sofa-list{
		padding: 0;
	}
	.sofa-wrap .swiper-slide img{
		transform: scale(0.6);
	}
	.sofa-wrap .swiper-slide.swiper-slide-active img{
		transform: scale(1);
	}
	.sofa-wrap .swiper-slide h2{
		opacity: 0;
	}
	.sofa-wrap .swiper-slide.swiper-slide-active h2{
		opacity: 1;
	}
	.a-button-next,
	.a-button-prev{
		width: 60px;
		height: 60px;
		left: -85px;
		margin-top: -30px;
	}
	.a-button-next{
		right: -85px;
		left: auto;
	}
	.sofa-wrap .swiper-slide h2{
		margin: 50px 0 0;
		font-size: 18px;
	}
	.sofa-btn{
		width: 56%;
		height: 10px;
		margin: 0 auto;
		left: 22%;
		top: 0;
		height: calc(100% - 81px);
		position: absolute;
	}
}
@media only screen and (min-width: 1200px) {
	.a-button-prev{
		width: 80px;
		height: 80px;
		margin-top: -40px;
		font-size: 32px;
		left: -110px;
	}
	.a-button-next{
		width: 80px;
		height: 80px;
		margin-top: -40px;
		font-size: 32px;
		right: -110px;
	}
}
@media only screen and (min-width: 1400px) {
	.a-button-prev{
		left: -120px;
	}
	.a-button-next{
		right: -120px;
	}
}
@media only screen and (min-width: 1600px) {
	.a-button-prev{
		left: -130px;
	}
	.a-button-next{
		right: -130px;
	}
}
@media only screen and (min-width: 1800px) {
	.a-button-prev{
		left: -140px;
	}
	.a-button-next{
		right: -140px;
	}
}
@media only screen and (min-width: 1920px) {
	.a-button-prev{
		left: -150px;
	}
	.a-button-next{
		right: -150px;
	}
}

.index-news{
	padding: 40px 20px;
	background: #313131;
}
.index-news dl{
	padding: 20px 0 15px;
	position: relative;
	border-bottom: 1px solid #525252;
}
.index-news dl::after{
	content: "";
	position: absolute;
	width: 0px;
	height: 1px;
	background: #ffffff;
	bottom: 0;
	left: 0;
	transition: all 0.3s ease;
}
.index-news dl:hover::after,
.index-news dl.active::after{
	width: 100%;
}
.index-news dl dt{
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 10px;
}
.index-news dl a{
	color: #ffffff;
}
.index-news dl .desc{
	font-size: 14px;
	color: #cecece;
	display: none;
	margin: 0 0 10px;
}
.index-news dl p{
	color: #cecece;
	font-size: 12px;
}
.index-news dl.active .desc{
	display: block;
}
.news-title{
	font-size: 24px;
	color: #ffffff;
	text-align: center;
	margin: 0 0 10px;
}
.index-news-img{
	display: none;
}
@media only screen and (min-width: 768px) {
	.index-news dl dt{
		line-height: 24px;
		height: 24px;
		overflow: hidden;
	}
	.index-news dl .desc{
		line-height: 28px;
		height: 56px;
		overflow: hidden;
	}
	.index-news{
		padding: 80px 6.25% 80px 0;
	}
	.index-news-wrap{
		display: flex;
	}
	.index-news-img{
		width: 50%;
		display: block;
		flex: 0 0 auto;
		margin-right: 30px;
	}
	.index-news-img img{
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: left top;
	}
	.news-title{
		text-align: left;
	}
	.index-news dl{
		padding: 30px 0;
	}
	.news-title{
		margin: 0 0 20px;
	}
	.index-news-list .more{
		margin: 60px 0 0;
	}
	.index-news-list .more a{
		display: block;
		width: 67px;
		height: 67px;
		position: relative;
		background: url(../images/more.png) no-repeat center;
		background-size: 100% auto;
	}
	.index-news-list .more a::after{
		content: "MORE";
		color: #ffffff;
		font-size: 12px;
		font-weight: 600;
		position: absolute;
		line-height: 20px;
		top: 50%;
		margin-top: -10px;
		left: 40px;
		transition: all 0.3s ease;
	}
	.index-news-list a:hover::after{
		left: 16px;
		color: #acce22;
	}
	.index-news-list a:hover{
	    background: url(../images/more_hover.png) no-repeat center;
		background-size: 100% auto;
	}
}
@media only screen and (min-width: 992px) {
	.index-news{
		padding: 120px 6.25% 100px 0;
	}
	.index-news-img{
		margin-right: 60px;
	}
}
@media only screen and (min-width: 1200px) {
	.index-news-img{
		margin-right: 90px;
	}
}

.index-join{
	background: #313131;
}
.index-join-wrap{
	border-radius: 100px 0 0 0;
	padding: 80px 40px;
	background: url('../images/join-pc-bg.jpg') no-repeat center;
	background-size: cover;
}
.index-join-content .title p{
	text-transform: uppercase;
	font-size: 30px;
	line-height: 40px;
	color: #ffffff;
}
.index-join-content .title h3{
	font-weight: normal;
	color: #ffffff;
	font-size: 16px;
	margin: 40px 0 0;
}
.index-join-content .content{
	font-size: 16px;
	line-height: 24px;
	margin: 30px 0 0;
	color: #ffffff;
}
.index-join-list{
	padding: 60px 0 0;
}
.index-join-list .row{
	padding: 20px 0;
	background: rgba(255, 255, 255, .2);
}
.index-join-list .row span{
	font-size: 16px;
}
.index-join-list .row h4{
	font-weight: normal;
	font-size: 16px;
	margin: 5px 0 10px;
}
.index-join-list .row p{
	font-size: 12px;
}
.index-join-list .row .col-12{
	margin: 0 0 30px;
	color: #ffffff;
}
.index-join-list .row .col-12:last-child{
	margin: 0;
}
@media only screen and (min-width: 768px) {
	.index-join-wrap{
		padding: 80px 6.25%;
	}
}
@media only screen and (min-width: 992px) {
	
	.index-join{
		padding: 100px 0 0;
		position: relative;
	}
	.index-join::after{
		content: "";
		left: 0;
		bottom: 0;
		width: 56.25%;
		top: 0;
		z-index: 1;
		background: #272727;
		position: absolute;
		border-radius: 0 200px 0 0;
	}
	.index-join-wrap{
		margin-left: 6.25%;
		position: relative;
		z-index: 2;
		background: url('../images/join-pc-bg.jpg') no-repeat center;
		background-size: cover;
		display: flex;
		padding: 50px 50px 50px 6.25%;
	}
	.index-join-wrap .index-join-content{
		margin-right: 40px;
		flex: 0 0 auto;
		width: 38%;
		padding: 80px 0 0;
	}
	.index-join-list{
		padding: 0;
	}
	.index-join-list .row{
		padding: 10px 48px;
	}
	.index-join-list .row .col-12{
		margin: 0;
		padding: 50px 20px;
	}
	.index-join-list .row .col-12:nth-child(1),
	.index-join-list .row .col-12:nth-child(3){
		border-right: 1px solid #8b8b8b;
	}
	.index-join-list .row .col-12:nth-child(1),
	.index-join-list .row .col-12:nth-child(2){
		border-bottom: 1px solid #8b8b8b;
	}
}
@media only screen and (min-width: 1200px) {
	.index-join-list .row .col-12{
		padding: 60px 40px;
	}
}
@media only screen and (min-width: 1400px) {
	.index-join-list .row .col-12{
		padding: 80px 50px;
	}
}

.index-join-content .more a{
	display: block;
	width: 60px;
	height: 60px;
	margin: 40px 0 0;
	position: relative;
	background: url(../images/more2.png) no-repeat center;
	background-size: 100% auto;
}
.index-join-content .more a::after{
	content: "MORE";
	color: #ffffff;
	font-size: 12px;
	font-weight: 600;
	position: absolute;
	line-height: 20px;
	top: 50%;
	margin-top: -10px;
	left: 32px;
	transition: all 0.3s ease;
}
.index-join-content .more a:hover::after{
	left: 12px;
	color: #acce22;
}
.index-join-content .more a:hover{
    background: url(../images/more_hover.png) no-repeat center;
	background-size: 100% auto;
}
@media only screen and (min-width: 768px) {
	.index-join-wrap .index-join-content{
		position: relative;
	}
	.index-join-content .more a{
		width: 67px;
		height: 67px;
	}
	.index-join-content .more a::after{
		left: 40px;
	}
	.index-join-content .more a:hover::after{
		left: 16px;
	}
}
@media only screen and (min-width: 992px) {
	.index-join-content .more{
		position: absolute;
		bottom: 0;
		left: 0;
	}
}
@media only screen and (min-width: 1200px) {
	.index-join-content .more{
		bottom: 30px;
	}
	.index-join-wrap .index-join-content{
		margin-right: 60px;
	}
}

.footer{
	padding: 30px 20px;
	background: #ffffff;
}
.foot-logo{
	margin: 0 0 30px;
}
.foot-logo img{
	display: block;
	margin: 0 auto;
	height: 40px;
}
.gs-name,
.gs-address,
.gs-tel,
.gs-email{
	text-align: center;
	font-size: 14px;
	line-height: 30px;
}
.gs-tel,
.gs-email{
	font-weight: 600;
}
.sitecopyright{
	font-size: 12px;
	line-height: 20px;
	padding: 5px 0;
	display: flex;
	align-items: center;
	color: #555555;
	margin: 10px 0 0;
	flex-wrap: wrap;
	justify-content: center;
}
.sitecopyright a{
	color: #555555;
}
@media only screen and (min-width: 768px) {
	.foot-logo img{
		height: 50px;
	}
	.footer{
		padding: 100px 6.25%;
	}
}
@media only screen and (min-width: 1400px) {
	.footer{
		padding: 120px 6.25% 100px;
	}
	.gs-name,
	.gs-address,
	.gs-tel,
	.gs-email{
		line-height: 40px;
	}
}




.index-banner .swiper-slide-inner{
	position: absolute;
	top: 0;
	width: calc(100% + 60px);
	height: 100%;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
}
.index-banner .swiper-slide{
	overflow: hidden;
}
.index-banner .swiper-slide .swiper-slide-inner{
	transition: 1s linear 2s;
	transform: translateX(0px);
}
.index-banner .swiper-slide-active .swiper-slide-inner{
	transition: 4s linear;
	transform: translateX(-30px);
}


.product-cate-container{
	width: 100%;
	padding: 60px 20px;
	overflow: hidden;
	background: url(../images/product-cate.jpg) no-repeat center;
	background-size: cover;
	position: relative;
}
.product-cate-wrap{
	width: 100%;
	max-width: 1000px;
	color: #ffffff;
	margin: 0 auto;
	position: relative;
}
.product-cate-wrap ul li{
	margin: 50px 0;
	z-index: 999;
}
.product-cate-wrap ul li a{
	color: #ffffff;
	display: flex;
	line-height: 40px;
	
}
.product-cate-wrap ul{
    position: relative;
    z-index: 9;
}
.product-cate-wrap ul li a span{
	font-weight: bold;
	font-size: 18px;
}
.product-cate-wrap ul li a h3{
	font-weight: normal;
	font-size: 14px;
	display: flex;
	align-items: center;
	margin: 0;
	margin-left: 20px;
	border-bottom: 1px solid #ffffff;
}
.product-cate-wrap .dimg{
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -250px;
    opacity: 0;
    transition: all 0s ease;
    z-index: 1;
    left: 60px;
}
.product-cate-wrap .dimg.open{
    opacity: 1;
    left: 0;
    transition: all 1s ease;
}
.product-cate-wrap .dimg img{
    display: block;
    width: 100%;
}
.product-cate-wrap ul li a h3 i{
	width: 20px;
	height: 6px;
	margin-left: 30px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	display: block;
}
@media only screen and (min-width: 768px) {
	.product-cate-container{
		padding: 100px 6.25%;
	}
	.product-cate-wrap ul li a h3{
	    font-size: 16px;
	}
}
@media only screen and (min-width: 992px) {
	.product-cate-container{
		padding: 120px 6.25%;
	}
	.product-cate-wrap ul li a{
		padding-left: 75px;
		opacity: 0.25;
		line-height: 80px;
	}
	.product-cate-wrap ul li a span{
		font-size: 50px;
	}
	.product-cate-wrap ul li a h3{
		margin-left: 50px;
	}
	.product-cate-wrap ul li a h3 i{
		margin-left: 60px;
	}
	.product-cate-wrap ul li a:hover{
		padding-left: 0;
		opacity: 1;
	}
}
@media only screen and (min-width: 1200px) {
	.product-cate-wrap ul li a{
		line-height: 80px;
	}
	.product-cate-wrap ul li a span{
		font-size: 60px;
	}
	.product-cate-wrap ul li a h3{
		margin-left: 80px;
	}
	.product-cate-wrap ul li a h3 i{
		margin-left: 100px;
	}
}


.header_nav{
	position: fixed;
	top: 0;
	left: -100vw;
	width: 100%;
	height: 100%;
	z-index: 998;
	transition: all 600ms;
	transition-timing-function: ease;
	transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.header_nav.open{
	left: 0;	
}
.header_nav .bg{
	position: absolute;
	display: flex;
	flex-direction: column;
}

.header_nav.open .bg::before {
    width: 100vw;
}
.header_nav.open .bg::after {
	width: 100vw;
}
.header_nav .bg::before {
	content: "";
	width: 0vw;
	height: 100vh;
	background-color: #060707;
	opacity: .5;
	transition: width 600ms;
	transition-timing-function: ease;
	transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.header_nav .bg::after {
	content: "";
	position: absolute;
	top: 0;
	width: 0vw;
	height: 100vh;
	background-color: #060707;
	transition: width 700ms;
	transition-timing-function: ease;
	transition-delay: 0s;
	transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	transition-delay: .1s;
}
.header_nav ul.main_menu {
	position: absolute;
	width: 100%;
	left: 0;
	font-size: 16px;
	top: 13vh;
	transform: none;
}
.header_nav ul.main_menu li {
	margin-bottom: 1vh;
	text-align: center;
	line-height: 40px;
}
.header_nav ul.main_menu li a {
	color: #ccc;
	transition: all 0.5s ease;
}
.sub_right {
	left: 20px;
	top: auto;
	bottom: 5%;
	right: 20px;
	position: absolute;
}
.sub_right ul li a {
  color: #ccc;
}
.sub_right ul li {
  color: #999;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
}
.header.open{
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 9999;
	background: none;
	border-bottom: none;
	transition: all 0 ease;
}
.header.open .menu-btn span{
	background: #ffffff;
}
.header.open .logo img:nth-child(1){
	display: none;
}
.header.open .logo img:nth-child(2){
	display: block;
}