html,body,div,h1,h2,h3,h4,h5,h6,p,ul,li,form,label,input,table,caption,tbody,tfoot,thead,tr,th,td,textarea {
	margin: 0;
	padding: 0;
}

body {
	line-height: 1.4;
	color: #333;
	font-family: "arial, helvetica, sans-serif,'微软雅黑'";
	font-size: 12px;
	background: #fff;
}

input,
textarea,
select {
	font-size: 12px;
	font-size: 100%;
	font-family: arial;
	font-family: inherit;
}

ul,
ol {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333;
}

/*image with no-border*/
a img {
	border: 0;
}

img {
	border: 0 none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input:focus {
	outline: none;
}

/* input提示文字 */
input::-webkit-input-placeholder {
	color: #a8a8a8;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #a8a8a8;
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #a8a8a8;
}

input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #a8a8a8;
}

/* 线条 */
hr {
	/* background-color: #f2f2f2; */
	height: 1px;
	border: none;
}

/* logo+导航 */
.header {
	width: 100%;
	height: 130px;
	background: url(../img/nav_bg.jpg) no-repeat center top;
}

.nav_box {
	width: 1200px;
	margin: 0 auto;
}

.logo {
	width: 340px;
	text-align: center;
	height: 130px;
	line-height: 130px;
	float: left;
}

.logo a img {
	width: 340px;
	height: 74px;
	vertical-align: middle;
}

.nav {
	float: right;
	position: relative;
	text-align: center;
	height: 130px;
	line-height: 130px;
	font-size: 14px;
}

.nav ul li {
	float: left;
	padding: 0px 13px;
}

.nav a {
	color: #fff;
}

.nav_class {
	display: inline-block;
}

.nav_select a {
	padding-bottom: 10px;
	border-bottom: 2px solid #fff;
}

.nav_select ol a{
	border-bottom: 0;
}

.personal {
	float: right;
	position: relative;
	padding-left: 30px;
}

.personal a {
	background: url(../img/personal.png) no-repeat left center;
	padding-left: 20px;
}

/* 内容 */
.content {
	padding: 20px 0px;
}

.content_box {
	width: 1200px;
	margin: 0 auto;
}

/* 页脚 */
.footer {
	width: 100%;
	background: #01579f;
	margin-top:20px;
}

.footer_box {
	width: 1200px;
	margin: 0 auto;
	font-size: 12px;
	text-align: center;
	padding: 30px 0px;
}

.footerNav {
	font-size: 16px;
	text-align: left;
}

.footerNav ul li {
	display: inline-block;
	padding: 0px 20px;
	border-right: 1px solid #fff;
}

.footerNav ul li:last-child {
	border: none;
}

.footerNav ul li a {
	font-size:14px;
	color: #fff;
}

.copyright {
	color: #d1d1d1;
	margin-top: 20px;
	text-align:left;
}

.copyright p {
	padding: 5px;
	font-size:13px;
	color:#fff;
}

.mgl-15{
	margin-left: 15px;
}

/*侧边栏*/

.sidebar{
	position: fixed;
	top: 500px;
	right: 0px;
}

.side{
	width: 50px;
	height: auto;
	background-color: #f6f6f6;
}

.side-box{
	text-align: center;
	padding: 4px 0;
	cursor: pointer;
}
.side-box:hover{
	background-color: #e8e8e8;
}
.side-img{
	width: 36px;
	height: 36px;
}

.side-find {
	position: fixed;
	top: 510px;
	right: 64px;
	width: auto;
	height: auto;
	border-radius: 6px;
	transform: scaleX(0);
	transform-origin:100% 0;
	transition: all 1s;
	background-color: #FFFFFF;
	border:1px solid #C3C3C3;
	z-index: 99999;
}

.side-find  .picture{
	margin: 10px;
	width: 150px;
	height: 150px;
	z-index: 1;
}
.side ul .side-box:hover .side-find{
	transform: scaleX(1);
	transform-origin:0 0;
}
