html {
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased !important;
}

* {
	box-sizing: border-box;
}

@font-face {
	font-family: 'PingFang_Regular';
	src: url(../fonts/PingFang_Regular.ttf);
}

@font-face {
	font-family: 'PingFang_Bold';
	src: url(../fonts/PingFang_Bold.ttf);
}

@font-face {
	font-family: 'dinb';
	src: url(../fonts/dinb.ttf);
}

html,
body {
	width: 100%;
	font-family: PingFang_Bold;
	font-size: 14px;
	line-height: 1.75;
	color: #333;
	margin: 0;
	padding: 0;
	position: relative;
	font-weight: 400;
}

.Bo {
	font-family: PingFang_Bold;
}

.Re {
	font-family: PingFang_Regular;
}

body {
	overflow-x: hidden;
}

a {
	text-decoration: none;
	background-color: transparent;
	color: inherit;
	/* 1 */
	-webkit-text-decoration-skip: objects;
	/* 2 */
}

a:focus,
a:hover {
	color: inherit;
	text-decoration: none;
}

ul,
li,
p,
img,
b,
ol,
em,
a,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
}

i,
em {
	font-style: normal;
}

header {
	width: 100%;
	height: 90px;
	position: relative;
	background-color: #fff;
	z-index: 99;
}

header .top {
	/* width: 1200px; */
	margin: auto;
	display: flex;
	height: 100%;
	justify-content: space-between;
	align-items: center;
}

header .container:before,
header .container:after {
	display: none;
}

header .top .logo img {
	width: 100%;
}

header .navBox ul {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

header .navBox a {
	display: block;
	height: 90px;
	line-height: 90px;
	width: 100px;
	box-sizing: border-box;
	text-align: center;
	font-size: 16px;
}

header .navBox .active a {
	background-color: #2b485f;
	color: #fff;
	position: relative;
}

header .navBox .active a:after {
	content: '';
	display: block;
	width: 100%;
	height: 10px;
	background-color: #d3bda9;
	position: absolute;
	left: 0;
	bottom: -10px;

}

header .navBtn {
	width: 30px;
	height: 30px;
	position: relative;
	cursor: pointer;
}

header .navBtn i {
	display: block;
	width: 100%;
	height: 2px;
	background-color: #2b4760;
	position: absolute;
	left: 0;
	top: calc(50% - 1px);
	transition: .3s;
}

header .navBtn i::before,
header .navBtn i:after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	transition: .3s;
	background-color: #2b4760;
}

header .navBtn i::before {
	top: -10px;
}

header .navBtn i:after {
	bottom: -10px;
}

header .navBtn.active i {
	background-color: transparent;
}

header .navBtn.active i:before {
	top: 0;
	transform: rotateZ(135deg);
}

header .navBtn.active i:after {
	bottom: 0;
	transform: rotateZ(-135deg);
}

header .wapNav {
	width: 50vw;
	overflow: hidden;
	height: 0;
	background-color: #fff;
	position: absolute;
	top: 90px;
	right: 0;
	color: #333;
	box-sizing: border-box;
	box-shadow: -1px 1px 5px #ccc;
	transition: .3s;
	z-index: 999;
}

.wapNav a {
	display: block;
	width: 100%;
	line-height: 2.5em;
	text-align: center;
}

.banner {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.banner img {
	width: 100%;
	display: block;
}

.title {
	text-align: center;
	margin: 90px auto;
}

.title h2 {
	/* letter-spacing: 5px; */
}

.title span {
	overflow: hidden;
	text-transform: uppercase;
}

.title em {
	/* color: #9a9797; */
	text-transform: uppercase;
	/* letter-spacing: 1px; */
	font-style: normal;
	font-size: 24px;
	position: relative;
}

.title em::before,
.title em::after {
	content: '';
	display: block;
	height: 1px;
	background-color: #9a9797;
	position: absolute;
	width: 50px;
	top: 50%;
}

.title em::before {
	left: -60px;
}

.title em::after {
	right: -60px;
}

.one {
	padding-bottom: 90px;
}

.one_a .container {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	background-color: #ebebec;
	flex-direction: row-reverse;
}

.one_a .picBox {
	position: absolute;
	top: -11%;
	left: 50px;
}

.one_a .picBox img {
	box-shadow: 0 0 20px 6px rgb(0 0 0 / 50%);
}



.one_a .textBox {
	padding: 50px 15px;
	background-color: #ebebec;
}

.one_a .textBox h3 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 40px;
}

