body {
	background: #F5F5F5;
}

.n-banner {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.n-banner .img {
	width: 100%;
	font-size: 0;
}

.n-banner .img img {
	width: 100%;
}

.n-banner .m-c {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 0;
	top: 0;
}

.n-banner .m-c h1 {
	font-size: 42px;

	font-weight: bold;
	color: #FFFFFF;
}

.n-b-product video {
	width: 100%;
}

.n-b-product .m-c {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	padding: 4em 0;
}

.n-b-product .m-c .mt h1 {
	font-size: 30px;
}

.n-b-product .m-c .play {
	cursor: pointer;
	display: flex;
	align-items: center;
	margin: 1em 0;
}

.n-b-product .m-c .play img {
	width: 3em;

}

.n-b-product .m-c .play p {
	font-size: 1em;
	color: #fff;
	padding-left: 1em;
}

.n-b-product .m-c .play:hover img {
	animation: img-play 1s infinite;
}

.play img {
	animation: img-play 1s infinite alternate;
}

@keyframes img-play {
	from {
		transform: scale(1.1);
		opacity: 0.8;
	}

	to {
		transform: scale(1);
		opacity: 1;
	}
}

/*  */
.g-tc {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.2);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 999;
	transform: translateX(-100%);
	transition: all 1s;
}

.g-tc.on {
	transform: translateX(-0%);
}

.g-tc .m-box-p .m-c .close {
	text-align: right;
	width: 100%;
	font-size: 2em;
	color: #fff;
	line-height: 2;
	cursor: pointer;
}

.g-tc .m-box-p .m-c video {
	width: 80%;
	margin: 0 auto;
	display: block;
}

/*  */
.g-page {
	padding: 0 0 2em;
}

.g-page .m-c ul {
	display: flex;
	justify-content: center;
}

.g-page .m-c ul li:first-child,
.g-page .m-c ul li:last-child {
	/* background: #000000; */
	display: flex;
	justify-content: center;
	align-items: center;
}

.g-page .m-c ul li:last-child {
	transform: rotate(180deg);
}

.g-page .m-c ul li img {
	width: 10px;
	display: block;
}

.g-page .m-c ul li {
	width: 57px;
	height: 57px;
	background: #E5E5E5;
	margin: 10px;
	border-radius: 50%;
	transition: all 1s;
}

.g-page .m-c ul li a {
	font-size: 1.2em;
	display: block;
	text-align: center;
	line-height: 57px;
	font-weight: 400;
	color: #333;
}

.g-page .m-c ul li:hover,
.g-page .m-c ul li.on {
	background: #000;
	color: #fff;
}

.g-page .m-c ul li:hover a,
.g-page .m-c ul li.on a {

	color: #fff;
}

.g-page .m-c ul li:last-child,
.g-page .m-c ul li:first-child {
	background: #000;
}

.g-page .m-c ul li:last-child:hover,
.g-page .m-c ul li:first-child:hover {
	background: #00428E;
}

/*  */
.n-news {
	padding: 4em 0;
}

.n-news .m-c .m-t {
	box-shadow: 0px 3px 20px 1px rgba(0, 0, 0, 0.0800);
	background: #fff;
}

.n-news .m-c .m-t .img {
	width: 58%;
	font-size: 0;
	overflow: hidden;
}

.n-news .m-c .m-t .txt {
	width: 42%;
	padding: 4em;

}

.n-news .m-c .m-t .txt .c-b {
	display: flex;

	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-content: center;

	height: 100%;
}

.n-news .m-c .m-t .txt .c-b .t {
	flex: auto;
}

.n-news .m-c .m-t:hover h1 {
	color: #00428E;
}

.n-news .m-c .m-t:hover .img img {
	transform: scale(1.05);
}

.n-news .m-c ul {
	display: flex;
	margin: 1.8% 0;
	flex-wrap: wrap;
}

.n-news .m-c ul li {
	background: #FFFFFF;
	box-shadow: 0px 3px 20px 1px rgba(0, 0, 0, 0.0700);
	width: 23%;
	margin: 1.3% 2.6% 1.3% 0;
	padding: 10px;
	overflow: hidden;

	position: relative;
}

.n-news .m-c ul li .txt {
	position: relative;
	width: calc(100%-20px);

	overflow: hidden;
	padding: 20px;
	background: #fff;
	transition: all 1s;
}

.n-news .m-c ul li:hover .txt {
	/* bottom: 10%;
	position: absolute; */
	margin-top: -2em;
	margin-bottom: 2em;
	background: #fff;


}

.n-news .m-c ul li:nth-of-type(4n) {
	margin: 1.3% 0% 1.3% 0;
}

.n-news .m-c ul li .img {
	width: 100%;
	font-size: 0;
	overflow: hidden;
}

.n-news .m-c .img img {
	width: 100%;
	transition: all 2s;
}

.n-news .m-c ul li:hover .img img {
	transform: scale(1.05);
}

.n-news .m-c h1 {
	font-size: 18px;

	margin: 10px 0;
	font-weight: bold;
	color: #000000;
}

.n-news .m-c p {
	font-size: 1em;
	line-height: 1.75;
	font-weight: 400;
	color: #999999;
	padding-bottom: 2em;
}

.n-news .m-c span {
	font-weight: 400;
	color: #999999;
	font-size: 14px;
	display: block;
	width: 100%;
	align-items: flex-end;
	margin-bottom: 10px;
}

.n-news .m-c ul li:hover h1 {
	color: #00428E;
}

/*  */
.g-newdata {
	padding: 4em 0;
}

.g-newdata .m-tit {
	width: 100%;
	text-align: center;
	padding: 1em 0 2em;
}

.g-newdata .m-tit h1 {
	font-size: 30px;

	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
}

.m-con {
	padding: 1em 0;line-height: 1.8;color: #333333;
}

.m-con p {
	font-size: 1em;
	font-weight: 400;
	color: #333333;
	line-height: 1.8;
	margin-bottom: 15px;
}

.m-con img {
	width: 60%; text-align:center; 
}
.m-con p img{ 
	width: 60%; margin:0px 20%;
}


.m-page {
	padding: 2em 0;
}

.m-page .l-l {
	display: flex;
	/* flex-wrap: wrap; */
	align-items: center;
	margin: 10px 0;
}

.m-page .l-l .b a {
	padding: 0.4em 0.8em;
	background: #000;
	border-radius: 1em;
	color: #fff;
	font-size: 0.8em;
	display: block;
	border: 1px solid #000;
}

.m-page .l-l p {
	padding-left: 1em;
	font-size: 1em;
	color: #000;
}

.m-page .l-l p a {
	color: #000;
}

