html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;

}

html {
	width: 100%;
	height: 100%;
}

body {
	font-family: Microsoft YaHei, Helvitica, Verdana, Tohoma, Arial, san-serif;
	-webkit-text-size-adjust: none;
	width: 100%;
	height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

strong {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: 0;
	max-width: 100%;
}

a {
	text-decoration: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.none {
	display: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.clearboth {
	clear: both;
}

span.imp {
	font-weight: 800;
	color: #e93e31;
}

.dialog-layer {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	min-width: 100%;
	margin: 0 auto;
	text-align: center;
	z-index: 1000;
}

.dialog-layer .dialog-cover {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.dialog-layer .dialog {
	position: absolute;
	width: 86%;
	z-index: 999;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.dialog-layer .dialog .inside {
	background: url(../imgs/dialog-top.png) #fff no-repeat;
	background-position: top;
	background-size: 100%;
	min-height: 90vw;
	border-radius: 6px;
	position: relative;
	padding-top: 30px;
}

.dialog-layer .dialog .inside img.qr {
	width: 80%;
}

.dialog-layer .dialog .inside h3 {
	width: 85%;
	margin: 0 auto;
	line-height: 1.3rem;
	font-size: 1.1rem;
}

.dialog-layer .dialog .inside h6 {
	margin: 0 auto;
	height: 25px;
	line-height: 25px;
	color: #999191;
}

.dialog-layer .dialog .inside a.togo {
	display: inline-block;
	width: 60%;
	height: 2.2rem;
	line-height: 2.2rem;
	background-color: #EB5D5D;
	color: #fff;
	text-align: center;
	border-radius: 1.1rem;
	font-size: 1.0rem;
	position: absolute;
	bottom: -1.1rem;
	left: 20%;
}

.dialog-layer .dialog .outside {
	text-align: center;
}

.dialog-layer .dialog .outside img.close {
	width: 2rem;
	margin-top: 1.8rem;
}


#logo {
	width: 30vw;
	height: 3rem;
	position: absolute;
	top: 0.5rem;
	left: 0.5rem;
	z-index: 100;
	display: inline-block;
	background: url(../img/logo.png) no-repeat;
	background-size: 100%;
}

#menu {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 199;
	display: none;
	padding: 0;
}

#menuico {
	width: 3rem;
	height: 3rem;
	position: absolute;
	z-index: 200;
	right: 0;
	top: 0;
	display: inline-block;
	background: url(../img/menu.png) no-repeat center center;
	background-size: 100%;
}

#menu ul {
	width: 46%;
	height: 100%;
	background-color: #ECE7E3;
	float: right;
	border-left: 2px solid #A37E61;
	border-right: 2px solid #A37E61;
	padding: 0 2%;
}

#menu ul li {
	text-align: center;
}

#menu ul li:first-child {
	margin-top: 50%;
}

#menu ul li.B {
	font-family: 'Conv_SYSBOLD', Sans-Serif;
	color: #4B3333;
	line-height: 2.2rem;
	position: relative;
}

#menu ul li.B::after {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 1px;
	background-color: #A37E61;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5);
}

#menu ul li.C {
	font-family: 'Conv_SYSMEDIUM', Sans-Serif;
	color: #A37E61;
	line-height: 1.6rem;
}

.zhuanshi01 {
	position: absolute;
	width: 50%;
	top: 35%;
	right: 10%;
}

.zhuanshi02 {
	position: absolute;
	width: 50%;
	bottom: 10%;
	left: 10%;
}

.downmore {
	position: absolute;
	width: 5%;
	bottom: 3%;
	right: 10%;
	animation: animatbtn 5s infinite;
}

#main {
	width: 100%;
	height: 100%;
	font-family: 'Conv_SYSMEDIUM', Sans-Serif;
}


.slideindex {
	width: 100%;
	height: 100%;
/* 	background: url(../img/indexbg.png) no-repeat;
	background-size: 100% 100%; */
	position: relative;
}

.qianyan,
.jieyu {
	width: 100%;
	height: 100%;
	background: url(../img/qianyanbg.png) #A37E61 no-repeat;
	background-size: 100%;
	position: relative;
}

.qianyan .headertitle,
.jieyu .headertitle {
	z-index: 3;
	position: absolute;
	width: 20vw;
	: 30%;
	top: 6vh;
	left: 12vw;
}

.p1 .headertitle,
.p2 .headertitle,
.p3 .headertitle,
.p4 .headertitle,
.p5 .headertitle {
	z-index: 3;
	position: absolute;
	width: 20vw;
	top: 6vh;
	left: 12vw;
}

