
body {
	
	margin: 0 auto;
	padding: 0px 0px;
	background-color: #F0F0F0;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	font-weight: normal
}


.home_body_Container {
	
	min-width: 1100px;
	margin: 0px auto;
	background-color: #F0F0F0;
	overflow: hidden;
	padding: 0 0px;
}

.body_Container {
	width: 1100px;
	min-width: 1100px;
	margin: 0px auto;
	background-color: #F0F0F0;
	overflow: hidden;
	padding: 0 0px;
}

.home-first-page {
	
	height: 800px;
	min-height: 600px;
	
	background-size: cover;
	margin: 0 auto;
}

.top-blank {
	width: 1100px;
	height: 20px;
	filter: alpha(opacity=0);
	
	-moz-opacity: 0.0;
	
	opacity: 0.0;
	
}

.center-blank {
	width: 1100px;
	height: 400px;
	filter: alpha(opacity=0);
	
	-moz-opacity: 0.0;
	
	opacity: 0.0;
	
}

.headerContainer {
	width: 1100px;
	
	min-width: 1100px;
	color: #FFF;
	
	user-select: none;
	background-color: #FFFFFF;
	
	margin: 0 auto;
	
}

.headerContainer_bg {
	width: 100%;
	height: 60px;
	color: #FFF;
	line-height: 60px;
	user-select: none;
	background-color: #F0F0F0;
	filter: alpha(opacity=10);
	
	-moz-opacity: 0.1;
	
	opacity: 0.1;
	
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
}


.logo {
	width: 100%;
	overflow: hidden;
}



.navContainer {
	background-color: #F0F0F0;
	z-index: 1;
	position: relative;
	width: 1100px;
	min-width: 1100px;
	margin: 0 auto;
	
	height: auto;
	display: block;
}

.service-in-common-use-container {
	width: 1100px;
	height: 0px;
	background-color: #F0F0F0;
	margin: 0 auto;
	display: block;
	text-align: center;

}

.service-in-common-use-container a:link {
	color: #0c86d3;
	font-size: 14px;
}


.service-in-common-use-container a:visited {
	color: #0c86d3;
}


.service-in-common-use-container a:hover {
	color: #0c86d3;
}


.service-in-common-use-container a:active {
	color: #0c86d3;
}

.home-second-page {
	width: 1100px;
	min-width: 1100px;
	margin: 0 auto;
}

.mainContainer {
	float: left;
	overflow: hidden;
	width: 1100px;
	min-width: 1100px;
	min-height: 330px;
	background-color: #F0F0F0;
	margin: 0 auto;
	display: inline-block;
}


.footerContainer {
	
	width: 1100px;
	min-width: 1100px;
	font-size: 12px;
	line-height: 20px;
	background-color: #F0F0F0;
	text-align: center;
	color: #000000;
	margin: 0 auto;
	margin-bottom: 15px;
}

.footer-first-row {
	display: block;
	width: 1100px;
	height: 100px;
}

.footer-second-row {
	display: block;
	width: 1100px;
	height: 40px;
}


.footer-yqlj {
	width: 850px;
	min-width: 850px;
	margin: 20px auto;
	float: left;
	display: inline-block;
}

.yqlj-row {
	display: block;
	margin: 0px 90px;
	padding: 0px 0px;
	float: left;
	background-color: #F0F0F0;
	
}

.yqlj-title {
	display: block;
	
	
	width: 910px;
	height: 20px;
	color: #0C86D3;
	border-bottom: 2px solid #0C86D3;
	padding: 5px 0 5px 0;
	margin: 0px 90px;
	font-size: 18px;
	float: left;
	text-align: center;
	background-color: #F0F0F0;
}

.yqlj-link {
	display: inline-block;
	float: left;
	width: 140px;
	height: 20px;
	
	padding: 0px 10px;
	margin: 5px auto;
	text-align: center;
	
}

.yqlj-link a:link,
.yqlj-link a:visited,
.yqlj-link a:hover,
.yqlj-link a:active {
	color: #0C86D3;
	font-size: 14px;
}




.footer-wx {
	position: relative;
	width: 250px;
	min-width: 250px;
	margin: 0 auto;
	float: left;
	display: inline-block;
}

.footer-wx .wx {
	margin: 0px 0px;
	display: inline-block;
	position: absolute;
	left: 15px;
}

