@charset "utf-8";

/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	min-width: 1200px;
}

i,
em {
	font-style: normal;
}

ul,
li,
input,
p,
h1,
h2,
dd,
dl,
a {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #454545;
}

li a:hover {
	color: #0861c1
}

img,
a {
	cursor: pointer;
}

img {
	max-width: 100%;border:none;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	clear: both;
	content: "";
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

ul,
li {
	list-style: none;
}

.clear {
	clear: both;
}


.container {
	width: 1200px;
	margin: 0 auto;
}


/*head*/
.head-top {
	height: 30px;
	line-height: 30px;
	background-color: #e7f1fb;
}
.head-top div div{
    display:block;
}
.head-top p,
.head-top a,
.head-top li {
	font-size: 13px;
}

.head {
	width: 100%;
	background: #0066cc;
	position: relative;
}

.top-ewm {
	text-align: center;
	margin-top: 15px;

}

.top-ewm span {
	display: block;
	color: #fff;
	font-size: 13px line-height: 33px;
}

.top {
	height: 137px;
	background: url(../images/header-bg.jpg) no-repeat 485px center;
}

/*logo*/

.logo {
	margin-top: 26px;
}

.logo a {
	display: block;
}

.t-bg {
	position: absolute;
	top: 0;
	background: url(../images/top-bg.jpg) no-repeat center;
	height: 120px;
	width: 131px;
	right: 670px;
}

.top_right li {
	color: #333;
	padding: 0px 4px;
}

.top_right li a {
	color: #333333;
}


.search {
	margin-top: 23px;
	border-radius: 24px;
	height: 30px;
	padding-left: 10px;
	width: 260px;
	position: relative;
	z-index: 999;
	border: 1px solid #b3b3b3;
	box-sizing: border-box;
}

.search .text::-ms-input-placeholder {
	color: #ffffff;
}

.search .text::-webkit-input-placeholder {
	/*WebKit browsers*/
	color: #ffffff;
}

.search .text::-moz-input-placeholder {
	/*Mozilla Firefox*/
	color: #ffffff;
}

.search .text::-ms-input-placeholder {
	/*Internet Explorer*/
	color: #ffffff;
}

.search .text {
	border: none;
	height: 24px;
	width: 203px;
	line-height: 29px;
	font-size: 14px;
	background: #1c5e9b;
	margin-left: 6px;
	overflow: hidden;
	box-sizing: border-box;
	margin-top: 2px;
	float: left;
	color: #fff;
	text-indent: 0.5em;
}

.search .sousuo {
	cursor: pointer;
	float: right;
	/* margin-top: 6px; */
	/* right: 20px; */
	/* top: 6px; */
	margin-right: 20px;
	margin-top: 6px;
}

/*menu*/

.menu {
	height: 50px;
	background: #fff;
	position: relative;
	z-index: 10;
}

#nav {
	display: block;
	width: 1200px;
	padding: 0px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
}

#nav .mainlevel {
	float: left;
	height: 50px;
	margin-right: 5px;
	position: relative;
}

.mainlevel:hover,
.mainlevel .cur {
	background: #0066cc;
}

#nav .mainlevel:hover a {
	color: #FFFFFF;
}

#nav .mainlevel a {
	color: #333;
	line-height: 50px;
	display: block;
	font-size: 16px;
	height: 50px;
	padding: 0 32px;
}

#nav li.mainlevel a:hover {
	color: #FFFFFF;
}

#nav .mainlevel ul {
	/* display: none; */
	position: absolute;
	z-index: 99;
	margin-top: 0px;
	top: 50px;
	width: 100%;
}

#nav .mainlevel ul i {
	/* display: block; */
	/* background: url(../images/nav-sj.png) no-repeat center; */
	/* width: 10px; */
	/* height: 5px; */
	/* margin: 0 auto; */
}

#nav .mainlevel li {
	font-size: 14px;
	/* height: 35px; */
	/* line-height: 35px; */
	/* border-top: 1px solid #FFFFFF; */
	width: 100%;
}

#nav .mainlevel li a {
	display: block;
	height: auto;
	line-height: 100%;
	font-size: 14px;
	color: #FFF !important;
	background: #0066cc;
	filter: alpha(opacity=70);
	opacity: .7;
	text-align: center;
	padding: 10px;
}

