﻿@import url('Nav.css');
@charset "utf-8";
body, html {
	margin: 0 auto;
	color: #484848;
	background: #FFFFFF;
	behavior: url(focus.htc);/*[if lte IE 6*/;
	font-family: "Microsoft YaHei";
}
body div, body table {
	margin: 0 auto;
}
div, form, dl, dd, dt, ul, li {
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}
pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}
img {
	border: 0px;
}
ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
a {
	text-decoration: none;
	color: black;
	transition: all .3s ease-in-out;
}
form {
	margin: 0px;
	padding: 0px;
}
.BodyWidth {
	width: 1200px;
}
.BodyWidth .welcome {
	float: left;
	width: 600px;
	text-align: left;
	z-index: 3;
}
.BodyWidth .language {
	float: right;
	width: 600px;
	text-align: right;
	z-index: 4;
}
.totop {
	text-align: right;
	margin: 20px auto;
}
.contact {
	background-color: #2d6196;
	padding: 30px 0px;
	font-size: 14px;
	color: white;
	line-height: 30px;
	margin:0px auto;
	clear:both;
}
.contact .BodyWidth {
	display: flex;
}
.contact .BodyWidth div {
	border-left: 1px white solid;
	flex-grow: 1;
	padding-left: 80px;
}
.contact .BodyWidth div:first-child {
	border-left: 0px white solid;
}
.footer {
	background-color: #183451;
	text-align: center;
	font-size: 14px;
	color: #a9c8e8;
	padding: 10px 0;
	margin:0px auto;
	clear:both;
}
.footer a {
	color: #a9c8e8;
}
.footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
/* 内页 */
.nyCont {
	display: flex;
	width: 1200px;
	padding-top: 20px;
	justify-content: space-between;
}
.nyCont .left {
	width: 280px;
	margin: 0;
	background: url('leftbg.gif') repeat-y;
}
.nyCont .right {
	width: 900px;
	margin: 0;
}
.leftTitle1 {
	background-color: #2d6196;
	background-image: url("ico1.png");
	background-repeat: no-repeat;
	background-position: 95% center;
	padding: 20px;
	font-size: 18px;
	color: white;
}
.leftTitle2 {
	background-color: #2d6196;
	background-image: url("ico2.png");
	background-repeat: no-repeat;
	background-position: 95% center;
	padding: 20px;
	font-size: 18px;
	color: white;
}
.leftCont2 {
	padding: 20px 0px;
	font-size: 14px;
	color: #555; /*border: 1px #2d6196 solid;*/;
	line-height: 180%;
}
.ProdNav {
	border: 1px solid #2d6196;
}
.ProdNav a {
	display: block;
	padding: 10px 20px;
	font-size: 14px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom: 1px solid #2d6196;
	background-image: url("ico01.png");
	background-position: 20px center;
	background-repeat: no-repeat;
	text-indent: 20px;
}
.ProdNav a:hover {
	background-color: #2e6ead;
	color: white;
	background-image: url("ico01b.png");
}
.ProdNav ul {
	background-color: #F5F5F5;
	border: none;
	margin: 0px;
	padding: 0px 0px;
	display: none;
}
.ProdNav ul a {
	padding: 9px 30px;
	font-size: 12px;
	color: #666;
	background-image: none;
	text-indent: 20px;
}
.ProdNav ul a:hover {
	background-color: #DDD;
	color: black;
	background-image: none;
}
.ProdNav .Images, .readmore {
	display: none;
}
.maintitle {
	float: left;
	width: 860px;
	height: 50px;
	line-height: 50px;
	margin-bottom: 30px;
	margin-left: 20px;
	position: relative;
	text-align: left;
	text-indent: 50px;
	color: #336699;
	font-size: 22px;
	font-weight: bold;
	background: url('logoico.jpg') 10px 60% no-repeat;
}
.station {
	position: absolute;
	right: 0px;
	top: 50px;
	font-size: 16px;
	width: 860px;
	height: 30px;
	line-height: 30px;
	font-weight: normal;
	color: #ffffff;
	background-color: #336699;
}
.station a {
	color: #ffffff;
}
.station a:hover {
	color: #ffffff;
	border-bottom: 1px #ffffff solid;
}
.station span {
	color: #ffffff;
	display: inline-block;
	padding: 0px 10px;
}
.mainCont {
	font-size: 16px;
	line-height: 180%;
	color: #333;
	padding: 30px 20px;
	clear: both;
}
.FRight {
	float: right;
	clear: both;
	border: 1px #CCCCCC solid;
	padding: 5px;
	margin: 5px;
}
.PageName {
	display: none;
}
/* 内页文字列表 */
.Leftnews {
	margin: 0;
	padding: 0px 15px;
}
.Leftnews .Time {
	display: none;
}
.Leftnews li {
	margin: 0;
	margin-bottom: 8px;
	box-sizing: content-box;
}
.Leftnews .detail {
	display: none;
}
.Leftnews .Name {
	padding: 5px 0px;
}
.Leftnews .Name .SideTime {
	padding-left: 5px;
}
.Leftnews li a:hover {
	color: #0066CC;
	border-bottom: 1px #0066CC solid;
}
.Leftmore {
	text-align: right;
	color: #3068a9;
	border-top: 1px #0066CC solid;
}
.Leftmore a {
	color: #3068a9;
}
.Leftmore a:hover {
	color: #0066CC;
	border-bottom: 1px #0066CC solid;
}
/* 页码统计 */
.RecordTotal {
	text-align: right;
	font-size: 12px;
	color: #666;
	padding: 10px 0;
}
/* 页码条 */
.Pagination {
	text-align: center;
	font-size: 12px;
}
.Pagination a {
	display: inline-block;
	font-size: 12px;
	color: white;
	padding: 3px 10px;
	background-color: #0d2983;
	margin: 10px;
}
.Pagination a:hover {
	color: #0d2983;
	background-color: white;
}
/* 内页图标列表 */
.ContentIcoList {
	width: 860px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
}
.ContentIcoList li {
	width: 276px;
	margin: 0;
	margin-right: 10px;
	margin-bottom: 20px;
}
.ContentIcoList li .Image {
	width: 274px;
	border: 1px #919191 solid;
	overflow: hidden;
}
.ContentIcoList li .Image img {
	width: 100%;
	height: 100%;
	transition: all .5s;
}
.ContentIcoList li .Image img:hover {
	transform: scale(1.1);
}
.ContentIcoList li .ImageName {
	width: 100%;
	text-align: center;
	padding: 5px 0;
}
.ContentIcoList li .ImageName a {
	color: black;
	font-size: 14px;
}
.ContentIcoList li .Brief {
	display: none;
}
.ContentIcoList li .detail {
	display: none;
}
h4 {
	font-size: 18px;
	text-align: center;
	color: #0d2983;
	padding: 0;
	margin: 0;
}
h5 {
	font-size: 16px;
	text-align: center;
	color: #0d2983;
	padding: 0;
	margin: 0;
}
h6 {
	font-size: 16px;
	font-weight: bold;
	background-color: #e7e7e7;
	color: black;
	padding: 3px 20px;
}
/* 返回目录 */
.PageBack {
	text-align: center;
	padding: 10px 0;
}
.PageBack a {
	display: inline-block;
	font-size: 12px;
	color: white;
	padding: 3px 10px;
	background-color: #0d2983;
	margin: 10px;
	box-sizing: border-box;
}
.PageBack a:hover {
	color: #0d2983;
	background-color: white;
	border: 1px solid #0d2983;
}
.PageFrom {
	display: none;
}
.Related {
	display: none;
}
