@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	margin: 0px 0px 0px 0px;
}
body {
	background-color: #000;
	overflow-x: hidden;
}
.bigcontainer {
	width: 100%;
}
.test {
	border: 1px solid red;
}
.fl {
	float: left;
}
.cl {
	clean: both;
}
.bl {
	display: block;
}
.ab {
	position: absolute;
}
.rl {
	position: relative;
}
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: 558px;
	background: url(../images/bj_02.gif) no-repeat center;
}
.downcontainer2 {
	height: 913px;
	background: url(../images/bg_03.gif) no-repeat center;
}
.downcontainer3 {
	height:932px;
	background: url(../images/bg_04.jpg) no-repeat center;
}
.downcontainer4 {
	height:930px;
	background: url(../images/bg_05.jpg) no-repeat center;
}
.downcontainer5 {
	height: 830px;
	background: url(../images/bg_06.jpg) no-repeat center;
}
.downcontainer6 {
	height: 971px;
	background: url(../images/bg_07.jpg) no-repeat center;
}

#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: 900px;
	height: 70px;
	left:50%;
	margin-left: -200px;
	top:660px;
}
.nav1,.nav2,.nav3,.nav4,.nav5,.nav6{
	width:71px;
	height:254px;
	margin-right:10px;
}

.nav1:hover,.nav2:hover,.nav3:hover,.nav4:hover,.nav5:hover,.nav6:hover{

	margin-top:-10px;
}
	
.musicbox{width:65px;height:100px;position:fixed;z-index:500;top:12px;left:50%;cursor:pointer;margin-left:823px}

.musicplay{background:url(./images/musicplay.png) no-repeat}

.musicstop{background:url(./images/musicstop.png) no-repeat}


.box2{
	width: 65px;
	height: 100px;
position:fixed;
z-index:500;
top:12px;
left:50%;
cursor:pointer;
margin-left:823px
}

.tubioa{
	width: 43px;
	height: 43px;
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: 0px;
}
.tubiao1,.tubiao2{
	width: 43px;
	height: 43px;
	position: absolute;
	top: 0px;
	right: 0px;
}
.tubiao1{
	background: url(./images/musicstop.png) 0px 0px no-repeat;
}
.tubiao2{
	background: url(./images/musicplay.png) 0px 0px no-repeat;
	animation: TuBiao 3s linear infinite;}
	
@keyframes TuBiao{
	0%{transform: rotate(0deg);}
	50%{transform: rotate(180deg);}
	100%{transform: rotate(360deg);}
}

/* .nav1 */
/* { */
	/* animation-name: example; */
    /* animation-duration: 1s; */
	/* animation-iteration-count: infinite; */
/* } */
/* .nav3 */
/* { */
	/* animation-name: example1; */
    /* animation-duration: 1.5s; */
	/* animation-iteration-count: infinite; */

/* } */
/* .nav2 */
/* { */
	/* animation-name: example2; */
	/* animation-duration: 1.2s; */
	/* animation-iteration-count: infinite; */
	/* } */
	
	/* .nav3 */
/* { */
	/* animation-name: example3; */
	/* animation-duration: 1.1s; */
	/* animation-iteration-count: infinite; */
	/* } */
	
	/* .nav4 */
/* { */
	/* animation-name: example4; */
	/* animation-duration: 1.3s; */
	/* animation-iteration-count: infinite; */
	/* } */
	
		/* .nav6 */
/* { */
	/* animation-name: example5; */
	/* animation-duration: 1.2s; */
	/* animation-iteration-count: infinite; */
	/* } */
	
@keyframes example {
  0%   { margin-top:0px;}
  25%  { margin-top:-1px;}
  50%  { margin-top:-4px;}
  75%  { margin-top:-2px;}
  100% { margin-top:0px;;}
}

@keyframes example1 {
  0%   { margin-top:0px;}
  25%  { margin-top:-2px;}
  50%  { margin-top:-4px;}
  75%  { margin-top:-2px;}
  100% { margin-top:0px;;}
}

@keyframes example2 {
  0%   { margin-top:0px;}
  25%  { margin-top:-3px;}
  50%  { margin-top:-6px;}
  75%  { margin-top:-3px;}
  100% { margin-top:0px;;}
}

@keyframes example3 {
  0%   { margin-top:0px;}
  25%  { margin-top:-5px;}
  50%  { margin-top:-6px;}
  75%  { margin-top:-5px;}
  100% { margin-top:0px;;}
}

@keyframes example4 {
  0%   { margin-top:0px;}
  25%  { margin-top:-3px;}
  50%  { margin-top:-5px;}
  75%  { margin-top:-4px;}
  100% { margin-top:0px;;}
}

