@font-face {
	font-family: Didot;
	src: url('../font/didot-roman.ttf');
}

@font-face {
	font-family: Butler;
	src: url('../font/Butler-Regular-13.otf');
}

@font-face {
	font-family: Butler-Stencil-light;
	src: url('../font/Butler-Ultra-Light-Stencil-4.otf');
}

body {
	min-width: 590px;
}

body,
img {
	-webkit-user-drag: none;
}

.contain {
	max-width: 1920px;
	box-sizing: border-box;
	padding: 0 8.33333333%;
	margin: 0 auto;
}

.full {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

.cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

.header {
	user-select: none;
	-webkit-user-drag: none;
	padding-top: 39px;
	width: 100%;
	position: fixed;
	z-index: 9;
	top: 0;
	left: 0;
	background: rgba(250, 249, 250, 0.8);
	padding-bottom: 17px;
	transition: transform 0.6s cubic-bezier(0.14, 0.99, 0.43, 0.99);
}

.header.static {
	position: absolute;
	background: none;
}

.header.move {
	transform: translateY(-101%);
}

.header .wrap {
	display: flex;
}

.header .wrap .left,
.header .wrap .right {
	width: 30%;
	display: flex;
	align-items: flex-end;
	padding: 7px 0;
}

.header .wrap .right {
	justify-content: flex-end;
}

.header .wrap .logo-wrap {
	flex-grow: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header .wrap .logo-wrap .logo-box {
	display: block;
	height: 100%;
}

.header .wrap .logo-wrap .logo-box .logo {
	height: 100%;
}

.headerPage {
	padding: 38px 0 32px;
	background-color: #fff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 11;
	width: 100%;
}

.headerPage .contain {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.headerPage .contain .logo {
	width: 140px;
	height: 70px;
}

.headerPage .contain .logo a {
	width: 100%;
	height: 100%;
	display: inline-block;
}

.headerPage .contain .nav {
	display: flex;
	justify-content: space-between;
	height: 40px;
}

.headerPage .contain .nav ul {
	display: flex;
	position: relative;
}

.headerPage .contain .nav ul li {
	margin: 0 30px;
}

.headerPage .contain .nav ul li a {
	height: 40px;
	line-height: 40px;
	display: inline-block;
	font-size: 16px;
	color: #323232;
}

.headerPage .contain .nav ul li:hover a {
	color: #94887b;
	font-weight: bold;
}

.headerPage .contain .nav ul .on a {
	color: #94887b;
	font-weight: bold;
}

.headerPage .contain .nav ul:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	height: 18px;
	background-color: #979797;
	transform: translateY(-50%);
}

.headerPage .contain .nav .phone {
	margin-left: 30px;
}

.headerPage .contain .nav .phone a {
	line-height: 40px;
	display: inline-block;
}

.headerPage .menu-switch {
	display: none;
}

.n-nav {
	width: 100%;
	height: 80px;
	background-color: #f2f2f2;
	position: fixed;
	z-index: 9;
}

.n-nav ul {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
}

.n-nav ul li {
	height: 100%;
	width: 156px;
	text-align: center;
}

.n-nav ul li a {
	width: 100%;
	height: 100%;
	display: inline-block;
	line-height: 80px;
	font-size: 14px;
	color: #666666;
	font-weight: 300;
}

.n-nav ul li a:hover {
	font-weight: bold;
	color: #323232;
}

.n-nav ul .on a {
	font-weight: bold;
	color: #323232;
}

.products-container {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	height: 0;
	overflow: hidden;
	z-index: 99;
	background: #232323;
	transition: height 1s cubic-bezier(0.8, 0, 0, 1);
	box-sizing: border-box;
}

.products-container .outer-wrap {
	transform: translateY(-20%);
	opacity: 0;
	transition: 1s cubic-bezier(0.8, 0, 0, 1);
	overflow: auto;
	height: 100vh;
	padding-top: 80px;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}

.products-container .outer-wrap ::-webkit-scrollbar {
	width: 7px;
	height: 7px;
	background: #232323;
}

.products-container .outer-wrap ::-webkit-scrollbar-thumb {
	background: #fff;
}

.products-container .outer-wrap .top {
	padding-bottom: 20px;
}

.products-container .outer-wrap .top .contain {
	display: flex;
}

.products-container .outer-wrap .top .close {
	display: flex;
	align-items: center;
	cursor: pointer;
	color: #616161;
	font-size: 14px;
}

.products-container .outer-wrap .top .close .ico {
	margin-right: 24px;
}

.products-container .outer-wrap .scroll-wrap {
	flex-grow: 1;
	height: 100px;
	overflow: auto;
}

.products-container .outer-wrap .scroll-wrap .wrap {
	padding-top: 40px;
	padding-bottom: 40px;
	max-width: 1400px;
}

.products-container .outer-wrap .scroll-wrap .en-title {
	font-family: Didot;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 2px;
	color: #ffffff;
	margin-bottom: 10px;
}

.products-container .outer-wrap .scroll-wrap .title {
	font-size: 30px;
	line-height: 62px;
	letter-spacing: 6px;
	color: #ffffff;
}

.products-container .outer-wrap .scroll-wrap .info {
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 1px;
	color: #ffffff;
	font-weight: lighter;
	margin-top: 14px;
	max-width: 1135px;
}

.products-container .outer-wrap .scroll-wrap .pic {
	transition: 1s cubic-bezier(0.14, 0.99, 0.43, 0.99);
}

.products-container .outer-wrap .scroll-wrap .product-section {
	padding: 90px 0;
}

.products-container .outer-wrap .scroll-wrap .product-banener {
	display: block;
	position: relative;
	overflow: hidden;
}

.products-container .outer-wrap .scroll-wrap .product-banener .pic-wrap {
	height: 220px;
	position: relative;
}

.products-container .outer-wrap .scroll-wrap .product-banener .pic-wrap .pic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	object-fit: cover;
	display: block;
}

.products-container .outer-wrap .scroll-wrap .product-banener .pic-wrap:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.5);
}

