@charset "utf-8";
.f_bg {
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 3620px;
	height: 2080px;
	display: block
}

.header {
	width: 100%;
	height: 80px;
	margin: 0 auto;
	margin-top: 80px;
	position: absolute;
	z-index: 100;
	top: 0
}

.header .header_content {
	width: 1350px;
	height: 80px;
	margin: 0 auto
}

.header .header_content .logo {
	cursor: pointer;
	float: left
}

.header .header_content .logo img {
	border: none;
	width: 193px;
	height: 56px
}

.header .header_content .nav_ul {
	list-style-type: none;
	margin-top: 17px;
	float: right
}

.header .header_content .nav_ul .nav_li {
	display: inline-block;
	margin-left: 65px
}

.header .header_content .nav_ul .nav_li .nav_a {
	color: #fff;
	text-decoration: none;
	font-size: .68em;
	white-space: pre-wrap;
	letter-spacing: 1px
}

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

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

.header .header_content .nav_ul .last_nav_li {
	padding-right: 10px
}
.footer{
	background: rgba(0,82,128,0.8);
}
@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
	}
	.main_floor .main_content .main_character .main_text .main_text_words{
		left: -45px;
	}
	.main_floor .main_content .main_character .main_text .main_text_title{
		left: -45px;
	}
}

.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: #00649b;
	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
}

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

.main_floor .main_content {
	top: 0;
	width: 1200px;
	margin: 0 auto;
	margin-top: 260px;
	padding: 0 0 0 0;
	height: 600px;
	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: 40px;
	width: 100%;
	position: absolute;
	z-index: 2;
	text-align: left;
	right: 0;
	padding-left: 50%
}

.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: 150px
}

.main_floor .main_content .main_character .main_text .main_text_title {
	color: #fff;
	font-size: .9em;
	font-weight: 600;
	width: 480px;
	position: relative;
	top: 410px;
	letter-spacing: 4px;
	animation: titleChange 3s linear 0s 1 normal;
	-moz-animation: titleChange 3s linear 0s 1 normal;
	-webkit-animation: titleChange 3s linear 0s 1 normal;
	-o-animation: titleChange 3s 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: 260px;
	width: 480px;
	line-height: 25px;
	height: 310px;
	animation: wordsChangeDown 4s linear 0s 1 normal;
	-moz-animation: wordsChangeDown 4s linear 0s 1 normal;
	-webkit-animation: wordsChangeDown 4s linear 0s 1 normal;
	-o-animation: wordsChangeDown 4s linear 0s 1 normal
}

.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 .bg_img {
	z-index: 1;
	position: absolute;
	background-size: cover;
	width: 100%;
	height: 100%;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat
}

.main_floor .txt_img {
	z-index: 2;
	margin: auto;
	position: absolute;
	display: block;
	background-color: rgba(0, 100, 155, 0.8);
	width: 100%;
	height: 100%;
	margin: 0 0;
	background-position: center;
	background-repeat: no-repeat
}

.main_floor .update {
	background-image: url("../img/market/other_txt.png")
}
/*--zzh修改--*/
/*1*/
@keyframes question{
	from{transform: scale(0.6);}
	to{transform: scale(1.7);}
}
@-moz-keyframes question{
	from{-moz-transform: scale(0.6);}
	to{-moz-transform: scale(1.7);}
}
@-ms-keyframes question{
	from{-ms-transform: scale(0.6);}
	to{-ms-transform: scale(1.7);}
}
@-webkit-keyframes question{
	from{-webkit-transform: scale(0.6);}
	to{-webkit-transform: scale(1.7);}
}