@keyframes example5 {
  0%   { margin-top:0px;}
  25%  { margin-top:-2px;}
  50%  { margin-top:-5px;}
  75%  { margin-top:-3px;}
  100% { margin-top:0px;;}
}

.nav1:hover,.nav2:hover，.nav3:hover，.nav4:hover{cursor: pointer;}

.nav1 {

	background:url(../images/btn1_1.png) no-repeat;
}
.nav1:hover{
	background:url(../images/btn1_2.png) no-repeat;
	}

.nav2 {
	background:url(../images/btn2_1.png) no-repeat;
}
.nav2:hover{
	background:url(../images/btn2_2.png) no-repeat;
	}


.nav3 {
	background:url(../images/btn3_1.png) no-repeat;
}

.nav3:hover{
	background:url(../images/btn3_2.png) no-repeat;
	}
	
	.nav4 {
	background:url(../images/btn4_1.png) no-repeat;
}

.nav4:hover{
	background:url(../images/btn4_2.png) no-repeat;
	}
	
		.nav5 {
	background:url(../images/btn5_1.png) no-repeat;
}

.nav5:hover{
	background:url(../images/btn5_2.png) no-repeat;
	}
	
		.nav6 {
	background:url(../images/btn6_1.png) no-repeat;
}

.nav6:hover{
	background:url(../images/btn6_2.png) no-repeat;
	}


#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 */
.erzq-sp {
	width:1100px;
	left: 50%;
	margin-left: -570px;
	margin-top: 380px;
	
}
.erzq-sp .swiper-slide >img {
	height:526px;
	box-shadow: 0px 0px 10px #000;
	border:#900 solid 3px;
}

.gz-sp {
	width:1170px;
	left: 50%;
	margin-left: -590px;
	margin-top: 120px;
	height:610px;
	}
	.gz-sp .swiper-slide >img {
		width:574px;
		height:602px;

}

.sz-sp {
	width:975px;
	left: 50%;
	margin-left: -324px;
	margin-top:237px;
	height:600px;
	}
.sz-sp .swiper-slide >img {
	width:617px;
	height:490px;
}
.huanhua-sp {
	width:1200px;
	left: 50%;
	margin-left: -600px;
	margin-top: 190px;
	height:500px;
}
.swiper-container{
    --swiper-navigation-color: #ccb179;/* 单独设置按钮颜色 */
}
.huanhua-sp .swiper-button-prev {
	width:22px;
	height:44px;
	background:url(../images/curr_prev.png) no-repeat center center;
	
}
.huanhua-sp .swiper-button-next {
	width:22px;
	height:44px;
	background-size:auto;
	background-image:url(../images/curr_next.png);
}

.huanhua-sp .swiper-slide >img {
	width:371px;
	height:454px;
	box-shadow: 0px 0px 10px #000;
	border:#1f222d solid 3px;
}
.zb-wrap {
	width: 820px;
	left: 50%;
	margin-left: -460px;
	margin-top:0px;
}
.zb-wrap .swiper-slide >img {
	height: 585px;
	border:#900 solid 3px;
}
.zhuanshu-sp {
	width:830px;
	left: 50%;
	margin-left: -457px;
	margin-top: 20px;
}
.zhuanshu-sp .swiper-slide >img {
	height:800px;
    border:#900 solid 3px;
}
.teshu-sp {
	width: 933px;
	left: 50%;
	margin-left: -590px;
	margin-top: 100px;
}
.teshu-sp .swiper-slide >img {
	height:685px;
}
.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: 1200px;
	left: 50%;
	margin-left: -435px;
	margin-top: 210px;
}
.items ul {
}
.items li,.itemshz li,.itemstz li {
	width: 44px;
	height:163px;
	float: left;
	list-style: none;
	margin-right:161px;
}
.itemcss {
	position: relative;
	width: 52px;
	height: 52px;
	margin: 0 auto;
}
.itemcss a, .itemcss span {
	display: none;
	text-decoration: none;
}
.items .itemcss span img{margin-top:-100px; border:#3b5361 solid 3px;}
.itemstz .itemcss span img{margin-top:-100px; border:#a99610 solid 3px;}
.itemshz .itemcss span img{margin-top:-100px; border:#1d6b71 solid 3px;}
.itemcss:hover {
	cursor: pointer;
}
.itemcss:hover a.now {
	cursor: pointer;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	left: 0;
	display: block;
	
}
.itemcss:hover span {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	margin-left: 50px;
	z-index: 10;
	height: 36px;
	line-height: 36px;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}


/*手风琴展示*/
		.box-show{
			}
		.bg-box-1{
			background: url('img/1.jpg') no-repeat center/cover;
		}
		.bg-box-2{
			background: url('img/2.jpg') no-repeat center/cover;
		}
		.bg-box-3{
			background: url('img/3.jpg') no-repeat center/cover;
		}
		.bg-box-4{
			background: url('img/4.jpg') no-repeat center/cover;
		}
		#wrap{
			overflow: hidden;
			top:0; left:0; right:0; bottom:0;
			margin:auto;
			padding-top:60px;
			width: 1022px;
			height: 434px;
		}
		#wrap > ul{
			width: 120%;
			list-style: none;
		}
		#wrap > ul > li{
			float: left;
			width: 100px;
			height: 434px;
			cursor: pointer;
		}
		#wrap > ul > li:nth-child(1){
			background: url('../show/yjbox.gif') no-repeat center/cover;
		}
		#wrap > ul > li:nth-child(2){
			background: url('../show/yjbox4.gif') no-repeat center/cover;
		}
		#wrap > ul > li:nth-child(3){
			background: url('../show/yjbox2.gif') no-repeat center/cover;
		}
		#wrap > ul > li:nth-child(4){
			background: url('../show/yjbox3.gif') no-repeat center/cover;
			width: 700px;
		}	
		#wrap > ul > li > .text{
			width: 100px;
			height: 100%;
			background: #000;
			opacity: .8;
		}
		#wrap > ul > li > .text p{
			padding: 20px 40px;
			font-family: 'Microsoft yahei';
			color: #fff;
		}


