a:link,
a:active,
a:visited,
a:hover,
{
background: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: transparent;
}

a {
	text-decoration: none;
}

ul {
	list-style: none;
}

body {
	overflow-x: hidden;
	-webkit-tap-highlight-color: transparent;
}

* {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	list-style: none;
}

.banner {
	width: 100%;
	position: relative;
	padding-top: 36.45%;
}

.banner .banner-box {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.banner-prc img {
	width: auto;
	height: 700px;
	vertical-align: middle;
	/* width: 100%; */
	object-fit: cover;
	animation: zoom-bg 2s linear both;
	z-index: -1;
	transform: scale(1.1);
	transition: transform 3s;
}

.swiper-slide-active .banner-prc .banner-prc-active {
	transform: scale(1.0)
}

.mySwiper1 {
	position: relative;
}

.shutter .swiper-pagination {
	position: absolute;
	bottom: 30px;
	text-align: center;
	transition: .3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.shutter .swiper-pagination-bullet {
	width: 65px;
	height: 4px;
	border-radius: 2px;
	background: rgba(250, 250, 250, 0.4);
	opacity: 1;
	cursor: pointer;
}


.shutter .swiper-pagination-bullet-active {
	/* background: linear-gradient(to right, #8A2BE2, #01a0e8); */
}

.shutter .swiper-pagination-bullet-active::after {
	content: "";
	display: block;
	position: absolute;
	/* top: 0px; */
	width: 65px;
	height: 4px;
	border-radius: 2px;
	background: linear-gradient(to right, #8A2BE2, #01a0e8);
	animation: gradient 3s ease;
}
.shutter{
    position: absolute;
    left: 0;
    overflow: hidden;
    top: 0;
    height: 100% !important;
}
.shutter-img {
  z-index: 1;
}
.shutter-img,
.shutter-img a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.shutter-img a {
  cursor: default;
}
.shutter-img a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shutter .swiper-pagination{
    text-align: center;
    /*left: 0;*/
    /*width: 100%;*/
    width: 100%;
    /*bottom: 30px;*/
}
@keyframes gradient {
	0% {
		width: 0px;
	}

	100% {
		width: 65px;
	}
}

.box1-cen {
	padding-bottom: 75px;
	border-bottom: 1px solid #ececec;
}

.box1-top {
	text-align: center;
	margin-top: 75px;
	margin-bottom: 45px;
}

.box1-top p {
	font-size: 40px;
	font-family: "Times New Roman";
	margin-bottom: 15px;
}

.box1-top span {
	color: rgb(51, 51, 51);
	font-family: 微软雅黑;
	font-size: 22px;
}

.box1-mind {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 60px;
}

.box1-mind p {
	font-size: 14px;
	line-height: 179%;
	letter-spacing: 0px;
	color: #999999;
}

.box1-bom {
	width: 90%;
	margin: 0 auto;
}

.box1-bom ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.box1-bom ul li {
	overflow-wrap: break-word;
	padding: 0px;
	border-color: transparent;
	border-width: 0px;
	height: 200px;
	background-color: transparent;
	width: 200px;
	border-style: solid;
	background: url(../img/box1-bj.png) no-repeat;
}

.box1-bom ul>li:nth-child(2n) {
	overflow-wrap: break-word;
	padding: 0px;
	border-color: transparent;
	border-width: 0px;
	height: 200px;
	background-color: transparent;
	width: 200px;
	border-style: solid;
	background: url(../img/box1-bj2.png) no-repeat;
}

.box1-box {
	text-align: center;
}

.box1-box img {
	display: block;
	margin: 0 auto;
	margin-top: 35px;
}

.box1-box>span {
	display: block;
	margin-top: 20px;
	line-height: 1;
	font-size: 16px;
	color: #333333;
}

.box1-box>p {
	font-size: 12px;
	width: 70%;
	margin: 0 auto;
	margin-top: 15px;
}

.box1-box>p span {
	display: block;
	margin-bottom: 5px;
}

.box2-cen {
	padding-bottom: 75px;
}

.box2-top {
	text-align: center;
	margin-top: 75px;
	margin-bottom: 45px;
}

.box2-top p {
	font-size: 40px;
	font-family: "Times New Roman";
	margin-bottom: 15px;
}

.box2-top span {
	color: rgb(51, 51, 51);
	font-family: 微软雅黑;
	font-size: 22px;
}

.box2-bom ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.box2-bom ul li {
	width: 32%;
	margin-bottom: 30px;
}

.box2-x-prc img {
	width: 100%;
	display: block;
}

.box2-box p {
	text-align: center;
	font-size: 14px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1;
	margin-top: 15px;
}

.box2-cen>a {
	padding: 0px;
	border-color: rgb(221, 221, 221) rgb(221, 221, 221) rgb(221, 221, 221) rgb(51, 51, 51);
	border-width: 1px;
	overflow: hidden;
	width: 168px;
	height: 43px;
	border-style: solid;
	margin: 0 auto;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px;
	color: rgba(51, 51, 51, 1);
	font-family: Microsoft YaHei;
	font-size: 14px;
	font-weight: normal;
	transition: all 0.8s;
	margin-top: 20px;
}

.box2-cen>a:hover {
	background: rgb(51, 51, 51);
	color: #fff;
}

.box3 {
	background-color: rgb(244, 244, 244);
}

.box3-cen {
	padding-bottom: 75px;
}

.box3-top {
	text-align: center;
	padding-top: 75px;
	margin-bottom: 45px;
}

.box3-top p {
	font-size: 40px;
	font-family: "Times New Roman";
	margin-bottom: 15px;
}

.box3-top span {
	color: rgb(51, 51, 51);
	font-family: 微软雅黑;
	font-size: 22px;
}

body {
	margin: 0;
}

#certify {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

#certify .swiper-container {
	padding-bottom: 60px;
	width: 1000px;
}

#certify .swiper-slide {
	width: 800px;
	height: 526px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
	transition: all 1s;
}

#certify .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
}

