﻿/*==== 全局 ====*/
* {
	margin: 0;
	padding: 0;
}
* html body {
	overflow: visible;
}
body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, tr, td, dl, dt, dd, img, div {
	margin: 0;
	padding: 0;
}

/*html, body, form {
	height: 100%;
}*/
html, body  {
    height: 100%;
}
body {
	font-family: "Microsoft YaHei";
	font-size: 12px;
	color: #404040;
	line-height: 150%;
	background: #f2f2f2;
}
img {
	border: 0;
	vertical-align: top;
}
a {
	color: #404040;
	text-decoration: none;
}
a:hover {
	color: #0068b7;
	text-decoration: underline;
}
ul {
	list-style: none;
}
input, select, label, button, textarea {
	font-size: 12px;
	vertical-align: middle;
}
input.txt, textarea, select {
	padding: 6px;
	border: 1px solid #bbbfbf;
	background-color: #fafafa;
}
select {
	padding: 3px 6px;
}
input.btn {
	cursor: pointer;
	font-size: 12px;
	line-height: 26px;
	color: #ffffff;
	text-align: center;
	width: 100px;
	height: 28px;
	border: 1px solid #2c97e8;
	background: #72b3e5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.clearfix:after {
	content: ".";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.clearfix {
 *zoom: 1;
}
.hide {
	display: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.al {
	text-align: left;
}
.ac {
	text-align: center;
}
.ar {
	text-align: right;
}

/*==== 布局 ====*/
/* 总框架 */
#wrapper {
	min-width: 1190px;
	min-height: 100%;
 	_width:expression((document.documentElement.clientWidth||document.body.clientWidth)<1004?"1090px":"");
	_height: 100%;
}

/* 头部 */
#topLinksWrapper {
	height: 39px;
	border-bottom: 1px solid #d3d3d3;
	background-color: #f2f1f1;
}

#topLinks {
	width: 1190px;
	height: 39px;
	margin: 0 auto;
	overflow: hidden;
}

.infoBox1 {
	width: 396px;
	height: 60px;
	display: block;
	overflow-wrap: break-word;
	color: rgba(51, 51, 51, 1);
	font-size: 18px;
	font-family: SourceHanSansCN-Regular;
	line-height: 20px;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
}

.info1 {
	width: 116px;
	height: 14px;
	/*display: block;*/
	overflow-wrap: break-word;
	color: rgba(153, 153, 153, 1);
	font-size: 14px;
	font-family: SourceHanSansCN-Regular;
	white-space: nowrap;
	line-height: 39px;
	text-align: left;
	margin-top: 4px;
	margin-left: 2px;
}
.info4 {
	width: 336px;
	height: 21px;
	display: block;
	overflow-wrap: break-word;
	color: rgba(51, 51, 51, 1);
	font-size: 14px;
	font-family: SourceHanSansCN-Regular;
	white-space: nowrap;
	line-height: 21px;
	text-align: left;
}

.info6 {
	width: 64px;
	height: 16px;
	display: block;
	overflow-wrap: break-word;
	color: rgba(255, 255, 255, 1);
	font-size: 16px;
	font-family: SourceHanSansCN-Medium;
	white-space: nowrap;
	line-height: 16px;
	text-align: left;
	margin: 9px 0 0 21px;
}

.info7 {
	width: 64px;
	height: 16px;
	display: block;
	overflow-wrap: break-word;
	color: rgba(255, 255, 255, 1);
	font-size: 16px;
	font-family: SourceHanSansCN-Medium;
	white-space: nowrap;
	line-height: 16px;
	text-align: left;
	margin: 9px 0 0 21px;
}



