@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	margin: 0px 0px 0px 0px;
}
body {
	background-color: #e9e8ed;
	overflow-x: hidden;
}
.bigcontainer {
	width: 100%;
	padding-top:60px;
}
.test {
	border: 1px solid red;
}
.fl {
	float: left;
}
.cl {
	clean: both;
}
.bl {
	display: block;
}
.ab {
	position: absolute;
}
.rl {
	position: relative;
}
ul, li {
	list-style: none
}
video {
	position: absolute;
	left: 50%;
	margin-left: -2px;
	top: 0;
	transform: translate(-50%);
	object-fit: contain;
}
.page_01 {
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 1080px;
	background: url(../images/bg_01.jpg) no-repeat center;
}
.downcontainer1 {
	height: 850px;
	background: url(../images/bg_02.jpg) no-repeat center;
}
.downcontainer2 {
	height: 620px;
	background: url(../images/bg_03.jpg) no-repeat center;
}
.downcontainer3 {
	height: 710px;
	background: url(../images/bg_04.jpg) no-repeat center;
}
.downcontainer4 {
	height: 830px;
	background: url(../images/bg_05.jpg) no-repeat top;
}
.downcontainer5 {
	height: 800px;
	background: url(../images/bg_06.jpg) no-repeat top;
}
.downcontainer6 {
	height: 610px;
	background: url(../images/bg_07.jpg) no-repeat top;
}
.downcontainer7 {
	height: 1500px;
	background: url(../images/bg_08.jpg) no-repeat top;
}
.ts_show {
	margin: 0 auto;
	width: 890px;
	padding-top: 150px;
}
#leftnav {
	position: fixed;
	right: 30px;
	top: 20%;
	width: 98px;
	height: 436px;
	background: url(../images/leftNav.png) no-repeat;
	z-index: 20;
}
#leftnav a {
	width: 98px;
	height: 97px;
	display: block;
	text-align: center;
	padding-right: 5px;
}
.gif {
	width: 1920px;
	text-align: center;
	margin: 0 auto;
}
.navs {
	width: 346px;
	height: 221px;
	top: 700px;
	left: 50%;
	margin-left: -100px;/*background:url(../images/bg_wrap.png) no-repeat;*/
}
.nav1,.nav2,.nav3,.nav4,.nav5 {
	width: 62px;
	height: 221px;
	background: url(../images/bg_wrap.png) no-repeat;
}
.nav1 {
	top: 0px;
	left: 38px;
	background-position: -26px 0px;
}
.nav2 {
	top: 0px;
	left: 106px;
	background-position: -94px 0px;
}
.nav3 {
	top: 0px;
	left: 125px;
	background-position: -162px 0px;
}
.nav4 {
	top: 0px;
	left: 190px;
	background-position: -230px 0px;
}
.nav5 {
	top: 0px;
	left: 255px;
	background-position: -300px 0px;
}
.nav1:hover {
	background-position: -26px -10px;
}
.nav2:hover {
	background-position: -94px -10px;
}
.nav3:hover {
	background-position: -162px -10px;
}
.nav4:hover {
	background-position: -230px -10px;
}
.nav5:hover {
	background-position: -300px -10px;
}

.sphere {
	width: 129px;
	height: 129px;
	position: absolute;
	transform: translateY(-10px);
	animation: float 3s linear alternate infinite;
	cursor: pointer;
	z-index: 9998;
}
.sphere:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: url(../images/sphere.png);
	animation: rotate 3s linear infinite;
}
.huanhua-sp {
	width: 1300px;
	left: 50%;
	margin-left: -550px;
	margin-top: 60px;
	overflow-x: hidden;
}

.huanhua1-sp {
	width: 1100px;
	left: 50%;
	margin-left: -550px;
	margin-top: 180px;
	overflow-x: hidden;
}
.huanhua-sp .swiper-slide >img,.huanhua1-sp .swiper-slide >img {
	height: 480px;
	
}
.ts-sp {
	width: 485px;
	left: 50%;
	overflow-x: hidden;
}
.ts-sp .swiper-slide >img {
	height: 395px;

}
.ts1 {
	margin-left: -470px;
	margin-top: 5px;
}
.ts2 {
	margin-left: 20px;
	margin-top: -455px;
}
 @keyframes rotate {
 from {
transform:rotate(0deg)
}
 to {
transform:rotate(360deg)
}
}
@keyframes float {
 from {
transform: translateY(-10px);
}
 to {
transform: translateY(10px);
}
}
.sphere:nth-child(1) {
	animation: float 3s 0.2s linear alternate infinite;
}
.sphere:nth-child(2) {
	animation: float 2s 0.1s linear alternate infinite;
}
.sphere:nth-child(3) {
	animation: float 5s 0.2s linear alternate infinite;
}
.sphere:nth-child(4) {
	animation: float 4s 0.3s linear alternate infinite;
}