/*2*/
.main_floor .queDiv{
	width: 100%;
	height: 100%;
	position: relative;
	margin:auto;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.main_floor .question1{
	z-index: 99;
	display: inline-block;
	position: absolute;
	animation: question 0.9s infinite alternate linear;
	-webkit-animation: question 0.9s infinite alternate linear;
	-moz-animation: question 0.9s infinite alternate linear;
	-ms-animation: question 0.9s infinite alternate linear;
}
.main_floor .question2,.main_floor .question3,.main_floor .question4{
	z-index: 99;
	display: inline-block;
	position: absolute;
	animation: question 0.8s infinite alternate linear;
	-webkit-animation: question 0.8s infinite alternate linear;
	-moz-animation: question 0.8s infinite alternate linear;
	-ms-animation: question 0.8s infinite alternate linear;
}
.main_floor .question1{
	width: 7%;
	left: 10%;
	top:225px;
	/*animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	-webkit-animation-delay:0.2s;
	-ms-animation-delay:0.2s;*/
}
.main_floor .question2{
	width: 4%;
	left: 53%;
	top:160px;
	animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;
	-webkit-animation-delay:0.4s;
	-ms-animation-delay:0.4s;
}
.main_floor .question3{
	width: 5%;
	left: 80%;
	top:230px;
	animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
	-webkit-animation-delay:1.2s;
	-ms-animation-delay:1.2s;
}
.main_floor .question4{
	width: 5%;
	left: 43%;
	bottom:120px;
	animation-delay: 0.7s;
	-moz-animation-delay: 0.7s;
	-webkit-animation-delay:0.7s;
	-ms-animation-delay:0.7s;
}
/**/
.main_floor .miandui {
	background-image: url("../img/market/mianduitxt.png")
}

.main_floor .other {
	background-color: rgba(0, 98, 155, 0)
}

.main_floor.normal .bg_img {
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat
}

.main_floor.splittext {
	background-image: url("../img/market/floor_bg.png");
	background-size: cover
}

.main_floor.splittext .mark_text {
	width: 1400px;
	height: 600px;
	margin: 0 auto;
	margin-top: -300px;
	top: 50%;
	position: relative;
	font-size: 15px;
	color: #fff;
	font-weight: 700
}

.main_floor.statictxt {
	/*color: #00649b;*/
	text-align: center;
	font-size: 48px
}

.main_floor.statictxt .txt_img {
	top: 50%;
	margin-top: 0px
}

.main_floor.statictxt .bg_img {
	background-image: url("../img/market/floor_bg.png")
}

.main_floor.statictxt.withe {
	color: #fff
}

.main_floor.statictxt.withe .bg_img {
	background-image: url("../img/market/floor_bg.png")
}

.main_floor.factory {
	background-image: url("../img/market/factory_bg.png");
	background-size: cover
}

.main_floor.factory .txt_img {
	background-image: url("../img/market/factory_txt.png");
	width: 50%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 80% 20%;
	background-color: rgba(0, 98, 155, 0)
}

.main_floor.camera {
	background-image: url("../img/market/camera_bg.png");
	background-size: cover;
	text-align: center
}

.main_floor.camera video {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	display: none
}

.main_floor.camera .camera_com {
	margin: -30px auto;
	width: 1200px;
	height: 1000px;
	display: block;
	background-image: url("../img/market/camera_com.png");
	background-size: contain;
	position: relative;
	transform: scale(.8, .8);
	-webkit-transform: scale(.8, .8);
	-o-transform: scale(.8, .8);
	-moz-transform: scale(.8, .8);
	background-repeat: no-repeat
}

.main_floor.camera .camera_com div {
	position: absolute;
	cursor: pointer
}

.main_floor.camera .camera_com .camera_qy {
	left: 410px;
	top: 77px;
	background-image: url("../img/market/camera_qy.png");
	width: 433px;
	height: 155px
}

.main_floor.camera .camera_com .camera_pm {
	left: 242px;
	top: 150px;
	background-image: url("../img/market/camera_pm.png");
	width: 225px;
	height: 419px
}

.main_floor.camera .camera_com .camera_dh {
	left: 267px;
	top: 521px;
	background-image: url("../img/market/camera_dh.png");
	width: 371px;
	height: 313px
}

.main_floor.camera .camera_com .camera_ys {
	left: 587px;
	top: 530px;
	background-image: url("../img/market/camera_ys.png");
	width: 386px;
	height: 305px
}

.main_floor.camera .camera_com .camera_cp {
	left: 775px;
	top: 150px;
	background-image: url("../img/market/camera_cp.png");
	width: 227px;
	height: 431px
}

.main_floor.camera .camera_com .info {
	white-space: pre;
	position: absolute;
	width: 390px;
	height: 380px;
	left: 425px;
	top: 260px;
	overflow: hidden;
	font-size: 26px;
	line-height: 48px;
	color: #fff;
	text-align: center
}

.main_floor.camera .camera_com .title {
	position: absolute;
	width: 330px;
	height: 88px;
	left: 445px;
	top: 998px;
	overflow: hidden;
	font-size: 60px;
	color: #fff;
	display: block
}

.main_floor.camera .close_btn {
	position: absolute;
	background-image: url("../img/market/icon_close.png");
	width: 32px;
	height: 32px;
	right: 10px;
	top: 50px;
	display: block;
	z-index: 2;
	cursor: pointer;
	display: none
}

.main_floor.ablum .triangle_blue {
	background-image: url("../img/market/triangle_blue.png");
	position: absolute;
	width: 100%;
	height: 23px;
	z-index: 100;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	cursor: pointer;
	top: 0
}

.main_floor.ablum .return_btn {
	background-image: url("../img/market/return_btn.png");
	position: absolute;
	width: 100%;
	height: 88px;
	z-index: 100;
	background-position: center;
	background-repeat: no-repeat;
	display: none;
	cursor: pointer;
	top: 15px
}

.main_floor.ablum .ablum_content {
	width: 100%;
	height: 100%
}

.main_floor.ablum .ablum_content .ablum_catalog {
	width: 100%;
	height: 100%;
	overflow: hidden
}

.main_floor.ablum .ablum_content .ablum_catalog img {
	width: 100%;
	height: 100%;
	z-index: 1;
	overflow: hidden
}

.main_floor.ablum .ablum_content .ablum_catalog .btn {
	background-color: #0292c6;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	font-size: 24px;
	z-index: 100;
	position: absolute;
	color: #fff;
	font-weight: 800;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 80px;
	margin: 0 auto;
	pointer-events: none
}

.main_floor.ablum .ablum_content .ablum_catalog .btn.multi {
	padding: 0 10px;
	padding-top: 8px;
	line-height: normal
}

.main_floor.ablum .ablum_content .ablum_catalog .left_content {
	width: 70%;
	height: 100%;
	display: inline-block;
	float: left
}

.main_floor.ablum .ablum_content .ablum_catalog .left_content .left_top_content {
	width: 100%;
	height: 50%;
	overflow: hidden
}

.main_floor.ablum .ablum_content .ablum_catalog .left_content .left_top_content .left_top_f_content {
	width: 50%;
	height: 100%;
	display: inline-block;
	float: left;
	overflow: hidden
}

.main_floor.ablum .ablum_content .ablum_catalog .left_content .left_bottom_content {
	width: 100%;
	height: 50%;
	overflow: hidden
}

.main_floor.ablum .ablum_content .ablum_catalog .left_content .left_bottom_content .left_bottom_f_content {
	width: 40%;
	height: 100%;
	display: inline-block;
	float: left;
	overflow: hidden
}

.main_floor.ablum .ablum_content .ablum_catalog .left_content .left_bottom_content .left_bottom_s_content {
	width: 60%;
	height: 100%;
	display: inline-block;
	float: left;
	overflow: hidden
}

.main_floor.ablum .ablum_content .ablum_catalog .right_content {
	width: 30%;
	height: 100%;
	display: inline-block;
	float: left
}

.main_floor.ablum .ablum_content .ablum_s_content {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative
}

.main_floor.ablum .ablum_content .ablum_s_content .ablume_catalog_js {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: none
}

.main_floor.ablum .ablum_content .ablum_s_content .ablume_catalog_js .left_content {
	width: 30%;
	height: 100%;
	background-image: url("../img/market/catalog_js_1.png");
	background-size: cover;
	display: inline-block;
	float: left
}

.main_floor.ablum .ablum_content .ablum_s_content .ablume_catalog_js .right_content {
	width: 70%;
	height: 100%;
	display: inline-block;
	float: left
}

.main_floor.ablum .ablum_content .ablum_s_content .ablume_catalog_js .right_content .right_top_content {
	width: 100%;
	height: 70%
}

.main_floor.ablum .ablum_content .ablum_s_content .ablume_catalog_js .right_content .right_top_content .right_top_f_content {
	width: 20%;
	height: 100%;
	display: inline-block;
	float: left
}

.main_floor.ablum .ablum_content .ablum_s_content .ablume_catalog_js .right_content .right_top_content .right_top_f_content .right_top_f_f_content {
	width: 100%;
	height: 60%;
	background-image: url("../img/market/catalog_js_2.png");
	background-size: cover
}

.main_floor.ablum .ablum_content .ablum_s_content .ablume_catalog_js .right_content .right_top_content .right_top_f_content .right_top_f_s_content {
	width: 100%;
	height: 40%;
	background-image: url("../img/market/catalog_js_3.png");
	background-size: cover
}

.main_floor.ablum .ablum_content .ablum_s_content .ablume_catalog_js .right_content .right_top_content .right_top_s_content {
	width: 50%;
	height: 100%;
	background-image: url("../img/market/catalog_js_4.png");
	background-size: cover;
	display: inline-block;
	float: left
}

.main_floor.ablum .ablum_content .ablum_s_content .ablume_catalog_js .right_content .right_top_content .right_top_t_content {
	width: 30%;
	height: 100%;
	display: inline-block;
	float: left
}

.main_floor.ablum .ablum_content .ablum_s_content .ablume_catalog_js .right_content .right_top_content .right_top_t_content .right_top_t_f_content {
	width: 100%;
	height: 50%;
	background-image: url("../img/market/catalog_js_5.png");
	background-size: cover
}

.main_floor.ablum .ablum_content .ablum_s_content .ablume_catalog_js .right_content .right_top_content .right_top_t_content .right_top_t_s_content {
	width: 100%;
	height: 50%;
	background-image: url("../img/market/catalog_js_6.png");
	background-size: cover
}

.main_floor.ablum .ablum_content .ablum_s_content .ablume_catalog_js .right_content .right_bottm_content {
	width: 100%;
	height: 30%
}

.main_floor.ablum .ablum_content .ablum_s_content .ablume_catalog_js .right_content .right_bottm_content .right_bottm_f_content {
	width: 40%;
	height: 100%;
	background-image: url("../img/market/catalog_js_7.png");
	background-size: cover;
	display: inline-block;
	float: left
}

.main_floor.ablum .ablum_content .ablum_s_content .ablume_catalog_js .right_content .right_bottm_content .right_bottm_s_content {
	width: 20%;
	height: 100%;
	background-image: url("../img/market/catalog_js_8.png");
	background-size: cover;
	display: inline-block;
	float: left
}

.main_floor.ablum .ablum_content .ablum_s_content .ablume_catalog_js .right_content .right_bottm_content .right_bottm_t_content {
	width: 40%;
	height: 100%;
	background-image: url("../img/market/catalog_js_9.png");
	background-size: cover;
	display: inline-block;
	float: left
}

.main_floor.ablum .ablum_content .ablum_s_content .ablume_catalog_ys {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: none
}

.main_floor.ablum .ablum_content .ablum_s_content .ablume_catalog_ys .top_content {
	width: 100%;
	height: 50%;
	overflow: hidden
}

.main_floor.ablum .ablum_content .ablum_s_content .ablume_catalog_ys .top_content .top_f_content {
	background-image: url("../img/market/catalog_ys_1.png");
	width: 40%;
	height: 100%;
	overflow: hidden;
	display: inline-block;
	float: left;
	background-size: cover
}

.main_floor.ablum .ablum_content .ablum_s_content .ablume_catalog_ys .top_content .top_s_content {
	background-image: url("../img/market/catalog_ys_2.png");
	width: 35%;
	height: 100%;
	overflow: hidden;
	display: inline-block;
	float: left;
	background-size: cover
}

.main_floor.ablum .ablum_content .ablum_s_content .ablume_catalog_ys .top_content .top_t_content {
	width: 25%;
	height: 100%;
	overflow: hidden;
	display: inline-block;
	float: left
}

.main_floor.ablum .ablum_content .ablum_s_content .ablume_catalog_ys .top_content .top_t_content .top_t_f_content {
	background-image: url("../img/market/catalog_ys_3.png");
	width: 100%;
	height: 50%;
	overflow: hidden;
	background-size: cover
}

.main_floor.ablum .ablum_content .ablum_s_content .ablume_catalog_ys .top_content .top_t_content .top_t_s_content {
	background-image: url("../img/market/catalog_ys_4.png");
	width: 100%;
	height: 50%;
	overflow: hidden;
	background-size: cover
}

.main_floor.ablum .ablum_content .ablum_s_content .ablume_catalog_ys .bottom_content {
	width: 100%;
	height: 50%;
	overflow: hidden
}

.main_floor.ablum .ablum_content .ablum_s_content .ablume_catalog_ys .bottom_content .bottom_f_content {
	background-image: url("../img/market/catalog_ys_5.png");
	width: 10%;
	height: 100%;
	overflow: hidden;
	display: inline-block;
	float: left;
	background-size: cover
}

.main_floor.ablum .ablum_content .ablum_s_content .ablume_catalog_ys .bottom_content .bottom_s_content {
	background-image: url("../img/market/catalog_ys_6.png");
	width: 40%;
	height: 100%;
	overflow: hidden;
	display: inline-block;
	float: left;
	background-size: cover
}

.main_floor.ablum .ablum_content .ablum_s_content .ablume_catalog_ys .bottom_content .bottom_t_content {
	background-image: url("../img/market/catalog_ys_7.png");
	width: 20%;
	height: 100%;
	overflow: hidden;
	display: inline-block;
	float: left;
	background-size: cover
}

.main_floor.ablum .ablum_content .ablum_s_content .ablume_catalog_ys .bottom_content .bottom_fo_content {
	background-image: url("../img/market/catalog_ys_8.png");
	width: 30%;
	height: 100%;
	overflow: hidden;
	display: inline-block;
	float: left;
	background-size: cover
}

.main_floor.ablum .ablum_content .ablum_s_content .ablume_catalog_mz {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: none
}

.main_floor.ablum .ablum_content .ablum_s_content .ablume_catalog_mz .top_content {
	width: 100%;
	height: 50%;
	overflow: hidden
}

.main_floor.ablum .ablum_content .ablum_s_content .ablume_catalog_mz .top_content .top_f_content {
	background-image: url("../img/market/catalog_mz_1.png");
	width: 50%;
	height: 100%;
	overflow: hidden;
	display: inline-block;
	float: left;
	background-size: cover
}

.main_floor.ablum .ablum_content .ablum_s_content .ablume_catalog_mz .top_content .top_s_content {
	background-image: url("../img/market/catalog_mz_2.png");
	width: 50%;
	height: 100%;
	overflow: hidden;
	display: inline-block;
	float: left;
	background-size: cover
}

.main_floor.ablum .ablum_content .ablum_s_content .ablume_catalog_mz .bottom_content {
	width: 100%;
	height: 50%;
	overflow: hidden
}

.main_floor.ablum .ablum_content .ablum_s_content .ablume_catalog_mz .bottom_content .bottom_f_content {
	background-image: url("../img/market/catalog_mz_3.png");
	width: 33.3%;
	height: 100%;
	overflow: hidden;
	display: inline-block;
	float: left;
	background-size: cover
}

.main_floor.ablum .ablum_content .ablum_s_content .ablume_catalog_mz .bottom_content .bottom_s_content {
	background-image: url("../img/market/catalog_mz_4.png");
	width: 33.3%;
	height: 100%;
	overflow: hidden;
	display: inline-block;
	float: left;
	background-size: cover
}

.main_floor.ablum .ablum_content .ablum_s_content .ablume_catalog_mz .bottom_content .bottom_t_content {
	background-image: url("../img/market/catalog_mz_5.png");
	width: 33.3%;
	height: 100%;
	overflow: hidden;
	display: inline-block;
	float: left;
	background-size: cover
}

.main_floor.ablum .ablum_content .ablum_s_content .ablume_catalog_qt {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: none
}

.main_floor.ablum .ablum_content .ablum_s_content .ablume_catalog_qt .top_content {
	width: 100%;
	height: 60%;
	overflow: hidden
}

.main_floor.ablum .ablum_content .ablum_s_content .ablume_catalog_qt .top_content .top_f_content {
	background-image: url("../img/market/catalog_qt_1.png");
	width: 40%;
	height: 100%;
	overflow: hidden;
	display: inline-block;
	float: left;
	background-size: cover
}

.main_floor.ablum .ablum_content .ablum_s_content .ablume_catalog_qt .top_content .top_s_content {
	background-image: url("../img/market/catalog_qt_2.png");
	width: 40%;
	height: 100%;
	overflow: hidden;
	display: inline-block;
	float: left;
	background-size: cover
}

.main_floor.ablum .ablum_content .ablum_s_content .ablume_catalog_qt .top_content .top_t_content {
	width: 20%;
	height: 100%;
	overflow: hidden;
	display: inline-block;
	float: left
}

.main_floor.ablum .ablum_content .ablum_s_content .ablume_catalog_qt .top_content .top_t_content .top_t_f_content {
	background-image: url("../img/market/catalog_qt_3.png");
	width: 100%;
	height: 50%;
	overflow: hidden;
	background-size: cover
}

.main_floor.ablum .ablum_content .ablum_s_content .ablume_catalog_qt .top_content .top_t_content .top_t_s_content {
	background-image: url("../img/market/catalog_qt_4.png");
	width: 100%;
	height: 50%;
	overflow: hidden;
	background-size: cover
}

.main_floor.ablum .ablum_content .ablum_s_content .ablume_catalog_qt .bottom_content {
	width: 100%;
	height: 40%;
	overflow: hidden
}

.main_floor.ablum .ablum_content .ablum_s_content .ablume_catalog_qt .bottom_content .bottom_f_content {
	background-image: url("../img/market/catalog_qt_5.png");
	width: 25%;
	height: 100%;
	overflow: hidden;
	display: inline-block;
	float: left;
	background-size: cover
}

.main_floor.ablum .ablum_content .ablum_s_content .ablume_catalog_qt .bottom_content .bottom_s_content {
	background-image: url("../img/market/catalog_qt_6.png");
	width: 25%;
	height: 100%;
	overflow: hidden;
	display: inline-block;
	float: left;
	background-size: cover
}

.main_floor.ablum .ablum_content .ablum_s_content .ablume_catalog_qt .bottom_content .bottom_t_content {
	background-image: url("../img/market/catalog_qt_7.png");
	width: 25%;
	height: 100%;
	overflow: hidden;
	display: inline-block;
	float: left;
	background-size: cover
}

.main_floor.ablum .ablum_content .ablum_s_content .ablume_catalog_qt .bottom_content .bottom_fo_content {
	background-image: url("../img/market/catalog_qt_8.png");
	width: 25%;
	height: 100%;
	overflow: hidden;
	display: inline-block;
	float: left;
	background-size: cover
}

.main_floor.ablum .ablum_content .ablum_s_content .ablume_catalog_zz {
	width: 100%;
	height: 100%;
	overflow: hidden
}

.main_floor.ablum .ablum_content .ablum_s_content .ablume_catalog_zz .top_content {
	width: 100%;
	height: 70%;
	overflow: hidden
}

.main_floor.ablum .ablum_content .ablum_s_content .ablume_catalog_zz .top_content .top_f_content {
	background-image: url("../img/market/catalog_zz_1.png");
	width: 50%;
	height: 100%;
	overflow: hidden;
	display: inline-block;
	float: left;
	background-size: cover
}

.main_floor.ablum .ablum_content .ablum_s_content .ablume_catalog_zz .top_content .top_s_content {
	background-image: url("../img/market/catalog_zz_2.png");
	width: 50%;
	height: 100%;
	overflow: hidden;
	display: inline-block;
	float: left;
	background-size: cover
}

.main_floor.ablum .ablum_content .ablum_s_content .ablume_catalog_zz .bottom_content {
	width: 100%;
	height: 30%;
	overflow: hidden
}

.main_floor.ablum .ablum_content .ablum_s_content .ablume_catalog_zz .bottom_content .bottom_f_content {
	background-image: url("../img/market/catalog_zz_3.png");
	width: 25%;
	height: 100%;
	overflow: hidden;
	display: inline-block;
	float: left;
	background-size: cover
}

.main_floor.ablum .ablum_content .ablum_s_content .ablume_catalog_zz .bottom_content .bottom_s_content {
	background-image: url("../img/market/catalog_zz_4.png");
	width: 25%;
	height: 100%;
	overflow: hidden;
	display: inline-block;
	float: left;
	background-size: cover
}

.main_floor.ablum .ablum_content .ablum_s_content .ablume_catalog_zz .bottom_content .bottom_t_content {
	background-image: url("../img/market/catalog_zz_5.png");
	width: 25%;
	height: 100%;
	overflow: hidden;
	display: inline-block;
	float: left;
	background-size: cover
}

.main_floor.ablum .ablum_content .ablum_s_content .ablume_catalog_zz .bottom_content .bottom_fo_content {
	background-image: url("../img/market/catalog_zz_6.png");
	width: 25%;
	height: 100%;
	overflow: hidden;
	display: inline-block;
	float: left;
	background-size: cover
}

.main_floor.ablum .ablum_content .ablum_s_content .ablume_pic_content {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 60;
	pointer-events: none;
	opacity: 0;
	filter: alpha(opacity=0)
}

.main_floor.ablum .ablum_content .ablum_s_content .ablume_pic_content .details_pic {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, 0.9);
	background-size: auto
}


