@charset "utf-8";

@font-face {
	font-family: 'Figtree';
	src: url('../font/Figtree-SemiBold.ttf');
		src: url('../font/Figtree-Regular.ttf');
	font-weight: 100;
}



@font-face {
	font-family: 'Figtreexi';
	src: url('../font/Figtree-Light.ttf');
	font-weight: 100;
}

@font-face {
	font-family: 'Figtreezhengchang';
	src: url('../font/Figtree-Regular.ttf');
	font-weight: 200;
}

@font-face {
	font-family: 'Figtreeshaoxi';
	src: url('../font/Figtree-Medium.ttf');
	font-weight: 400;
}

@font-face {
	font-family: 'Figtreecu';
	src: url('../font/Figtree-SemiBold.ttf');
	font-weight: 500;
}

@font-face {
	font-family: 'Forum';
	src: url('../font/Forum-Regular.ttf');
	font-weight: normal;
}

body {
	margin: 0px;
	font-size: 14px;
	color: #383533;
	font-family: "Figtree";
	background: #ecebe5;
	font-weight: 200;
}

* {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}

body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
h7,
p,
i,
b,
em,
span,
form,
fieldset,
legend,
input,
textarea,
select,
button,
th,
td {
	margin: 0;
	padding: 0;
	font-style: normal;
	overflow-wrap: break-word;
}

input,
select,
button {
	font-size: 12px;
	border: 0;
	background: none;
	outline: none;
	vertical-align: middle;
}

button {
	overflow: visible
}

img {
	border: none;
	vertical-align: middle;
}

img {
	image-rendering: -moz-crisp-edges;
	/* Firefox */
	image-rendering: -o-crisp-edges;
	/* Opera */
	image-rendering: -webkit-optimize-contrast;
	/*Webkit (non-standard naming) */
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
	/* IE (non-standard property) */
}

li {
	list-style: none;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none !important;
}

.paddingBox {
	padding: 150px 0;
}


.container {
	min-width: 96%;
	margin: 0px auto;
}

.container1 {
	width: 75%;
	margin: 0px auto;
}

@media only screen and (max-width:995px) {
	.paddingBox {
		padding: 60px 0;
	}
	.container1 {
	width: 100%;

}
}



/* 弹窗 */
.tanchuang {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, .1);
	z-index: 999999;
}

.tanchuang .container {
	position: relative;
	height: 100%;
}

.tanchuang main {
	position: absolute;
	left: 0;
	bottom: 10%;
	background-color: #fff;
	width: 50%;
	max-width: 100%;
	padding: 3%;
	letter-spacing: 2px;
}

.tanchuang main h4 {
	font-family: "Figtree";
	font-weight: 200;
	font-size: 20px;
	margin-bottom: 16px;
}

.tanchuang main p {
	font-family: "Figtree";
	font-weight: 100;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: normal;
}

.tanchuang main p a {
	border-bottom: solid 1px #333;
}

