@charset "utf-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, img {
	padding: 0;
	margin: 0;
	font-size: 18px;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, th, var, i {
	font-weight: normal;
	font-style: normal;
}
ol, ul, li {
	list-style: none;
}
div, dl, dt, dd, ol, ul, li {
	zoom: 1;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
/* Public */
html {
	width: 100%;
}
body {
	width: 100%;
	-webkit-text-size-adjust: none;
	font-family: "Microsoft YaHei", Arial;
	font-size: 14px;
}
a {
	color: #000;
	text-decoration: none;
	outline: none;
}
.fl {
	float: left !important;
}
.fr {
	float: right !important;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.cl {
	height: 0;
	clear: both;
}
/*  ************  */
.main {
	width: 1200px;
	border-radius: 10px;
	margin: auto;
}
.PageTop {
	margin-top: 5px;
	-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.30);
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.30);
}
.PageTop > img {
	border-radius: 10px;
}
.Pagecol {
	margin-top: 25px;
}
.MenuBox {
	background-color: #F5F5F5;
	border-radius: 8px;
	padding: 18px;
	line-height: 45px;
}
.MenuLeft {
	float: left;
	width: 380px;
}
.MenuLeft>a {
    display: block;
	float: left;
    width: 200px;
    text-align: center;
    border-radius: 25px;
    border: 1px solid #1984bf;
	background-color: #FFFFFF;
	color: #1984bf;
}
.MenuLeft .Aline {
	float: left;
    width: 178px;
	height: 22px;
    border-color: #1984bf;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
}
.MenuLeft>p {
    float: left;
    width: 320px;
    padding: 30px;
    line-height: 25px;
    font-size: 15px;
    color: #3D6277;
    text-indent: 30px;
}
.MenuRight {
    float: left;
    width: 750px;
    padding-left: 30px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-left: 1px solid #1984bf;
}
.MenuRight>a {
    display: block;
	width: 330px;
    float: left;
    text-align: center;
    border-radius: 25px;    
    margin-right: 30px;
    margin-bottom: 20px;
}
.MenuA>a {
	border: 1px solid #004b72;
	background-color: #D8F7FF;
}
.MenuA>a:hover {
	color: #FFFFFF;
	background-color: #004b72;
}
.MenuBox.Menu4>.MenuLeft>a {
	width: 300px;
}
.MenuBox.Menu4>.MenuLeft>.Aline {
	width: 78px;
}