/*弹出层*/
.layer-toplayer {
	width: 800px;
	height: 732px;
	background : url(../images/LayerTextbg1.jpg);
}
.layer-title {
	font: normal 50px "微软雅黑";
	text-align: center;
	margin-top: 120px;
}
.layer-detailText {
	width: 730px;
	height: 580px;
	overflow-x: hidden;
	overflow-y: auto;
	font: normal 18px "微软雅黑";
	margin-left: 30px;
	color:#000;
	font-size:14px;
}


#container {
	position:absolute;
	width: 1400px;
	height: 498px;
	left: 50%;
	margin-left:-700px;
	padding-top:160px;

}
#container .mainframe {
	width: 480px;
	height: 498px;
	float: left
}
#container .thumbnails {
	float: left;
	width: 810px;
	height: 498px;
	background-repeat: no-repeat;
	background-image: url(../images/interface/total_grid.png);
	background-position: 9px 70px;
	margin-top:-64px;
}
.thumbnailimage {
	float: left;
	padding: 16px;
}
.large_thumb {
	float: left;
	position: relative;
	width: 48px;
	height: 48px;
	padding: 0px 10px 0px 0;
}
img.large_thumb_image {
	position: absolute;
	left: 3px;
	top: 3px;
}
.large_thumb_border {
	width: 48px;
	height: 48px;
	background: url(../images/interface/thumb_border.png);
	position: absolute;
}
.large_thumb_shine {
	width: 48px;
	height: 48px;
	background: url(../images/interface/shine.png);
	position: absolute;
	background-position:99px 0;
	left: 0px;
	top: 0px;
	background-repeat: no-repeat;
}
.thumb_container {
	width: 48px;
	height: 48px;
	background-image: url(../images/interface/thumb_holder.png);
}
#largephoto {
	width: 240px;
	height: 780px;

	margin-top: -11px;
	margin-left: 180px;

}
#largetrans {
	width: 240px;
	height: 750px;

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.large_image {
	display: none
}
#containertitle {
	position: absolute;
	margin-top: 35px;
	margin-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-shadow: 0px 1px 2px #fff;
}
#largecaption {
	text-align: center;
	height: 100px;
	width: 100%;

	position: absolute;
	width: 247px;
	margin-top: 0px;
	display: none;
	color: #fff;
	font-size: 30px;
	font-family: Arial;
	letter-spacing: -1px;
	font-weight: bold
}
#largecaption .captionContent {
	padding: 5px;
}
#largecaption .captionShine {
	background: url(../images/interface/bigshine.png);
	position: absolute;
	width: 240px;
	height: 750px;
	background-position: -150px 0;
	background-repeat: no-repeat;
}
#loader {
	margin-top:260px;
	margin-left:50px;
	width: 150px;
	height: 150px;
	background-image: url(../images/interface/loader.gif);
	background-repeat: no-repeat;
	position: absolute;
}

