﻿@charset "UTF-8";

/***** 主页样式 *****/
a:hover{
	color: #2164B7;
}
.title {
	height: 36px;
	line-height: 36px;
}
.title p, .title i {
	color: #2164B7;
	display: inline-block;
	font-size: 24px;
	height: 43px;
	line-height: 38px;
	vertical-align: top;
	margin-left: 5px;
}
/*渐变*/
.bottom-tab-left .hd li.on p ,.bottom-tab-left .hd li{
	transition: all 0.5s;
}
/*漂浮*/
.notice{
	z-index: 999999;
	position: fixed;
	right: 20px;
	top: 10%;
}
.notice-show{
	width: 216px;
	height: 304px;
	display: block;
	/*background: url(../images/bg_notice.png) center center no-repeat;*/
	background: white;
	position: relative;
	z-index: 99;
	overflow: hidden;
	border-radius: 6px;
	box-shadow: 0 0 8px rgba(0,0,0,0.2);
}
.notice-show.hide{
	background: transparent;
	width: 70px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	position: relative;
	box-shadow: 1px 1px 8px 0px rgba(33, 100, 183, 0.47);
	/*border: #2164B7 1px solid;*/
}
.notice-show.hide .notice-title p{
	width: 70px;
	height: 70px;
	line-height: 70px;
	/*background-color: #fff;*/
}

.notice-title p{
	line-height: 16px;
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	width: 100%;
	text-align: center;
	font-weight: bold;
	-ms-user-select:none;
	user-select:none;
	background: #56B3EE;
	background: linear-gradient(90deg, #56B3EE, #6BA0EE);
	color: white;
}
.notice-title p .notice-pop{
	letter-spacing: -9px;
	position: relative;
	top: -12px;
	left: 29px;
	margin-left: -26px;
}
.notice-show .notice-info>div{
    padding: 12px 10px 0;
    font-size: 14px;
    line-height: 20px;
    max-height: 236px;
    /*overflow: hidden;*/
   overflow-x: hidden;
   overflow-y: auto;
    width: 186px;
    margin: auto;
}
.notice-show .notice-info a{
	color: #2164B7;
}
.notice-close{
	z-index: 999;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
	border-radius: 30px;
	top: -15px;
	right: -15px;
	position: absolute;
	-ms-user-select:none;
	user-select:none;
	box-shadow: 0 0 8px rgba(0,0,0,0.2);
	background: url(../images/close.png) center center no-repeat;
	background-color: white;
	background-size: 18px;
}
.notice-close.closed{
	background-image: url(../images/open.png);
}
.notice-show .notice-info{
	display: block;
}
.notice-show.hide .notice-info{
	display: none;
}
.notice-show.hide .notice-title p .notice-pop{
	display: none;
}
/*微信*/
.wechat{
	position: fixed;
	right: 8px;
	z-index: 99999;
	top: 20%;
}
.btn-wechat{
	width: 70px;
	height: 74px;
	position: relative;
	z-index: 999999;
	background: #2164B7 url(../images/icon_wechat.png) center 16px no-repeat;
	z-index: 9999;
}
.btn-wechat-info{
	color: #FFF;
	position: absolute;
	bottom: 10px;
	text-align: center;
	width: 100%;
	font-size: 14px;	
	-ms-user-select:none;
	user-select:none;
}
.btn-wechat_box{
	position: absolute;
right: -180px;
	z-index: 999;
	text-align: center;
	padding: 15px;
	padding-bottom: 10px;
	background-color: #fff;
	border: 1px solid #999;
	display: inline-block;
	transition: all 0.5s;
	opacity: 0;
	overflow: hidden;
}
.btn-wechat_box.hide{

	/*display: none;*/
}
.bwb-img{

}
.bwb-img img{
	display: block;
	
}
.btn-wechat_box p{
	font-size: 12px;
	background-color: #fff;
}
.btn-wechat:hover .btn-wechat_box{
	opacity: 1;
	right: 90px;
	
}
/*新闻*/

.news-box {
	margin-top: 10px;
}


/*新闻焦点图*/

.news-focus {
	width: 660px;
	float: left;
}

.news-box .slideBox {
	width: 660px;
	height: 369px;
	overflow: hidden;
	position: relative;
	border: 1px solid #ddd;
}

.news-box .slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 10px;
	z-index: 1;
}

.news-box .slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.news-box .slideBox .hd ul li {
	float: left;
	margin-right: 12px;
	width: 20px;
	height: 10px;
	line-height: 14px;
	text-align: center;
	cursor: pointer;
	background-image: url(../images/icon_news_normal.png);
}

.news-box .slideBox .hd ul li.on {
	background-image: url(../images/icon_news_active.png);
}

.news-box .slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.news-box .slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.news-box .slideBox .bd img {
	width: 660px;
	height: 369px;
	display: block;
}

.news-focus-item {
	position: relative;
}

.news-focus-info {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #000;
	background: rgba(0, 0, 0, 0.8);
	filter: alpha(opacity=80);
	width: 100%;
	height: 40px;
	line-height: 40px;
}

