*, :after, :before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: inherit;
    list-style: none;
    text-decoration: none;
    font-style: normal;
    font-weight: inherit;
}

html {
    min-height: 100vh;
    width: 100%;
}

body {
    min-height: 100vh;
    width: 100%;
    margin: 0;
	background:  center top no-repeat #fdfdfe;
}

.page-area {
    background: #f2f2f2;
    width: 1100px;
    margin: 0 auto;
    padding: 0 36px 50px;
}

.page-search {
    height: 218px;
    position: relative;
}

.page-search:before,
.page-search:after {
    content: '';
    width: 240px;
    height: 1px;
    position: absolute;
    display: block;
    background: #dcdcdc;
    top: 50%;
    left: 0;
}

.page-search:after {
    right: 0;
    left: auto;
}

.page-search .page-input {
    width: 510px;
    background: #fff;
    border: solid 1px #2d66a5;
    height: 50px;
    border-radius: 9px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -255px;
}

.page-search .page-input input {
    border: none;
    background: none;
    width: 460px;
    height: 48px;
    float: left;
    outline: none;
    padding: 0 10px;
    font-size: 14px;
    line-height: 48px;
}

.page-search .page-input button {
	margin-top:-47px;
    height: 48px;
    float: left;
    border: none;
    width: 48px;
    outline: none;
    background: none;
    background:  center no-repeat;
    font-size: 0;
}

.page-nav {
    float: left;
    width: 240px;
}

.page-nav > ul {
}

.page-nav > ul > li {
    margin-bottom: 15px;
}

.page-nav > ul > li > div {
    background: #fff;
    height: 70px;
    padding-left: 10px;
}

.page-nav > ul > li > div.active {
    background: #2d66a5;
}

.page-nav > ul > li > div.active b {
    color: #fff;
}

.page-nav > ul > li > div.active .more:before,
.page-nav > ul > li > div.active .more:after {
    background: #fff;
}

.page-nav > ul > li > div img {
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    /* background: rgba(15, 106, 187, 0.5); */
    margin: 10px;
    border-radius: 8px;
}

.page-nav > ul > li > div img.white {
    display: none;
}

.page-nav > ul > li > div img.blue {
    display: block;
}

.page-nav > ul > li > div.active img.white {
    display: block
}

.page-nav > ul > li > div.active img.blue {
    display: none
}

.page-nav > ul > li > div b {
    font-size: 23px;
    width: 100px;
    display: block;
    float: left;
    line-height: 25px;
    padding: 10px 0;
    color: #2d66a5;
}

.page-nav > ul > li > div .more {
    width: 40px;
    height: 70px;
    float: right;
    position: relative;
}

.page-nav > ul > li > div .more:before, .page-nav > ul > li > div .more:after {
    content: '';
    display: block;
    width: 2px;
    height: 20px;
    top: 50%;
    left: 50%;
    margin: -10px -1px;
    background: #2d66a5;
    position: absolute;
}

.page-nav > ul > li > div .more:after {
    width: 20px;
    height: 2px;
    margin: -1px -10px;
}

.page-nav > ul > li > ul {
    text-align: center;
    background: #fff;
    padding: 20px 0;
    line-height: 32px;
    display: none;
	max-height: 300px;
	overflow-y: auto;
}

.page-nav > ul > li > ul.active {
    display: block;
}