.products-container .outer-wrap .scroll-wrap .product-banener:hover .pic {
	transform: scale(1.1);
}

.products-container .outer-wrap .scroll-wrap .product-banener .text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	line-height: 50px;
	letter-spacing: 4px;
	color: #fefefe;
}

.products-container .outer-wrap .scroll-wrap .product-banener .text .view {
	font-size: 16px;
	font-weight: lighter;
	padding: 0 4px;
	line-height: 18px;
	border-bottom: 1px solid #fff;
	margin-top: 40px;
}

.products-container .outer-wrap .scroll-wrap .list {
	margin-top: 60px;
	display: grid;
	grid-column-gap: 4%;
	grid-row-gap: 54px;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	flex-wrap: wrap;
}

.products-container .outer-wrap .scroll-wrap .list .item {
	display: block;
	position: relative;
	overflow: hidden;
}

.products-container .outer-wrap .scroll-wrap .list .item .pic-wrap {
	height: 0;
	padding-top: 100%;
	position: relative;
}

.products-container .outer-wrap .scroll-wrap .list .item .pic-wrap .pic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	object-fit: cover;
	display: block;
}

.products-container .outer-wrap .scroll-wrap .list .item:hover .pic {
	transform: scale(1.1);
}

.products-container .outer-wrap .scroll-wrap .list .item .name {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	line-height: 50px;
	letter-spacing: 4px;
	color: #fefefe;
}

.products-container.open {
	height: 100vh;
}

.products-container.open .outer-wrap {
	transform: none;
	opacity: 1;
}

.bigImg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.6);
	z-index: 99;
}

.bigImg img {
	max-width: 90%;
	width: auto;
	height: auto;
	max-height: 90%;
	display: inline-block;
}



.menu-container {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	height: 0;
	overflow: hidden;
	z-index: 99;
	background: #fff;
	transition: height 1s cubic-bezier(0.8, 0, 0, 1);
	box-sizing: border-box;
}

.menu-container .outer-wrap {
	opacity: 0;
	transition: 1s cubic-bezier(0.8, 0, 0, 1);
	overflow: auto;
	height: 100vh;
	padding-top: 80px;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	transform: translateY(-20%);
}

.menu-container .outer-wrap ::-webkit-scrollbar {
	width: 7px;
	height: 7px;
	background: #fff;
}

.menu-container .outer-wrap ::-webkit-scrollbar-thumb {
	background: #232323;
}

.menu-container .outer-wrap .top {
	padding-bottom: 20px;
}

.menu-container .outer-wrap .top .contain {
	display: flex;
	justify-content: flex-end;
}

.menu-container .outer-wrap .top .close {
	display: flex;
	align-items: center;
	cursor: pointer;
	color: #616161;
	font-size: 14px;
}

.menu-container .outer-wrap .top .close .ico {
	margin-left: 24px;
}

.menu-container .outer-wrap .scroll-wrap {
	flex-grow: 1;
	height: 100px;
	overflow: auto;
}

.menu-container .outer-wrap .scroll-wrap .wrap {
	padding-top: 40px;
	padding-bottom: 40px;
	font-weight: lighter;
}

.menu-container .outer-wrap .scroll-wrap .wrap .navs-section {
	display: flex;
}

.menu-container .outer-wrap .scroll-wrap .wrap .navs-section a {
	display: block;
}

.menu-container .outer-wrap .scroll-wrap .wrap .navs-section a:hover {
	color: #6e5b46;
	font-weight: normal;
}

.menu-container .outer-wrap .scroll-wrap .wrap .navs-section .navs-group {
	flex-grow: 1;
	padding-left: 37px;
	padding-right: 20px;
	opacity: 0;
	transform: translateY(-10%);
	transition: 0.8s cubic-bezier(0.61, 0.03, 0.32, 0.92);
	overflow: hidden;
}

.menu-container .outer-wrap .scroll-wrap .wrap .navs-section .navs-group:last-child {
	flex-grow: 0.5;
}

.menu-container .outer-wrap .scroll-wrap .wrap .navs-section .navs-group:not(:first-child) {
	border-left: 1px solid #969696;
}

.menu-container .outer-wrap .scroll-wrap .wrap .navs-section .navs-group .active {
	color: #6e5b46;
	font-weight: normal;
}

.menu-container .outer-wrap .scroll-wrap .wrap .navs-section .en-title {
	width: 120px;
	font-size: 18px;
	line-height: 22px;
}

.menu-container .outer-wrap .scroll-wrap .wrap .navs-section .title {
	font-size: 20px;
	margin-top: 25px;
}