#weixin {
	display: none;
	position: fixed;
	top: 25%;
	left: 38%;
	z-index: 50;
	background: white;
}
#over {
	width: 100%;
	height: 100%;
	opacity: 0.5;/*设置背景色透明度,1为完全不透明,IE需要使用filter:alpha(opacity=80);*/
	filter: alpha(opacity=80);
	display: none;
	position: fixed;
	z-index: 40;
	background: silver fixed;
	background-size: cover;
}
/* 幻灯片所需CSS */

.gz-sp {
	width: 1000px;
	left: 50%;
	margin-left: -500px;
	margin-top:180px;
	overflow-x: hidden;
}
.map-sp {
	width: 1000px;
	left: 50%;
	margin-left: -420px;
	margin-top:180px;


	
}

.gz-sp .swiper-slide >img {
	height: 486px;
}
.sz-sp {
	width: 1100px;
	left: 50%;
	margin-left: -550px;
	margin-top: 115px;
	height: 600px;
	overflow-x: hidden;
}
.sz-sp .swiper-slide >img {
	width: 336px;
	height: 439px;
}
.swiper-container {
 --swiper-navigation-color: #eee;/* 单独设置按钮颜色 */

}
.sz-sp .swiper-button-prev {
	width: 22px;
	height: 44px;
	background: url(../images/curr_prev.png) no-repeat center center;
}
.sz-sp .swiper-button-next {
	width: 22px;
	height: 44px;
	margin-left: 100px;
	background-image: url(../images/curr_next.png) no-repeat center center;
}
.on {
	color: #cecece;
}
.bar {
	width: 100px;
	position: fixed;
	top: 102px;
	right: 30px;
	z-index: 1000;
}
.bar .nor {
	color: #fff;
	width: 100px;
	height: 70px;
	display: block;
	text-align: center;
	text-decoration: none;
	font: 14px/70px "微软雅黑";
	background: url(../images/op.png) center repeat;
	margin-bottom: 1px;
	outline: none;
}
.bar .nor:hover, .bar .cur {
	background: #610004;
}
.bar .home {
	font: 18px/70px "微软雅黑";
	outline: none;
}
.bar .home:hover {
	background: #610004;
}
.bar .top {
	width: 100px;
	height: 42px;
	display: block;
	text-align: center;
	background: url(../images/op.png) center repeat;
	outline: none;
}
.bar .top img {
	display: block;
	margin: 0 auto;
	padding-top: 11px;
}
.show {
	width: 1000px;
	margin: 0 auto;
}
.items {
	width: 350px;
	left: 50%;
	z-index: 200;
}
.zsitem{
	margin-left: -460px;
	margin-top:90px;

	}
.fsitem{
	margin-left: -114px;
	margin-top:90px;
	z-index: 198;

}
.dsitem{
	margin-left: 234px;
	margin-top:90px;
	z-index: 197;

	}

.tyitem01{
	margin-left: -460px;
	margin-top:290px;
	z-index: 196;
	}
.tyitem02{
	margin-left: -114px;
	margin-top:290px;
	z-index: 195;
	}
	
.tyitem03{
	margin-left: 234px;
	margin-top:290px;
	z-index: 194;
	}
.items ul {
}
.items li,.itemshz li,.itemstz li {
	width:52px;
	height:52px;
	float: left;
	list-style: none;
	margin-right:0px;
	padding:5px;
	padding-top:0px;
	
	
}
.itemszb{
	left:50%;
	width:1500px;
	margin-left: -682px;
	margin-top:30px;
	}

.itemszb li{
	width:192px;
	height:257px;
	float: left;
	list-style: none;
	margin-right:2px;
	padding:5px;
	padding-top:0px;
}

.itemcss {
	position: relative;
	width: 52px;
	height: 52px;
	margin: 0 auto;
}

.itemcss a, .itemcss span {
	display: none;
	text-decoration: none;
}