.p6 .headertitle {
	z-index: 3;
	position: absolute;
	width: 50vw;
	: 30%;
	top: 6vh;
	left: 12vw;
}

.p6 .headertitle img {
	width: 100%;
}



.absheadertitle {
	position: absolute;
	z-index: 5;
	width: 20vw;
	top: 6vh;
	left: 12vw;
}

.qianyan .contentbox,
.jieyu .contentbox {
	z-index: 2;
	width: 76vw;
	height: 73vh;
	background: #EEE7E1;
	position: absolute;
	top: 10vh;
	left: 10vw;
	font-family: 'Conv_SYSMEDIUM', Sans-Serif;
	color: #685654;
	padding: 5vh 2vw 2vh 2vw;
	overflow: hidden;
	overflow-y: auto;
	text-align: justify;
	font-size: 1.1rem;
}

.qianyan .contentbox p,
.jieyu .contentbox p {
	text-indent: 30px;
	margin-bottom: 1rem;
}

.p1 {
	width: 100%;
	height: 100%;
	background: url(../img/p1-bg.png) #A37E61 no-repeat;
	background-size: 100%;
	position: relative;
}

.p2 {
	width: 100%;
	height: 100%;
	background: url(../img/p2-bg-gg.jpg) #A37E61 no-repeat;
	background-size: 100%;
	position: relative;
}

.p3 {
	width: 100%;
	height: 100%;
	background: url(../img/p3-bg.png) #A37E61 no-repeat;
	background-size: 100%;
	position: relative;
}

.p4 {
	width: 100%;
	height: 100%;
	background: url(../img/p4-bg.png) #A37E61 no-repeat;
	background-size: 100%;
	position: relative;
}

.p5 {
	width: 100%;
	height: 100%;
	background: url(../img/p5-bg.png) #A37E61 no-repeat;
	background-size: 100%;
	position: relative;
}

.p6 {
	width: 100%;
	height: 100%;
	background: url(../img/p6-bg.png) #A37E61 no-repeat;
	background-size: 100%;
	position: relative;
}

.jieyu {
	width: 100%;
	height: 100%;
	background: url(../img/jieyubg.png) #A37E61 no-repeat;
	background-size: 100%;
	position: relative;
}


#contentmainlong {

	z-index: 0;
	width: 76vw;
	height: 78vh;
	display: block;
	background: #ECE5DF;
	margin: 4rem auto 5rem;
	padding: 3% 3%;
	font-family: 'Conv_SYSMEDIUM', Sans-Serif;
	font-size: 1.2rem;
	color: #4a3232;
	overflow: hidden;
	overflow-y: auto;
}

#contentmainpics {
	z-index: 0;
	width: 76vw;
	min-height: 78vh;
	display: block;
	background: #ECE5DF;
	margin: 4rem auto 5rem;
	padding: 3% 3%;
	font-family: 'Conv_SYSMEDIUM', Sans-Serif;
	font-size: 1.2rem;
	color: #4a3232;
}

#contentmainview {
	z-index: 0;
	width: 76vw;
	min-height: 78vh;
	display: block;
	background: #ECE5DF;
	margin: 4rem auto 5rem;
	padding: 3% 3%;
	font-family: 'Conv_SYSMEDIUM', Sans-Serif;
	font-size: 1.2rem;
	color: #4a3232;
}

.swiper .zoom {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 3.2rem;
	height: 3.2rem;
	border: 2px solid #a37e61;
	background: url(../img/zoom.png) #fff center center no-repeat;
	background-size: 70%;
	opacity: 0.6;
	border-radius: 50%;
	z-index: 10000;
	animation: animatbtn 5s infinite;
	box-shadow: 0px 0px 5px #a37e61;
	text-align: center;
}

#imginfo {
	width: 100%;
	float: left;
	display: inline-block;

}

#imginfo p {
	width: 100%;
	word-break: break-all;
	word-wrap: break-word;
}

#imginfo p.b {
	color: #A48065;
	line-height: 2rem;
}

#imginfo p.c {
	text-align: justify;
	color: #A48065;
	line-height: 2rem;
	margin-top: 1rem;
}

#imginfo button {
	width: 100%;
	display: inline-block;
	border: 1px solid #A48065;
	font-family: 'Conv_SYSBOLD', Sans-Serif;
	height: 38px;
	color: #A48065;
	border-radius: 3px;
	margin-top: 1rem;
}

#imginfo button:hover {
	background-color: #A48065;
	color: #fff;
}

