﻿/**
  * 蜀山网站
  * QQ774024602
  * 备注：PC、手机网站一站式服务
  **/
html,
body {
	margin: 0;
	padding: 0;
	background-color: #000;
	overflow-x: hidden;
}

a {
	color: #fff;
	text-decoration: none;
}

.con {
	position: relative;
	width: 1100px;
	margin: 0 auto;
}

#header {
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	background-color: #000;
	color: #fff;
}
#header .logo,
#header .menu {
	position: absolute;
	left: 0;
}
#header .menu {
	left: auto;
	right: 0;
}
#header .menu ul {
	list-style-type: none;
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}
#header .menu ul li {
	text-align: center;
	margin: 8px;
	padding: 0 15px;
	float: left;
	width: 128px;
}
#header .menu ul li .t1,
#header .menu ul li .t2 {
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#header .menu ul li .t1 {
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 3px;
	font-weight: bold;
}
#header .menu ul li .t2 {
	font-size: 12px;
	font-weight: lighter;
	text-transform: uppercase;
	white-space: nowrap;
}
#header .menu ul li:hover .t1,
#header .menu ul li:hover .t2 {
	color: #fe2828;
}
#header .menu ul li:hover .t2 {
	letter-spacing: 1px;
}

#banner,
#tips,
#show_zb_box {
	max-width: 1920px;
	margin: 0 auto;
	min-height: 666px;
}

#banner,
#tips,
#show_hdp_wrap,
.b4,
.b5,
.b6,
.b0 {
	height: 888px;
}

.b1,
.b2,
.b3,
.b4,
.b5,
.b6,
.b0 {
	background-position: center top;
	background-repeat: no-repeat;
}

.b1 {
	background-image: url(../image/bg_01.jpg);
	background-position: center bottom;
}

.b2 {
	background-image: url(../image/bg_02.jpg);
}

.b0 {
	background-image: url(../image/bg_03.jpg);
}

.b3 {
	background-image: url(../image/bg_04.jpg);
}

.b4 {
	background-image: url(../image/bg_05.jpg);
}

.b5 {
	background-image: url(../image/bg_06.jpg);
}

.b6 {
	background-image: url(../image/bg_07.jpg);
}

#banner {
	height: 1000px;
	margin-top: 70px;
	position: relative;
}
#banner video {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
#banner .title {
	top: 630px;
	width: 100%;
	height: 73px;
	position: absolute;
	background-image: url();
	background-repeat: no-repeat;
	background-position: center center;
}

#show_zb_box {
	min-height: 888px;
}
#show_zb_box .con {
	padding-top: 200px;
}
#show_zb_box .zbzs {
	list-style-type: none;
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
}
#show_zb_box .zbzs li {
	cursor: pointer;
	text-align: center;
	margin: 0 0 20px 3px;
	display: inline-block;
	position: relative;
	background-image: url(../image/icon_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 100px;
	height: 125px;
}
#show_zb_box .zbzs li img {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 43px;
	height: 43px;
}
#show_zb_box .zbzs li span {
	background-color: #000000;
	border: 1px solid #585858;
	width: 70px;
	height: 18px;
	font-size: 12px;
	color: #fff;
	padding: 0px 10px;
	text-align: center;
	position: absolute;
	bottom: 15px;
	left: 5px;
}
#show_zb_box .zbzs li .shine {
	position: absolute;
	background-image: url(../image/icon_shine.png);
	background-repeat: no-repeat;
	top: 26px;
	left: 27px;
	width: 47px;
	height: 47px;
	background-position: -99px 0;
	-webkit-animation: shine 3s infinite;
	animation: shine 3s infinite;
}
#show_zb_box .zbzs li:hover .shine {
	background-image: none;
}

@-webkit-keyframes shine {
	0% {
		background-position: -99px 0;
	}
	100% {
		background-position: 99px 0;
	}
}

@keyframes shine {
	0% {
		background-position: -99px 0;
	}
	100% {
		background-position: 99px 0;
	}
}
#show_hdp_wrap .con {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	height: 780px;
}
#show_hdp_wrap .box {
	/* padding-top: 106px; */
	padding-top: 56px;
	position: relative;
}
#show_hdp_wrap .carousel {
	position: relative;
	z-index: 2;
	height: 740px;
	margin-top: 0px;
}
#show_hdp_wrap .carousel li {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1200px;
	height: 600px;
	margin-left: -600px;
	margin-top: -230px;
	-webkit-transition: -webkit-transform 0.5s ease-in-out;
	transition: -webkit-transform 0.5s ease-in-out;
	-o-transition: transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