.tanchuang main .aBox {
	margin-top: 20px;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

.tanchuang main .aBox a {
	width: 50%;
	line-height: 50px;
}

.tanchuang main .aBox a.closetc {
	width: 44%;
	text-align: center;
	font-size: 16px;
	border: solid 1px #333;
	font-family: "Figtree";
	font-weight: 200;
}

.tanchuang main .aBox a.closeAll {
	font-size: 12px;
	font-family: "Figtree";
	font-weight: 200;
	letter-spacing: 2px;
}

.tanchuang main .aBox i {
	position: relative;
	top: 1px;
	display: inline-block;
	margin-top: 2px;
	width: 28px;
	height: 12px;
	overflow: hidden;
	background: url(../images/jt-sm-b.png) no-repeat 100%;
}

@media only screen and (max-width:1365px) {
	.tanchuang main {
		width: 100%;
	}
}

@media only screen and (max-width:991px) {
	.tanchuang .container {
		width: 100%;
		min-width: none;
		max-width: none;
		margin: 0;
		padding: 0;
	}

	.tanchuang main {
		left: 0;
		bottom: 0;
		padding: 50px 50px 20px;
	}
}

@media only screen and (max-width:767px) {
	.tanchuang .aBox {
		-webkit-flex-direction: column-reverse;
		-moz-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		-o-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.tanchuang main .aBox a,
	.tanchuang main .aBox a.closetc {
		width: 100%;
		text-align: center;
	}
}

/* 导航 */

.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	background: #ecebe5;
	border-bottom: solid 1px rgba(0, 0, 0, .1);
}

.header .logo {
	position: relative;
	float: left;
	padding-top: 24px;
}

.header .logo a {
	position: relative;
	display: block;
	height: 31px;
	width: 116px;
}

.header .logo a img {
	display: block;
	width: auto;
	height: 100%;
}

.header.on .an i {
	color: #02378e;
}

.header .an {
	position: absolute;
	top: 0;
	left: 3%;
	height: 18px;
	width: 24px;
	display: none;
	margin-top: 24px;
}

.header .an span {
	width: 24px;
	height: 2px;
	background: #000;
	display: block;
	position: absolute;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

.header .an span.a1 {
	top: 0;
	left: 0;
}

.header .an span.a2 {
	top: 8px;
	left: 0;
	width: 15px;
}

.header .an span.a3 {
	top: 16px;
	left: 0;
	width: 19px;
}

.header .an.n span.a2 {
	display: none;
}

.header .an.n span.a1 {
	top: 8px;
	width: 30px;
	transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.header .an.n span.a3 {
	top: 8px;
	width: 30px;
	transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}


.header .nav {
	float: right;
}

.header .nav i {
	font-size: 14px;
	color: #666;
	line-height: 54px;
	position: absolute;
	width: 70%;
	height: 54px;
	right: -20px;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.nav .y_j i {
	display: none;
}

.header .nav ul li {
	margin: 0px;
	line-height: 80px;
	float: left;
	position: relative;
	padding: 0px 50px 0px 0px;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

.header .nav ul li a {
	font-size: 14px;
	font-family: 'Figtree';
	font-weight: 200;
	letter-spacing: 2.38px;
	padding-left: 3px;
}

.header .nav ul li span {
	width: 0;
	height: 1px;
	background: #3a3a3a;
	position: absolute;
	left: 0;
	bottom: 30px;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}

.header .nav ul li:hover span {
	width: 100%;
}

.header .nav ul li.on span {
	width: 100%;
}

.header .nav ul li.on a {
	color: #3a3a3a;
}

.header .nav ul li:hover a {
	color: #3a3a3a;
}

.nav .y_j {
	position: relative;
}

.nav .y_j.youErJi::after {
	position: absolute;
	content: "";
	right: -20px;
	top: 50%;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	background: url(../images/jt-xia.svg) no-repeat;
	background-position: center;
}

.nav .y_j img.jt {
	position: relative;
	top: -1px;
	left: 3px;
}

.nav .e_j {
	width: 40vw;
	padding: 20%;
	background: #fff;
	position: absolute;
	top: 81px;
	left: -40%;
	display: none;
	transform: translateY(-6px);
	box-shadow: 0 0 10px rgba(0, 0, 0, .05);
	z-index: 9999;
	overflow: hidden;
	transition: all .5s;
}

.header .nav ul li:hover .e_j {
	display: block;
	transform: translateY(0px);
	transition: all .5s;
}

.nav .e_j h5 {
	font-family: "Forum";
	margin-bottom: 40px;
	font-size: 28px;
	font-weight: 200;
}

.nav .e_j .left {
	width: 300px;
}

.nav .e_j .left a {
	width: auto;
}

.nav .e_j .right {
	height: 300px;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.nav .e_j .right img {
	display: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.nav .e_j .right #img1.on {
	display: block;
}

.header .nav ul li .e_j a {
	display: block;
	font-family: "Figtree";
	font-size: 14px;
	color: #333;
	line-height: 40px;
	font-weight: 200;
}

.header .nav ul li .e_j a em {
	position: relative;
}

.header .nav ul li .e_j a em::after {
	content: "";
	display: block;
	width: 0;
	height: 1px;
	background-color: #3a3a3a;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all .5s;
}

.header .nav ul li .e_j a:hover em::after {
	width: 100%;
	transition: all .5s;
}

.header .nav .e_j .close {
	display: none;
	font-family: "Figtree";
	font-weight: 200;
	font-size: 16px;
}

@media only screen and (max-width:1439px) {
	.header .nav .e_j {
		width: 700px;
	}
}

@media only screen and (max-width:1279px) {
	.nav .e_j {
		width: 70vw;
		left: -20vw;
	}

	.header .nav {
		float: right;
		margin-left: 0px;
		margin-right: 30px;
	}

	.header .nav ul li {
		padding: 0px 30px 0px 0px;
	}
}

@media only screen and (max-width:991px) {
	.header {
		padding: 0%;
		height: 60px;
		border-top: 0px solid #02378e;
	}

	.header .container {
		position: relative;
	}

	.header .logo {
		margin-left: 10%;
	}

	.header .an {
		display: block;
	}

	.header .nav ul {
		width: 100%;
	}

	.header .nav {
		width: 100%;
		padding: 15px 5%;
		height: 100%;
		position: fixed;
		top: 60px;
		margin-top: 0;
		left: -100%;
		z-index: 11;
		overflow: auto;
		background: #ecebe5;
		transition: all .5s;
		-o-transition: all .5s;
		-ms-transition: all .5s;
		-moz-transition: all .5s;
		-webkit-transition: all .5s;
		z-index: 65;
		margin-left: 0;
	}

	.header .nav.on {
		left: 0;
		margin-top: 0
	}

	.header .nav ul li.on span {
		width: 0%;
	}

	.header .nav ul li:hover span {
		width: 0%;
	}

	.header .nav i {
		display: block;
	}

	.nav .y_j.youErJi::after {
		display: none;
	}

	.header .nav ul li {
		text-align: left;
		line-height: 80px;
		float: none;
		margin: 0;
		padding: 0;
		font-size: 16px;
		color: #333;
	}

	.header .nav ul li a {
		font-size: 16px;
		color: #333;
	}

	.header .nav ul li:after {
		background: rgba(0, 0, 0, 0);
	}

	.header .nav .e_j .row {
		flex-direction: column;
	}

	.header .nav .e_j .left {
		padding: 30px;
	}

	.header .nav .e_j .close {
		margin: 50px 0;
		display: block;
		width: 100%;
		font-size: 18px;
		letter-spacing: 2px;
		color: #333;
		opacity: 1;
	}

	.header .nav .e_j .close img {
		transform: rotate(180deg);
		margin-right: 10px;
	}

	.header .nav .e_j {
		display: block !important;
		padding: 0px;
		background: #ecebe5;
		position: fixed;
		top: 66px;
		left: -100vw;
		width: 100%;
		height: auto;
		margin-left: 0px;
		transition: all .5s;
	}

	.header .nav .e_j.act {
		display: block !important;
		left: 0vw;
		transition: all .5s;
	}

	.header .nav ul li .e_j a {
		display: block;
		font-size: 14px;
		color: #666;
		margin-left: 0px;
		text-align: left;
	}

	.nav .e_j .left {
		width: 100%;
	}

	.nav .e_j .right {
		display: none;
	}

	.header .logo a {
		height: 30px;
	}

	.header .logo {
		padding-top: 15px;
	}
}


.gallery-top {
	width: 100%;
	position: relative;
	height: 100vh;
}

.gallery-top .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gallery-top .swiper-slide video {
	position: relative !important;
	display: block !important;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.video-float-window {
	display: none !important;
}

.gallery-top .swiper-slide .bj {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .1);
}

.gallery-top .swiper-slide .wz {
	width: 80%;
	color: #fff;
	position: absolute;
	left: 10%;
	top: 42%;
	text-align: center;
}

.gallery-top .swiper-slide .wz h3 {
	font-size: 88px;
	line-height: 100px;
	font-family: "Forum";
	text-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.gallery-top .swiper-slide .wz h2 {
	font-size: 32px;
	line-height: 40px;
	letter-spacing: 2px;
	font-family: "Figtree";
	font-weight: 100;
	margin-top: 24px;
	text-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.gallery-top .swiper-slide .wz p {
	font-size: 22px;
	letter-spacing: 1px;
	line-height: 36px;
}

.gallery-top .swiper-slide .wz a {
	position: relative;
	width: 320px;
	height: 64px;
	line-height: 64px;
	color: #fff;
	display: block;
	text-align: center;
	font-family: "Figtree";
	font-weight: 200;
	font-size: 20px;
	letter-spacing: 2px;
	margin: 50px auto 0;
	background-color: rgba(255, 255, 255, 0.2);
	/* 半透明背景色 */
	backdrop-filter: blur(5px);
	/* 模糊半径为10px，可以调整 */
	border: solid 1px #fff;
	transition: all .5s;
}

.gallery-top .swiper-slide .wz a:hover {
	background-color: rgba(0, 0, 0, 0.2);
	/* 半透明背景色 */
	transition: all .5s;
}

.gallery-top .swiper-slide .wz i {
	margin-left: 10px;
}

.gallery-top .swiper-button-next {
	width: 45px;
	height: 45px;
	background: url(../images/h_yj.png) no-repeat;
	right: 20px;
	background-size: 45px 45px;
	-webkit-background-size: 45px 45px;
	-moz-background-size: 45px 45px;
	-ms-background-size: 45px 45px;
	-o-background-size: 45px 45x;
}

.gallery-top .swiper-button-prev {
	width: 45px;
	height: 45px;
	background: url(../images/h_zj.png) no-repeat;
	left: 20px;
	background-size: 45px 45px;
	-webkit-background-size: 45px 45px;
	-moz-background-size: 45px 45px;
	-ms-background-size: 45px 45px;
	-o-background-size: 45px 45x;
}

.swiper-pagination-bullet-active {
	background-color: #b9946a;
}

@media only screen and (max-width:1360px) {
	.gallery-top .swiper-slide .wz h3 {
		font-size: 40px;
		line-height: 60px;
		font-weight: bold;
	}

	.gallery-top .swiper-slide .wz h2 {
		font-size: 20px;
		line-height: 30px;
		letter-spacing: 0px;
		padding: 10px 0px;
	}
}

@media only screen and (max-width:1023px) {
	.gallery-top {
		width: 100%;
		position: relative;
		height: 600px;
	}

	.gallery-top .swiper-slide {
		overflow: hidden;
	}

	.gallery-top .swiper-slide .bj {
		display: none;
	}

	.gallery-top .swiper-slide .wz {
		top: 30%;
		width: 96%;
		left: 2%;
		color: #fff;
	}

	.gallery-top .swiper-slide .wz h3 {
		font-size: 36px;
		line-height: 44px;
	}

	.gallery-top .swiper-slide .wz h2 {
		font-size: 18px;
		line-height: 25px;
		letter-spacing: 0px;
		margin-top: 8px;
	}

	.gallery-top .swiper-slide .wz a {
		width: 240px;
		height: 56px;
		line-height: 54px;
		font-size: 18px;
	}

	.gallery-top .swiper-button-prev {
		display: none;
	}

	.gallery-top .swiper-button-next {
		display: none;
	}
}

@media only screen and (max-width:767px) {
	.gallery-top {
		width: 100%;
		position: relative;
		height: 600px;
	}
}

/* 关于 */
.indexAbout {
	background-color: #ecebe5;
}

.indexAbout .main1 {
	padding-left: 10%;
	padding-right: 10%;
	text-align: center;
}

.indexAbout .main1 i {
	position: relative;
	bottom: -6px;
	margin-right: -10px;
	display: inline-block;
	width: 59px;
	height: auto;
}

.indexAbout .main1 i img {
	display: block;
	width: 100%;
	height: auto;
}

.indexAbout .main1 p {
	font-size: 18px;
	font-family: "Figtree";
	font-weight: 100;
	letter-spacing: 1px;
	line-height: 26px;
}

.indexAbout .main2 {
	padding: 70px 0;
	background-size: cover !important;
	background-position: center !important;
}

.indexAbout .main2 .txtBox {
	padding: 3% 5%;
	background-color: #ecebe5;
	width: 46%;
}

.indexAbout .main2 h5 {
	font-size: 42px;
	line-height: 50px;
	font-family: "Forum";
	margin-bottom: 50px;
}

.indexAbout .main2 p {
	font-size: 18px;
	font-weight: 100;
	font-family: "Figtree";
	line-height: 26px;
	text-align: justify;
}

.indexAbout .main2 a {
	font-size: 20px;
	letter-spacing: 3px;
	display: block;
	margin-top: 30px;
	font-weight: 400;
}

.indexAbout .main2 a i {
	display: inline-block;
	width: 40px;
	height: 18px;
	position: relative;
	top: -3px;
	left: 10px;
}

.indexAbout .main2 a i img {
	width: auto;
	height: 100%;
}

.indexAbout .main2 a:hover i img {
	opacity: .6;
}

.indexAbout .main2 a:hover {
	color: #867557;
}

.indexAbout .main2 a:hover i {
	transition: all .5s;
}

@media only screen and (max-width:1023px) {
	.indexAbout .container {
		padding: 0;
	}

	.indexAbout .main1 {
		padding-left: 5%;
		padding-right: 5%;
	}

	.indexAbout .main1 i {
		width: 30px;
	}

	.indexAbout .main1 p {
		font-size: 18px;
		line-height: 26px;
		letter-spacing: normal;
	}

	.indexAbout .main2 {
		padding-bottom: 0;
	}

	.indexAbout .main2 .txtBox {
		width: 86%;
		padding: 40px 20px;
		position: relative;
	}

	.indexAbout .main2 h5 {
		font-size: 32px;
		margin-bottom: 20px;
	}

	.indexAbout .main2 p {
		font-size: 18px;
		line-height: 26PX;
		text-align: left;
	}
}

/* 产品 */
.indexProduct {
	background-color: #fff;
	margin-top: 100px;
}

.indexProduct ul .left {
	width: 50%;
	padding: 0 5%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.indexProduct ul .left .imgBox {
	width: 280px;
	height: auto;
	margin: 0 auto;
}

.indexProduct ul .left .imgBox img {
	display: block;
	width: 100%;
}

.indexProduct ul .left h5 {
	display: block;
	padding: 80px 26% 0;
	font-size: 42px;
	font-family: "Forum";
	text-align: center;
}

.indexProduct ul .left p {
	text-align: center;
	font-size: 22px;
	font-family: "Figtree";
	margin-top: 50px;
	line-height: 36px;
	font-weight: 100;
}

.indexProduct ul .left p.jg {
	margin-top: 10px;
}

.indexProduct ul .left a {
	margin-top: 17%;
	font-size: 20px;
	letter-spacing: 3px;
	font-weight: 400;
}

.indexProduct ul .left a:hover {
	color: #867557;
}

.indexProduct ul .left a i {
	position: relative;
	top: -2px;
	left: 8px;
	display: inline-block;
	width: 32px;
	height: 14px;
	background: url(../images/jt-b.png) no-repeat;
	background-size: 100%;
}

.indexProduct ul .left a:hover i {
	background: url(../images/jt-zong.png) no-repeat;
	background-size: 100%
}

.indexProduct ul .left a:hover i img {
	display: none;
}

.indexProduct ul .right {
	width: 50%;
}

.indexProduct ul .right img {
	display: block;
	width: 100%;
	height: auto;
}

/* 产品2 */
.indexProduct .main1 {
	border-top: solid 5px #fff;
}

.indexProduct .main1 .left {
	width: 50%;
	position: relative;
	border-right: solid 5px #fff;
	overflow: hidden;
}

.indexProduct .main1 .left a {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	padding: 11% 9%;

	color: #fff;
}

.indexProduct .main1 .left a h1 {
	font-size: 60px;
	font-family: "Forum";
}

.indexProduct .main1 .left a p {
	font-size: 20px;
	letter-spacing: 2px;
	margin-top: 10%;
	opacity: 0;
	visibility: hidden;
	transition: all .5s;
}

.indexProduct .main1 .right .a1 .txtBox {
	opacity: 0;
	transform: translateY(10px);
	transition: all .5s;
}

.indexProduct .main1 .right .a1:hover .txtBox {
	opacity: 1;
	transform: translateY(0px);
	transition: all .5s;
}

.indexProduct .main1 .right .a1 .txtBox .gd,
.indexProduct .main2 a {
	display: block;
	font-size: 20px;
	letter-spacing: 2px;
	margin-top: 10%;
}

.indexProduct .main1 .left:hover a p {
	opacity: 1;
	visibility: visible;
	transition: all .5s;
}

.indexProduct .main1 .left a p i,
.indexProduct .main1 .right .a1 .txtBox .gd i,
.indexProduct .main2 a i {
	position: relative;
	top: 1px;
	left: 10px;
	display: inline-block;
	width: 41px;
	height: 19px;
	background: url(../images/jt-w.png) no-repeat 100%;
}

.indexProduct .main1 .left img {
	display: block;
	width: 100%;
	height: auto;
	transform: scale(1);
	transition: all .6s;
}

.indexProduct .main1 .left:hover img {
	transform: scale(1.02);
	transition: all .6s;
}

.indexProduct .main1 .right {
	width: 50%;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.indexProduct .main1 .right a {
	width: 50%;
	height: 50%;
	overflow: hidden;
}

.indexProduct .main1 .right a img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.indexProduct .main1 .right .a1 {
	position: relative;
	border-right: solid 5px #fff;
	border-bottom: solid 5px #fff;
}

.indexProduct .main1 .right .a1 {
	background-color: #000;
}

.indexProduct .main1 .right .a1 img,
.indexProduct .main1 .right .a2 img {
	opacity: 1;
}

.indexProduct .main1 .right .a3,
.indexProduct .main1 .right .a4 {
	border-bottom: none;
}

.indexProduct .main1 .right .a1 .txtBox {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 11% 9%;
	color: #fff;
}

.indexProduct .main1 .right .a1 .txtBox h2 {
	font-family: "Forum";
	font-size: 34px;
}

.indexProduct .main1 .right .a1 .txtBox .jg {
	font-size: 18px;
	line-height: 40px;
}

.indexProduct .main1 .right .a1 img,
.indexProduct .main1 .right .a2 img {
	transform: scale(1);
	transition: all .6s;
}

.indexProduct .main1 .right .a1:hover img,
.indexProduct .main1 .right .a2:hover img {
	transform: scale(1.03);
	transition: all .6s;
}

/* 产品3 */
.indexProduct .main2 {
	border-top: solid 5px #fff;
}

.indexProduct .main2 a {
	color: #fff;
	opacity: 1;
	transition: all .5s;
}

.indexProduct .main2 a:hover {
	opacity: .6;
	transition: all .5s;
}

.indexProduct .main2 .left {
	width: 50%;
}

.indexProduct .main2 .right {
	width: 50%;
	background-color: #867557;
	text-align: center;
	color: #fff;
	padding: 0 5%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.indexProduct .main2 .left img {
	display: block;
	width: 100%;
	height: auto;
}

.indexProduct .main2 .right h1 {
	font-family: "Forum";
	font-size: 42px;
	margin-bottom: 30px;
}

.indexProduct .main2 .right p {
	font-size: 22px;
	font-family: "Figtree";
	line-height: 36px;
	font-weight: 100;
}

@media only screen and (max-width:1599px) {
	.indexProduct ul .left h5 {
		font-size: 34px;
		padding: 30px 0 0;
	}

	.indexProduct ul .left p {
		font-size: 16px;
		margin: 20px 0 0;
		line-height: 28px;
	}

	.indexProduct ul .left a {
		margin-top: 20px;
	}

	.indexProduct .main1 .left a h1 {
		font-size: 40px;
	}

	.indexProduct .main1 .right .a1 .txtBox h2 {
		font-size: 24px;
	}
}

@media only screen and (max-width:1199px) {
	.indexProduct ul .left h5 {
		font-size: 28px;
	}

	.indexProduct ul .left .imgBox {
		width: auto;
		height: 140px;
	}

	.indexProduct ul .left .imgBox img {
		width: auto;
		height: 100%;
	}
}

@media only screen and (max-width:1023px) {
	.indexProduct {
		margin-top: 0;
	}
}

@media only screen and (max-width:991px) {

	.indexProduct .main1,
	.indexProduct .main2 {
		flex-wrap: wrap;
	}

	.indexProduct .main1 .left {
		width: 100%;
		border-right: none;
	}

	.indexProduct .main1 .right {
		width: 100%;
		border-top: solid 5px #fff;
		border-right: none;
	}

	.indexProduct .main2 .left {
		width: 100%;
		padding: 20px;
		background-color: #867557;
	}

	.indexProduct .main2 .right {
		width: 100%;
		padding: 60px;
	}

	.indexProduct .main1 .right .a2,
	.indexProduct .main1 .right .a4 {
		border-right: solid 0px #fff;
	}

	.indexProduct .main1 .right .a3 {
		border-right: solid 5px #fff;
	}

	.indexProduct .main1 .left a p {
		opacity: 1;
		visibility: visible;
	}

	.indexProduct .main1 .right {
		display: none !important;
	}
}

@media only screen and (max-width:767px) {
	.indexProduct ul li {
		flex-wrap: wrap;
	}

	.indexProduct ul li:nth-child(2n) {
		flex-direction: column-reverse;
	}

	.indexProduct ul li .left {
		width: 100%;
		padding: 40px 0;
	}

	.indexProduct ul .left h5 {
		padding-top: 0;
	}

	.indexProduct ul li .right {
		width: 100%;
	}

	.indexProduct ul .left .imgBox {
		width: 100%;
		height: 400px;
	}

	.indexProduct ul .left .imgBox img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: scale-down;
	}

	.indexProduct ul .left a i {
		top: 0px;
	}
}

@media only screen and (max-width:599px) {
	.indexProduct .main1 .left a h1 {
		font-size: 30px;
	}

	.indexProduct .main1 .right .a1 .txtBox h2 {
		font-size: 16px;
	}

	.indexProduct .main1 .right .a1 .txtBox .gd {
		display: none;
	}

	.indexProduct .main2 .right {
		padding: 40px 20px;
	}

	.indexProduct .main2 .right h1 {
		font-size: 32px;
	}

	.indexProduct .main2 .right p {
		font-size: 18px;
		line-height: 26px;
	}

	.indexProduct ul .left a {
		font-size: 16px;
	}
}

/* 底部 */
footer {
	background-color: #ddd8cc;
	padding: 80px 0 0;
}

footer h1,
footer p,
footer a,
footer textarea::placeholder,
footer input::placeholder {
	color: #3e3a35;
}

footer a {
	font-family: 'Figtree';
	font-weight: 200;
}

footer .banquan {
	padding: 20px 5%;
	margin-top: 80px;
	border-top: solid 1px rgba(0, 0, 0, .2);
}

footer .logo {
	height: 60px;
	margin-bottom: 20px;
}

footer .logo img {
	display: block;
	height: 100%;
}

footer main ul {
	padding: 0 8%;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

footer ul h1 {
	font-size: 28px;
	font-family: "Forum" !important;
	line-height: 32px;
	margin-bottom: 20px;
}

footer ul h1.fol {
	font-size: 32px;
}

footer .ul3,
footer .ul2 {
	padding-top: 20px;
}

footer .ul1 p {
	font-family: 'Figtree';
	margin-bottom: 60px;
	letter-spacing: 0px;
}

footer .ul1 .aBox {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

footer .ul1 a {
	display: block;
	width: 30px;
	height: 30px;
	margin-right: 40px;
	margin-bottom: 20px;
}

footer .ul1 a img {
	width: 100%;
	height: 100%;
}

footer .ul1 a .hei {
	display: block;
}

footer .ul1 a .zong {
	display: none;
}

footer .ul1 a:hover .hei {
	display: none;
}

footer .ul1 a:hover .zong {
	display: block;
}

footer .ul2 a {
	display: block;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 30px;
	letter-spacing: 2px;
}

footer .ul2 a:hover {
	color: #867557;
}

footer .ul2 h1 {
	margin-bottom: 40px;
}

footer .ul3 p {
	font-size: 16px;
	line-height: 21px;
	font-weight: 100;
}

footer .ul3 form {
	margin-top: 10px;
}

footer .ul3 form input,
footer .ul3 form textarea {
	display: block;
	font-size: 14px;
	width: 100%;
	font-family: 'Figtree';
	font-weight: 200;
}

footer textarea::placeholder,
footer input::placeholder {
	color: #1d1b1a;
	/* 将颜色设置为灰色，你可以修改为自己想要的颜色 */
}

footer .ul3 form input {
	margin-top: 10px;
	width: 100%;
	line-height: 44px;
	border-bottom: solid 1px #1d1b1a;
	font-weight: bold;
}

footer .ul3 form input:focus {
    border-bottom: solid 3px #1d1b1a;
}
footer .ul3 form input::placeholder{
	font-weight: 100;
}
footer .ul3 form textarea:focus {
	border-bottom: solid 3px #1d1b1a;
}

footer .ul3 form textarea{
	height: 70px;
    overflow-y: auto;
	font-weight: bold;
}
footer .ul3 form textarea::placeholder{
	font-weight: 100;
}

footer .ul3 form .error-message {
    color: red;
    display: block;
    margin-top: 5px;
}

.footerButton {
	font-size: 16px;
	line-height: 44px;
	font-family: 'Figtree';
	font-weight: 200;
}

.footerButton i {
	display: inline-block;
	width: 36px;
	height: 14px;
	margin-left: 10px;
}

.footerButton i img {
	display: block;
	width: auto;
	height: 100%;
}

.footerButton:hover {
	opacity: .6;
}

footer textarea {
	margin: 10px 0 0 0;
	padding: 15px 0 0 0;
	height: 88px;
	border: none;
	border-bottom: solid 1px #1d1b1a;
	outline: none;
	resize: none;
	/* 禁止用户调整大小 */
	background-color: transparent;
	/* 使背景透明 */
	font-family: inherit;
	/* 继承字体族 */
	font-size: inherit;
	/* 继承字体大小 */
}

footer .banquan p {
	font-size: 16px;
	font-family: 'Figtree';
	font-weight: 200;
}

@media only screen and (max-width:599px) {
	footer .ul2 h1 {
		margin-top: 30px;
	}

	footer .ul2 a {
		font-size: 14px;
		margin-bottom: 20px;
	}

	footer ul h1.fol {
		font-size: 28px;
	}

	footer textarea::placeholder,
	footer input::placeholder {
		font-size: 14px;
	}

	footer .banquan {
		margin-top: 40px;
	}
}