@media screen and (max-width:1440px) {
	html,
	body {
		font-size: 22px
	}
	.main_floor .video_bg {
		width: 1720px;
		top: 50px;
		left: -220px
	}
	.main_floor .main_content {
		width: 1100px;
		margin-top: 120px
	}
	.main_floor .main_content .main_character {
		padding-left: 45%
	}
	.main_floor .main_content .main_character .main_text {
		padding-left: 200px
	}
	.main_floor .txt_img {
		background-size: 70%
	}
	.main_floor.camera {
		background-color: #f00
	}
	.main_floor.camera .camera_com {
		transform: scale(.6, .6);
		-webkit-transform: scale(.6, .6);
		-o-transform: scale(.6, .6);
		-moz-transform: scale(.6, .6);
		margin: -180px auto
	}
	.main_floor.splittext {
		width: 100%
	}
	.main_floor.splittext .mark_text {
		margin-left: -50px
	}
}

@media screen and (max-width:1366px) {
	html,
	body {
		font-size: 22px
	}
	.main_floor .video_bg {
		width: 1720px;
		top: 20px;
		left: -260px
	}
	.main_floor .main_content {
		width: 1100px;
		margin-top: 100px
	}
}
/*导航改版 加图片*/
.header .header_content .nav_ul .nav_li .down_nav{
	background: rgba(255,255,255,.1) !important;
}
.navTxt{
	background: rgba(255,255,255,.2) !important;
	color: #fff;
}
.header .header_content .nav_ul .nav_li .down_nav li{
	border: 1px solid #00649b;
}
.header_content .nav_ul .nav_li:hover{
    background: rgba(255,255,255,.1);
}