/**title**/
:focus {
	outline: 0;
	box-shadow: 0 0 0 0rem rgb(0 123 255 / 25%);
}

.index_bn {
	margin-top: 100px;
	position: relative;
}

.swiper-bn-list {
	position: absolute;
	width: 100%;
	bottom: 50px !important;
	z-index: 9;
	text-align: center;
}

.swiper-bn-list span {
	background: none;
	width: 12px;
	height: 12px;
	margin: 0px 4px !important;
	opacity: 1;
	border: 2px #fff solid;
}

.swiper-bn-list .swiper-pagination-bullet-active {
	background: #fff;
}

.index1 .swiper-slide {
	width: 100% !important;
}


.pc-bn {
	display: block;
}

.m-bm {
	display: none;
}



/**pagtitle**/
.pagtitle {
	margin-bottom: 40px;
}

.pagtitle .name {
	font-size: 48px;
	color: #333;
	text-align: center;
}

.pagtitle .name span {
	color: #cfa951;
	font-weight: bold;
}
.pagtitle .name span em
{
	font-style: normal;
}

.pagtitle .subname {
	font-size: 20px;
	color: #999999;
	text-align: center;
	margin: 0px auto 0px;
	line-height: 1.8em;
}


/**pag1**/

.pag1
{
	background:#f1f1f1;
	width: 100%;
	padding: 100px 0px 60px;
}

#certify {
    position: relative;
    width: 1400px;
    margin: 0 auto;
    overflow: hidden;
    padding: 40px 0px;
}

.pag1 .pagtitle
{
    margin-bottom: 0px;
}

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

#certify  .swiper-slide {
	width:910px;
	height: 543px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
}
#certify  .swiper-slide img{
    display: block;
    width: 100%;
    transition: all 0.5s;
}
#certify  .swiper-slide:hover img
{
transform: scale(1.1);
}
#certify .pr_img
{
	position: relative;
	overflow: hidden;
}


#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:0px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
	cursor: pointer;
}

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

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

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

