@charset "utf-8";
.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 .navz-index_li .black {
	display: none;
	width: 100%;
	list-style-type: none;
	border-top: 3px 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: #653716;*/
	background: rgba(182,113,44,0.8);
}

.main_floor .bg_img {
	z-index: 1;
	position: absolute;
	background-size: cover;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed
}

.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(254, 238, 182, 0.5)
}
@media screen and (max-width:1440px) {
	html,
	body {
		font-size: 22px
	}
	.header {
		margin-top: 50px
	}
	.header .header_content {
		width: 1100px
	}
	.header .header_content .nav_ul {
		margin-top: 26px
	}
	.header .header_content .nav_ul .nav_li {
		margin-left: 45px
	}
	.footer .footerContent {
		width: 1100px
	}
	.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: #ffedb7;
	margin: 0;
	padding: 0;
	font-size: 25px
}
.page1 {
	width: 100%;
	height: 100%;
	background: #fff;
	position: relative
}

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

.header .header_content .nav_ul .nav_li .nav_a {
	color: #000
}

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

.header .header_content .nav_ul .nav_li .down_nav li {
	/*border-bottom: 1px solid #000*/
}

.header .header_content .nav_ul .nav_li .down_nav li a {
	color: #000
}

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

.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: 67px;
	top: 0;
	width: 97%;
	height: auto;
	display: block
}

.main_floor .main_content {
	z-index: 100;
	top: 0;
	width: 1300px;
	margin: 0 auto;
	margin-top: 230px;
	padding: 0 0 0 0;
	height: 560px;
	position: relative;
	overflow: hidden
}

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

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

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

.main_floor .main_content .main_character .main_text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	position: absolute;
	top: 0;
	padding-left: 190px
}
.pd_btn {
	position: absolute;
	left: 50%;
	bottom: 50px;
	cursor: pointer;
	background-image: url("../img/arrow_down1.png");
	width: 42px;
	height: 43px;
	z-index: 99999999;
}
.main_floor .main_content .main_character .main_text .main_text_title {
	color: #000;
	font-size: .9em;
	font-weight: 500;
	width: 480px;
	position: relative;
	top: 443px;
	letter-spacing: 7px;
	animation: titleChange 2s linear 0s 1 normal;
	-moz-animation: titleChange 2s linear 0s 1 normal;
	-webkit-animation: titleChange 2s linear 0s 1 normal;
	-o-animation: titleChange 2s linear 0s 1 normal
}

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

@media screen and (max-width:1440px) {
	html,
	body {
		font-size: 22px
	}
	.main_floor .video_bg {
		width: 1520px;
		left: -70px
	}
	.main_floor .main_content {
		width: 1100px;
		pointer-events: none;
		margin-top: 100px
	}
	.main_floor .main_content .main_character {
		padding-left: 46%
	}
}

@media screen and (max-width:1336px) {
	.main_floor .video_bg {
		width: 1520px;
		left: -150px;
	}
	.main_floor .main_content {
		width: 1100px;
		pointer-events: none;
		margin-top: 100px
	}
}
.second{
	width: 100%;
	height: 100%;
}
.center_second{
	width: 1230px;
	height: 100%;
	margin: auto;
	position: relative;
}
.second_wenzi{
	width: 25%;
	height: 500px;
	border: 3px solid #444444;
	position: absolute;
	left: 0;
	top: 120px;
}
.second_wenzi p{
	font-size: 24px;
	color: #444444;
	margin-left: 10%;
}
.center_second h1{
	font-size: 40px;
	position: absolute;
	top: 450px;
	left: 230px;
	background: #fceeb6;
	z-index: 999;
}
.second_wenzi h4{
	font-size: 20px;
	position: absolute;
	top: 420px;
	left: 31px;
}
.second_wenzi span{
	font-size: 3em;
}
.bai_people{
	width: 50%;
	position: absolute;
	left: 45%;
	top: 23%;
}
/*第三屏*/
.third_chu{
	width: 63.5%;
	height: auto;
	border: 4px solid #444444;
	position: absolute;
	right: 0;
	top: 110px;
}
.third_chu img{
	margin-left: 25%;
}
.center_second h2{
	color: #111111;
	font-size: 40px;
	position: absolute;
	top: 210px;
	left: 408px;
	z-index: 9999;
	background: #fceeb6;
}
.in_come{
	position: absolute;
	top: 476px;
}
.actitly_background{
	width: 100%;
	height: 100%;
	background: url(../img/activity/acticty_04.jpg)no-repeat;
	background-size: 100%;
	border: 1px solid red;
}
.best_anniu{
	position: absolute;
	width: 100%;
	height: 6em;
	bottom: 6%;
	margin: auto;
}
.best_anniu>li{
	width: 12%;
	height: 6em;
	background: url(../img/activity/jiantou.png)no-repeat;
	float: left;
	font-size: 30px;
	background-size:100% ;
}
.anniu_p{
	margin-right: 2.665%;
}
.best_anniu p{
	width: 80%;
	height: 20%;
	text-align: center;
	margin-left: 10%;
	margin-top: 19%;
}
/*黑色*/
.yingcang{
	width: 100%;
	height: 100%;
	background: black;
}
.yingcang_third{
	border: 3px solid white;	
}
.yingcang_third p{
	color: white;
	
}
.yingcang_third h4{
	color: white;
}
.heise h1{
	background: black;
	color: white;
}
.mark_im{
	position: absolute;
	bottom: 20px;
}

/*导航改版 加图片*/
.header .header_content .nav_ul .nav_li .down_nav{
	background: rgba(243,174,53,.1) !important;
}
.down_nav .navTxt{
	background: rgba(243,174,53,.15) !important;
	color: #000;
}
.header .header_content .down_nav .nav_ul .nav_li .down_nav li{
	border: 1px solid #ffedb7;
}
.header .header_content .nav_ul li:hover{
    background: rgba(243,174,53,.1);
}