.news-focus-info p {
	padding-left: 10px;
	box-sizing: border-box;
	filter: alpha(opacity=100);
	color: #fff;
	width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


/*新闻选项卡*/

.news-tab {
	float: right;
	width: 510px;
	margin-left: 20px;
	height: 371px;
	overflow: hidden;
}

.news-tab .slideTxtBox {
	width: 500px;
	text-align: left;
}

.news-tab .slideTxtBox .hd {
	height: 30px;
	line-height: 30px;
	position: relative;
	padding-top: 10px;
}

.news-tab .slideTxtBox .hd ul {
	float: left;
	position: absolute;
	height: 38px;
	border-bottom: 2px solid #ccc;
}

.news-tab .slideTxtBox .hd ul li {
	float: left;
	width: 125px;
	display: block;
	cursor: pointer;
	text-align: center;
	height: 38px;
	background: transparent bottom center no-repeat;
	transition: all 0.5s;
}

.news-tab .slideTxtBox .hd ul li.on {
	height: 52px;
	background-image: url(../images/icon_news_tab.png);
	
	font-weight: normal;
}

.news-tab .slideTxtBox .hd ul li a {
	font-size: 20px;
	border-bottom: 5px solid transparent;
	display: block;
	width: 100%;
	height: 38px;
}

.news-tab .slideTxtBox .hd ul li.on a {
	border-bottom: 5px solid #2164B7;
	color: #2164B7;
}

.news-tab .slideTxtBox .bd {
	padding-top: 20px;
}

.news-tab .slideTxtBox .bd ul {
	padding-top: 10px;
	zoom: 1;
}

.news-tab .slideTxtBox .bd li {
	height: 36px;
	line-height: 36px;
	background: url(../images/icon_news_list.png) 10px center no-repeat;
	width: 490px;
	padding-left: 30px;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
}

.news-tab .slideTxtBox .bd li span {
	float: right;
	font-size: 14px;
}

.news-tab .slideTxtBox .bd li a {
	/*font-family: "黑体";*/
	color: #333;
	width: 400px;
		text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	display: block;
	overflow: hidden;
}
.news-tab .slideTxtBox .bd li a:hover{
	color: #2164B7;
}

/*通栏按钮*/

.button-wrap {
	border: 10px solid #dae1e6;

	position: relative;
	height: 110px;
	overflow: hidden;
}

.button-wrap .picScroll-left {
	width: 1120px;
	margin: auto;
	position: relative;
	padding: 15px;
	overflow: hidden;
}

.button-wrap .picScroll-left .hd {
	overflow: hidden;
	height: 30px;
	background: #f4f4f4;
	padding: 0 10px;
}

.button-wrap .picScroll-left .prev, .button-wrap .picScroll-left .next {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	margin-top: 18px;
	overflow: hidden;
	cursor: pointer;
	 
	top: 20px;
	background-color: #ccc;
}

.button-wrap .picScroll-left .next {
	/*background-position: 0 -50px;*/
	right: 0px;
	background: url(../images/arr_right_small.png) center center no-repeat;
}


.button-wrap .picScroll-left .prev {
	background: url(../images/arr_left_small.png) center center no-repeat;
	left: 0px;
}

.button-wrap .picScroll-left .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
	zoom: 1;
}

.button-wrap .picScroll-left .hd ul li {
	float: left;
	width: 9px;
	height: 9px;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
}

.button-wrap .picScroll-left .hd ul li.on {
	background-position: 0 0;
}

.button-wrap .picScroll-left .bd {
	/*padding: 10px 60px;*/
	width: 1060px;
	margin: auto;
	overflow: hidden;
}

.button-wrap .picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.button-wrap .picScroll-left .bd ul li {
	margin-right: 20px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}

.button-wrap .picScroll-left .bd ul li .pic {
	text-align: center;
	width: 250px;
	line-height: 75px;
	height: 80px;
	/*background-color: #dbe2ea;*/
	background-color: #2164B7;
	vertical-align: middle;
	display: table-cell;
	border-radius: 10px;
}
.button-wrap .bd .pic a{
	display: block;
}
.button-wrap .picScroll-left .bd ul li .pic img {
	width: 45px;
	height: 45px;
	margin-right: 10px;
	vertical-align: middle;
}

.button-wrap .picScroll-left .bd ul li .pic a:hover img {
}

.button-wrap .picScroll-left .bd ul li .pic p {
	font-size: 18px;
	display: inline-block;
	color: #fff;
	font-weight: bold;
}



.button-box {
	position: relative;
}

.button-box .arrow-left {
	background: url(../images/arrow-left.png) no-repeat left top;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -15px;
	width: 17px;
	height: 50px;
}

.button-box .arrow-right {
	background: url(../images/arrow-right.png) no-repeat left bottom;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -15px;
	width: 17px;
	height: 50px;
}

.button-box .title {
	height: 80px;
}


/*信息公开*/
.xxgk-box{
	background: url(../images/bg_xxgk.jpg) right top no-repeat;
}
.xxgk-title {
	float: left;
	vertical-align: middle;
	line-height: 40px;
	height: 40px;
	padding-left: 20px;
}

.xxgk-title img {
	float: left;
	font-size: 24px;
	vertical-align: middle;
	margin-top: 8px;	
}