.one_a .textBox h3 span {
	color: #2b485f;
	line-height: 2;
	position: relative;
}

.one_a .textBox h3 span:after {
	content: '';
	display: block;
	width: 25%;
	height: 2px;
	background-color: #d3bda9;
	position: absolute;
	bottom: -5px;
	left: 0;
}

.more {
	display: inline-block;
	padding: 0 20px;
	line-height: 2;
	margin-top: 4px;
	/* border: 1px solid #9f9fa0; */
	background-color: #2b4760;
	color: #fff;
}

.more:hover {
	color: #fff;
}

.two .title {
	margin-bottom: 30px;
}

.two_a ul {
	display: flex;
	align-items: center;
	justify-content: center;

}

.two_a ul a {
	display: block;
	line-height: 2;
	padding: 0 10px;
	color: #2b4760;
	border: 1px solid #2b4760;
	margin: 0 5px;
}

.two_a ul .active a {
	background-color: #2b4760;
	color: #fff;
}

.two_b {
	margin-top: 90px;
}

/* .two_list ul {
	display: flex;
	flex-wrap: wrap;
} */

.two_list img {
	width: 100%;
}

.two_list ul a {
	display: block;
	width: 96%;
	margin: auto;
	box-shadow: 0px 3px 10px 2px #ccc;
	transition: 0.5s;
	background-color: #eee;
	border-bottom: 10px solid #2b4760;
}

.two_list ul a:hover {
	transform: scale(1.1);
	background-color: #fff;
}

.two_list .text {
	padding: 20px;
}

.two_list .desc {
	text-align: justify;
}

.two_list .pic {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	overflow: hidden;
}