.footer-wx .wx img {
	
	width: 80px;
	height: 80px;
}




.footerContainer a:link {
	color: #0c86d3;
}

.footerContainer a:visited {
	color: #0c86d3;
}

.footerContainer a:hover {
	color: #0c86d3;
}

.footerContainer a:active {
	color: #ffd7ac;
}




.home-background {
	width: 100%;
	
	background-color: #737383;
}

.homepage-pic-links {
	display: inline-block;
	width: 1000px;
	height: auto;
	
	margin: 0px auto;
	filter: alpha(opacity=80);
	
	-moz-opacity: 0.8;
	
	opacity: 0.8;
	
}

.pic-link-row {
	display: block;
	margin: 0px 0px 0px 90px;
	padding: 0px 0px;
	float: left;
	background-color: #F0F0F0;
	
}

.pic-link {
	display: inline-block;
	float: left;
	width: 80px;
	height: 50px;
	
	padding: 0px 25px;
	margin: 5px auto;
	
}

.pic-link img {
	width: 28px;
	height: 33px;
}

.pic-link a:link {
	font-size: 12px;
}


.bottomList {
	padding: 0px 0 10px 0;
	margin: 0;
	overflow: hidden;
}

.bottomList li {
	margin-left: 10px;
	padding: 3px 0;
	overflow: hidden;
	cursor: pointer;
}

.bottomList li:hover {
	color: #FFF;
}


.tsgwx-bottom-right {
	display: inline-block;
	width: auto;
	height: auto;
	padding: 0px 0px;
	background-color: #F0F0F0;
}

.tsgwx-bottom-right img {
	display: block;
	margin: 0px auto;
	width: 80px;
	height: 80px;
}




.lmdh-UL {
	font-size: 14px;
	margin: 0;
	padding: 10px;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}

.lmdh-UL li {
	border-bottom: 1px solid #efefef;
	padding: 7px 10px;
	list-style: none;
	color: #333;
}

.lmdh-UL li img {
	margin-right: 3px;
	width: 14px;
	height: 14px;
}

.lmdh-UL li:hover {
	color: #0c86d3;
	background-color: #efefef;
	font-weight: bold;
}

.lmdh-title {
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	background-color: #007DDB;
	color: #FFFFFF;
	text-align: center;
}




.lm-path {
	border-left: 5px solid #67c9f0;
	border-bottom: 1px solid #67c9f0;
	padding: 8px;
	font-size: 16px;
	font-weight: bold;
	color: #666;
}

.smllPanel-title {
	background-color: #007DDB;
	color: #fff;
	padding: 8px;
	font-size: 14px;
	font-weight: bold;
}

.smllPanel-content {
	margin: auto;
	min-width: 100%;
}

.smllPanel-title img {
	padding: 10px;
	margin-top: -5px;
}


.smllleft {
	width: 30%;
	float: left;
	overflow: hidden;
	text-align: center;
}

.smllleft img {
	width: 90%;
	border-radius: 5px;
}

.smallPanel {
	width: 48%;
	float: left;
	overflow: hidden;
	margin-left: 1%;
	margin-top: 1%;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}

.sq-lm-container {
	margin: 3px;
	overflow: hidden;
	padding: 5px;
}

.homePanel {
	margin: 5px auto;
	padding: 5px 0;
	overflow: hidden;
	border-width: 1px;
	border-color: #efefef;
}

.smllp1 {
	font-size: 14px;
	font-weight: bold;
	color: #555;
	padding: 5px;
}

.smllp2 {
	font-size: 13px;
	font-weight: bold;
	font-weight: normal;
	color: #888;
	padding: 5px;
}

.smllp3 {
	text-align: right;
	font-size: 12px;
	padding: 0 10px;
}

.details {
	cursor: pointer;
	padding: 5px 10px;
	background-color: #007DDB;
	color: #fff;
	border-radius: 3px;
}

.details a {
	color: #FFFFFF;
}

.details:hover,
.details a:hover {
	background-color: #3D49A5;
	color: #FFFFFF;
}

.more {
	cursor: pointer;
	padding: 5px 10px;
	background-color: #007DDB;
	color: #fff;
	border-radius: 3px;
	margin: 0 10px;
}

.more a {
	color: #FFFFFF;
}

