@charset "utf-8";

/* =====================内页样式======================== */
/* 关于我们 s */
.innerbanner {
	width: 100%;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	margin-top: 90px;
}

.innerbanner img {
	display: block;
	width: 100%;
}

.innerbanner .text {
	text-align: center;
	top: 40%;
	width: 100%;
	left: 0;
	/* transform: translateY(-50%);
	-webkit-transform: translateY(-50%); */
	position: absolute;
}

.innerbanner .text h3 {
	font-size: 36px;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 10px;
	letter-spacing: 3px;
}

.innerbanner .text p {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 2px;
}

.wp {
	width: 100%;
	box-sizing: border-box;
	padding: 0 200px;
	/* border-bottom: 1px solid #DDDDDD; */
}

.wp .newstab {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: center;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-content: center;
}

@media only screen and (max-width: 1600px) {
	.wp {
		padding: 0 100px;
	}
}

@media only screen and (max-width: 760px) {
	.wp {
		padding: 0 2%;
	}
}

.about01wrap {
	width: 100%;
	padding: 80px 0;
	padding-bottom: 30px;
	position: relative;
	background-color: #fff;
}

/* .about01wrap:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .6);
} */

/* .about01wrap:after {*/
/*	content: '';*/
/*	display: block;*/
/*	width: 30%;*/
/*	position: absolute;*/
/*	right: 0;*/
/*	height: 80%;*/
/*	background: url(../images/about01.jpg)no-repeat;*/
/*	background-size: cover;*/
/*	top: 0;*/
/*} */

.about01 {
	margin: auto;
	position: relative;
	z-index: 1;
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: nowrap;
}

.about01top {
	width: 48%;
}

.about01top .left {
	box-sizing: border-box;
}

.about01top .left h3 {
	font-size: 32PX;
	color: #045d7e;
	font-weight: bold;
	margin-bottom: 30px;
}

.about01top .left p {
	font-size: 18px;
	color: #221815;
}

.about01top .left strong {
	display: block;
	width: 60px;
	height: 2px;
	background-color: #221815;
	margin: 30px 0;
}

.about01top .left h4 {
	font-size: 16px;
	line-height: 32px;
	color: #666666;
	text-align: justify;
}

.about01top .right {
	box-sizing: border-box;
	margin-top: 30px;
}

.about01top .right ul {
	display: flex;
	justify-content: space-between;
}

.about01top .right li {
	/* margin-bottom: 50px; */
}

/* .about01top .right li:last-child {
	margin-bottom: 0;
} */

.about01top .right li h2 {
	font-size: 44px;
	color: #045d7e;
	font-weight: bold;
	margin-bottom: 10px;
}

.about01top .right li p {
	font-size: 14px;
	color: #221815;
}

.about01img {
	position: relative;
	margin: auto;
}

.about01img img {
	display: block;
	width: 100%;
}

.img_right {
	width: 48%;
}

.img_right img {
	width: 100%;
}

/* 工艺流程 s*/
.ab_Process {
	width: 100%;
	padding: 50px 0;
}

.ab_Process .tl {
	text-align: center;
	margin-bottom: 50px;
}

.ab_Process .tl h3 {
	font-size: 32px;
	color: #222222;
	font-weight: bold;
	margin-bottom: 30px;
}

.ab_Process .tl h4 {
	font-size: 15px;
	line-height: 30px;
	color: #222222;
	text-align: justify;
	text-align-last: center;
	margin: auto;
}

.Timeline002790 {
	padding-top: 3%;
}

.Timeline002790 .auto {
	max-width: 1600px;
}

.Timeline002790 .year {
	position: relative;
	padding: 2% 0 4% 0;
	color: #6e6e6e;
}

.Timeline002790 .year::before {
	content: '';
	width: 1px;
	height: 103%;
	top: -3%;
	position: absolute;
	background-color: #ededed;
	z-index: 0;
}

.Timeline002790 ul {
	position: relative;
	z-index: 1;
}

.Timeline002790 li {
	position: relative;
	margin-top: -60px;
}

.Timeline002790 li a {
	overflow: hidden;
}

.Timeline002790 li:after {
	content: "";
	display: block;
	position: absolute;
	top: 51%;
	right: 0;
	width: 50%;
	height: 2px;
	border-bottom: 1px dashed #ddd;
	z-index: -2
}

.Timeline002790 li:nth-child(2n-1):after {
	left: 0
}

.Timeline002790 li:before {
	width: 12px;
	height: 12px;
	border: 1px solid #999;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	margin-left: -7px;
	top: 50%;
	margin-top: -2px;
	content: '';
	background: #fff;
}

.Timeline002790 li:nth-child(2n-1)::before {
	left: auto;
	right: 50%;
	margin-right: -6px;
}

.Timeline002790 li .con {
	width: 45%;
	background: #f5f5f5;
	padding: 100px 50px;
	float: right;
	position: relative;
	overflow: hidden;
	border: 1px solid #fff;
	transition: all .3s;
}

.Timeline002790 li:hover .con {
	background-color: #045d7e;
}

.Timeline002790 li:hover .txt h3,
.Timeline002790 li:hover .con .txt span {
	color: #fff;
}

.Timeline002790 li .con .h_img {
	width: 50%;
	position: absolute;
	right: 20px;
	top: 13px;
	bottom: 20px;
}


.Timeline002790 li .icon {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 60px;
	height: 60px;
	padding: 5px;
	background: #fff;
	overflow: hidden;
	border-radius: 0 6px 0 0
}

.Timeline002790 li .con .txt {
	width: 50%;
}

.Timeline002790 li .con .txt span {
	font-size: 17px;
	color: #333;
}

.Timeline002790 li:nth-child(2n-1) .con .h_img {
	left: 20px
}