.menu-container .outer-wrap .scroll-wrap .wrap .navs-section .navs-childs {
	font-size: 16px;
	line-height: 30px;
	margin-top: 36px;
}

.menu-container .outer-wrap .scroll-wrap .wrap .navs-section .navs-childs .nav-item {
	margin-bottom: 10px;
}

.menu-container .outer-wrap .scroll-wrap .wrap .menu-contact {
	border-top: 1px solid #969696;
	margin-top: 250px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 50px 0;
}

.menu-container .outer-wrap .scroll-wrap .wrap .menu-contact .contact-list {
	display: flex;
	align-items: center;
}

.menu-container .outer-wrap .scroll-wrap .wrap .menu-contact .contact-list .item {
	display: block;
	margin-right: 40px;
}

.menu-container .outer-wrap .scroll-wrap .wrap .menu-contact .contact-list .item .ico {
	opacity: 0.7;
}

.menu-container .outer-wrap .scroll-wrap .wrap .menu-contact .contact-title-wrap {
	color: #616161;
	font-size: 16px;
	line-height: 26px;
	text-align: right;
}

.menu-container.open {
	height: 100vh;
}

.menu-container.open .outer-wrap {
	transform: none;
	opacity: 1;
}

.menu-container.open .outer-wrap .navs-section .navs-group {
	opacity: 1 !important;
	transform: none !important;
}

.menu-container.open .outer-wrap .navs-section .navs-group:nth-child(1) {
	transition-delay: 0.54s;
}

.menu-container.open .outer-wrap .navs-section .navs-group:nth-child(2) {
	transition-delay: 0.68s;
}

.menu-container.open .outer-wrap .navs-section .navs-group:nth-child(3) {
	transition-delay: 0.82s;
}

.menu-container.open .outer-wrap .navs-section .navs-group:nth-child(4) {
	transition-delay: 0.96s;
}

.menu-container.open .outer-wrap .navs-section .navs-group:nth-child(5) {
	transition-delay: 1.1s;
}

.menu-container.open .outer-wrap .navs-section .navs-group:nth-child(6) {
	transition-delay: 1.24s;
}

.menu-container.open .outer-wrap .navs-section .navs-group:nth-child(7) {
	transition-delay: 1.38s;
}

.menu-container.open .outer-wrap .navs-section .navs-group:nth-child(8) {
	transition-delay: 1.52s;
}

.menu-container.open .outer-wrap .navs-section .navs-group:nth-child(9) {
	transition-delay: 1.66s;
}

footer {
	background-color: #151515;
}

footer .wrap {
	padding-top: 44px;
	padding-bottom: 20px;
}

footer .wrap .footer-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 80px;
}

footer .wrap .footer-title .logo {
	display: block;
	margin-right: 12.0625%;
}

footer .wrap .footer-title:after {
	display: block;
	flex-grow: 1;
	content: '';
	height: 1px;
	background-color: #ffffff;
	opacity: 0.2;
}

footer .wrap .navs {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
}

footer .wrap .navs .navitem {
	margin-right: 56px;
	position: relative;
	font-weight: lighter;
}

footer .wrap .navs .navitem:not(:last-child):after {
	background: #fff;
	display: block;
	content: '';
	height: 16px;
	width: 1px;
	position: absolute;
	right: -28px;
	top: 50%;
	transform: translateY(-50%);
}

footer .wrap .footer-sections {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 80px;
}

footer .wrap .footer-sections .footer-contact {
	margin-bottom: 40px;
	display: block;
}

footer .wrap .footer-sections .footer-contact .title {
	font-family: Didot;
	font-size: 18px;
	line-height: 36px;
	letter-spacing: 1px;
	color: #ffffff;
	opacity: 0.26;
	margin-bottom: 24px;
}

footer .wrap .footer-sections .footer-contact .row {
	display: flex;
}

footer .wrap .footer-sections .footer-contact .row:not(:last-child) {
	margin-bottom: 30px;
}

footer .wrap .footer-sections .footer-contact .row .name {
	font-size: 16px;
	line-height: 36px;
	letter-spacing: 1px;
	color: #ffffff;
	margin-right: 24px;
}

footer .wrap .footer-sections .footer-contact .row .value {
	font-size: 30px;
	font-family: Butler-Stencil-light;
	line-height: 36px;
	letter-spacing: 2px;
	color: #ffffff;
}

footer .wrap .footer-sections .footer-letter {
	display: block;
	width: 426px;
}

footer .wrap .footer-sections .footer-letter .title {
	font-family: Didot;
	font-size: 18px;
	line-height: 36px;
	letter-spacing: 1px;
	color: #ffffff;
	opacity: 0.26;
	margin-bottom: 24px;
}

footer .wrap .footer-sections .footer-letter .email-form {
	box-sizing: border-box;
	border: 1px solid #fff;
	height: 60px;
	display: flex;
	background: none;
}

footer .wrap .footer-sections .footer-letter .email-form label {
	display: block;
	flex-grow: 1;
}

footer .wrap .footer-sections .footer-letter .email-form label input {
	width: 100%;
	height: 100%;
	background: none;
	box-sizing: border-box;
	padding: 18px 0 18px 18px;
	color: #fff;
}