#topLinks ul {
	float: right;
	margin: 2px 0;
	border-left: 1px solid #d3d3d3;
}
#topLinks ul li {
	float: left;
	border-right: 1px solid #d3d3d3;
}
#topLinks ul li a {
	font-size: 14px;
	line-height: 35px;
	padding: 0 18px;
}
#headerWrapper {
	border-top: 1px solid #fff;
	height: 97px;
	background: url(../images/headerBg.jpg) repeat-x;
}
#header {
	width: 1190px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#logo {
	width: 560px;
	height: 80px;
	margin-top: 3px;
	margin-left: -35px;
	background: url(../images/logo.png) no-repeat;
}
#serviceLine {
	display:flex;
}
/*热线*/
.bd2 {
	width: 37px;
	height: 34px;
	background: url(../images/rexian.png)
	100% no-repeat;
	margin: 8px 0 0 640px;
}
.word2 {
	font-size: 23px;
	font-family: SourceHanSansCN-Bold;
	color: rgba(123, 175, 229, 1);
	line-height: 29px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.wrap2 {
	z-index: 999;
	height: 60px;
	border-radius: 2px;
	border: 0.75px solid rgba(217, 215, 216, 1);
	background-color: rgba(255, 255, 255, 1);
	width: 1192px;
	margin: -2vh auto 0;
	position: relative;
	z-index: 1;
}

.box11 {
	width: 1100px;
	height: 21px;
	margin: 20px 0 0 46px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.box11 .item{
	display: flex;
	align-items: center;
}

.label2 {
	width: 20px;
	height: 20px;
	margin-top: 1px;
}

.word13 {
	width: 72px;
	height: 18px;
	display: block;
	overflow-wrap: break-word;
	color: rgba(51, 51, 51, 1);
	font-size: 18px;
	font-family: SourceHanSansCN-Regular;
	white-space: nowrap;
	line-height: 18px;
	text-align: left;
	margin: 1px 0 0 10px;
}

.mod12 {
	width: 18px;
	height: 19px;
	background: url(../images/mulu.png)
	100% no-repeat;
	margin: 1px 0 0 128px;
}

.info9 {
	width: 126px;
	height: 18px;
	display: block;
	overflow-wrap: break-word;
	color: rgba(51, 51, 51, 1);
	font-size: 18px;
	font-family: SourceHanSansCN-Regular;
	white-space: nowrap;
	line-height: 18px;
	text-align: left;
	margin: 1px 0 0 10px;
}

.label3 {
	width: 18px;
	height: 20px;
	margin: 1px 0 0 132px;
}

.info10 {
	width: 72px;
	height: 18px;
	display: block;
	overflow-wrap: break-word;
	color: rgba(51, 51, 51, 1);
	font-size: 18px;
	font-family: SourceHanSansCN-Regular;
	white-space: nowrap;
	line-height: 18px;
	text-align: left;
	margin: 1px 0 0 6px;
}

.mod13 {
	width: 27px;
	height: 20px;
	background: url(../images/xnc.png)
	4px -2px no-repeat;
	background-size: 24px 24px;
	margin-left: 135px;
}

.word14 {
	width: 90px;
	height: 18px;
	display: block;
	overflow-wrap: break-word;
	color: rgba(51, 51, 51, 1);
	font-size: 18px;
	font-family: SourceHanSansCN-Regular;
	white-space: nowrap;
	line-height: 18px;
	text-align: left;
	margin: 1px 0 0 6px;
}

.label4 {
	width: 20px;
	height: 20px;
	margin-left: 130px;
}

.word15 {
	width: 72px;
	height: 18px;
	display: block;
	overflow-wrap: break-word;
	color: rgba(51, 51, 51, 1);
	font-size: 18px;
	font-family: SourceHanSansCN-Regular;
	white-space: nowrap;
	line-height: 18px;
	text-align: left;
	margin: 1px 0 0 8px;
}
#noticeWrapper {
	height: 39px;
	border-bottom: 1px solid #d3d3d3;
	background-color: #f2f1f1;
}
#notice {
	width: 1190px;
	height: 39px;
	margin: 0 auto;
	background: url(../images/noticeTitle.png) left center no-repeat;
	overflow: hidden;
}
#notice ul {
	margin-left: 100px;
}
#notice ul li a {
	line-height: 39px;
}

/* 幻灯片 */
.fullSlide {
	position: relative;
	height: 351px;
	background-color: #0068b7;
}
.fullSlide .bd {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	z-index: 0;
}
.fullSlide .bd ul {
	width: 100% !important;
}
.fullSlide .bd li {
	width: 100% !important;
	height: 350px;
	overflow: hidden;
	text-align: center;
	background-position: center top;
}
.fullSlide .bd li a {
	display: block;
	height: 350px;
}
.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	height: 30px;
	line-height: 30px;
}
.fullSlide .hd ul {
	text-align: center;
}
.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
	*display:inline;
	zoom: 1;
	width: 42px;
	height: 11px;
	margin: 1px;
	overflow: hidden;
	background: #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
	line-height: 999px;
}
.fullSlide .hd ul .on {
	background: #fff;
}
.fullSlide .prev, .fullSlide .next {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -30px;
	left: 15%;
	z-index: 1;
	width: 40px;
	height: 60px;
	background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
	display: none;
}
.fullSlide .next {
	left: auto;
	right: 15%;
	background-position: -6px -137px;
}