.itemcss:hover {
	cursor: pointer;
	
}
.itemcss:hover a.now {
	cursor: pointer;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 200;
	left: 0;
	display: block;
	
}
.itemcss:hover span {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	margin-left: 50px;
	z-index: 300;
	height: 36px;
	line-height: 36px;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
.items .itemcss span img{z-index:300;}

/*手风琴展示*/
.box {
	width: 1168px;
	height: 519px;
	background: red;
	margin: 0px auto;
}
.itembox {
	width: 119px;
	height: 519px;
	float: left;
}
.itembox:nth-child(1) {
	background: url(../show/feature-1.png) no-repeat 100% 100%;/*background-size: 100% 100%; 背景图尺寸 */


}
.itembox:nth-child(2) {
	background: url(../show/feature-2.png) no-repeat 100% 100%;
}
.itembox:nth-child(3) {
	background: url(../show/feature-3.png) no-repeat 100% 100%;
}
.itembox:nth-child(4) {
	background: url(../show/feature-4.png) no-repeat 100% 100%;
}
.itembox:nth-child(5) {
	background: url(../show/feature-5.png) no-repeat 100% 100%;
}
.big {
	width: 692px;
}
.big img {
	display: none;
	height: 519px;
}
.erzgz {
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	margin-top: 1000px;
}
.erzgz >img {
	height: 526px;
	box-shadow: 0px 0px 10px #000;
	border: #900 solid 3px;
}
/*角色信息*/
.role-wrap .li {
}
.role-wrap {
	width: 1200px;
	margin: 0px auto;
	height: 708px;
	position: relative
}
.role-wrap .role {
	width: 2000px;
	height: 719px;
	position: absolute;
	left: 50%;
	margin-left: -1000px;
	top: 50px
}
.role-wrap .role .role-con {
	width: 1200px;
	height: 516px;
	position: relative;
	margin: 0 auto;
	top: 0
}
.role-nav {
	position: absolute;
	width: 800px;
	height:800px;
	top:250px;
	z-index:100;
}
.role-nav li {
	width:90px;
	height:90px;
	display:block;
	margin-bottom:10px;

}
.role-nav-0 {
	background: url(../images/role-nav-1.png) no-repeat  center;
	margin-left:280px;
}
.role-nav-1 {
	background: url(../images/role-nav-2.png) no-repeat center;
	margin-left:240px;
}
.role-nav-2 {
	background: url(../images/role-nav-3.png) no-repeat center;
	margin-left:240px;
}
.role-nav-3 {
	background: url(../images/role-nav-4.png) no-repeat center;
	margin-left:280px;
}

.role-nav-4 {
	background: url(../images/role-nav-5.png) no-repeat center;
	margin-top:-400px;
	margin-left:900px;
}

.role-nav-5 {
	background: url(../images/role-nav-6.png) no-repeat center;
	margin-left:940px;
}

.role-nav-6 {
	background: url(../images/role-nav-7.png) no-repeat center;
	margin-left:940px;
}

.role-nav-7 {
	background: url(../images/role-nav-8.png) no-repeat center;
	margin-left:900px;
}

.role-nav-0.cur {
	background-image: url(../images/role-nav-1-h.png);
}
.role-nav-1.cur {
	background-image: url(../images/role-nav-2-h.png);
}
.role-nav-2.cur {
	background-image: url(../images/role-nav-3-h.png);
}
.role-nav-3.cur {
	background-image: url(../images/role-nav-4-h.png);
}

.role-nav-4.cur {
	background-image: url(../images/role-nav-5-h.png);
}
.role-nav-5.cur {
	background-image: url(../images/role-nav-6-h.png);
}

.role-nav-6.cur {
	background-image: url(../images/role-nav-7-h.png);
}

.role-nav-7.cur {
	background-image: url(../images/role-nav-8-h.png);
}
#rolePanel {
	background-image:url(../show/sz1.png);
	width: 800px;
	height: 800px;
	margin-left:208px;
	margin-top:-220px;
	-webkit-animation: sz 1s steps(8) infinite;
	-moz-animation: sz 1s steps(8) infinite;
	-ms-animation: sz 1s steps(8) infinite;
	animation: sz 1s steps(8) infinite;
	transform: scale(0.9);

}
	
.curElem {
	display: block;
}

@-moz-keyframes sz {
    0% { background-position: 0px 0px }
	100% { background-position: -6400px 0px }
}
@-o-keyframes sz {
    0% { background-position: 0px 0px }
	100% { background-position: -6400px 0px }
}
@keyframes sz {
    0% { background-position: 0px 0px }
	100% { background-position: -6400px 0px }
}