footer .wrap .footer-sections .footer-letter .email-form label input::placeholder {
	color: #fff;
}

footer .wrap .footer-sections .footer-letter .email-form .submit {
	display: block;
	width: 100px;
	cursor: pointer;
	background: url('../images/right.png') no-repeat center;
	background-size: 60%;
}

footer .wrap .footer-sections .footer-letter .msg {
	font-size: 14px;
	font-weight: lighter;
	line-height: 24px;
	letter-spacing: 1px;
	color: #ffffff;
	margin-top: 25px;
}

footer .wrap .websiteInfo {
	display: flex;
	justify-content: space-between;
	font-weight: lighter;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 1px;
	color: #ffffff;
	flex-wrap: wrap;
	margin-top: 70px;
}

@media screen and (max-height: 700px) {
	.header {
		padding-top: 20px;
	}
}

@media screen and (max-width: 1200px) {
	.menu-container .outer-wrap .scroll-wrap .wrap .navs-section {
		flex-wrap: wrap;
	}

	.menu-container .outer-wrap .scroll-wrap .wrap .navs-section .navs-group {
		width: 25%;
		box-sizing: border-box;
		flex-grow: 0;
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 50px;
	}

	.menu-container .outer-wrap .scroll-wrap .wrap .navs-section .navs-group:nth-child(4n-3) {
		border-left: none;
	}

	.menu-container .outer-wrap .scroll-wrap .wrap .menu-contact {
		justify-content: space-between;
		margin-top: 50px;
	}

	.menu-container .outer-wrap .scroll-wrap .wrap .menu-contact .contact-list .item {
		margin-right: 20px;
	}
}

@media screen and (max-width: 900px) {
	.header {
		padding-top: 20px;
	}

	.contain {
		padding: 0 5%;
	}

	.products-container .outer-wrap .scroll-wrap .list {
		grid-template-columns: 1fr 1fr;
	}

	.products-container ::-webkit-scrollbar,
	.menu-container ::-webkit-scrollbar {
		width: 4px !important;
		height: 4px !important;
	}
}

@media screen and (max-width: 1550px) {
	.contain {
		padding: 0 5%;
	}

	.headerPage .contain .nav ul li {
		margin: 0 20px;
	}
}