.m-page .l-l .b a:hover {
	border: 1px solid #000;
	color: #000;
	background: none;
}

.m-page .l-l p a:hover {
	color: #00428E;
}

/*  */
.n-product {
	padding: 4em 0;
}

.n-product .m-c ul li {

float:left; margin-bottom:20px;
}

.n-product .m-c ul li .img {
	width: 90%;
	overflow: hidden;
	margin: 0 auto 1em;
}

.n-product .m-c ul li .img img {
	width: 100%;
	transition: all 1s;

}

.n-product .m-c ul li:hover .img img {
	transform: scale(1.1);
}

.n-product .m-c ul li h1 {
	font-size: 22px;
	text-align: center;
	color: #000;
	font-weight: normal;
}
.n-product .m-c ul li h1 a{ color:#333333}
.n-product .m-c ul li .b {

	background: #fff url(../image/p-jt1.png) center center no-repeat;
	background-size: 1em;
	transform: rotate(35deg);
	box-shadow: 0px 3px 20px 1px rgba(0, 0, 0, 0.0800);
	width: 5em;
	height: 5em;
	border-radius: 50%;
	display: block;
	margin: 20px auto;
}

.n-product .m-c ul li:hover .b {
	background: #000000 url(../image/p-jt.png) center center no-repeat;
	background-size: 1.5em;
	transform: rotate(0);
}

/*  */
.n-job {
	padding: 6em 0 0;
	background: #fff;
}

.n-job .m-c ul li {


	background: #f8f8f8;
}

.n-job .m-c ul li .j-t {

	border-bottom: 1px solid #eeeeee;
}

.n-job .m-c ul li .t {
	display: flex;
	justify-content: space-between;
	padding: 2.2em 0;

}

.n-job .m-c ul li .t h1 {
	font-size: 1.6em;
	color: #000;
}

.n-job .m-c ul li .t h2 {
	font-size: 1.6em;
	color: #999;
	width: 1.6em;
	height: 1.6em;
	border-radius: 50%;
	border: 1px solid #999;
	text-align: center;
	transition: all 1s;

}

.n-job .m-c ul li .j-b {
	/* padding: 1em 0; */
	height: 0;
	overflow: hidden;
	transition: all 1s;
	opacity: 0;
}

.n-job .m-c ul li.on .j-b {
	background: #fff;
	height: auto;
	opacity: 1;
	padding-bottom: 4em;
	border-top: 1px solid #eeeeee;
}

.n-job .m-c ul li.on {
	background: #fff;
}

.n-job .m-c ul li .j-open .l-l {
	width: 50%;
	padding: 2em 0;
}

.n-job .m-c ul li .j-open .l-l:last-child {
	border-left: 1px solid #eeeeee;
	padding: 2em 0 2em 10%;
}

.n-job .m-c ul li .j-open .l-l .l-t {
	display: flex;
}

.n-job .m-c ul li .j-open .l-l .l-t p {
	font-size: 1em;
	color: #000;
	line-height: 1.5;
	margin-bottom: 10px;
}

.n-job .m-c ul li .j-open .l-l .p2 {
	margin: 2em 0;
}

.n-job .m-c ul li .j-b .a-link1 {
	background: #000;
	color: #fff;
	margin: 0 3em 3em;
}

.n-job .m-c ul li .j-b .a-link1:hover {
	background: #fff;
	color: #000;
}

/*  */
.g-case {
	padding: 6em 0;
	background: #fff;
}

.g-case .m-c {
	position: relative;
}

.g-case .m-c .img {
	width: 100%;
	padding-left: 20px;

}

.g-case .m-c .img img {
	width: 100%;
}

.g-case .m-c .txt {
	position: absolute;
	width: 50%;
	left: -20px;
	top: 20%;
	background: #FBFBFB;
	padding: 4em 2em 4em 4em;
}

.g-case .m-c .txt h1 {
	font-weight: bold;
	color: #000000;
	font-size: 42px;
	line-height: 2;
}

.g-case .m-c .txt h2 {
	font-size: 22px;
	line-height: 1.75;
	font-weight: 400;
	color: #000000;
}

.g-case .m-c .txt p {
	font-size: 22px;
	line-height: 1.75;
	padding-left: 1em;
	font-weight: 400;
	color: #000000;
	position: relative;
}

.g-case .m-c .txt p::before {
	content: "";
	width: 12px;
	height: 12px;
	background: #000000;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0.6em;
}

/*  */
.g-form {
	background: #F6F6F6;
	padding: 6em 0;
}

.g-form .m-c {
	background: #fff;
	padding: 3em 3.5em;
}

.g-form .m-c h1 {
	font-size: 30px;

	font-weight: bold;
	color: #000000;
	line-height: 2;
}

.g-form .m-c p {
	font-size: 1em;

	font-weight: 400;
	color: #000000;
	line-height: 2;
	margin-bottom: 2em;
}

.g-form .form .l-l {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 1em 0;
}

.g-form .form .l-l .ll {
	width: 49%;
}

.g-form .form .l-l input,
.g-form .form .l-l select {
	width: 100%;
	background: #FFFFFF;
	border-radius: 9px 9px 9px 9px;
	opacity: 1;
	border: 2px solid #000000;
	font-size: 1em;
	line-height: 2.5;
	padding: 10px;
}

.g-form .form .l-l select {
	padding: 18px;
}

.msg {
	color: red;
}

.g-form .form textarea {
	width: 100%;
	background: #FFFFFF;
	border-radius: 9px 9px 9px 9px;
	opacity: 1;
	border: 2px solid #000000;
	font-size: 1em;
	line-height: 2;
	padding: 10px;
	min-height: 10em;
	display: block;
}

.g-form .form .inp {
	display: inline-block;
	font-size: 1em;
	border: 1px solid #000;
	background: #000 url(../image/jt1.svg) center right 2em no-repeat;
	background-size: 1em auto;
	border-radius: 50px;
	padding: 0.8em 4em 0.8em 2em;
	font-weight: 400;
	color: #fff;
	margin: 1em 0;
	cursor: pointer;
	transition: all 1s;
}

.g-form .form .inp:hover {
	background: #fff url(../image/jt.svg) center right 2em no-repeat;
	background-size: 1.5em auto;
	color: #000;
}

/*  */
.x-lc {
	padding: 4em 0;
	background: #fff;
}

.x-lc .m-c ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.x-lc .m-c ul li {
	border: 1px solid #DCDCDC;
	background: #fff;
	padding: 4em 1.8em;
	position: relative;
}

.x-lc .m-c ul li img {
	width: 50%;
	display: block;
	margin: 1em auto;
}

.x-lc .m-c ul li::after {
	content: "";
	position: absolute;
	right: -20px;
	top: 48%;
	width: 10px;
	height: 15px;
	background: url(/style/lj.png) no-repeat;
	background-size: 8px;
}

.x-lc .m-c ul li h1 {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	color: #000000;
}

.x-lc .m-c ul li:hover {
	box-shadow: 0px 3px 20px 1px rgba(0, 0, 0, 0.0800);
}

/*  */
.x-yx {
	padding: 4em 0;
}

.x-yx .m-c .img {
	width: 60%;
	margin: -2em auto 0;
}

.x-yx .m-c .img img {
	width: 100%;
}

.x-yx .m-c h2 {
	font-size: 24px;
	line-height: 2;
	font-weight: bold;
	color: #000000;
}

.x-yx .m-c ul li {
	padding: 1.5em;
	background: #00428E;
	font-size: 1em;

	font-weight: 400;
	color: #FFFFFF;
}

.x-yx .m-c ul li:nth-of-type(2n) {
	background: #EEEEEE;
	color: #000;
}

.x-yx .m-c .l-e {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin: 1em 0;
}

.x-yx .m-c .l-e img {
	width: 7vw;
}

.x-yx .m-c .l-e p {
	font-weight: bold;
	font-size: 0.8em;
}

.x-yx .m-c .l-e p span {
	color: #00428E;
}

/*  */
.x-xx {
	padding: 8em 0;
	background: url(../image/x8.png) no-repeat;
	background-size: cover;
}

.x-xx .m-c p {
	font-weight: 400;
	font-size: 1em;
	text-align: center;
}

.x-xx .m-c p span {
	color: #00428E;
}

.x-xx .m-c img {
	width: 12em;
	display: block;
	margin: 1em auto;
}

/*  */
.j-tab {
	padding: 6em 0 0;
	background: #fff;
}

.j-tab .m-c ul {
	display: flex;
	justify-content: center;
	border-radius: 34px 34px 34px 34px;
	padding: 6px 2px;
	width: 33.333333333333336vw;
	margin: 0 auto;
	border: 1px solid #000000;
}

.j-tab .m-c ul li {
	width: 7.96875vw;
	text-align: center;
	border-radius: 34px 34px 34px 34px;
	font-size: 18px;
	cursor: pointer;
	margin: 0 5px;
	font-weight: bold;
	color: #000;
	padding: 10px;
}

.j-tab .m-c ul li:hover,
.j-tab .m-c ul li.on {
	background: #000000;
	color: #fff;
}

/*  */
.j-tab-ul {
	padding: 6em 0 0;
	background: #fff;
}

.j-tab-ul .n-job {
	height: 0;
	overflow: hidden;
	opacity: 0;
	/* display: none; */
	transition: all 1s;
	transform: translateY(10%);
	padding: 0;
}

.j-tab-ul .n-job.on {
	height: auto;
	opacity: 1;
	display: block;
	transform: translateY(0%);
}

/*  */
.h-pics {
	padding: 4em 0;
}

.h-pics .m-c ul li {
	margin-top: 14px;
	width: 100%;
	position: relative;
}

.h-pics .m-c ul li .img {
	width: 100%;
	font-size: 0;
	overflow: hidden;
}

.h-pics .m-c ul li .img img {
	width: 100%;
}

.h-pics .m-c ul li .m-t {
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;

	width: 100%;
	height: 100%;
	background: linear-gradient(97deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

.h-pics .m-c ul li .m-t h1 {
	font-size: 1.5625vw;
	font-weight: bold;
	line-height: 2;
	letter-spacing: 1px;
	margin-bottom: 15px;
}

.h-pics .m-c ul li .m-t h1 a {
	color: #fff;
}

.h-pics .m-c ul li .m-t img {
	width: 2.175vw;

}

.h-pics .m-c ul li .m-t img:hover {
	animation: img-b 1s infinite;
}

@keyframes img-b {
	from {
		transform: scale(1.05);
	}

	to {
		transform: scale(1);
	}
}

.h-pics .m-c ul li:nth-of-type(2n) .m-t h1 {
	text-align: right;
}

.h-pics .m-c ul li:nth-of-type(2n) .m-t img {
	float: right;
}

/*  */
.h-mun {}

.h-mun .m-c {
	padding: 2em;
	background: url(../image/h-p.png) center center no-repeat;
	background-size: auto 100%;
}

.h-mun .m-c .t {
	font-weight: 400;
	color: #000000;
	font-size: 1em;
	padding: 1em;
	border-bottom: 1px solid #E1E3E5;
}

.h-mun .m-c .l-l h1 {
	font-size: 8.229166666666668vw;
	font-family: "Gotham-Bold";
	font-weight: bold;
	color: #00428E;
	line-height: 2;
}

.h-mun .m-c span {
	font-family: "Gotham-Bold";
}

.h-mun .m-c .l-l h1 sup {
	font-size: 2.8979166666666667vw;
	font-family: "Gotham-Bold";
}

.h-mun .m-c ul {
	margin: 2em 0;
}

.h-mun .m-c ul li {
	width: 30%;
}

.h-mun .m-c li h2 {
	font-size: 3.125vw;
	font-weight: bold;
	color: #394854;
	line-height: 2;
	font-family: "Gotham-Bold";
}

/*  */
.p-data {
 background-image:url(../image/pddata.png); background-repeat:repeat;

}

.p-data .m-c {
	position: relative;
}

.p-data .m-c .swiper-slide {

	background-size: cover;

}

.p-data .m-c .swiper-slide .img {
	width: 40%;
	padding-bottom: 10em;
}

.p-data .m-c .swiper-slide .img img {
	width: 100%;
	display: block;
	margin: 0 auto;
}

.p-data .m-c .swiper-slide .txt {
	width: 58%;
}

.p-data .m-c .swiper-slide .txt h1 {
	font-size: 2.1875vw;
	font-weight: bold;
	color: #000000;
	line-height: 2;
	margin-bottom: 10px;
}

.p-data .m-c .swiper-slide .txt p {
	font-size: 1em;
	font-weight: 400;
	color: #000000;
	line-height: 1.5;
	margin-bottom: 20px;
}

.p-data .m-c .swiper-slide .txt p span {
	display: block;
}

.data-nav {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 34%;
	z-index: 99;
}

.data-nav ul {
	display: flex;
	justify-content: center;
}

.data-nav ul li {
	width: 18%;
	margin: 1em;
	cursor: pointer;
}

.data-nav ul li img {
	width: 100%;
}

.data-nav ul li.active {
	transform: scale(1.05);
}

/*  */
.p-dt {
	padding: 4em 0;
	min-height: 100vh;
}

.p-dt .img {
	width: 100%;
	margin: 4em auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.p-dt .img .item {
	width: 23%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.p-dt .img .item img {
	max-width: 250px;
}

.p-dt .img .item p {
	margin-top: 10px;
	font-size: 1.2em;
	text-align: center;
	font-weight: 400;
}


/*  */
.p-lb {
	/* background: #000; */
	background-size: 100% 55%;
	padding: 4em 0;
	position: relative;
	background-image: url(../image/p-lbbj.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

/* .p-lb::after{
	content: "";
	position:absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 53.5%;
	background: #000;
	z-index: -1;
} */
.p-lb .m-c {
	position: relative;
	padding-left: 7%;
}

.p-lb .swiper-lb {}

.p-lb .swiper-lb .swiper-slide {
	width: 22%;
	margin-left: 3%;
}

.p-lb .swiper-lb .swiper-slide .img {
	width: 100%;
	font-size: 0;
	overflow: hidden;
}

.p-lb .swiper-lb .swiper-slide .img img {
	width: 100%;
	transition: all 1s;
}

.p-lb .swiper-lb .swiper-slide:hover .img img {
	transform: scale(1.05);
}

.p-lb .swiper-lb .swiper-slide h1 {
	font-size: 1.5625vw;
	line-height: 2;

	font-weight: bold;
	color: #000000;
}

.p-lb .m-c .c {
	width: 5.208333333333334vw;
	height: 5.208333333333334vw;
	border-radius: 50%;
	background: #00428E;
	position: absolute;
	left: 3%;
	top: 40%;
	z-index: 999;
}

.p-lb .m-c .c .swiper-button-prev,
.p-lb .m-c .c .swiper-button-next {
	background: none;
	color: rgba(0, 0, 0, 0);
}

.p-lb .m-c .c img {
	width: 1em;
}

.p-lb .m-c .c .swiper-button-prev {
	left: 0;
	transform: rotate(180deg);

}

.p-lb .m-c .c .swiper-button-next {

	right: 0;

}

.p-data .a-link {
	padding: 2em 2em;
	margin: 2em 0 2em 3%;
	color: #fff;
	background: #000;
}

.p-data .a-link:hover {
	background: #fff;
	color: #000;
}

/*  */
.c-tx {
	padding: 6em 0;
	background: #fff;
	position: relative;
}

.c-tx .ct-bj {
	position: absolute;
	left: 0;
	top: 18%;
	background: #F8F9FA;
	width: 50%;
	height: 70%;
}

.c-tx .m-c {

	padding: 2em 0;
	align-items: center;
}

.c-tx .m-c .s-info {
	width: 36%;
}

.c-tx .m-c .s-info ul li {
	position: relative;
	padding-left: 2em;
	margin: 2.5em 0;

}

.c-tx .m-c .s-info ul li h1 {
	font-size: 1.5625vw;
	font-weight: bold;
	color: #000000;
	line-height: 2;
	margin-bottom: 10px;
	z-index: 1;
	position: relative;
}

.c-tx .m-c .s-info ul li p {
	font-weight: 400;
	color: #000000;
	font-size: 1em;
	line-height: 1.5;
	z-index: 1;
	position: relative;
}

.c-tx .m-c .s-info ul li span {
	position: absolute;
	left: 0;
	top: 0;
	font-family: "Gotham-Bold";
	font-size: 4.21875vw;
	font-weight: bold;
	color: #EDEDED;
	z-index: 0;
}

.c-tx .m-c .s-pic {
	width: 58%;
	position: relative;
}

.c-tx .m-c .s-pic li {
	margin: 1em 0 2em 40%;
	width: 38%;
}

.c-tx .m-c .s-pic li img {
	width: 100%;
}

.c-tx .m-c .s-pic li:nth-of-type(2) {
	width: 45%;
}

.c-tx .m-c .s-pic li:nth-of-type(3) {
	position: absolute;
	left: 11%;
	top: 28%;
	width: 35%;
	transform: scale(0.8);
	margin: 0;

}

.c-tx .m-c .s-pic li:nth-of-type(4) {
	position: absolute;
	right: 0;
	top: 35%;
	margin: 0;
	transform: scale(1.1);
}

/*  */
.r-fz {
	padding: 2em 0;
	background: #fff url(../image/cfz.png) top 4em center no-repeat;
	background-size: cover;
}

.r-fz .m-c .l-l {
	align-items: center;
	margin: 2em 0;
}

.r-fz .m-c .l-l h1 {
	font-size: 1.5625vw;
	font-family: PingFang SC-Bold, PingFang SC;
	font-weight: bold;
	color: #000000;
	width: 15%;
}

.r-fz .m-c .l-l ul {
	display: flex;
	width: 85%;
}

.r-fz .m-c .l-l ul li {
	background: #FFFFFF;
	box-shadow: 6px 6px 20px 1px rgba(0, 0, 0, 0.1000);
	font-size: 1em;
	padding: 1em 4em;
	margin: 0 1em;
	font-weight: 400;
	color: #000000;
	position: relative;
}

.r-fz .m-c .l-l ul li::after {
	content: "";
	position: absolute;
	right: -1.1em;
	top: 40%;
	width: 0.4em;
	height: 1em;
	background: url(../image/ljb.png) center center no-repeat;
	background-size: 0.4em;
}

.r-fz .m-c .l-l ul li:last-child::after {
	content: "";
	opacity: 0;
}

/*  */
.r-jh {
	padding: 2em 0;
	background: #fff url(../image/r.png) bottom center no-repeat;
	background-size: 100% 85%;
}

.r-jh .m-c {
	margin: 4em 0;
}

.r-jh h2 {
	font-size: 1.5625vw;

	font-weight: bold;
	color: #000000;
	margin-bottom: 15px;
}

.r-jh p {
	font-size: 1em;

	line-height: 1.5;

	font-weight: 400;

	color: #000000;
}

.r-jh .l-l {
	align-items: center;
	margin: 2em 0;
}

.r-jh .l-l .s-pic {
	width: 58%;
	border-radius: 0px 21px 21px 0px;
	overflow: hidden;
}

.r-jh .l-l .s-info {
	width: 36%;

}

.r-jh .l-l .s-info li {
	margin: 4em 0;
}

/*  */
.r-fl {
	padding: 6em 0;
	background: #fff;
	overflow: hidden;
}

.r-fl .m-c ul li {
	width: 24%;
	position: relative;
	overflow: hidden;
	float: left;
	margin-right: 1%;
}

.r-fl .m-c ul li .img {
	width: 100%;
	font-size: 0;
	overflow: hidden;
}

.r-fl .m-c ul li .img img {
	width: 100%;
	transition: all 1s;
}

.r-fl .m-c ul li:hover .img img {
	transform: scale(1.05);
}

.r-fl .m-c ul li .txt {
	position: absolute;
	left: 0;
	top: 0;
	padding: 2em;
	width: 100%;
	height: 100%;
	transition: all 1s;
}

.r-fl .m-c ul li .txt h1 {
	font-size: 1.5625vw;

	font-weight: bold;
	color: #fff;
	margin-bottom: 15px;
}

.r-fl .m-c ul li .txt p {
	font-size: 1em;
	line-height: 1.5;
	font-weight: 400;
	color: #fff;
	margin-bottom: 15px;
}

.r-fl .m-c ul li:nth-of-type(2n) {
	margin-top: 4em;
}

.r-fl .m-c ul li:hover .txt {
	background: rgba(0, 0, 0, 0.4);
}

/*  */
.r-pics {
	width: 100%;
	padding-top: 6em;
	background: #fff;
}

.r-pics ul li {
	overflow: hidden;
	position: relative;
	height: 14.427083333333334vw;
}

.r-pics .m-c ul li .img {
	width: 100%;
	font-size: 0;
	overflow: hidden;
}

.r-pics .m-c ul li .img img {
	width: 100%;
	transition: all 1s;
	min-height: 14.427083333333334vw;
}

.r-pics .m-c ul li:hover .img img {
	transform: scale(1.05);
}

.r-pics .m-c ul li .txt {
	position: absolute;
	left: 0;
	top: 0;
	padding: 2em;
	width: 100%;
	height: 100%;
	transition: all 1s;
}

.r-pics .m-c ul li .txt h1 {
	font-size: 1.5625vw;

	font-weight: bold;
	color: #fff;
	margin-bottom: 15px;
}

.r-pics .m-c ul li .txt p {
	font-size: 1em;
	line-height: 1.5;
	font-weight: 400;
	color: #fff;
	margin-bottom: 15px;
	display: none;
}

.r-pics .m-c ul li:hover .txt {
	background: rgba(0, 66, 142, 0.78);
}

.r-pics .m-c ul li:nth-of-type(2):hover .txt,
.r-pics .m-c ul li:nth-of-type(4):hover .txt,
.r-pics .m-c ul li:nth-of-type(5):hover .txt {
	background: rgba(0, 172, 8, 0.78);
}

.r-pics .m-c ul li:hover .txt p {
	display: block;
}

.r-pics .m-c ul li:nth-of-type(1) {
	width: 35%;
}

.r-pics .m-c ul li:nth-of-type(2) {
	width: 65%;
}

.r-pics .m-c ul li:nth-of-type(4) {
	width: 35%;
}

.r-pics .m-c ul li:nth-of-type(3) {
	width: 65%;
}

.r-pics .m-c ul li:nth-of-type(5) {
	width: 34%;
}

.r-pics .m-c ul li:nth-of-type(6) {
	width: 66%;
}

.r-pics .m-c ul li:nth-of-type(7) {
	width: 100%;
}

.r-pics .m-c ul li:nth-of-type(7) .txt {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.r-pics .m-c ul li:nth-of-type(7) .txt img {
	width: 3em;
	cursor: pointer;
	animation: imgtt 1s infinite alternate;
}

@keyframes imgtt {
	from {
		transform: scale(1.1);
	}

	to {
		transform: scale(1);
	}
}

/*  */
.a-jj {
	padding: 6em 0;
	background: #fff url(../image/a2.png) center center no-repeat;
	background-size: cover;
	min-height: 100vh;
}

.a-jj .m-c {
	align-items: center;
}

.a-jj .m-c .s-info {
	width: 50%;
	text-align: center;
	padding: 5%;
	background: url(../image/a1.png) bottom center no-repeat;
	background-size: 100% auto;

}

.a-jj .m-c .s-info h1 {
	font-size: 2.1875vw;
	font-weight: bold;
	color: #000000;
	margin-bottom: 1em;
}

.a-jj .m-c .s-info p {
	font-size: 1em;
	font-weight: 400;
	color: #000000;
	line-height: 1.75;
	margin-bottom: 1em;
}

.a-jj .m-c .s-info {
	width: 50%;
	text-align: center;
	padding: ;
	background: url(../image/a1.png) bottom center no-repeat;
	background-size: cover;
}

.a-jj .m-c .s-pic {
	width: 50%;
	position: relative;
}

.a-jj .m-c .s-pic img {
	width: 100%;
}

.a-jj .m-c .s-pic .img {
	width: 3em;
	position: absolute;
	left: 2em;
	bottom: 2em;
}

/*  */
.a-tab {
	width: 100%;

}

.a-tab .m-c {
	position: relative;
}

.a-tab .a-list .l-l {
	position: relative;

	transition: all 1s;
	/* opacity: 0; */
	height: 0;
	overflow: hidden;
}

.a-tab .a-list .l-l.on {

	display: block;
	opacity: 1;
	height: auto;
}

.a-tab .a-list .l-l .img {
	width: 100%;
	font-size: 0;
	overflow: hidden;
}

.a-tab .a-list .l-l .img img {
	width: 100%;
	transition: all 2s;
}

.a-tab .a-list .l-l.on .img img {
	transform: scale(1.05);
}

.a-tab .a-list .l-l .txt {
	position: absolute;
	left: 0;
	top: 20%;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 1s;

}

.a-tab .a-list .l-l.on .txt {
	top: 0;
}

.a-tab .a-list .l-l .txt .t {
	width: 60%;
	margin: 0 auto;
	text-align: center;
}

.a-tab .a-list .l-l .txt .t p {
	transition: all 1s 1s;
	transform: translateY(2em);
	opacity: 0;
}

.a-tab .a-list .l-l.on .txt .t p {
	transform: translateY(0);
	opacity: 1;
}

.a-tab .m-c h1 {
	font-size: 2.1875vw;
	font-weight: bold;
	color: #fff;
	margin-bottom: 0.5em;
}

.a-tab .m-c h1 span {
	font-size: 0.8875vw;
	display: inline-block;
	padding-left: 1em;
}

.a-tab .m-c p {
	font-size: 1em;
	font-weight: 400;
	color: #fff;
	line-height: 1.75;
	margin-bottom: 1em;
}

.a-tab .a-tab-li {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 22;
	border-top: 1px solid rgba(255, 255, 255, 0.29);

}

.a-tab .a-tab-li ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.a-tab .a-tab-li ul li {
	width: 25%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 1em;
	cursor: pointer;
}

.a-tab .a-tab-li ul li h1 {
	margin-bottom: 0;
}

.a-tab .a-tab-li ul li img {
	width: 2.5em;
}

.a-tab .a-tab-li ul li.on,
.a-tab .a-tab-li ul li:hover {
	background: rgba(0, 66, 142, 0.69) url(/style/qq.svg) left center no-repeat;
	background-size: cover;
}

/*  */
.a-wh {
	padding: 6em 0;
}

.a-wh .m-c ul li {
	width: 24%;
	margin: 1em 0;
	position: relative;
	transition: all 1s;
}

.a-wh .m-c ul li:hover {
	transform: translateY(-10px);
}

.a-wh .m-c ul li .img {
	width: 100%;
	font-size: 0;
	overflow: hidden;
}

.a-wh .m-c ul li .img img {
	width: 100%;
}

.a-wh .m-c ul li .txt {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	transition: all 1s;

}

.a-wh .m-c ul li .txt .t {
	width: 80%;
	margin: 0 auto;
	text-align: center;

}

.a-wh .m-c ul li h1 {
	font-size: 2.1875vw;
	font-weight: bold;
	color: #fff;
	margin-bottom: 0.5em;
}

.a-wh .m-c ul li span {
	font-size: 1em;
	font-weight: 400;
	color: #fff;
	line-height: 1.75;
	margin-bottom: 1em;
	transform: translateY(20%);
	display: block;

	height: 0;
	overflow: hidden;
	transition: all 1s;
}

.a-wh .m-c ul li p {
	font-size: 1em;
	font-weight: 400;
	color: #fff;
	line-height: 1.75;
	margin-bottom: 1em;
}

.a-wh .m-c ul li:hover span {
	height: 20vh;
	transform: translateY(0%);

}

/*  */
.a-time {
	padding: 10em 0 4em;
	background: #fff url(/style/att.png) bottom center no-repeat;
	background-size: cover;
	position: relative;
}

.a-time .img-dw {
	position: absolute;
	right: -10%;
	top: 20%;
	width: 35%;
	z-index: 99;
}

.a-time .img-dw img {
	width: 100%;
}

.swiper-time .swiper-slide {
	padding-bottom: 2em;
}

.swiper-time .swiper-slide h1 {
	width: 40%;
	font-size: 2.1875vw;
	font-weight: bold;
	color: #000;
	line-height: 1.75;

}

.swiper-time .swiper-slide p {
	width: 40%;
	font-size: 1em;
	font-weight: 400;
	color: #000;
	line-height: 1.75;
}

.time-nav {
	padding: 2em 0;
	position: relative;
}

.time-nav .xian {
	position: absolute;
	left: 0;
	top: 26%;
	width: 100%;
	height: 1PX;
	background: #e3e3e3;
}

.time-nav ul {
	display: flex;
	width: 400%;
	min-width: 100%;
	max-width: 400%;
	position: relative;

}

.time-nav ul li {
	width: 33vw !important;
	min-height: 23em;
	text-align: center;
	cursor: pointer;
	display: flex;
}

.time-nav ul li h1 {
	font-weight: bold;

	color: #E3E3E3;
	line-height: 2;
	font-size: 1.5625vw;
}

.time-nav ul li .p {
	font-weight: 400;
	overflow: hidden;
	color: #000;
	line-height: 2;
	font-size: 1em;
	height: 0;
	transition: all 1s;
}

.time-nav ul li .jd {
	width: 22px;
	height: 22px;
	opacity: 1;

	border: 1px solid #E3E3E3;
	border-radius: 50%;
	margin: 10px auto;
	position: relative;
}

.time-nav ul li .jd::after {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #e3e3e3;
	left: 5px;
	top: 5px;
}

.time-nav ul li.active .jd,
.time-nav ul li:hover .jd {
	border: 1px solid #00428E;
}

.time-nav ul li.active .jd::after,
.time-nav ul li:hover .jd::after {
	background: #00428E;
}

.time-nav ul li.active h1,
.time-nav ul li:hover h1 {
	color: #00428E;
}

.time-nav ul li.active .p,
.time-nav ul li:hover .p {
	opacity: 1;
	height: 16em;
}

/*  */
.a-zr {
	background: #fff;
	padding: 4em 0;
}

.mySwiper-zr {
	padding-bottom: 2em;
}

.mySwiper-zr .swiper-slide {
	/* width: 23% !important;
	margin: 0 1%; */
	box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.0900);
}

.mySwiper-zr .swiper-slide:nth-of-type(4n) {}

.mySwiper-zr .swiper-slide .img {
	font-size: 0;
	width: 100%;
	overflow: hidden;
}

.mySwiper-zr .swiper-slide .img img {
	width: 100%;
	transition: all 1s;

}

.mySwiper-zr .swiper-slide:hover .img img {
	transform: scale(1.05);
}

.mySwiper-zr .swiper-slide .txt {
	width: 100%;
	padding: 10px;
}

.mySwiper-zr .swiper-slide .txt h1 {
	font-weight: bold;
	color: #000000;
	font-size: 1vw;
	line-height: 2;
	margin-bottom: 4em;
}

.mySwiper-zr .swiper-slide .txt h1 a {
	color: #000000;
}

.mySwiper-zr .swiper-slide:hover .txt h1 a {
	color: #00428E;
}

.mySwiper-zr .swiper-slide .txt .t {
	display: flex;
	justify-content: space-between;
	align-content: center;
}

.mySwiper-zr .swiper-slide .txt .t span {
	font-size: 1em;

	font-weight: 400;
	color: #999999;
}

.mySwiper-zr .swiper-slide .txt .t a {
	font-size: 1em;

	background: url(../image/jt.svg) center right 0em no-repeat;
	background-size: 1.5em auto;
	border-radius: 50px;
	padding: 0 2em 0 0;
	font-weight: 400;
	color: #000;
	margin: 0 0;

	transition: all 1s;
}

.mySwiper-zr .swiper-slide:hover .txt .t a {
	color: #00428E;
}

/*  */
.a-fz {
	background: #fff;
	padding: 4em 0;
}

.a-fz .m-c {
	position: relative;
}

.a-fz .m-c .img {
	width: 100%;
}

.a-fz .m-c .img img {
	width: 100%;
}

.a-fz .m-c ul {
	position: absolute;
	left: 2em;
	bottom: 0;
	width: 30%;

}

.a-fz .m-c ul li {
	display: flex;

	margin: 1em 0;
	align-items: center;
}

.a-fz .m-c ul li .img {
	width: 1.5em;
}

.a-fz .m-c ul li .img img {
	transition: all 1s;
}

.a-fz .m-c ul li:hover .img img {
	transform: scale(1.1);
}

.a-fz .m-c ul li p {
	padding-left: 1em;
	font-size: 19px;

	font-weight: 400;
	color: #000000;
}

.a-fz .m-c ol li {
	position: absolute;
	z-index: 9;
}

.a-fz .m-c ol li img {
	width: 2em;
	transition: all 1s;
}

.a-fz .m-c ol li:hover .img1 img {
	transform: scale(1.1);
}

.a-fz .m-c ol li .df {
	position: absolute;
	opacity: 0;
	height: 0;
	z-index: 10;
	display: none;
	top: 16px;
	left: -64px;
}

.a-fz .m-c ol li.on .df {
	opacity: 1;
	height: auto;
	display: block;
}

.a-fz .m-c ol li .df .xian {
	position: relative;
	margin-left: 2.5em;
	width: 2em;

}

.a-fz .m-c ol li .df .xian .x1 {

	width: 2em;
	height: 1px;
	background: none;
	transform: rotate(180deg);
}

.a-fz .m-c ol li.on .df .xian .x1::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 0;
	animation: xian 1s forwards;
	height: 1px;
	background: #00428E;


}


@keyframes xian {
	from {
		width: 0;
	}

	to {
		width: 2em;
	}
}

.a-fz .m-c ol li .df .xian .x2 {

	width: 1px;
	height: 2em;
	background: none;
}

.a-fz .m-c ol li.on .df .xian .x2::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 1px;
	height: 0;
	animation: xian1 1s 1s forwards;

	background: #00428E;


}


@keyframes xian1 {
	from {
		height: 0;
	}

	to {
		height: 2em;
	}
}

.a-fz .m-c ol li p {

	opacity: 1;
	width:130px;
	height: auto; overflow:hidden;
	background: #FFFFFF;
	box-shadow: 0px 3px 20px 1px rgba(0, 0, 0, 0.1600);
	font-size: 1em;
	line-height: 2em;
	text-align:left;
	font-weight: 400;
	color: #000000; padding:5px 5px 5px 10px;
}
.a-fz .m-c ol li p b{ font-size:24px}

/*.a-fz .m-c ol li:nth-of-type(1) .img1{
	left: 18%;
	bottom: 50%;
}
.a-fz .m-c ol li:nth-of-type(1) .df{
	left: 14%;
	bottom: 43%;
}
.a-fz .m-c ol li:nth-of-type(2) .img1{
	left: 50%;
	top: 30%;
}
.a-fz .m-c ol li:nth-of-type(2) .df{
	left:46%;
	top: 32%;
}
.a-fz .m-c ol li:nth-of-type(3) .img1{
	left: 61%;
	top: 35%;
}
.a-fz .m-c ol li:nth-of-type(3) .df{
	left: 57%;
	    top: 37%;
}
.a-fz .m-c ol li:nth-of-type(4) .img1{
	right: 13%;
	top: 35%;
}
.a-fz .m-c ol li:nth-of-type(4) .df{
	right: 12%;
	    top: 37%;
}
.a-fz .m-c ol li:nth-of-type(5) .img1{
	right: 15%;
	    top: 42%;
}
.a-fz .m-c ol li:nth-of-type(5) .df{
	right: 14%;
	    top: 44%;
}
.a-fz .m-c ol li:nth-of-type(6) .img1{
	right: 23%;
	    top: 52%;
}
.a-fz .m-c ol li:nth-of-type(6) .df{
	right: 22%;
	    top: 54%;
}
.a-fz .m-c ol li:nth-of-type(7) .img1{
	right: 24%;
	    top: 62%;
}
.a-fz .m-c ol li:nth-of-type(7) .df{
	right: 23%;
	    top: 64%;
}
.a-fz .m-c ol li:nth-of-type(8) .img1{
	right: 30%;
	    top: 53%;
}
.a-fz .m-c ol li:nth-of-type(8) .df{
	right:29%;
	    top: 54%;
}
.a-fz .m-c ol li:nth-of-type(9) .img1{
	right: 25%;
	    top: 53%;
}
.a-fz .m-c ol li:nth-of-type(9) .df{
	right: 24%;
	    top: 54%;
}
.a-fz .m-c ol li:nth-of-type(10) .img1{
	right: 20%;
	    top: 48%;
}
.a-fz .m-c ol li:nth-of-type(10) .df{
	right: 19%;
	    top: 49%;
}
.a-fz .m-c ol li:nth-of-type(11) .img1{
	right: 22%;
	    top: 47%;
}
.a-fz .m-c ol li:nth-of-type(11) .df{
	right: 21%;
	    top: 48%;
}*/
/*  */
@media screen and (max-width: 991px) {
	.n-banner .img img {
		width: 200%;
		margin-left: -50%;
	}

	.n-banner .m-c h1 {
		font-size: 2em;
	}

	.n-banner .m-c img {
		width: 80%;
		margin: 0 auto;
	}

	/*  */
	.n-b-product .m-c .mt h1 {
		font-size: 1.4em;
	}

	.n-b-product .m-c {
		padding: 0;
	}

	/*  */
	.n-product .m-c ul li h1 {
		font-size: 2em;
	}

	.data-nav {
		width: 100%;
		top: 60vw;
		bottom: auto;
	}

	.p-dt {
		min-height: auto;
	}

	.data-nav ul li {
		width: 20%;
	}

	.p-data .m-c .swiper-slide .txt h1 {
		font-size: 1.2em;
	}

	/*  */
	.p-dt .img {
		width: 100%;
	}

	/*  */
	.p-lb .swiper-lb .swiper-slide {
		width: 100%;
		margin-left: 2%;
	}

	.p-lb .m-c .c {
		width: 5em;
		height: 5em;
	}

	.p-lb .m-c .c img {
		width: 1.5em;
	}

	.p-lb .m-c .c .swiper-button-next {
		right: 0;
	}

	.p-lb .m-c .c .swiper-button-prev {
		left: 0;
	}

	.p-data  .a-link {
		padding: 0.8em 1em;
	}

	/*  */
	.a-jj .m-c .s-info h1 {
		font-size: 1.6em;
	}

	/*  */
	.h-pics .m-c ul li .m-t h1 {
		font-size: 1em;
	}

	.h-pics .m-c ul li .m-t img {
		width: 1.5em;
	}

	/*  */
	.h-mun .m-c .l-l h1 {
		font-size: 15.229167vw;
	}

	.h-mun .m-c li h2 {
		font-size: 8.229167vw;
	}

	/*  */
	.g-case {
		padding: 2em 0;
	}

	.g-case .m-c .txt {
		position: static;
		width: 100%;
		padding: 2em;
	}

	.g-case .m-c .txt h1 {
		font-size: 2em;
	}

	.g-case .m-c .txt p {
		font-size: 1em;
	}

	/*  */
	.g-form .m-c h1 {
		font-size: 1.4em;
	}

	.g-form .form .l-l {
		margin: 0;
	}

	.g-form .form .l-l input,
	.g-form .form .l-l select {
		width: 100%;
		margin: 10px 0;
	}

	.g-form .form .l-l .ll {
		width: 100%;
	}

	/*  */
	.n-news .m-c .m-t .txt {
		padding: 0 1em;
	}

	.n-news .m-c ul li {
		width: 100%;
		margin: 1em 0;
	}

	.n-news .m-c ul li:hover .txt {

		position: static;

	}

	/*  */
	.c-tx .m-c .s-info ul li span {
		font-size: 2em;
	}

	.c-tx .m-c {
		background: none;
		padding: 0;
	}

	.c-tx .m-c .s-info ul li h1 {
		font-size: 1.2em;
	}

	/*  */
	.r-fz .m-c .l-l ul {
		flex-wrap: wrap;
	}

	.r-fz .m-c .l-l ul li {
		margin: 1em;
		padding: 0.8em 1.5em;
	}

	.r-fz .m-c .l-l h1 {
		font-size: 1.2em;
	}

	.r-jh {
		padding: 15px;
	}

	.r-jh .l-l .s-pic img {
		width: 100%;
	}

	/*  */
	.r-fl .m-c ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.r-fl .m-c ul li {
		width: 48%;
		margin: 1%;
		overflow: hidden;
	}

	.r-fl .m-c ul li:nth-of-type(2n) {
		margin-top: 0;
	}

	.r-fl .m-c ul li .txt {
		padding: 1em;
	}

	.r-fl .m-c ul li .txt h1 {
		font-size: 1.2em;
	}

	.r-fl .m-c ul li .txt p {
		font-size: 0.8em;
		line-height: 1.5;
	}

	.r-pics ul li {
		height: 15vh;
		margin: 0 !important;
	}

	.r-pics .m-c ul li .img img {
		min-height: 15vh;
	}

	.r-pics .m-c ul li .txt h1 {
		font-size: 1.2em;
	}

	.r-pics .m-c ul li:nth-of-type(7) .txt {
		padding: 1em 0;
	}

	/*  */
	.n-job .m-c ul li .j-open .l-l {
		padding: 0;
	}

	.n-job .m-c ul li .j-open .l-l:last-child {
		border-left: 1px solid rgb(238, 238, 238, 0);
		padding: 0;
	}

	.n-job .m-c ul li .t h1 {
		font-size: 1.2em;
	}

	.n-job .m-c ul li .t h2 {
		width: 1.2em;
		height: 1.2em;
		font-size: 1.2em;
		line-height: 1;
	}

	/*  */
	.x-lc .m-c ul li {
		padding: 1em;

		margin: 1em auto;
	}

	.x-lc .m-c ul li::after {
		bottom: -20px;
		transform: rotate(90deg);
		left: 50%;
		top: auto;
	}

	.x-yx .m-c .img {
		width: 100%;
	}

	.x-yx .m-c ul li {
		line-height: 1.75;
	}

	.x-yx .m-c .l-e img {
		width: 20vw;
	}

	.j-tab .m-c ul {
		width: 100%;
		flex-wrap: wrap;
		border: none;
	}

	.j-tab {
		padding: 1em 0;
	}

	.j-tab-ul .n-job {
		padding: 0;
	}

	.n-job {
		padding: 2em 0 0;
	}

	.j-tab .m-c ul li {
		width: 48%;
		margin: 5px 0;
	}

	/*  */
	.a-jj {
		min-height: auto;
	}

	/*  */
	.a-tab .a-list .l-l .img img {
		width: 400%;
		margin-left: -100%;
	}

	.a-tab .a-tab-li ul li {
		width: 50%;
	}

	.a-tab .a-list .l-l .txt .t {
		width: 90%;
	}

	.a-tab .m-c h1 {
		font-size: 1.2em;
	}

	.a-wh .m-c ul li h1 {
		font-size: 1.8em;
	}

	/*  */
	.swiper-time .swiper-slide h1,
	.swiper-time .swiper-slide p {
		width: 100%;
	}

	.a-time .img-dw {
		top: 36%;
		width: 50%;
	}

	.time-nav .xian {
		top: 21.5%;
	}

	/*  */
	.a-fz .m-c ul li p {
		font-size: 1em;
	}

	.a-fz .m-c ul {
		bottom: -20%;
		left: 0;
		width: 35%;
	}

	.a-fz .m-c ol li p {
		width:300px;
		height: auto;
		font-size: 1em;
		padding: 5px 10px;
		line-height: 1.5;
	}

	/* .a-fz .m-c ol li:nth-of-type(1) .df{
		left: 0;
		bottom: 25%;
	}
	.a-fz .m-c ol li:nth-of-type(2) .df{
		left: 34%;
	}
	.a-fz .m-c ol li:nth-of-type(3) .df {
	    left: 45%;
	    top: 37%;
	}
	.a-fz .m-c ol li:nth-of-type(11) .img1 {
	    right: 22%;
	    top: 40%;
	}
	.a-fz .m-c ol li:nth-of-type(11) .df {
	    right: 23%;
	    top: 44%;
	}
	.a-fz .m-c ol li:nth-of-type(6) .img1 {
	    right: 17%;
	    top: 52%;
	}
	.a-fz .m-c ol li:nth-of-type(6) .df {
	    right: 18%;
	    top: 57%;
	} */
	/*  */
	/* .mySwiper-zr .swiper-slide {
		width: 100% !important;
		margin: 0;
	} */

	.mySwiper-zr .swiper-slide .txt h1 {
		font-size: 1.2em;
	}

	/*  */
	.time-nav ul li h1,
	.swiper-time .swiper-slide h1 {
		font-size: 1.2em;
	}

	/*  */
	.p-lb .swiper-lb .swiper-slide h1 {
		font-size: 1em;
	}

	/*  */
	.r-jh h2 {
		font-size: 1.4em;
	}

	/*  */
	.p-data {
		padding: 4em 0;
	}

	.n-product .c-flex {
		flex-direction: row;
	}

	.n-product .m-c ul li {
		width: 48% !important;
		margin: 0 0 20px;
	}

	.n-product .m-c ul li h1 {
		font-size: 20px;
	}
	.p-dt .img .item img{
		max-width: 100%;
	}
}

@media screen  and (max-width:480px){
	.n-product .m-c ul li {
		width: 100% !important;
	}
	.p-dt .img .item{
		width: 30%;
		margin: 0 0 20px;
	}
	.p-data .m-c .swiper-slide .img {
padding-bottom: 20vw;
	}
}