.two_list .text span {
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.two_list .text span i {
	display: inline-block;
	margin-left: 5px;
}

.proSeries {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.proSeries li {
	padding: 50px;
	border: 2px solid #2b4760;
	width: 100%;
	margin-bottom: 90px;
}

/* .proSeries li:last-child{
	margin-bottom: 0;
} */
.proSeries a {
	display: flex;
	flex-wrap: wrap;
}

.proSeries li .pic {
	transform: translate(-50px);
	display: flex;
	flex-direction: row-reverse;
}

.proSeries li:nth-child(even) a {
	flex-direction: row-reverse;
}

.proSeries li:nth-child(even) .pic {
	transform: translate(50px);
	flex-direction: unset;
}

.proSeries img {
	width: 410px;
}

.proSeries li:nth-child(even) {
	margin-left: 10%;
}

/* .proSeries li:nth-child(odd){
	margin-right: 10%;
} */

.proSeries .text h3 span {
	padding: 0 15px;
	border-left: 2px solid #2b4760;
	border-right: 2px solid #2b4760;
}

.proSeries .text p {
	font-size: 16px;
	margin-bottom: 50px;
	margin-top: 10px;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.proSeries li:nth-child(even) .text h3,
.proSeries li:nth-child(even) .text p {
	text-align: right;
}

.proSeries .desc {
	text-align: justify;
}

.four {
	padding-bottom: 180px;
	overflow: hidden;
	width: 100%;
	background: #d3bba7;
	position: relative;
}

.fourPro {
	width: 100%;
	/* overflow: hidden; */
	/* position: relative; */
}
.fourPro video{
	width: 100%;
}
.fourPro img {
	width: 100%;
}

.fourPro .swiper-slide {
	padding: 0;
}

.fourPro1 .swiper-slide-active {
	transform: scale(1.2);
	z-index: 99;
	box-shadow: 0px 0px 14px 0px #333;
}

.fourPro h5 {
	position: absolute;
	text-align: center;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .5);
	width: 100%;
	line-height: 2;
	color: #fff;
}

.fourPro1 .Mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(43, 71, 96, .5);
}

.fourPro .swiper-slide-active .Mask {
	display: none;
}

.fourPro2 {
	display: none;
	overflow: hidden;
}

.four .swiper-pagination {
	bottom: 50px;
	display: none;
}

.four .swiper-button-next,
.four .swiper-button-prev {
	bottom: 50px;
	top: unset;
}

.four .swiper-button-next {
	right: 45%;
}

.four .swiper-button-prev {
	left: 45%;
}

footer {
	width: 100%;
	padding: 120px 0;
	background-color: #2b4760;
	color: #fff;
}

.footNav {
	padding: 0;
}

.footNav>ul {
	display: flex;
	flex-wrap: wrap;
}

.footNav>ul>li {
	margin-right: 30px;
}

.footNav>ul>li>a {
	font-size: 16px;
}

footer .container {
	display: flex;
	flex-wrap: wrap;
}

.footLx {
	border-left: 2px solid #fff;
}

.toTop {
	width: 30px;
	height: 30px;
	background-color: #d3bca9;
	position: fixed;
	right: 20px;
	bottom: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 999;
}

.toTop::before {
	content: '';
	display: block;
	width: 15px;
	border-bottom: 10px solid #fff;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}




.two_pro {
	margin-bottom: 20px;
}

.two_pro ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.two_pro ul li {
	width: 19.5%;
	height: 100px;
	background-color: #ebebec;
	display: flex;
	align-items: center;
	justify-content: center;
}

.two_pro ul li.active {
	background-color: #d3bda9;
}

.two_pro ul li a {
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.two_pro ul li .pic {
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;

}


.proList .pic {
	padding: 0;
	height: 410px;
	width: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 10px solid #d3bba7;
}

.proList .item a {
	display: flex;
	flex-wrap: wrap;
}

.proList .text {
	background-color: #2b4760;
	padding: 70px 0px;
	width: 100%;
}

.proList img {
	height: 100%;
}



.proList .item {
	margin: 50px 0;
}

.proList .text .textBox {
	width: 100%;
	height: 100%;
	/* border-bottom: 2px solid #969697; */
	padding-bottom: 20px;
	color: #fff;
}

.proList .text h2 {
	font-size: 24px;
	line-height: 2;
	margin-bottom: 10px;
	text-align: center;
}

/* .proList .text .desc {
	text-align: justify;
	word-break: break-all;
} */

.proList .text .line {
	width: 25%;
	height: 1px;
	background-color: #fff;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

.proList .text h3 {
	text-align: center;
	font-size: 14px;
}

/* .proList .text .more {
	margin-top: 40px;
} */

.pading {
	width: 100%;
	text-align: center;
	margin: 30px 0;
}

.location {
	line-height: 3;
}

#proDesc .pic img,
#proDesc .text .pics img {
	width: 100%;
}

#proDesc .text h4 {
	margin-bottom: 20px;
}

.features span {
	font-size: 14px !important;
}

#proDesc .text {
	position: relative;
}


#proCont .text .pics {
	position: absolute;
	left: 0;
	bottom: 0;
}

#proCont .text .pics ul {
	padding: 0 15px;
}

#proDesc .text .pics {
	margin-top: 20px;
}

#proDesc .text .pics ul {
	display: flex;
	justify-content: space-between;
}

#proDesc .text .pics li {
	width: 32%;
}

#proDesc {
	display: flex;
	flex-wrap: wrap;
}

#proDesc .text .pics h5 {
	text-align: center;
	line-height: 2;
}

#proDesc .more {
	width: 100%;
	line-height: 3;
	text-align: center;
}

#proCont .more {
	display: none;
}

.proXQ {
	margin-top: 50px;
}

.proXQ>p {
	line-height: 2;
	font-size: 18px;
	width: 100%;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
}

.proXQ>p>span {
	display: inline-block;
	padding: 0 15px;
	color: #fff;
	background-color: #2b4760;
}

.proCont {
	padding-bottom: 90px;
	display: none;
}

.proDetails .pic {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.proDetails #proDesc .pic img {
	width: auto;
	height: 336px;
}

div#proCont {
	padding-bottom: 90px;
}

.profoot {
	padding: 80px 0;
	background-color: #d3bba7;
}