.xxgk-title p.c-ui {
	font-size: 24px;
	float: left;
	margin-left: 10px;
	vertical-align: middle;
}

.xxgk-tab-box {
	width: 875px;
	margin-left: 20px;
	position: relative;
}
.xxgk-tab-box .tab-btn{
	position: absolute;
	z-index: 9;
	top: 0px;
	right: 139px;
}
.xxgk-tab-box .tab-btn li{
		float: left;
	width: 134px;
	display: block;
	cursor: pointer;
	text-align: center;
	height: 40px;
	line-height: 40px;
	background-color: #eee;
	margin-left: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	z-index: 999;
}
.xxgk-tab-box .tab-btn li a{
	display: block;
}
.xxgk-tab-box .slideTxtBox2 {
	width: 875px;
	text-align: left;
}

.xxgk-tab-box .slideTxtBox2 .hd {
	position: relative;
	padding-top: 0px;
	margin-left: 180px;
}

.xxgk-tab-box .slideTxtBox2 .hd ul {
	float: left;
	position: absolute;
}

.xxgk-tab-box .slideTxtBox2 .hd ul li {
	float: left;
	width: 134px;
	display: block;
	cursor: pointer;
	text-align: center;
	height: 40px;
	background-color: #eee;
	margin-left: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	z-index: 99;
}

.xxgk-tab-box .slideTxtBox2 .hd ul li.on {
	background: #2164B7;
}

.xxgk-tab-box .slideTxtBox2 .hd ul li a {
	font-size: 18px;
	height: 40px;
	line-height: 40px;
}

.xxgk-tab-box .slideTxtBox2 .hd ul li.on a {
	display: block;
	width: 100%;
	color: #fff;
}

.xxgk-tab-box .slideTxtBox2 .bd {
	padding-top: 15px;
	clear: both;
}

.xxgk-tab-box .slideTxtBox2 .bd ul {
	zoom: 1;
}

.xxgk-tab-box .slideTxtBox2 .bd li {
	height: 40px;
	line-height: 40px;
	background: url(../images/icon_news_list.png) 10px center no-repeat;
	width: 880px;
	padding-left: 30px;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
}

.xxgk-tab-box .slideTxtBox2 .bd li span {
	float: right;
	font-size: 14px;
}

.xxgk-tab-box .slideTxtBox2 .bd li a {
	color: #333;
	display: block;	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 660px;
}
.xxgk-tab-box .slideTxtBox2 .bd li a:hover{
	color: #2164B7;
}
.xxgk-left {
    width: 942px;
	float: left;
	height: 306px;
	margin-top: 10px;
	overflow: hidden;
	border-right: 2px #dbe2ea dashed;
}

.xxgk-tab-box {}

.xxgk-right {
	float: right;
	width: 260px;
}


/*信息公开右侧按钮*/

.xxgk-right {
	width: 220px;
	margin-right: 20px;
}

.xxgk-right .xxgk-btns {
	padding-top: 40px;
}

.xxgk-right .xxgk-btns li {
	float: left;
	width: 50%;
	text-align: center;
}

.xxgk-right .xxgk-btns li a {
	display: block;
    padding-top: 16px;
}
.xxgk-right .xxgk-btns div{
	
	transition: all 0.5s;
}
.xxgk-right .xxgk-btns li div {
	border: 1px solid #ccc;
	width: 74px;
	height: 74px;
	line-height: 72px;
	vertical-align: middle;
	margin: 10px auto;
	border-radius: 5px;
	box-shadow: 2px 3px 8px 0px #dadada;
	background-color: #fff;
}
.xxgk-right .xxgk-btns a.xxgk-btn1 p{
	color: #2164b7;
}
.xxgk-right .xxgk-btns a.xxgk-btn2 p{
	color: #009688;
}
.xxgk-right .xxgk-btns a.xxgk-btn3 p{
	color: #e38b09;
}
.xxgk-right .xxgk-btns a.xxgk-btn4 p{
	color: #6896ce;
}
.xxgk-right .xxgk-btns a.xxgk-btn1:hover div{
	border-color: #2164b7;
}
.xxgk-right .xxgk-btns a.xxgk-btn2:hover div{
	border-color: #009688;
}
.xxgk-right .xxgk-btns a.xxgk-btn3:hover div{
	border-color: #e38b09;
}
.xxgk-right .xxgk-btns a.xxgk-btn4:hover div{
	border-color: #6896ce;
}
.xxgk-right .xxgk-btns li a img {
	vertical-align: middle;
	font-size: 0px;
	max-height: 50px;
	max-width: 50px;
}

.xxgk-right .xxgk-btns li a p {
	font-size: 18px;
	font-weight: bold;
}


/*底部选项卡*/

.bottom-tab {}

.bottom-tab-left {
	width: 770px;
	float: left;
	height: 364px;
	overflow: hidden;
}

.bottom-tab-left .hd {
	width: 60px;
	height: 362px;
	float: left;
}

.bottom-tab-left .hd li {
	width: 60px;
	height: 180px;
	margin-bottom: 4px;
	background-color: #ebebeb;
}

.bottom-tab-left .hd li.on {
	background-color: #2164B7;
}

.bottom-tab-left .hd li.on p {
	color: #fff;
}

