body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, table, th, td {
	margin:0;padding:0;}
address, caption, cite, code, dfn, em, th, var {font-style:normal;}
ul, li {list-style-type:none;}
img {border:none;}
input, textarea, select {font-family:inherit;font-weight:inherit;vertical-align:middle;}
input,select{vertical-align:middle; height:18px;line-height:18px;} 
body{background: #fff;color: #333;font: 12px '宋体', Arial, Helvetica, sans-serif;}
a {color: #345292;text-decoration:none;cursor: pointer;}
a:hover {color: #cc0000;text-decoration:none;}
.clear,.clear_all  {clear:both;}
.clear_all  {height:0px;line-height:0px;font-size:0px;}
.clear:after,.clear_all:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.cursor{ cursor:pointer;}
.left {float:left;}
.right {float:right;}
.overflow{ overflow:hidden;}

/*  2020-5-28  郝冀轩修改
    页面布局，中间内容左右空出来*/
.page{width:1200px; margin:auto;min-height:647px}



#top
{
    width:100%;
	min-height:900px;min-width:1220px;
    background:#fff url(../index/202206/W020220627515684439931.png) center 0px no-repeat;
	position: absolute;
    z-index: -100;
    top: 0px;
}

.meunli{background-color: #4575d7}

.menu{ position : relative; width:100%;height:40px;margin-top:10px;background-color:#1e539c;min-width:1063px;}
.menu .menusy{width:85px;height:59px;line-height:59px;margin:0 auto;text-align:center;float:left;}
.menu .menusy a:link,.menu .menusy a:visited{color:#fff;font-size:18px;font-weight:bold;text-decoration:none;}
.menu .menusy a:hover,.menu .menusy a:active{text-decoration:underline;cursor:hand;}
.menu ul{width:1063px;height:42px;list-style-type:none;margin:auto;}
.menu ul li{width:87px;height:40px;line-height:40px;text-align:center;float:left;margin-left:15px;margin-right:15px}
.menu ul li a:link,.menu ul li a:visited{color:#fff;font-family: "微软雅黑";font-size:16px;text-decoration:none;}
.menu ul li a:hover,.menu ul li a:active{text-decoration:underline;cursor:hand;}

.wrapper{width:1200px;height:auto;margin:0 auto;padding:0px;min-height: 208px;}

.articlenav{width:1200px;height:30px;line-height:30px;margin-top:15px;float:left;}
.articlenav a:link,.articlenav a:visited{color:#000;}
.articlenav a:hover,.articlenav a:active{color:#cc0000;text-decoration:underline;}
.content{width:1200px;height:auto;margin-top:10px;float:left;}
.content .title{width:1200px;height:auto;margin-top:10px;}
.content .title h2{width:1200px;min-height:40px;line-height:45px;font-size:22px;text-align:center;margin:0px auto;color:#1948A4;font-family: "微软雅黑";background-color:#D7DFEB}
.content .fbtime{width:1200px;height:35px;line-height:30px;text-align:center;float:left; background-color:#D7DFEB}
.content .mainContent{width:1140px;padding:30px;height:auto;line-height:180%; font-size:14px;margin-top:10px;float:left;word-break:normal;word-wrap:break-word;background-color:white}
.content .page{width:100%;float:left;text-align:center;margin-top:30px;margin-bottom:10px;}
.content .page .pagecss{width:100%;}
.content .page .pagecss a{height:13px;line-height:13px;padding-left:6px;padding-right:6px; padding-top:3px;padding-bottom:3px; border:1px solid #c3c3c3;}
.content .page .pagecss em{height:20px;padding:3px 0 3px 5px;}
.content .page .pagecss b a{border:0px;}
/*文章页底部*/
.divbot{width:100%;height:auto;float:left;}
.bottomhx{width:100%;border-top:2px solid #00abb2;height:0px;margin-top:15px;float:left;}
.bottominfo{width:550px;height:150px;margin:0 auto;margin-top:10px;margin-top:0!important;}
.bottominfo p{width:100%;height:25px;line-height:25px;text-align:center;color:#277d7e;font-size:12px;float:left;}
.bottominfo p a:link,.bottominfo p a:visited{color:#277d7e;text-decoration:none;}
.bottominfo p a:hover,.bottominfo p a:active{text-decoration:underline;}
.foottitle{
	font-weight:bold;
	padding:30px;
	margin-top:20px;
	text-align:center;
}



/*2020-5-28  郝冀轩修改
    最下面页尾的样式
*/
.foot{
	width: 100%;min-width:1063px;
    background-color: #29344B;
    color: white;
	height:110px;
    margin-top:138px;
}
/*
    如果没有滚动条，则底部在最下面。
*/
.footfudong{
    position:fixed; left:0px; bottom:0px;
}
.footContent{
	width: 550px;
    margin: 0 auto;padding: 20px;
}
.footContent p{
	width: 100%;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 12px;
    float: left;
}
.foot a{
	color:white;
}
.footContent img{
	width: 30px;
    vertical-align:middle;
}