@media screen and (max-height: 700px) {
	.others-bar .share-list {
		padding-top: 50px;
		box-sizing: border-box;
	}

	.others-bar .share-list .item:not(:last-child) {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 1300px) {
	.headerPage .contain .nav ul li {
		margin: 0 10px;
	}

	.headerPage .contain .nav .phone {
		margin-left: 15px;
	}

	.mains .projects .cont-wrap .list {
		height: 600px;
	}

	.mains .company .content-wrap .pic-wrap {
		width: 50%;
	}

	.mains .company .content-wrap .cont-wrap {
		padding-top: 260px;
	}

	.mains .projects .cont-wrap .bg-wrap {
		height: 300px;
	}

	.mains .about .wrap {
		padding-left: 5%;
	}

	.mains .others-bar,
	.main .others-bar {
		width: 40px;
		display: none;
	}

	.mains .follow .contain .wrap .right .rights span,
	.main .follow .contain .wrap .right .rights span {
		font-size: 14px;
	}
}

@media screen and (max-width: 1200px) {

	.mains .others-bar,
	.main .others-bar {
		width: 40px;
		display: none;
	}

	.mains .follow .contain .wrap .right .rights span,
	.main .follow .contain .wrap .right .rights span {
		font-size: 12px;
	}

	.mains .follow .contain .wrap .left .btns .btn,
	.main .follow .contain .wrap .left .btns .btn {
		margin-right: 20px;
	}
}

@media screen and (max-width: 1080px) {
	.headerPage .contain {
		align-items: center;
	}

	.headerPage .contain .menu-switch {
		display: block;
		cursor: pointer;
	}

	.headerPage .contain .nav {
		display: none;
	}
}

@media screen and (max-width: 900px) {

	.mains .projects .cont-wrap .list,
	.main .projects .cont-wrap .list {
		display: block;
		height: auto;
	}

	.mains .projects .cont-wrap .list .item,
	.main .projects .cont-wrap .list .item {
		padding-right: 0 !important;
		width: 100% !important;
		position: relative;
		height: 370px;
		margin-bottom: 30px;
	}

	.mains .projects .cont-wrap .list .item .info-wrap .box .en-title,
	.main .projects .cont-wrap .list .item .info-wrap .box .en-title {
		font-size: 30px;
		line-height: 40px;
	}

	.mains .projects .cont-wrap .list .item .info-wrap .box .title,
	.main .projects .cont-wrap .list .item .info-wrap .box .title {
		font-size: 24px;
		line-height: 40px;
	}

	.mains .company .content-wrap .contain,
	.main .company .content-wrap .contain {
		display: block !important;
	}

	.mains .company .content-wrap .contain .pic-wrap,
	.main .company .content-wrap .contain .pic-wrap {
		width: 90%;
	}

	.mains .company .content-wrap .contain .cont-wrap,
	.main .company .content-wrap .contain .cont-wrap {
		box-sizing: border-box;
		width: 100%;
		padding-top: 100px;
		padding-left: 5%;
	}

	.mains .about,
	.main .about {
		background-size: 80% auto;
		background-position: top 30% center;
		padding-bottom: 100px;
	}

	.mains .about .wrap,
	.main .about .wrap {
		display: block;
	}

	.mains .about .wrap .pic-wrap,
	.main .about .wrap .pic-wrap {
		padding-right: 5%;
		margin-top: 40px;
	}

	.mains .follow .bgs,
	.main .follow .bgs {
		display: block;
	}

	.mains .follow .bgs .bgleft,
	.main .follow .bgs .bgleft {
		height: 200px;
		width: 100%;
	}

	.mains .follow .bgs .bgright,
	.main .follow .bgs .bgright {
		height: 130px;
		width: 100%;
		display: none;
	}

	.mains .follow .wrap,
	.main .follow .wrap {
		display: block;
	}

	.mains .follow .wrap .left,
	.main .follow .wrap .left {
		width: 100%;
		height: 200px;
		box-sizing: border-box;
		padding-bottom: 0;
	}

	.mains .follow .wrap .left .btns,
	.main .follow .wrap .left .btns {
		padding-right: 0;
		justify-content: space-between;
		flex-wrap: nowrap;
	}

	.mains .follow .wrap .left .btns .btn,
	.main .follow .wrap .left .btns .btn {
		margin-right: 0;
	}

	.mains .follow .wrap .left .title,
	.main .follow .wrap .left .title {
		padding: 0;
	}

	.mains .follow .wrap .right,
	.main .follow .wrap .right {
		width: 100%;
		flex-wrap: wrap;
		height: auto;
		padding: 30px 0;
	}

	.mains .follow .wrap .right form,
	.main .follow .wrap .right form {
		padding: 0;
	}

	.mains .follow .wrap .right .lefts,
	.main .follow .wrap .right .lefts,
	.mains .follow .wrap .right .rights,
	.main .follow .wrap .right .rights {
		width: 100%;
	}

	.mains .follow .wrap .right .lefts ul,
	.main .follow .wrap .right .lefts ul,
	.mains .follow .wrap .right .rights ul,
	.main .follow .wrap .right .rights ul {
		width: 70%;
		margin: 0 auto;
	}

	.mains .follow .wrap .right .lefts ul li,
	.main .follow .wrap .right .lefts ul li,
	.mains .follow .wrap .right .rights ul li,
	.main .follow .wrap .right .rights ul li {
		margin: 0;
	}

	.mains .follow .wrap .right .lefts ul,
	.main .follow .wrap .right .lefts ul {
		width: 80%;
		margin: 0 auto;
	}

	.mains .follow .wrap .right .lefts ul::after,
	.main .follow .wrap .right .lefts ul::after {
		display: none;
	}

	.mains .follow .wrap .right .rights,
	.main .follow .wrap .right .rights {
		margin-top: 50px;
	}

	.mains .news,
	.main .news {
		padding-bottom: 100px;
	}

	.mains .news .swiper-tabs,
	.main .news .swiper-tabs {
		margin-top: 50px;
	}
}

.main {
	position: relative;
}

.n-nav {
	z-index: 10;
	background-color: #94887b;
}

.n-nav ul li a {
	color: #fff;
}

.n-nav ul li a:hover {
	color: #fff;
}

.n-nav ul .on a {
	color: #fff;
}

.leadshow {
	width: 100%;
	height: 470px;
	padding-top: 168px;
	box-sizing: border-box;
	color: #fff;
}

.leadshow .contain {
	max-width: 1200px;
}

.leadshow .contain .en-title {
	font-family: Didot;
	font-size: 50px;
	line-height: 63px;
	letter-spacing: 10px;
}

.leadshow .contain .title {
	font-size: 30px;
	line-height: 24px;
	letter-spacing: 3px;
	padding: 10px 0 54px;
}

.leadshow .contain .info {
	font-size: 16px;
	line-height: 36px;
	letter-spacing: 0px;
}

.leadshow .contain div {
	text-align: center;
}

.screen {
	background-color: #282828;
}

.screen .contain .item {
	border-bottom: dashed 1px rgba(255, 255, 255, 0.3);
	min-height: 30px;
	display: flex;
	align-items: center;
	position: relative;
	padding: 18px 0;
}

.screen .contain .item span {
	width: 120px;
	font-size: 14px;
	letter-spacing: 1px;
	color: #ffffff;
}

.screen .contain .item .right {
	width: 82%;
}

.screen .contain .item .right ul {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

.screen .contain .item .right ul li {
	margin-right: 30px;
	font-size: 14px;
	letter-spacing: 1px;
	color: #ffffff;
	cursor: pointer;
	padding: 6px 0;
}

.screen .contain .item .right ul li a {
	font-size: 14px;
	letter-spacing: 1px;
	color: #ffffff;
}

.screen .contain .item .right ul li:hover {
	color: #94887b;
	font-weight: bold;
}

.screen .contain .item .right ul li a:hover {
	color: #94887b;
	font-weight: bold;
}

.screen .contain .item .right ul .on {
	color: #94887b;
	font-weight: bold;
}

.screen .contain .item .right ul .on a {
	color: #94887b;
	font-weight: bold;
}

.screen .contain .item .right .show {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	background: url(../images/product/jia.png) no-repeat center center;
	background-size: 20px 20px;
	cursor: pointer;
}

.screen .contain .search {
	padding: 18px 0;
	justify-content: center;
}

.screen .contain .search .searchForm {
	width: 70%;
	height: 44px;
	background-color: #3a3a3a;
	border-radius: 22px;
	position: relative;
	overflow: hidden;
}

.screen .contain .search .searchForm form {
	width: 100%;
	height: 100%;
	padding-left: 20px;
	display: flex;
	box-sizing: border-box;
	justify-content: space-between;
}

.screen .contain .search .searchForm form input[type='button'] {
	width: 10%;
	height: 100%;
	background-color: transparent;
	background: url(../images/product/searchH.png) no-repeat center center #fff;
	background-size: 21px 21px;
	cursor: pointer;
}

.screen .contain .search .searchForm form input[type='text'] {
	width: 90%;
	height: 100%;
	background: none;
	padding-left: 10px;
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	line-height: 44px;
}

.screen .contain .search .searchForm form input[type='text']:-ms-input-placeholder {
	color: #333;
}

.main .contain .title {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 30px 0 20px;
}

.main .contain .title .line {
	width: 1px;
	height: 60px;
	background-color: #7b7b7b;
}

.main .contain .title .en-title {
	width: 100%;
	text-align: center;
	font-family: Didot;
	font-size: 24px;
	line-height: 50px;
	letter-spacing: 2px;
	color: #323232;
}

.main .contain .lists .productSwiper .swiper-slide {
	max-width: 1920px;
	overflow: hidden;
	float: left;
}

.main .contain .lists .productSwiper .swiper-slide ul {
	width: 104%;
}

.main .contain .lists .productSwiper .swiper-slide ul li {
	width: 30%;
	float: left;
	margin: 0 3.3333% 3.3333% 0;
	height: 420px;
}

.main .contain .lists .productSwiper .swiper-slide ul li a {
	position: relative;
	width: 100%;
	height: 100%;
	display: inline-block;
	overflow: hidden;
}

.main .contain .lists .productSwiper .swiper-slide ul li a:hover .pic {
	transform: scale(1.1);
	object-fit: cover;
}

.main .contain .lists .productSwiper .swiper-slide ul li a .pic {
	width: 100%;
	height: 100%;
	overflow: hidden;
	transition: all 0.5s;

}

.main .contain .lists .productSwiper .swiper-slide ul li a .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main .contain .lists .productSwiper .swiper-slide ul li a .mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	line-height: 50px;
	letter-spacing: 6px;
	color: #fff;
}

.main .contain .lists .bottom-wrap {
	padding-top: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #323232;
}

.main .contain .lists .bottom-wrap .dots {
	display: flex;
	height: 16px;
}

.main .contain .lists .bottom-wrap .dots .dot {
	cursor: pointer;
	display: block;
	width: 18px;
	height: 16px;
	position: relative;
	font-size: 14px;
	line-height: 14px;
	margin-right: 9px;
}

.main .contain .lists .bottom-wrap .dots .dot .text {
	text-align: center;
	transform: translateX(50%);
	opacity: 0;
	transition: 0.4s;
}

.main .contain .lists .bottom-wrap .dots .dot:before {
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #323232;
	opacity: 0.5;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.main .contain .lists .bottom-wrap .dots .dot:after {
	display: block;
	content: '';
	height: 1px;
	background: #323232;
	width: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: width 0.4s;
}

.main .contain .lists .bottom-wrap .dots .dot.active .text {
	opacity: 1;
	transform: none;
}

.main .contain .lists .bottom-wrap .dots .dot.active:before {
	display: none;
}

.main .contain .lists .bottom-wrap .dots .dot.active:after {
	width: 100%;
}

.main .contain .lists .bottom-wrap .swiper-tabs {
	display: flex;
	align-items: center;
	user-select: none;
}

.main .contain .lists .bottom-wrap .swiper-tabs .line {
	height: 1px;
	width: 66px;
	background: #323232;
}

.main .contain .lists .bottom-wrap .swiper-tabs .prev,
.main .contain .lists .bottom-wrap .swiper-tabs .next {
	display: block;
	font-weight: normal;
	font-size: 14px;
	cursor: pointer;
	padding: 10px 34px;
	outline: none;
}

.main .contain .other {
	padding: 100px 0 200px;
}

.main .contain .other .otherMain {
	width: 100%;
	position: relative;
	margin-top: 80px;
}

.main .contain .other .otherMain a {
	display: inline-block;
	position: relative;
}

.main .contain .other .otherMain a:hover .bg img {
	transform: scale(1.1);
}

.main .contain .other .otherMain .bg {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.main .contain .other .otherMain .bg img {
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}

.main .contain .other .otherMain .container {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	color: #fff;
	align-content: center;
	background-color: rgba(0, 0, 0, 0.5);
}

.main .contain .other .otherMain .container .tit {
	font-family: Didot;
	font-size: 50px;
	line-height: 63px;
	letter-spacing: 10px;
	color: #ffffff;
}

.main .contain .other .otherMain .container span {
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 30px;
	line-height: 24px;
	letter-spacing: 3px;
	color: #ffffff;
	padding: 10px 0 30px;
}

.main .contain .other .otherMain .container .view {
	text-decoration: underline;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 2px;
	color: #ffffff;
	padding: 0 10px;
}

.products .contain {
	/* padding-top: 98px;
	padding-bottom: 118px; */
	padding: 30px 10% 118px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.productsPage {
	padding: 0 10%;
	line-height: 50px;
}

.productsPage a {
	color: #333;
	padding: 0 5px;
}
.productsPage a:hover{
	color: #94887b;
}
.productsPage span{
	color: #333;
	padding: 0 5px;
}



.products .contain .left {
	width: 40%;
	padding-top: 60px;
}

.products .contain .left .leftImg {
	min-height: 420px;
}

.products .contain .left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: 100%;
}

.products .contain .left .leftSlider {
	margin-top: 20px;
}

.phoneSwiper {
	display: none;
}

.products .contain .left .leftSlider ul {
	display: flex;
	/* justify-content: space-between; */
}

.products .contain .left .leftSlider ul li {
	width: 22%;
	/* height: 100px; */
	margin-right: 4%;
	cursor: pointer;
	position: relative;
}

.products .contain .left .leftSlider ul li:last-child {
	margin: 0;
}

.products .contain .left .leftSlider ul li::after {
	content: '';
	position: absolute;
	left: 50%;
	top: -8px;
	width: 0;
	height: 0;
	border-width: 4px;
	border-color: transparent transparent #DDB97B transparent;
	border-style: solid;
	transform: translateX(-50%);
	display: none;
}

.products .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	width: 60px;
	/* bottom: 0; */
	left: auto;
	right: 0;
	/* right: 0; */
	padding: 6px;
	background: #000;
	color: #fff;
	border-radius: 22px;
	font-size: 18px;
}

/* .swiper-pagination-current{
	font-size: 20px;
} */
.products .contain .left .leftSlider ul li.on::after {
	display: block;
}



.products .contain .left .leftSlider ul li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: 1px #fff solid;
	box-sizing: border-box;
}

.products .contain .left .leftSlider ul li.on img {
	border-color: #DDB97B;
}

.products .contain .right {
	width: 55%;
}

.products .contain .right .name {
	font-size: 42px;
	line-height: 50px;
	letter-spacing: 8px;
	color: #323232;
	border-bottom: 1px #bebebe solid;
	padding-bottom: 10px;
}

.products .contain .right .lists {
	padding: 14px 0;
	border-bottom: 1px #bebebe solid;
}

.products .contain .right .lists ul {
	display: flex;
	flex-wrap: wrap;
}

.products .contain .right .lists ul li {
	width: 50%;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 44px;
	letter-spacing: 0px;
	color: #323232;
	padding-right: 20px;
	box-sizing: border-box;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.products .contain .right .intr {
	padding: 20px 0;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #323232;
}

.products .contain .right .intr p {
	font-size: 16px !important;
}

.products .contain .right .intr div {
	padding-bottom: 10px;
}

.products .contain .right .pay a {
	width: 210px;
	height: 60px;
	background-color: #94887b;
	text-align: center;
	line-height: 60px;
	display: inline-block;
	font-size: 24px;
	letter-spacing: 1px;
	color: #ffffff;
}

.productShow {
	background-color: #faf9fa;
}

.productShow .title {
	position: relative;
}

.productShow .title::after {
	content: '';
	position: absolute;
	left: 50%;
	top: -30px;
	width: 1px;
	height: 60px;
	background-color: #7b7b7b;
}

.productShow .exhibition {
	width: 100%;
	padding-bottom: 98px;
}

.productShow .exhibition ul {
	/* display: flex; */
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 5%;
	display: none;
}

.productShow .exhibition ul li {
	position: relative;
	max-width: 46%;
	width: 46%;
	margin-bottom: 30px;
}

.productShow .exhibition ul li img {
	width: 100%;
}

.productShow .exhibition ul li span {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 6px 20px;
	background: #333;
	color: #fff;
	width: 50px;
	text-align: center;
}

.productEffect .exhibition ul li {
	width: 100%;
	max-width: 100%;
}



.productShow .exhibition .swiper-container {
	width: 100%;
	height: auto !important;
}

.productShow .exhibition .swiper-container2 {
	width: 100%;
	height: 400px;
}

.productShow .exhibition .swiper-container .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.productShow .exhibition .swiper-container .swiper-slide span {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 6px 20px;
	background: #333;
	color: #fff;
}

.productShow .exhibition .exhibitionTabs {
	display: flex;
	justify-content: flex-end;
	padding-top: 20px;
}

.productShow .exhibition .exhibitionTabs .swiper-tabs {
	display: flex;
	align-items: center;
	user-select: none;
}

.productShow .exhibition .exhibitionTabs .swiper-tabs .line {
	height: 1px;
	width: 66px;
	background: #333;
	margin: 0 30px;
}

.productShow .exhibition .exhibitionTabs .swiper-tabs .prev,
.productShow .exhibition .exhibitionTabs .swiper-tabs .next {
	display: block;
	font-weight: normal;
	font-size: 14px;
	cursor: pointer;
	padding: 10px 0;
	outline: none;
}

.productEffect {
	background-color: #fff;
}

/* .productEffect .exhibition .swiper-container {
	height: 820px;
} */

.productCollection {
	background-color: #faf9fa;
}

.productCollection .contain {
	padding-bottom: 160px;
}

.productCollection .tit {
	padding: 80px 0 110px;
	text-align: center;
	font-family: Didot;
	font-size: 36px;
	letter-spacing: 4px;
	color: #323232;
}

.productCollection .container {
	display: flex;
	justify-content: space-between;
}

.productCollection .container .left,
.productCollection .container .right {
	width: 46%;
	position: relative;
	display: flex;
}

.productCollection .container .left a,
.productCollection .container .right a {
	display: flex;
	width: 100%;
}

.productCollection .container .left img,
.productCollection .container .right img {
	width: 100%;
	height: auto;
}

.productCollection .container .right video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	outline: none;
}

.productCollection .container .mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	color: #ffffff;
}