.bottom-tab-left .hd li p {
	font-size: 24px;
	cursor: default;
	letter-spacing: 60px;
	width: 24px;
	padding-top: 26px;
	margin: auto;
	color: #2164B7;
}

.bottom-tab-left>.slideTxtBox3>.bd {
	margin-left: 60px;
	display: block;
}

.bottom-tab-left .bd>ul {
	width: 706px;
	height: 362px;
	border: 1px solid #eee;
}

.bottom-tab-left .bd .bottom-tab1, .bottom-tab-left .bd .bottom-tab2 {
	padding-top: 30px;
}
.bottom-tab-left .bd .bottom-tab2 {
	padding-top: 10px;
}

.bottom-tab-left .bd .bottom-tab2 li img{
	max-width: 40px;
	max-height: 40px;
	display: inline-block;
}
.bottom-tab-left .bd .bottom-tab1 .bt1-left {
	float: left;
	margin-left: 30px;
	padding-right: 10px;
	margin-right: 20px;
	border-right: 1px dashed #ccc;
	padding-bottom: 10px;
}
 .bottom-tab-left .bd .bottom-tab1 .bt1-right{
 	margin-left: 10px;
 }
.bottom-tab-left .bd .bottom-tab1 .bt1-left .title img{
	float: left;
	margin-top: 12px;
}
.bottom-tab-left .bd .bottom-tab1 .bt1-right .title img{
	float: left;
	margin-top: 8px;
}
.bottom-tab-left .bd .bottom-tab1 .bt1-left, .bottom-tab-left .bd .bottom-tab1 .bt1-right {
	width: 300px;
	display: inline-block;
}
.bottom-tab-left .bd .bottom-tab1 .bt1-left .title .iconfont{
	font-weight: bold;
}
.bottom-tab-left .bd .bottom-tab1 .bt1-left ul li, .bottom-tab-left .bd .bottom-tab1 .bt1-right ul li {
	background: url(../images/icon_bottom_list.png) left center no-repeat;
	padding-left: 10px;
	margin-left: 10px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 256px;
}
.bottom-tab-left .bd .bottom-tab1 .bt1-left ul li a, .bottom-tab-left .bd .bottom-tab1 .bt1-right ul li a{
	font-size: 16px;
}
.bottom-tab-left .bd .bottom-tab1 .bt1-left ul li a:hover, .bottom-tab-left .bd .bottom-tab1 .bt1-right ul li a:hover{
 color: #2164B7;	
}
.bottom-tab1 ul {
	padding: 16px 0 20px;
	    min-height: 160px;
}

.bt1l-btn .btn {
	width: 130px;
	height: 40px;
	border: 1px solid #2164B7;
	float: left;
	border-radius: 10px;
	text-align: center;
	
}

.bt1l-btn .btn1 {
	/*margin-left: 40px;*/
	margin-right: 20px;
}
.bt1l-btn .btn2{
}
.bt1l-btn .btn a{
	display: block;
	text-align: center;
	width: 100%;
}

.bt1l-btn .btn img{
	vertical-align: middle;
	display: inline-block;
}
.bt1l-btn .btn p {
	font-size: 18px;
	color: #2164B7;
	/*float: left;*/
	height: 36px;
	line-height: 40px;
	/*margin-left: 15px;*/
	display: inline-block;
}

.bt1l-btn .btn p {
	font-size: 14px;
	/*margin-left: 5px;*/
}

.bt1r-btn i, .bt1r-btn p {
	/*float: left;*/
	display: inline-block;
	height: 30px;
	line-height: 30px;
	margin-left: 5px;
	font-size: 24px;
}

.bt1r-btn i {
	line-height: 35px;
	/*color: #fff;*/
}
.bt1-right a .c-ui{
	/*color: #fff;*/
}
.bt1r-btn i.c-ui{
	transition: all 0.5s;
	/*color: #fff;*/
}
.bt1r-btn a:hover i.c-ui{
	padding-left: 5px;
	transition: all 0.5s;
}
.bottom-tab-left .bd .bottom-tab2 ul {
	width: 90%;
	margin: auto;
}

.bottom-tab-left .bd .bottom-tab2 li {
	width: 50%;
	float: left;
	padding: 10px 10px;
	box-sizing: border-box;
}

.bottom-tab-left .bd .bottom-tab2 li a {
	display: block;
	padding: 25px 20px;
	background-color: #f4f4f4;
	vertical-align: middle;
	text-align: center;
}

.bottom-tab-left .bd .bottom-tab2 li a img, .bottom-tab-left .bd .bottom-tab2 li a p {
	font-size: 20px;
	display: inline-block;
	color: #2164B7;
	vertical-align: middle;
}
.bottom-tab-left .bd .bottom-tab2 li a p{
	margin-left: 10px;
}

/*底部选项卡右侧*/

.bottom-tab-right {
	float: right;
	width: 430px;
	padding-top: 10px;
}

.bottom-tab-right .title {
	height: 36px;
	line-height: 36px;
	width: 400px;
	margin: auto;
	padding-top: 10px;
}

.bottom-tab-right .title p {
	color: #2164B7;
	display: inline-block;
	font-size: 24px;
	height: 43px;
	line-height: 38px;
	vertical-align: top;
}

