h3 {
	width: 100%;
	height: auto;
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: 3px solid #ff8a00;
	box-sizing: border-box;
}
h3 em {
	text-transform: uppercase;
	font-size: .8em;
	margin-left: 10px;
}
.title {
	width: 100%;
	height: auto;
	position: relative;
}
.title .box {
	width: 200px;
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}
.title .box em {
	width: 100%;
	line-height: 1.8em;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}
.title .box em:nth-of-type(2) {
	width: 100%;
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
}
.title:before {
	content: '';
	width: 44%;
	height: 3px;
	background: #ff8a00;
	position: absolute;
	left: 0;
	top: 3.3em;
}
.title:after {
	content: '';
	width: 44%;
	height: 3px;
	background: #ff8a00;
	position: absolute;
	right: 0;
	top: 3.3em;
}
/*
.title6 {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
.title6 p:nth-of-type(1) {
	width: 100%;
	height: 2em;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	position: relative;
	margin-bottom: 15px;
}
.title6 p:nth-of-type(1)::before {
	content: '';
	width: 60px;
	height: 3px;
	background: #ff8a00;
	position: absolute;
	left: 47.6%;
	bottom: 0;
}
.title6 p:nth-of-type(2) {
	width: 100%;
	font-size: 1em;
	text-align: center;
	text-transform: uppercase;
}
*/

.title6 {
	width: 100%;
	height: auto;
	position: relative;
}
.title6 .box {
	width: 200px;
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}
.title6 .box p {
	width: 100%;
	line-height: 1.8em;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}