.imgname {
	color: #a37e61;
	text-align: center;
}

.swiper-zoom-container {}

.swiper-zoom-container img {}

#contentmainlong .longtext {text-align: justify;}

#contentmainlong .longtext img {
	max-width: 100%;
}

#contentmainlong p {
	text-align: justify;
	text-indent: 2em;
	font-size: 1rem;
	margin-bottom: 1rem;
}

.linetitle {
	font-family: 'Conv_SYSBOLD', Sans-Serif;
	position: relative;
	border-bottom: 2px solid #a37e61;
	color: #a37e61;
	text-align: center;
	padding: 1rem 0;
}

.linetitle span {
	display: inline-block;
	background: #ECE5DF;
	position: absolute;
	top: 0.9rem;
	left: 50%;
	transform: translate(-50%);
	padding: 0 1.5rem;
}

.navb {
	font-family: 'Conv_SYSBOLD', Sans-Serif;
	display: block;
	margin: 3rem 0 1rem;
	text-align: center;
	font-size: .5rem
}

.navb a {
	display: inline-block;
	width: 48%;
	height: 1.6rem;
	line-height: 1.6rem;
	text-align: center;
	border: 1px solid #a37e61;

	color: #a37e61;
	text-decoration: none;
	font-size: 1.0rem;
}

.navb a.active {
	background: url(../img/res24.png) repeat-x;
	color: #FFFFFF;
}

.navc {
	font-family: 'Conv_SYSBOLD', Sans-Serif;
	display: block;
	margin: 1rem 0 1rem;
	text-align: center;
	font-size: .5rem
}

.navc a {
	display: inline-block;
	width: 47%;
	height: 1.4rem;
	line-height: 1.4rem;
	margin-right: 2%;
	text-align: center;
	color: #543E3E;
	border-bottom: 2px solid #543E3E;
	text-decoration: none;
	font-size: 0.9rem;
}

.navc a:nth-child(even) {
	margin-right: 0;
}

.navc a:hover {
	background-color: #543E3E;
	color: #FFFFFF;
}

.navc a.active {
	background-color: #543E3E;
	color: #FFFFFF;
}




.nave {
	font-family: 'Conv_SYSBOLD', Sans-Serif;
	display: block;
	margin: 1rem 0 1rem;
	text-align: center;
	font-size: .4rem
}

.nave a {
	display: inline-block; 
	height: 1.4rem;
	line-height: 1.4rem;
	margin-right: 1%;
	text-align: center;
	color: #543E3E;
	border-bottom: 2px solid #543E3E;
	text-decoration: none;
	    font-size: 1.0rem;
}

.nave a:last-child {
	margin-right: 0;
}

.nave a:hover {
	background-color: #543E3E;
	color: #FFFFFF;
}

.nave a.active {
	background-color: #543E3E;
	color: #FFFFFF;
}









@keyframes animatbtn {
	0% {
		transform: scale(.56);
	}

	50% {
		transform: scale(1);
	}

	100% {
		transform: scale(.56);
	}
}

.dialogbox {
	width: 100%;
	border: none;
	height: 100%;
	background: url(../images/dialog.png) repeat;
	z-index: 100;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 0;
	display: none;
}

