* {
	margin: 0;
	padding: 0;
}

body,
html {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	/* overflow: hidden; */
	/* position: relative */
	moz-user-select: -moz-none;
	-moz-user-select: none;
	-o-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

a:active,
a:focus {
	text-decoration: none
}

a {
	cursor: pointer;
}

.tleft{text-align: left;}
body::-webkit-scrollbar {
	/*滚动条整体样式*/

	width: 5px;
	/*高宽分别对应横竖滚动条的尺寸*/

	height: 1px;

}

body::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/

	border-radius: 10px;

	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);

	background: #a37e61;

}

body::-webkit-scrollbar-track {
	/*滚动条里面轨道*/

	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);

	border-radius: 10px;

	background: #a37e61;

}

body {
	background-color: #EDE6E1;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.clearboth {
	clear: both;
}

#hearder {
	width: 80%;
	height: 2.6rem;
	left: 10%;
	top: 2rem;
	display: block;
	position: absolute;
	z-index: 2;
}

#hearder #logo {
	width: 20%;
	height: 2.6rem;
	display: inline-block;
}

#hearder #logo img {
	width: 60%;
}

#hearder #nav {
	float: right;
	width: 80%;
	height: 2.6rem;
	line-height: 2.6rem;
	letter-spacing: 3px;
	text-align: center;
	display: inline-block;
	background: url(../img/nav.png) no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}

#hearder #nav ul {
	list-style: none;
	display: inline-block;
}

#hearder #nav ul li {
	float: left;
	text-align: left;
	margin-right: 10px;
	position: relative;
}

#hearder #nav ul li.active a {
	color: #861111;
}

#hearder #nav ul li.active ul li a {
	color: #fff;
}

#hearder #nav ul li span.dot {
	width: 0.5rem;
	height: 2.6rem;
	background: url(../img/dot.png) no-repeat center 0.91rem;
	background-size: 100%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

#hearder #nav ul li a {
	display: inline-block;
	color: #fff;
	font-family: 'Conv_SYSBOLD', Sans-Serif;
	font-size: 1.2rem;
	text-decoration: none;
}

#hearder #nav ul li a:hover {
	color: #861111;
}

#hearder #nav ul li ul.sub {
	background-color: #a68368;
	color: #FFFFFF;
	list-style: none;
	display: none;
	width: 140px;
	opacity: 0.8;
	position: absolute;
	top: 3.2rem;
	left: -.6rem;
}

#hearder #nav ul li ul.sub li {
	width: 80%;
	text-align: center;
	border-bottom: 1px solid #fff;
	margin-left: 10%;
}

#hearder #nav ul li ul.sub li:last-child {
	border: none
}

#hearder #nav ul li ul.sub li:hover a {
	color: #861111;
}

#hearder #nav ul li ul.sub span.dot {
	width: .3rem;
	height: 2.6rem;
	display: inline-block;
	background: url(../img/dot.png) no-repeat center center;
	background-size: 100%;
	vertical-align: middle;
	margin-right: 10px;
}
#BtntoTpop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	border: none;
	outline: none;
	width: 3.0rem;
	height: 3.0rem;
	background: url(../img/backtop.png) no-repeat center center;
	background-size: 100% 100%;

	cursor: pointer;
}


#mianbox {
	width: 100%;
	height: 100%;
	position: relative;
}

#contentbox {
	position: absolute;
	z-index: 2;
	width: 58%;
	height: 50%;
	display: block;
	background: #ECE5DF;
	top: 35%;
	left: 18%;
	padding: 3% 3%;
	font-family: 'Conv_SYSMEDIUM', Sans-Serif;
	font-size: 1.6rem;
	text-align: justify;
	overflow: hidden;
	overflow-y: auto;
	color: #4a3232;
}

#contentbox p {
	text-indent: 50px;
	margin-bottom: 1rem;
}

#contentbox::-webkit-scrollbar {
	/*滚动条整体样式*/

	width: 5px;
	/*高宽分别对应横竖滚动条的尺寸*/

	height: 1px;

}

#contentbox::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/

	border-radius: 10px;

	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);

	background: #a37e61;

}

#contentbox::-webkit-scrollbar-track {
	/*滚动条里面轨道*/

	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);

	border-radius: 10px;

	background: #a37e61;

}

#contentmain {
	position: absolute;
	z-index: 2;
	width: 74%;
	display: block;
	background: #ECE5DF;
	top: 24rem;
	left: 10%;
	padding: 3% 3%;
	font-family: 'Conv_SYSMEDIUM', Sans-Serif;
	font-size: 1.6rem;
	overflow: hidden;
	overflow-y: auto;
	color: #4a3232;
	text-align: justify;
}

#contentmainlong {

	z-index: 0;
	width: 74%;
	display: block;
	background: #ECE5DF;
	margin: 22rem auto 5rem;
	padding: 3% 3%;
	font-family: 'Conv_SYSMEDIUM', Sans-Serif;
	font-size: 1.2rem;
	color: #4a3232;
	text-align: justify;
}