.bottom-tab-right .title img {
	color: #2164B7;
	display: inline-block;
	font-size: 24px;
	line-height: 42px;
	vertical-align: middle;
	margin-left: 20px;
}

.btr-list {
	width: 382px;
	margin: auto;
	border-bottom: 5px solid #dae1e6;
	height: 180px;
}

.btr-list ul {
	height: 178px;
	padding-top: 20px;
	zoom: 1;
}

.btr-list li {
	height: 36px;
	line-height: 36px;
	background: url(../images/icon_news_list.png) 10px center no-repeat;
	padding-left: 30px;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
}

.btr-list li span {
	float: right;
	font-size: 14px;
}

.btr-list li a {
	/*font-family: "黑体";*/
	color: #333;	
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 230px;
	display: block;
}
.btr-list li a:hover{
	color: #2164B7;
}

/*底部右侧按钮*/

.btr-btns {
	padding: 11px 20px;
	position: relative;
	height: 100px;
	overflow: hidden;
}
.btr-btns  .next{
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -32px;
	top: -3px;
	width: 65px;
	height: 16px;
	background: url(../images/arrow-bottom.png) center center no-repeat;
	background-size: 65px 16px;
	cursor: pointer;
}
.btr-btns .bd ol:after{
    display:block;
    clear:both;
    content:"";
}
.btr-btns .bd ol li {
	float: left;
	width: 33.3%;
	display: table;
}
.btr-btns .bd ol li a{
	position: relative;
	display: block;
	width: 92px;
	height: 92px;
	border-radius: 100%;
	overflow: hidden;
    margin: auto;
}
.btr-btns .bd ol li .btr-btns-item {
	width: 92px;
	height: 92px;
	line-height: 90px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}

.btr-btns .bd ol li .btr-btns-item .btr-btns-img {
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	
	/*left: 50%;*/
	width: 92px;
	height: 92px;
	/*top: 50%;
	margin-left: -46px;
	margin-top: -46px;*/
	overflow: hidden;
}

.btr-btns .bd ol li .btr-btns-item .btr-btns-img img {

	width: 100%;
}

.btr-btns .bd ol li .btr-btns-item p {
	width: 100%;
	/*height: 92px;*/
	line-height: 24px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	display: none;
	/*display: inline-block;*/
}


/*底部广告*/

.bottom-box .picScroll-left {
	width: 1200px;
	overflow: hidden;
	position: relative;
	/*border: 1px solid #ccc;*/
	background-color: #f4f4f4;
}

.bottom-box .picScroll-left .hd {
	overflow: hidden;
	height: 30px;
	background: #f4f4f4;
	padding: 0 10px;
}

.bottom-box .picScroll-left .prev, .bottom-box .picScroll-left .next {
	display: block;
	width: 31px;
	height: 90px;
	/*float: right;*/
	position: absolute;
	margin-top: 18px;
	overflow: hidden;
	cursor: pointer;
	 
	top: 10px;
}

.bottom-box .picScroll-left .next {
	right: 20px;
}

.bottom-box .picScroll-left .prev {
	left: 20px;
}


.bottom-box .picScroll-left .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
	zoom: 1;
}

.bottom-box .picScroll-left .hd ul li {
	float: left;
	width: 9px;
	height: 9px;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
	background: url("images/icoCircle.gif") 0 -9px no-repeat;
}

.bottom-box .picScroll-left .hd ul li.on {
	background-position: 0 0;
}

.bottom-box .picScroll-left .bd {
	padding: 10px 60px;
	overflow: hidden;
	width: 1200px;
	height: 125px;
}

.bottom-box .picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.bottom-box .picScroll-left .bd ul li {
	margin: 0 8px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}

.bottom-box .picScroll-left .bd ul li .pic {
	text-align: center;
}

.bottom-box .picScroll-left .bd ul li .pic img {
	width: 200px;
	height: 125px;
	display: block;
}

.bottom-box .picScroll-left .bd ul li .pic a:hover img {
	border-color: #999;
}

.bottom-box .picScroll-left .bd ul li .title {
	line-height: 24px;
}

/*底部相关链接*/
.qb-left{
	float: left;
	width: 323px;
	height: 172px;
	
}
.qb-left img{
	width: 323px;
	height: 176px;
	display: block;
}

.about{
	text-align: center;
	line-height: 21px;
}
.about>img{
	
}
.about b{
	font-size: 16px;
	margin-bottom: 10px;
	display: block;
}
.about p{
	font-size: 14px;
}
.about span{
	font-size: 14px;
	font-weight: bold;
	height: 26px;
	line-height: 26px;
	vertical-align: middle;
}
.about span img{
	vertical-align: middle;
	margin-right: 5px;
}
.about-box .about{
	/*width: 128px;*/
	width: 170px;
	height: 172px;
    line-height: 60px;
	float: left;
}

.about-box .links-box{
	float: right;
	width: 700px;
}
.links{
	border: 1px dashed #2164B7;
	border-top: 0;
}
.links-title{
	line-height: 50px;
	height: 50px;
	width: 100%;
	background-color: #2164B7;
}
.links-title i , .links-title p{
	color: #fff;
	font-size: 20px;
	margin-left: 10px;
	display: inline-block;
}