#quickLaunchWrapper {
	position: absolute;
	top: 0;
	width: 100%;
	height: 351px;
}
#quickLaunch {
	width: 1190px;
	height: 351px;
	margin: 0 auto;
}
#quickLaunch dl {
	float: right;
	width: 275px;
	height: 300px;
	margin-top: 25px;
	background-color: #034679;
}
#quickLaunch dt {
	height: 43px;
	background: url(../images/quickLaunchTitle.png) no-repeat;
}
#quickLaunch dd {
	font-size: 0;
	text-align: center;
	padding-top: 10px;
}
#quickLaunch dd a {
	display: inline-block;
	margin: 10px;
	*display: inline;
	*zoom: 1;
}

/* 内容区 */
#mainbodyWrapper {
	border-top: 1px solid #fff;
}
#mainbody {
	width: 1190px;
	margin: 0 auto;
	padding: 0 0 40px 0;
}
.indexBox2, .indexBox3 {
	float: left;
	/*height: 192px;*/
	margin-bottom: 16px;
	overflow: hidden;
	border: 1px solid #dad8d7;
}

.indexBox5 {
	float: left;
	/*height: 192px;*/
	margin-bottom: 40px;
	overflow: hidden;

}



.indexBox4{
	float: left;
	/*height: 192px;*/
	margin-bottom: 40px;
	overflow: hidden;
	border: 1px solid #dad8d7;
}

.indexBox4 ul li{
	height: 26px;
	padding-left: 20px;
	background: url(../images/indexListArrow.png) 3px center no-repeat;
	overflow: hidden;
}

.indexBox1 {
	float: left;
	height: 192px;
	margin-bottom: 40px;
	overflow: hidden;

}
.left-box{
	margin-right: 20px;
}
.right-box{
	border-left: 0;
	width: 400px;
	flex: 1;
}
.main-title{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #dad8d7;
	margin-bottom: 20px;
}
.indexBox {
}
.indexBox2 h2 {
	/*height: 44px;*/
	/*margin-bottom: 12px;*/
	/*background: url(../images/indexBox2TitleLine.png) left bottom no-repeat;*/
	font-size: 22px;
	line-height: 49px;
	font-weight: normal;
	height: 39px;
	padding-left: 50px;
	border-bottom: 1px solid #dad8d7;
}
.indexBox5 h2 {
	/*height: 44px;*/
	/*margin-bottom: 12px;*/
	/*background: url(../images/indexBox2TitleLine.png) left bottom no-repeat;*/
	font-size: 22px;
	line-height: 49px;
	font-weight: normal;
	height: 39px;
	padding-left: 50px;
	border-bottom: 1px solid #dad8d7;
}

.indexBox2 h2 strong {
	font-size: 22px;
	font-weight: normal;
	line-height: 34px;
	margin-right: 10px;
}

.indexBox5 h2 strong {
	font-size: 22px;
	font-weight: normal;
	line-height: 34px;
	margin-right: 10px;
}

.indexBox2 h2 span {
	/*color: #d1d1d1;*/
	font-size: 16px;
	font-weight: normal;
}
.indexBox5 h2 span {
	/*color: #d1d1d1;*/
	font-size: 16px;
	font-weight: normal;
}


.indexBox4 h2 span {
	/*color: #d1d1d1;*/
	font-size: 16px;
	font-weight: normal;
}
.indexBox2 ul li{
	height: 26px;
	padding-left: 20px;
	background: url(../images/indexListArrow.png) 3px center no-repeat;
	overflow: hidden;
}
.indexBox5 ul li{
	height: 26px;
	padding-left: 20px;
	background: url(../images/indexListArrow.png) 3px center no-repeat;
	overflow: hidden;
}

.indexBox3 ul li {
	height: 29px;
	padding-left: 20px;
	background: url(../images/baoguang.png) 3px center no-repeat;
	overflow: hidden;
	margin: 20px;
	margin-left: 15PX;
	background-size: contain;
}
.indexBox3 ul li:nth-child(2){
	background-image: url(../images/baoguang2.png);
}
.indexBox3 ul li:nth-child(3){
	background-image: url(../images/baoguang3.png);
}

