@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: 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%;
	}

	.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;
	}
}

.banner {
	width: 100%;
}

.banner img {
	width: 100%;
}

.main {
	position: relative;
}

.main .joinIn {
	padding: 50px 0;
	text-align: center;
	background-color: #f1f1f5;
}

.main .joinIn .title {
	text-align: center;
	position: relative;
	padding-bottom: 75px;
}

.main .joinIn .title div {
	font-family: Didot;
	font-size: 24px;
	line-height: 50px;
	letter-spacing: 2px;
	color: #323232;
}

.main .joinIn .title span {
	font-size: 30px;
}

.main .joinIn .title::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 20px;
	width: 1px;
	height: 40px;
	background-color: #7b7b7b;
}

.main .joinIn span {
	display: inline-block;
	width: 100%;
	font-size: 18px;
	line-height: 36px;
	color: #323232;
}

.lists .contain {
	padding: 70px 13.54166667% 120px;
}

.lists .contain .list {
	display: flex;
	justify-content: space-between;
}

.lists .contain .list ul {
	width: 46%;
}

.lists .contain .list ul li {
	width: 100%;
	border: solid 1px #978b7f;
	margin-bottom: 70px;
	padding: 40px 45px 45px;
	box-sizing: border-box;
	cursor: pointer;
}

.lists .contain .list ul li .title {
	width: 60%;
	margin: 0 auto;
	text-align: center;
	border-bottom: 1px #978b7f solid;
	padding-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
}

.lists .contain .list ul li dl {
	padding-top: 32px;
	color: #323232;
}
.lists .contain .list ul li p{
	padding: 10px 0;
}
.lists .contain .list ul li dl dt {
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
}

.lists .contain .list ul li dl dd {
	max-height: 120px;
	font-size: 14px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	margin-top: 10px;
}

.lists .contain .list ul li:hover {
	color: #fff;
	background-color: #978b7f;
}

.lists .contain .list ul li:hover .title {
	border-color: #fff;
}
.lists .contain .list ul li:hover p{
	color: #fff;
}
.lists .contain .list ul li:hover dl dt {
	color: #ffeccb;
}

.lists .contain .list ul li:hover dl dd {
	color: #fff;
}

.lists .contain .btn {
	display: flex;
	justify-content: center;
}

.lists .contain .btn a {
	width: 330px;
	height: 68px;
	background-color: #978b7f;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: #ffffff;
}

@media screen and (max-width: 1200px) {
	.lists .contain .list ul li {
		padding: 30px 35px 35px;
	}

	.lists .contain .list ul li .title {
		padding-bottom: 10px;
	}

	.lists .contain .list ul li dl {
		padding-top: 20px;
	}
}

@media screen and (max-width: 1200px) {
	.lists .contain .list ul li {
		margin-bottom: 40px;
		padding: 20px 35px 25px;
	}

	.lists .contain .list ul li dl dd {
		margin: 0;
	}
}

@media screen and (max-width: 900px) {
	.lists .contain {
		padding: 70px 4.16666667% 50px;
	}

	.lists .contain .list ul {
		width: 48%;
	}

	.lists .contain .list ul li {
		margin-bottom: 20px;
		padding: 20px 15px 25px;
	}

	.lists .contain .list ul li dl dd {
		margin: 0;
	}
}