.links>ul {
	padding: 10px;
	z-index: 99;
	position: relative;
}
.links>ul>li{
	box-sizing: border-box;
	width: 50%;
	padding: 5px 20px;
	float: left;
	text-align: center;
	position: relative;
}
.links>ul>li .links-btn{
	text-align: center;
	display: inline-block;
	width: 270px;
	height: 37px;
	line-height: 37px;
	padding: 0 20px;
	border: 1px solid #2164B7;
	border-radius: 10px;
	cursor: pointer;
	z-index: 98;
	position: relative;
}
.links>ul>li .links-btn p{
	display: inline-block;
	font-size: 16px;
}
.icon-links-btn{
	background: url(../images/btn_links_closed.png) center center no-repeat;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 10px;
	right: 30px;
}

.links-btn.closed .icon-links-btn{
	background-image: url(../images/btn_links_closed.png);
}
.links-btn.opened .icon-links-btn{
	background-image: url(../images/btn_links_opened.png);
}
.links ul li p:hover{
	color: #2164B7;
}
.links ul li .links-sublist{
	position: absolute;
	left: 14px;
	background-color: #fff;
	bottom: 50px;
	padding: 10px;
	padding-right: 5px;
	border: 1px solid #2164B7;
	width: 310px;
	box-sizing: border-box;
	border-radius: 10px;
	z-index: 98;
}
.links ul li .links-sublist.hide{
	display: none;
}
.links ul li .links-sublist-wrap{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9;
	top: 0;
	left: 0;
}
.links ul li .links-sublist-wrap.hide{
	display: none;
}
.links ul li .links-sublist ul{
	max-height: 450px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.links ul li .links-sublist li{
	height: 28px;
	line-height: 28px;
}
.links ul li .links-sublist li a{
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	display: block;
	width: 100%;
}

.links ul li .links-sublist ul::-webkit-scrollbar {
	width: 5px;
}
.links ul li .links-sublist ul::-webkit-scrollbar-track {
  width: 5px;
	background-color: rgba(0, 0, 0, 0);
}
.links ul li .links-sublist ul::-webkit-scrollbar-thumb {
  width: 5px;
  background-color: rgba(33, 100, 183, 0.29);
}



/*19.3.16修改*/
.btr-btns-img-wrap{
	width: 92px;
	height: 92px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
	background: url(../images/btr_btns_item_wrap.png) center center no-repeat;
}
.btr-btns .bd ol li .btr-btns-item .btr-btns-img{
	z-index: 9;
}
.bottom-tab2 .tempWrap{
	margin: 10px auto;
}
.bt2-page{
	width: 600px;
	height: 360px;
}
 .bottom-tab-left .bd .bottom-tab2 .picScroll-left{
 	position: relative;
	 width: 100%;
	 height: 300px;
 }
.bottom-tab-left .bd .bottom-tab2 .picScroll-left .sPrev , .bottom-tab-left .bd .bottom-tab2 .picScroll-left .sNext {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	margin-top: 18px;
	overflow: hidden;
	cursor: pointer;
	top: 130px;
	background-color: #ccc;
	z-index: 99999;
}
 .bottom-tab-left .bd .bottom-tab2 .picScroll-left .sNext {
	right: 0px;
	background: url(../images/arr_right_small.png) center center no-repeat;
}
.bottom-tab-left .bd .bottom-tab2 .picScroll-left .sPrev {
	background: url(../images/arr_left_small.png) center center no-repeat;
	left: 0px;
}

.links{
	padding: 15px 10px;
}
.links>ul{
	padding: 0;
}
.links>ul>li{
	padding: 5px 10px;
}
.links>ul>li.sec-links{
	width: 33.3%;
}

.links>ul>li.sec-links .links-btn{
	width: 200px;
	box-sizing: border-box;
}

.links ul li.sec-links .links-sublist{
	left: 13px;
	width: 200px;
}
	
.links>ul>li.sec-links .icon-links-btn{
	right: 10px;
}

.links>ul>li.sec-links .links-btn p{
	margin-left: -10px;
}
.icon-links-btn{
	top: 8px;
}
.links>ul>li .links-btn p{
	height: 36px;
	line-height: 36px;
	display: block;
}

.foot-cont{
	margin: 15px auto 0;
}
.bottom-tab-left .bd .bottom-tab1, .bottom-tab-left .bd .bottom-tab2 {
    padding-top: 20px;
}
.bt1l-btn , .bt1r-btn{
	margin-top: 20px;    
    overflow: hidden;
    text-align: center;
}
/*3.21修改*/
.xxgk-right .xxgk-btns{
    padding: 36px 8px 0;
}
.xxgk-right .xxgk-btns li div{
    width: 61px;
    height: 53px;
    line-height: 48px;
	margin: auto;
}
.xxgk-right .xxgk-btns li a p{
	height: 24px;
	line-height: 32px;
	font-size: 14px;
	
}
.xxgk-right .xxgk-btns li div img{
	width: 40px;
	height: 40px;
}
.xxgk-btns-changed{
	transition: all 0.5s;
	margin: 19px auto 10px;
	border: 1px solid #ccc;
	width: 166px;
    height: 50px;
	line-height: 48px;
	vertical-align: middle;
	border-radius: 5px;
	box-shadow: 2px 3px 8px 0px #dadada;
	background-color: #fff;
}
.xxgk-btns-changed:hover{
	transition: all 0.5s;
	border-color: #2164B7;
}
.oneColumn .c-ui{
    color: #fff;
}
.xxgk-btns-changed a{
	display: block;
	text-align: center;
}
.xxgk-btns-changed img{
	display: inline-block;
	vertical-align: middle;
  max-width: 40px;
  max-height: 40px;
}

.xxgk-btns-changed a p {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    color: #2164b7;
}

/*4.9主任信箱修改*/
.bottom-tab-left .bd .bottom-tab1 .bt1-right ul li{
	height: 30px;
	line-height: 30px;
	padding-left: 0px;
	margin-left: 0px;
	background-image: none;
}
.bottom-tab-left .bd .bottom-tab1 .bt1-right ul li a{
	font-family: auto;
	font-size: 14px;
}


/*4.11修改*/
.news-box{
	margin-top: 20px;
}
.news-tab{
	height: 360px;
}
.news-box .slideBox{
	margin-top: 15px;
}
.news-box .slideBox .bd img ,.news-box .slideBox{
	width: 630px;
	height: 340px;
}
.news-tab{
	width: 540px;
}
.news-tab .slideTxtBox{
	width: 540px;
}
.news-tab .slideTxtBox .hd ul li{
	width: 135px;
}
.news-tab .slideTxtBox .bd li{
	width: 540px;
	height: 37px;
}
.news-focus-info p{
	width: 440px;
}

.button-wrap .picScroll-left .bd ul li .pic img{
	width: 32px;
	height: 32px;
}

.bottom-tab1 ul{
	padding-bottom: 10px;
}

.bottom-tab-left .more{
  float: right;
  height: 43px;
  line-height: 43px;
  margin-right: 20px;	
}
.btr-btns .bd ol li .btr-btns-item p{
	display: block;
}
.btr-btns .bd ol li .btr-btns-item .btr-btns-img{
	z-index: -1;
}
.icon-links-btn , .links-btn.closed .icon-links-btn ,.links-btn.opened .icon-links-btn{
	background-image: url(../images/btn_links.png);
	right: 10px;
}
.about p {
    font-size: 16px;
    padding: 20px 0px 10px;
}
.qb-left{
	position: relative;
}
.qbl-wrap{
	position: absolute;
	width: 100%;
	padding-top: 50px;
	cursor: pointer;
}
.qbl-wrap p{
	font-size: 24px;
	color: #fff;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
/*中小企业*/
.zxqy-new-style{
  height: 165px;
  padding-top: 15px;
  width: 390px;
  text-align: center;
  border-bottom: 4px solid #dae1e6;
  margin: auto;
}
.zxqy-new-style a{
	display: block;
}
.zxqy-new-style a img{
	display: block;
	margin: auto;
	width: 344px;
	height: 75px;
}
.zxqy-new-style .zns1{
	padding-bottom: 5px;
}
.bt1l-box {
  width: 280px;
  overflow: hidden;
}
.bt1l-box>iframe{
	width: 300px !important;
	padding-top: 17px !important;
}
.bt1l-btn .btn1{
	margin-right: 10px;
}
/*意见征集ie8hack*/
/*.bottom-tab1 ul{
	height: 180px\0;
	padding-top: 4px\0;
	margin-bottom: 10px\0;
	overflow: hidden\0;
}
.bottom-tab-left .bd .bottom-tab1 .bt1-right ul li{
	height: 36px\0;
	line-height: 36px\0;
}
.bottom-tab-left .bd .bottom-tab1 .bt1-right ul li a{
	font-family: "Times New Roman",Georgia,Serif\0;
}*/

/*报名入口bannar*/
.banner-box{
	height: 420px;
	margin: 16px 0;
	background: #dddddd;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/banner.png);
}
.banner-box .banner-entry{
	float: right;
    width: 392px;
    margin-top: 20px;
    height: 363px;
  /*   border: 1px solid red; */
}
.banner-box .banner-entry .entry-item{
	float: left;
    width: 390px;
    height: 173px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
    /* margin-left: 16px; */
    margin-bottom: 16px;
}
.entry-item .entry-icon{
	height: 135px;
	text-align: center;
}
.entry-item .entry-icon>img{
	width: 85px;
	height: 85px;
	margin-top: 25px;
}
.entry-item .entry-text{
	/* line-height: 45px; */
    /* height: 100%; */
    color: #fff;
    /* position: absolute; */
    font-size: 23px;
    text-align: center;
    width: 107px;
    /* line-height: 156px; */
    margin-left: 181px;
   /*  border: 1px solid red; */
    word-break: break-all;
    margin-top: 60px;
}
.banner-box .plate-content{
	padding: 20px;
}
/*报名入口bannar 结束*/
/* 考试安排，考试简介模块 */
.exam-plan-plate{
	width: 830px;
	overflow: hidden;
	float: left;
}
.exam-plan-plate .plate-body{
	height: 300px;
}
.exam-info-plate{
	width: 350px;
	overflow: hidden;
	float: right;
}
.exam-info-plate .exam-info-text{
	font-size: 16px;
	line-height: 52px;
	height: 300px;
    text-overflow: ellipsis;
	display: block;
	word-break: break-all;
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 6;*/
    /*-webkit-box-orient: vertical;*/
}
.exam-plan-icon{
	background: url("../images/css-sp.png");
}
.exam-info-icon{
	background: url("../images/css-sp.png") 0 -24px;
}
.exam-book-icon{
	background: url("../images/css-sp.png") 0 -46px;
}
.exam-rule-icon{
	background: url("../images/css-sp.png") 0 -71px;
}

/* 考试安排，考试简介模块 结束 */
/* 考试用书 */
.plate-box .plate-body.exam-book-body{
	padding: 20px 0;
}
#examBook>li{
	float: left;
}
.exam-book-body .book-item{
	width: 171px;
	text-align: center;
}
.exam-book-body .book-item .book-image{
	display: inline-block;
	width: 110px;
	height: 150px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.exam-book-body .book-item .book-title{
	line-height: 30px;
	text-align: center;
}
/* 考试用书 结束 */
/* 相关政策及考试资格介绍 */
.exam-rule-plate{
	float: left;
	width: 590px;
}
.exam-rule-plate .plate-body{
	height: 301px;
}
.exam-rule-plate .exam-rule-body{
	padding: 7px 20px;
	overflow: hidden;
}
.exam-rule-right{
	float: right;
	width: 590px;
	height: 355px;
}
.exam-rule-right-content{
	height: 282px;
	margin-top: 18px;
	border-collapse: collapse;
}
.exam-rule-right-content td{
	border: 1px solid #ececec;
	text-align: center;
}
.exam-rule-right-content .rule-content{
	width: 550px;
	height: 240px;
}
.exam-rule-right-content .content-tab{
	height: 40px;
	margin-right: -3px;
}
.exam-rule-right-content .content-tab .exam-tab-item{
	float: left;
	width: 183px;
	background: #F5F5F5;
	font-weight: bold;
	line-height: 40px;
	border-right: 1px solid #ececec;
	cursor: pointer;
}
.exam-rule-right-content .content-tab .exam-tab-item.active{
	background: #2164b7;
	color: white;
}
.exam-rule-right>.clear-float{
	text-align: center;
	margin-right: -30px;
}
.exam-rule-right>.clear-float>.exam-rule-link{
	display: inline-block;
	width: 180px;
	height: 50px;
	line-height: 50px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-right: 21px;
	background-color: #ddd;
	position: relative;
}
.exam-rule-right>.clear-float>.exam-rule-link .exam-rule-innerbox{
	height: 50px;
	width: 180px;
	line-height: 50px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}
.rule-content .tab-content{
	display: none;
}
.rule-content .tab-content.active{
	display: block;
}
.rule-content .tab-content .tab1-items{
	width: 109px;
	height: 240px;
	border-right: 1px solid #ececec;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	background: #f5f5f5;
}
.rule-content .tab-content .tab1-items:nth-child(odd){
	background: #F6FCFF;
}
.rule-content .tab-content .tab1-items.border-none{
	border-right: none;
}
.rule-content table.tab-content tr{
	height: 35px;
}
.rule-content table.tab-content th{
	border: 1px solid #fff;
	background: #0366C3;
	color: white;
	height: 30px;
}
.rule-content table.tab-content td{
	height: 40px;
}
.rule-content table.tab-content{
	font-size: 14px;
}
.tab1-items:hover, .tab-content tbody td:hover{
	color: #2164B7;
	transition: all 0.5s;
	cursor: pointer;
}
/* 相关政策及考试资格介绍 结束 */
/* 倒计时 */
.banner-time-conatiner{
	height: 390px;
	width: 143px;
	position: absolute;
	left: 50%;
	top: 11px;
	margin-left: -746px;
}
@media screen and (max-width: 1480px) {
	.banner-time-conatiner{
		margin-left: -617px;
	}
}

.banner-time-box{
	height: 390px;
	width: 143px;
	background: url("../images/time_bk.png") no-repeat center;
	text-align: center;
}
.banner-time-box .banner-time-img{
	margin-top: -4px;
	margin-left: -3px;
}
.banner-time-info{
	margin: -6px 30px 0;
	overflow: hidden;
	clear: both;
}
.banner-time-info .banner-time-left{
	float: left;
	width: 50%;
	font-size: 34px;
	line-height: 40px;
	height: 200px;
	color: white;
}
.banner-time-info .banner-time-right{
	float: right;
	width: 50%;
	font-size: 38px;
	line-height: 44px;
	font-weight: bold;
	color: white;
	height: 200px;
	position: relative;
}
.banner-time-info .banner-time-right .banner-time-day{
	/*position: absolute;*/
	/*bottom: 0;*/
	/*left: 0px;*/
	display: inline-block;
	width: 40px;
	height: 40px;
	background: white;
	border-radius: 40px;
	text-align: center;
	line-height: 40px;
	color: #036FC8;
	font-size: 24px;
	font-weight: normal;
}
/* 倒计时 结束 */