html,body {
	position: relative;
	height: 100%
}

body {
	margin: 0;
	padding: 0;
	background: #FFF;
	color: #666;
	text-align: center;
	font-size: 62.5%;
	font-family: Helvetica;
	position: relative;
	height: 100%
}

div,form,ul,ol,li,span,p,dl,dt,dd,img,section,header,footer,input,textarea,a,i {
	margin: 0 auto;
	padding: 0;
	border: 0;
	outline:none;
	moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box
}

h1,h2,h3,h4,h5,h6 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 0;
	padding: 0;
	border: 0
}

ul,ol,li {
	list-style: none;
	list-style-position: inside
}

table,td,input,textarea {
	font-size: 14px
}

.fl {
	float: left
}

.fr {
	float: right
}

a {
	color: #333;
	text-decoration: none;
	cursor: pointer
}

a:visited {
	text-decoration: none
}

a:hover {
	color: #333;
	text-decoration: none
}

a:active {
	color: #333
}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.wh {
	width: 100%;
	height: 100%
}

.abs {
	position: absolute;
	left: 0;
	top: 0
}

.swiper-container,.newslide {
	width: 100%;
	height: 100%
}

.swiper-slide {
	text-align: center;
	font-size: 1rem;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	overflow: hidden;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
}

.s2 .swiper-slide div {
	width: 90%
}
.s2 {

}
.swiper-pagination-bullet-active {
	width: auto !important;
	border-radius: 10px;
	background: transparent !important;

}
.swiper-pagination-bullet {
	background:transparent !important;
	opacity:1;
	width: auto;
	height: auto;
}
.pagination-content{
	font-size: 15px;
	-webkit-text-stroke: 0.5px white;
	color: #383838;
	line-height: 1.2;
	width: auto;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-weight: 600;
}
.pagination-text {
	margin: 0;
	text-align: left;
	background-color: #FFFFE6;
	height: 29px;
	border-top-left-radius:5px;
	border-top-right-radius: 14.5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius: 14.5px;
	padding: 5px 20px 5px 8px;
	box-sizing: border-box;
	box-shadow: 2px 4px 12px  #00000026;
	display: none;

}
.pagination-dot {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
}
.active-txt {
	display: none;
}
.swiper-pagination-bullet .pagination-dot {
	height: 24px;
	width: 24px;
	border-radius: 12px;
	background: linear-gradient(180deg, #FFDD6ED1 0%, #FFFFFFFF 100%);

}
.show-hiden-c {
	height: 29px;
	width: 29px;
	position: absolute;
	z-index: 999;
	right: 10px;
	bottom: 129px;
	background-image: url("https://ygdjonline.com/ywxt/sun_miniapp/image/20240430/7af691f8-3cf5-4b4e-991c-404deb0e4969.png");
	box-shadow: 2px 4px 12px  #00000026;
	background-size: contain;
	background-repeat: no-repeat;
	border-radius: 14.5px;
}

.pagination-dot-txt {
	height: 16px;
	width: 16px;
	border-radius: 8px;
	line-height: 16px;
	text-align: center;

}
.swiper-pagination-bullet-active .pagination-dot {
	background: linear-gradient(180deg, #5CFFF1FF 0%, #0795E7FF 100%);
	width: 29px;
	height: 29px;
	border-radius: 14.5px;
	color: white;
	font-size: 16px;

}
.swiper-pagination-bullet-active .pagination-text {
	position: relative;
	display: none;
	background:  linear-gradient(270deg, #F9F586 0%, #96FBC4 100%);
	/*border: 1px solid #29C4E3AD;*/
}

/*.swiper-pagination-bullet-active .pagination-dot>.pagination-dot-txt {*/
/*	background: linear-gradient(90deg, rgba(150, 251, 196, 1) 0%, rgba(249, 245, 134, 1) 100%);*/
/*}*/

.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	opacity: 0.9
}

.m-topbar {
	width: 100%;
	height: 42px;
	background-color: #008cd6
}

.topbar-txt {
	font-weight: 700;
	height: 42px;
	line-height: 42px;
	font-size: 18px;
	color: #fff
}

.m-nav {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden
}

.m-logo {
	position: absolute;
	height: 45px
}

.m-logo img {
	max-width: 100%;
	max-height: 100%
}

.m-nav-btn {
	height: 45px;
	background: #f4f4f4;
	border-bottom: 1px solid #d3d3d3;
	opacity: .8
}

.m-nav ul li {
	float: left;
	font-size: 14px;
	height: 45px;
	line-height: 45px;
	width: 33.3%
}

.m-nav li a {
	line-height: 25px;
	height: 25px;
	padding: 10px 0
}

.m-nav a {
	font-size: 16px
}

li.active a {
	color: #008cd6;
	border-bottom: 4px solid #008cd6
}

.s-pic {
	width: 100%;


}

.s4-pic {
	margin-bottom: 10%
}

.s1-en {
	padding-left: 15%;
	text-align: left
}

.s1-num {
	text-align: left
}



/*@media all and (min-width:322px) and (max-width:450px) {*/


/*	.s9-pic {*/
/*		margin-bottom: -35%*/
/*	}*/
/*}*/

/*@media screen and (max-width:321px) and (max-height:421px) {*/
/*	.s4-pic {*/
/*		zoom: .38*/
/*	}*/

/*	.s5-pic {*/
/*		zoom: .38;*/
/*		margin-top: 10%*/
/*	}*/

/*	.s3-pic {*/
/*		zoom: .39*/
/*	}*/

/*	.m-contact {*/
/*		font-size: .7rem*/
/*	}*/

/*	.footer-wrap img {*/
/*		zoom: .7*/
/*	}*/

/*	body .m-link .tit,body .m-contact .tit {*/
/*		margin: .8em 0*/
/*	}*/



/*	.s9-pic {*/
/*		margin-bottom: -20%*/
/*	}*/
/*}*/

@media screen and (max-width:500px) {
	.s4-pic {
		zoom: .5
	}

	.s5-pic {
		zoom: .5;
		margin-top: 10%
	}
	.s9-pic {
		margin-bottom: -8%
	}
}
@media screen and (min-width:900px) {
	.s4-pic {
		zoom: .5
	}

	.s5-pic {
		zoom: .5;
		margin-top: 10%
	}

	.s9-pic {
		margin-bottom: -8%
	}

}
.content-img {
	height: calc(100vh - 56px) ;
}
.s-pic img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle
}
s {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
}
.s2 {
	background-color: #FFFFFF;
}
.ani {
	height: 100%;
	width: 100%;
}
.s3 {
	background: linear-gradient(180deg, rgba(230, 185, 149, 1) 0%, rgba(195, 128, 79, 1) 100%);;
}
.s4{
	background: linear-gradient(0deg, rgba(241, 158, 42, 0.2) 0%, rgba(250, 236, 210, 0.05) 100%);
}
.s5 {
	background:linear-gradient(180deg, rgba(212, 241, 242, 0.03) 0%, rgba(44, 164, 222, 0.1) 100%);
}
.s6{
	background:linear-gradient(180deg, rgba(212, 241, 242, 0.03) 0%, rgba(44, 164, 222, 0.1) 100%);
}
.s7{
	background: linear-gradient(180deg, rgba(212, 241, 242, 0.3) 0%, rgba(44, 164, 222, 0.05) 100%);

}
.s8{
	background: linear-gradient(180deg, rgba(212, 241, 242, 0.3) 0%, rgba(44, 164, 222, 0.05) 100%);
}
.s9{
	background: linear-gradient(180deg, rgba(212, 241, 242, 0.3) 0%, rgba(44, 164, 222, 0.15) 100%);

}

.s1-info {
	width: 100%;
	padding-top: 35%;
	color: #fff
}

.s1-info span {
	font-size: 1.2rem
}

.s2 .tit {
	position: absolute;
	left: 0;
	right: 0;
	top: 20%;
	font-size: 1rem;
	z-index: 2
}
.s6-pic,.s7-pic,.s8-pic{
	height:100%;
}

.tit-en {
	font: 1.3rem Helvetica,Arial,"Hiragino Sans GB",sans-serif;
	color: #737272
}



.news {
}

.news-tit {
	font-size: 1.2rem;
	text-align: center
}

.news-subtit,.s3-tit {
	margin: 1rem 0;
	color: #008cd6;
	font-size: 1.1rem;
	text-align: center
}

.news-info,.s3-txt {
	text-align: left;
	line-height: 1.3rem;
	font-size: .9rem
}
.s3-txt {
	text-indent: 2rem
}

/*@media  all and  (max-width:320px) and (max-height:568px) {*/
/*	.s2 .tit {*/
/*		top: 20%*/
/*	}*/

/*	.news-subtit,.s3-txt-tit {*/
/*		margin: 1rem 0*/
/*	}*/
/*}*/

/*@media  all and (max-width:320px) and  (max-height:480px) {*/
/*	.s2 .tit {*/
/*		top: 4.5rem*/
/*	}*/

/*	.news-subtit,.s3-txt-tit {*/
/*		margin: 1rem  0 .8rem*/
/*	}*/
/*}*/

@keyframes opacity {
	0% {
		-webkit-transform: translate(0,0px)
	}

	25% {
		-webkit-transform: translate(0,-3px)
	}

	50% {
		-webkit-transform: translate(0,1px)
	}

	75% {
		-webkit-transform: translate(0,-1px)
	}

	100% {
		-webkit-transform: translate(0,0px)
	}
}

@-webkit-keyframes opacity {
	0% {
		-webkit-transform: translate(0,0px)
	}

	25% {
		-webkit-transform: translate(0,-3px)
	}

	50% {
		-webkit-transform: translate(0,1px)
	}

	75% {
		-webkit-transform: translate(0,-1px)
	}

	100% {
		-webkit-transform: translate(0,0px)
	}
}

.arrow-down {
	zoom: .8;
	position: fixed;
	bottom: 0;
	left: 50%;
	margin-left: -1.7rem;
	width: 57px;
	height: 57px;
	border-radius: .5rem;
	display: block;
	background-image: url(../images/icon.png);
	background-repeat: no-repeat;
	z-index: 999;
	-webkit-animation: opacity 1.2s linear infinite
}
.s7_p1 {
	background: url(../images/6_text.png) no-repeat;
	width: 25%;
}

.s7_p2 {
	bottom: 0;
	position: absolute
}

.s10 {
	background-color: #34383b
}

.footer-main {
	min-width: 365px
}

.footer-wrap,.footer-wrap .tel {
	color: #F7F1F1!important
}

.m-link {
	width: 90%;
	text-align: center;
	margin: 0 auto
}

.m-link li {
	width: 32%;
	text-align: center;
	border: 1px solid #424242;
	float: left
}

.m-link li img {
	width: 70%;
}

.m-link .tit,.m-contact .tit {
	margin: 1em 0
}

.m-link  ul {
	display: block
}

.m-contact p {
	margin-bottom: .5em
}

.newslide img {
	display: none
}

.s1-info td {
	width: 60%
}