.Ispic {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.Timeline002790 li:nth-child(2n-1) .con .txt {
	float: right;
	padding-left: 6%
}

.Timeline002790 li:nth-child(2n-1) .icon {
	left: auto;
	right: 0;
	border-radius: 6px 0 0 0
}

.Timeline002790 li:nth-child(2n-1) .con {
	float: left
}

.Timeline002790 li .txt {
	position: relative;
	font-size: 16px;
	line-height: 2;
	color: #333;
	padding-right: 50px
}

.Timeline002790 li:nth-child(2n-1) .txt {
	padding-right: 0
}

.Timeline002790 li .txt .h_img {
	transition: all ease 0.5s;
	position: absolute;
	top: 0;
	width: 120px;
	height: 100px;
}

.Timeline002790 li:nth-child(2n-1) .txt .h_img {
	left: 0;
}

.Timeline002790 li:nth-child(2n) .txt .h_img {
	right: 0;
}

.Timeline002790 li .txt .h_img img {
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.Timeline002790 li .txt h3 {
	margin: 0;
	font-size: 55px;
	color: #c82126;
	padding-bottom: 10px;
	line-height: 1;
	opacity: .5;
	transition: all .3s;
}

.Timeline002790 li:hover .txt h3 {
	opacity: 1;
}

.Timeline002790 li.hover .con {
	border: 1px solid #c82126
}

.Timeline002790 li.hover:after {
	border-color: #c82126
}

.Timeline002790 li.hover:before {
	border-color: #c82126
}

.Timeline002790 li.nopic .con .txt {
	width: 100%;
	padding: 0 !important
}

@media(min-width:641px) {
	.Timeline002790 .year::before {
		left: 50%;
		margin-left: -0.5px;
	}

	.Timeline002790 li {
		width: 100%;
	}

	.Timeline002790 li:nth-child(2n-1) {
		float: left;
	}

	.Timeline002790 li:nth-child(2n) {
		float: right;
		z-index: 10;
	}


}

@media(max-width:640px) {

	.Timeline002790 li .con .h_img {
		right: 0px;
	}

	.Timeline002790 li:nth-child(2n-1) .con .h_img {
		left: 0px
	}

}


@media(max-width:1024px) {
	.Timeline002790 {
		padding-top: 0
	}

	.Timeline002790 li {
		margin-bottom: 20px;
		height: auto;
		overflow: hidden;
		margin-top: 0
	}

	.Timeline002790 li .con {
		width: 100%;
		float: left;
		padding: 20px
	}

	.Timeline002790 .year::before,
	.Timeline002790 li:after,
	.Timeline002790 li:before {
		display: none
	}

	.Timeline002790 li .con .txt,
	.Timeline002790 li .con .h_img {
		position: relative;
		float: left;
		width: 100%
	}

	.Timeline002790 li .con .h_img {
		height: 200px;
		margin-bottom: 40px;
	}
}

.Timeline002790 .more {
	text-align: center;
	padding-bottom: 20px;
}

.Timeline002790 .more a {
	width: 180px;
	height: 36px;
	text-align: left;
	line-height: 36px;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	background: url(../images/Timeline002790-more.png) no-repeat 70% center #c82126;
	position: relative;
	z-index: 100;
	border-radius: 60px;
	text-align: center;
	padding-right: 20px;
}

/* 
.process {}

.process ul {}

.process ul li {
	position: relative;
	width: 23.5%;
	margin-bottom: 2%;
}

.process ul li .num {
	font-size: 48px;
	position: absolute;
	right: 35px;
	bottom: 46px;
	color: rgba(255, 255, 255, .5);
	z-index: 100;
}


.process ul li:hover .num {
	color: rgba(255, 255, 255, 1);
}

.process ul li::after {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 8;
	-webkit-transition: all 300ms ease-out 300ms;
	transition: all 300ms ease-out 300ms;
	opacity: 0;
	visibility: hidden;
	-webkit-clip-path: inset(45% 0 round 0);
	clip-path: inset(45% 0 round 0);
}

.process ul li:hover::after {
	-webkit-clip-path: inset(0 0 round 0);
	clip-path: inset(0 0 round 0);
	-webkit-transition: all 400ms ease 0ms;
	transition: all 400ms ease 0ms;
	opacity: 1;
	visibility: visible;
}

.process ul li a {
	display: block;
}

.process ul li a .pcs_img {}

.process ul li a .pcs_img img {}

.process ul li a .css3border {
	position: absolute;
	left: 0.3rem;
	top: 0.3rem;
	right: 0.3rem;
	bottom: 0.3rem;
	z-index: 9;
}

.process ul li a .css3border .border {
	position: absolute;
	background-color: #ffffff;
	z-index: 11;
}

.process ul li a .border.b_t {
	left: 0%;
	right: 100%;
	top: -1px;
	height: 1px;
	-webkit-transition: all 440ms ease 0ms;
	transition: all 440ms ease 0ms;
}

.process ul li a .border.b_r {
	top: 0%;
	bottom: 100%;
	right: -1px;
	width: 1px;
	-webkit-transition: all 440ms ease 0ms;
	transition: all 440ms ease 0ms;
}

.process ul li a .border.b_b {
	left: 0%;
	right: 100%;
	bottom: -1px;
	height: 1px;
	-webkit-transition: all 440ms ease 0ms;
	transition: all 440ms ease 0ms;
}

.process ul li a .border.b_l {
	top: 0%;
	bottom: 100%;
	left: -1px;
	width: 1px;
	-webkit-transition: all 440ms ease 0ms;
	transition: all 440ms ease 0ms;
}

.process ul li a .pcs_info {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	color: #fff;
	text-align: center;
	-webkit-transition: all 250ms ease 0ms;
	transition: all 250ms ease 0ms;
	-webkit-transform: translate(0%, -100%);
	transform: translate(0%, -50%);
	opacity: 0;
	visibility: hidden;
	z-index: 99;
}

.process ul li:hover a .pcs_info {
	opacity: 1;
	visibility: visible;
}

.process ul li a .pcs_info span {
	display: inline-block;
	font-size: 0.24rem;
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	width: 80%;
}

.process ul li a .posi {
	position: absolute;
	right: -29px;
	bottom: 50px;
	background: #fff;
}

.process ul li:nth-child(4n) a .posi {
	display: none;
}

@media screen and (min-width: 1025px) {
	.process ul li:hover:after {
		-webkit-clip-path: inset(0 0 round 0);
		clip-path: inset(0 0 round 0);
		-webkit-transition: all 400ms ease 0ms;
		transition: all 400ms ease 0ms;
		opacity: 1;
		visibility: visible;
	}

	.process ul li:hover a .border.b_t {
		left: -1px;
		right: -1px;
		-webkit-transition: all 440ms ease 300ms;
		transition: all 440ms ease 300ms;
	}

	.process ul li:hover a .border.b_r {
		top: -1px;
		bottom: -1px;
		-webkit-transition: all 440ms ease 300ms;
		transition: all 440ms ease 300ms;
	}

	.process ul li:hover a .border.b_b {
		left: -1px;
		right: -1px;
		-webkit-transition: all 440ms ease 300ms;
		transition: all 440ms ease 300ms;
	}

	.process ul li:hover a .border.b_l {
		top: -1px;
		bottom: -1px;
		-webkit-transition: all 440ms ease 300ms;
		transition: all 440ms ease 300ms;
	}
} */

/* 工艺流程 e*/

/* about02wrap */
.about02wrap {
	width: 100%;
	box-sizing: border-box;
	background: url(../images/about03.jpg)no-repeat;
	background-size: cover;
	background-position: center;
	padding: 100px 0 60px;
}

.about02text {
	margin: auto;
	text-align: center;
}

.about02text h3 {
	font-size: 32px;
	color: #ffffff;
	font-weight: bold;
}

.about02text strong {
	display: block;
	width: 60px;
	height: 2px;
	background-color: #ffffff;
	margin: 20px auto;
}

.about02text .min h4 {
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	margin-bottom: 20px;
	text-align: justify;
	text-align-last: center;
}

.about02text .min h4:last-child {
	margin-bottom: 0;
}

.about02text .more {
	background: transparent;
	border: 1px solid #ffffff;
	width: 170px;
	height: 44px;
	margin: auto;
	line-height: 42px;
	margin-top: 40px;
	font-size: 14px;
}

/* about03 */
.about03 {
	margin: 100px auto;
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}

.about03 .imgbox {
	width: 30%;
	box-sizing: border-box;
	overflow: hidden;
}

.about03 .imgbox img {
	display: block;
	width: 100%;
}

.about03 .text {
	width: 64%;
	box-sizing: border-box;
}

.about03 .text h3 {
	font-size: 32px;
	color: #222222;
	font-weight: bold;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #DDDDDD;
}

.about03 .text h4 {
	font-size: 16px;
	line-height: 30px;
	color: #444444;
	margin-bottom: 20px;
}

.about03 .text h4:last-child {
	margin-bottom: 0;
}

/* about04 */
.about03wrap {
	width: 100%;
	padding: 50px 0;
	background-color: #f1f2f3;
}

.about03wrap .tl {
	text-align: center;
	margin-bottom: 50px;
}

.about03wrap .tl h3 {
	font-size: 32px;
	color: #222222;
	font-weight: bold;
	margin-bottom: 30px;
}

.about03wrap .tl h4 {
	font-size: 15px;
	line-height: 30px;
	color: #222222;
	text-align: justify;
	text-align-last: center;
	width: 800px;
	margin: auto;
}

.about03wrap .swiper-pagination {
	position: relative;
	width: 100%;
	margin-top: 40px;
}

.about03wrap .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	opacity: 1;
	margin: 0;
	margin-right: 10px;
	background-color: #bbbbbb;
}

.about03wrap .swiper-pagination-bullet:last-child {
	margin-right: 0;
}

.about03wrap .swiper-pagination-bullet-active {
	background-color: #045d7e;
}

.about03wrap .swiper-pagination-bullet:only-child {
	display: inline-block !important;
}

.about04 {
	margin: auto;
	box-sizing: border-box;
	position: relative;
}

.about04 a {
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	background-color: #ffffff;
	padding: 40px 0;
	height: 400px;
	box-sizing: border-box;
}

.about04 a img {
	display: block;
	width: auto;
	height: auto;
	max-width: 90%;
	max-height: 100%;
	transition: all .6s;
}

.about04 a:hover img {
	transform: scale(1.1);
}

/*工厂环境*/


.about04wrap {
	width: 100%;
	padding: 50px 0 30px;
}

.about04wrap .tl {
	text-align: center;
	margin-bottom: 50px;
}

.about04wrap .tl h3 {
	font-size: 32px;
	color: #222222;
	font-weight: bold;
	margin-bottom: 30px;
}

.about04wrap .tl h4 {
	font-size: 15px;
	line-height: 30px;
	color: #222222;
	text-align: justify;
	text-align-last: center;
	margin: auto;
}

.environment .env-content {
	margin-top: 60px
}

.environment .env-content .swiper-slide>div {
	float: left;
	width: 32%;
	margin-right: 2%;
}

.environment .env-content .swiper-slide>div.gallery:nth-child(3n) {
	margin-right: 0;
}

.environment .env-content .swiper-slide>div.big-img {
	/* float: left; */
	/* width: 66.25% */
}

.environment .env-content .swiper-slide>div {
	margin-bottom: 20px
}

.environment .env-content .gallery a {
	position: relative;
	display: block
}

.img-fluid {
	display: block;
	max-width: 100%;
	height: auto;
	margin: auto;
}

.environment .env-content .gallery .img-cover {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	display: flex;
	align-items: center;
	justify-content: center;
	left: 0;
	top: 0;
	opacity: 0
}

.environment .env-content .gallery .img-cover>div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	height: 200px
}

.environment .env-content .gallery .img-cover .img-cover-circle {
	width: 171px;
	height: 171px;
	border: 2px dashed #fff;
	border-radius: 50%;
	text-align: center;
	font-size: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	animation: round1 8s linear infinite
}

