/* CSS Document */
@font-face {
	font-family: myFirstFont;
	src: url("../css/STZHONGS.TTF");
}
#wrapper {
	width: 100%;
	height: 100%;
}
/*正文开始*/
.head1 {
	width: 100%;
	height: 356px;
	background: url("../images/head1.jpg") no-repeat 50% 0;
}
.head2 {
	width: 100%;
	height: 419px;
	background: url("../images/head2.jpg") no-repeat 50% 0;
}
.head3 {
	width: 100%;
	height: 315px;
	background: url("../images/head3.jpg") no-repeat 50% 0;
}
.head4 {
	width: 100%;
	height: 444px;
	background: url("../images/head4.jpg") no-repeat 50% 0;
}
.head5 {
	width: 100%;
	height: 460px;
	background: url("../images/head5.jpg") no-repeat 50% 0;
}
.daoyu_cot {
	margin: 0 auto;
	width: 912px;
	color: #fae0d1;
	font-size: 24px;
	padding-top: 30px;
}
.daoyu_cot p {
	text-align: justify;
	line-height: 38px;
}
.main-box {
	margin: 0 auto;
	position: relative;
	width: 980px;
}
.floor_cot {
	width: 100%;
	margin-bottom: 60px;
}
.main_title {
	width: 100%;
	text-align: center;
	background: url("../images/title_bg.png") no-repeat 50% 50%;
}
.main_title:after {
	content: "";
	display: inline-block;
	overflow: hidden;
}
.main_title span {
	display: inline-table;
	line-height: 40px;
}
.tt {
	display: inline-block;
	font-family: myFirstFont;
	font-size: 40px;
	color: #fff;
	font-weight: 100;
}
.friend {
	height: 368px;
	margin: 0 auto;
	overflow: hidden;
	width: 918px;
	padding-top: 40px;
}
.mr_img_box {
	width: 258px;
	height: 280px;
	padding: 4px;
	background: url("../images/img_bg.jpg") no-repeat;
}
.mr_img_box img {
	width: 100%;
	height: 280px;
}
.mr_frbox {
	height: 362px;
	padding: 0;
}
.mr_frUl {
	float: left;
	height: 362px;
	width: 980px;
}
.mr_frUl ul li {
	display: inline;
	float: left;
	width: 266px;
	margin: 0 0 0 30px;
}
.mr_frUl ul li a img {
	width: 100%;
}
.mr_frUl ul li a img {
	width: 258px;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-o-transition: all .5s linear;
	-ms-transition: all .5s linear;
	transition: all .5s linear;
	display: block;
}
.mr_frUl ul li a:hover img {
	width: 100%;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	opacity: .75;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-o-transition: all .5s linear;
	-ms-transition: all .5s linear;
	transition: all .5s linear;
}
.mr_frUl li .title1 {
	background: url("../images/tt_bg.jpg") no-repeat center;
	background-size: cover;
	width: 100%;
	height: 58px;
	line-height: 58px;
	display: block;
	overflow: hidden;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-top: 16px;
	color: #000;
}
.mess_frbox {
	position: relative;
}
.mess_frBtnL {
	cursor: pointer;
	display: inline;
	height: 55px;
	width: 35px;
	position: absolute;
	z-index: 999;
	left: -5px;
	top: 155px;
	background: url("../images/icon.png") center repeat-x;
	background-position: 0 -88px;
}
.mess_frBtnL:hover {
	background: url("../images/icon.png") center repeat-x;
	background-position: 0 -144px;
}
.mess_frBtnR {
	cursor: pointer;
	display: inline;
	width: 35px;
	height: 55px;
	position: absolute;
	z-index: 999;
	right: -5px;
	top: 155px;
	background: url("../images/icon.png") center repeat-x;
	background-position: 0 -200px;
}
.mess_frBtnR:hover {
	background: url("../images/icon.png") center repeat-x;
	background-position: 0 -256px;
}
.mess_frbox {
	height: 368px;
	padding: 0;
}
.mess_frUl {
	float: left;
	height: 368px;
	width: 980px;
}
.messfriendBg {
	width: 100%;
	background: #131124;
}
.mess_zt_foot {
	top: 35%
}
/*第1楼*/
.un-r {
	margin-right: 0!important;
}
/*底部样式*/
.foot {
	width: 100%;
	height: 138px;
	overflow: hidden;
}
.zt_foot {
	width: 960px;
	height: 104px;
	margin: 0 auto;
	font-size: 14px;
	font-family: "宋体", Arial;
}
.zt_foot p {
	text-align: center;
	height: 26px;
	line-height: 26px;
	color: #926f47;
}
.zt_foot a {
	color: #926f47;
}
.imgbox {
}
.imgbox:hover {
	cursor: zoom-in;
}
.mask:hover {
	cursor: zoom-out;
}
.mask>img {
	position: fixed;
	right: 20px;
	top: 20px;
	width: 60px;
}
.mask>img:hover {
	cursor: pointer
}
.bigimg {
	width: 720px;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: none;
	z-index: 9999;
	border: 4px solid #fff;
}
.mask {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	opacity: 0.7;
	filter: Alpha(opacity=70);
	z-index: 999;
	transition: all 0.5s;
	display: none;
}
.smallimg {
	width: 258px;
	height: 280px;
}
