@charset "utf-8";
body{
	margin: 0;
	padding: 0;
	zoom: 1;
}
.header .header_content .nav_ul .nav_li .nav_a {
	color: #fff;
}

.header .header_content .nav_ul .nav_li .down_nav {
	border-top: 3px solid #fff;
}

.header .header_content .nav_ul .nav_li .down_nav li {
	width: 100%;
	border-bottom: 1px solid #fff
}

.header .header_content .nav_ul .nav_li .down_nav li a {
	color: #fff;
	text-decoration: none;
	padding: 3px 0;
	display: block
}

.header .header_content .nav_ul .nav_li .black {
	display: none;
	width: 100%;
	list-style-type: none;
	border-top: 1px solid #000;
	font-size: .45em;
	margin-top: 5px;
	padding-top: 5px;
	position: absolute;
	z-index: 7
}

.header .header_content .nav_ul .nav_li .black li {
	width: 100%;
	border-bottom: 1px solid #000
}

.header .header_content .nav_ul .nav_li .black li a {
	color: #000;
	text-decoration: none
}
.footer{
	background: rgba(19,163,152,0.8);
}
.pd_btn {
	position: absolute;
	left: 50%;
	bottom: 50px;
	cursor: pointer;
	background-image: url("../img/arrow_down.png");
	width: 42px;
	height: 43px;
	z-index:99999999;
}
@media screen and (max-width:1440px) {
	html,
	body {
		font-size: 22px
	}
	.header {
		margin-top: 48px
	}
	.header .header_content {
		width: 1230px
	}
	.header .header_content .nav_ul {
		margin-top: 11px
	}
	.header .header_content .nav_ul .nav_li {
		margin-left: 65px
	}
	.footer .footerContent {
		width: 1230px
	}
	.footer .footerContent .nav {
		width: 785px;
		display: inline-block;
		vertical-align: top;
		margin-left: 50px
	}
}

.restoreTrans {
	transform: matrix(1, 0, 0, 1, 0, 0);
	-ms-transform: matrix(1, 0, 0, 1, 0, 0);
	-webkit-transform: matrix(1, 0, 0, 1, 0, 0);
	-o-transform: matrix(1, 0, 0, 1, 0, 0);
	-moz-transform: matrix(1, 0, 0, 1, 0, 0)
}

@keyframes arrowAnimotion {
	0% {
		transform: translateY(0)
	}
	25% {
		transform: translateY(50px)
	}
	30% {
		transform: translateY(40px)
	}
	55% {
		transform: translateY(50px)
	}
	60% {
		transform: translateY(40px)
	}
	85% {
		transform: translateY(50px)
	}
	90% {
		transform: translateY(40px)
	}
	100% {
		transform: translateY(0)
	}
}

@-moz-keyframes arrowAnimotion {
	from {
		transform: translateY(0)
	}
	to {
		transform: translateY(50px)
	}
}

@-webkit-keyframes arrowAnimotion {
	0% {
		transform: translateY(0)
	}
	50% {
		transform: translateY(30px)
	}
	100% {
		transform: translateY(0)
	}
}

@-o-keyframes arrowAnimotion {
	from {
		transform: translateY(0)
	}
	to {
		transform: translateY(50px)
	}
}

@-ms-keyframes arrowAnimotion {
	from {
		transform: translateY(0)
	}
	to {
		transform: translateY(50px)
	}
}

@keyframes titleChange {
	0% {
		transform: scale(0, 0);
		opacity: 0
	}
	50% {
		transform: scale(.5, .5);
		opacity: .5
	}
	100% {
		transform: scale(1, 1);
		opacity: 1
	}
}

@-moz-keyframes titleChange {
	0% {
		transform: scale(0, 0);
		opacity: 0
	}
	50% {
		transform: scale(.5, .5);
		opacity: .5
	}
	100% {
		transform: scale(1, 1);
		opacity: 1
	}
}

@-webkit-keyframes titleChange {
	0% {
		transform: scale(0, 0);
		opacity: 0
	}
	50% {
		transform: scale(.5, .5);
		opacity: .5
	}
	100% {
		transform: scale(1, 1);
		opacity: 1
	}
}

@-o-keyframes titleChange {
	0% {
		transform: scale(0, 0);
		opacity: 0
	}
	50% {
		transform: scale(.5, .5);
		opacity: .5
	}
	100% {
		transform: scale(1, 1);
		opacity: 1
	}
}

@-ms-keyframes titleChange {
	0% {
		transform: scale(0, 0);
		opacity: 0
	}
	50% {
		transform: scale(.5, .5);
		opacity: .5
	}
	100% {
		transform: scale(1, 1);
		opacity: 1
	}
}

@keyframes wordsChange {
	0% {
		transform: translateY(3400px)
	}
	100% {
		transform: translateY(0)
	}
}

@-moz-keyframes wordsChange {
	0% {
		-moz-transform: translateY(3400px)
	}
	100% {
		-moz-transform: translateY(0)
	}
}

@-webkit-keyframes wordsChange {
	0% {
		-webkit-transform: translateY(3400px)
	}
	100% {
		-webkit-transform: translateY(0)
	}
}

@-o-keyframes wordsChange {
	0% {
		-o-transform: translateY(3400px)
	}
	100% {
		-o-transform: translateY(0)
	}
}

@-ms-keyframes wordsChange {
	0% {
		-ms-transform: translateY(3400px)
	}
	100% {
		-ms-transform: translateY(0)
	}
}