.environment .env-content .gallery .img-cover .img-cover-circle::after {
	content: "";
	width: 150px;
	height: 150px;
	background-color: #045d7e;
	opacity: .7;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

@keyframes round1 {
	0% {
		transform: translate(-50%, -50%) rotate(0deg)
	}

	100% {
		transform: translate(-50%, -50%) rotate(360deg)
	}
}

.environment .env-content .gallery .img-cover img {
	filter: brightness(0) invert(1);
	width: 55%;
	position: relative;
	z-index: 5
}

.environment .env-content .gallery .img-cover span {
	color: #fff;
	font-size: 18px;
	z-index: 6;
}

.environment .env-content .gallery a:hover .img-cover {
	opacity: 1
}


/* 文化 */
.culture02wrap {
	width: 100%;
	box-sizing: border-box;
	position: relative;
}

.culture02wrap .bg {
	display: block;
	width: 100%;
}

.culture02 {
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

.culture02 li {
	width: calc((100% - 2px)/3);
	border-right: 1px solid #ddd;
	padding: 150px 0;
	background-color: rgba(0, 0, 0, 0.3);
	position: relative;
	transition: all .3s;
}

.culture02 li:last-child {
	border: none;
}

.culture02 li h3 {
	font-size: 44px;
	color: #ffffff;
	font-weight: bold;
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-flow: column;
	flex-flow: column;
	-webkit-align-items: center;
	align-items: center;
	text-align: center;
	line-height: 52px;
	transform: scale(1, 0.95);
}

.culture02 li h3::before,
.culture02 li h3::after {
	content: '';
	display: block;
	width: 46px;
	height: 2px;
	background-color: #FFFFFF;
}

.culture02 li h3::before {
	margin-bottom: 20px;
}

.culture02 li h3::after {
	margin-top: 20px;
}

.culture02 li p {
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 50px;
}

.culture02 li .hovertext {
	font-size: 18px;
	color: #ffffff;
	opacity: 0;
	transition: all .3s;
	text-align: center;
	margin-top: 80px;
	line-height: 34px;
}

.culture02 li .bot {
	bottom: 70px;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 24px;
	text-align: center;
	opacity: 0.5;
	text-transform: uppercase;
	position: absolute;
	left: 0;
	text-align: center;
	width: 100%;
}

.culture02 li:hover {
	background-color: rgba(65, 67, 75, 0.75);
}

.culture02 li:hover .hovertext {
	opacity: 0.8;
}

.culture02 li:hover h3::before,
.culture02 li:hover h3::after {
	background-color: #045d7e;
}

/* culture0201 */
.culture0201 {
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

.culture0201 .swiper-container {
	width: 100%;
	height: 100%;
}

.culture0201 .item {
	width: 100%;
	box-sizing: border-box;
	padding: 150px 0;
	background-color: rgba(0, 0, 0, 0.2);
	position: relative;
	transition: all .3s;
	height: 100%;
	border-right: 1px solid #ddd;
	text-align: center;
}

.culture0201 .item h3 {
	font-size: 32px;
	color: #ffffff;
	margin-bottom: 50px;
	font-weight: bold;
}

.culture0201 .item p {
	font-size: 20px;
	color: #ffffff;
}

.culture0201 .item strong {
	display: block;
	width: 30px;
	height: 3px;
	background-color: #ffffff;
	margin: 30px auto;
}

.culture0201 .item h4 {
	font-size: 15px;
	line-height: 36px;
	color: rgba(255, 255, 255, 0.80);
	width: 80%;
	margin: auto;
}

.culture0201 .item .bot {
	bottom: 70px;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 24px;
	text-align: center;
	opacity: 0.5;
	text-transform: uppercase;
	position: absolute;
	left: 0;
	text-align: center;
	width: 100%;
}

.culture0201 .item:hover {
	background-color: rgba(0, 0, 0, .5);
}

.culture0201 .swiper-button-next,
.culture0201 .swiper-button-prev {
	width: 28px;
	height: 48px;
	background-color: #045d7e;
	color: #FFFFFF;
	font-size: 18px;
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	background-image: none;
	outline: none;
	top: 50%;
	margin-top: -24px;
}

.culture0201 .swiper-button-next {
	right: 0;
}

.culture0201 .swiper-button-prev {
	left: 0;
}

/* 关于我们 e */

/* 产品中心 s */
.n-a {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: 1rem;
	padding-bottom: 1.07rem;
	background-color: #fff;
}

.n-a:before {
	content: '';
	position: absolute;
	bottom: 2.18rem;
	left: 0;
	width: 4.26rem;
	height: 6.18rem;
	/*background-image: url('../images/b21.jpg');*/
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.product_details .n-a:before {
	bottom: 0;
	left: 0;
	width: .75rem;
	height: 3.21rem;
	/*background-image: url('../images/b21-b.jpg');*/
}

.n-main {
	position: relative;
	z-index: 8;
}

.n-main:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
	font-size: 0;
}

.n-left {
	display: none;
	float: left;
	width: 20%;
}

.n-nav {
	width: 100%;
	margin-bottom: .2rem;
}

.n-top {
	width: 100%;
	position: relative;
}

.n-one {
	display: block;
	cursor: pointer;
	width: 100%;
	padding: .15rem .55rem .15rem .2rem;
	line-height: 1.6;
	color: #555555;
	background-color: #f9f9f9;
	border-radius: .06rem;
}

.n-one:hover {
	color: #fff;
	background-color: #045d7e;
}

.n-buttom {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	width: .55rem;
	height: 100%;
	background-image: url('../images/a23.png');
	background-size: .14rem auto;
	background-position: center center;
	background-repeat: no-repeat;
}

.n-twobox {
	display: none;
	width: 100%;
	padding-top: .3rem;
	padding-bottom: 1px;
	background-color: #fff;
}

.n-two {
	display: block;
	position: relative;
	margin-bottom: .25rem;
	cursor: pointer;
	padding: 0 .4rem;
	line-height: 1.8;
	color: #555555;
}

.n-two:before {
	content: '';
	position: absolute;
	top: 0;
	left: .2rem;
	margin-top: calc(.9em - .04rem);
	width: .08rem;
	height: .08rem;
	border-radius: 50%;
	background-color: #dcdcdc;
}

.n-two:hover {
	color: #045d7e;
}

.n-two:hover:before {
	background-color: #045d7e;
}

.n-two.active {
	color: #045d7e;
}

.n-two.active:before {
	background-color: #045d7e;
}

.n-nav.show .n-one {
	color: #ffffff;
	background-color: #045d7e;
	background-image: linear-gradient(270deg, #ea3f21 0%, #045d7e100%), linear-gradient(#ea3f21, #045d7e);
}

.n-nav.show .n-buttom {
	background-image: url('../images/a23-b.png');
}

.n-right {
	float: right;
	width: 100%;
}

.product_right {
	width: 100%;
}

.n-contact {
	width: 100%;
	background-color: #f7f7f7;
}

.nc-titles {
	padding: .15rem;
	border-radius: 0.06rem;
	line-height: 1.5;
	text-align: center;
	color: #000;
	background-color: #fff;
	/* background-image: linear-gradient(270deg, #ea3f21 0%, #045d7e100%), linear-gradient(#ea3f21, #045d7e); */
}

.nc-box {
	width: 100%;
	padding: .15rem;
}

.nc-img {
	width: 100%;
	margin-bottom: .2rem;
}

.nc-img img {
	width: 100%;
}

.nc-textbox {
	color: #555555;
	line-height: 1.8;
}

.nc-textbox * {
	line-height: inherit;
}

.nc-link {
	display: block;
	cursor: pointer;
	padding: .15rem;
	line-height: 1.5;
	text-align: center;
	color: #ffffff;
	background-color: #ea3f21;
	background-image: linear-gradient(270deg, #ea3f21 0%, #045d7e100%), linear-gradient(#ea3f21, #045d7e);
}

@media(max-width:750px) {
	.n-main {
		width: 100%;
		max-width: 500px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.n-left {
		width: 100%;
		margin-bottom: .5rem;
	}

	.n-right {
		width: 100%;
	}
}

.o-main {
	width: 100%;
}

.o-top {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: .4rem;
}

.o-titles {
	color: #333333;
	font-size: 0.36rem;
	font-weight: bold;
	line-height: 1.25;
}

.o-tip {
	color: #333333;
	line-height: 1.5;
}

.o-tip span {
	color: #045d7e;
}

.o-cont {
	width: 100%;
	font-size: 0;
	padding-bottom: 0;
}

.o-item {
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	position: relative;
	background-color: #fff;
	width: 23.8%;
	margin-bottom: .5rem;
	margin-right: 1.6%;
	padding: .3rem .3rem 1rem;
	border-radius: .1rem;
	border: solid 1px #ddd;
}

.o-item:nth-child(4n) {
	margin-right: 0;
}

.o-img {
	width: 100%;
	height: 100%;
	text-align: center;
}

.o-img img {
	max-width: 100%;
	max-height: 100%;
	transform: scale(1.00);
	transition: all ease .5s;
}

.o-text {
	width: 100%;
	padding-top: .4rem;
}

.o-name {
	color: #333;
	line-height: 1.45;
	margin-bottom: .1rem;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.o-intro {
	color: #888888;
	line-height: 1.6em;
	height: 3.2em;
}

.o-more {
	position: absolute;
	bottom: .35rem;
	left: .3rem;
	white-space: nowrap;
	display: inline-block;
	overflow: hidden;
	font-size: 0;
	width: .34rem;
	height: .34rem;
	border-radius: 50%;
	background-color: #045d7e;
}

.o-more:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('../images/a16.png');
	background-size: .09rem auto;
	background-position: center center;
	background-repeat: no-repeat;
}

.o-item:hover {
	border: solid 1px #045d7e;
}

.o-item:hover .o-img img {
	transform: scale(1.05);
}

.o-item:hover .o-more {
	bottom: .32rem;
	color: #fff;
	width: auto;
	height: .46rem;
	line-height: .46rem;
	border-radius: .23rem;
	padding: 0 .6rem 0 .26rem;
	background-color: #045d7e;
	background-image: linear-gradient(270deg, #ea3f21 0%, #045d7e100%), linear-gradient(#ea3f21, #045d7e);
}

.o-item:hover .o-more:after {
	left: auto;
	right: .26rem;
	width: .14rem;
	background-size: .14rem auto;
	background-image: url('../images/a13.png');
}

.o-item:hover .o-more {
	font-size: calc(16 * 1rem / 100);
}

@media(max-width: 1584px) {
	.o-item:hover .o-more {
		font-size: 13.2px;
	}
}


@media(max-width:750px) {
	.o-item {
		width: calc(50% - 5px);
		margin-right: 10px;
	}

	.o-item:nth-child(4n) {
		margin-right: 10px;
	}

	.o-item:nth-child(2n) {
		margin-right: 0;
	}
}

/* 产品详情 */
.product_bac {
	background-color: #fff;
	padding-bottom: 0;
	padding-top: 0.5rem;
}

.p-main {
	width: 100%;
}

.p-top {
	width: 100%;
	font-size: 0;
	margin-bottom: .5rem;
}

.p-left {
	display: inline-block;
	vertical-align: middle;
	width: 30%;
	background-color: #ffffff;
	border-radius: .1rem;
	border: solid 1px #eeeeee;
}

.p-b {
	width: 100%;
}

.p-item {
	width: 100%;
}

.p-img {
	width: 100%;
	height: auto;
	line-height: 4.8rem;
	text-align: center;
}

.p-img img {
	max-width: 100%;
	/* max-height: 80%; */
}

.p-right {
	display: inline-block;
	vertical-align: top;
	width: 69%;
	padding-left: .3rem;
}

.p-titles {
	color: #333333;
	font-size: 0.26rem;
	font-weight: bold;
	position: relative;
	padding-bottom: .32rem;
	margin-bottom: .32rem;
}

.p-titles:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #dddddd;
}

.p-titles:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	width: .35rem;
	height: 3px;
	background-image: linear-gradient(270deg, #ea3f21 0%, #045d7e100%), linear-gradient(#ea3f21, #ea3f21);
	border-radius: 2px;
}

.p-intro {
	color: #888888;
	line-height: 1.87;
}

.p-intro * {
	line-height: inherit;
}

.p-bottom {
	width: 100%;
}

.p-tip {
	font-size: 0.26rem;
	width: 100%;
	margin-bottom: .1rem;
	color: #000;
	font-weight: bold;
	padding: .15rem 0;
	border-radius: 0.06rem;
	line-height: 1.36;
	background-color: #fff;
	/* background-image: linear-gradient(270deg, #ea3f21 0%, #045d7e100%), linear-gradient(#ea3f21, #ea3f21); */
}

.p-bottom .xinghao,
.p-bottom .p-list {
	padding-left: 0.2rem;
}

.p-bottom .red {
	color: #045d7e;
}

.p-list {
	width: 100%;
}

.p-list h3 {
	font-size: 0.24rem;
	color: #045d7e;
	font-weight: 700;
	margin-bottom: 0.1rem;
}

.p-list img {
	max-width: 100%;
}

/* 表格 */
.ar_article td,
.ar_article th {
	padding: 15px 12px;
	border: 1px solid #000 !important;
	vertical-align: middle;
	font-size: 15px;
	color: #303030;
	/* white-space: nowrap; */
	text-align: center;
}

.ar_article td p,
.ar_article th p {
	padding-bottom: 0;
	margin-bottom: 0 !important;
	margin-left: 0 !important;
	text-align: center !important;
}

.ar_article table {
	border-collapse: collapse;
	border-right: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	width: 100%;
}

.p-bottom .ar_article .scroll {
	width: 100%;
	overflow: hidden;
	overflow-x: auto;
}

.p-bottom .ar_article .scroll table {
	width: 100%;
}

.ar_article table tr:not(:first-child) td {}

.ar_article table td {
	border-left: 1px solid #dadbdd;
	border-top: 1px solid #000 !important;
}

.ar_article {
	font-size: 16px;
	color: #7d7c7c;
	line-height: 30px;
	margin-bottom: 30px;
}

.ar_article p,
.ar_article span {
	font-size: 16px !important;
	color: #727272;
	line-height: 28px !important;
	font-family: 'Montserrat-Light' !important;
}

.ar_article strong {
	font-weight: bold;
}

.ar_article img {
	max-width: 100%;
}

.ar_article a {
	color: #717173;
}

.ar_article h1,
.ar_article h2,
.ar_article h3,
.ar_article h4,
.ar_article h5 {
	font-weight: bold;
}

.ar_article h1 {
	font-size: 36px;
	margin-bottom: 20px
}

.ar_article h2 {
	font-size: 30px;
	margin-bottom: 15px;
}

.ar_article h4 {
	font-size: 18px;
	margin-bottom: 15px
}

.ar_article h5 {
	font-size: 14px;
	margin-bottom: 10px
}

.ar_article h6 {
	font-size: 12px;
	margin-bottom: 10px
}

.ar_article ul li,
.ar_article ol li {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
	margin-left: 320px;
	list-style: inherit !important;
}

.ar_article ul li p,
.ar_article ol li p {
	padding-bottom: 0;
	margin-bottom: 3px !important;
}

.ar_article ul,
.ar_article ol {
	margin-bottom: 15px;
}

.ar_article sub {
	vertical-align: sub;
	font-size: smaller;
}

.ar_article sup {
	vertical-align: super;
	font-size: smaller;
}

.ar_article img {
	display: inline-block;
	margin: 20px 0;
}

.ar_article .scroll {
	margin-bottom: 0.4rem;
}

@media (max-width: 1000px) {
	.scroll {
		overflow: hidden;
		overflow-x: scroll;
	}

	.scroll table {
		min-width: 990px;
	}
}

@media (max-width: 768px) {

	.ar_article td,
	.ar_article th {
		padding: 6px 5px !important;
		line-height: 20px
	}

	.ar_article p,
	.ar_article span {
		font-size: 13px !important;
		line-height: 24px !important;
	}

	.ar_article img {
		display: inline-block;
		margin: 12px 0;
	}
}

.p-one {
	display: block;
	margin-bottom: .35rem;
}

.p-icon {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	width: .4rem;
}

.p-icon img {
	width: 100%;
}

.p-c {
	width: 100%;
	position: relative;
	padding-left: .6rem;
	margin-bottom: .15rem;
}

.p-name {
	color: #0f6226;
	line-height: .4rem;
}

.p-textbox {
	padding-left: .6rem;
	color: #555555;
	line-height: 1.87;
}

.p-textbox * {
	line-height: inherit;
}

.p-pagination {
	display: none;
}

@media(max-width:750px) {
	.p-left {
		width: 100%;
		margin-bottom: .5rem;
	}

	.p-right {
		width: 100%;
		padding-left: 0;
	}
}

.q-a {
	width: 100%;
	padding-top: .8rem;
	padding-bottom: 1rem;
	background-color: #fbfbfb;
}



.q-tip {
	position: relative;
	color: #333333;
	font-weight: bold;
	padding-left: .18rem;
	margin-bottom: .4rem;
}

.q-tip:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: .03rem;
	height: 100%;
	background-color: #045d7e;
	background-image: linear-gradient(270deg, #ea3f21 0%, #045d7e100%), linear-gradient(#ea3f21, #045d7e);
	border-radius: .02rem;
}

.q-cont {
	width: 100%;
}

.q-b {
	width: 100%;
}

.q-item {
	width: 3.3rem;
	margin-right: .4rem;
}

.q-item:last-child {
	margin-right: 0;
}

.q-link {
	display: block;
	width: 100%;
	cursor: pointer;
	padding: .5rem .3rem 0;
	background-color: #ffffff;
	border-radius: .1rem;
	border: solid 1px #eeeeee;
}

.q-a .q-b .q-img {
	width: 100%;
	height: 4.3rem;
	text-align: center;
	line-height: 3.3rem;
}

.q-a .q-b .q-img img {
	max-width: 100%;
	max-height: 100%;
	transform: scale(1.00);
	transition: all ease .5s;
}

.q-text {
	width: 100%;
	padding-top: .4rem;
}

.q-a .q-b .q-name {
	color: #000;
	line-height: 1.45;
	margin-bottom: .1rem;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
}

.q-intro {
	color: #888888;
	line-height: 1.6em;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.q-link:hover {
	border: solid 1px #045d7e;
}

.q-link:hover .q-img img {
	transform: scale(1.05);
}


.q-pagination {
	display: none;
	position: relative;
	bottom: 0;
	margin-top: .5rem;
	width: 100%;
	font-size: 0;
	text-align: center;
}

.q-pagination .swiper-pagination-bullet {
	display: inline-block;
	vertical-align: middle;
	opacity: .5;
	margin: 0 .1rem;
	width: 8px;
	height: 8px;
	background-color: #045d7e;
	background-image: linear-gradient(270deg, #ea3f21 0%, #045d7e100%), linear-gradient(#ea3f21, #045d7e);
}

.q-pagination .swiper-pagination-bullet-active {
	opacity: 1;
}

.q-a .q-b .swiper-pagination-bullet:only-child {
	display: inline-block !important;
}


.q-cont.show .q-pagination {
	display: block;
}

@media(max-width:750px) {
	.q-main {
		width: 100%;
		max-width: 500px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.q-item {
		width: calc(50% - 5px);
		margin-right: 10px;
	}
}

/* 产品中心 e */

/* 新闻中心 s */

#news {
	padding: 30px 0;
}

#news .wrap>.tit {
	font-size: 0.39rem;
	color: #2b2b2b;
}

#news .wrap>.tit-en {
	color: #353535;
	font-size: 0.15rem;
	margin-top: 12px;
}

#news .top {
	/*margin-top: 70px;*/
	padding: 0 50px 40px 50px;
	border-bottom: 1px solid #e6e6e6;
}

#news .top .swiper-container {
	padding-bottom: 70px;
}

#news .top .swiper-slide {
	display: flex;
	justify-content: space-between;
}

#news .top .swiper-slide .img {
	display: block;
	width: 32%;
	height: 0;
	padding-bottom: 22%;
	background: #eee no-repeat center/cover;
	transition: all .3s;
	position: relative;
}

#news .top .swiper-slide .img::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	transition: all .35s;
}

#news .top .swiper-slide .img:hover::after {
	background: rgba(0, 0, 0, .2);
}

