<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	font-family:"Microsoft YaHei";
	font-size:14px;
}
*{
	list-style:none;
	margin:0;
	padding:0;
	text-decoration: none;
}
img{
	vertical-align: middle;
}
ol {
	margin-bottom:0;
	padding:0;
}
li{
	padding:0;
	margin:0;
}
a:hover{
	text-decoration:inherit;
}
table ,tr ,th ,td{
	border:inherit;
}
input{
	border:0;
}
/*顶部*/
.alk-header{
	width:100%;
	height:90px;
	background:#fff;
}
.alk-header .header-box{
	width:1170px;
	height:90px;
	margin:0 auto;
}
.alk-header-title{
	float:left;
	line-height:90px;
	margin-top: 20px;
}
.alk-header-ul{
	float:right;
	line-height: 90px;
	margin-bottom: 0;
}
.alk-header-ul li {
	float:right;
	padding-right:20px;
	display:block;
}
.alk-header-ul li a{
	color:#333;
	text-decoration:none;
}
/*menu*/
.alk-menu{
	width:100%;
	height:45px;
	background:#90000a;
	color:#fff;
}
.alk-menu-box{
	width:1190px;
	line-height:45px;
	margin:0 auto;
}
.alk-menu-box a li{
	float:left;
	padding:0 18px;
	color:#fff;
	font-size:16px;
}
.alk-menu-box a li.click{
	background:#700004;
}

.alk-menu .alk-menu-box li{
	width:calc(100% / 6);
	text-align: center;
}
.alk-menu-box a li:hover{
	background-color: #700004;
}

.alk-tip{
	background: #d9534f;
	border-radius: 8px;
	padding: 0 8px;
	margin: 0 10px;
	color:#fff;
}

.banner-search{
	width:720px;
	height:60px;
	background:rgba(255, 255, 255, 0.3);
	margin: 0 auto;
	margin-bottom:30px;
	border:2px solid #fff;
}
.search-place{
	width: 80%;
    float: left;
    padding-left: 20px;
    background: none;
    border: 0;
    color: #fff;
    font-size: 16px;
    line-height: 60px;
	font-weight: bold;

}
.search-btn{
	float: right;
	padding-right: 20px;
	line-height: 60px;
	width: 60px;
	background: url(../images/search.png) no-repeat center
}

/*推荐服务*/
.recom-bg{
	width:100%;
	height:475px;
	background:#f9f9f6;
}
.recom-box{
	width:1170px;
	height:475px;
	margin:0 auto;
}
.recom-title{
	position: relative;
}
.spbq{
	width: 360px;
	height: 105px;
	float: left;
	line-height: 2;
	padding: 10px 10px 0 20px;
	margin:30px 30px 0px 0px;
	position: relative;
	overflow: hidden;
	background: #fff;
	border: 1px solid #ddd;
}
.spbq .spbq-img{
	width: 60px;
	line-height: 105px;
	vertical-align: middle;
	position: absolute;
	top: 22px;
}
.spbq .spbq-title{
	color: #333;
	font-size: 18px;
    font-weight: 500;
    margin: 0;
	position: absolute;
	left: 95px;
	top: 20px;
}
.spbq .spbq-tag{
	display: block;
	margin: 0;
	font-size: 12px;
	color: #666;
	position: absolute;
	left: 95px;
	top: 44px;
}
.spbq .spbq-star{
	color: #999;
	font-size: 14px;
	position: absolute;
	left: 95px;
	bottom: 12px;
	line-height: 24px;
	margin: 0;
}
.spbq .spbq-star li{
	float:left;
	padding-right:8px;
}
.biankuang{
	width: 3px;
	height: 3px;
	position: absolute;
	z-index: 99;
	border-radius:10px;
	/*background: black;*/
}
.biankuang_1{
	height: 3px;
	top: -6px;
	left:0px;
	border-left: 3px solid #90000a;
}
.biankuang_2 {
	width: 0px;
	bottom:0px;
	left: 0px;
	border-top: 3px solid #90000a;
}
.biankuang_3{
	height: 0px;
	bottom:0px;
	right:0px;
	border-right: 3px solid #90000a;
}
.biankuang_4{
	width:0px;
	top:0px;
	right:0px;
	border-bottom: 3px solid #90000a;
}
.text_gobuy {
	position: absolute;
	z-index:9;
	bottom: -80px;
	right: 0px;
	width: 360px;
	height: 50px;
	overflow: hidden;
	cursor: pointer;
	transition:all  300ms;
	-webkit-transition:all  300ms;
	-moz-transition:all  300ms;
	-o-transition:all  300ms;
}
.text_gobuy_show{
	height: 105px;
	position: absolute;
	z-index:9;
	bottom: 0px;
	right:0px;
	width: 360px;
	overflow: hidden;
	padding: 20px 15px ;
	cursor: pointer;
	background:rgba(0, 0, 0, 0.2);
}
.sc-btn{
	width: 80px;
	background: #fb8d14;
	border: 0;
	font-size: 14px;
	color: #fff;
	vertical-align:middle;
	height:32px;
	border-radius:5px;
	margin:20px 50px;
}
.bl-btn{
	width: 80px;
	background: #90000a;
	border: 0;
	font-size: 14px;
	color: #fff;
	vertical-align:middle;
	height:32px;
	border-radius:5px;
	margin-left: 230px;
    margin-top: 25px;
}

/*服务分类*/
.fw-tag-box{
	width:1170px;
	margin:0 auto;
	height:490px;
	position: relative;
}
.fw-tag-nav{
	width:275px;
	height:245px;
	float:left;
	margin:30px 15px 0px 0px;
}
.fw-tag-nav:hover{
    width: 285px;
    height: 255px;
    float: left;
    margin: 20px 5px 0px 0px;
}
.fw-tag-nav dt{
	width:245px;
	height:200px;
}
.fw-tag-nav dd{
	width:275px;
	height:45px;
	line-height:45px;
	color:#fff;
	font-size:18px;
	padding-left:20px;
}
.fw-tag-nav dd:hover{
	width:275px;
	height:45px;
	line-height:45px;
	color:#fff;
	font-size:20px;
	padding-left:20px;
	background:#90000a;
}
.fw-blue{
	background:#3da5bb;
}
.fw-green{
	background:#55b164;
}
.fw-yellow{
	background:#d8ad35;
}
.fw-red{
	background:#d05135;
}

.tags-btn{
	position: absolute;
	right: 28px;
	top: 80px;
	width: 120px;
	height: 40px;
	background: #90000a;
	border: 0;
	font-size: 16px;
	color: #fff;
}
.hall-btn{
	position: absolute;
	right: 28px;
	/* top:10px; */
	width: 120px;
	height: 40px;
	background: #90000a;
	border: 0;
	font-size: 16px;
	color: #fff;
}

.news-notice{
	width:1170px;
	margin:0 auto;
	height:560px;
	margin-top: 60px;
}


/*工作动态*/
.alk-news-box{
	float:left;
	width:760px;
	position:relative;
}
.alk-news-list-box{
	width:100%;
}
.alk-news-list{
	width:350px;
	height:320px;
	margin-top:10px;
	float:left;
}
.alk-news-list a li{
	height:76px;
	line-height:24px;
	border-bottom:1px dashed #ddd;
	color:#333;
	font-size:14px;
	padding-top:12px;
	position:relative;
}

