@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	font-family: "Microsoft YaHei";
	background: #e9eaeb;
}
a {
	text-decoration: none;
	color: #03F;
}
a:hover {
	text-decoration: none;
	color: #c00;
}
::-webkit-scrollbar {
width:9px;
height:9px
}
::-webkit-scrollbar-thumb {
border-radius:6px;
background:rgba(128,128,128,.5)
}
::-webkit-scrollbar-track {
border-radius:6px;
background:0 0
}
p{ color:#000;}
.frame_fontBold {
	font-weight: bold
}
.frame_colorLight {
	color: #225592;
}
.frame_can {
	width: 1080px;
	margin: 0 auto;
	overflow: hidden;
*zoom:1;
}
.frame_head {
	background-color: #335883;
	min-width: 1080px;
}
.frame_logo {
	float: left;
	background: url(../img/home/logo.png) no-repeat;
	background-size: 84px 22px;
	width: 84px;
	height: 22px;
	margin-top: 4px;
}
.frame_operation {
	float: right;
	height: 31px;
	line-height: 31px;
	font-size: 12px;
}
.frame_operation a {
	border-left: 1px solid #fff;
	margin-left: 7px;
	padding-left: 7px;
	color: #fff;
	text-decoration: none;
}
.frame_operation a:hover {
	text-decoration: underline;
}
.frame_operation_help {
	border-left: none !important;
}
.frame_title {
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #335883;
	background-color: #FFFFFF;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.10);
	text-align: center;
	margin: 0;
	padding: 0;
}
.frame_cntWrap {
	width: 1080px;
	margin: 24px auto 37px;
	background-color: #FFFFFF;
	overflow: hidden;
	border-radius: 4px;
	box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.15);
}
.frame_cnt {
	padding: 40px 60px;
	line-height: 1.57;
	font-size: 14px;
}
.frame_cnt_section {
	margin-bottom: 20px;
}
.frame_cnt_title {
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0;
}
.frame_cnt_company {
	text-align: right;
	font-weight: bold;
	margin-top: 30px;
}
.frame_foot {
	text-align: center;
	padding-bottom: 23px;
	color: #9E9E9E;
	font-size: 12px;
}
.frame_foot_nav {
	margin-bottom: 2px;
	line-height: 1.08;
}
.frame_foot_nav_item {
	text-decoration: none;
	color: #9E9E9E;
}
.frame_foot_nav_item:hover {
	text-decoration: underline;
}
.frame_foot_nav_itemDep {
	margin: 0 7px;
}
.frame_foot_copyright {
	line-height: 1.08;
	margin: 0;
}
.MsoNormal {
	font-size: 14px;
}
.MsoNormal span {
	font-size: 18px;
}
.MsoNormal em {
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
}
 @media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio:2) {
.frame_logo {
	background-image: url(../img/home/logo.png);
}
}