.dialogbox .window {
	width: 80%;
	height: 50%;
	position: absolute;
	top: 15%;
	left: 5%;
	border: none;
	border-radius: 1rem;
	box-shadow: 0 0 5px #eb5d32;
	background: -webkit-linear-gradient(top, #EF8C31, #EB3F33);
	background: -moz-linear-gradient(top, #EF8C31, #EB3F33);
	padding: 10% 5%;
	text-align: center;
}

.dialogbox .window h1 {
	font-size: 2rem;
	font-weight: 600;
	color: #EB3F33;
	text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
}

.dialogbox .window img.ic {
	width: 70%;
}

.dialogbox .window p.txt {
	color: #fff;
	padding: 2rem;
}

.dialogbox .window p a {
	color: #F2F2F2;
}

.dialogbox .reanswer {
	width: 80%;
	height: 2.4rem;
	line-height: 2.4rem;
	color: #fff;
	margin: 0 auto 1rem;
	text-align: center;
	border-radius: 1.2rem;
	background: -webkit-linear-gradient(left, #EF8C31, #EB3F33);
	background: -moz-linear-gradient(left, #EF8C31, #EB3F33);
	box-shadow: 0 0 5px #e6896d;
}


















/*loading animate*/

@-webkit-keyframes audioplay {
	0% {
		-webkit-transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes audioplay {
	0% {
		-webkit-transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(360deg)
	}
}

.audioplay {
	-webkit-animation-name: audioplay;
	animation-name: audioplay
}

/*music animate*/
#music {
	pointer-events: auto;
}

#music.on {
	-webkit-animation: audioplay 3s ease-in-out infinite;
	animation: audioplay 3s ease-in-out infinite;
}


.ajaxloading {
	display: none;
	position: absolute;
	top: 50%;
	left: 40%;
	margin-left: 10%;
	transform: translate3d(-50%, -50%, 0);
}

.ajaxloading .dot {
	width: 24px;
	height: 24px;
	background: #3ac;
	border-radius: 100%;
	display: inline-block;
	animation: slide 1s infinite;
}

.ajaxloading .dot:nth-child(1) {
	animation-delay: 0.1s;
	background: #ef8731;
}

.ajaxloading .dot:nth-child(2) {
	animation-delay: 0.2s;
	background: #ee7731;
}

.ajaxloading .dot:nth-child(3) {
	animation-delay: 0.3s;
	background: #ed6532;
}

.ajaxloading .dot:nth-child(4) {
	animation-delay: 0.4s;
	background: #ec5732;
}

.ajaxloading .dot:nth-child(5) {
	animation-delay: 0.5s;
	background: #eb4333;
}

@-moz-keyframes slide {
	0% {
		transform: scale(1);
	}

	50% {
		opacity: 0.3;
		transform: scale(2);
	}

	100% {
		transform: scale(1);
	}
}

@-webkit-keyframes slide {
	0% {
		transform: scale(1);
	}

	50% {
		opacity: 0.3;
		transform: scale(2);
	}

	100% {
		transform: scale(1);
	}
}

@-o-keyframes slide {
	0% {
		transform: scale(1);
	}

	50% {
		opacity: 0.3;
		transform: scale(2);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes slide {
	0% {
		transform: scale(1);
	}

	50% {
		opacity: 0.3;
		transform: scale(2);
	}

	100% {
		transform: scale(1);
	}
}



#swiper-history {
	width: 100%;
	position: relative;

}

#swiper-history .swiper-container {
	height: 79vh;
	margin: 0 40px;
}

#swiper-history .short-line {
	height: 70vh;
	border-bottom: 2px dashed #A27D5F;
	width: 30px;
	position: absolute;
	top: 0px;
}

#swiper-history .long-line {
	height: 70vh;
	border-bottom: 2px solid #A27D5F;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 30px;
}

#swiper-history .swiper-slide span {

	text-align: center;
	position: absolute;
	transition: 700ms;
}

#swiper-history .swiper-slide .detail {
	width: 100%; 
	font-size: 1.0rem;
	color: #483030;
	position: absolute;
	top: 5.6rem;
	text-align: left;
	opacity: 0;
}

#swiper-history .swiper-slide .date {
	display: block;
	width: 90%;
	color: #A27D5F;
	font-size: 3rem;
	position: absolute;
	top: 50px;
	opacity: 0;
}

#swiper-history .swiper-slide .date span.y {
	line-height: 5.5rem;
	font-size: 1.2rem;


}

#swiper-history .swiper-slide .detail img {
	display: block;
	margin: 8px auto;
	max-height: 320px;
}

.linesy {
	position: absolute;
	top: 25px;
	left: -20px;
}

#swiper-history .swiper-slide-active span {
	transition: 700ms 700ms;
}

#swiper-history .swiper-pagination-bullets {
	white-space: nowrap;
	width: auto;
	top:  calc(70vh - 8px);
	height: 10px;
	line-height: 10px;
	transition: 700ms;
}

#swiper-history .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0;
}

#swiper-history .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	background: #fff;
	border: 1px solid #A27D5F;
	opacity: 1;
	line-height: 16px;
	position: relative;
}

#swiper-history .swiper-pagination-bullet-active {
	background: #A27D5F;
}

#swiper-history .swiper-button-next,
#swiper-history .swiper-button-prev {
	background-size: 20px auto;
}

#swiper-history .swiper-button-next {
	background-image: url(../img/aright.png);
	background-size: 25%;
	border: 1px solid #A27D5F;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	background-color: #fff;
	right: 1rem;
	top: 5rem;
}

#swiper-history .swiper-button-prev {
	background-image: url(../img/aleft.png);
	background-size: 25%;
	border: 1px solid #A27D5F;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	background-color: #fff;
	left: 1rem;
	top: 5rem;
}