#news .top .swiper-slide .box {
	width: 68%;
	padding-left: 50px;
	box-sizing: border-box;
}

#news .top .swiper-slide .box .tit {
	display: block;
	font-size: 0.28rem;
	font-weight: bold;
	color: #2e2d3c;
	padding: 20px 0;
	line-height: 1.3;
	transition: all .2s;
}

#news .top .swiper-slide .box .tit:hover {
	color: #045d7e;
}

#news .top .swiper-slide .box .desc {
	margin-top: 20px;
	font-size: 0.16rem;
	line-height: 1.9;
	color: #999;
}

#news .top .swiper-slide .box .date {
	margin-top: 40px;
	font-size: 0.16rem;
	font-weight: 300;
	color: #aaa;
}

#news .top .swiper-slide .box .date::before {
	display: inline-block;
	font-size: 0.16rem;
	color: #aaa;
	margin-right: 7px;
}

#news .top .swiper-slide .box .more {
	display: block;
	background: #045d7e;
	color: #fff;
	font-size: 0.15rem;
	width: 145px;
	height: 47px;
	line-height: 45px;
	text-align: center;
	border-radius: 50px;
	margin-top: 40px;
	font-weight: 300;
	transition: all .25s;
}

#news .top .swiper-slide .box .more::after {
	color: #fff;
	display: inline-block;
	font-size: 0.15rem;
	margin-left: 6px;
	margin-right: -5px;
	transition: all .2s;
}

#news .top .swiper-slide .box .more:hover {
	background: #1f53be;
}

#news .top .swiper-slide .box .more:hover::after {
	margin-left: 11px;
	margin-right: -10px;
}

#news .top .swiper-pagination {
	width: 100%;
	bottom: 0;
}

#news .top .swiper-pagination-bullet {
	width: 9px;
	height: 9px;
	margin: 0 5px 0 5px;
	opacity: 1;
	background: #ccc;
	transition: all .25s;
	position: relative;
	opacity: .7;
}

#news .top .swiper-pagination-bullet-active {
	background: #045d7e;
}


#news .list {
	margin: 0 0 50px 0;
}

#news .list>a {
	display: block;
	transition: all .35s;
}

#news .list>a:hover {
	background: #045d7e;
}

#news .list>a .wrap {
	padding: 40px 50px;
	box-sizing: border-box;
	border-bottom: 1px solid #e6e6e6;
	display: flex;
	align-items: center;
}

#news .list>a .wrap .date {
	width: 120px;
	height: 135px;
	border: 1px solid #e6e6e6;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	transition: all .35s;
	border-radius: 0 0 20px 0;
}

#news .list>a:hover .wrap .date {
	border: 1px solid #fff;
	background: #fff;
	border-radius: 0;
}

#news .list>a .wrap .date .day {
	font-size: 0.5rem;
	font-weight: 700;
	color: #2e2d3c;
}

#news .list>a .wrap .date .ym {
	color: #999;
	font-size: 0.168rem;
	font-weight: 300;
	margin-top: 8px;
	padding-top: 5px;
}

#news .list>a .wrap .con {
	width: calc(100% - 420px);
	margin-left: 35px;
}

#news .list>a .wrap .con .tit {
	font-size: 0.22rem;
	color: #2e2d3c;
	font-weight: 300;
	transition: all .35s;
}

#news .list>a:hover .wrap .con .tit {
	color: #fff;
}

#news .list>a .wrap .con .desc {
	font-size: 0.15rem;
	color: #999;
	line-height: 1.8;
	margin-top: 20px;
	transition: all .35s;
}