#nav .mainlevel li a:hover {
	color: #FFFFFF !important;
	filter: alpha(opacity=100);
	opacity: 1;
}

#nav .mainlevel .nav-first {
	/* border-top: 1px solid #d56c05; */
}


/* 下面是前/后按钮代码，如果不需要删除即可 */
/* banner */

.slideBox {
	width: 100%;
	/* height: 620px; */
	overflow: hidden;
	position: relative;
}

.slideBox .tempWrap {
	margin: 0 auto;
}

.slideBox .bd {
	position: relative;
	/* height: 100%; */
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox .bd img {
	width: 100%;
	/* height: 620px; */
	display: block;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
	position: absolute;
	top: 45%;
	display: block;
	width: 37px;
	height: 37px;
}

.slideBox .prev {
	background: url(../images/prev.png) no-repeat;
	left: 60px;
}

.slideBox .next {
	left: auto;
	right: 60px;
	background: url(../images/next.png) no-repeat;
}

.home-nr {
	margin-top: 52px;
}

.tzgg,
.bt-banner,
.xwzx,
.qy-gs,
.fwzn,
.xz-gc {
	width: 372px;
	height: 312px;
}

.lm {
	width: 100%;
	height: 40px;
	background-color: #f8f8f8;
	border-top: 2px solid #0066CC;
	line-height: 33px;
	box-sizing: border-box;
	display: block;
}

.lm h2 {
	font-size: 20px;
	color: #0066CC;
	margin-left: 10px;
}

.lm .more {
	font-size: 13px;
	color: #666;
	margin-right: 10px;
}

/*通知公告*/
.tzgg li {
	margin-top: 21px;
}

.tzgg li .date {
	width: 60px;
	height: 47px;
}

.tzgg li .date span {
	display: block;
	width: 100%;
	height: 23px;
	text-align: center;
	line-height: 23px;
}

.tzgg li .date .day {
	font-size: 20px;
	background-color: #0066CC;
	color: #fff;
}

.tzgg li .date .ny {
	color: #0066CC;
	background-color: #f4f4f4;
	font-size: 12px
}

.tzgg li a {
	width: 295px;
	display: block;
	font-size: 15px;
	line-height: 22px;
}

/*标题banner*/
.focusBox1 {
	position: relative;
	overflow: hidden;
	font: 12px/1.5 Verdana, Geneva, sans-serif;
	text-align: left;
	background: white;
	float: left;
	margin-left: 40px;
}

.focusBox1 .pic img {
	width: 372px;
	height: 279px;
	display: block;
}

.focusBox1 .txt-bg {
	position: absolute;
	bottom: 0;
	z-index: 1;
	height: 34px;
	width: 100%;
	background: #f8f8f8;
	overflow: hidden;
}

.focusBox1 .txt {
	position: absolute;
	bottom: 0;
	z-index: 2;
	height: 34px;
	width: 100%;
	overflow: hidden;
}

.focusBox1 .txt li {
	height: 34px;
	line-height: 34px;
	position: absolute;
	bottom: -34px;
}

.focusBox1 .txt li a {
	display: block;
	color: #333;
	padding: 0 0 0 10px;
	font-size: 15px;
	text-decoration: none;
}

.focusBox1 .num {
	position: absolute;
	z-index: 3;
	bottom: 13px;
	right: 4px;
}

.focusBox1 .num li {
	float: left;
	position: relative;
	width: 8px;
	height: 8px;
	line-height: 15px;
	overflow: hidden;
	text-align: center;
	margin-right: 8px;
	cursor: pointer;

}

.focusBox1 .num li a,
.focusBox .num li span {
	position: absolute;
	z-index: 2;
	display: block;
	color: white;
	width: 8px;
	height: 8px;
	top: 0;
	left: 0;
	text-decoration: none;
	background: #ccc;
}

.focusBox1 .num li span {
	z-index: 1;
	background: #ccc;
}

.focusBox1 .num li.on a,
.focusBox .num a:hover {
	background: #0066cc;
}

/*新闻中心*/
.xwzx-tit {
	margin-top: 22px;
}

.xwzx-tit li:first-child {
	margin-top: 0 !important;
}

.xwzx-tit li {
	margin-top: 18px;
	background: url(../images/xwzx-li.png) no-repeat left center;
	padding-left: 20px;
}

.xwzx-tit li a {
	font-size: 15px
}

.xwzx-tit li .date {
	font-size: 13px;
	color: #808080;
}

/*企业技术需求 公示信息*/
.qy-gs,
.fwzn,
.xz-gc {
	margin-top: 45px;
}

.hasMoreTab .hd {
	position: relative;
}

.hasMoreTab .hd .more {
	float: right;
	padding-top: 10px;
	margin-right:  10px;
}

.hasMoreTab .hd .more a {
	color: #666;
}

.hasMoreTab .hd ul {
	z-index: 5;
	height: 40px;
	border-top: 2px solid #0066cc;
	box-sizing: border-box;
	background: #f8f8f8;
	padding-left:  15px;
}

.hasMoreTab .hd li {
	float: left;
	font-size: 18px;
	margin-right: 25px;
	color: #666666;
	line-height: 36px;
	cursor: pointer;
}

.hasMoreTab .hd li.on {
	height: 40px;
	font-size: 20px;
	color: #1c5e9b;
	font-weight: bold;
}

.hasMoreTab .bd {
	clear: both;
	position: relative;
	margin-top: 17px;
}

.hasMoreTab .bd ul li {
	margin-top: 15px;
	background: url(../images/xwzx-li.png) no-repeat left 6px;
	padding-left: 16px;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
	padding-bottom: 10px;
}

.hasMoreTab .bd ul li:first-child {
	margin-top: 0;
}

.hasMoreTab .bd ul li a {
	font-size: 15px;
	color: #444;
}

.hasMoreTab .bd ul li .date {
	color: #808080;
	font-size: 13px;
	margin-top: 4px;
	display: block;
}

.hasMoreTab .bd ul li:first-child+li+li+li {
	border-bottom: none;
}

/*服务指南*/
.fwzn{margin-left: 40px;}
.fwzn ul{
	margin-top: 8px;
}
.fwzn li a{
	display: block;
	width: 181px;
	height: 90px;
	text-align: center;
	padding-top: 67px;
	box-sizing: border-box;
}
.fwzn li:first-child,
.fwzn li:first-child +li +li{
	margin-right: 10px;
}

.fwzn li:first-child +li +li,
.fwzn li:first-child +li +li +li{
	margin-top: 8px;
}
.fwzn li:first-child{	background: #e7f2fc url(../images/fwzn-li1.png) no-repeat center 13px;}
.fwzn li:first-child +li{	background: #e7f2fc url(../images/fwzn-li2.png) no-repeat center 13px;}
.fwzn li:first-child +li +li{	background: #e7f2fc url(../images/fwzn-li3.png) no-repeat center 13px;}
.fwzn li:first-child +li +li +li{	background: #e7f2fc url(../images/fwzn-li4.png) no-repeat center 13px;}
.fwzn li:first-child +li +li +li +li {background: #e7f2fc url(../images/fwzn-li5.png) no-repeat center 13px;margin-top: 8px;width: 100%;}
.fwzn li:first-child +li +li +li +li a{width: 100%;}


/*下载中心  政策条例*/
.hasMoreTab1 .hd {
	position: relative;
}

.hasMoreTab1 .hd .more {
	float: right;
	padding-top: 10px;
	margin-right:  10px;
}

.hasMoreTab1 .hd .more a {
	color: #666;
}

.hasMoreTab1 .hd ul {
	z-index: 5;
	height: 40px;
	border-top: 2px solid #0066cc;
	box-sizing: border-box;
	background: #f8f8f8;
	padding-left: 15px;
}

.hasMoreTab1 .hd li {
	float: left;
	font-size: 18px;
	margin-right: 25px;
	color: #666666;
	line-height: 36px;
	cursor: pointer;
}

.hasMoreTab1 .hd li.on {
	height: 40px;
	font-size: 20px;
	color: #1c5e9b;
	font-weight: bold;
}
.hasMoreTab1 .bd{
	margin-top: 22px;
}

.hasMoreTab1 .bd li{
	margin-top: 14.7px;
	height: 50px;
	width: 100%;
	border-left: 2px solid #d88e26;
	background-color: #f5f5f5;
	padding-left: 15px;
	box-sizing: border-box;
}
.hasMoreTab1 .bd li:first-child{
	margin-top: 0;
}
.hasMoreTab1 .bd li a{
	font-size: 15px;
	display:  block;
	padding-top: 5px;
}
.hasMoreTab1 .bd li .date{
	font-size: 13px;
	color: #808080;
}
/*友情链接*/
.yqlj-q{
	width: 100%;
	height: 112px;
	background-color: #f2f2f2;
	margin-top: 35px;
}
.yqlj{
	width: 1200px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 30px;
}

.yqlj div{
	width: 240px;
	position: relative;
}
.yqlj span{
	width: 240px;
	height: 36px;
	box-sizing: border-box;
	border: 1px solid #fff;
	background: #fff url(../images/yqlj-xsj.png) no-repeat 200px center;
	color: #333;
	display: block;
	line-height: 35px;
	font-size:  15px;
	padding-left: 30px;
	cursor: pointer;
}
.yqlj div:hover ul{
	display: block;
}
.yqlj ul{
	width: 240px;
	background-color: #06c;
	height: 186px;
	position: absolute;
	left: 0;
	bottom: 36.4px;
	display: none;
	overflow:  hidden;
	overflow-y: auto;
	transition:  0.5s;
}
.yqlj ul li{
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding: 6px 15px;
	box-sizing:  border-box;
}
.yqlj ul li a{
	font-size: 13px;
	color: #fff;
}
.yqlj ul li a:hover{
	/* color: #0861c1; */
}
.yqlj div{
	margin-left: 30px;
}
.yqlj .yqlj-1{
	margin: 0;
}
.yqlj h1{
	margin-right: 46px;
	font-size: 20px;
	color: #0066CC;
	margin-top: 6px;
}
.footer{
	width: 100%;
	height: 175px;
	background-color: #0066CC;
}

/*列表页*/
.list {
	padding-top: 35px;
        margin-bottom:20px;
}

.list-left {
	width: 236px;
	background: #f5f5f5;
}

.list-left>h2 {
	background: #0066cc;
	color: #fff;
	line-height: 60px;
	font-size: 24px;
	height: 60px;
	text-align: center;
	font-weight: bold;
}

/* 侧导航 */
.sideMenu {
	box-sizing: border-box;
	padding-bottom: 185px;

}

.sideMenu h3 {
	min-height: 51px;
	/* line-height: 51px; */
	width: 100%;
	cursor: pointer;
	margin: 0;
	box-sizing: border-box;
}



.sideMenu h3>a {
	display: block;
	border-bottom: 1px solid #e6e6e6;
	min-height: 51px;
	background: url(../images/list_11.png) no-repeat 210px center;
	font-size: 16px;
	font-weight: normal;
	box-sizing: border-box;
	padding-left:  33px;
	padding: 13px 28px 10px 33px;
}

.sideMenu>.on {
	color: #fff;
	border-left: none;
	margin: 0px;
	width: 100%;
	box-sizing: border-box;
}

.sideMenu>.on a {
	color: #fff;
	padding-left: 33px;
	background: #3f79b4 url(../images/list_16.png) no-repeat 210px center;
}

.sideMenu ul {
	color: #999;
	font-size: 14px;

}

.sideMenu ul.has {
	background: #ffffff;
	padding-bottom: 10px;
	margin: 0 auto;
	padding: 13px 33px;
	display: block !IMPORTANT;
}

.sideMenu ul li {
	padding-left: 16px;
	background: url(../images/list_20.png) no-repeat 2px center;
	margin-bottom: 10px;
}

.sideMenu ul li a {
	display: block;
	color: #666666;
	font-size: 14px;
}


.sideMenu ul .fa-plus:before {
	font-size: 13px;
	margin-right: 20px;
}

.sideMenu ul .san-on {
	color: #003999;
}

.sideMenu ul li:hover a {
	color: #003999;
}

.sideMenu ul .on {
	color: #003999;
}

/* 侧导航结束 */
/* 右侧开始 */
.list-right {
	width: 913px;
	overflow: hidden;
	min-height: 600px;
	margin-top: -13px;
}

.list-right .titname {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
	/* overflow: hidden; */
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-bottom: 5px;
}

.list-right .titname h2 {
	display: inline-block;
	font-size: 20px;
	color: #0066cc;
	font-weight: bold;
	border-bottom: 2px solid #0066cc;
	padding-bottom: 3px;
}

.list-right .titname .navigation {
	color: #666666;
	font-size: 14px;
	float: right;
}

.list-right .titname .navigation img {
	vertical-align: middle;
	padding-right: 6px;
}

.list-right .titname .fa-home {
	font-size: 14px;
}

.list-right .titname .fa-home img {
	width: 14px;
}

.list-right .titname .fa-home,
.list-right .titname .fa-home a {
	color: #888;
}

.list-con ul li {
	padding-left:15px;
	height: 60px;
	line-height: 59px;
	background: url(../images/list-li.png) no-repeat left center;
	font-size: 15px;
	/* border-bottom: 1px dashed #e6e6e6; */
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
	border-bottom: 1px dashed #ccc;
}

.list-con ul li a {
	font-size: 15px;
}

.list-con ul li .date {
	float: right;
	color: #666666;
	font-size: 13px;
}

.list-con ul li:hover {
	margin-left: 10px;
	font-size: 17px;
	color: #0075CC;
}
.list-con ul li.list-li1{
	margin-top: 30px;
}
.list-con ul li.list-li6,
.list-con ul li.list-li11{
	margin-top: 23px;
}
.list-con ul li.list-li5,
.list-con ul li.list-li10,
.list-con ul li.list-li15{
	padding-bottom: 23px;
	border-bottom: 1px dashed #e6e6e6;
	box-sizing:  content-box;
	background: url(../images/list-li.png) no-repeat left 20px;
}
.fanye {
	margin: 27px 0 0;
	text-align: center;
}

/* 正文页 */
/*page-con*/

.page-con {
	margin: 0px auto;
	padding: 10px 0;
	min-height: 500px;
	height: auto;
	overflow: hidden;
}

.page-con .page-tit {
	font-size: 20px;
	color: #444444;
	text-align: center;
	line-height: 150%;
	padding: 24px 0 0;
	font-weight: bold;
}

.page-con .fbt {
	font-size: 16px;
	color: #333333;
	text-align: center;
	line-height: 150%;
	padding: 14px 0 10px;
}

.page-con .page-date {
	font-size: 15px;
	color: #999999;
	text-align: center;
	line-height: 150%;
	padding: 0px 0 15px;
	border-bottom: 1px dashed #d9d9d9;
}

.page-con .zhengwen {
	padding: 30px 0;
	line-height: 30px;
	font-size: 15px;
	color: #555555;
}

.page-con .zhengwen p {
	text-indent: 2em;
	line-height: 30px;
	font-size: 15px;
	color: #555555;
	padding: 0 0 14px 0;
}

.page-con .zhengwen img,
.page-con .zhengwen p img {
	max-width: 600px;

}


.page-con .zhengwen table tr td p,
.box-2 .zhengwen table tr td span p {
	text-indent: 0;
}

/*上一条、下一条*/

.other-title {
	padding: 30px 0 30px;
	border-top: 1px dashed #d6d6d6;
}

.other-title a {
	color: #555555;
	font-size: 16px;
	display: block;
	line-height: 30px;

}

.other-title a:hover {
	color: #0066CC;
}

.article-con {
	padding: 20px 0;
}

.article-con h1 {
	font-size: 22px;
	line-height: 34px;
	text-align: center;
	margin-bottom: 10px;
}

.article-con h2 {
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 10px;
}

.article-con .article-date {
	font-size: 12px;
	color: #999999;
	text-align: center;
	line-height: 22px;
	padding: 10px 0;
	border-bottom: 1px dashed #ececec;
}

.article-con .article-text {
	font-size: 15px;
	line-height: 30px;
	color: #333333;
	padding: 10px 0;
	border-bottom: 1px dashed #ececec;
}

.article-con .article-text p {
	text-indent: 2em;
	padding: 5px 0;
}

.article-con .article-text p img,
.article-con .article-text p video {
	margin-left: -2em;
	max-width: 92%;
}

.article-con .updown ul {
	padding: 10px;
}

.article-con .updown ul li {
	font-size: 15px;
	line-height: 34px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.article-con .updown ul li a:hover {
	color: #0075cc;
}

.article-con .updown ul li:hover {
	margin-left: 10px;
	font-size: 16px;
}

/* 正文表格P不缩进 */
.article-con .article-text table tr td p,
.article-con .article-text table tr th p {
	text-indent: 0;
	padding: 0;
}


.mr0 {
	margin-right: 0 !important;
}
