/* CSS Document */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	margin: 0;
	padding: 0
}
html {
	background: #c2ecfe;
	position: relative;
	height: 100%;
	font-size: 125%;
	overflow-x: hidden;
}
@media (max-width:540px) {
html {
	font-size: 100%;
}
}
@media (max-width:440px) {
html {
	font-size: 87.5%;
}
}
@media (max-width:340px) {
html {
	font-size: 75%;
}
}
body {
	font-size: 100%;
	color: #333;
	font-family: "Microsoft YaHei";
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	background:#fff;
	overflow-x: hidden;
	padding-bottom: 35px;
}
form {
	display: inline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
audio, canvas, video {
	display: inline-block;
*display:inline;
*zoom:1
}
button, input, select, textarea {
	font-size: 100%;
	vertical-align: middle;
	outline: none;
	font-family: "Microsoft YaHei";
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
th {
	text-align: inherit
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
input, img {
	vertical-align: middle
}
ol, ul {
	list-style: none
}
em, i {
	font-style: normal
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: underline;
}
textarea {
	resize: none
}
* {
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
:after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.left{
	float: left;
}
.right{
	float: right;
}
.clearfix:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
/* ---- menu Style ---- */
.menu{
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background: url(../img/menu_bg.png) center center repeat-x;
	background-size: auto 100%;
	z-index: 99;
}
.menu ul{
	max-width: 1366px;
	margin: 0 auto;
}
.menu ul li{
	position: relative;
	float: left;
	width: 25%;
	text-align: center;
	padding: 2.2% 0 4.83%;
}
.menu ul li:first-child{
	display: none;
}
.menu ul li.active{
	padding: 1.75% 0 4.68%;
}
.menu ul li img{
	vertical-align: top;
	width: 49.85%;
	height: auto;
}
.menu ul li.active img{
	width: 61.58%;
}
.menu ul li img.i{
	display: none;
	position: absolute;
	left: 2%;
	top: 16%;
	width: 16.13%;
	height: auto;
}
.menu ul li.active img.i{
	display: block
}
@media (max-width:520px) {
	.menu ul li img{
		width: 80%;
		height: auto;
	}
	.menu ul li.active img{
		width: 98%;
	}
	.menu ul li.active img.i{
		display: none;
	}
}
/* ---- swiperBox Style ---- */
.swiperBox{
	width: 60%;
	margin-left: 6.45%;
	border: 0.5rem solid #fff;
	border-radius: 0.4rem;
	position: relative;
	z-index: 9;
}
.swiperBox::before{
	content: "";
	position: absolute;
	top: -6%;
	left: -4.5%;
	width: 5.625%;
	height: 11.6%;
	background: url(../img/swiper_i.png) center center no-repeat;
	background-size: 100% 100%;
}
.swiperBox .swiper-container{
	height: 100%;
}
.swiperBox .swiper-wrapper{
	height: 100%;
}
.swiperBox .swiper-slide{
	height: 100%;
	overflow: hidden;
}
.swiperBox .swiper-slide img {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.swiperBox .swiper-slide:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
@media (max-width:768px) {
	.swiperBox{
		width: 95%;
		margin: 15% auto 5%;
		border: 0.5rem solid #fff;
		border-radius: 0.4rem;
		position: relative;
		z-index: 9;
	}
}
/* ---- 第一屏 Style ---- */
#section0{
	background: url(../img/bg1.jpg) center center no-repeat;
	background-size: auto 100%;
	position: relative;
}
.slogan{
	width: 70.28%;
	margin: 0 auto 5%;
	text-align: right;
}
.slogan img{
	max-width: 100%;
}
.down_btn{
	position: absolute;
	bottom: 2rem;
	width: 100%;
	left: 0;
	text-align: center;
}
.down_btn img{
	width: 3.9rem;
	height: auto;
	animation: down_btn 1s ease-in-out infinite alternate;
	-moz-animation: down_btn 1s ease-in-out infinite alternate;
	-webkit-animation: down_btn 1s ease-in-out infinite alternate;
	-o-animation: down_btn 1s ease-in-out infinite alternate;
}
@-webkit-keyframes down_btn {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-1rem);
		transform: translateY(-1rem)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(1rem);
		transform: translateY(1rem)
	}
}

@keyframes down_btn {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-1rem);
		-ms-transform: translateY(-1rem);
		transform: translateY(-1rem)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(1rem);
		-ms-transform: translateY(1rem);
		transform: translateY(1rem)
	}
}
@media (max-width:768px) {
	.slogan{
		width: 94%;
		margin: 0 auto 50%;
		text-align: right;
	}
	.down_btn img{
		width: 2.5rem;
	}
}
/* ---- 第二屏 Style ---- */
.newsBox{
	position: absolute;
	right: 0;
	top: -6.5%;
	width: 38.095%;
	background: url(../img/newsBox_bg.png) center center no-repeat;
	background-size: 100% 100%;
	z-index: 20;
	padding: 7.07% 2.31% 5.05% 5.34%;
}
.newsBox h1{
	height: 32px;
	line-height: 32px;
	font-size: 20px;
	color: #333333;
	margin-bottom: 3.3333%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.newsBox p{
	height: 90px;
	line-height: 30px;
	font-size: 16px;
	color: #333;
	word-break: break-all;
	text-indent: 2em;
	margin-bottom: 4.28%;
	overflow: hidden;
}
.newsBox p a{
	color: #999;
}
.newsBox h2{
	position: relative;
	height: 24px;
	background: url(../img/h2_bg.gif) center center repeat-x;
	background-size: auto 37.5%;
	line-height: 0px;
	font-weight: normal;
	margin-bottom: 3.57%;
}
.newsBox h2 span{
	display: block;
	height: 24px;
	border-radius: 12px;
	line-height: 24px;
	width: 140px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background: #0077c4;
	margin: 0 auto;
}
.newsBox h2 span::before{
	content: "·";
	color: #fff;
	margin-right: 8px;
}
.newsBox h2 span::after{
	content: "·";
	color: #fff;
	margin-left: 8px;
}
.newsBox ul{
	margin-bottom: 4.28%;
}
.newsBox ul li{
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	color: #333;
	padding: 0 0 0 20px;
	background: url(../img/point.png) left center no-repeat;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.newsBox .moreList{
	height: 20px;
	text-align: right;
}
.newsBox .moreList a{
	display: inline-block;
	height: 20px;
	border-radius: 10px;
	line-height: 18px;
	width: 58px;
	text-align: center;
	font-size: 14px;
	color: #27c1f7;
	border: 1px solid #70dcfc;
}
.newsBox .moreList a:hover{
	text-decoration: none;
}
@media (max-width:1200px) {
	.newsBox h1{
		height: 28px;
		line-height: 28px;
		font-size: 18px;
	}
	.newsBox p{
		height: 78px;
		line-height: 26px;
		font-size: 14px;
	}
	.newsBox h2{
		height: 22px;
	}
	.newsBox h2 span{
		height: 22px;
		border-radius: 11px;
		line-height: 22px;
		width: 120px;
		font-size: 16px;
	}
	.newsBox h2 span::before{
		margin-right: 7px;
	}
	.newsBox h2 span::after{
		margin-left: 7px;
	}
	.newsBox ul li{
		height: 32px;
		line-height: 32px;
		font-size: 15px;
		padding: 0 0 0 17px;
	}
	.newsBox .moreList{
		height: 20px;
	}
	.newsBox .moreList a{
		height: 20px;
		border-radius: 10px;
		line-height: 18px;
		width: 58px;
		font-size: 14px;
	}
}
@media (max-width:1024px) {
	.newsBox h1{
		height: 24px;
		line-height: 24px;
		font-size: 16px;
	}
	.newsBox p{
		height: 66px;
		line-height: 22px;
		font-size: 12px;
	}
	.newsBox h2{
		height: 20px;
	}
	.newsBox h2 span{
		height: 20px;
		border-radius: 11px;
		line-height: 20px;
		width: 110px;
		font-size: 14px;
	}
	.newsBox h2 span::before{
		margin-right: 6px;
	}
	.newsBox h2 span::after{
		margin-left: 6px;
	}
	.newsBox ul li{
		height: 28px;
		line-height: 28px;
		font-size: 14px;
		padding: 0 0 0 15px;
	}
	.newsBox .moreList{
		height: 18px;
	}
	.newsBox .moreList a{
		height: 18px;
		border-radius: 9px;
		line-height: 16px;
		width: 52px;
		font-size: 12px;
	}
}
@media (max-width:768px) {
	.newsBox{
		position: relative;
		right: auto;
		top:auto;
		width: 100%;
		background: none;
	}
	.newsBox h1{
		text-align: center;
		color: #fff;
	}
	.newsBox p{
		height: 60px;
		line-height: 20px;
		font-size: 12px;
		color: #fff;
	}
	.newsBox p a{
		color: #fff;
	}
	.newsBox h2{
		height: 20px;
		background: none;
	}
	.newsBox ul li{
		height: 24px;
		line-height: 24px;
		font-size: 13px;
		padding: 0 0 0 14px;
		color: #fff;
	}

}
/* ---- 第三屏 Style ---- */
.activityBox{
	position: absolute;
	top: -3.85%;
	right: 10px;
	width: 37.52%;
	z-index: 20;
}
.activityBox ul{
	width: 100%;
}
.activityBox ul li{
	width: 100%;
	padding: 3.08% 3.08% 3.08% 17.69%;
	background: url(../img/activity_bg.png) no-repeat;
	background-size: 100% 100%;
	position: relative;
	line-height: 24px;
	font-size: 16px;
	color: #333;
	margin-bottom: 6.15%;
}
.activityBox ul li span{
	position: absolute;
	left: 10%;
	top: 50%;
	margin-top: -35px;
	height: 70px;
	width: 26px;
	border: 1px solid #00a0e9;
	border-radius: 13px;
	text-align: center;
	font-size: 18px;
	line-height: 18px;
	color: #0077c4;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-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;
}
.activityBox .more{
	position: absolute;
	bottom: -10px;
	right: 0px;
	height: 20px;
	line-height: 18px;
	width: 56px;
	text-align: center;
	border: 1px solid #fff;
	font-size: 14px;
	color: #fff;
	border-radius: 10px;
}
.activityBox .more:hover{
	text-decoration: none;
}
@media (max-width:1200px) {
	.activityBox ul li{
		line-height: 23px;
		font-size: 15px;

	}
	.activityBox ul li span{
		height: 64px;
		margin-top: -32px;
		width: 24px;
		border-radius: 12px;
		font-size: 16px;
		line-height: 16px;
	}
	.activityBox .more{
		bottom: -10px;
		height: 20px;
		line-height: 18px;
		width: 56px;
		font-size: 14px;
		border-radius: 10px;
	}
}
@media (max-width:1024px) {
	.activityBox ul li{
		line-height: 22px;
		font-size: 14px;
	}
	.activityBox ul li span{
		height: 60px;
		margin-top: -30px;
		width: 22px;
		border-radius: 11px;
		font-size: 15px;
		line-height: 15px;
	}
	.activityBox .more{
		bottom: -8px;
		height: 18px;
		line-height: 16px;
		width: 50px;
		font-size: 12px;
		border-radius: 10px;
	}
}
@media (max-width:768px) {
	.activityBox{
		position: relative;
		top: auto;
		right: auto;
		width: 95%;
		margin: 0 auto;
		padding-bottom: 10%;
	}
	.activityBox ul li{
		width: 100%;
		padding: 2% 2% 2% 12.08%;
		border: 0.4rem solid #27c1f7;
		background: #fff;
		color: #333;
		margin-bottom:1rem;
		border-radius: 0.3rem;
		font-size: 12px;
		line-height: 20px;
	}
	.activityBox ul li span{
		left: 4%;
		height: 52px;
		margin-top: -26px;
		width: 20px;
		border-radius: 10px;
		font-size: 12px;
		line-height: 13px;
	}
	.activityBox .more{
		bottom: 10px;
	}
}
/* ---- 框架 Style ---- */
.container{
	max-width: 1386px;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
}
.island{
	position: absolute;
	bottom: -11.15%;
	left: -6.85%;
	width: 20.7%;
	height: auto;
}
.boat{
	position: absolute;
	bottom: -21.54%;
	left: 15.3%;
	width: 18.54%;
	height: auto;
	animation: boat 10s ease-in-out infinite alternate;
	-moz-animation: boat 10s ease-in-out infinite alternate;
	-webkit-animation: boat 10s ease-in-out infinite alternate;
	-o-animation: boat 10s ease-in-out infinite alternate;
}
@-webkit-keyframes boat {
	0% {
		left: 15.3%;
	}
	100% {
		left: 100%;
	}
}

@keyframes boat {
	0% {
		left: 15.3%;
	}
	100% {
		left: 100%;
	}
}
@media (max-width:768px) {
	.island{
		position: absolute;
		bottom: 1%;
		left: 0%;
		width: 20.7%;
		height: auto;
	}
	.boat{
		position: absolute;
		bottom: 0%;
		left: 15.3%;
		width: 18.54%;
		height: auto;
		animation: boat 10s ease-in-out infinite alternate;
		-moz-animation: boat 10s ease-in-out infinite alternate;
		-webkit-animation: boat 10s ease-in-out infinite alternate;
		-o-animation: boat 10s ease-in-out infinite alternate;
	}
}