.title6 .box p:nth-of-type(2) {
	width: 100%;
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
}
.title6:before {
	content: '';
	width: 41%;
	height: 3px;
	background: #ff8a00;
	position: absolute;
	left: 0;
	top: 3.3em;
}
.title6:after {
	content: '';
	width: 41%;
	height: 3px;
	background: #ff8a00;
	position: absolute;
	right: 0;
	top: 3.3em;
}
.title7 {
	width: 1200px;
	height: auto;
	position: relative;
	margin: 0 auto;
}
.title7 p:nth-of-type(1) {
	width: 100%;
	height: 100%;
	font-size: 1.5em;
	font-weight: bold;
	text-align: left;
	display: flex;
	align-items: center;
	position: relative;
}
.title7 p:nth-of-type(1)::before {
	content: '';
	width: 90%;
	height: 3px;
	background: #ff8a00;
	position: absolute;
	left: 10%;
	top: 50%;
}
.title7 p:nth-of-type(2) {
	width: 100%;
	height: auto;
	font-size: 1em;
	text-align: left;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.title7 a {
	background: url("../images/arrowIcon1.png")left center no-repeat;
	background-size: 19px 19px;
	width: max-content;
	height: 30px;
	line-height: 30px;
	color: #333;
	padding-left: 25px;
	box-sizing: border-box;
	z-index: 21;
}
.title8 {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding: 30px 0;
	display: flex;
	position: relative;
}
.title8:before {
	content: '';
	width: 77%;
	height: 2px;
	background: #ff8a00;
	position: absolute;
	right: 0;
	top: 55%;
}
.title8 p:nth-of-type(1) {
	width: max-content;
	height: 100%;
	font-size: 1.5em;
	font-weight: bold;
	text-align: left;
	display: flex;
	align-items: center;
	position: relative;
}
.title8 p:nth-of-type(2) {
	width: max-content;
	height: auto;
	font-size: 1em;
	text-align: left;
	text-transform: uppercase;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-left: 15px;
}
.more {
	width: 180px;
	height: 50px;
	font-size: 1em;
	color: white;
	background: #ff8a00;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
/*projectCasesNews*/
.projectCasesNews .titleBox {
	padding-bottom: 30px;
}
.projectCasesNews .imgBox {
	width: 100%;
	height: auto;
}
.projectCasesNews .imgBox .img {
	width: 80%;
	height: auto;
	margin: 0 auto;
}
.projectCasesNews .imgBox .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.projectCasesNews .imgBox p {
	width: 80%;
	height: auto;
	line-height: 1.5em;
	color: #959595;
	text-align: center;
	margin: 50px auto 0 auto;
}
/*publicClass*/
.publicClass {
	background: #f3f3f3;
}
.publicClass .banner {
	width: 100%;
	height: auto;
}
.publicClass .banner img {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
}
.publicClass .title {
	margin: 50px auto 30px auto;
	width: 1200px;
}
.publicClass .publicClassBox {
	width: 1300px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 50px;
}
.publicClass .publicClassBox ul {
	width: 100%;
	height: 100%;
	padding: 0 40px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}
.publicClass .publicClassBox ul li {
	width: 380px;
	border: 2px solid transparent;
	border-radius: 15px;
	box-sizing: border-box;
	margin: 0 13px 25px 13px;
	overflow: hidden;
}
.publicClass .publicClassBox ul li:hover {
	border: 2px solid #ff8a00;
}
.publicClass .publicClassBox ul li .video {
	width: 100%;
	height: 240px;
	position: relative;
}
.publicClass .publicClassBox ul li .video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.publicClass .publicClassBox ul li .video .videoBtn {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4) url(../images/videoBtn.png) center center no-repeat;
	background-size: 80px 80px;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}
.publicClass .publicClassBox ul li .text {
	width: 100%;
	height: auto;
	background: white;
	padding: 20px;
	box-sizing: border-box;
}
.publicClass .publicClassBox ul li .text h5 {
	width: 100%;
	height: auto;
	font-size: 1.1em;
	color: #333;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
}
.publicClass .publicClassBox ul li .text p {
	width: 100%;
	height: auto;
	font-size: 1em;
	color: #959595;
	text-align: left;
}
/*视频弹框*/
.videoShow {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 211;
	display: flex;
	align-items: center;
	justify-content: center;
}
.videoShow .video {
	width: 70%;
	height: auto;
	position: relative;
}
.videoShow .video video {
	width: 100%;
	height: 700px;
}
.videoShow .video .videoClose {
	background: url("../images/iconClose.png");
	width: 32px;
	height: 32px;
	position: absolute;
	top: -45px;
	right: 0;
	z-index: 2111;
}
/*newsList*/
.newsList .banner {
	width: 100%;
	height: auto;
}
.newsList .banner img {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
}
.newsList .newsListBox {
	width: 100%;
	height: auto;
	background: #f3f3f3;
	padding: 80px 50px;
	box-sizing: border-box;
}
.newsList .newsListBox .title:before, .newsList .newsListBox .title:after {
	width: 43%;
}
.newsList .btnBox {
	width: 1200px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	margin: 30px auto;
}
.newsList .btnBox li {
	width: max-content;
	height: 80%;
	font-size: 1em;
	font-weight: bold;
	color: #626262;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 30px;
	border: 1px solid white;
	box-sizing: border-box;
	padding: 0 20px;
	background: white;
	border-radius: 8px;
	/* 新增 */
	cursor: pointer;
}
.newsList .btnBox li:first-child {
	margin: 0;
}
.newsList .btnBox li.cur {
	color: white;
	background: #ff8a00;
	border: 1px solid #ff8a00;

}
.newsList .newsBox {
	width: 1200px;
	height: auto;
	background: white;
	padding: 50px;
	margin: 0 auto;
	box-sizing: border-box;
}
.newsList .newsBox ul {
	width: 100%;
	height: auto;
}
.newsList .newsBox ul li {
	width: 100%;
	height: 170px;
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #d9d9d9;/* box-sizing: border-box; */
}
.newsList .newsBox ul li a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.newsList .newsBox ul li .img {
	width: 280px;
	height: 170px;
}
.newsList .newsBox ul li .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.newsList .newsBox ul li .right {
	width: 70%;
	height: 100%;
	padding-top: 10px;
	box-sizing: border-box;
}
.newsList .newsBox ul li .right .newTitle {
	width: 100%;
	font-size: 1.5em;
	color: #333333;
	text-align: justify;
}
.newsList .newsBox ul li .right .note {
	width: 100%;
	line-height: 1.5em;
	font-size: 1em;
	color: #626262;
	text-align: justify;
	margin: 15px 0 10px 0;
}
.newsList .newsBox ul li .right .time {
	background: url("../images/timeIcon.png") left center no-repeat;
	background-size: 18px 18px;
	width: 100%;
	height: 20px;
	font-size: .9em;
	color: #bfbfbf;
	padding-left: 25px;
}
/*news*/
.newsMain {
	width: 100vw;
	height: 100vh;
	overflow-x: hidden;
	overflow-y: scroll;
}
.news {
	width: 100%;
	height: auto;
	background: #f3f3f3;
	padding-bottom: 50px;
}
.news .banner {
	width: 100%;
	height: auto;
}
.news .banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.news .newsBox {
	width: 1200px;
	height: auto;
	margin: 60px auto;
	background: white;
	padding: 80px 50px;
	box-sizing: border-box;
}
.news .newsBox .titleBox {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 50px;
}
.news .newsBox h5 {
	width: 100%;
	height: auto;
	font-size: 1.3em;
	font-weight: bold;
	color: #333;
	text-align: center;
}
.news .newsBox .time {
	background: url("../images/timeIcon.png")left center no-repeat;
	background-size: 20px 20px;
	width: max-content;
	height: 20px;
	font-size: .9em;
	color: #959595;
	text-align: center;
	margin: 40px auto 15px auto;
	padding-left: 30px;
}
.news .newsBox article p {
	line-height: 1.8em !important;/*	font-size: 1em !important; */
}
.news .newsBox article img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.news .btnBox {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	margin-top: 50px;
}
.news .btnBox a {
	background: url("../images/nextIcon.png") left center no-repeat;
	background-size: 7px 7px;
	width: 100%;
	height: 25px;
	font-size: .9em;
	color: #959595;
	padding-left: 10px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
/*contactUs*/
.contactUs {
	background: #f3f3f3;
	width: 100%;
	height: auto;
	padding-bottom: 50px;
}
.contactUs .banner {
	width: 100%;
	height: auto;
}
.contactUs .banner img {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
}
.contactUs .btnBox {
	width: 100%;
	height: 70px;
	border-bottom: 1px solid #ff8a00;
}
.contactUs .btnBox ul {
	width: 1200px;
	height: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	margin: 0 auto;
	box-sizing: border-box;
}
.contactUs .btnBox ul li {
	width: max-content;
	height: 70%;
	font-size: 1em;
	color: #707070;
	display: flex;
	align-items: center;
	margin-left: 30px;
	border-bottom: 3px solid #f3f3f3;
	box-sizing: border-box;
}
.contactUs .btnBox ul li.cur {
	font-weight: bold;
	border-bottom: 3px solid #ff8a00;
}
.contactUs .title8 {
	margin: 50px auto 40px auto;
}
.contactUs .title8:before {
	content: '';
	width: 81%;
	height: 2px;
	background: #ff8a00;
	position: absolute;
	right: 0;
	top: 55%;
}
.contactUs .contactUsBox {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
.contactUs .mapListBox {
	width: 100%;
	height: auto;
}
.contactUs .mapList {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.contactUs .mapList .mapBox {
	width: 100%;
	height: auto;
	padding: 60px;
	background: white;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.contactUs .mapList .mapBox .map {
	width: 50%;
	height: 300px;
}
.contactUs .mapList .mapBox .map img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.contactUs .mapList .mapBox .text {
	width: 50%;
	height: 300px;
	background: white;
	box-sizing: border-box;
	padding: 60px;
}
.contactUs .mapList .mapBox .text .companyName {
	width: 100%;
	height: auto;
	font-size: 1.1em;
	font-weight: bold;
	color: #333;
	margin-bottom: 20px;
}
.contactUs .mapList .mapBox .text ul {
	width: 100%;
	height: auto;
}
.contactUs .mapList .mapBox .text ul li {
	width: 100%;
	line-height: 30px;
	max-height: 60px;
	color: #626262;
	padding-left: 35px;
	margin-bottom: 10px;
	box-sizing: border-box;
}
.contactUs .mapList .mapBox .text ul li.companyAddress {
	background: url("../images/p6Icon1.png") left center no-repeat;
	background-size: 25px 30px;
}
.contactUs .mapList .mapBox .text ul li.postCode {
	background: url("../images/p6Icon2.png") left center no-repeat;
	background-size: 25px 30px
}
.contactUs .mapList .mapBox .text ul li.phone {
	background: url("../images/p6Icon3.png") left center no-repeat;
	background-size: 25px 30px
}
.contactUs .mapList .mapBox .text ul li.fax {
	background: url("../images/p6Icon4.png") left center no-repeat;
	background-size: 25px 30px
}
.contactUs .joinUsBox {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
.contactUs .joinUsBox .title, .contactUs .contactUsBox .title {
	margin-bottom: 50px;
}
.contactUs .joinUsList {
	width: 100%;
	height: auto;
}
.contactUs .joinUsList .join {
	width: 100%;
	height: auto;
	background: white;
	margin-bottom: 30px;
}
.contactUs .joinUsList .joinUsBg {
	width: 100%;
}
.contactUs .joinUsList .joinUsBg img {
	width: 100%;
	height: auto;
	object-fit: contain;
}
.contactUs .joinUsList .text {
	width: 100%;
	height: auto;
	font-size: 1em;
	color: #626262;
	padding: 70px 90px;
	box-sizing: border-box;
}
.contactUs .joinUsList .text h5 {
	width: max-content;
	height: auto;
	font-size: 1.5em;
	color: #626262;
	border-bottom: 3px solid #ff8a00;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.contactUs .joinUsList .text strong {
	display: block;
	margin: 15px 0;
}
.contactUs .joinUsList .text p {
	width: 100%;
	height: auto;
	line-height: 2em;
}
/*projectCases*/
.projectCases {
	width: 100%;
	height: auto;
	background: #f3f3f3;
}
.projectCases .banner {
	width: 100%;
	height: auto;
}
.projectCases .banner img {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
}
.projectCases .title {
	margin: 50px auto 0 auto;
	width: 1200px;
}
.projectCases .btnBox {
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	margin: 30px 0;
}
.projectCases .btnBox li {
	width: max-content;
	height: 80%;
	font-size: 1em;
	font-weight: bold;
	color: #626262;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 30px;
	border: 1px solid white;
	box-sizing: border-box;
	padding: 0 20px;
	background: white;
	border-radius: 8px;
	/* 新增 */
	cursor: pointer;
}
.projectCases .btnBox li:first-child {
	margin: 0;
}
.projectCases .btnBox li.cur {
	color: white;
	background: #ff8a00;
	border: 1px solid #ff8a00;
}
.projectCases .projectCasesBox {
	width: 1300px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 50px;
}
.projectCases .projectCasesBox ul {
	width: 100%;
	height: 100%;
	padding: 0 40px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}
.projectCases .projectCasesBox ul li {
	width: 380px;
	margin: 0 13px 25px 13px;
}
.projectCases .projectCasesBox ul li .img {
	width: 100%;
	height: 200px;
}
.projectCases .projectCasesBox ul li .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.projectCases .projectCasesBox ul li .text {
	width: 100%;
	height: auto;
	background: white;
	padding: 20px;
	box-sizing: border-box;
}
.projectCases .projectCasesBox ul li .text h5 {
	width: 100%;
	height: auto;
	font-size: 1.1em;
	color: #333;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.projectCases .projectCasesBox ul li .text p {
	width: 100%;
	height: auto;
	font-size: 1em;
	color: #959595;
	text-align: center;
}
/*productsCenter*/
.productsCenter {
	width: 100%;
	height: auto;
}
.productsCenter .banner {
	width: 100%;
	height: auto;
}
.productsCenter .banner img {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
}
.productsCenter .btnBox1 {
	width: 100%;
	height: 70px;
	border-bottom: 1px solid #ff8a00;
}
.productsCenter .btnBox1 ul {
	width: 1200px;
	height: 100%;
	display: flex;
	/* 更改align-items为center */
	align-items: center;
	justify-content: flex-end;
	margin: 0 auto;
	box-sizing: border-box;
}
.productsCenter .btnBox1 ul li {
	width: max-content;
	height: 70%;
	font-size: .9em;
	font-weight: bold;
	color: #626262;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 10px;
	border: 1px solid white;
	box-sizing: border-box;
	padding: 0 10px;
	background: white;
	border-radius: 8px;
	/* 新增 */
	cursor: pointer;
}
.productsCenter .btnBox1 ul li:first-child {
	margin-left: 0;
}
.productsCenter .btnBox1 ul li.cur {
	color: white;
	background: #ff8a00;
	border: 1px solid #ff8a00;
}
.productsCenter .productsBox {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 80px 0 50px 0;
	background: #f3f3f3;
}
.productsCenter .productsBox .title {
	margin-bottom: 20px;
}
.productsCenter .productsBox .title:before, .productsCenter .productsBox .title:after {
	width: 41%;
}
.productsCenter .productsBox1, .productsCenter .productsBox2, .productsCenter .productsBox3 {
	width: 1200px;
	height: auto;
	padding: 80px 50px;
	background: white;
	box-sizing: border-box;
	margin: 0 auto;
}
.productsCenter .btnBox2 {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	border-bottom: 1px solid #d9d9d9;
	margin: 0 0 30px 0;
}
.productsCenter .btnBox2 li {
	width: max-content;
	height: 40px;
	font-size: 1em;
	font-weight: bold;
	color: #626262;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 15px;
	background: #f3f3f3;
	border: 1px solid #f3f3f3;
	box-sizing: border-box;
	padding: 0 20px;
	margin-bottom: 15px;
	border-radius: 8px;
	/* 新增 */
	cursor: pointer;
}
.productsCenter .btnBox2 li.cur {
	color: white;
	background: #ff8a00;
	border: 1px solid #ff8a00;
}
.productsCenter .btnBox2 li:first-child {
/* margin-left: 0; */
}
.productsCenter .productsList {
	width: 100%;
	height: auto;
}
.productsCenter .productsList h5 {
	width: 100%;
	height: auto;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	margin: 50px 0;
}
.productsCenter .productsList .main {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
}
.productsCenter .productsList .main .line {
	content: '';
	width: 20px;
	height: 100%;
	background: white;
	position: absolute;
	right: 0;
	top: 0;
}
.productsCenter .productsList .left {
	width: 25%;
	height: 1035px;
}
.productsCenter .productsList .left .swiper-container {
	position: relative;
	width: 100%;
	height: 100%;
}
.productsCenter .productsList .left ul {
	width: 100%;
	height: 50%;
}
.productsCenter .productsList .left ul li {
	width: 100%;
	height: 200px;
}
.productsCenter .productsList .left ul li .img {
	width: 100%;
	height: 230px;
}
.productsCenter .productsList .left ul li .img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.productsCenter .productsList .left ul li .text {
	width: 100%;
	height: 70px;
	padding: 10px;
	border: 1px solid #f3f3f3;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}
.productsCenter .productsList .left ul li .text p {
	width: 100%;
	max-height: 70px;
	line-height: 25px;
	font-size: 1em;
	color: #626262;
	text-align: center;
}
.productsCenter .productsList .swiper-button-next {
	background: url("../images/arrowIcon3.png");
	width: 40px;
	height: 40px;
	top: 96%;
	right: 33%;
	margin: 0;
	padding: 0;
}
.productsCenter .productsList .swiper-button-prev {
	background: url("../images/arrowIcon3.png");
	width: 40px;
	height: 40px;
	transform: rotate(180deg);
	top: 96%;
	left: 33%;
	margin: 0;
	padding: 0;
}
.productsCenter .productsList .right {
	width: 71%;
	height: 100%;
	overflow-y: scroll;
}
.productsCenter .productsList .right p {
	width: 100%;
	height: auto;
	line-height: 2em;
	font-size: 1em;
	color: #626262;
}
.productsCenter .productsList .right p span {
	width: 35px;
	display: inline-block;
}
.productsCenter .productsList .right strong {
	width: 100%;
	height: auto;
	font-weight: bold;
	margin: 30px 0 15px 0;
	display: block;
}
/*aboutUs*/
.aboutUsBox {
	width: 100%;
	height: auto;
}
.aboutUsBox .banner {
	width: 100%;
	height: auto;
}
.aboutUsBox .banner img {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
}
.aboutUsBox .btnBox {
	width: 100%;
	height: 80px;
	border-bottom: 1px solid #ff8a00;
	display: flex;
	align-items: flex-end;
	/* 新增 */
	cursor: pointer;
}
.aboutUsBox .btnBox ul {
	width: 1200px;
	height: 50px;
	display: flex;
	/* 移除align-items: flex-end; */
	/* align-items: flex-end; */
	justify-content: center;
	margin: 0 auto;
	box-sizing: border-box;
}
.aboutUsBox .btnBox ul li {
	width: max-content;
	height: 80%;
	font-size: 1em;
	font-weight: bold;
	color: #626262;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 30px;
	border: 1px solid white;
	box-sizing: border-box;
	padding: 0 20px;
	background: white;
	border-radius: 8px;
}
.aboutUsBox .btnBox ul li:first-child {
	margin-left: 0;
}
.aboutUsBox .btnBox ul li.cur {
	color: white;
	background: #ff8a00;
	border: 1px solid #ff8a00;
}
.aboutUsBox .aboutUs {
	width: 100%;
	height: auto;
	background: #f3f3f3;
	padding: 80px 0;
}
.aboutUsBox .aboutUsBox1, .aboutUsBox .aboutUsBox2, .aboutUsBox .aboutUsBox3, .aboutUsBox .aboutUsBox4 {
	width: 1200px;
	height: auto;
	background: white;
	box-sizing: border-box;
	margin: 0 auto;
}
.aboutUsBox .aboutUsBox1 {
	padding: 80px;
}
.aboutUsBox .aboutUsBox1 .title {
	margin-bottom: 20px;
}
.aboutUsBox .aboutUsBox1 .title:before, .aboutUsBox .aboutUsBox1 .title:after {
	width: 42%;
}
.aboutUsBox .aboutUsBox1 h3 {
	padding-bottom: 15px
}
.aboutUsBox .aboutUsBox1 p {
	width: 100%;
	height: auto;
	line-height: 2em;
	color: #626262;
	text-indent: 2em;
	text-align: justify;
	margin-bottom: 15px;
}
.aboutUsBox .aboutUsBox1 .img {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	margin: 50px 0 30px 0;
}
.aboutUsBox .aboutUsBox1 .img img {
	width: 100%;
	height: auto;
}
/*
.aboutUsBox .aboutUsBox1 .img img:nth-of-type(1) {
	width: 38%;
	height: 100%;
	object-fit: cover;
}
.aboutUsBox .aboutUsBox1 .img img:nth-of-type(2) {
	width: 30%;
	height: 100%;
	object-fit: cover;
}
.aboutUsBox .aboutUsBox1 .img img:nth-of-type(3) {
	width: 30%;
	height: 100%;
	object-fit: cover;
}
*/
.aboutUsBox .aboutUsBox2 .titleBox {
	background: url("../images/p2Img4.jpg")center center no-repeat;
	background-size: cover;
	width: 100%;
	height: 290px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.aboutUsBox .aboutUsBox2 .titleBox .title {
	width: 100%;
	height: auto;
	position: relative;
}
.aboutUsBox .aboutUsBox2>.titleBox .title .box {
	width: 300px;
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	padding: 0;
}
.aboutUsBox .aboutUsBox2 .titleBox .title .box em {
	width: 100%;
	line-height: 1.8em;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}
.aboutUsBox .aboutUsBox2 .titleBox .title .box em:nth-of-type(2) {
	width: 100%;
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
}
.aboutUsBox .aboutUsBox2 .titleBox .title:before, .aboutUsBox .aboutUsBox2 .titleBox .title:after {
	width: 41%;
}
.aboutUsBox .aboutUsBox2 .box {
	width: 100%;
	height: 600px;
	display: flex;
	justify-content: space-between;
	padding: 70px;
	box-sizing: border-box;
}
.aboutUsBox .aboutUsBox2 .box .img {
	width: 30%;
	height: 100%;
}
.aboutUsBox .aboutUsBox2 .box .img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.aboutUsBox .aboutUsBox2 .box .text {
	width: 65%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
.aboutUsBox .aboutUsBox2 .box .text p {
	line-height: 2em;
	font-size: 1em;
	color: #626262;
}
.aboutUsBox .aboutUsBox2 .box .text p.title0 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 20px;
}
.aboutUsBox .aboutUsBox3 {
	display: flex;
	height: 500px;
}
.aboutUsBox .aboutUsBox3 h3 {
	padding-bottom: 15px;
	margin-top: 10px;
}
.aboutUsBox .aboutUsBox3 .img {
	width: 40%;
	height: 100%;
}
.aboutUsBox .aboutUsBox3 .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.aboutUsBox .aboutUsBox3 .text {
	width: 60%;
	height: 100%;
	padding: 50px;
	box-sizing: border-box;
}
.aboutUsBox .aboutUsBox3 .title {
	margin-bottom: 20px;
}
.aboutUsBox .aboutUsBox3 .title:before, .aboutUsBox .aboutUsBox3 .title:after {
	width: 30%;
}
.aboutUsBox .aboutUsBox3 .text p {
	color: #626262;
	line-height: 2em;
	text-align: justify;
	text-indent: 2em;
}
.aboutUsBox .aboutUsBox4 {
	background: transparent;
}
.aboutUsBox .aboutUsBox4 .title .box {
	width: 300px;
}
.aboutUsBox .aboutUsBox4 .title:before, .aboutUsBox .aboutUsBox4 .title:after {
	width: 38%;
	top: 1.5em;
}
.aboutUsBox .aboutUsBox4 .btnBox {
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	margin: 30px 0;
}
.aboutUsBox .aboutUsBox4 .btnBox li {
	width: max-content;
	height: 80%;
	font-size: 1em;
	font-weight: bold;
	color: #959595;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 30px;
	border: 1px solid #d2d2d2;
	box-sizing: border-box;
	padding: 0 20px;
	background: white;
	border-radius: 8px;
}
.aboutUsBox .aboutUsBox4 .btnBox li.cur {
	color: white;
	background: #ff8a00;
	border: 1px solid #ff8a00;
}
.aboutUsBox .aboutUsBox4 .productionBases {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
}
.aboutUsBox .aboutUsBox4 .productionBases .swiper-container {
	width: 1200px;
	height: 500px;
	background: white;
}
.aboutUsBox .aboutUsBox4 .productionBases .swiper-button-prev {
	background: url("../images/btnNext.png");
	background-size: cover;
	width: 33px;
	height: 62px;
	left: -50px;
	transform: rotate(180deg);
	outline: none;
}
.aboutUsBox .aboutUsBox4 .productionBases .swiper-button-next {
	background: url("../images/btnNext.png");
	background-size: cover;
	width: 33px;
	height: 62px;
	right: -50px;
	outline: none;
}
.aboutUsBox .aboutUsBox4 .productionBases .swiper-slide {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.aboutUsBox .aboutUsBox4 .productionBases .p2title {
	width: 100%;
	height: 100px;
	font-size: 1.3em;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}
.aboutUsBox .aboutUsBox4 .productionBases .img {
	width: 100%;
	height: 300px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 50px;
	margin: 0 auto 20px auto;
	box-sizing: border-box;
}
.aboutUsBox .aboutUsBox4 .productionBases .img img:nth-of-type(1) {
	width: 65%;
	height: 100%;
	object-fit: cover;
}
.aboutUsBox .aboutUsBox4 .productionBases .img img:nth-of-type(2) {
	width: 34%;
	height: 100%;
	object-fit: cover;
}
.aboutUsBox .aboutUsBox4 .productionBases .img img:nth-of-type(3) {
	width: 21%;
	height: 100%;
	object-fit: cover;
}
.aboutUsBox .aboutUsBox4 .productionBases .note {
	width: 100%;
	height: auto;
	line-height: 1.5em;
	text-align: center;
	margin: 0 auto;
	padding: 0 100px;
	box-sizing: border-box;
}
/*index*/
.index .banner {
	width: 100%;
	height: auto;
	background: #f3f3f3;
}
.index .banner img {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
}
.index .banner .swiper-pagination-bullet {
	width: 90px;
	height: 8px;
	background: #333;
	border-radius: 50px;
	margin: 0 30px;
	opacity: .8;
}
.index .banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #ff8a00;
}
.index .aboutUs {
	width: 1200px;
	height: 450px;
	background: #f3f3f3;
	padding: 0;
	box-sizing: border-box;
	display: flex;
	margin: 80px auto 80px auto;
}
.index .aboutUs .aboutUsBanner {
	width: 40%;
	height: 100%;
}
.index .aboutUs .aboutUsBanner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.index .aboutUs .aboutUsBanner .swiper-pagination.swiper-pagination-bullets {
	text-align: right;
	padding-right: 30px;
	box-sizing: border-box;
}
.index .aboutUs .aboutUsBanner .swiper-pagination-bullet {
	background: white;
	opacity: .5;
}
.index .aboutUs .aboutUsBanner .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #ff8a00;
	opacity: .8;
}
.index .aboutUs .right {
	background: white url("../images/p1Img2.png")right bottom no-repeat;
	background-size: 80%;
	width: 60%;
	height: 100%;
	color: #333;
	padding: 0 80px 0 100px;
	box-sizing: border-box;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.index .aboutUs .right .title {
	margin-bottom: 10px;
}
.index .aboutUs .right .title:before, .index .aboutUs .right .title:after {
	width: 35%;
}
.index .aboutUs h3 {
	text-align: center;
}
.index .aboutUs p {
	width: 100%;
	height: auto;
	line-height: 2em;
	font-size: 1.1em;
	text-align: justify;
}
.index .aboutUs .more {
	position: absolute;
	right: 80px;
	bottom: 15px;
}
.index .projectCases {
	width: 1200px;
	height: auto;
	background: #f3f3f3;
	padding: 0;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	margin: 50px auto 0 auto;
}
.index .projectCases .cases {
	width: 100%;
	height: auto;
	margin: 30px 0 0 0;
}
.index .projectCases .casesBanner {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.index .projectCases .casesBanner .swiper-slide {
	width: 300px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.index .casesBanner .box {
	width: 100%;
	height: auto;
}
.index .casesBanner .img {
	width: 100%;
	height: 200px;
}
.index .casesBanner .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.index .casesBanner .text {
	width: 100%;
	height: auto;
	background: white;
	padding: 30px;
	box-sizing: border-box;
}
.index .casesBanner .text h4 {
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	width: 100%;
	margin-bottom: 8px;
}
.index .casesBanner .text p {
	color: #959595;
	text-align: center;
}
.index .projectCases .swiper-pagination {
	width: 50%;
	left: calc(50% - 50% / 2);
}
.index .projectCases .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #bfbfbf;
	border-radius: 50px;
	margin: 0 5px;
	opacity: .8;
}
.index .projectCases .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #ff8a00;
}
.index .projectCases .more {
	margin: 60px auto 80px auto;
}
.index .advantages {
	background: url("../images/p1Img6.jpg") center center no-repeat;
	background-size: cover;
	width: 100%;
	height: 550px;
	padding: 0;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.index .advantages ul {
	width: 1200px;
	height: auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: 50px auto 0 auto;
}
.index .advantages ul li {
	width: 200px;
	height: auto;
}
.index .advantages ul li .icon {
	width: 104px;
	height: 120px;
	margin: 0 auto;
}
.index .advantages ul li .icon img {
	width: 100%;
	height: 100%;
	display: block;
}
.index .advantages ul li p {
	width: 100%;
	height: auto;
	font-size: 1em;
	font-weight: bold;
	color: #ff8a00;
	margin: 10px 0;
	text-align: center;
}
.index .advantages ul li em {
	width: 100%;
	height: auto;
	line-height: 1.5em;
	font-size: 1.1em;
	font-weight: bold;
	color: #434343;
	text-align: center;
	display: block;
}
.index .productsCenter {
	width: 100%;
	height: auto;
	background: white;
	padding: 50px 10%;
	box-sizing: border-box;
}
.index .productsCenter .title {
	position: relative;
}
.index .productsCenter .title a {
	background: url(../images/arrowIcon1.png)left center no-repeat;
	background-size: 19px 19px;
	width: max-content;
	height: 30px;
	line-height: 30px;
	color: #333;
	padding-left: 25px;
	box-sizing: border-box;
	z-index: 21;
	position: absolute;
	right: 0;
	bottom: -30px;
}
.index .productsCenter .title:before, .index .productsCenter .title:after {
	width: 40%;
}
.index .productsCenter ul {
	width: 1200px;
	height: auto;
	display: flex;
	align-items: flex-start;
	justify-content: FLEX-START;
	margin: 50px auto 0 auto;
}
.index .productsCenter ul li {
	width: 32%;
	height: auto;
	margin: 0 10px;
}
.index .productsCenter ul li a {
	width: 100%;
	height: 100%;
	display: block;
}
.index .productsCenter ul li .img {
	width: 100%;
	height: 240px;
}
.index .productsCenter ul li .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.index .productsCenter ul li .text {
	background: url("../images/arrowIcon2.png") 100% 31.5% no-repeat;
	background-size: 6px 10px;
	width: 100%;
	height: 100px;
	padding: 20px 10px 0 0;
	box-sizing: border-box;
}
.index .productsCenter ul li p {
	width: 100%;
	height: auto;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: bold;
	color: #333;
}
.index .newsBox {
	width: 1200px;
	height: auto;
	background: #f3f3f3;
	padding: 0;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	margin: 50px auto 0 auto;
}
.index .newsBox ul {
	width: 100%;
	height: auto;
	margin: 30px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.index .newsBox ul li {
	width: 49%;
	height: 200px;
	margin-bottom: 30px;
}
.index .newsBox ul li a {
	width: 100%;
	height: 100%;
	background: white;
	border: 1px solid #d2d2d2;
	box-sizing: border-box;
	margin-bottom: 30px;
	padding: 30px 40px;
	display: block;
}
.index .newsBox ul li a:hover {
	background: #ff8a00;
	border: 1px solid #ff8a00;
	color: white;
}
.index .newsBox ul li a:hover .title1, .index .newsBox ul li a:hover .time, .index .newsBox ul li a:hover .note {
	color: white;
}
.index .newsBox ul li a:hover .time:after {
	background: white;
}
.index .newsBox ul li a .title1 {
	width: 100%;
	font-size: 1.1em;
	font-weight: bold;
	color: #333;
}
.index .newsBox ul li a .time {
	width: max-content;
	height: 40px;
	color: #b5b5b5;
	position: relative;
	margin: 0 0 15px 0;
	display: flex;
	align-items: center;
}
.index .newsBox ul li a .time:after {
	content: '';
	width: 65px;
	height: 1px;
	background: #d2d2d2;
	position: absolute;
	left: 0;
	bottom: 5px;
}
.index .newsBox ul li a .note {
	color: #959595;
	font-size: .9em;
	line-height: 1.5em;
}
.index .newsBox a {
	background: url(../images/arrowIcon1.png)left center no-repeat;
	background-size: 19px 19px;
	width: max-content;
	height: 30px;
	line-height: 30px;
	color: #333;
	padding-left: 25px;
	box-sizing: border-box;
	margin: 0 auto 50px auto;
}
.contactUs .btnBox {
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	margin: 30px 0;
}
.contactUs .btnBox li {
	width: max-content;
	height: 80%;
	font-size: 1em;
	font-weight: bold;
	color: #626262;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 30px;
	border: 1px solid white;
	box-sizing: border-box;
	padding: 0 20px;
	background: white;
	border-radius: 8px;
	cursor: pointer;
}
.contactUs .btnBox li:first-child {
	margin: 0;
}
.contactUs .btnBox li.cur {
	color: white;
	background: #ff8a00;
	border: 1px solid #ff8a00;
}