.page-nav > ul > li > ul > li {
    font-size: 0;
    color: #333; 
	text-align: left;
	position: relative;
	cursor: pointer;
}
.page-nav > ul > li > ul > li.active a {
	color: #2d66a5;
	font-weight: bold;
}
.page-nav > ul > li > ul > li.active {background: #e7f5fe;}
.page-nav > ul > li > ul > div {display: none; text-align: left;}
.page-nav > ul > li > ul > div.active {display: block;}
.page-nav > ul > li > ul > div a {padding-left: 55px; display: block; cursor: pointer; font-size: 14px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.page-nav > ul > li > ul > div a:hover,.page-nav > ul > li > ul > div a.active {
    color: #2d66a5;
    font-weight: bolder;
    background: #e7f5fe;}

.page-nav > ul > li > ul > li.you:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #333;
    vertical-align: middle;
    margin-right: 5px;
    border-radius: 100px;
	position: absolute;
	left: 30px;
	top: 13px;
}

.page-nav > ul > li > ul > li:hover {

    color: #2d66a5;

    font-weight: bolder;

    background: #e7f5fe;
}

.page-nav > ul > li > ul li:before {

}

.page-nav > ul > li > ul > li a {
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
	text-align: left;
	margin-left: 40px;
	line-height: 20px;
	padding: 6px 20px 6px 0;
}

.page-nav > ul > li > ul > li > ul {
    background: #fff;
}

.page-nav > ul > li > ul > li > ul > li {
    padding-left: 30px;
    font-weight: normal;
}

.page-nav > ul > li > ul > li > ul > li:hover {
    background: #e7f5fe;
    font-weight: bold;
}

.page-nav > ul > li > ul > li > ul > li a {
	margin-left: 36px;
	color: #666;
	font-size: 14px;
}
.page-nav > ul > li > ul > li > ul > li:hover a {
	color: #2d66a5;
}

.page-container {
	height:1172px;
    margin-left: 258px;
    background: #fff;
}

.page-container .page-info {
    padding: 0 20px 35px;
}

.page-container .page-info .page-title {
    text-align: center;
    line-height: 40px;
    font-size: 32px;
	font-weight: bold;
    color: #2d66a5;
    padding: 40px 0 10px;
}

.page-container .page-info p {
    color: #333;
    /* font-size: 16px; */
    line-height: 30px;
    text-indent: 0em;
    
}

.page-container .page-info h4 {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin: 35px 0;
}

.page-container .page-info h5 {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin: 0;
    line-height: 34px;
}

.page-container .page-list {
	/*height: 1130px;
	overflow-y:scroll;*/
	padding-bottom: 35px;
}

.page-container .page-list .page-title {
    font-size: 16px;
    height: 35px;
    border-bottom: solid 1px #dcdcdc;
    margin-bottom: 10px;
}

.page-container .page-list .page-title b {
    background: #2d66a5;
    line-height: 35px;
    display: block;
    float: left;
	min-width: 140px;
	text-align: center;
	font-weight: bold;
    color: #fff;
}

.page-container .page-list .page-title b a {color: #fff;}

.page-container .page-list ul {
	margin: 0 20px;
}

.page-container .page-list ul li {
    padding: 16px 10px;
}

.page-container .page-list ul li a {
}

.page-container .page-list ul li b {
    font-size: 16px;
    line-height: 24px;
    color: #333;
}

.page-container .page-list ul li span {
    font-size: 16px;
    line-height: 20px;
    color: #999999;
    display: inline-block;
	float:right;
}

.page-container .page-more {
    padding: 20px;
    text-align: center;
    font-size: 16px;
}

.page-container .page-more span {
    background: #e6e6e6;
    line-height: 30px;
    height: 30px;
    display: block;
    width: 100px;
    font-size: 14px;
    text-align: center;
}




.page-banner {width: 100%; min-width: 1100px; height: 365px; padding-top: 45px; text-align: right; font-size: 16px; color: #fff; line-height: 25px;}
.page-banner .banner-wrap {width: 1100px; margin: 0 auto; position: relative;}
.page-banner .banner-wrap > a {color: #fff; font-size: 16px; margin: 0 15px;}
.page-banner .banner-wrap > a:hover {text-decoration: underline;}
.page-banner .logo {background: url(/uploads/image/sgazimages/2006151636039548845.png) no-repeat left center; height: 76px; padding-left: 90px; font-size: 35pt; color: #fff; line-height: 76px; text-align: left;}
.page-banner .logo a {color: #fff;}

.page-nav-wrap {width: 1100px; height: 50px; line-height: 50px; margin: 0 auto; background: #21a3e6; display:table;}
.page-nav-wrap li {display:table-cell; width:1%; white-space:nowrap; text-align:center; position: relative;}
.page-nav-wrap li:before {content:''; position: absolute; top: 11px; left: -1px; height: 28px; width: 1px; background: #fff;}
.page-nav-wrap li:first-child:before,.page-nav-wrap li:hover:before {display: none;}
.page-nav-wrap li a {width: 100%; height: 50px; color: #fff; font-size: 18px; font-weight: bold; display: block;}
.page-nav-wrap li a:hover {background: #fff; color: #21a3e6;}



.page-table001 {padding: 0 30px 30px;}
.page-table001 table {table-layout: fixed; border-collapse:collapse; border-spacing:0; background: #fff;}
.page-table001 table td{margin:0; border-collapse:collapse; border-spacing:0; line-height:24px; padding:13px 20px; border:1px solid #e5e5e5; font-size:16px; color: #333;}/*2016-09-12*/
.page-table001 table tr:nth-child(2n-1),.page-table001 table tr:hover {background: #f8f8f8;}
.page-table001 table td a {font-size: 16px; color: #333;}
.page-table001 table td a:hover {color: #2d66a5;}




.page-banner .banner-wrap .neir {text-align:right; line-height:30px; font-size: 16px; color:#fff; padding-right: 15px;}
.page-banner .banner-wrap .neir a {color:#fff;  margin: 0 5px;}
.page-banner .banner-wrap .neir a:hover {color:#fff;}
.page-banner .banner-wrap .neir i {font-size: 20px;}
.page-banner .banner-wrap .neir a.icon {width: 30px; display: inline-block; height: 30px; margin: 0; position: relative;}
.page-banner .banner-wrap .neir a.icon .erwei {display:none;}
.page-banner .banner-wrap .neir a.icon:hover .erwei {width:125px; height:113px; position:absolute; top:30px; right:0; display:block;}



.page1-time{
	text-align: center;
    height: 60px;
    border-bottom: 1px dashed #dcdcdc;
    line-height: 30px;
    color: #666;
    margin-bottom: 40px;
}
.fl{ float:left;}
.fr{ float:right;}
.page1-time * {font-size: 15px;}

#zoom strong{font-weight: bold;}

.normal-list,.normal-list *{ list-style:none; padding:0; margin:0; box-sizing:border-box;}
.normal-list{ overflow:hidden;border-top:rgb(229,229,229) solid 0px; border-left:rgb(229,229,229) solid 1px;}
.normal-list li{ width:33.33%; float:left; line-height:30px; padding:10px;border-top:rgb(229,229,229) solid 1px; border-right:rgb(229,229,229) solid 1px; border-bottom:rgb(229,229,229) solid 1px;}
.normal-list li:nth-child(6n),
.normal-list li:nth-child(6n-1),
.normal-list li:nth-child(6n-2){ background:rgb(248,248,248);}
.normal-list li a{ text-decoration:none; color:black; display:block; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}

.zfxxgk-ico-wrap {font-size: 0; margin-bottom: 15px;}
.zfxxgk-ico-wrap li {width: 14.28%; display: inline-block; vertical-align: top; padding: 5px;}
.zfxxgk-ico-wrap li a {width: 100%; height: 115px; display: block; border: 1px solid #cfeaff; background: #f1f9ff; border-radius: 3px; padding-top: 5px;}
.zfxxgk-ico-wrap li a i {width: 60px; height: 60px; display: block; margin: 0 auto; color: #2e77cb; font-size: 45px; text-align: center; line-height: 60px;}
.zfxxgk-ico-wrap li a p {height: 40px; line-height: 40px; text-align: center; padding: 0 1px;}
.zfxxgk-ico-wrap li a p span {display: inline-block; color: #205ebc; font-size: 16px; line-height: 20px; vertical-align: middle;}
.zfxxgk-ico-wrap li a p span.fs12 {font-size: 12px;}
.zfxxgk-ico-wrap li a:hover {border: 1px solid #2e77cb; background: #2e77cb;}
.zfxxgk-ico-wrap li a:hover {opacity: 0.8;filter:alpha(opacity=80);}
.zfxxgk-ico-wrap li a:hover i {color: #fff;}
.zfxxgk-ico-wrap li a:hover p span {color: #fff;}


.zfxxgk-font{font-size: 100px;text-align: center;font-weight: bold;color: #fff;text-shadow: 0 5px 10px rgba(0, 0, 0, 0.253);margin-top: 35px;}
.zfxxgk-font{position: relative;height: 132px;line-height: 132px;}
.zfxxgk-font:before{width: 488px;height: 2px;content:'';position: absolute;bottom: -5px;left: 50%;background: #ffffff;margin-left: -95px;}


@font-face {font-family: "iconfont";
  src: ; /* ie9*/
  src:  format('embedded-opentype'), /* ie6-ie8 */
   format('woff'), /* chrome, firefox */
   format('truetype'), /* chrome, firefox, opera, safari, android, ios 4.2 */
   format('svg'); /* ios 4.1- */
  font-weight: normal;
  font-style: normal;
}