.gz-content{
	font-size: 14px;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #656565;
	line-height: 21px;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	max-height: 63px;
	overflow: hidden;
}

.focus-imgs{
	width: 100%;
	height: 100%;
	margin-left: 5px;
}

.indexBox2 ul li a{
	line-height: 26px;
	width: 376px;
	height: 21px;
	display: block;
	overflow-wrap: break-word;
	color: rgba(101, 101, 101, 1);
	font-size: 14px;
	font-family: SourceHanSansCN-Regular;
	white-space: nowrap;
	line-height: 21px;
	text-align: left;
}

.indexBox5 ul li a{
	line-height: 26px;
	width: 376px;
	height: 21px;
	display: block;
	overflow-wrap: break-word;
	color: rgba(101, 101, 101, 1);
	font-size: 14px;
	font-family: SourceHanSansCN-Regular;
	white-space: nowrap;
	line-height: 21px;
	text-align: left;
}

.indexBox4 ul li a{
	line-height: 26px;
	width: 376px;
	height: 21px;
	display: block;
	overflow-wrap: break-word;
	color: rgba(101, 101, 101, 1);
	font-size: 14px;
	font-family: SourceHanSansCN-Regular;
	white-space: nowrap;
	line-height: 21px;
	text-align: left;
}

.indexBox3 ul li a {
	line-height: 26px;
	width: 376px;
	height: 21px;
	display: block;
	overflow-wrap: break-word;
	/*color: rgba(101, 101, 101, 1);*/
	font-size: 14px;
	font-family: SourceHanSansCN-Regular;
	white-space: nowrap;
	line-height: 21px;
	text-align: left;
	margin-left: 23px;
	font-weight: 400;

}
.indexBox3 {
	border: 1px solid #dad8d7;
	background-color: #f2f1f1;
}
.indexBox3 h2 {
	font-size: 22px;
	line-height: 49px;
	font-weight: normal;
	height: 39px;
	padding-left: 50px;
	border-bottom: 1px solid #dad8d7;
}
.block1 {
	width: 394px;
	height: 32px;
}
.main3 {
	width: 106px;
	height: 32px;
	background: #2872CA;
	margin-left: -44px;
	margin-top: -34px;
	border-radius: 2px 2px 0px 0px;
}

.main6 {
	width: 106px;
	height: 32px;
	background: #2872CA;
	border-radius: 2px 2px 0px 0px;
	font-size: 16px;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 32px;
	text-align:center;

}

.main4 {
	width: 106px;
	height: 32px;
	background: #2872CA;
	margin-left: -49px;
	margin-top: 7px;
	border-radius: 2px 2px 0px 0px;
}

.main5 {
	width: 106px;
	height: 32px;
	background: #2872CA;
	margin-left: -49px;
	margin-top: 7px;
	border-radius: 2px 2px 0px 0px;
}
.word6 {
	width: 48px;
	height: 16px;
	display: block;
	overflow-wrap: break-word;
	color: rgba(255, 255, 255, 1);
	font-size: 16px;
	font-family: SourceHanSansCN-Medium;
	white-space: nowrap;
	line-height: 31px;
	text-align: left;
	margin: 9px 0 0 28px;
}

.word7 {
	width: 24px;
	height: 12px;
	font-size: 12px;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #656565;
	line-height: 18px;
	margin: -27px 0 0 297px;
}

.block2 {
	width: 379px;
	height: 30px;
	margin: 18px 0 0 10px;
}
/*更多*/
.icon2 {
	width: 9px;
	height: 9px;
	margin: -7px 0 0 322px;
}

.icon3 {
	width: 9px;
	height: 9px;
	margin: -29px 0 0 332px
}

.icon4 {
	width: 9px;
	height: 9px;
	margin: -7px 0 0 322px;
}