#news .list>a:hover .wrap .con .desc {
	color: rgba(255, 255, 255, .85);
}

#news .list>a .wrap .img {
	width: 250px;
	height: 135px;
	background: #eee no-repeat center/cover;
	margin-left: 50px;
}

#news-view {
	/*margin: 50px auto 80px auto;*/
	/*max-width: 1200px;*/
}

#news-view h1 {
	color: #2e2d3c;
	text-align: center;
	line-height: 1.3;
	font-size: 0.36rem;
	margin-bottom: 0.2rem;
}

#news-view .info {
	text-align: center;
	font-weight: 300;
	font-size: 0.14rem;
	color: #aaa;
	padding-bottom: 45px;
	border-bottom: 1px solid #ddd;
}

#news-view .con {
	font-size: 0.17rem;
	line-height: 1.9;
	padding-top: 40px;
}

#news-view .con p,
#news-view .con div {
	font-size: 0.17rem;
	line-height: 1.9;
	margin-bottom: 30px;
}

#news-view .back {
	margin-top: 60px;
	text-align: center;
}

#news-view .back>a {
	display: inline-block;
	font-size: 0.2rem;
	color: #707070;
	letter-spacing: .03rem;
	font-weight: 300;
}

#news-view .back>a::before {
	content: "\e800";
	font-family: 'iconfonts';
	display: block;
	font-size: 0.3rem;
	margin-bottom: 9px;
}

#news-view .back>a:hover {
	color: #045d7e;
}


@media (max-width:1679px) {

	/*1440*/
	#news .wrap>.tit {
		font-size: 0.38rem;
	}

	#news .wrap>.tit-en {
		font-size: 0.14rem;
	}

	#news .top .swiper-slide .box .tit {
		font-size: 0.26rem;
	}

	#news .top .swiper-slide .box .desc {
		margin-top: 15px;
		font-size: 1.5rem;
	}

	#news .top .swiper-slide .box .date {
		margin-top: 36px;
		font-size: 0.14rem;
	}

	#news .top .swiper-slide .box .more {
		font-size: 0. 14rem;
		width: 140px;
		height: 45px;
		line-height: 43px;
		margin-top: 36px;
	}

	#news .list>a .wrap .date .day {
		font-size: 0.46rem;
	}

	#news .list>a .wrap .date .ym {
		font-size: 0.16rem;
		margin-top: 6px;
		padding-top: 5px;
	}

	#news .list>a .wrap .con .tit {
		font-size: 0.2rem;
	}

	#news-view h1 {
		font-size: 0.34rem;
	}

	#news-view .info {
		font-size: 0.14rem;
	}

	#news-view .con {
		font-size: 0.16rem;
		line-height: 1.9;
	}

	#news-view .con p,
	#news-view .con div {
		font-size: 0.16rem;
		margin-bottom: 28px;
	}
}

@media (max-width:1439px) {

	/*1366*/
	#banner {
		height: 450px;
	}

	#news {
		padding: 30px 0 100px 0;
	}

	#news .top .swiper-slide .img {
		width: 35%;
		padding-bottom: 24%;
	}

	#news .top .swiper-slide .box {
		width: 65%;
	}

	#news .list>a .wrap .date {
		width: 110px;
		height: 130px;
	}

	#news .list>a .wrap .date .day {
		font-size: 0.42rem;
	}

	#news .list>a .wrap .date .ym {
		font-size: 0.15rem;
		margin-top: 6px;
		padding-top: 5px;
	}

	#news .list>a .wrap .con .tit {
		font-size: 0.19rem;
	}

	#news .list>a .wrap .con .desc {
		font-size: 0.14rem;
	}

	#news-view h1 {
		font-size: 0.32rem;
	}

	#news-view .info {
		font-size: 0.13rem;
	}

	#news-view .con {
		font-size: 0.15rem;
		line-height: 1.9;
	}

	#news-view .con p,
	#news-view .con div {
		font-size: 0.15rem;
		margin-bottom: 26px;
	}

	#news-view .back>a {
		font-size: 0.19rem;
	}

	#news-view .back>a::before {
		font-size: 0.29rem;
	}
}

@media (max-width:1365px) {

	/*1280*/
	#news .top .swiper-slide .img {
		width: 38%;
		padding-bottom: 25%;
	}

	#news .top .swiper-slide .box {
		width: 62%;
	}

	#news .top .swiper-slide .box .tit {
		font-size: 0.24rem;
		padding: 15px 0 18px 0;
	}

	#news .top .swiper-slide .box .desc {
		margin-top: 13px;
		font-size: 0.14rem;
	}

	#news .top .swiper-slide .box .date {
		margin-top: 33px;
		font-size: 0.14rem;
	}

	#news .top .swiper-slide .box .more {
		font-size: 0.13rem;
		width: 135px;
		height: 45px;
		line-height: 43px;
		margin-top: 33px;
	}

	#news .list>a .wrap .date {
		width: 110px;
		height: 130px;
	}

	#news .list>a .wrap .date .day {
		font-size: 0.4rem;
	}

	#news .list>a .wrap .date .ym {
		font-size: 0.14rem;
		margin-top: 6px;
		padding-top: 5px;
	}

	#news .list>a .wrap .con .tit {
		font-size: 0.18rem;
	}

	#news .list>a .wrap .con .desc {
		font-size: 0.14rem;
	}

	#news-view h1 {
		font-size: 0.3rem;
	}

	#news-view .info {
		font-size: 0.13rem;
	}

	#news-view .con {
		font-size: 0.14rem;
		line-height: 1.9;
	}

	#news-view .con p,
	#news-view .con div {
		font-size: 0.14rem;
		margin-bottom: 25px;
	}

	#news-view .back>a {
		font-size: 0.18rem;
	}

	#news-view .back>a::before {
		font-size: 0.28rem;
	}
}

@media (max-width:1279px) {

	/*mp*/
	#news {
		padding: 0 15px 60px 15px;
	}

	#news .wrap>.tit {
		font-size: 0.24rem;
	}

	#news .wrap>.tit-en {
		font-size: 0.12rem;
		margin-top: 6px;
	}

	#news .top {
		margin-top: 30px;
		padding: 0 0 40px 0;
		border-bottom: 1px solid #e6e6e6;
	}

	#news .top .swiper-container {
		padding-bottom: 30px;
	}

	#news .top .swiper-slide {
		display: block;
	}

	#news .top .swiper-slide .img {
		width: 100%;
		padding-bottom: 60%;
	}

	#news .top .swiper-slide .box {
		width: 100%;
		padding-left: 0;
	}

	#news .top .swiper-slide .box .tit {
		font-size: 0.19rem;
		padding: 20px 0 0 0;
	}

	#news .top .swiper-slide .box .desc {
		margin-top: 15px;
		font-size: 0.14rem;
		line-height: 1.7;
	}

	#news .top .swiper-slide .box .date {
		margin-top: 15px;
		font-size: 1.3rem;
	}

	#news .top .swiper-slide .box .date::before {
		margin-right: 5px;
	}

	#news .top .swiper-slide .box .more {
		font-size: 0.14rem;
		width: 125px;
		height: 41px;
		line-height: 40px;
		margin-top: 30px;
	}

	#news .top .swiper-slide .box .more::after {
		font-size: 0.14rem;
		margin-left: 5px;
	}

	#news .top .swiper-pagination-bullet {
		width: 7px;
		height: 7px;
		margin: 0 5px 0 5px;
	}

	#news .list {
		margin: 0 0 30px 0;
	}

	#news .list>a .wrap {
		padding: 25px 0;
		display: block;
	}

	#news .list>a .wrap .date {
		display: none;
	}

	#news .list>a .wrap .con {
		width: 100%;
		margin-left: 0;
	}

	#news .list>a .wrap .con .tit {
		font-size: 0.18rem;
	}

	#news .list>a .wrap .con .desc {
		font-size: 0.13rem;
		line-height: 1.7;
		margin-top: 10px;
	}

	#news .list>a .wrap .img {
		width: 100%;
		height: 0;
		padding-bottom: 40%;
		margin-left: 0;
		margin-top: 12px;
	}

	#news-view {
		/*margin: -15px 15px 50px 15px;*/
		/*max-width: unset;*/
	}

	#news-view h1 {
		font-size: 0.24rem;
	}

	#news-view .info {
		font-size: 0.12rem;
		color: #aaa;
		padding-bottom: 25px;
		border-bottom: 1px solid #ddd;
	}

	#news-view .con {
		font-size: 0.14rem;
		line-height: 1.8;
		padding-top: 25px;
	}

	#news-view .con p,
	#news-view .con div {
		font-size: 0.14rem;
		line-height: 1.8;
		margin-bottom: 20px;
	}

	#news-view .back {
		margin-top: 30px;
	}

	#news-view .back>a {
		font-size: 0.16rem;
	}

	#news-view .back>a::before {
		font-size: 0.2rem;
	}
}

/* 新闻中心 e */

/* 视频中心 e */
.n_video {
	padding-bottom: .8rem;
}

.n_video ul {
	padding-top: 40px;
}

.n_video .con {}

.n_video ul li {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 0.4rem;
	/* border: 1px solid #999; */
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.n_video ul li:hover {
	border-color: #c82126;
}

.n_video ul li:nth-child(3n) {
	margin-right: 0;
}

.n_video ul li a {
	display: block;
}

.n_video ul li .pic {}

.n_video ul li .pic i {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -0.4rem;
	margin-top: -0.4rem;
	width: 0.8rem;
	height: 0.8rem;
	font-size: 0.6rem;
	opacity: 0;
	color: #c82126;
	border-radius: 50%;
}

.n_video ul li .pic i::before {
	z-index: 3;
}

.n_video ul li .pic i::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	left: -6%;
	background-color: rgba(255, 255, 255, .75);
	z-index: 2;
	border-radius: 50%;
}

.n_video ul li:hover .pic i {
	opacity: 1;
}

.n_video ul li .info {
	padding: 0.2rem 3%;
	/*background-color: #bcbcbc;*/
}

.n_video ul li:hover .info {
	/*background-color:#045d7e;*/
}

.n_video ul li .info h4 {
	font-size: 18px;
	line-height: 1.6;
	color: #3b3b3b;
	text-align: center;
	font-weight: normal;
}

.n_video ul li:hover .info h4 {
	color: #c82126;
}

.n_video ul li .info p {}

/* 视频中心 e */

