﻿body {
	background-color: #e8e9eb;
	height: 100%;
}
header {
	background-color: #21292c;
	width: 100%;
	height: 50px;
	vertical-align: middle;
}
header .nav_left {
	display: block;
	float: left;
	height: 50px;
}
header .nav_label {
	position: absolute;
	display: block;
	float: left;
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #FFFFFF;
	font-size: 1.5em;
	font-weight: bold;
	overflow: hidden;
	text-align: center;
}
header .nav_right {
	display: block;
	float: right;
	height: 50px;
}

footer {
	width: 100%;
	padding: 30px 0px;
	text-align: center;
	clear: both;
}
footer  a {
	width: 97%;
	/*height: 50px;*/
	line-height: 50px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	overflow: hidden;
}
footer  a table {
	width: 100%;
	height: 100%;
	/*margin-left:20%;*/
}
footer  a table .btn1, .btn3 {
	width: 10%;
	height: 100%;
}
footer  a table .btn1 {
	/*background-image: url(../image/bottom_btn_bg1.png);*/
}
footer  a table .btn2 {
	width:auto;
	text-align:center;
	/*background-image: url(../image/bottom_btn_bg2.png);*/
	vertical-align: middle;
	font-size: 14px;
	color: #2f2725;
	font-weight: bold;
}
footer  a  img{
	/*width:40%;*/
	margin-right: 5px;
}
footer  img{
	vertical-align: middle;
	/*margin-right: 5px;*/
}
footer  a table .btn3 {
	/*background-image: url(../image/bottom_btn_bg3.png);*/
	background-position: right;
}
.top_image {
	padding-bottom: 4px;
	background-image: url(../image/top_botton_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.top_image img {
	vertical-align:middle;
	width: 100%;
}
.content {
	clear: both;
	box-shadow: 0px 5px 10px #b8b9ba;
	padding: 30px 20px;
	background-color: #FFFFFF;
}

/*
 @media screen and (min-width: 600px) and (max-width: 700px) {
 header {
 background-color: #ff0000;
 }
 }
 @media screen and (min-width: 500px) and (max-width: 600px) {
 header {
 background-color: #ae00b0;
 }
 }
 @media screen and (min-width: 400px) and (max-width: 500px) {
 header {
 background-color: #359599;
 }
 }
 @media screen and (min-width: 300px) and (max-width: 400px) {
 header {
 background-color: #419935;
 }
 }
 @media screen and (max-width: 300px) {
 header {
 height: 40px;
 background-color: #989935;
 }

 header img {
 height: 20px;
 margin: 10px 10px;
 }
 header .nav_back {
 height: 40px;
 }
 header .nav_label {
 height: 40px;
 line-height: 40px;
 font-size: 1em;
 padding: 0 40px;
 }
 header .nav_user {
 height: 40px;
 }
 }*/
.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
}

#myModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 20000;
}
#myModal img {
    position: fixed;
    right: 18px;
    top: 5px;
    width: 260px!important;
    height: 180px!important;
    z-index: 20001;
}

.wxh
{
	text-align: center;
	color: #9e9b9c;
	font-size: 14px;
	line-height: 25px;
	margin-top: 30px;
}