.profoot .pic {
	width: 100%;
	height: 450px;
	color: #fff;
	text-align: center;
	background: url(../images/profoot.png) no-repeat center/cover;
}

.profoot .pic .container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.profoot .pic h3 {
	line-height: 3;
	letter-spacing: 5px;
}

.profoot .pic p {
	line-height: 2;
	font-size: 16px;
	letter-spacing: 2px;
}





div#pagesize li {
	display: inline-block;
}

div#pagesize a,
div#pagesize span {
	display: block;
	padding: 0px 8px;
	border: 1px solid #333;
}

div#pagesize a.active {
	background-color: #2b4760;
	border-color: #2b4760;
	color: #fff;
}

.newsList li {
	padding-top: 15px;
	border-top: 1px solid #56504f;
	margin-bottom: 30px;
}

.newsList li a {
	flex-direction: row-reverse;
	display: flex;
	flex-wrap: wrap;
}

.newsList li:hover .text {
	background-color: #2b4760;
	color: #fff;
}

.newsList .pic {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 158px;
	padding-right: 0;
}

.newsList img {
	height: 100%;
	width: 100%;
}

.newsList .text {
	padding: 15px;
	transition: .3s;
}

.newsList .text .desc {
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-end;
	justify-content: space-between;
	margin-top: 15px;
	flex-wrap: wrap;
}

.newsList .text .desc .arrow {
	width: 42px;
	height: 43px;
	background: url(../images/arrow-1.png) no-repeat center;
}

.newsList .text .desc p {
	width: 74%;
	text-align: justify;
}


.newsList li:hover .text .desc .arrow {
	background: url(../images/arrow-2.png) no-repeat center;
}

#Industry_list {
	padding-bottom: 90px;
}

#Industry_list img {
	width: 100%;
}

#Industry_list h4 {
	text-align: center;
	line-height: 3;
	background-color: #e7d9c9;
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#Industry_list p {
	text-align: center;
	margin-top: 50px;
}

#Industry_list .more {
	color: #fff;
}

#Industry_list ul:after {
	content: '';
	display: block;
	clear: both;
}

#Industry_list li {
	margin-bottom: 30px;
}

.inves_one ul {
	width: 1140px;
}

.inves_one ul:after {
	content: '';
	display: block;
	clear: both;
}

.inves_one li {
	float: left;
	width: 280px;
	height: 170px;
	margin-left: 30px;
	margin-bottom: 30px;
}

.inves_one li img {
	width: 100%;
	height: 100%;
}

.inves_one li:first-child {
	width: 520px;
	height: 370px;
	margin: 0;
}

.inves_two img {
	width: 100%;
}

.inves_two .text {
	width: 100%;
	padding: 20px;
	text-align: center;
	background-color: #ddd;
	transition: .3s;
}

.inves_two .text h4 {
	margin-bottom: 10px;
}

.inves_two li .box {
	transition: .3s;
}

.inves_two li .box:hover {
	box-shadow: 0 0 10px 2px #777;
}

.inves_two li .box:hover .text {
	background-color: #d3bba7;
}

.inves_two li {
	margin-bottom: 30px;
}

.inves_two p.desc {
	text-align: justify;
	line-height: 2;
	margin-bottom: 30px;
}

.inves_two dl {
	margin-top: 50px;

}

.inves_two dd {
	line-height: 3;
	font-size: 18px;
	border-bottom: 1px solid #333;
}

.inves_two dd span {
	margin-right: 50px;
}

.inves_two {
	padding-bottom: 90px;
}

.inves_three {
	background-color: #d3bda9;
	padding-bottom: 90px;
}

.inves_three ul li h3 {
	position: relative;
	line-height: 3;
	width: 100%;
	padding: 0 20px;
	cursor: pointer;

}

.inves_three .serBtn {
	width: 30px;
	height: 30px;
	position: absolute;
	top: calc(50% - 15px);
	right: 20px;

}

.inves_three .serBtn:before,
.inves_three .serBtn:after {
	content: '';
	display: block;
	width: 50%;
	border: 1px solid #8b8b8c;
	position: absolute;
	top: 15px;
	transition: .6s;
}