#contentmainlong .longtext {text-align: justify;}

#contentmainlong .longtext img {
	max-width: 100%;
}

#contentmainlong p {
	text-indent:2em;
	margin-bottom: 1rem;
}

#contentmainimgs {

	z-index: 0;
	width: 74%;
	display: block;
	background: #ECE5DF;
	margin: 24rem auto 5rem;
	padding: 3% 3%;
	font-family: 'Conv_SYSMEDIUM', Sans-Serif;
	font-size: 1.2rem;
	color: #4a3232;
}

#imgswiper {
	width: 60%;
	height: 640px;
	float: left;
}
#imginfo {
	width: 39%;
	height: 640px;
	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{color:#A48065; line-height: 2rem; margin-top: 1rem;}
#imginfo button{
	width: 80%; 
	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;
}


.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.8rem;
	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;
}

.navb a {
	display: inline-block;
	width: 48%;
	height: 4.6rem;
	line-height: 4.6rem;
	text-align: center;
	border: 1px solid #a37e61;
	color: #a37e61;
	text-decoration: none;
}

.navb a.active {
	background: url(../img/res24.png) repeat-x;
	color: #FFFFFF;
}

.navc {
	font-family: 'Conv_SYSBOLD', Sans-Serif;
	display: block;
	margin: 2rem 0 3rem;
	text-align: center;
}

.navc a {
	display: inline-block;
	width: 23%;
	height: 4.6rem;
	line-height: 4.6rem;
	margin-right: 2%;
	text-align: center;
	color: #543E3E;
	border-bottom: 2px solid #543E3E;
	text-decoration: none;
}

.navc a:last-child {
	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: 2rem 0 3rem;
	text-align: center;
}

.nave a {
	display: inline-block;
	width: 10%;
	height: 4.6rem;
	line-height: 4.6rem;
	margin-right: 2%;
	text-align: center;
	color: #543E3E;
	border-bottom: 2px solid #543E3E;
	text-decoration: none;
}

.nave a:last-child {
	margin-right: 0;
}

.nave a:hover {
	background-color: #543E3E;
	color: #FFFFFF;
}

.nave a.active {
	background-color: #543E3E;
	color: #FFFFFF;
}




.navf {
	font-family: 'Conv_SYSBOLD', Sans-Serif;
	display: block;
	margin: 2rem 0 3rem;
	text-align: center;
}

.navf a {
	display: inline-block;
	width: 30%;
	height: 4.6rem;
	line-height: 4.6rem;
	margin-right: 2%;
	text-align: center;
	color: #543E3E;
	border-bottom: 2px solid #543E3E;
	text-decoration: none;
}

.navf a:last-child {
	margin-right: 0;
}

.navf a:hover {
	background-color: #543E3E;
	color: #FFFFFF;
}

.navf a.active {
	background-color: #543E3E;
	color: #FFFFFF;
}


.navd {
	font-family: 'Conv_SYSBOLD', Sans-Serif;
	display: block;
	margin: 2rem 0 3rem;
	text-align: center;
}

.navd a {
	display: inline-block;
	width: 47%;
	height: 4.6rem;
	line-height: 4.6rem;
	margin-right: 2%;
	text-align: center;
	color: #543E3E;
	border-bottom: 2px solid #543E3E;
	text-decoration: none;
}

.navd a:last-child {
	margin-right: 0;
}

.navd a:hover {
	background-color: #543E3E;
	color: #FFFFFF;
}

.navd a.active {
	background-color: #543E3E;
	color: #fff;
}



#contentmain p {
	text-indent: 2em;
	margin-bottom: 1rem;
}
@media screen and (max-width:1900px) {
	
}
@media screen and (max-width: 1684px) {
	#hearder #nav ul li a {
		font-size: 1.0rem;
	} 
}
@media screen and (max-width: 1520px) {
	#hearder #nav ul li a {
		font-size: 0.8rem;
	}
}
@media screen and (max-width: 1332px) {
	#hearder #nav ul li a {
		font-size: 0.5rem;
	}
}
@media screen and (max-width: 1283px) {
	#hearder #nav {
		letter-spacing: 1px;
	}
	#hearder #nav ul li a {
		font-size: 0.3rem;
	}
	#hearder #nav ul li ul.sub {
		width: 100px;
	}
} 
@media screen and (max-width: 1167px) {
	
	#hearder {
		width: 90%; 
	}
	
	#hearder #logo {
		width: 20%; 
	} 
	#hearder #nav { 
		width: 80%; 
	}
	#hearder #nav {
		letter-spacing: 1px;
	}
	#hearder #nav ul li a {
		font-size:12px;
	}
	#hearder #nav ul li ul.sub {
		width: 100px;
	}
}