/*.indexBox3 h2 {*/
/*	width: 106px;*/
/*	height: 32px;*/
/*	background: #2872CA;*/
/*	border-radius: 2px 2px 0px 0px;*/
/*}*/
#indexFocus, #indexExposure {
	width: 418px;
	margin-right: 22px;
}
#indexNews, #indexNotice {
	width: 753px;
	/*margin-right: 22px;*/
}
#indexFlow, #indexRegulations {
	width: 418px;
}
#indexNews dl {
	margin-bottom: 3px;
}
#indexNews dl dt {
	float: left;
	margin-right: 15px;
}
#indexNews dl dt img {
	width: 133px;
	height: 92px;
}
#indexNews dl dd h3 a {
	color: #0068b7;
	font-size: 14px;
	line-height: 100%;
}
#indexNews dl dd h4 {
	color: #979797;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 5px;
}
#indexNews dl dd p {
	color: #5a5a5a;
}
#indexNews dl dd p a img {
	padding: 0 5px;
	vertical-align: middle;
}
#indexNews ul li {
	height: 22px;
}
#indexNews ul li a {
	line-height: 22px;
}
/*#indexFlow h2 {*/
/*	background: #edecec url(../images/indexFlowIcon.png) 8px center no-repeat;*/
/*}*/
#indexFlow p {
	text-align: center;
	padding: 12px 0;
}
/*政策法规图标*/
/*#indexExposure h2 {*/
/*	background: #edecec url(../images/indexExposureIcon.png) 8px center no-repeat;*/
/*}*/


#indexExposure ul {
	padding: 15px 10px;
}

/* 内页 */
#bannerWrapper {
	position: relative;
	border-top: 1px solid #fff;
}
#banner {
	width: 1190px;
	height: 187px;
	margin: 0 auto;
}
#location {
	font-size: 14px;
	width: 1190px;
	height: 40px;
	margin: 0 auto;
	border-bottom: 3px solid #dad8d7;
}
#location h2 {
	display: inline-block;
	color: #0068b7;
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	padding: 0 15px 0 30px;
	margin: 0 15px -3px 0;
	border-bottom: 3px solid #0068b7;
	background: url(../images/locationIcon.png) 10px center no-repeat;
}
#innerNav {
	text-align: center;
	width: 1190px;
	padding: 20px;
	margin: 0 auto;
}
#innerNav a {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	width: 150px;
	margin: 0 6px;
}
#title {
	color: #5f6061;
	font-size: 20px;
	font-weight: normal;
	line-height: 57px;
	height: 57px;
	padding-left: 50px;
	border: 1px solid #c9c9c9;
	border-bottom: 1px solid #fff;
}
#title.title1 {
	background: #ebeaea url(../images/titleIcon1.png) 15px center no-repeat;
}
#title.title2 {
	background: #ebeaea url(../images/titleIcon2.png) 15px center no-repeat;
}
#options {
	color: #6b6b6b;
	font-size: 14px;
	margin-bottom: 20px;
}
#options table td {
	padding: 5px 0;
}
#content {
	padding: 25px;
	margin-bottom: 25px;
	border: 1px solid #c9c9c9;
}
#content .tb {
	border-top: 1px solid #dbdbdb;
	border-left: 1px solid #dbdbdb;
}
#content .tb th, #content .tb td {
	text-align: center;
	padding: 10px 15px;
	background-color: #ffffff;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
}
#content .tb th.thin {
	padding: 10px 5px;
}
#content .tb td.thin {
	padding: 6px 2px;
}
#content .tb th {
	background-color: #ebeaea;
}
#content .tb td.al {
	text-align: left;
}
#report {
	color: #6b6b6b;
	font-size: 16px;
}
#report td {
	padding: 10px;
}
#report td a {
	display: inline-block;
	margin-right: 30px;
	border: 1px solid #e7e8ec;
}
#report td a:hover {
	border: 1px solid #bbbfbf;
}
span.star {
	color: #ff0000;
	margin: 0 3px;
}
#bottomSubmit {
	text-align: center;
	border-top: 1px solid #c9c9c9;
	margin: -25px;
	margin-top: 0;
	padding: 15px;
	background-color: #ebeaea;
}
#bottomSubmit .btn {
	font-size: 22px;
	width: 400px;
	height: 55px;
}
#shadowTop {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: url(../images/shadowTop.png) repeat-x;
}
#shadowBottom {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 5px;
	background: url(../images/shadowBottom.png) repeat-x;
}

/* 底部 */
#footerWrapper {
	height: 39px;
	margin-top: -39px;
	border-top: 1px solid #d3d3d3;
	background-color: #f2f1f1;
}
#footerWrapper2 {
	border-top: 1px solid #fff;
}
#footer {
	padding: 10px;
	text-align: center;
	line-height: 26px;
	width: 1190px;
	margin: 0 auto;
}

.title1{
	overflow: hidden;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	max-height: 60px;
	font-size: 18px;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #333333;
	line-height: 20px;
}