#show_hdp_wrap .carousel li img {
	display: block;
	width: 1200px;
	height: 600px;
}
#show_hdp_wrap .btn_prve,
#show_hdp_wrap .btn_next {
	position: absolute;
	top: 50%;
	width: 91px;
	height: 91px;
	z-index: 20;
	margin-top: 80px;
	overflow: hidden;
}
#show_hdp_wrap .btn_prve {
	left: -47px;
	background: url(../image/slide-left-jt.png) no-repeat;
}
#show_hdp_wrap .btn_next {
	right: -91px;
	background: url(../image/slide-right-jt.png) no-repeat;
}

.b4 {
	position: relative;
}
.b4 .box {
	position: absolute;
	left: -42px;
	top: 285px;
}
.b4 .holderCircle {
	width: 600px;
	height: 600px;
	position: relative;
}
.b4 .dotCircle {
	width: 50%;
	height: 50%;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 100%;
	z-index: 20;
}
.b4 .dotCircle .itemDot {
	display: block;
	width: 86px;
	height: 86px;
	position: absolute;
	background: #ddd;
	color: #fff;
	border-radius: 100%;
	text-align: center;
	line-height: 80px;
	font-size: 30px;
	z-index: 3;
	cursor: pointer;
	background-size: 80px 80px;
}
.b4 .dotCircle .itemDot::after {
	content: "";
	width: 82px;
	height: 82px;
	position: absolute;
	border-radius: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;
	border: 3px solid #f0d09c;
}
.b4 .dotCircle .itemDot1 {
	background: url() no-repeat;
	background-size: 80px 80px;
}
.b4 .dotCircle .itemDot1::before {
	background: url() no-repeat;
	background-size: 80px 80px;
}
.b4 .dotCircle .itemDot2 {
	background: url() no-repeat;
	background-size: 80px 80px;
}
.b4 .dotCircle .itemDot2::before {
	background: url() no-repeat;
	background-size: 80px 80px;
}
.b4 .dotCircle .itemDot3 {
	background: url() no-repeat;
	background-size: 80px 80px;
}
.b4 .dotCircle .itemDot3::before {
	background: url() no-repeat;
	background-size: 80px 80px;
}
.b4 .dotCircle .itemDot4 {
	background: url() no-repeat;
	background-size: 80px 80px;
}
.b4 .dotCircle .itemDot4::before {
	background: url() no-repeat;
	background-size: 80px 80px;
}
.b4 .dotCircle .itemDot5 {
	background: url() no-repeat;
	background-size: 80px 80px;
}
.b4 .dotCircle .itemDot5::before {
	background: url() no-repeat;
	background-size: 80px 80px;
}
.b4 .dotCircle .itemDot6 {
	background: url() no-repeat;
	background-size: 80px 80px;
}
.b4 .dotCircle .itemDot6::before {
	background: url() no-repeat;
	background-size: 80px 80px;
}
.b4 .dotCircle .itemDot7 {
	background: url() no-repeat;
	background-size: 80px 80px;
}
.b4 .dotCircle .itemDot7::before {
	background: url() no-repeat;
	background-size: 80px 80px;
}
.b4 .dotCircle .itemDot8 {
	background: url() no-repeat;
	background-size: 80px 80px;
}
.b4 .dotCircle .itemDot8::before {
	background: url() no-repeat;
	background-size: 80px 80px;
}
.b4 .dotCircle .itemDot9 {
	background: url() no-repeat;
	background-size: 80px 80px;
}
.b4 .dotCircle .itemDot9::before {
	background: url() no-repeat;
	background-size: 80px 80px;
}
.b4 .dotCircle .itemDot10 {
	background: url() no-repeat;
	background-size: 80px 80px;
}
.b4 .dotCircle .itemDot10::before {
	background: url() no-repeat;
	background-size: 80px 80px;
}
.b4 .dotCircle .itemDot .active::before {
	border-color: #34495e;
}
.b4 .dotCircle .itemDot .forActive {
	width: 56px;
	height: 56px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
}
.b4 .dotCircle .itemDot .forActive::after {
	width: 5px;
	height: 5px;
	border: 3px solid #fe9290;
	bottom: -31px;
	left: -14px;
	-webkit-filter: blur(1px);
	filter: blur(1px);
	position: absolute;
	border-radius: 100%;
}
.b4 .dotCircle .itemDot .forActive::before {
	width: 6px;
	height: 6px;
	-webkit-filter: blur(5px);
	filter: blur(5px);
	top: -15px;
	position: absolute;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border: 6px solid #f48e2a;
	right: -39px;
}
.b4 .dotCircle .itemDot.active .forActive {
	display: block;
}
.b4 .contentCircle {
	width: 342px;
	height: 342px;
	color: #fff;
	position: relative;
	top: 128px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.b4 .contentCircle .CirItem {
	border-radius: 100%;
	color: #fff;
	position: absolute;
	text-align: center;
	bottom: 0;
	left: 0;
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	font-weight: bold;
	font-size: 13px;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	margin: auto;
	background: #00000054;
	line-height: 250px;
	border: 5px solid #f0d09c;
}
.b4 .contentCircle .CirItem img {
	border-radius: 100%;
	width: 100%;
	height: 100%;
}
.b4 .contentCircle .CirItem.active {
	z-index: 1;
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.b4 .contentCircle .CirItem1 {
	background: rgba(255, 176, 72, 0.83);
}
.b4 .contentCircle .CirItem1::after,
.b4 .contentCircle .CirItem2::after,
.b4 .contentCircle .CirItem3::after,
.b4 .contentCircle .CirItem4::after,
.b4 .contentCircle .CirItem5::after,
.b4 .contentCircle .CirItem6::after,
.b4 .contentCircle .CirItem7::after,
.b4 .contentCircle .CirItem8::after,
.b4 .contentCircle .CirItem9::after,
.b4 .contentCircle .CirItem10::after {
	content: "";
	width: 50%;
	height: 100%;
	border-bottom-left-radius: 250px;
	border-top-left-radius: 250px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: rgba(0, 0, 0, 0.33);
}

.b5 .con,
.b6 .con,
.b0 .con {
	padding-top: 340px;
}
.b5 #b5hdp,
.b6 #b5hdp,
.b0 #b5hdp {
	height: 520px;
	position: relative;
	min-width: 1200px;
	margin: 0 auto;
	z-index: 10;
}
.b5 #b5hdp .center,
.b6 #b5hdp .center,
.b0 #b5hdp .center {
	float: left;
	position: relative;
	width: 1100px;
}
.b5 #b5hdp .photoshow,
.b6 #b5hdp .photoshow,
.b0 #b5hdp .photoshow {
	width: 600px;
	height: 520px;
	margin: 0 auto;
}
.b5 #b5hdp .photoshow li,
.b6 #b5hdp .photoshow li,
.b0 #b5hdp .photoshow li {
	width: 1200px;
	height: 600px;
	text-align: center;
	cursor: pointer;
}
.b5 #b5hdp .photoshow li img,
.b6 #b5hdp .photoshow li img,
.b0 #b5hdp .photoshow li img {
	max-width: 100%;
}
.b5 #b5hdp .photoshow li.roundabout-in-focus,
.b6 #b5hdp .photoshow li.roundabout-in-focus,
.b0 #b5hdp .photoshow li.roundabout-in-focus {
	cursor: default;
}
.b5 #b5hdp .photoshow li span,
.b6 #b5hdp .photoshow li span,
.b0 #b5hdp .photoshow li span {
	padding-top: 6em;
	display: block;
}
.b5 #b5hdp .move_lefts,
.b6 #b5hdp .move_lefts,
.b0 #b5hdp .move_lefts {
	left: -130px;
}
.b5 #b5hdp .move_lefts span,
.b6 #b5hdp .move_lefts span,
.b0 #b5hdp .move_lefts span {
	background-position: left top;
	background: url(../image/slide-left-jt.png) no-repeat left top;
}
.b5 #b5hdp .move_rights,
.b6 #b5hdp .move_rights,
.b0 #b5hdp .move_rights {
	right: -130px;
}
.b5 #b5hdp .move_rights span,
.b6 #b5hdp .move_rights span,
.b0 #b5hdp .move_rights span {
	background-position: right top;
	background: url(../image/slide-right-jt.png) no-repeat left top;
}
.b5 #b5hdp .move_rights,
.b5 #b5hdp .move_lefts,
.b6 #b5hdp .move_rights,
.b6 #b5hdp .move_lefts,
.b0 #b5hdp .move_rights,
.b0 #b5hdp .move_lefts {
	float: left;
	width: 45px;
	height: 520px;
	position: absolute;
	top: 0px;
	z-index: 500;
}
.b5 #b5hdp .move_rights span,
.b5 #b5hdp .move_lefts span,
.b6 #b5hdp .move_rights span,
.b6 #b5hdp .move_lefts span,
.b0 #b5hdp .move_rights span,
.b0 #b5hdp .move_lefts span {
	width: 43px;
	height: 84px;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	background-repeat: no-repeat;
}

