@charset "utf-8";
/* CSS Document */

* { margin:0; padding:0; list-style-image: none;list-style-type: none;}
body {
	background-color: #F1F1F1;
}

img { border:none;}

.wx_z {
	padding-top: 55px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	color: #BBBBBB;
	padding-bottom: 15px;
}
.wx_z img {
	height: auto;
	width: 60%;
}
.zuo1 {
	background-color: #c9baa9;
	padding-top: 60px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.zuo1_logo {
	padding-bottom: 25px;
	text-align: center;
}

.zuo1_logo img {
	height: auto;
	width: 100%;
}

.daoyu {
font-family: "微软雅黑";
font-size: 13px;
line-height: 28px;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 15px;
padding-left: 15px;
border: 1px dashed #e5e5e5;
background-color: #D6C7B4;
color: #614848;
border-radius: 4px;
}
.nian {
	font-family: Georgia;
	font-size: 30px;
	line-height: 60px;
	color: #704D46;
}
.photo {
	background-color: #AD9D8B;
	padding: 5px;
	background-image: url(../image/loading2.gif);
	background-position: center center;
	background-size: 30px 30px;
	background-repeat: no-repeat;
	border-radius: 4px;
}
.photo img {
	height: auto;
	width: 100%;
	border-radius: 4px;
}
.wenzi {
	font-family: "微软雅黑";
	font-size: 13px;
	line-height: 25px;
	color: #704D46;
	padding-bottom: 20px;
	padding-top: 10px;
}

.tongji {
	width: 100%;
	font-size: 12px;
	position: fixed;
	height: 20px;
	top: -30px;
	opacity:0;
}
@charset "utf-8";
/* CSS Document */

.top {
	height: 44px;
	background-color: #AA998B;
	width: 100%;
	top: 0px;
	position: fixed;
	opacity:0.95;
	z-index: 1000;
}
.logo {
	height: 44px;
	width: 44px;
	margin-right: auto;
	margin-left: auto;
}
.copyright {
	margin-top: 5px;
	font-family: STHeitiSC-Light;
	font-size: 10px;
	line-height: 18px;
	color: #AAAAAA;
	background-color: #F9F9F9;
	height: 49px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E3E3E3;
	padding-top: 11px;
	padding-right: 10px;
	padding-left: 12px;
}
.copyright a {
	text-decoration:none;
	color: #999999;
	font-size: 12px;
}
.copyright a:hover {
	text-decoration:none;
}
.tongji {
	width: 100%;
	font-size: 12px;
	position: fixed;
	height: 20px;
	top: -30px;
	opacity:0;
}
.nav_icon {
	width: 44px;
	position: absolute;
	height: 44px;
	left: 0px;
	top: 0px;
}
.index_nav3 {
	height: 98px;
	padding-left: 8px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.index_nav_icon {
	background-color: #6D5136;
	height: 65px;
	width: 32%;
	float: left;
	text-align: center;
	border-radius: 2px;
	margin-right: 2px;
	margin-left: 1px;
	margin-top: 10px;
}
.index_nav_icon a {
	text-decoration:none;
	display: block;
	height: 68px;
	padding-top: 25px;
	color: #ffffff;
}

.index_nav_more2 {
	height: 14px;
	padding-left: 5px;
	padding-right: 5px;
	position: absolute;
	background-color: #FFFFFF;
	top: 3px;
	left: 58%;
	border-radius: 20px;
	z-index: 1000;
	padding-top: 3px;
}


/* GLOBALS */
.wrapper-dropdown-5 {
	/* Size & position */
	width: 44px;
	border-radius: 5px;
	cursor: pointer;
	outline: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	height: 44px;
	position: absolute;
}

.wrapper-dropdown-5:after { /* Little arrow */
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
}

.wrapper-dropdown-5 .dropdown {
	/* Size & position */
    position: fixed;
	left: 0;
	right: 0;
	list-style: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	/* Hiding */
    max-height: 0;
	overflow: hidden;
	width: 100%;
	background-color: #DDD;
	border-bottom-width: 1px;
	border-bottom-color: #C1C1C1;
	height: 100%;
}

.wrapper-dropdown-5 .dropdown li {
    padding: 0 10px ;
}

.wrapper-dropdown-5 .dropdown li a {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 10px 0;
    transition: all 0.3s ease-out;
    border-bottom: 1px solid #e6e8ea;
}

.wrapper-dropdown-5 .dropdown li:last-of-type a {
    border: none;
}

.wrapper-dropdown-5 .dropdown li i {
    margin-right: 5px;
    color: inherit;
    vertical-align: middle;
}

/* Hover state */

.wrapper-dropdown-5 .dropdown li:hover a {
    color: #57a9d9;
}

/* Active state */


.wrapper-dropdown-5.active .dropdown {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    max-height: 100%;
}
.iframe_d {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index:10;
}
#mainframe {Safari OSX: no support}