@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 .nav_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
}
@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: #8e8b8b;
	font-size: 24px
}

.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
}

.return_top_btn {
	background: url("../img/return_top.png");
	width: 22px;
	height: 70px;
	position: fixed;
	z-index: 100;
	display: none;
	right: 50px;
	bottom: 50px;
	cursor: pointer
}

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

.main_floor .main_content {
	top: 0;
	width: 1200px;
	margin: 0 auto;
	margin-top: 230px;
	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 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	left: 0;
	top: 0;
	width: 100%;
	position: absolute;
	z-index: 2;
	text-align: left;
	right: 0;
	padding-left: 60%
}

.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
}

.main_floor .main_content .main_character .main_text .main_text_title {
	color: #fff;
	font-size: .9em;
	font-weight: 600;
	width: 430px;
	position: relative;
	top: 110px;
	left: -5px;
	letter-spacing: 15px;
	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: #fff;
	font-size: .64em;
	position: relative;
	top: 128px;
	left: -5px;
	width: 430px;
	line-height: 23px;
	white-space: pre;
	animation: wordsChange 3s linear 0s 1 normal;
	-moz-animation: wordsChange 3s linear 0s 1 normal;
	-webkit-animation: wordsChange 3s linear 0s 1 normal;
	-o-animation: wordsChange 3s linear 0s 1 normal;
	line-height: 25px
}

.main_floor .pd_btn {
	position: absolute;
	left: 50%;
	bottom: 50px;
	cursor: pointer;
	background-image: url("../img/arrow_down.png");
	width: 42px;
	height: 43px
}

.main_floor.ablum_popup {
	position: fixed;
	background: rgba(0, 0, 0, 0.8);
	z-index: 100;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	display: none;
	z-index: 9999999;
}

.main_floor.ablum_popup .close_btn {
	background-image: url("../img/close.png");
	width: 32px;
	height: 32px;
	position: absolute;
	right: 50px;
	top: 50px;
	cursor: pointer;
	z-index: 10000;
}

/*.main_floor.ablum_popup .ablum_popup_content {
	width: 1470px;
	height: 680px;
	margin: 0 auto;
	position: relative;
	top: 50%;
	margin-top: -340px
}

.main_floor.ablum_popup .ablum_popup_content .ipad_ablum {
	width: 710px;
	height: 680px;
	float: left;
	overflow: hidden
}

.main_floor.ablum_popup .ablum_popup_content .ipad_ablum .ipad_view {
	width: 740px;
	height: 550px;
	margin-left: 20px;
	margin-top: 20px;
	overflow: hidden
}

.main_floor.ablum_popup .ablum_popup_content .ipad_ablum .ipad_view .ipad_content {
	height: 530px;
	width: 5300px;
	position: relative
}

.main_floor.ablum_popup .ablum_popup_content .ipad_ablum .ipad_view .ipad_content div {
	width: 700px;
	height: 440px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin: 0;
	display: inline-block;
	float: left;
	margin-top: 40px;
	margin-left: -1px
}

.main_floor.ablum_popup .ablum_popup_content .ipad_ablum .ipad_mask {
	background-image: url("../img/production/ipad_mask.png");
	width: 740px;
	height: 600px;
	position: absolute;
	background-position: top;
	top: 0;
	background-repeat: no-repeat
}

.main_floor.ablum_popup .ablum_popup_content .ipad_ablum .ipad_control {
	width: 700px;
	height: 60px
}

.main_floor.ablum_popup .ablum_popup_content .ipad_ablum .ipad_control ul {
	margin: 50px auto;
	height: 60px
}

.main_floor.ablum_popup .ablum_popup_content .ipad_ablum .ipad_control ul li {
	float: left;
	list-style: none;
	margin-left: 30px;
	display: inline-block
}

.main_floor.ablum_popup .ablum_popup_content .ipad_ablum .ipad_control ul li a {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: #8c94a2;
	display: block;
	cursor: pointer
}

.main_floor.ablum_popup .ablum_popup_content .ipad_ablum .ipad_control ul li a.selected {
	background-color: #ec6c00
}*/

.main_floor.ablum_popup .ablum_popup_content .intro {
	width: 80%;
	height: 40%;
	font-size: .8em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	margin: 0 auto 0;
	line-height: 35px;
	overflow-y: auto;
}