@keyframes wordsChangeDown {
	0% {
		transform: translateY(-3800px);
		opacity: 0;
		filter: alpha(opacity=0)
	}
	100% {
		transform: translateY(0);
		opacity: 1;
		filter: alpha(opacity=100)
	}
}

@-moz-keyframes wordsChangeDown {
	0% {
		-moz-transform: translateY(-3800px);
		opacity: 0;
		filter: alpha(opacity=0)
	}
	100% {
		-moz-transform: translateY(0);
		opacity: 1;
		filter: alpha(opacity=100)
	}
}

@-webkit-keyframes wordsChangeDown {
	0% {
		-webkit-transform: translateY(-3800px);
		opacity: 0;
		filter: alpha(opacity=0)
	}
	100% {
		-webkit-transform: translateY(0);
		opacity: 1;
		filter: alpha(opacity=100)
	}
}

@-o-keyframes wordsChangeDown {
	0% {
		-o-transform: translateY(-3800px);
		opacity: 0;
		filter: alpha(opacity=0)
	}
	100% {
		-o-transform: translateY(0);
		opacity: 1;
		filter: alpha(opacity=100)
	}
}

@-ms-keyframes wordsChangeDown {
	0% {
		-ms-transform: translateY(-3800px);
		opacity: 0;
		filter: alpha(opacity=0)
	}
	100% {
		-ms-transform: translateY(0);
		opacity: 1;
		filter: alpha(opacity=100)
	}
}

html,
body {
	width: 100%;
	height: 100%;
	background-color: #13a398;
	font-size: 25px
}

.page1 {
	width: 100%;
	height: 100%;
	background: #fff;
	position: relative
}

.page2 {
	width: 100%;
	height: 100%;
	position: relative
}

.main {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 0 0;
	overflow: hidden;
	position: relative
}

.main_floor {
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left bottom, right top, 0 0;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 0 0;
	position: relative
}

.main_floor .video_bg {
	position: absolute;
	z-index: 0;
	left: 50px;
	bottom: 0;
	width: 1800px;
	height: auto;
	display: block;
	position: absolute;
	z-index: 0;
	left: 50px;
	bottom: 0;
	width: 1920px;
	height: auto;
	display: block
}

.main_floor .main_content {
	width: 1320px;
	margin: 0 auto;
	margin-top: 380px;
	padding: 0 0 0 0;
	height: 560px;
	position: relative;
	overflow: hidden
}

.main_floor .main_content .main_img {
	width: 60%;
	text-align: left;
	position: relative
}

.main_floor .main_content .main_character {
	box-sizing: border-box;
	left: 0;
	top: 200px;
	
	width: 100%;
	position: absolute;
	z-index: 2;
	text-align: left;
	right: 0;
	padding-left: 46%
}

.main_floor .main_content .main_character .main_svg {
	width: 100%;
	height: 500px;
	float: right
}

.main_floor .main_content .main_character .main_text {
	box-sizing: border-box;
	width: 100%;
	position: absolute;
	top: 0;
	padding-left: 180px;
}
.main_floor .main_content .main_character .main_text .main_text_title {
	color: #fff;
	font-size: .9em;
	font-weight: 600;
	width: 480px;
	position: relative;
	top: 155px;
	letter-spacing: 7px;
	animation: titleChange 4s linear 0s 1 normal;
	-moz-animation: titleChange 4s linear 0s 1 normal;
	-webkit-animation: titleChange 4s linear 0s 1 normal;
	-o-animation: titleChange 4s linear 0s 1 normal
}

.main_floor .main_content .main_character .main_text .main_text_words {
	white-space: pre;
	color: #fff;
	font-size: .64em;
	position: relative;
	top: 40px;
	width: 480px;
	line-height: 25px;
	animation: wordsChange 5s linear 0s 1 normal;
	-moz-animation: wordsChange 5s linear 0s 1 normal;
	-webkit-animation: wordsChange 5s linear 0s 1 normal;
	-o-animation: wordsChange 5s linear 0s 1 normal
}

.footer {
	width: 1200px;
	margin: 0 auto;
	padding-left: 50px;
	color: #8c94a2;
	font-size: 12px;
	padding-bottom: 10px;
	position: relative;
	bottom: 0
}
.main_floor .bg_img {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: cover;
}
.main_floor .txt_img {
    z-index: 2;
    margin: auto;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 0;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(18, 164, 151, 0.4);
}
@media screen and (max-width:1440px) {
	html,
	body {
		font-size: 22px
	}
	.txt_img {
   	 background-size: 50%;
	}
	.main_floor .video_bg {
		width: 1920px;
		top: 20px;
		left: -200px
	}
	.main_floor .main_content {
		width: 1100px;
		margin-top: 200px
	}
	.main_floor .main_content .main_character {
		padding-left: 45%
	}
}

@media screen and (max-width:1366px) {
	.main_floor .video_bg {
		width: 1820px;
		top: 40px;
		left: -200px
	}
	.main_floor .main_content {
		width: 1100px;
		margin-top: 200px
	}
}

/*µ¼º½¸Ä°æ ¼ÓÍ¼Æ¬*/
.header .header_content .nav_ul .nav_li .down_nav{
	background: rgba(255,255,255,.15) !important;
}
.navTxt{
	background: rgba(255,255,255,.25) !important;
	color: #fff;
}
.header .header_content .nav_ul .nav_li .down_nav li{
	/*border: 1px solid #13a398;*/
	border-bottom:none !important;
}
.header_content .nav_ul .nav_li:hover{
   background: rgba(255,255,255,.15) !important;
}