ul li,ul ol{list-style: none;}
i,b,em,strong{font-style: normal;}
body{font-family: '微软雅黑';}
img{display: block;}
.dh ul{position: relative;overflow: hidden;width:1400px;height: 440px;margin: 0px auto 0; padding-top:300px;}
.dh ul li{float: left;width: 108px;overflow: hidden;height: 100%;position: relative;cursor: pointer; border:#896d3c 1px solid; box-shadow: 0px 0px 10px #000;}
.dh ul li a{display: block;width: 100%;height: 100%;}
.dh ul li .layer{position: absolute;bottom: 0;left: 0;width: 100%;background:rgba(27,29,36,0.75);height: 100%;}
.dh ul li .layer .p1{position: absolute;bottom: 5px;left: 10px;}
.dh ul li .layer .p2{position: absolute;bottom: 5px;right: -200%;}
.dh ul li .layer .p2 b,.dh ul li .layer .p2 span{display: block;font-weight: bold;font-size: 20px;}
.dh ul li .layer .p1 b,.dh ul li .layer .p1 span{display: block;font-weight: bold;font-size: 14px;}

.dh ul li.curr{}
/* .dh ul li.curr .layer .p1{left: -200%;}
.dh ul li.curr .layer .p2{left: 10px;} */

.col1{color: #00A39A;}
.col2{color: #fff;}


    .szcontainer {
	max-width: 1920px;
	min-width: 1200px;
	height: 973px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
    }
    .box {
      width: 1200px;
      height: 100%;
      margin: 0 auto;
      position: relative;
    }
    .box .p {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
    }
    .box .p img, .box .p .name {
      position: absolute;
      bottom: 0;
      transition: all 1s ease;
    }
    .box .p1 img,.box .p2 img,.box .p3 img,.box .p4 img,.box .p5 img {
	  top:300px;
      left: 180px;
      opacity: 0;
      -webkit-transition: opacity 2s linear;
      -moz-transition: opacity 2s linear;
      -o-transition: opacity 2s linear;
      transition: opacity 2s linear;
    }
   
    .box .p1.show img, .box .p2.show img, .box .p3.show img, .box .p4.show img,.box .p5.show img {
      opacity: 1;
      transform: translateX(0);
    }
    .box .p1 .name {
      position: absolute;
      width: 305px;
      height: 413px;
      left: 108px;
      transform: translateX(-20%);
      opacity: 0;
      bottom: 275px;

    }
    .box .p2 .name {
      position: absolute;
      width: 293px;
      height: 407px;
      left: 186px;
      bottom: 275px;
      transform: translateX(-20%);
      opacity: 0;
    }
    .box .p3 .name {
      position: absolute;
      width: 277px;
      height: 408px;
      left: 186px;
      bottom: 275px;
      transform: translateX(-20%);
      opacity: 0;
    }
    .box .p4 .name {
      position: absolute;
      width: 268px;
      height: 415px;
      left: 186px;
      bottom: 275px;
      transform: translateX(-20%);
      opacity: 0;
    }
    .box .p1.show .name, .box .p2.show .name, .box .p3.show .name, .box .p4.show .name {
      opacity: 1;
      transform: translateX(0);
    }
    .nav {
      position: absolute;
      width: 129px;
      top: 150px;
      right: 300px;
      z-index: 2;
    }
    .nav li {
      position: relative;
      width: 120px;
      height: 120px;
      margin: 1px auto 0;
      cursor: pointer;
      transition: all .6s linear;
    }
    .nav li img {
      position: absolute;
      top: 0;
      left: 0;
      width: 129px;
      height: 129px;
    }
    .nav li i {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 1;
      transition: opacity .6s linear;
    }
    .nav li.t1 i {
      background: url(../images/t4.png) no-repeat center;
    }
    .nav li.t2 i {
      background: url(../images/t5.png) no-repeat center;
    }
    .nav li.t3 i {
      background: url(../images/t3.png) no-repeat center;
    }
    .nav li.t4 i {
      background: url(../images/t1.png) no-repeat center;
    }
	 .nav li.t5 i {
      background: url(../images/t2.png) no-repeat center;
    }
    
    .nav li em {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      transition: opacity .6s linear;
    }
    .nav li.t1 em {
      background: url(../images/t4_on.png) no-repeat center;
    }
    .nav li.t2 em {
      background: url(../images/t5_on.png) no-repeat center;
    }
    .nav li.t3 em {
      background: url(../images/t3_on.png) no-repeat center;
    }
    .nav li.t4 em {
      background: url(../images/t1_on.png) no-repeat center;
    }
	.nav li.t5 em {
      background: url(../images/t2_on.png) no-repeat center;
    }
    .nav li.on {
      width: 129px;
      height: 129px;
    }
    .nav li.on i {
      opacity: 0;
    }
    .nav li.on em {
      opacity: 1;
    }