.alk-news-list a li p{
	width: 90%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.alk-news-list_source{
	position: absolute;
	right: 80px;
	bottom: 14px;
	color: #666;
	width: calc(100% - 80px);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: right;
}
.alk-news-list a li span:last-child{
	position: absolute;
	right: 0;
	bottom: 14px;
	color: #666;
}
.alk-news-list a li:hover{
	color:#90000a;
	text-decoration:none;
}
.alk-news-list a:hover{
	text-decoration:none;
}
.alk-news-img-list{
	float:right;
	width:365px;
	height:290px;
	position:relative;
}
.alk-news-img{
	width:365px;
	height:302px
}
.alk-news-img-bg{
	width:100%;
	height:70px;
	background:rgba(0, 0, 0, 0.5);
	position:absolute;
	bottom:0;
	z-index:2;
}
.alk-news-img-bg p{
	color:#fff;
	padding-left:20px;
	line-height:24px;
	font-size:16px;
	padding-top:10px;
}
.alk-news-img-bg span{
	color:#fff;
	padding-left:20px;
	font-size:14px;
}
.alk-news-btn{
	position: absolute;
	left: 0px;
	bottom: 40px;
	width: 120px;
	height: 40px;
	background: #90000a;
	border: 0;
	font-size: 16px;
	color: #fff;
}


/*通知公告*/
.alk-notice-box{
	float:right;
	width:370px;
}
.alk-notice-list{
	width:85%;
	margin-top:30px;
}
.notice_a:hover .notice_a_li {
	background-color: #fafafa;
}
.alk-notice-list a li{
	height:65px;
	margin-bottom:30px;
}
.alk-notice-list a li dl{
	float:left;
	background:#90000a;
	width:60px;
	height:65px;
	text-align:center;
}
.alk-notice-list a li dl dt{
	font-size:18px;
	width:80%;
	margin:0 auto;
	line-height:36px;
	border-bottom:1px solid #fff;
	color:#fff;
}
.alk-notice-list a li dl dd{
	font-size:14px;
	color:#fff;
	line-height:30px;
}
.alk-notice-list a li p{
	float:left;
	color:#333;
	line-height:24px;
	padding-left:20px;
	width:240px;
	padding-top:8px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

/*footer*/
.alk-footer{
	width:100%;
}
.tj-footer{
	width:100%;
	height:100px;
	background:#90000a;
}
.tj-box{
	width:1170px;
	margin:0 auto;
	line-height:100px;
	color:#fff;
}
.tj-box li{
	float:left;
}
.tj-box li.tj-fwl{
	font-size:18px;
	font-weight:bold;
	padding-right:70px;
	width:360px !important;
	line-height:90px;
	padding-left:100px
	
}
.tj-box li.tj-fwl span{
	font-size:36px;
	padding-left:10px;
}

.tj-box li a{
	color:#fff;
	font-size:14px;
	padding-right:20px;
}

.copy-footer{
	width:100%;
	height:130px;
	line-height:30px;
	background:#90000a;
	color:#fff;
	text-align:center;
    font-size:14px;
}

/*---------------------------------------------------------------------------服务中心--------------------------------------------------------------*/
.fwjs-bg{
	width:100%;
	background:#fff;
}
.top-select{ 
	position: relative;
	width: 1170px;
	margin: 20px auto;
}
.fwjs-search-text{
	margin-top:10px;
	width:300px;
	line-height:36px;
	border:1px solid #90000a;
	padding-left:15px;
	float:left;
}
.fwjs-search-btn{
	width:55px;
	height:38px;
	background:#90000a;
	color:#fff;
	font-size:18px;
	border:0;
	margin-top:10px;
	float:left;
}
.service-center-search{ position:relative; }
.select-bar{ font-size:16px;padding-right: 15px}
.select-bar a{ margin-bottom:10px; color:#333;display:inline-block; padding:0px 6px; line-height:30px; margin-right:10px;}
.select-bar a.slide-btn{ background:url(../images/select-bar-slide-down-icon.png) no-repeat; display:inline-block; width:35px; height:35px; position:absolute; top:7px; right:0px; cursor:pointer}
.select-bar a.slide-btn1{ background:url(../images/select-bar-slide-down-icon.png) no-repeat; display:inline-block; width:35px; height:35px; position:absolute; top:7px; right:0px; cursor:pointer}
.select-bar a.active{ background:#fb8d14; color:#fff; border-radius:3px;}
.select-bar a.rq{ color:#e72b11;}
.select-bar a.sj{}


.select-bar .item-list{ padding:10px 0px 0px 0px; border-bottom:1px #e7e7e7 solid; position:relative;} 
.select-bar .item-list h5{ font-size:16px; display:inline-block;font-weight:normal; margin-right:10px; vertical-align:top; margin-top:5px;}
.select-bar .item-list h5 .app-icon{ display:none}
.select-bar .item-list div.items{ display:inline-block;width: 1000px;overflow: hidden;}
.select-bar .item-list div.slide-items{ display:none;}
.select-bar .item-list div.slide-items1{ display:none;}
.english_class{margin-left: -1px;}


.alk-service-bg{
	background:#f9f9f6;
	overflow: hidden;
}
.alk-service-nav-box{
	width:1170px;
	margin:0 auto;
	min-height:400px;
	overflow: hidden;
	margin-bottom: 30px;
}

.zm-nav{
	width:32px;
	height:32px;
	background:#90000a;
	border-radius:8px;
	text-align:center;
	line-height:32px;
	color:#fff;
	margin-top:30px;
	clear: both;
}

.alk-service-nav{
	width: 272px;
	height: 120px;
	background: #fff;
	border: 1px solid #ddd;
	margin: 20px 20px 0 0;
	position: relative;
	float: left;
}
.alk-service-nav:hover{
	box-shadow:0px 0px 18px rgba(0, 0, 0, 0.08);
}
.alk-service-nav-img{
	width: 60px;
	position: absolute;
	left: 15px;
	bottom: 10px;
	
}

.alk-service-nav-title{
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding:0 15px;
	color: #333;
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.alk-service-nav-tag{
	position: absolute;
	left: 95px;
	bottom: 40px;
	color: #666;
	font-size: 14px;
}
.alk-service-nav-star{
	position: absolute;
	bottom: 10px;
	left: 95px;
}
.alk-service-nav-star li{
	float:left;
	padding-right: 8px;
	color:#999;
}
li.star-click{
	color:#f5b639;
}
.hot-new{
	position: absolute;
	bottom: 0px;
	right: 0;
}
.collect-heart{
	position: absolute;
	right: 12px;
	top: 10px;
	color: #eee;
}
.heart-click{
	color:#d9534f;
}
/*------------------------------------service_guide-------------------------------------------------*/
#service_guide{
	width:100%;
	margin:0 auto;
}
/*guide_title*/
.guide_title{
	min-height:90px;
	box-shadow: 2px 2px 2px rgba(200, 200, 200, 0.55);
}
.guide_title .guide_title_center{
	width:1000px;
	margin:0 auto;
	    overflow: hidden;
}

.guide_title .guide_title_center p{
	line-height:90px;
	color:#333333;
	font-size:20px;
	float:left;
}
.guide_title .guide_title_center .bt_1, .bt_2, .bt_3,.bt_4, .bt_5{
	width:110px;
	height:40px;
	border-radius:5px;
	float:right;
	margin-right:15px;
	color:#fff;
	font-size:18px;
	margin-top:25px;
	cursor:pointer;
}
.guide_title .guide_title_center .bt_1{
	background:#cb99cc;
}
.guide_title .guide_title_center .bt_2{
	background:#01b0f1;
}
.guide_title .guide_title_center .bt_3{
	background:#8db871;
}
.guide_title .guide_title_center .bt_4{
	background:#f5b11e;
}
.guide_title .guide_title_center .bt_5{
	background:#E7E8ED;
}

/*guide_table*/
.guide_table{
	width:1000px;
	margin:0 auto;
	margin-top:20px;
	color:#333333;
	font-size:14px;
	border-top:1px solid #286eb7;
	border-left:1px solid #286eb7;
	margin-bottom:50px;
}
.guide_table tr{
	
	text-align:center;
}
.guide_table td{
	border-right:1px solid #286eb7;
	border-bottom:1px solid #286eb7;
	text-align:left;
	line-height:45px;
	padding-left:10px;
}
.notLineHeight_P{line-height: normal;}
.guide_table td.td_bg{
	background:#dfeaf4;
	text-align:center;
	padding-left:0;
}
/*guide_menu*/
.guide_menu{
	width:1180px;
	min-height:250px;
	margin:0 auto;
	overflow:auto;
	background:#fff;	
	margin-bottom:20px;
}
/*tab*/
.guide_menu .tab{
	height:48px;
	border-bottom:2px solid #8db871;
	cursor:pointer;
}
.guide_menu .tab ul { 
	zoom: 1; 
	clear: both; 
} 

.guide_menu .tab ul:after { 
	display: block; 
	height: 0px; 
	visibility: hidden; 
	clear: both; 
	content: ""; 
}
.guide_menu .tab ul li { 
	text-align: center;
	height:46px; 
	line-height: 46px; 
	width: 150px; 
	display: inline; 
	background: #fff; 
	float: left;  
	color: #333333;
	font-family:"微软雅黑";
} 
.guide_menu .tab ul li.on { 
	background:#8db871;
	color: #fff; 
} 
/*tabList*/
.guide_menu .tabList {  
	height: auto;  
} 
.guide_menu .tabList .one {   
	display: none; 
	clear:both; 
}
/*news*/ 
.guide_menu .tabList .one .news{
	height:auto;
	width:100%;
}
.guide_menu .tabList .one .news li{
	color:#333333;
	line-height:40px;
	font-size:14px;
	padding-left:10px;
	border-bottom:1px dashed #999999;
}
.guide_menu .tabList .one .news li span{
	float:right;
	padding-right:10px;
	color:#666666;
}

.guide_menu .tabList .one .news .news_title:hover{
	color:#18840d;

}
.guide_menu .tabList .one .news_more{
	float:right;
	color:#666666;
	line-height:35px;
	padding-right:15px;
}
/*flow*/
.guide_menu .tabList .one .flow{
	height:auto;
}

.guide_menu .tabList .one .flow li{
	text-align:center;
}
/*data*/
.guide_menu .tabList .one .data{
	width:100%;
	line-height:35px;
	margin-top:20px;
}
.guide_menu .tabList .one .data td{
	line-height:45px;
	border-bottom:1px dashed #CCC;
	margin-top:5px;
}

.guide_menu .tabList .one .data td.nm{
	text-align:center;
}
.guide_menu .tabList .block { 
	display: block; 
} 

/*------------------------------------------------------个人中心-------------------------------------------------*/
.personal-banner{
	width:100%;
	height:140px;
	background:url(../images/personal-banner.jpg) no-repeat center;
	background-size:cover;
}
.personal-user{
	width:1170px;
	margin:0 auto;
	position:relative;
}
.personal-user-img{
	width:90px;
	height:90px;
	border-radius:100%;
	border:3px solid #fff;
	position: absolute;
	top: 24px;
}
.personal-user-xm{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	left: 120px;
	top: 40px;
}
.personal-user-bm{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	left: 120px;
	top: 70px;
}
.personal-content{
	width:1170px;
	margin:30px auto;
	min-height:400px;
}
.todo-list{
	width:878px;
	background:#fff;
	float:left;
	position: relative;
}

.todo-menu{
	width:878px;
	min-height:700px;
	margin:0 auto;
	overflow:auto;
	background:#fff;	
	margin-bottom:20px;
}

.todo-menu .todo-tab{
	height:48px;
	border-bottom:2px solid #8db871;
	cursor:pointer;
}
.todo-menu .todo-tab ul { 
	zoom: 1; 
	clear: both;
	background: #90000a;
} 

.todo-menu .todo-tab ul:after { 
	display: block; 
	height: 0px; 
	visibility: hidden; 
	clear: both; 
	content: ""; 
}
.todo-menu .todo-tab ul li { 
	text-align: center;
	height:55px; 
	line-height: 55px; 
	display: inline; 
	float: left;  
	color: #333333;
	font-family:"微软雅黑";
	font-size:16px;
	color:#fff;
	margin: 0 10px;
	padding: 0 20px;
} 
.todo-menu .todo-tab ul li.active { 
	background: #fff;
	color: #90000a;
	border-top: 3px solid #d9534f;
} 
.todo-search-text{
	position: absolute;
	top: 55px;
	right: 50px;
	width: 200px;
	height: 34px;
	padding-left:8px;
}
.todo-search-btn{
	width: 34px;
	height: 34px;
	position: absolute;
	top: 55px;
	right: 20px;
	background: #fff url(../images/todo-search.jpg) no-repeat center;
}

.todo-menu .todolist-box {  
	height: auto;  
} 

.todo-menu .todolist-box .alk-todo-table {   
	display: none; 
	clear:both; 
}
.todo-menu .todolist-box .block { 
	display: block; 
}
.wdsw-title{
	font-size:18px;
	color:#90000a;
	font-weight:bold;
	padding-bottom:20px;
	background: #f9f9f6;
}
/*待办理*/
.todo-list-box{
	width:96%;
	margin:25px auto;
}
.todo-table-thbg{
	height:60px;
	background:#fafafa;
	border-bottom:1px solid #ddd;
}
.todo-table-thbg th{
	font-size:15px;
	font-weight:normal;
	color:#333;
	padding-left:10px;
}

.todo-table-tdbg{
	height:48px;
	background:#fff;
	border-bottom:1px solid #ddd;
}
.todo-table-tdbg:hover{
	background:#fafafa;
}
.todo-table-tdbg td{
	font-size:14px;
	font-weight:normal;
	color:#333;
	padding-left:10px;
}
.zd-btn{
	line-height:24px;
	border:1px solid #999;
	border-radius:8px;
	padding:0 5px;
	color:#999;
	font-size:12px;
	display: block;
	text-align: center;
	width: 80px;
}
.zd-yes{
	color:#90000a;
	border:1px solid #90000a;
}

.todo-list-page{
	float:right;
	margin-right:2%;
}
.todo-list-page a li{
	float:left;
	width:30px;
	height:30px;
	border:1px solid #ddd;
	color:#666;
	text-align:center;
	line-height:30px;
}
.todo-list-page a li:hover{
	background:#90000a;
	border:1px solid #90000a;
	color:#fff;
}
.todo-list-page a li.todo-last-page{
	width:60px;
}
.todo-list-page a li.todo-next-page{
	width:60px;
}
.todo-list-page a li.page-click{
	background:#90000a;
	border:1px solid #90000a;
	color:#fff;
}
/*进行中*/
/*已完成*/

/*我的收藏*/
.collect-list{
	float:right;
	width:272px;
	height: 460px;
	position: relative;
}
.collect-nav{
	margin:0px 0px 20px 0;
}

/*委托等*/
.other-link-box{
	width:272px;
	float:right;
	margin: 20px 0;
}
.other-link-box a li{
	width: 120px;
	height: 120px;
	border-radius: 10px;
	float: left;
	margin-right: 15px;
	color: #fff;
}

.other-link-box a li dl dt{
	text-align: center;
	font-size: 36px;
	padding-top: 18px;
}
.other-link-box a li dl dd{
	text-align: center;
	font-size: 18px;
	padding-top: 8px;
}
.other-yellow{
	background:#fb8d14;
}
.other-blue{
	background:#5fc5db;
}

.pj-btn{
	line-height: 24px;
	border: 1px solid #fb8d14;
	border-radius: 8px;
	padding: 0 5px;
	color: #fb8d14;
	font-size: 12px;
	display: block;
	text-align: center;
	width: 70px;
	background:#fff;
}

/*-----------------------------------------------------------通知公告-----------------------------------------------*/
.notice-banner{
	width: 100%;
	height: 140px;
	background: url(../images/notice.jpg) no-repeat center;
	background-size: cover;
}
.banner-title{
	line-height:140px;
	color:#fff;
	font-size:22px;
	width:1170px;
	margin:0 auto;
}
.notice-list{
	width:1170px;
	margin:30px auto;
	background:#fff;
	min-height:500px;
	overflow: hidden;
	margin-bottom:0px;
}
.notice-list li{
	height:170px;
	width:94%;
	margin:0 auto;
	border-bottom:1px dashed #ddd;
	position:relative;
}
.notice-time{
	width: 130px;
	height: 170px;
	position: absolute;
	top: 0;
	left: 20px;
}
.notice-time dt{
	font-size: 46px;
	color: #90000a;
	padding-top: 35px;
	font-weight: bold;
}
.notice-time dd{
	font-size: 16px;
	color: #666;
	padding-top: 10px;
}

.notice-list-title{
	width: 800px;
	position: absolute;
	top: 45px;
	left: 100px;
	color: #333;
	font-size: 20px;
}

.notice-list-cont{
	width: 800px;
	position: absolute;
	top: 90px;
	left: 100px;
	color: #666;
	font-size: 14px;
}
.read-more{
	width: 40px;
    line-height: 36px;
    border: 2px solid #90000a;
	color:#90000a;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 30px;
    top: 65px;
    height: 40px;
    padding-top:11px;
}
.read-more:hover{
	background:#90000a;
	color:#fff;
}

/*--------------------------------------------------------------------------工作动态-------------------------------------------------*/
.news-list-img{
	width:180px;
	height:130px;
	position:absolute;
	left:20px;
	top:20px;
}
.news-list-title{
	width: 750px;
	position: absolute;
	top: 42px;
	left: 220px;
	color: #333;
	font-size: 20px;
}

.news-list-cont{
	width: 750px;
	position: absolute;
	top: 86px;
	left: 220px;
	color: #666;
	font-size: 14px;
}
.news-list-time{
	font-size:14px;
	color:#666;
	position:absolute;
	right:20px;
	top:42px;
}
/*---------------------------------------------------------------------新闻详情------------------------------------------------*/
.news-detail-title-bg{
	width:100%;
	background:#fafafa;
}
.news-detail-title-box{
	width:1170px;
	min-height:200px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
.news-detail-tag{
	width:120px;
	line-height:24px;
	border-radius:12px;
	background:#e97e6a;
	color:#fff;
	text-align:center;
	margin-top:50px;
}
.news-detail-title{
	width:90%;
	font-size:28px;
	color:#333;

	font-weight:bold;
}
.news-detail-ul{
	width:90%;
	font-size:14px;
	color:#999;
	overflow: hidden;
	padding-bottom: 40px;
	
}
.news-detail-ul li{
	float:left;
	padding-right:60px;
}

.news-detail-text-box{
	width:1170px;
	margin:0 auto;
	padding:30px 0;
}

.news-detail-text-box p{
	text-indent:2em;
	font-size:16px;
	color:#666;
	line-height:30px;
}
.news-detail-text-box img{
	text-align: center;
	margin: 30px auto;
	/* width: 50%; */
	display: block;
}

.news-detail-text-bg{
	width:1170px;
	height:42px;
	line-height:42px;
	font-size:16px;
	color:#666;
	font-weight:bold;
	background:#d7e9f3;
	padding-left:20px;
	margin-bottom:30px;
}
.about-banner{
	width:100%;
	background:url(../images/about-banner.jpg) no-repeat left top;
	overflow:hidden;
	background-size:100% auto;
}
.about-text-box{
	width:1170px;
	min-height:800px;
	background:#fff;
	margin:0 auto;
	margin-top:80px;
}
.about-jj{
	width:92%;
	margin:0 auto;
}
.about-jj h2{
	padding-top:40px;
	color:#90000a;
	font-size:24px;
	font-weight:bold;
}
.about-jj p{
    text-indent: 3.5rem;
	padding-top:20px;
	color:#666;
	font-size:16px;
	line-height:30px;
}
.about-jj b{
   font-weight:normal;
    padding-top:20px;
    color:#666;
    font-size:16px;
    line-height:30px;
}
.sible_a {
    float: left;
    margin: 0;
    width: 219px;
}
.sible_a .menu {
    float: right;
    margin: 0;
    width: 200px;
}
.sible_a .menu .bt {
    background: url("../img/news_bg.gif") no-repeat left top;
    color: #000000;
    font-size: 24px;
    height: 81px;
    line-height: 70px;
    margin-bottom: 25px;
    padding-left: 20px;
    width: 180px;
}
.sible_a .menu &gt; ul {
    border-top: 1px solid #dcdcdc;
}
.sible_a .menu &gt; ul &gt; li {
    background: rgba(0, 0, 0, 0) url("../images/fx_2_06.png") no-repeat scroll 90% 50%;
    border-bottom: 1px solid #dcdcdc;
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    margin: 0;
    padding-left: 20px;
    width: 180px;
}
.sible_a .menu &gt; ul &gt; li &gt; a {
    color: #5a5a5a;
    display: block;
    margin: 0;
}
.sible_a .menu &gt; ul &gt; li:hover, .warpper .sible_a .menu .cur {
    background:#90000a;
    border-bottom: 1px solid #ffffff;
    color: #fff;
    height: 48px;
    margin: 0;
}
.sible_a .menu &gt; ul &gt; li:hover &gt; a, .warpper .sible_a .menu .cur a {
    color: #ffffff;
    margin: 0;
}
.sible_a .menu .tv {
    margin-top: 205px;
}
.sible_b {
    border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
    float: left;
    margin: 0;
    min-height: 300px;
    width: 900px;
}
.gbtitle {
    border-bottom: 1px solid #e6e6e6;
    height: 80px;
    margin: 0;
    width: 900px;
}
.gbtitle h3 {
    color: #90000a;
    display: inline-block;
    float: left;
    font-size: 28px;
    margin: 20px 0 0 26px;
}
.gbtitle h3 span{
	font-size:14px;
	padding-left:10px;
	font-weight:normal;
	color: #4ca851;
}
.gbtitle .home {
    background: rgba(0, 0, 0, 0) url("../images/home_03.png") no-repeat scroll left center;
    color: #5d5d5d;
    float: right;
    font-size: 12px;
    margin-top: 42px;
    padding-left: 25px;
	padding-right:10px;
}
.gbtitle .home a {
    color: #5d5d5d;
    margin: 0;
}
.gbtitle .home em {
    margin: 0;
}

.fgxz {
    margin: 0;
    width: 900px;
}
.fgxz .wt {
    float: left;
    margin: 25px 28px;
    width: 174px;
}
.fgxz .wt .img1 {
    background: rgba(0, 0, 0, 0) url("../images/fx_4_03.png") no-repeat scroll 0 0;
    height: 211px;
    margin: 0;
    width: 174px;
}
.fgxz .wt span {
    color: #5a5a5a;
    display: block;
    font-size: 24px;
    margin-top: 20px;
    text-align: center;
    width: 174px;
}
.fgxz .iz {
    color: #5a5a5a;
    float: right;
    font-size: 14px;
    line-height: 25px;
    margin: 25px 0;
    width: 665px;
}
.suhome {
    background: rgba(0, 0, 0, 0) url("../images/home_03.png") no-repeat scroll left center;
    color: #5d5d5d;
    font-size: 12px;
    height: 52px;
    line-height: 52px;
    margin: 0 auto;
    padding-left: 25px;
    width: 1115px;
}
.suhome a {
    color: #5d5d5d;
    margin: 0;
}
.bmzn {
    color: #5a5a5a;
    font-size: 14px;
    line-height: 25px;
    margin: 25px;
}
.colleges {
    color: #333333;
    font-size: 16px;
    line-height: 25px;
    margin: 24px 0 0 24px;
    width: 870px;
}
.undermenu {
    margin: 0;
    overflow: hidden;
    width: 870px;
}
.collbar {
    background: rgba(0, 0, 0, 0) url("../images/ks_2_06.jpg") no-repeat scroll 0 0;
    color: #ffffff;
    cursor: pointer;
    font-size: 18px;
    height: 48px;
    line-height: 53px;
    margin-top: 11px;
    padding-left: 22px;
    width: 870px;
}
.collbar p {
    display: block;
    width: 728px;
}
.collbar p:hover {
    color: #288d80;
}
.collon {
    background: rgba(0, 0, 0, 0) url("../images/kssz_1_03.jpg") no-repeat scroll 0 0 !important;
    color: #ffffff !important;
}
.collon p:hover {
    color: #ffffff !important;
}
.collcontent {
    color: #444444;
    display: none;
    font-size: 16px;
    margin: 0;
    width: 870px;
}
.collcontent ul {
    background: #f9f9fa none repeat scroll 0 0;
    padding: 10px 0;
}
.collcontent li {
    border-bottom: 1px dotted #c3c3c3;
    height: 40px;
    line-height: 40px;
    margin: auto;
    width: 780px;
}
.collcontent .curt {
    border-bottom: medium none;
}
.ks {
    background: #f2f6fb none repeat scroll 0 0;
    color: #5a5a5a;
    font-size: 14px;
    line-height: 20px;
    padding: 25px;
}
.lxwm {
    margin: 23px;
}
.lxwm h3 {
    color: #575757;
    font-size: 20px;
    font-weight: bold;
    line-height: 45px;
    margin: 0;
    padding-left: 5px;
}
.lxwm .lxtable {
    line-height: 25px;
    margin-bottom: 25px;
    text-align: center;
    width: 875px;
}
.lxwm .lxtable tr th {
    background: #3675b9 none repeat scroll 0 0;
    color: #fdfdfd;
    font-weight: normal;
    margin: 0;
    padding: 10px 0;
    width: 178px;
}
.lxwm .lxtable tr td {
    color: #5a5a5a;
    margin: 0;
    padding: 10px 0;
    width: 178px;
}
.ffe {
    color: #5a5a5a;
    cursor: pointer;
    margin: 0;
}
.fe {
    margin: 0;
    width: 200px;
}
.fe ul li {
    background: rgba(0, 0, 0, 0) url("../images/zcfg_03.jpg") no-repeat scroll 15% 50%;
    border-bottom: 1px dotted #d0d0d0;
    font-size: 14px;
    height: 42px;
    line-height: 42px;
    margin: auto;
    padding-left: 50px;
    width: 130px;
}
.fe ul li a {
    color: #747474;
    display: block;
    margin: 0;
}
.fe ul li:hover {
    background: rgba(0, 0, 0, 0) url("../images/zcfg_03.jpg") no-repeat scroll 15% 50%;
    border-bottom: 1px dotted #d0d0d0;
    font-size: 14px;
    height: 42px;
    line-height: 42px;
    margin: auto;
    padding-left: 50px;
    width: 130px;
}
.fe ul li:hover a, .fe .bur a {
    color: #0452a7;
}
.fet {
    background: #0452a7 url("../images/fx-1_03.png") no-repeat scroll 90% 50% !important;
    border: medium none;
    color: #ffffff;
    height: 48px !important;
}
.menu .ffe:hover {
    border: medium none;
    color: #ffffff;
}
.zcfg {
    margin: 0;
}
.zcfg .form_cit {
    background: rgba(0, 0, 0, 0) url("../images/zcfg_bg_03.jpg") no-repeat scroll 0 0;
    float: right;
    height: 30px;
    margin: 22px 0;
    overflow: hidden;
    width: 241px;
}
.zcfg .form_cit .text {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #5a5a5a;
    float: left;
    font-size: 14px;
    height: 30px;
    margin: 0;
    outline: medium none;
    padding-left: 4px;
    width: 190px;
}
.zcfg .form_cit .mit {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    cursor: pointer;
    float: right;
    height: 30px;
    margin: 0;
    outline: medium none;
    width: 46px;
}
.zcfg_list {
    display: inline-block;
    margin-top: 15px;
    width: 900px;
}
.zcfg_list ul li {
    background: rgba(0, 0, 0, 0) url("../images/sy_7_03.png") no-repeat scroll 1% 50%;
    border-bottom: 1px dotted #9f9f9f;
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    margin-left: 20px;
    padding-left: 25px;
    width: 850px;
}
.zcfg_list ul li a {
    color: #5a5a5a;
    margin: 0;
}
.zcfg_list ul li i {
    color: #5a5a5a;
    float: right;
    margin: 0;
}
.zcfg_list ul li:hover a {
    color: #0452a7;
}
.pysx_list {
    display: inline-block;
    margin-top: 15px;
    width: 900px;
}
.pysx_list ul li {
    background: rgba(0, 0, 0, 0) url("../images/sy_7_03.png") no-repeat scroll 1% 50%;
    border-bottom: 1px dotted #9f9f9f;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    margin-left: 20px;
    overflow: hidden;
    padding-left: 25px;
    width: 850px;
}
.pysx_list ul li a {
    color: #5a5a5a;
    margin: 0;
}
.pysx_list ul li:hover {
    background: rgba(0, 0, 0, 0) url("../images/prsx_03.png") no-repeat scroll 1% 50%;
}
.pysx_list ul li i {
    color: #5a5a5a;
    float: right;
    margin: 0;
}
.pysx_list ul li:hover a {
    color: #0452a7;
}
.paging {
    margin: 40px auto;
    overflow: hidden;
    padding-left: 7px;
    text-align: center;
}
.paging a {
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    color: #777777;
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    padding: 2px 12px;
    text-align: center;
}
.paging a:hover, .paging .checka {
    background: #18840d none repeat scroll 0 0;
    color: #ffffff;
}
.wsdt_list {
    margin-left: 25px;
}
.wsdt_list ul li {
    border-bottom: 1px dotted #9f9f9f;
    margin: 0;
    overflow: hidden;
    padding: 22px 50px 24px;
    width: 950px;
}
.wsdt_list ul li img {
    float: left;
    margin-right: 15px;
	width:152px;
	height:118px;
}
.wsdt_list ul li dl {
    float: left;
    margin: 0;
    width: 780px;
}
.wsdt_list ul li dl dt {
    font-size: 16px;
    height: 25px;
    line-height: 25px;
    margin: 5px 0;
    overflow: hidden;
    width: 700px;
}
.wsdt_list ul li dl dt a {
    color: #393939;
    margin: 0;
}
.wsdt_list ul li dl dt:hover a {
    color: #18840d;
}
.wsdt_list ul li dl dd {
    color: #5a5a5a;
    font-size: 12px;
    height: 50px;
    line-height: 25px;
    margin: 0;
    overflow: hidden;
    width: 700px;
}
.wsdt_list ul li dl i {
    color: #9c9c9c;
    float: right;
    font-size: 14px;
    margin-top: 14px;
}
.wsdtny {
    color: #5a5a5a;
    font-size: 14px;
    line-height: 25px;
    margin: 20px auto;
    width: 900px;
}
.wsdtny h1 {
    color: #353535;
    font-size: 20px;
    padding: 10px 0 25px;
    text-align: center;
}
.wsdtny p.tit {
    color: #9a9a9a;
    font-size: 14px;
    margin: 0;
    text-align: center;
}
.wsdtny .in_text{
	text-align:justify;
}
.wsdtny .in_text span{
	color: #333333;
    font-family: FangSong;
    font-size: 22px;
    line-height: 36px;}
.wsdtlist {
    margin: 30px auto;
    overflow: hidden;
    width: 861px;
}
.wsdtlist .wsdt_a {
    background: #ededed none repeat scroll 0 0;
    color: #919191;
    float: left;
    font-size: 14px;
    height: 43px;
    line-height: 43px;
    margin: 0;
    text-align: center;
    width: 398px;
}
.wsdtlist .wsdt_a:hover {
    background: #3675b9 none repeat scroll 0 0;
}
.wsdtlist .wsdt_a:hover {
    color: #ffffff;
}
.wsdtlist .wsdt_a em {
    color: #919191;
    display: inline-block;
    margin: 0;
}
.wsdtlist .wsdm {
    background: rgba(0, 0, 0, 0) url("../images/wsdt_ny_1_07.png") no-repeat scroll 0 0;
    float: left;
    height: 34px;
    margin: 5px 16px;
    width: 33px;
}
.wsdtlist .wsdm a {
    display: block;
    margin: 0;
}
.wsdtlist .clr {
    float: right !important;
    margin: 0;
}
.wsdtny hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #9f9f9f;
    border-image: none;
    border-style: none none dotted;
    border-width: medium medium 1px;
    margin: 30px 0;
}
.ggtz_list {
    margin-left: 28px;
    width: 1100px;
}
.ggtz_list ul li {
    border-bottom: 1px dotted #9f9f9f;
    margin: 0;
    overflow: hidden;
    padding: 22px 50px 24px;
    width: 950px;
}
.ggtz_list .rq {
    background: rgba(0, 0, 0, 0) url("../img/time_bg.gif") no-repeat scroll 0 0;
    float: left;
    height: 78px;
    margin-left: 2px;
    text-align: center;
    width: 78px;
}
.ggtz_list .rq h4 {
    color: #004038;
    font-size: 24px;
    margin: 18px 0 6px;
}
.ggtz_list .rq p {

    color: #999999;
    font-size: 12px;
    margin: 0;
}
.ggtz_list .gta {
    color: #000000;
    display: block;
    float: right;
    font-size: 16px;
    height: 75px;
    line-height: 25px;
    margin-left: 16px;
    overflow: hidden;
    width: 830px;
}
.ggtz_list .gta:hover {
    color: #18840d;
}
.gzzd {
    color: #5a5a5a;
    font-size: 14px;
    line-height: 25px;
    margin: 28px;
    width: 850px;
}
.gzzd h1 {
    color: #18840d;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
    text-align: center;
}
.gzzd hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #9f9f9f;
    border-image: none;
    border-style: none none dotted;
    border-width: medium medium 1px;
    margin: 20px 0;
}
.gzzd i {
    float: right;
    margin: 0;
}
.gzzd p.tit {
    color: #9a9a9a;
    display: block;
    font-size: 14px;
    text-align: center;
}
.gzzd p.tit_text{
	text-align:justify;
}
.gzzd p.tit_text span{
	font-size:24px;
	line-height:25px;
	font-family:FangSong;
	color:#333333;
}
.gzzd .in_text{
	text-align:justify;
}
.gzzd .in_text span{
	font-size:22px;
	line-height:36px;
	font-family:FangSong;
	color:#333333;
}
.fua {
    margin-left: 28px;
}
.fua .il {
    display: inline-block;
    float: left;
    margin: 0;
    width: 55px;
}
.fua .fiz {
    float: left;
    margin: 0;
}
.fua .fiz a {
    color: #116aca;
    display: block;
    font-size: 14px;
    margin: 0;
    text-decoration: underline;
}
.hzxy {
    margin: 0;
}
.hzxy .ab {
    background: rgba(0, 0, 0, 0) url("../images/hz_03.png") no-repeat scroll 0 0;
    color: #0452a7;
    display: block;
    float: right;
    font-size: 14px;
    height: 29px;
    line-height: 29px;
    margin: 30px 0 25px;
    padding-left: 25px;
    width: 150px;
}
.hzxy .hz_list {
    display: inline-block;
    margin-left: 25px;
    overflow: hidden;
}
.hzxy .hz_list ul li {
    border-bottom: 1px dotted #9f9f9f;
    float: left;
    height: 160px;
    margin-bottom: 28px;
    overflow: hidden;
    padding: 0 25.2px;
    width: 240px;
}
.hzxy .hz_list ul li img {
    float: left;
    margin: 0;
}
.hzxy .hz_list ul li span {
    color: #393939;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 10px 0 25px;
    text-align: center;
}
.gat_hzyx {
    margin-top: 24px;
    overflow: hidden;
}
.gat_hzyx ul li {
    border: 3px solid #1a4e86;
    float: left;
    height: 198px;
    margin: 0 0 25px 27px;
    position: relative;
    width: 417px;
}
.gat_hzyx ul li img {
    margin: 0;
}
.gat_hzyx ul li span {
    background: rgba(0, 0, 0, 0) url("../images/bg_r_06.png") repeat-x scroll left center;
    bottom: 0;
    color: #ffffff;
    font-size: 16px;
    height: 49px;
    left: 0;
    line-height: 49px;
    margin: 0;
    padding-left: 17px;
    position: absolute;
    width: 400px;
}
.ggtz_list dl {
    float: right;
    margin: 0;
    width: 775px;
}
.ggtz_list dl dt {
    font-size: 16px;
    height: 25px;
    margin: 2px 0 5px;
    overflow: hidden;
    width: 775px;
}
.ggtz_list dl dt a {
    color: #000000;
    margin: 0;
}
.ggtz_list dl dt:hover a {
    color: #0452a7;
}
.ggtz_list dl dt i {
    float: right;
}
.ggtz_list dl dd {
    color: #5a5a5a;
    font-size: 14px;
    height: 44px;
    line-height: 22px;
    margin: 0;
    overflow: hidden;
    width: 775px;
}
.zwhz_ny {
    margin-left: 24px;
}
.zwhz_ny .zwhz_top {
    border-bottom: 1px dotted #9f9f9f;
    margin: 0;
    overflow: hidden;
    padding: 21px 0;
}
.zwhz_ny .zwhz_top .left {
    float: left;
    margin: 0;
    width: 725px;
}
.zwhz_ny .zwhz_top .left h3 {
    color: #353535;
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    margin: 10px 0 15px;
    width: 725px;
}
.zwhz_ny .zwhz_top .left p {
    color: #9a9a9a;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    margin: 0;
    width: 725px;
}
.zwhz_ny .zwhz_top .right {
    background: rgba(0, 0, 0, 0) url("../images/zw_01_03.jpg") no-repeat scroll 0 0;
    float: right;
    height: 78px;
    margin: 0;
    text-align: center;
    width: 126px;
}
.zwhz_ny .zwhz_top .right b {
    color: #ffffff;
    display: block;
    font-size: 14px;
    margin: 15px 0 10px;
}
.zwhz_ny .zwhz_top .right i {
    color: #ffffff;
    font-size: 18px;
    margin: 0;
}
.zwhz_ny .iz {
    color: #353535;
    font-size: 14px;
    margin: 0;
}
.hyzn {
    color: #5a5a5a;
    font-size: 14px;
    line-height: 25px;
    margin: 24px 0 0 24px;
}
.hyzn a {
    color: #3675b9;
    font-size: 18px;
    text-decoration: underline;
}
.hyzn h1 {
    color: #0452a7;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}
.hyzn .p1 {
    color: #9a9a9a;
    font-size: 14px;
    text-align: center;
}
.hyzn h3 {
    font-weight: bold;
    margin-bottom: 20px;
}
.hyzn hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #9f9f9f;
    border-image: none;
    border-style: none none dotted;
    border-width: medium medium 1px;
    margin: 25px 0;
}
.hyzn .fi {
    display: inline-block;
    float: right;
}
.bszn {
    color: #5a5a5a;
    font-size: 14px;
    line-height: 25px;
    margin: 24px 0 0 24px;
}
.bszn h2 {
    font-weight: bold;
    margin: 0 0 20px;
}
.bszn .pn {
    margin: 0;
}
.bszn hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #9f9f9f;
    border-image: none;
    border-style: none none dotted;
    border-width: medium medium 1px;
    margin: 25px 0;
}
.bszn p {
    color: #3675b9;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}
.bszn a {
    color: #0452a7;
    margin: 0;
}
.bszn .fi {
    display: block;
    text-align: right;
}
.bszn .pz {
    color: #0452a7;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 5px;
    text-align: center;
}
.bszn .px {
    color: #2c2c2c;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    text-align: center;
}
.bllc {
    margin: 10px 0 0 25px;
}
.bls {
    background: #f2f6fb none repeat scroll 0 0;
    color: #5a5a5a;
    font-size: 14px;
    margin: 0;
    padding: 20px;
    width: 830px;
}
.table_cnle {
    margin: 28px 0 0 30px;
    text-align: center;
    width: 872px;
}
.table_cnle tr th {
    background: #3675b9 none repeat scroll 0 0;
    border-right: 2px solid #ffffff;
    color: #ffffff;
    font-size: 18px;
    height: 39px;
    margin: 0;
}
.table_cnle tr td {
    border-bottom: 1px solid #9bbadc;
    color: #252525;
    font-size: 16px;
    height: 40px;
    margin: 0;
}
.table_cnle tr td a {
    color: #0d66c8;
    margin: 0;
}
.table_cnle tr th:last-child {
    border-right: medium none;
}
.table_cnle .th1 {
    width: 493px;
}
.table_cnle .th2 {
    width: 125px;
}
.gwlf {
    background: rgba(0, 0, 0, 0) url("../images/cssbg_03.jpg") no-repeat scroll center top;
    margin: auto;
    padding: 30px 5px;
    width: 1140px;
}
.gwlf h3 {
    color: #505050;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    text-align: center;
}
.gwlf h6 {
    color: #505050;
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0 10px 20px;
}
.table_gw {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #0452a7 #0452a7 -moz-use-text-color;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    margin: auto;
    width: 1100px;
}
.table_gw tr th {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #3675b9 url("../images/wllf_03.jpg") no-repeat scroll right bottom;
    border-color: #eaeaea -moz-use-text-color;
    border-image: none;
    border-style: solid none;
    border-width: 1px medium;
    color: #fdfdfd;
    font-size: 16px;
    font-weight: normal;
    height: 45px;
    margin: 0;
}
.table_gw .frist {
    border-left: 1px solid #eaeaea;
}
.table_gw .last {
    border-right: 1px solid #eaeaea;
}
.table_gw tr td {
    border-bottom: 1px solid #6897ca;
    border-right: 1px solid #0452a7;
    margin: 0;
}
.table_gw tr td:last-child {
    border-right: medium none;
}
.table_gw .tr {
    margin: 0;
}
.table_gw input {
    border: medium none;
    color: #5a5a5a;
    display: block;
    font-size: 16px;
    height: 40px;
    outline: medium none;
    padding-left: 3px;
}
.table_gw .text1 {
    margin: 0;
    width: 142px;
}
.table_gw .text2 {
    margin: 0;
    width: 111px;
}
.table_gw .text3 {
    margin: 0;
    width: 127px;
}
.table_gw .text4 {
    margin: 0;
    width: 267px;
}
.table_gw .text5 {
    margin: 0;
    width: 209px;
}
.table_gw .text6 {
    margin: 0;
    width: 217px;
}
.table_gw .test {
    border: medium none;
    color: #5a5a5a;
    font-size: 16px;
    height: 186px;
    outline: medium none;
    padding: 3px;
    width: 268px;
}
.buttonrt {
    background: #3675b9 none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    color: #fdfdfd;
    font-size: 14px;
    height: 34px;
    margin-left: 20px;
    width: 111px;
}
.test2 {
    border: medium none;
    color: #989898;
    font-size: 14px;
    line-height: 34px;
    margin-left: 12px;
}
.gwlf i {
    color: #f44d4d;
    font-size: 16px;
    margin-left: 20px;
}
.gwlf p {
    color: #434343;
    font-size: 16px;
    line-height: 30px;
    margin-left: 20px;
}
.gwlf .crt {
    background: #3675b9 none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    color: #fdfdfd;
    cursor: pointer;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    margin: 30px 6px;
    width: 78px;
}
.gwlf .reset {
    background: #f0f0f0 none repeat scroll 0 0;
    color: #434343;
}
.gwlf .submit {
    margin-left: 500px;
}
.table_gws tr td {
    color: #5a5a5a;
    font-size: 16px;
    line-height: 25px;
    padding: 10px 0;
}
/*item_menu*/
.item_menu{
	width:100%;
	height:49px;
	background:#18840d;
}
.item_menu ul{
	width:1180px;
	line-height:48px;
	color:#fff;
	font-size:16px;
	margin:0 auto;
}
.item_menu ul li{
	float:left;
	padding:0 13px 0 13px;
}
.item_menu ul li a{
	color:#fff;	
}

.item_menu ul li.click{
	color:#fff;
	background:#99d64b;
}
.item_menu ul li.click a{
	color:#fff;
}
/*item_list*/
.item_list{
	width:100%;
	height:200px;
	background:#fff;
	box-shadow: 0px 0px 8px rgba(200, 200, 200, 0.65);
}
.item_list .item_list_center{
	width:1180px;
	margin:0 auto;
	padding-top:10px;
}
.item_list .item_list_center ul li{
	float:left;
	line-height:30px;
	color:#666666;
	font-size:14px;
	font-family:"微软雅黑";
}

.item_list .item_list_center ul li a{
	padding:0px 13px 0 13px;
	display:block;
	color:#666666;
	font-size:14px;
	font-family:"微软雅黑";
}

.item_list .item_list_center ul li.click a{
	color:#fff;
	font-size:14px;
	font-family:"微软雅黑";
	background:#01b0f1;
	border-radius:8px;
}
.item_list .item_list_center ul li a:hover{
	color:#fff;
	font-size:14px;
	font-family:"微软雅黑";
	background:#01b0f1;
	border-radius:8px;
}
.item_list .item_list_center ul li a:focus{
	color:#fff;
	font-size:14px;
	font-family:"微软雅黑";
	background:#01b0f1;
	border-radius:8px;
}
.item_list .item_list_center .tit{
	color:#333333;
	float:left;
	font-size:14px;
	line-height:35px;
	padding-left:13px;
	font-weight:bold;
	font-family:"微软雅黑";
	width:65px;
}
/*text_center*/
.center{
	width:900px; 
	min-height:700px;
	overflow:hidden;
}
.text_center{
	width:860px;
	margin:0 auto;
	background:#FFF;
	min-height:650px;
	margin-top:20px;
	overflow:hidden;
}
.text_center h2{
	text-align:center;
	line-height:70px;
	font-size:24px;
	color:#18840d;
	padding-top:20px;
	background:url(../img/h2_bg.gif) no-repeat 80px 55px;
}
.text_center h3{
	text-align:left;
	line-height:40px;
	font-size:18px;
	color:#333333;
	width:900px;
	margin:0 auto;
	padding-left:40px;
	background:url(../img/text1_bg.gif) no-repeat left center;
}
.text_center h2 span{
	background:url(../img/h2_bg.gif) no-repeat 680px ;
	display:block;
}
.text_center p{
	width:800px;
	margin:0 auto;
	line-height:30px;
	font-size:18px;
	color:#333333;
	text-indent:40px;
}

.middle {
    padding: 40px 0;
}
.help {
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    padding-bottom: 10px;
	margin: 0 25px 25px 25px;

}
.help_2 {
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    padding-bottom: 10px;
	margin: 310px 25px 5px 25px;

}
.help_intro {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 20px;
    padding-top: 5px;
	margin-left:25px;
	color:#999999;
}
.help_content ul li {
    float: left;
    height: 140px;
    margin-bottom: 0;
    margin-left: 60px;
    width: 500px;
}
.help_pic {
    float: left;
    height: 100px;
    padding-right: 38px;
}
.help_content ul li p {
    font-size: 16px;
}
.help_border {
    border-right: 1px solid #ddd;
    padding-right: 25px;
	color:#90000a;
	line-height:70px;
	padding-top:20px;
	width:70px;
	text-align:center;
	
}
.help_info p{
	color:#777777;
	line-height:30px;
}
.help_info h4{
	color:#444444;
	line-height:30px;
	font-weight:normal;
}
ul .phone_ma {
    display: none;
    height: 185px;
    left: 320px;
    position: absolute;
    top: 100px;
    width: 183px;
}

.nav_img{
	width: 300px;
    display: block;
    margin: 80px auto;

}
.hall-window-table{
	display:none;
}
.hall-window{
	padding-left:20px; height:36px; width:1050px; margin:0 auto; background:#f3f3f3; border:1px solid #ddd; line-height:36px; color:#333; font-size: 16px; margin-bottom:20px;cursor:pointer;
}
.hall-window:hover{
	background: #dcdcdc;
}
.hall-click{
	padding-left:20px; height:36px; width:1050px; margin:0 auto; background:#90000a; border:1px solid #90000a; line-height:36px;font-weight:bold; color:#fff; font-size: 16px;cursor:pointer
}
.banner {
		width: 100%;
		height: 560px;
		font-size: 0;
		overflow: hidden;
		position: relative;
	}
	
	.banner_img {
		width: 100%;
		height: 560px;
		position: absolute;
		left: 0;
		top: 0;
	}
	
	.banner_img li {
		width: 100%;
		height: 560px;
		display: inline-block;
		background-position: center;
		background-repeat: no-repeat;
		float: left;
		list-style: none;
	}
	
	.banner_list {
		height: 50px;
		top: 500px;
		position: relative;
		margin: 0 auto;
		z-index: 1;
	}
	
	.banner_list span {
		display: block;
		cursor: pointer;
		width: 10px;
		height: 10px;
		border-radius: 50%;
		border: 3px solid #fafafa;
		float: left;
		margin: 0 5px;
	}
	
	.banner_list .spcss {
		border: 3px solid yellow;
	}
	
	.banner_left {
		position: absolute;
		height: 90px;
		width: 60px;
		top: 50%;
		left: -60px;
		background-color: rgba(73,72,62, 0.6);
		margin-top: -45px;
		text-align: center;
		transition: all .5s;
		z-index: 2;
	}
	
	.banner_left:hover {
		background-color: rgba(73,72,62, 0.9);
	}
	
	.banner_right {
		position: absolute;
		height: 90px;
		width: 60px;
		top: 50%;
		right: -60px;
		background-color: rgba(73,72,62, 0.6);
		margin-top: -45px;
		text-align: center;
		transition: all .5s;
		z-index: 2;
	}
	
	.banner_right:hover {
		background-color: rgba(73,72,62, 0.9);
	}
	
	.banner_left img {
		margin-top: 22px;
	}
	
	.banner_right img {
		margin-top: 22px;
	}</pre></body></html>