.inves_three .serBtn:before {
	transform: rotateZ(45deg);
	left: 3px;
}

.inves_three .serBtn:after {
	transform: rotateZ(-45deg);
	left: 13px;
}

.inves_three .active .serBtn:before {
	transform: rotateZ(-45deg);
	left: 3px;
}

.inves_three .active .serBtn:after {
	transform: rotateZ(45deg);
	left: 13px;
}

.inves_three .desc {
	background-color: #fff;
	padding: 20px;
	font-size: 16px;
	line-height: 2;
	display: none;
}

.inves_three li {
	border-bottom: 1px solid #8b8b8c;
	margin-bottom: 30px;
}

.contact li {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.contact li:nth-child(2) {
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}

.gbook {
	padding-bottom: 90px;
}

.gbook input,
.gbook textarea {
	width: 100%;
}

.gbook li {
	margin-bottom: 10px;
}

#submit {
	background-color: #2b4760;
	color: #fff;
	border: none;
	outline: none;
	margin: 20px 0 30px;
	height: 40px;
	line-height: 40px;
}

.news {
	padding-bottom: 90px;
}

.news .location {
	line-height: 2;
}

.news h1 {
	text-align: center;
	font-size: 28px;
	margin: 60px 0 30px;
}

.news .info {
	text-align: center;
	font-size: 16px;
	line-height: 2;
	margin-bottom: 30px;
}

.news .details {
	font-size: 16px;
	margin-bottom: 30px;
}

.news .f_page {
	font-size: 16px;
}

.about_one .picBox img {
	width: 100%;
}

.about_one .picBox div {
	width: 90%;
	position: relative;

}

.about_one .picBox div::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: #d3bca9;
	position: absolute;
	z-index: -1;
	top: 20px;
	left: 20px;
}

.about_one .box {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 50px;
}

.about_one .textBox {
	padding-top: 20px;
	border-bottom: 1px solid #8b8b8c;
	padding-bottom: 20px;
}

.about_one .text {
	border-top: 1px solid #8b8b8c;
	padding-top: 50px;
	position: relative;
}

.about_one .textBox h3 {
	position: absolute;
	top: -12px;
	left: 0;
}

.about_one .textBox h3 span {
	padding-right: 20px;
	background-color: #fff;
}

.about_two img {
	width: 100%;
}

.about_two .text {
	padding: 40px;
	background-color: #dcdddd;
	text-align: justify;
}

.about_two h4 {
	font-size: 26px;
	position: relative;
	margin-bottom: 20px;
}

.about_two h4 i {
	font-size: 12px;
	text-transform: uppercase;
	background-color: #dcdddd;
	position: relative;
	z-index: 1;
	padding-right: 5px;
}

.about_two h4::after {
	content: '';
	display: block;
	width: 100%;
	background-color: #acacad;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 10px;
}

.about_two li {
	margin-bottom: 30px;
}

.about_two {
	padding-bottom: 60px;
}

.about_three .title {
	margin: 0;
	padding: 90px 0;
	background-color: #d3bca9;
}

.about_three .fz_list {
	width: 100%;
	height: 760px;
	background: url(../images/bg.png) no-repeat center/cover;
}

.about_three .fz_list .box {
	position: relative;
}

.fz_list .container {
	position: relative;
	overflow: hidden;
}

.about_three .fz_list img {
	width: 100%;
}

.about_three .fz_list .pic {
	width: 100%;
	padding: 150px 200px;
}
.about_three .container .swiper-pagination{
	display: flex;
	justify-content: space-around;
	color: #fff;
	background: url(../images/fz-arrow.png) no-repeat center;
	bottom: 50px;
}
.about_three .container .swiper-pagination span{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 1px;
	opacity: 1;
	background-color: #2b485f;
	width: 10px;
	height: 10px;
	color: #2b4760;
}

.about_three .container .swiper-pagination span.swiper-pagination-bullet-active{
	background-color:#fff ;
	color: #fff;
}

.about_three .container .swiper-pagination span i{
	margin-top: 30px;
}

.about_three .container .swiper-button-prev,.about_three .container  .swiper-button-next{
	color: #fff;
}