#certify .swiper-slide .text
{height: 100px;background: #cfa951;padding: 20px 40px;display: none;}
#certify .swiper-slide .text .name
{font-size: 22px;color: #fff;font-weight: bold;}
#certify .swiper-slide .text .ext_prgy
{color: #fff;font-size: 16px;}
#certify .swiper-slide-active.swiper-slide .text
{
	display: block;
}


#certify .swiper-button-prev:after,#certify .swiper-button-next:after
{
display:none;
}


/**pag4**/
.pag4 {
	overflow: hidden;
	padding-top: 100px;
	position: relative;
	width: 100%;
}

.pag4fl .center {
	display: flex;
	justify-content: space-around;
	max-width: 1400px;
	margin: auto;
	border-top: 1px #eee solid;
	border-bottom: 1px #eee solid;
	padding: 40px 0px;
}

.pag4fl .center img {
	filter: brightness(0);
	opacity: 0.2;
}

.pag4fl {
	margin-bottom: 40px;
}

.pag4fl .center a {
	text-align: center;
}

.pag4fl .center a p {
	margin-top: 15px;
	color: #666;
	font-size: 18px;
}


/**pag3**/

.pag3
{width: 100%;padding-top: 80px;}

.advantagefl 
{display: flex;justify-content: space-around;max-width: 1400px;margin: auto;border-top: 1px #eee solid;position: relative;}

.advantagefl .swiper-wrapper
{
	display: flex;
	justify-content: space-between;
	transform: translate3d(0px, 0px, 0px) !important;
}

.advantagefl li
{display: flex;align-items: center;justify-content: center;padding: 50px 0px;cursor: pointer;}
.advantagefl li .ico
{display: block;text-align: center;filter: brightness(0);opacity: 0.15;}
.advantagefl li p
{text-align: left;font-size: 22px;color: #333;margin-left: 10px;}
.advantagefl li p span
{display: block;font-size: 14px;color: #999;font-family: Bahnschrift;font-weight: 100;}

.advantagefl li.swiper-slide-thumb-active:before
{
	content:'';
	width: 100%;
	position: absolute;
	height: 4px;
	background: #cfa951;
	top: -1px;
}



.advantage 
{position: relative;}

.advantage .ico img
{width: 100%;}
.text-main
{
	position: absolute;
	top: 0px;
	width: 100%;
}
.text-main .text-c
{
	max-width: 1400px;
	background: #cfa951;
	margin: auto;
	display: flex;
	padding: 35px 50px;
	justify-content: center;
	align-items: center;
}
.text-main .text-c .tittle
{
	width: 20%;
	font-size: 36px;
	color: #fff;
	font-weight: bold;
}
.text-main .text-c .tittle span
{
	display:block;
	font-size: 22px;
	font-weight: normal;
	margin-top: 5px;
}

.text-main .text-c .ext_summary
{
	color: #fff;
	line-height: 2em;
	width: calc(80% - 140px);
	font-size: 14px;
}
.text-main .text-c a.more
{
	width: 140px;
	line-height: 44px;
	background: #fff;
	text-align: center;
	color: #cfa951;
	height: 44px;
	display: block;
}


/**pag5**/
.pag5 {
	overflow: hidden;
	width: 100%;
	position: relative;
	padding: 100px 0px;
}

.pag5 .center {
	width: 100%;
	overflow: hidden;
}


.pag5 .center .text {
	width: 44%;
	float: left;
}

.pag5 .center .text .left {
	max-width: 583px;
	float: right;
	padding-right: 90px;
}

.pag5 .center .text .left .name {
	color: #cfa951;
	font-size: 36px;
	font-weight: bold;
}

.pag5 .center .text .left .subname {
	line-height: 2em;
	margin-top: 20px;
}

.pag5 .center .text .left a.more {
	display: block;
	width: 150px;
	line-height: 46px;
	background: #cfa951;
	text-align: center;
	color: #fff;
	margin-top: 30px;
}


.pag5 .center .right {
	width: 56%;
	float: left;
}

.pag5 .center .right img {
	width: 100%;
}

.pag5 .sz {
	width: 100%;
	max-width: 1440px;
	margin: 40px auto 0px;
	padding: 0px 20px;
}

.pag5 .sz ul {
	display: flex;
	justify-content: space-between;
}

.pag5 .sz li {
	position: relative;
}

.pag5 .sz li p:nth-of-type(2) {
	color: #666;
}

.pag5 .sz li .shuzi {
	font-size: 72px;
	font-weight: normal;
	color: #cfa951;
	font-style: inherit;
	font-family: bahnschrift;
	line-height: 1em;
}

.pag5 .sz li em:nth-of-type(2) {
	font-style: initial;
	color: #fff;
	position: relative;
	font-size: 18px;
	width: 30px;
	line-height: 28px;
	background: #cfa951;
	text-align: center;
	border-radius: 100%;
	font-weight: bold;
	display: inline-block;
	height: 30px;
	top: -30px;
}

.pag5 .sz li em:nth-of-type(3) {
	font-family: bahnschrift;
	font-style: initial;
	color: #333333;
	font-size: 18px;
	margin-left: 10px;
	font-weight: bold;
}

.abicon {
	width: 100%;
	margin-top: -174px;
	position: relative;
	z-index: 2;
}

.abicon .abicon-c {
	max-width: 1440px;
	margin: auto;
	padding: 0px 20px;
}

.abicon .abicon-c ul {
	width: 55.8%;
	display: flex;
}

.abicon .abicon-c ul li {
	width: 25%;
	background: #cfa951;
	text-align: center;
	padding: 40px 0px;
}

.abicon .abicon-c ul li:nth-of-type(2n) {
	background: #c19c45;
}

.abicon .abicon-c ul li p {
	color: #fff;
	margin-top: 10px;
	font-size: 22px;
}


/**pag6**/
.pag6 .main {
	overflow: hidden;
	width: 100%;
}
.pag6
{
	padding-top: 100px;
	width: 100%;
	overflow: hidden;
}
.pag6 .main img {
	max-width: 100%;
}

.pag6 .mainlist {
	display: flex;
	width: 100%;
	background: rgba(0, 0, 0, 0.6);
	position: relative;
	margin-top: -172px;
}

.pag6 .mainlist li {
	width: calc(100% / 6);
	text-align: center;
	padding: 40px 0px;
	border-right: 1px rgba(255, 255, 255, 0.1) solid;
	transition: all 0.5s;
	cursor: pointer;
}

.pag6 .mainlist li:hover {
	background: #cfa951;
}


.pag6 .mainlist li img {
	display: block;
	margin: auto;
}

.pag6 .mainlist li .title {
	color: #fff;
	margin-top: 15px;
	font-size: 24px;
}

/**pag7**/
.pag7 {
	background: #f8f8f8;
	width: 100%;
	padding: 100px 0px;
}

.pag7 .center {
	max-width: 1440px;
	margin: auto;
	display: flex;
	padding: 0px 20px;
	justify-content: space-between;
}

.pag7 .center .left {
	width: 48%;
	background: #fff;
	overflow: hidden;
	padding: 30px;
}



.pag7 .center .left li .ico {
	width: 100%;
	height: 0px;
	padding-top: 62%;
	position: relative;
	overflow: hidden;
	margin-top: 20px;
}

.pag7 .center .left li .ico img {
	display: block;
	width: 100%;
	transition: all 0.5s;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) scale(1.01);
	height: 100%;
	object-fit: cover;
}

.pag7 .center .left li:hover .ico img {
	transform: translateY(-50%) scale(1.1);
}

.pag7 .center .left li .text .title {
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	transition: all 0.5s;
}

.pag7 .center .left li:hover .text .title {
	color: #cfa951;
}

.pag7 .center .left li .text .ext_summary {
	font-size: 15px;
	color: #777;
	line-height: 1.8em;
	margin-top: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-height: 1.8em;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.pag7 .center .left li .text .time {
	font-family: Bahnschrift;
	color: #999;
	font-weight: 100;
	margin-bottom: 15px;
}

.pag7 .center .right {
	width: 48%;
}

.pag7 .center .right li {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px #ececec solid;
}

.pag7 .center .right li a {
	display: flex;
	background: none;
	justify-content: center;
	align-items: center;
}

.pag7 .center .right li:nth-last-of-type(1) {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 0px #ececec solid;
}


.pag7 .center .right li a .ico {
	width: 33%;
	height: 0px;
	padding-top: 25%;
	position: relative;
	overflow: hidden;
}

.pag7 .center .right li a .ico img {
	display: block;
	width: 100%;
	transition: all 0.5s;
	position: absolute;
	top: 50%;
	object-fit: cover;
	transform: translateY(-50%)scale(1.01);
	height: 100%;
}

.pag7 .center .right li:hover .ico img {
	transform: translateY(-50%)scale(1.1);
}

.pag7 .center .right li a .text {
	padding-left: 20px;
	width: 67%;
}

.pag7 .center .right li a .title {
	font-size: 20px;
	color: #333;
	transition: all 0.5s;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-height: 1.8em;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.pag7 .center .right li:hover a .title {
	color: #cfa951;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}


.pag7 .center .right li a .ext_summary {
	font-size: 15px;
	color: #777;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-height: 1.8em;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.pag7 .center .right li a .time {
	font-family: Bahnschrift;
	color: #999;
	font-weight: 100;
	margin-top: 10px;
}

/**pag8**/
.pag8 {
	background: url(../images/hzbg.jpg) no-repeat center;
	background-size: 100%;
	overflow: hidden;
	padding: 100px 0px;
}

.pag8 .center {
	max-width: 1440px;
	margin: auto;
}

.pag8 ul {
	overflow: hidden;
	padding: 0px 20px;
}

.pag8 li {
	width: calc((100% - 75px)/6);
	float: left;
	margin-right: 15px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
	border-radius: 20px;
	background: #fff;
	overflow: hidden;
	margin-bottom: 15px;
}



.pag8 li:nth-of-type(6n) {
	margin-right: 0px;
}

.pag8 li .ico img {
	max-width: 100%;
	transition: all 0.5s;
	cursor: pointer;
	margin: auto;
	display: block;
}

.pag8 li .ico img:hover {
	transform: scale(1.1);
}

