﻿@charset "utf-8";
html,
body {
	width: 100%;
	/* min-width: 1200px; */
}

body::-webkit-scrollbar {
	width: 4px;
	/*height: 4px;*/
}

body::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.2);
}

body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}
.header {
	width: 100%;
	min-width: 1250px;
	height: 129px;
	background-color: #fff;
	border-top: 4px solid #1157a5;
	position: relative;
}

.box1 {
	width: 1200px;
	margin: 0 auto;
}

.logo {
	margin-top: 26px;
	margin-left: 10px;
	width: 331px;
}

.header_right {
	padding-top: 35px;
	font-size: 12px;
	line-height: 32px;
	text-align: right;
}

.header_right a {
	margin: 0 5px;
}

.login a {

	color: #1157a5;
}

.nav,
.nav a {
	display: inline-block;
	color: #333;
}

.nav a:hover {
	color: #1157a5;
}

.minnav {
	position: absolute;
	top: 0;
	left: 0;
	/* display: none; */
}

.minnav ul li:hover {
	background: turquoise;
}

.minnav ul {
	position: relative;
}

.xxx {
	position: absolute;
	right: 30px;
	top: -17px;
	font-size: 30px;
	color: #ffffff;
}


.titleimg {
	position: absolute;
	top: 10px;
	right: 20px;
	display: none;
}

.nodis {
	/* display: none; */
	transform: translateY(-100%);
	transition: all .5s ease;
}

.boldis {
	/* display: block; */
	outline: none;
	transform: translateY(0px);
	transition: all .5s ease;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "微软雅黑";
	font-size: 18px;
}
img {
	border:0;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #900;
}
.baise {
	color:#FFF;
	font-size: 18px;
}
.title {
	font-weight: bolder;
	color: #0B3D7C;
	font-size: 24px;
	text-decoration: none;
}
.title1 {
	font-weight: bolder;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
}