@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: 11111;
	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: 11111;
}

.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: 71%;
	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;
}

.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 .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);
}

.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 {
	font-size: 18px;
	line-height: 16px;
}

.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%;
	}

	.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) {

	.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;
	}
}

.headerPage {
	background-color: #faf9fa;
}

.main {
	position: relative;
	background: url(../images/network/mapBg.png) no-repeat center 170px;
	background-size: 100% auto;
	padding: 50px 0 0;
	min-height: 1346px;
	overflow: hidden;
}

.main .mask {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
}

.main .chart {
	width: 80%;
	height: 60%;
	position: absolute;
	left: 50%;
	bottom: 20%;
	transform: translate(-50%, 0%);
}

.main .contain {
	padding: 0 13.54166667%;
	position: relative;
	z-index: 4;
}

.main .contain .title {
	text-align: center;
}

.main .contain .title span {
	font-size: 24px;
	line-height: 50px;
	letter-spacing: 2px;
	color: #323232;
	font-family: Didot;
	display: inline-block;
}

.main .contain .title div {
	font-size: 30px;
	line-height: 36px;
	letter-spacing: 0px;
	color: #323232;
}

.main .contain .select {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.main .contain .select .container {
	background-color: #978b7f;
	padding: 16px 30px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.main .contain .select .container .left {
	/* float: left; */
	line-height: 50px;
	font-size: 18px;
	color: #ffffff;
}

.main .contain .select .container .right {
	/* float: right; */
	display: flex;
	height: 50px;
	margin-left: 10px;
}

.main .contain .select .container .right select {
	height: 100%;
	padding: 0 60px 0 20px;
	background-color: #fff;
	margin-right: 20px;
}

.main .contain .select .container .back {
	width: 120px;
	height: 38px;
	border-radius: 20px;
	border: solid 1px #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
}

.main .contain .number ul {
	display: flex;
	justify-content: center;
	padding-top: 24px;
}

.main .contain .number ul li {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	padding: 0 50px;
	position: relative;
	padding-top: 30px;
}

.main .contain .number ul li span {
	font-size: 36px;
	line-height: 36px;
	color: #323232;
	color: #94887b;
}

.main .contain .number ul li i {
	text-align: center;
	font-style: normal;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #323232;
}

.main .contain .number ul li::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	width: 80px;
	height: 2px;
	background-color: #94887b;
	transform: translateX(-50%);
}

.main .contain .lists {
	margin-top: 30px;
	background-color: rgba(151, 139, 127, 0.4);
	padding: 60px 40px 28px;
	margin-bottom: 160px;
	position: relative;
}

.main .contain .lists .swiperClose {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 10px;
	right: 10px;
	background: url(../images/close.png) no-repeat center center;
	background-size: 22px 22px;
	cursor: pointer;
}

.main .contain .lists .swiper .swiper-slide {
	overflow: hidden;
}

.main .contain .lists .swiper .swiper-slide ul {
	display: flex;
	width: 103%;
	flex-wrap: wrap;
	padding: 0 10px;
	box-sizing: border-box;
}

.main .contain .lists .swiper .swiper-slide ul li {
	width: 30%;
	border: solid 1px #978b7f;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 22px 24px 26px 30px;
	margin: 0 2.6% 2.6% 0;
	box-sizing: border-box;
}

.main .contain .lists .swiper .swiper-slide ul li .name {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #323232;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
}

.main .contain .lists .swiper .swiper-slide ul li .adr {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
	height: 60px;
	color: #323232;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.main .contain .lists .swiper .swiper-slide ul li .city {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}

.main .contain .lists .swiper .swiper-slide ul li .city .left {
	font-size: 16px;
	font-weight: bold;
}

.main .contain .lists .swiper .swiper-slide ul li .city .right a {
	background: url(../images/network/mapIcon.png) no-repeat left center;
	padding-left: 40px;
}

.main .contain .lists .bottom-wrap {
	padding-top: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}

.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: #fff;
	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: #fff;
	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%;
}

/* .shopping {
	padding-top: 30px;
} */

.shopping .contain .title {
	text-align: center;
}

.shopping .contain .title span {
	font-size: 24px;
	line-height: 50px;
	letter-spacing: 2px;
	color: #323232;
	font-family: Didot;
	display: inline-block;
}

.shopping .contain .title div {
	font-size: 30px;
	line-height: 36px;
	letter-spacing: 0px;
	color: #323232;
}

.shopping_contain {
	padding: 30px 0 100px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.shopping_contain .left {
	width: 32%;
}

.shopping_contain .right {
	width: 66%;
	height: 700px;
	background: #a0a0a0;
}

.shopping_contain .right>div {
	width: 100%;
	height: 100%;
}

.custom-content-marker {
	display: inline-block;
	padding: 10px 20px;
	background-color: #94887b;
	font-size: 14px;
	color: #ffffff;
	border-radius: 30px;
	white-space: nowrap;
	cursor: default;
	position: relative;
}

.custom-content-marker::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -20px;
	width: 0px;
	/*  宽高设置为0，很重要，否则达不到效果 */
	height: 0px;
	border: 10px solid #94887b;
	border-bottom-color: transparent;
	/* 设置透明背景色 */
	border-left-color: transparent;
	border-right-color: transparent;
	transform: translateX(-50%);
}




.shoppingQuery {
	display: flex;
	justify-content: space-between;
	height: 66px;
}

.shoppingQuery .lefts {
	background-color: #94887b;
	height: 100%;
	display: flex;
	width: 80%;
	padding: 10px;
	box-sizing: border-box;
	justify-content: space-between;
}

.shoppingQuery .lefts select {
	width: 31%;
	height: 100%;
	padding: 0 20px 0 10px;
	font-size: 16px;
	color: #333333;
	/* background: #fff; */
	/* appearance: auto; */
	background: #fff url(../images/network/selelc_jiao.png) no-repeat center right 6px;
}

.shoppingList ul .noData {
	text-align: center;
	font-size: 16px;
	color: #333333;
	padding: 10px 0;
	background: none;
	border: none;
	cursor: auto;
}

.shoppingList ul .noData h3 {
	padding-bottom: 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #d8d8d8;
}

.shoppingList ul .noData div {
	text-align: left;
	line-height: 20px;
	/* font-size: 12px; */
	color: #666;
}

.shoppingQuery .rights {
	width: 18%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: #ffffff;
	background-color: #94887b;
	cursor: pointer;
}

.shoppingList {
	margin-top: 10px;
}

.shoppingList ul {
	max-height: 624px;
	overflow-y: scroll;
}
.shoppingList ul::-webkit-scrollbar{
	display: none;
}
.shoppingList ul li {
	padding: 12px 10px 12px 50px;
	border-bottom: 1px #dedede solid;
	cursor: pointer;
	background: url(../images/network/shoppingAdr.png) no-repeat 20px 22px;
}

.shoppingList ul li.item:hover {
	background-color: #f2f2f2;
}
.shoppingList ul li.on{
	background-color: #f2f2f2;
}
.shoppingList ul li:last-child {
	border: none;
}

.shoppingList dl dt {
	font-size: 20px;
	line-height: 36px;
	color: #050505;
}

.shoppingList dl dd {
	font-size: 16px;
	line-height: 30px;
	color: #333333;
}



@media screen and (max-width: 1300px) {
	.main .contain {
		padding: 0 8%;
	}
}

@media screen and (max-width: 1200px) {
	.shopping_contain .left {
		width: 100%;
		padding-bottom: 30px;
	}

	.shopping_contain .right {
		width: 100%;
	}
}




@media screen and (max-width: 1100px) {
	.main .contain {
		padding: 0 5%;
	}
}

@media screen and (max-width: 1000px) {
	.main .contain {
		padding: 0 5%;
	}

	.main .contain .lists {
		padding: 30px 20px 28px;
		margin-bottom: 100px;
	}
}

@media screen and (max-width: 900px) {
	.main .contain .lists .swiper .swiper-slide ul {
		width: 102.6%;
	}

	.main .contain .lists .swiper .swiper-slide ul li {
		width: 47.4%;
		padding: 10px 15px;
	}

	.main .contain .lists {
		padding: 50px 4px 20px;
	}

	.main .contain .select .container {
		padding: 16px;
	}
}

@media screen and (max-width: 750px) {
	.shopping_contain .right {
		height: 300px;
		position: fixed;
		top: 107px;
		left: 0;
		z-index: 9;
	}
	.n-nav,.follow,footer{
		display: none;
	}
	.shopping {
		padding-top: 400px;
	}
	.shoppingQuery{
		position: fixed;
		left: 50%;
		top: 437px;
		width: 530px;
		transform: translateX(-50%);
	}
	.shopping .contain .title {
		display: none;
	}

	.shopping_contain {
		padding-top: 20px;
	}

	.shoppingList ul {
		height: auto;
	}

	.main {
		min-height: 900px;
		background-position: center 370px;
		padding-top: 10px;
	}

	.main .chart {
		width: 100%;
		bottom: 6%;
	}

	.main .contain .select .container .left {
		width: 100%;
		line-height: 40px;
	}

	.main .contain .select .container .right {
		margin-left: 0;
		height: 40px;
	}
}