/* 解决方案 s */
.q-a {
	width: 100%;
	padding-top: .8rem;
	padding-bottom: 0.5rem;
	background-color: #f5f5f5;
}

.q-cont {
	width: 100%;
	font-size: 0;
	/* padding-bottom: .1rem; */
}

.q-item {
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	width: 31.58% !important;
	margin-right: 2.63%;
	margin-bottom: .4rem;
	overflow: hidden;
	background-color: #ffffff;
	border-radius: .1rem;
}

.s-img {
	width: 30.58% !important;
}

.s-img:nth-child(3n) {
	margin-right: 0 !important;
}

.q-item:nth-child(3n) {
	/* margin-right: 0; */
}

.q-img {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(270/480*100%);
}

.q-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.00);
	transition: all ease .5s;
}

.q-text {
	width: 100%;
	padding: .2rem .4rem;
}

.q-name {
	color: #333333;
	line-height: 1.33;
	font-weight: bold;
	margin-bottom: 0.1rem;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all .3s;
}


.s-img .q-intro {
	color: #666666;
	line-height: 2.1em;
	height: 4.2em;
	/* margin-bottom: 0.7rem; */
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}

.q-more {
	color: #666666;
}

.q-more:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: .2rem;
	transform: rotate(-180deg);
	border-radius: 50%;
	width: .4rem;
	height: .4rem;
	border: solid 1px #dddddd;
	background-image: url('../images/a10.png');
	background-size: .08rem auto;
	background-position: center center;
	background-repeat: no-repeat;
}


.q-item:hover .q-img img {
	transform: scale(1.05);
}

.q-item:hover .q-name {
	color: #045d7e;
}

.q-item:hover .q-more {
	color: #045d7e;
}

.q-item:hover .q-more:before {
	border: 1px solid #045d7e;
	background-color: #045d7e;
	background-image: url('../images/a10-c.png');
}

@media(max-width:900px) {
	.q-main {
		width: 100%;
		max-width: 500px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.q-item {
		width: calc(50% - 5px);
		margin-right: 10px;
	}

	.p_pic {
		width: 100% !important;
	}

	.s-img {
		width: calc(50% - 5px) !important;
	}

	.s-img:nth-child(3n) {
		margin-right: 10px !important;
	}

	.s-img:last-child {
		margin-right: 0 !important;
	}

	.q-item:nth-child(2n) {
		margin-right: 0;
	}

	.q-text {
		padding: .25rem 10px;
	}

	.q-intro {
		margin-bottom: .3rem;
	}
}

.l-a {
	width: 100%;
	padding-top: .6rem;
	padding-bottom: 1rem;
	background-color: #f5f5f5;
}

.l-main {
	width: 15.2rem;
	margin: 0 auto;
}

.l-cont {
	width: 100%;
	padding: .6rem .5rem .7rem;
	position: relative;
	background-color: #fff;
}

.l-cont:before {
	content: '';
	position: absolute;
	top: 0;
	right: 4.68rem;
	width: 1px;
	height: 100%;
	background-color: #eeeeee;
}

.l-cont:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
	font-size: 0;
}

.l-left {
	float: left;
	width: 9.5rem;
}

.l-top {
	width: 100%;
	padding-bottom: .1rem;
	margin-bottom: .25rem;
	border-bottom: 1px solid #eeeeee;
}

.l-titles {
	color: #222222;
	line-height: 1.33;
	font-weight: bold;
	margin-bottom: .25rem;
}

.l-b {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.l-lt {
	font-size: 0;
	flex: 1;
}

.l-tip {
	display: inline-block;
	vertical-align: middle;
	color: #666666;
	margin-right: .15rem;
	margin-bottom: .2rem;
}

.l-share {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: .2rem;
}

.l-c {
	display: inline-block;
	vertical-align: middle;
	color: #666666;
	margin-right: .1rem;
}

.l-tr {
	display: inline-block;
	vertical-align: middle;
}

.l-td {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	margin-right: .2rem;
}

.l-td:last-child {
	margin-right: 0;
}

.l-icon1 {
	display: block;
	width: .4rem;
	height: .4rem;
	text-align: center;
	line-height: calc(.4rem - 4px);
	border-radius: 50%;
	border: solid 2px #eeeeee;
}

.l-icon1 img {
	max-width: 50%;
	max-height: 50%;
}

.l-icon2 {
	display: none;
	width: .4rem;
	height: .4rem;
	text-align: center;
	line-height: calc(.4rem - 4px);
	border-radius: 50%;
	border: solid 2px #045d7e;
	background-color: #045d7e;
}

.l-icon2 img {
	max-width: 50%;
	max-height: 50%;
}

.l-td:hover .l-icon1 {
	display: none;
}

.l-td:hover .l-icon2 {
	display: block;
}

.l-rt {
	font-size: 0;
}

.l-back {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	margin-bottom: .2rem;
	color: #666666;
}

.l-back:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-left: .1rem;
	width: 1em;
	height: 1em;
	background-image: url('../images/a28.png');
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
}

.l-back:hover {
	color: #045d7e;
}

.l-textbox {
	width: 100%;
	line-height: 1.87;
	color: #666666;
	padding-bottom: .2rem;
}

.l-textbox * {
	line-height: inherit;
	max-width: 100%;
}

.l-buttom {
	width: 100%;
	padding: .15rem .3rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	background-color: #f0f4f8;
}

.l-link {
	display: block;
	cursor: pointer;
	max-width: 48%;
	line-height: 1.87;
	color: #666666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.l-link:hover {
	color: #045d7e;
}

.l-right {
	float: right;
	width: 3.68rem;
	padding-top: .1rem;
}

.l-d {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: .3rem;
}

.l-subtitle {
	color: #333333;
	font-weight: bold;
}

.l-more {
	display: inline-block;
	cursor: pointer;
	color: #999999;
}

.l-more:after {
	content: '';
	display: inline-block;
	vertical-align: top;
	margin-left: .1rem;
	width: .44em;
	height: 1em;
	background-image: url('../images/a29.png');
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
}

.l-more:hover {
	color: #045d7e;
}

.l-more:hover:after {
	background-image: url('../images/a29-b.png');
}

.l-one {
	display: block;
	cursor: pointer;
	width: 100%;
	padding-bottom: .25rem;
	margin-bottom: .25rem;
	border-bottom: 1px solid #eeeeee;
}

.l-img {
	display: block;
	width: 100%;
	margin-bottom: .2rem;
	overflow: hidden;
}

.l-img img {
	width: 100%;
	transform: scale(1.00);
	transition: all ease .5s;
}

.l-text {
	width: 100%;
}

.l-time {
	color: #666666;
	margin-bottom: .05rem;
}