/*zzh添加*/
/*首页图片滚动*/
#gla{
	overflow:hidden;
	margin:15px auto;
	/*margin-top: 2%;*/
	width: 100%;
	height: 80%;
}
/*.bac{
	position:absolute;
	bottom:0;
	left:50px;
}*/
#gla_box{
	width:60%;
	margin:91px auto 0;
}
.gla_inbox{
	overflow:hidden;
	position: relative;
	width: 100%;
	height: 100%;
}
.gla_inbox div{
	width:100%;
	height:100%;
	border-radius: 10px;
	background-size:cover;
}
.roundabout-holder {
	height: 100%;
	width: 100%;
	
}
/*.roundabout-moveable-item {
	display:block;
	height: 300px;
	width: 500px;;
	cursor: pointer;
}*/
.roundabout-moveable-item {
	display:block;
	height: 483px;
	width: 743px;;
	cursor: pointer;
}
.roundabout-moveable-item:not(.roundabout-in-focus) .gla_inbox div:before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.65);
	border-radius: 10px;
}
.roundabout-in-focus {
	cursor: auto;
}



/*-zzh修改结束-*/

.main_floor.ablum_catalog {
	background-color: #000;
	border-top: 1px #fff solid
}

.main_floor.ablum_catalog table {
	width: 100%;
	height: 100%;
	display: table;
	background-color: #8c8c8c;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.main_floor.ablum_catalog table tr td {
	border: 1px #fff solid;
	border-top: none;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	position: relative
}

.main_floor.ablum_catalog table tr td .ablum_catalog_cell {
	width: 355px;
	height: 258px;
	background-size: 78% 73%;
	background-position: 37px 35px;
	margin: 0 auto;
	background-repeat: no-repeat
}
.main_floor.ablum_catalog table tr td .ablum_catalog_cell img {
	width: 100%;
	height: 100%;
	display: none;
	position: relative;
	top: 7px;
}

.main_floor.ablum_catalog table tr td .ablum_catalog_cell_over {
	display: none;
	width: 100%;
	height: 100%;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
	filter: alpha(opacity=0)
}

.main_floor.ablum_catalog table tr td:hover .ablum_catalog_cell_over {
	display: block;
	background-color: #fff;
	width: 100%;
	height: 100%
}

.main_floor.ablum_catalog table tr td:hover .ablum_catalog_cell {
	display: none
}

.footer {
	width: 1200px;
	margin: 0 auto;
	padding-left: 50px;
	color: #8c94a2;
	font-size: .48em;
	padding-bottom: 10px;
	position: relative;
	bottom: 0
}

@media screen and (max-width:1440px) {
	html,
	body {
		font-size: 22px
	}
	.main_floor .video_bg {
		width: 1500px;
		left: -170px;
		top: 30px
	}
	.main_floor .main_content {
		width: 1100px;
		margin-top: 100px
	}
	.main_floor .main_content .main_character .main_text {
		padding-left: 190px
	}
	
	.main_floor .txt_img {
		background-size: 70%
	}
	.main_floor.ablum_catalog table tr td .ablum_catalog_cell {
		width: 270px;
		height: 200px
	}
	.main_floor.ablum_popup .ablum_popup_content {
		width: 100%;
		/*top: 50%;
		margin-top: -240px;*/
	}
	.main_floor.ablum_catalog table tr td .ablum_catalog_cell {
		width: 355px;
		height: 258px;
		background-size: 78% 73%;
		background-position: 37px 35px;
		margin: 0 auto;
		background-repeat: no-repeat
	}
	.main_floor.ablum_catalog table tr td .ablum_catalog_cell img {
		width: 100%;
		height: 100%;
		display: none;
		position: relative;
		top: 7px;
	}
	.main_floor.ablum_popup .ablum_popup_content .intro {
		width: 80%;
		height: 40%;
		margin:0 auto;
	} 
	.main_floor.ablum_popup .ablum_popup_content .intro .introP{
		width: 100%;
	}
}

@media screen and (max-width:1367px) {
	html,
	body {
		font-size: 22px
	}
	.main_floor .video_bg {
		width: 1500px;
		left: -195px
	}
	.main_floor .main_content {
		width: 1200px;
		margin-top: 95px
	}

	.main_floor.ablum_catalog table tr td .ablum_catalog_cell {
		width: 305px;
		height: 208px;
		background-size: 78% 73%;
		background-position: 37px 35px;
		margin: 0 auto;
		background-repeat: no-repeat
	}
}
.ipad_pos_jt span{
	font-size: 2em;
	display: inline-block;
	text-decoration: none;
	color: white;
}
.ipad_pos_rjt{
	position: absolute;
	top: 255px;
	left: 55px;
}
.ipad_pos_zjt{
	position: absolute;
	top: 255px;
	right: 60px;
}
/*导航改版 加图片*/
.down_nav li{
	border: 1px solid #8e8b8b !important;
}
.header_content .nav_ul li:hover{
    background: rgba(255,255,255,.15);
}
.navTxt{
	color:#fff;
}