#certify .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

/* #certify .swiper-button-prev {
			left: -30px;
			width: 45px;
			height: 45px;
			background: url(../images/wm_button_icon.png) no-repeat;
			background-position: 0 0;
			background-size: 100%;
		} */

#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

/* #certify .swiper-button-next {
			right: -30px;
			width: 45px;
			height: 45px;
			background: url(../images/wm_button_icon.png) no-repeat;
			background-position: 0 -93px;
			background-size: 100%;
		} */

#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}

.box4-cen {
	padding-bottom: 75px;
	border-bottom: 1px solid #ececec;
}

.box4-top {
	text-align: center;
	padding-top: 75px;
	margin-bottom: 45px;
}

.box4-top p {
	font-size: 40px;
	font-family: "Times New Roman";
	margin-bottom: 15px;
}

.box4-top span {
	color: rgb(51, 51, 51);
	font-family: 微软雅黑;
	font-size: 22px;
}

.box4-bom ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.box4-bom ul li {
	width: 32%;
}

.box4-box .box4-prc img {
	width: 100%;
}

.box4-box p {
	text-align: center;
	font-size: 14px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1;
	margin-top: 15px;
}

.box4 .gogo {
	margin-top: 70px;
}

.gogo {
	border-color: rgb(221, 221, 221) rgb(221, 221, 221) rgb(221, 221, 221) rgb(51, 51, 51);
	border-width: 1px;
	overflow: hidden;
	width: 168px;
	height: 43px;
	border-style: solid;
	margin: 0 auto;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px;
	color: rgba(51, 51, 51, 1);
	font-family: Microsoft YaHei;
	font-size: 14px;
	font-weight: normal;
	transition: all 0.8s;
	margin-top: 20px;
}

.gogo:hover {
	color: #fff;
	background: rgb(51, 51, 51);
}

.box5-top {
	text-align: center;
	margin-top: 75px;
	margin-bottom: 45px;
}

.box5-top p {
	font-size: 40px;
	font-family: "Times New Roman";
	margin-bottom: 15px;
}

.box5-top span {
	color: rgb(51, 51, 51);
	font-family: 微软雅黑;
	font-size: 22px;
}

.box5-bom ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.box5-bom ul li {
	width: 32%;
	margin-bottom: 30px;
}

.box5-x-prc img {
	width: 100%;
	display: block;
}

.box5-box p {
	text-align: center;
	font-size: 14px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1;
	margin-top: 15px;
}

.box5-cen {
	padding-bottom: 75px;
}