.l-name {
	color: #333333;
	line-height: 1.6;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.l-one:hover .l-img img {
	transform: scale(1.05);
}

.l-one:hover .l-name {
	color: #045d7e;
}

.l-list {
	width: 100%;
}

.l-item {
	display: block;
	cursor: pointer;
	color: #333333;
	line-height: 1.6;
	margin-bottom: .1rem;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.l-item:before {
	content: '';
	display: inline-block;
	vertical-align: top;
	margin-right: .1rem;
	width: .44em;
	height: 1.6em;
	background-image: url('../images/a29.png');
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
}

.l-item:hover {
	color: #045d7e;
}

.l-item:hover:before {
	background-image: url('../images/a29-b.png');
}

@media(max-width:900px) {
	.l-main {
		width: 100%;
		max-width: 500px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.l-cont {
		padding: .5rem 10px;
	}

	.l-cont:before {
		display: none;
	}

	.l-left {
		width: 100%;
		margin-bottom: .5rem;
	}

	.l-link {
		width: 100%;
		max-width: 100%;
	}

	.l-right {
		width: 100%;
	}
}

/* 解决方案 e */


/* 资料下载  s*/

.public-title {
	font-size: 34px;
	font-weight: 600;
	color: #333;
	line-height: 50px;
	padding: 30px 0;
	text-align: center;
}

.nei-tab-list {
	display: flex;
	justify-content: center;
	margin-bottom: 25px;
}

.nei-tab-list-hide {
	display: block;
}

.nei-tab-list a {
	background: url(../images/pic_tab_05.png) no-repeat;
	background-position: center;
	background-size: 100% 100%;
	padding: 8px 48px;
	font-size: 16px;
	color: #ffffff;
	transition: 0.6s;
	cursor: pointer;
}

.nei-tab-list li::marker {
	color: #fff;
	font-size: 0;
}

.nei-tab-list a.active,
.nei-tab-list a:hover {
	background-image: url(../images/pic_tab_hover_05.png);
	transition: 0.6s;
}

.nei-title {
	text-align: center;

}

.nei-title h2 {
	font-size: 36px;
	color: #000000;
	font-weight: bold;
	padding: 0px 0 12px;
	position: relative;
	line-height: 1em;
}

.nei-title h2::after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	width: 74px;
	height: 3px;
	background: #045d7e;
	border-radius: 50px;
}

.nei-title h1 {
	font-size: 38px;
	color: #000000;
	font-weight: bold;
	padding: 0px 0 12px;
	position: relative;
	line-height: 1em;
	margin-bottom: 20px;
}

.nei-title h1::after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	width: 74px;
	height: 3px;
	background: #045d7e;
	border-radius: 50px;
}


.product-detail-down {}

.product-down-dl {
	padding-bottom: 40px;
}

.product-down-dl.product-down-dlx {
	padding-bottom: 0px;
}

.product-detail-down .product-down-dl {
	display: none;
}

.product-detail-down .product-down-dl.active {
	display: block;
}

.product-down-dl span {
	font-size: 16px;
	color: #666666;
	text-align: center;
	box-sizing: border-box;
	width: 12%;
	padding: 16px;
}

.product-down-dl span:first-of-type {
	text-align: left;
	padding-left: 25px;
	width: 40%;
}

.product-down-dl dt {
	background: #045d7e;
}

.pro_content_info_bd {
	margin-top: 0.3rem;
}

.pro_content_info_bd .my-top {
	margin-bottom: 0.5rem;
}

dl {
	margin-bottom: 0.5rem;
	margin-top: 0.3rem;
}

.product-down-dl dt span {
	color: #ffffff;
	font-size: 18px;
}

.product-down-dl dd {
	background: #ffffff;
	border-bottom: 1px solid #e5e5e5;
}

.product-down-dl dd span {
	padding: 20px;
}

.product-down-dl dt,
.product-down-dl dd {
	display: flex;
	align-items: center;
}

.product-down-dl dd .down-a {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url(../images/pic_down_07.png) no-repeat;
	background-position: center;
}

.product-down-dl dd a:hover {
	color: #045d7e;
}

.product-down-dl dd .down-a:hover {
	background-image: url(../images/pic_down_hover_07.png);
}

@media screen and (max-width: 768px) {
	.padd-bottom-50 {
		padding: 20px 0;
	}

	.wrap {
		max-width: 94.5%;
	}

	.nei-title h2 {
		font-size: 20px;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}

	.nei-tab-list {
		flex-wrap: wrap;
		justify-content: start;
		margin-bottom: 10px;
	}

	.nei-tab-list li {
		width: 49%;
		/* margin-right: 2%; */
		margin-bottom: 2%;
	}

	.nei-tab-list li a {
		box-sizing: border-box;
		width: 100%;
		text-align: center;
		display: block;
	}

	.nei-tab-list a {
		padding: 4px 20px;
	}

	.product-detail-down .product-down-dl.active {
		display: block;
	}

	.product-down-dl {
		width: auto;
	}

	.product-down-dl dt span {
		display: none !important;
	}

	.product-down-dl dd span {
		display: none !important;
	}

	.product-down-dl dt span:first-child {
		display: block !important;
		width: 60% !important;

	}

	.product-down-dl dt span:last-child {
		display: block !important;
		width: 40% !important;
	}

	.product-down-dl dd span:first-child {
		display: block !important;
		width: 60% !important;
	}

	.product-down-dl dd span:last-child {
		display: block !important;
		width: 40% !important;
	}

}

/* 资料下载 e */

/* 联系我们 s */
.nytl_p {
	margin-top: 5px;
	font-size: 18px;
	color: #333333;
}

.nylinkbox {
	display: flex;
}

.nylinkbox .nylinkbox_item {
	height: 72px;
	display: flex;
	align-items: center;
	padding: 0 20px;
	margin-right: 30px;
}

.nylinkbox_item span {
	position: relative;
	font-size: 18px;
	color: #333333;
}


.nylinkbox .nylinkbox_item:hover span::before,
.nylinkbox .nylinkbox_item.on span::before {
	transform: translate(-50%, -50%) scale(1);
	-webkit-transform: translate(-50%, -50%) scale(1);
	-moz-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	-o-transform: translate(-50%, -50%) scale(1);
}

.nylinkbox .nylinkbox_item:hover span,
.nylinkbox .nylinkbox_item.active span {
	color: #fff;
}


/* 移动端 */

.nylink_mb {
	margin-top: 30px;
}

.nylink_mbtitle {
	height: 70px;
	background-color: #045d7e;
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.nylink_mbtitle span {
	font-size: 24px;
	color: #ffffff;
}

.nylink_mbtitle i {
	font-size: 28px;
	color: #ffffff;
	cursor: pointer;
}

.nylink_mbbox {
	padding: 25px 0;
	background-color: #f5f5f5;
}

.nylink_mbboxbig {
	display: flex;
	flex-wrap: wrap;
}

.nylink_mbboxbig .nylink_mbboxbig_item {
	width: 50%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 15px;
	color: #333333;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.nylink_mbboxbig .nylink_mbboxbig_item:nth-child(even) {
	border-right: 0;
}

.nylink_mbbox {
	display: none;
}

.nylink_mb {
	display: none;
}

.nylink_mbboxbig .nylink_mbboxbig_item:hover {
	background-color: #fff;
	color: #045d7e;
}

.nylink_mbboxbig .nylink_mbboxbig_item.on {
	background-color: #fff;
	color: #045d7e;
}

/* 内页联系方式 */

.nylxfs {
	margin-top: 95px;
}

.nylxfsbox {
	display: flex;
}

.nylxfsbox_l {
	width: 34%;
	padding-right: 50px;
}

.nylxfsbox_ltitle {
	width: 260px;
	word-break: keep-all;
	text-transform: uppercase;
	font-size: 68px;
	color: #045d7e;
	line-height: 72px;
	font-weight: 700;
}

.nylxfsbox_lh {
	margin-top: 10px;
	font-size: 36px;
	color: #333333;
}

.nylxfsbox_lx {
	margin-top: 35px;
	width: 40px;
	height: 2px;
	background-color: #045d7e;
}

.nylxfsbox_lp {
	margin-top: 40px;
	font-size: 15px;
	line-height: 25px;
	color: #666;
}

.nylxfsbox_limg {
	margin-top: 50px;
	height: 140px;
	overflow: hidden;
}

.nylxfsbox_limg img {
	/* width: 100%;
    height: 100%;
    object-fit: cover; */
	border-radius: 10px;
}

.nylxfsbox_r {
	width: 66%;
	display: flex;
	flex-wrap: wrap;
}

.nylxfsbox_r_item {
	width: 48%;
	margin-right: 4%;
	height: 360px;
	background-color: #f4f4f4;
	margin-bottom: 30px;
}

.nylxfsbox_r_item:nth-child(2n) {
	margin-right: 0;
}

.nylxfsbox_r_itemtitle {
	margin-top: 60px;
	width: 222px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	background-color: #045d7e;
	margin-left: 50px;
}

.nylxfsbox_r_itembox {
	margin-top: 30px;
	padding-left: 50px;
}

.nylxfsbox_r_itembox p {
	margin-bottom: 15px;
	font-size: 15px;
	color: #333333;
}

.nylxfsbox_r_itembox strong {
	font-size: 20px;
	color: #222;
	font-weight: normal;
	font-family: 'BEBAS';
}

.nylxfsbox_r_itembox p:hover .websit {
	color: #045d7e;
}

.nylxfsbox_r_itembox span {
	display: inline-block;
	width: 30%;
	margin-right: 10%;
	font-size: 0.22rem;
	text-align: center;

}

.nylxfsbox_r_itembox span img {
	display: inline-block;
	width: 100%;
	margin-top: 10%;
}

/* 地图导航 */

.nyfgs {
	margin-top: 55px;
	padding: 85px 0;
	background-color: #f4f4f4;
}

.dtdh_title {
	text-align: center;
}

.dtdh_titleh {
	font-size: 68px;
	color: #045d7e;
	text-transform: uppercase;
}

.dtdh_titlep {
	font-size: 30px;
	color: #333333;
}

.dtdh_box {
	margin-top: 30px;
	height: 500px;
	border: 1px solid #f4f4f4;
}

.dtdh_box label,
.dtdh_box img {
	max-width: none;
}

/* 在线留言 */

.zxly {
	margin-top: 55px;
	display: flex;
}

.zxly_title {
	text-align: center;
}

.zxly_title span {
	font-size: 40px;
	color: #045d7e;
	text-transform: uppercase;
}

.zxly_title b {
	margin-left: 20px;
	font-size: 36px;
	color: #333333;
}

.zxly_box {
	margin-top: 35px;
}

.zxly_boxh {
	font-size: 14px;
	color: #666666;
}

.zxly_from {
	margin-top: 15px;
	border-top: 2px solid #045d7e;
}

.zxly_from_item {
	display: flex;
	height: 102px;
	border-bottom: 1px solid #d8d8d8;
}

.zxly_from_iteml {
	width: 33%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: 1px solid #d8d8d8;
}

.zxly_from_iteml span {
	font-size: 18px;
	color: #333;
}

.zxly_from_iteml i {
	font-size: 18px;
	color: #f36a6b;
}

.zxly_from_itemr {
	width: 67%;
	display: flex;
	align-items: center;
	padding-left: 30px;
}

.zxly_from_itemrinput {
	width: 30%;
	height: 40px;
	border: 1px solid #d8d8d8;
	color: #333;
	font-size: 15px;
	padding-left: 10px;
}

.zxly_from_itemrinput:focus,
.zxly_from_itemrtextarea:focus {
	box-shadow: 0 0 1px 1px #045d7e;
	border-color: #045d7e;
}

.zxly_from_itemrinput::-webkit-input-placeholder {
	font-size: 14px;
	color: #666;
}

.zxly_from_itemrinput:-moz-placeholder {
	font-size: 14px;
	color: #666;
}

.zxly_from_itemrinput:-ms-input-placeholder {
	font-size: 14px;
	color: #666;
}

.zxly_from_item.zxlyct {
	height: 240px;
}

.zxly_from_itemrtextarea {
	width: 60%;
	height: 200px;
	border: 1px solid #d8d8d8;
	resize: none;
	outline: none;
	padding: 10px;
	color: #333;
}

.zxly_from_itemr .hand {
	margin-left: 20px;
}

.zxly_from_itemrtextarea::-webkit-input-placeholder {
	font-size: 14px;
	color: #666;
}

.zxly_from_itemrtextarea:-moz-placeholder {
	font-size: 14px;
	color: #666;
}

.zxly_from_itemrtextarea:-ms-input-placeholder {
	font-size: 14px;
	color: #666;
}

.zxly_from_yzm {
	position: relative;
}

.zxly_from_tj {
	padding: 55px 0;
	display: flex;
	justify-content: center;
}

.zxly_from_tjbox {
	width: 335px;
	height: 68px;
	text-align: center;
	border-radius: 34px;
	-webkit-border-radius: 34px;
	-moz-border-radius: 34px;
	-ms-border-radius: 34px;
	-o-border-radius: 34px;
	background-color: #707070;
	border: 0;
	font-size: 18px;
	color: #fff;
}

.zxly_from_tjbox:hover {
	cursor: pointer;
	background-color: #045d7e;
}

@media screen and (max-width: 1600px) {
	.nylxfsbox_r_item {
		width: 48.5%;
		margin-right: 3%;
		margin-bottom: 20px;
	}

	.nylxfsbox_r_itemtitle,
	.nyfgsr_slide_itemtiele {
		margin-top: 40px;
	}

	.nylxfsbox_r_itembox,
	.nyfgsr_slide_itembox {
		margin-top: 30px;
		padding-left: 15px;
	}

	.nylxfsbox_itembox_item,
	.nyfgsr_itembox_item {
		margin-bottom: 10px;
	}

	.nylxfsbox_itembox_item span,
	.nyfgsr_itembox_item span {
		font-size: 14px;
	}

	.nylxfsbox_itembox_item b,
	.nyfgsr_itembox_item b {
		font-size: 14px;
	}

	.nylxfsbox_itembox_item b.tel,
	.nyfgsr_itembox_item b.tel {
		font-size: 18px;
	}

	.nylxfsbox_ltitle {
		font-size: 58px;
		line-height: 60px;
	}

	.nylxfsbox_lh,
	.nyfgsbox_lh {
		font-size: 32px;
	}

	.dtdh_titleh {
		font-size: 58px;
	}

	.zxly_title span {
		font-size: 58px;
	}

	.zxly_title b {
		font-size: 30px;
	}

	.zxly_from_itemrinput {
		width: 50%;
	}

	.zxly_from_itemrtextarea {
		width: 50%;
	}
}

@media screen and (max-width: 1200px) {
	.nylxfsbox_ltitle {
		width: 100px;
		font-size: 40px;
		line-height: 42px;
	}

	.nylxfsbox_lh,
	.nyfgsbox_lh,
	.dtdh_titlep,
	.zxly_title b {
		font-size: 26px;
	}

	.dtdh_titleh,
	.zxly_title span,
	.nyfgsbox_ltitle {
		font-size: 40px;
	}

	.nylxfsbox_l,
	.nyfgsbox_l {
		padding-right: 25px;
	}

	.nylxfsbox_r_itemtitle {
		/* margin-left: 0; */
	}

	.nylxfsbox_r_itemtitle,
	.nyfgsr_slide_itemtiele {
		margin-top: 25px;
		width: 180px;
		font-size: 15px;
	}

	.nylxfsbox_r_itembox,
	.nyfgsr_slide_itembox {
		margin-top: 30px;
		padding: 0 10px;
	}

	.nylxfsbox_itembox_item,
	.nyfgsr_itembox_item {
		margin-bottom: 5px;
	}

	.zxly_from_itemrinput {
		width: 70%;
	}

	.zxly_from_itemrtextarea {
		width: 70%;
	}
}

@media screen and (max-width: 992px) {
	.nylxfs {
		margin-top: 60px;
	}

	.nylxfsbox {
		flex-wrap: wrap;
	}

	.nylxfsbox>div {
		width: 100%;
	}

	.nylxfsbox_l,
	.nyfgsbox_l {
		padding-right: 0;
	}

	.nylxfsbox_ltitle {
		width: 100%;
	}

	.nylxfsbox_lh {
		margin-top: 5px;
	}

	.nylxfsbox_lx {
		display: none;
	}

	.nylxfsbox_lp {
		margin-top: 10px;
		font-size: 13px;
	}

	.nylxfsbox_limg {
		display: none;
	}

	.nylxfsbox_r {
		margin-top: 20px;
	}

	.nylxfsbox_r_item {
		width: 100%;
		height: auto;
		margin-right: 0;
		margin-left: 15px;
	}

	.nylxfsbox_r_itembox,
	.nyfgsr_slide_itembox {
		margin-bottom: 30px;
		padding: 0 20px;
	}

	.nylxfsbox_r_itemtitle,
	.nyfgsr_slide_itemtiele {
		margin-left: -15px;
		height: 40px;
		line-height: 40px;
		font-size: 15px;
	}

	.nylxfsbox_r_itembox p {
		font-size: 14px;
		margin-bottom: 10px;
	}


	.nyfgs {
		padding: 50px 0;
		margin-top: 50px;
	}

	.nyfgsbox {
		flex-wrap: wrap;
	}

	.nyfgsbox>div {
		width: 100%;
	}

	.nyfgsbox_lqh {
		margin-top: 20px;
		background: #fff;
	}

	.nyfgsbox_r {
		margin-top: 20px;
	}

	.dtdh {
		margin-top: 50px;
	}

	.dtdh_box {
		height: 300px;
	}

	.zxly {
		margin-top: 50px;
	}

	.zxly_box {
		margin-top: 20px;
	}

	.nyfgsr_slide .nyfgsr_slide_item {
		height: auto;
	}

	.nyfgsr_slide_itembox p {
		font-size: 14px;
	}

	.zxly_from_iteml {
		width: 100px;
	}

	.zxly_from_iteml span {
		font-size: 15px;
	}

	.zxly_from_itemr {
		width: calc(100% - 100px);
	}

	.zxly_from_itemrtextarea {
		width: 100%;
	}

	.zxly_from_itemrinput {
		width: 100%;
	}

	.zxly_from_tj {
		padding-bottom: 20px;
		padding-top: 30px;
	}

	.zxly_from_tjbox {
		width: 180px;
		height: 40px;
		font-size: 15px;
	}
}

/* 联系我们 e */



/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
	/* 1600 × (900/1024/1200) */
}

@media all and (max-width:1599px) {

	/* 1440 × (900/1050) */
	.about01top .left {
		/* padding: 0 100px 0 calc((100% - 1200px)/2) */
	}

	.about01 {
		align-items: center;
	}

	.about01wrap {
		padding-bottom: 40px;
	}

	.about01top .right {
		/* padding: 0 calc((100% - 1200px)/2) 0 100px; */
	}

	.about01top .right li {
		margin-bottom: 50px !important;
	}

	.l-left {
		width: 8.5rem;
	}

	.Timeline002790 li .con {
		padding: 80px 35px;
	}

	.add_diyi {
		padding: 0;
	}

	.newstab {
		flex-wrap: nowrap;
	}
}

@media all and (max-width:1439px) {
	/* 1360 × (768) */
}

@media all and (max-width:1359px) {
	/* 1280 × (800/854/1024) */
}

@media all and (max-width:1279px) {

	/* 1152 × (864) */
	.fs22 {
		font-size: 15px;
	}
}

@media all and (max-width:1151px) {
	/* 1024 × (600/768) */
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {

	/* 平板设备 720 适配 */
	.n-left {
		display: none;
	}

	.n-right {
		width: 100%;
	}
}

@media all and (max-width:768px) {
	.innerbanner img {
		height: 250px;
		object-fit: cover;
	}

	.newstabwrap {
		padding: 0 2%;
	}

	.about01 {
		flex-direction: column;
	}

	.about01wrap {
		padding: 50px 2%;
		padding-bottom: 20px;
		box-sizing: border-box;
	}

	.about01top {
		display: block;
		width: 100%;
	}

	.about01top .left {
		width: 100%;
		padding: 0;
	}

	.about01top .left h3 {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.about01top .left p {
		font-size: 16px;
	}

	.about01top .left strong {
		width: 40px;
		margin: 20px 0;
	}

	.about01top .left h4 {
		font-size: 14px;
		line-height: 24px;
	}

	.about01wrap:after {
		display: none;
	}

	.about01top .right {
		width: 100%;
		padding: 0;
		margin-bottom: 30px;
	}

	.about01top .right li h2 {
		color: #222222;
		font-size: 30px;
	}

	.about01top .right li p {
		color: #666666;
		font-size: 12px;
		line-height: 1.5;
	}

	.about01top .right ul {
		display: flex;
		display: -webkit-flex;
		border: 1px solid #dddddd;
	}

	.about01top .right li {
		margin-bottom: 0;
		width: calc(100% / 2);
		box-sizing: border-box;
		border-right: 1px solid #DDDDDD;
		text-align: center;
		padding: 20px 5px;
		margin-bottom: 0 !important;
	}

	.about01top .right li:last-child {
		border-right: none;
	}

	.about01top .right ul {
		flex-wrap: wrap;
		margin-top: 30px;
	}

	.about01img,
	.img_right {
		width: 100%;
	}

	.ab_Process {
		padding: 20px;
	}

	.ab_Process .tl {
		margin-bottom: 20px;
	}

	.about02wrap {
		padding: 50px 2%;
	}

	.about02text {
		width: 100%;
	}

	.about02text h3 {
		font-size: 24px;
	}

	.about02text strong {
		width: 40px;
	}

	.about02text .min h4 {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 20px;
	}

	.about02text .more {
		width: 120px;
		height: 36px;
		line-height: 36px;
	}

	.about03 {
		margin: 50px auto;
		display: block;
	}

	.about03 .imgbox {
		width: 100%;
		display: none;
	}

	.about03 .text {
		width: 100%;
	}

	.about03 .text h3 {
		font-size: 24px;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.about03 .text h4 {
		font-size: 14px;
		line-height: 26px;
	}

	.about03wrap {
		padding: 50px 0;
	}

	.about03wrap .tl h4 {
		width: 96%;
		font-size: 14px;
		line-height: 26px;
	}

	.about03wrap .tl h3 {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.about03wrap .tl {
		margin-bottom: 30px;
	}

	.about04 a {
		height: 250px;
	}

	.about04 a {
		padding: 20px 10px;
	}

	.about03wrap .swiper-pagination {
		margin-top: 30px;
	}

	.culture02wrap .bg {
		height: 60vh;
		object-fit: cover;
	}

	.culture0201 .item {
		padding: 50px 0;
	}

	.culture0201 .item h3 {
		font-size: 22px;
		margin-bottom: 20px;
	}

	.culture0201 .item p {
		font-size: 16px;
	}

	.culture0201 .item strong {
		margin: 20px auto;
	}

	.culture0201 .item h4 {
		line-height: 24px;
		font-size: 13px;
	}

	.culture0201 .item .bot {
		bottom: 20px;
		font-size: 12px;
		line-height: 22px;
	}

	.wrap {
		margin-top: 30px;
	}

	#news .wrap>.tit {
		font-size: 18px
	}

	#news .top {
		margin-top: 0;
		padding-bottom: 10px;
	}

	#news .list>a .wrap {
		padding-top: 15px;
		margin-top: 0;
	}

	.zxly_title span,
	.zxly_title b {
		font-size: 22px;
	}

	.environment .env-content .swiper-slide>div {
		width: 48%;
	}

	.environment .env-content .swiper-slide>div.gallery:nth-child(2n) {
		margin-right: 0;
	}

	.environment .env-content .swiper-slide>div.gallery:nth-child(3n) {
		margin-right: 2%;
	}

	.environment .env-content .gallery .img-cover .img-cover-circle {
		width: 100px;
		height: 100px;
	}

	.environment .env-content .gallery .img-cover .img-cover-circle::after {
		width: 80px;
		height: 80px;
	}

}

@media all and (max-width:640px) {

	/* 移动终端以上 360 适配 */
	.innerbanner .text h3 {
		font-size: 24px;
	}

	.innerbanner .text p {
		font-size: 14px;
	}

	.n_video ul li {
		width: 100%;
	}
}

@media all and (max-width:480px) {}

@media all and (max-width:420px) {}

@media all and (max-width:376px) {}