.b6 .con {
	padding-top: 240px;
}
.b6 #b5hdp {
	height: 520px;
}
.b6 #b5hdp .photoshow {
	width: 600px;
	height: 520px;
}
.b6 #b5hdp .photoshow li {
	width: 1200px;
	height: 600px;
}

.b0 {
	position: relative;
}
.b0 .con {
	padding-top: 150px;
	padding-right: 100px;
}
.b0 #b5hdp {
	height: 600px;
}
.b0 #b5hdp .photoshow {
	width: 1200px;
	height: 600px;
}
.b0 #b5hdp .photoshow li {
	width: 1200px;
	height: 600px;
}
.b0 #b5hdp .move_lefts {
	left: -130px;
}
.b0 #b5hdp .move_rights {
	right: -180px;
}

#footer {
	background-image: -webkit-linear-gradient(90deg, #010101 0%, #010101 50%, #0f0f0f 97%, #191919 98%, #161616 99%, #161616 100%);
	width: 100%;
	height: 120px;
}
#footer .text {
	text-align: center;
	font-size: 12px;
	color: #999;
	padding-top: 35px;
	letter-spacing: 1px;
}

#zbk {
	position: absolute;
	display: none;
	margin-left: 100px;
	margin-top: -100px;
}

#gotop {
	width: 29px;
	height: 560px;
	background: url(../image/right_bg.png) no-repeat;
	position: fixed;
	top: 200px;
	right: 50px;
	z-index: 88;
	display: none;
}
#gotop .dh-btn {
	width: 102px;
	height: 31px;
	text-align: center;
	line-height: 31px;
	font-size: 16px;
	color: #ba3203;
	display: block;
	margin-left: -79px;
	color: #fff;
	background: url(../image/a_btn.png) no-repeat;
}
#gotop .dh-btn.b-1 {
	margin-bottom: 19px;
}
#gotop .dh-btn.b-2 {
	margin-bottom: 19px;
}
#gotop .dh-btn.b-3 {
	margin-bottom: 18px;
}
#gotop .dh-btn.b-4 {
	margin-bottom: 19px;
}
#gotop .dh-btn.b-5 {
	margin-bottom: 16px;
}
#gotop .dh-btn:hover,
#gotop .dh-btn.on {
	background: url(../image/a_btn2.png) no-repeat;
}
#gotop .dh-btn:nth-child(1) {
	margin-top: 126px;
}
#gotop .go_top {
	width: 49px;
	height: 50px;
	background: url(../image/top.png) no-repeat;
	position: absolute;
	display: block;
	left: 0px;
	bottom: 82px;
	cursor: pointer;
}
#gotop .go_top:hover {
	transition: -webkit-transform 0.5s ease-out;
	-webkit-transition: -webkit-transform 0.5s ease-out;
	-o-transition: transform 0.5s ease-out;
	transition: transform 0.5s ease-out;
	transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
	-webkit-transform: rotateY(1turn);
	transform: rotateY(1turn);
}

#music {
	position: fixed;
	z-index: 5000;
	top: 100px;
	right: 50px;
	background-color: #999;
	font-size: 12px;
	cursor: pointer;
	padding: 3px 5px;
	color: #fff;
	font-weight: bold;
	border-radius: 3px;
	padding-bottom: 5px;
	opacity: 0.8;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: block;
}

#go {
	background-color: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	cursor: pointer;
}
#go img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -55px;
}

/* html {
  overflow-y: hidden;
} */