.more a:hover {
	background-color: #3D49A5;
	color: #FFFFFF;
}

.articleListUL {
	padding: 0 10px;
}

.articleListUL li {
	list-style: none;
	padding: 8px 0;
	font-size: 12px;
	border-bottom: 1px solid #efefef;
	transition: all 0.3s;
	color: #444;
}

.articleListUL li:hover {
	background-color: #efefef;
}

.ArticlTitle h1 {
	text-shadow: 3px 3px 3px grey;
}

.lmTitle-sun {
	border-left: 5px solid #67c9f0;
	border-bottom: 1px solid #67c9f0;
	background-color: #1C5EA3;
	padding: 8px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}

.classifyUL {
	border: 1px solid #1C5EA3;
	border-radius: 5px;
	padding: 10px;
	font-size: 12px;
	margin-top: 5px;
}

.classifyUL a:link {
	color: #444;
}


.classifyUL a:visited {
	color: #444;
}


.classifyUL a:hover {
	color: #222222;
}


.classifyUL a:active {
	color: #ffd7ac;
}


.classifyUL a {
	margin: 5px;
	display: inline-block;
	text-decoration: none;
	background-color: #eccfbb;
	padding: 5px 10px;
	border-radius: 3px;
}

.classifyUL a:hover {
	background-color: #e47f12;
}

.headLine {
	background-color: #fff4e9;
	margin: 5px;
	border: 2px solid #67c9f0;
	border-radius: 10px;
	overflow: hidden;
	padding: 20px;
}

.headLineCon {
	padding: 4px;
}

.online-title {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 5px;
	color: #1C5EA3;
}

.online-title img {
	height: 22px;
	margin-right: 10px;
}

.online-p {
	line-height: 24px;
	padding: 10px;
	border: 1px solid #efefef;
	background-color: #efefef;
	margin-bottom: 20px;
}

.Menu_Level2 {
	height: 30px;
	width: 90%;
	margin: 5px 5px;
	padding: 3px auto;
	background: #BBE9FA;
	border-radius: 5px;
	border-style: solid;
	border-color: #8ac0c9;
	border-width: 0px;
	text-align: center;
}

.Menu_Level3 {
	height: 25px;
	width: 90%;
	margin: 5px 5px;
	padding: 3px auto;
	background: #D9EEFB;
	border-radius: 5px;
	border-style: solid;
	border-color: #a9c6c9;
	border-width: 0px;
	font-size: 14px;
	text-align: center;
}

.Menu_Level2:hover {
	background-color: #C9E8F9;
}

.Nav_Tab_Content {
	padding: 0;
}

.FPB {
	align-items: center;
	
	width: auto;
	margin: 5px 5px;
	background-color: #FFFFFF;
	font-size: 14px;
	color: #000000;
	float: ;
}

.iframeContent {
	position: relative;
	width: 99.5%;
	height: 100%;
}

table.hovertable {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #333333;
	border-width: 1px;
	border-color: #999999;
	border-collapse: collapse;
}

table.hovertable th {
	background-color: #c3dde0;
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #a9c6c9;
}

table.hovertable tr {
	background-color: #d4e3e5;
}

table.hovertable td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #a9c6c9;
}

.RoundCircleDiv {
	width: 98%;
	
	
	padding: 5px 0px;
	border-radius: 20px;
	border-style: solid;
	border-color: #a9c6c9;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#909090, direction=120, strength=4);
	-moz-box-shadow: 2px 2px 10px #909090;
	-webkit-box-shadow: 2px 2px 10px #909090;
	box-shadow: 2px 2px 10px #909090;
	
	text-align: center;
	display: inline-block;
}

.ArticleTitle {
	margin: auto;
	font-size: 20pt;
	font-family: 宋体;
	text-shadow: black 0.1em 0.1em 0.2em
}




.index_headLine {
	margin: 10px;
	height: 250px;
	border: 2px solid #67c9f0;
	border-radius: 10px;
	overflow: hidden;
	background-color: #FFF;
}

.articleListUL li {
	padding-left: 10px;
	font-size: 14px;
}

.layui-nav .layui-this:after,
.layui-nav-bar,
.layui-nav-tree .layui-nav-itemed:after {
	background-color: #FFB800;
}