.productCollection .container .name {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(21, 21, 21, 0.6);
	z-index: 3;
	height: 18%;
	font-size: 24px;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.productCollection .container .play {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: rgba(0, 0, 0, 0.3);
	display: flex;
	justify-content: center;
	align-items: center;
}

.productCollection .container .play i {
	width: 70px;
	height: 70px;
	background-image: url(../images/product/play.png);
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.nodata {
	padding: 50px 0;
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #ccc;
}

@media screen and (max-width: 1680px) {
	.main .contain .lists .bottom-wrap {
		padding-top: 0;
	}

	.main .contain .other {
		padding: 0 0 100px;
	}

	.main .contain .other .otherMain {
		margin-top: 50px;
	}

	.main .contain .lists .productSwiper .swiper-slide ul li {
		height: 380px;
	}
}

@media screen and (max-width: 1440px) {
	.productShow .exhibition .swiper-container {
		height: 395px;
	}

	.productCollection .container {
		padding: 0 5%;
	}

	.productCollection .container .left,
	.productCollection .container .right {
		width: 44%;
	}
}

@media screen and (max-width: 1200px) {
	.products .contain .left {
		width: 100%;
		padding: 0;
	}

	.products .contain .right {
		width: 100%;
		margin-top: 50px;
	}

	.main .contain .lists .productSwiper .swiper-slide ul li {
		height: 340px;
	}

	.productShow .exhibition .swiper-container {
		height: 312px;
	}

	.productShow .exhibition .swiper-container2 {
		height: 350px;
	}

	/* .productCollection .container .left, .productCollection .container .right{
		height: 500px;
	} */
}

@media screen and (max-width: 1100px) {
	.main .contain .lists .productSwiper .swiper-slide ul li {
		height: 300px;
	}

	.main .contain .other .otherMain .container .tit {
		font-size: 40px;
		line-height: 1;
	}

	.main .contain .other .otherMain .container span {
		font-size: 22px;
		padding-bottom: 20px;
	}

	.productShow .exhibition .swiper-container2 {
		height: 280px;
	}

	.main .contain .other {
		padding-bottom: 30px;
	}

	.main .contain .other .otherMain {
		margin-top: 0;
	}
}

@media screen and (max-width: 900px) {
	.main .contain .lists .productSwiper .swiper-slide ul li {
		height: 260px;
	}

	.leadshow {
		padding-top: 128px;
	}

	/* .productCollection .container .left, .productCollection .container .right{
		height: 400px;
	} */
	.productShow .exhibition .swiper-container {
		height: 232px;
		display: none;
	}

	.productShow .exhibition .swiper-container2 {
		height: 240px;
		display: none;
	}

	.productShow .exhibition ul {
		display: flex;
	}

	.productShow .exhibition .exhibitionTabs {
		display: none;
	}
}

@media screen and (max-width: 750px) {
	.main .contain .lists .productSwiper .swiper-slide ul li {
		height: 165px;
	}

	.main .contain .lists .productSwiper .swiper-slide ul li a .mask {
		font-size: 18px;
	}

	.leadshow {
		padding-top: 90px;
	}

	.main .contain .other .otherMain .container .tit {
		font-size: 22px;
		line-height: 1;
	}

	.main .contain .other .otherMain .container span {
		font-size: 16px;
		padding-bottom: 10px;
	}

	/* .productCollection .container .left, .productCollection .container .right{
		height: 300px;
	} */
	.productCollection .container .mask {
		font-size: 22px;
	}

	.productCollection .container .name {
		font-size: 22px;
	}

	.productShow .exhibition .swiper-container {
		height: 150px;
	}

	.productShow .exhibition .swiper-container2 {
		height: 150px;
	}

	.productShow .exhibition ul {
		padding: 0;
	}

	.products .contain {
		padding: 10px 5% 50px;
	}
	.products .productsPage{
		padding: 10px 5%;
	}

	.productShow .exhibition {
		padding-bottom: 20px;
	}

	.productCollection .tit {
		padding: 30px 0 50px;
	}

	.productCollection .contain {
		padding-bottom: 60px;
	}

	.productShow .exhibition ul li span {
		padding: 2px 10px;
	}

	.phoneSwiper {
		display: block;
		width: 100%;
		height: 530px;
	}

	.products .contain .left .leftImg {
		display: none;
	}

	.products .contain .left .leftSlider ul {
		display: none;
	}

	.productCollection .container .left,
	.productCollection .container .right {
		height: 200px;
	}

	.screen .contain .search .searchForm {
		width: 90%;
	}

	.screen .contain .search .searchForm form input[type='text'] {
		width: 70%;
	}

	.screen .contain .search .searchForm form input[type='button'] {
		width: 16%;
	}
}