.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 10px;
	list-style: none;
	background-color: #F0F0F0;
	border-radius: 4px;
}

ol.breadcrumb {
	border-bottom: 3px solid #3275D4;
	background: none;
	border-radius: 0;
	padding-top: 24px;
	padding-left: 0;
	line-height: 34px;
}

.articleListUL .views-row {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 5px;
}

.articleListUL .views-row .views-field-date {
	padding-right: 32px;
	border-right: 1px solid #1353bd;
	margin-right: 32px;
}

.news-articl-title {
	margin: 20px auto;
	text-align: center;
	color: #0C86D3;
}

.news-article-info {
	margin: 10px auto;
	text-align: center;
	color: #666666;
}

.news-article-content {
	
}

.news-article-attachment {
	margin: 10px auto;
	text-align: left;
	color: #666666;
}

.infoContainer {
	border: 1px solid #efefef;
	padding: 10px;
	margin: 10px;
}

.infoTitle {
	font-weight: bold;
	text-align: center;
	color: #222;
	font-size: 20px;
	padding: 20px;
	border-bottom: 2px solid #efefef;
}

.infoContent {
	padding: 10px;
	font-size: 16px;
	line-height: 26px;
	color: #444;
}

.infoContent a:link {
	color: #1353BD;
	text-decoration: bottom;
}

.infoContent a:visited {
	color: #1353BD;
}

.infoContent a:hover {
	color: #1353BD;
}

.infoContent a:active {
	color: #1353BD;
}

.dsj-page a:link {
	color: #1353BD;
}

.dsj-page a:visited {
	color: #1353BD;
}

.dsj-page a:hover {
	color: #1353BD;
}

.dsj-page a:active {
	color: #1353BD;
}


.source-list-UL {
	width: 100%;
	min-width: 100%;
}

.source-list-UL li {
	list-style: none;
	
	font-size: 14px;
	
	
	
}

.source-row-header {
	background-color: #59CEDB;
	color: #000000;
	margin: 2px 0px;
	height: 25px;
}

.source-row-item {
	background-color: #FFFFFF;
	color: #000000;
	margin: 0px 0px;
	height: 25px;
}

.source-row-item:hover {
	background-color: #C2EFFA;
}

.source-field-name {
	position: relative;
	width: 50%;
	display: inline-block;
	text-align: left;
}

.source-field-pos {
	position: relative;
	width: 15%;
	display: inline-block;
	text-align: center;
}

.source-field-usetype {
	position: relative;
	width: 15%;
	display: inline-block;
	text-align: center;
}

.source-field-nettype {
	position: relative;
	width: 15%;
	display: inline-block;
	text-align: center;
}






.list-page {
	width: auto;
	height: auto;
	margin: 0 185px;
	background-color: #F0F0F0;
	text-align: center;
	
	display: inline-block;
}

.blue,
.blue:visited {
	width: 60px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	float: left;
	text-align: center;
	
	color: #FFFFFF;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top, #00adee, #0078a5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}

.blue:hover {
	color: #FFFFFF;
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top, #0095cc, #00678e);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}

.blue:active {
	color: #FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top, #0078a5, #00adee);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}

.list-page span {
	padding-left: 5px;
	padding-right: 5px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	float: left;
	text-align: center;
	color: #000000;
}

.list-page select {
	width: 60px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	float: left;
	text-align: center;
	color: #000000;
}




.gsfm {
	display: inline-block;
	margin: 0 auto;
	width: 100%;
	
	text-align: center;
}

.gsfm a {
	margin: 0 auto;
	padding: 25px 35px;
	font-size: 30px;
	
	display: inline-block;
}

.gsfm a:link,
.gsfm a:visited,
.gsfm a:hover,
.gsfm a:active {
	color: #FFFFFF;
}

.button-green {
	background: #428739;
	background: -webkit-gradient(linear, left top, left bottom, from(#c8dd95), to(#428739));
	background: -moz-linear-gradient(-90deg, #c8dd95, #428739);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#c8dd95', EndColorStr='#428739');
}

.button-green:hover {
	background: #c8dd95;
	background: -webkit-gradient(linear, left top, left bottom, from(#428739), to(#c8dd95));
	background: -moz-linear-gradient(-90deg, #428739, #c8dd95);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#428739', EndColorStr='#c8dd95');
}


