@charset "utf-8";
@import url("common.css");
/* CSS Document */

/*------------------------------------------index---------------------------------------------*/
/*content*/
#content{
	width:100%;
	margin:0 auto;
	background:#f3f3f3;
	padding-bottom: 10px;
}

/*banner*/
/* #content .banner{
	width:100%;
	position:relative;
	overflow:hidden;
	margin:0 auto;
	height: 320px;
	text-align:center;
}
#content .banner .img1{
	height:320px;
}
.banner .control{
	width:200px;
	position:absolute;
	top:90%;
	left:50%;
	margin-left:-100px;
	text-align:center
}
.banner .control li{
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin:0 5px;
	width:18px;
	height:18px;
	border-radius:50%;
	cursor:pointer;
	background:#a0a183
}
.banner .control li a{
	display:none
}
.banner .control li.current{
	background:#ff7f02
} */
/*work*/
.banner .work{
	height:320px;
	width:1180px;
	margin:0 auto;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-590px;
	
}

/*work_menu*/
.work .work_menu{
	width:360px;
	height:115px;
	margin-top:50px;
	margin-left: 80px;

}

.work .work_menu .work_nav{
	width:115px;
	height:115px;
	background:#154e7e;
	background:rgba(21, 78, 126, 0.8) none repeat scroll 0 0 !important;
	text-align:center;
	float:left;
	color:#fff;
	font-size:16px;
	margin-right:5px;
}
.work .work_menu .work_nav a{
	display:block;
	color:#fff;
}

.work .work_menu .work_nav a:hover{
	display:block;
	color:#fff;
	background:#154e7e;
	overflow:hidden;
	height:115px;
}
.work .work_menu .work_nav .work_img{
	padding-top:20px;
	padding-bottom:8px;
}

/*vertical_menu*/
.vertical_menu{
	min-width:96px;
	min-height:96px;	
	position:fixed;
	top:150px;
	right:1%;
	display: block;
    margin-right: auto;
    z-index: 999;
	overflow:hidden;
}

.vertical_menu:hover{
	padding-left:183px;
	min-width:96px;
	min-height:96px;	
	position:fixed;
	top:150px;
	right:1%;
	display: block;
    margin-right: auto;
    z-index: 999;
	overflow:hidden;
}
.vertical_menu:link,.vertical_menu:visited,.vertical_menu:active{
	min-width:96px;
	min-height:96px;	
	position:fixed;
	top:150px;
	right:1%;
	display: block;
    margin-right: auto;
    z-index: 999;
	overflow:hidden;
}
 .vertical_menu .vertical_nav{
	width:96px;
	height:72px;
	border-bottom:1px solid #e7e7e7;
	text-align:center;
	background:rgba(255,255,255,0.95);
	
}
 .vertical_menu .vertical_nav a{
	display:block;
	height:72px;
	border-bottom:1px solid #e7e7e7;
	text-align:center;
	color:#666666;
}
 .vertical_menu .vertical_nav a:hover{
	height:72px;
	border-bottom:1px solid #e7e7e7;
	text-align:center;
	background:#e7e7e7;
}
 .vertical_menu .vertical_nav dt{
	padding-top:10px;
}

 .vertical_menu .vertical_nav dd{
	padding-bottom:10px;
	color:#666666;
	font-size:14px;
}

.vertical_menu .vertical_close{
	width:96px;
	line-height:35px;
	background:#b5b5b5;
	color:#fff;
	text-align:center;
	font-size:14px;
}

.vertical_menu .vertical_open{
	width:96px;
	line-height:96px;
	background:#8bc6e6;
	background:url(../img/open.gif) no-repeat left top;
	color:#fff;
	text-align:center;
	font-size:14px;
}
.vertical_menu .phone_ma{
	display:none;
	height:185px; 
	width:183px; 
	back-ground:#f00;
	position:absolute; 
	top:-50px; 
	left:-180px;
}
/*center*/
#center{
	width:1180px;
	margin:0 auto;
	margin-bottom:20px;
}
/*sidebar*/
.sidebar{
	width:300px;
	height:737px;
	background:#fff;
	box-shadow: 2px 2px 2px rgba(200, 200, 200, 0.15);
	margin-top:33px;
	float:left;
	margin-bottom:20px;
}
/*tab*/
.sidebar .tab{
	height:58px;
}
.sidebar .tab ul { 
	zoom: 1; 
	clear: both; 
} 

.sidebar .tab ul:after { 
	display: block; 
	height: 0px; 
	visibility: hidden; 
	clear: both; 
	content: ""; 
}
.sidebar .tab ul li { 
	text-align: center;
	height:58px; 
	line-height: 58px; 
	width: 150px; 
	display: inline; 
	background: #e0e0e0; 
	float: left;  
	color: #333333;
	font-family:"微软雅黑";
} 
.sidebar .tab ul li.on { 
	background:#fff;
	border-top:4px solid #18840d;
	color: #18840d; 
} 
/*tabList*/
.sidebar .tabList {  
	height: 490px;  
} 
.sidebar .tabList .one {   
	display: none; 
	clear:both; 
}
/*news*/ 
.sidebar .tabList .one .news{
	height:90px;
	width:300px;
	border-bottom:1px solid #e0e0e0;
}
.sidebar .tabList .one .news a{
	display:block;
	height:90px;
	width:300px;
	border-bottom:1px solid #e0e0e0;
}
.sidebar .tabList .one .news .news_img{
	height:80px;
	text-align:center;
	width:95px;
	margin-left:12px;
	float:left;
	padding-top:5px;
}
.sidebar .tabList .one .news .news_title{
	color:#666666;
	font-size:14px;
	padding-left:10px;
	width:180px;
	float:left;
	padding-top:13px;
}

.sidebar .tabList .one .news .news_title:hover{
	color:#18840d;

}
.sidebar .tabList .one .news_more{
	float:right;
	color:#666666;
	line-height:35px;
	padding-right:15px;
}
/*notice*/
.sidebar .tabList .one .notice{
	height:auto;
}

.sidebar .tabList .one .notice li{
	height:74px;
	border-bottom:1px solid #e0e0e0;
}
.sidebar .tabList .one .notice li a{
	height:74px;
	border-bottom:1px solid #e0e0e0;
	display:block;
	color:#666666;
}
.sidebar .tabList .one .notice li .notice_title:hover{
	color:#18840d;
	background:url(../img/notice_bg2.gif) no-repeat 12px 12px;
}
.sidebar .tabList .one .notice li .notice_title{
	padding:8px 15px 5px 35px;
	background:url(../img/notice_bg1.gif) no-repeat 12px 12px;
	color:#666666;
	font-size:14px;
	height:35px;
}
.sidebar .tabList .one .notice li .notice_time{
	float:right;
	color:#999999;
	font-size:14px;
	padding-right:15px;
	padding-bottom:5px;
}
.sidebar .tabList .block { 
	display: block; 
} 
/*center_right*/
.center_right{
	width:100%;
	min-height: 430px;
	margin-top:20px;
	float:right;
}

/*service_menu*/
.center_right .service_menu{
	height:155px;
}
.center_right .service_menu a{
	display:block;
}

.center_right .service_menu dl{
	width:141px;
	float:left;
	text-align:center;
	color:#333333;
	font-size:16px;
}
.center_right .service_menu dl dt{
	width:141px;
	float:left;
	text-align:center;
	color:#333333;
	font-size:16px;
	padding-top:10px;
}
.center_right .service_menu dl dt:hover{
	width:141px;
	float:left;
	text-align:center;
	color:#333333;
	font-size:16px;
	padding-top:5px;
}

/*recommend*/
.center_right .recommend{
	width: 100%;
	height: 350px;
	background: #fff;
	box-shadow: 3px 6px 9px rgba(51, 51, 51, 0.2);
	margin-bottom: 15px;
	
}
.center_right .recommend .recommend_title{
	height:50px;
	border-bottom:1px solid #dad8d9;
}
.center_right .recommend .recommend_title h2{
	font-size:18px;
	color:#154e7e;
	font-family:"微软雅黑";
	line-height:46px;
	/*width:145px;*/
	/*border-left:4px solid #154e7e;*/
	text-align:center;
	font-weight:normal;
	float:left;
	padding-left:20px;
}
.center_right .recommend .recommend_title h2 span{
	font-size:12px;
	color:#999;
	padding-left:5px;
}
.center_right .recommend .recommend_title .more{
	line-height:50px;
	color:#18840d;
	font-size:16px;
	float:right;
	padding-right:20px;
}
.center_right .recommend .recommend_title .more a{
	color:#154e7e;
}
.center_right .recommend .recommend_text .bt_left{
	width:70px;
	height:84px;
	text-align:center;
	padding-top:60px;
	float:left;
}
.center_right .recommend .recommend_text a dl{
	width:141px;
	margin-top:20px;
	height:100px;
	float:left;
	text-align:center;
}
.center_right .recommend .recommend_text a:hover dl{
	box-shadow: 2px 2px 2px 2px rgba(200, 200, 200, 0.55);
}
.center_right .recommend .recommend_text dl{
	width:141px;
	margin-top:20px;
	height:100px;
	float:left;
	text-align:center;
}
.center_right .recommend .recommend_text dl dt{
	height:65px;
	padding-top:10px;
}
.center_right .recommend .recommend_text dl dd{
	width:115px;
	margin:0 auto;
}
.center_right .recommend .recommend_text .bt_right{
	width:70px;
	height:84px;
	text-align:center;
	padding-top:60px;
	float:right;
}
/*hot*/
.center_right .hot{
	width:100%;
	height:150px;
	background:#fff;
	box-shadow: 3px 6px 9px rgba(51, 51, 51, 0.2);
	
}
.center_right .hot .hot_title{
	height:50px;
	border-bottom:1px solid #dad8d9;
}
.center_right .hot .hot_title h2{
	font-size:18px;
	color:#154e7e;
	font-family:"微软雅黑";
	line-height:46px;
	/*width:145px;*/
	/*border-bottom:4px solid #154e7e;*/
	text-align:center;
	font-weight:normal;
	float:left;
	padding-left:20px;
}
.center_right .hot .hot_title h2 span{
	font-size:12px;
	color:#999;
	padding-left:5px;
}
.center_right .hot .hot_title .more{
	line-height:50px;
	color:#154e7e;
	font-size:16px;
	float:right;
	padding-right:20px;
}
.center_right .hot .hot_title .more a{
	color:#154e7e;
}

.center_right .hot .hot_text .bt_left{
	width:70px;
	height:168px;
	text-align:center;
	padding-top:150px;
	float:left;
}
.center_right .hot .hot_text a dl{
	width:141px;
	margin-top:20px;
	height:100px;
	float:left;
	text-align:center;
}
.center_right .hot .hot_text a:hover dl{
	box-shadow: 2px 2px 2px 2px rgba(200, 200, 200, 0.55);
}
.center_right .hot .hot_text dl{
	width:141px;
	margin-top:20px;
	height:100px;
	float:left;
	text-align:center;
}
.center_right .hot .hot_text dl dt{
	height:65px;
	padding-top:10px;
}
.center_right .hot .hot_text dl dd{
	width:115px;
	margin:0 auto;
}
.center_right .hot .hot_text .bt_right{
	width:70px;
	height:168px;
	text-align:center;
	padding-top:150px;
	float:right;
}
/*friendly_link*/
.friendly_link{
	height:55px;
	width:100%;
	background:#fff;
	box-shadow: 2px 2px 2px rgba(200, 200, 200, 0.15);
	margin-bottom:30px;
	float:left;
	
}
.friendly_link .select_link{
	width:176px;
	height:26px;
	margin-top:14px;
	margin-left:17px;
	float:left;
	color:#666666;
}
/*------------------------------------service_list-------------------------------------------------*/

#service_content{
	width:100%;
	margin:0 auto;
	background: #f3f3f3;
	padding-bottom: 30px;
	min-height:100%;
}
#service_content1{
	width:100%;
	margin:0 auto;
	background: #fff;
	padding-bottom: 30px;
	min-height:100%;
}
/*item_menu*/
.item_menu{
	width:100%;
	height:49px;
	background:#154e7e;
}
.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:#209978;
}
.item_menu ul li.click a{
	color:#fff;
}
/*item_list*/
.item_list{
	width:100%;
	min-height:130px;
	background:#fff;
	box-shadow: 0px 0px 8px rgba(200, 200, 200, 0.65);
}
.item_list .item_list_center{
	width:1180px;
	margin:0 auto;
	padding:10px 0;
	position: relative;
}
.item_list .item_list_center ul li{
	float:left;
	line-height:30px;
	color:#666666;
	font-size:14px;
	font-family:"微软雅黑";
	margin-bottom: 10px;
}

.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:#FFA469;
	border-radius:8px;
}
.item_list .item_list_center ul li a:hover{
	color:#fff;
	font-size:14px;
	font-family:"微软雅黑";
	background:#FFA469;
	border-radius:8px;
}
.item_list .item_list_center ul li a:focus{
	color:#fff;
	font-size:14px;
	font-family:"微软雅黑";
	background:#FFA469;
	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;
}
/*service_nav*/
.service_nav{
	width:1180px;
	margin:0 auto;
	height:auto;
}
.service_nav dl{
	padding:20px 30px 0 30px;
	text-align:center;
	width:176px;
	float:left;
	height:150px;
}
.service_nav dl a{
	display:block;
}
.service_nav dl a:hover{
	text-align:center;
	width:176px;
	float:left;
	height:150px;
	background:#fff;
	box-shadow: 2px 2px 2px 2px rgba(200, 200, 200, 0.55);
}
.service_nav dl dt{
	height:55px;
	padding-top:20px;
}
.service_nav dl dd{
	line-height:20px;
	height:35px;
	font-size:16px;
	color:#333333;
}
.service_nav dl dd.tag{
	font-size:14px;
	color:#666666;
}

/*service_nav index*/
.service_nav_index{
	width:1180px;
	margin:0 auto;
	height:auto;
}
.service_nav_index .nav_box{
	margin:10px 5px 10px 5px;
	width:500px;
	float:left;
	height:90px;
	background:#FFF;
	/*border:1px solid #dedcdc;*/
	border-radius:10px;
	position: relative;
}
.service_nav_index .hot_bg{
	background:url(../imgages/hot_bg.png) no-repeat left top;
}
.service_nav_index .new_bg{
	background:url(../imgages/new_bg.png) no-repeat left top;
}
.service_nav_index a:hover .nav_box {
	margin:5px 2px 5px 2px;
	width:500px;
	float:left;
	height:90px;
	background:#FFF;
	/*border:1px solid #dedcdc;*/
	border-radius:10px;
	background:#fff;
	box-shadow: 2px 2px 2px 2px rgba(200, 200, 200, 0.55);
	position: relative;
	
}

.service_nav_index a:hover .hot_bg {
	background:url(../images/hot_bg.png) no-repeat left top;
}
.service_nav_index a:hover .new_bg {
	background:url(../images/new_bg.png) no-repeat left top;
}
.service_nav_index .nav_box .nav_img{
	height: auto;
    width: 65px;
    float: left;
    padding-left: 20px;
    padding-top: 10px;

}
.service_nav_index .nav_box .nav_title{
	line-height: 16px;
	height: 37px;
	font-size: 25px;
	color: #333333;
	float: left;
	padding-top: 35px;
	font-weight: normal;
	padding-left: 25px;
	width: 300px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.service_nav_index .nav_box .tag{
	font-size:12px;
	color:#666666;
	float:left;
	padding-left:14px;
	position: absolute;
	top: 50px;
	left: 68px;
}


/*service_nav第二套*/
.service_nav{
	width:1180px;
	margin:0 auto;
	height:auto;
}
.service_nav .nav_box{
	margin:10px 5px 10px 5px;
	width:212px;
	float:left;
	height:80px;
	background:#FFF;
	border:1px solid #dedcdc;
	border-radius:10px;
	box-shadow: 0px 4px 4px rgba(51, 51, 51, 0.2);
	position: relative;
}
.service_nav .hot_bg{
	background: #fff url(../images/hot_bg.png) no-repeat left top;
}
.service_nav .new_bg{
	background: #fff url(../images/new_bg.png) no-repeat left top;
}
.service_nav .jian_bg{
	background: #fff url(../images/jian_bg.png) no-repeat left top;
}
.service_nav a:hover .nav_box {
	margin:5px 2px 5px 2px;
	width:218px;
	float:left;
	height:90px;
	background:#FFF;
	border:1px solid #dedcdc;
	border-radius:10px;
	background:#fff;
	box-shadow: 2px 2px 2px 2px rgba(200, 200, 200, 0.55);
	position: relative;
}

.service_nav a:hover .hot_bg {
	background: #fff url(../img/hot_bg.png) no-repeat left top;
}
.service_nav a:hover .new_bg {
	background: #fff url(../img/new_bg.png) no-repeat left top;
}
.service_nav a:hover .jian_bg {
	background: #fff url(../img/jian_bg.png) no-repeat left top;
}
.service_nav .nav_box .nav_img{
	height: auto;
    width: 65px;
    float: left;
    padding-left: 7px;
    padding-top: 10px;
}
.service_nav .nav_box .nav_title{
	ine-height:16px;
	height:37px;
	font-size:14px;
	color:#333333;
	float:left;
	padding-top:18px;
	font-weight:normal;
	padding-left:10px;
	width:130px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.service_nav .nav_box .tag{
	font-size:12px;
	color:#666666;
	float:left;
	padding-left:14px;
	position: absolute;
	top: 50px;
	left: 68px;
}
/*service_page*/
.service_page{
	display:table;
	min-width:300px;
	height:60px;
	margin:0 auto;
	/*margin-top:10px;*/
	text-align:center;
	color:#666666;
	font-size:14px;
	padding-bottom:15px;
}
.service_page .page_shou, .page_wei{
	line-height:25px;
	padding:0px 15px 0 15px;
	border:1px solid #154e7e;
	float:left;
	display:table;
	text-align:center;
	cursor:pointer;
	margin-right:5px;
	margin-top:20px
}
.service_page .page{
	line-height:25px;
	padding:0px 10px 0 10px;
	border:1px solid #154e7e;
	float:left;
	display:table;
	text-align:center;
	cursor:pointer;
	margin-right:5px;
	margin-top:20px
}
.service_page .click{
	background:#154e7e;
	color:#fff;
}
/*------------------------------------service_guide-------------------------------------------------*/
#service_guide{
	width:100%;
	margin:0 auto;
}
/*guide_title*/
.guide_title{
	height:90px;
	box-shadow: 2px 2px 2px rgba(200, 200, 200, 0.55);
}
.guide_title .guide_title_center{
	width:1180px;
	margin:0 auto;
}

.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:#FFA469;
}
.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:#999;
}
/*guide_table*/
.guide_table{
	width:1180px;
	margin:0 auto;
	margin-top:20px;
	color:#333333;
	font-size:14px;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	margin-bottom:50px;
}
.guide_table tr{
	
	text-align:center;
}
.guide_table td{
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	text-align:left;
	line-height:45px;
	padding-left:10px;
}
.guide_table td.td_bg{
	background:#fafafa;
	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 #154e7e;
	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:48px; 
	line-height: 48px; 
	width: 150px; 
	display: inline; 
	background: #fff; 
	float: left;  
	color: #333333;
	font-family:"微软雅黑";
} 
.guide_menu .tab ul li.on { 
	background:#154e7e;
	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; 
} 
/*------------------------------------letter_box-------------------------------------------------*/
#letter_center{
	width:100%;
	margin:0 auto;
}
/*letter_list*/
.letter_list{
	width:100%;
	height:200px;
	background:#fff;
	box-shadow: 0px 0px 8px rgba(200, 200, 200, 0.65);
}
/*letter_menu*/
.letter_list .letter_menu{
	width:1180px;
	margin:0 auto;
}

.letter_list .letter_menu a dl{
	width:195px;
	text-align:center;
	float:left;
	margin-top:10px;
}
.letter_list .letter_menu a:hover dl dt{
	padding-top:5px;
}
.letter_list .letter_menu dl{
	width:195px;
	text-align:center;
	float:left;
	margin-top:10px;
}
.letter_list .letter_menu dl dt{
	padding-top:20px;
	padding-bottom:10px;
}
.letter_list .letter_menu dl dd{
	font-size:18px;
	font-family:"微软雅黑";
	padding-bottom:10px;
}
/*letter_back*/
.letter_back{
	width:1180px;
	margin:0 auto;
}
.letter_back .back_title{
	height:50px;
	border-bottom:1px solid #dad8d9;
	padding-top:20px;
}
.letter_back .back_title h2{
	font-size:18px;
	color:#18840d;
	font-family:"微软雅黑";
	line-height:46px;
	width:145px;
	border-bottom:4px solid #18840d;
	text-align:center;
	font-weight:normal;
	float:left;
}
/*back_table*/
.back_table{
	width:1180px;
	padding-top:30px;
	margin-bottom:10px;
	cursor:pointer;
}
.back_table tr:hover{
	background:#e2f0d9;
}
.back_table tr th{
	line-height:50px;
	background:#f3f3f2;
	font-size:16px;
	font-weight:normal;
	text-align:left;
	padding-left:40px;
}
.back_table tr td{
	line-height:50px;
	font-size:14px;
	font-weight:normal;
	text-align:left;
	padding-left:40px;
}
/*------------------------------------letter_write-------------------------------------------------*/
.write_list{
	width:100%;
	height:200px;
	background:#fff;
	box-shadow: 0px 0px 8px rgba(200, 200, 200, 0.65);
}
/*letter_title*/
.write_list .letter_title{
	width:1180px;
	margin:0 auto;
}
.write_list .letter_title dl{
	width:195px;
	text-align:center;
	margin:0 auto;
}
.write_list .letter_title dl dt{
	padding-top:30px;
	padding-bottom:10px;
}
.write_list .letter_title dl dd{
	font-size:18px;
	font-family:"微软雅黑";
}
/*write_text*/
.write_text{
	width:1180px;
	margin:0 auto;
	margin-top:30px;
}
/*tab*/
.write_text .tab{
	height:48px;
	cursor:pointer;
}
.write_text .tab ul { 
	zoom: 1; 
	clear: both; 
} 

.write_text .tab ul:after { 
	display: block; 
	height: 0px; 
	visibility: hidden; 
	clear: both; 
	content: ""; 
}
.write_text .tab ul li { 
	text-align: center;
	height:48px; 
	line-height: 48px; 
	width: 150px; 
	display: inline; 
	background: #fff; 
	float: left;  
	color: #333333;
	font-family:"微软雅黑";
} 
.write_text .tab ul li.on {
	border-top:4px solid #18840d;
	color: #18840d;
} 
/*tabList*/
.write_text .tabList {  
	height: auto;  
} 
.write_text .tabList .one {   
	display: none; 
	clear:both; 
}
/*write_no_user*/ 
.write_text .tabList .one .write_no_user{
	height:auto;
	width:100%;
	position:relative;
}
.write_text .tabList .one .write_no_user li{
	color:#666666;
	line-height:25px;
	font-size:14px;
	padding-left:10px;
	padding-top:13px;
}

.write_text .tabList .one .write_no_user .tip{
	width:95%;
	line-height:40px;
	font-size:16px;
	color:#999999;
	background:#daf8e3;
	padding-left:5%;
	margin-top:20px;
	margin-bottom:10px;

}
.write_text .tabList .one .write_no_user .tip span{
	color:#F00;
}
.write_text .tabList .one .write_no_user .text{
	width:95%;
	font-size:14px;
	color:#333333;
	padding-left:5%;
	margin-top:10px;
}
.write_text .tabList .one .write_no_user .text label{
	padding-right:10px;
	line-height:40px;
}
.write_text .tabList .one .write_no_user .text label span{
	color:#f00;
}
.write_text .tabList .one .write_no_user .text .write{
	color:#333333;
	width:320px;
	border:1px solid #b5b5b5;
	line-height:25px;
}
.write_text .tabList .one .write_no_user .text .long_text{
	color:#333333;
	width:770px;
	border:1px solid #b5b5b5;
	
	height:120px;
}
.write_text .tabList .one .write_no_user .text .ex{
	color:#666666;
	line-height:25px;
	padding-left:20px;
}
.write_text .tabList .one .write_no_user .text .st{
	width:160px;
	line-height:25px;
	border:1px solid #b5b5b5;
}
.write_text .tabList .one .write_no_user .text .ck{
	width:30px;
	line-height:25px;
}
.write_text .tabList .one .write_no_user .text .bt{
	width:80px;
	height:30px;
	border-radius:8px;
	background:#a0a0a0;
	color:#fff;
	margin-left:10px;
	cursor:pointer;
}
.write_text .tabList .one .write_no_user .text .img_ma{
	margin-left:10px;
}
.write_text .tabList .one .write_no_user .bt_yes{
	width:80px;
	height:30px;
	border-radius:8px;
	background:#18840d;
	color:#fff;
	margin-left:10px;
	margin-bottom:30px;
	cursor:pointer;
}
.write_text .tabList .one .write_no_user .bt_no{
	width:80px;
	height:30px;
	border-radius:8px;
	background:#a0a0a0;
	color:#fff;
	margin-left:10px;
	margin-bottom:30px;
	cursor:pointer;
}
/*write_user*/
.write_text .tabList .one .write_user{
	height:auto;
	width:100%;
}

.write_text .tabList .one .write_user .tip{
	width:100%;
	line-height:40px;
	font-size:16px;
	color:#999999;
	background:#daf8e3;
	margin-top:20px;
	margin-bottom:10px;
	text-align:center;
}
.write_text .tabList .one .write_user .bt{
	margin:30px 0 30px 44%;
	width:140px;
	height:35px;
	background:#18840d;
	border-radius:8px;
	color:#fff;
	cursor:pointer;
}
.write_text .tabList .block { 
	display: block; 
} 
 /*反馈*/
 #bg{ display: none; position:fixed; top: 0%; left: 0%; width: 100%; height: 100%; background-color: black; z-index:1001; -moz-opacity: 0.7; opacity:.70; filter: alpha(opacity=70);}
 #more{display: none; position: fixed; top: 25%; left: 22%; width: 60%; height: 50%; padding: 8px; background-color: white; z-index:1002; overflow: auto;}
 #more .title{ width:100%; height:30px;}
 #more .title .close{ float:right; width:25px; height:25px; font-size:18px; color:#c3c1c1; line-height:25px; padding-top:15px; padding-right:20px;} 
 #more .img{ width:200px; margin:0px 0 0 40px; float:left;}
 #more .text { line-height:30px; width:50%; float:left; padding-top:40px; padding-left:40px;} 
 #more .text .search{ color:#33333; font-size:20px; line-height:70px;}
 #more .text .search span{ color:#3e4ee6;}
/*------------------------------------letter_search-------------------------------------------------*/
/*letter_text*/ 
.letter_text{
	width:1180px;
	margin:0 auto;
}
.letter_text .tabList .letter_search{
	height:auto;
	width:100%;
	position:relative;
}
.letter_text .tabList .letter_search li{
	color:#666666;
	line-height:25px;
	font-size:14px;
	padding-left:10px;
	padding-top:13px;
}


.letter_text .tabList .letter_search .tip{
	width:95%;
	line-height:40px;
	font-size:16px;
	color:#999999;
	background:#daf8e3;
	padding-left:5%;
	margin-top:20px;
	margin-bottom:10px;
	overflow:hidden;
}
.letter_text .tabList .letter_search .tip .wenzi{
	width:60%;
	font-size:16px;
	color:#999999;
	float:left;
	background:#daf8e3;
}
.letter_text .tabList .letter_search .tip .search{
	width:320px;
	line-height:36px;
	border:1px solid #18840d;
	border-radius:8px;
	float:right;
	background:url(../images/search.gif) no-repeat right top;
	font-size:14px;
	color:#c5c0c0;
	text-indent:10px;
	margin-right:33px;
	margin-top:5px;
}
.letter_text .tabList .letter_search .tip .search .text_1{
	font-size:14px;
	color:#999999;
	text-indent:10px;
	background:#daf8e3;
}

.letter_text .tabList .letter_search .tip .search .btn{
	width:57px;
	line-height:36px;
	float:right;
	cursor:pointer;
	background:#18840d;
	border-radius:0 8px 8px 0;
	color:#fff;
}
.letter_text .tabList .letter_search .high{
	line-height:50px;
}
.letter_text .tabList .letter_search .tb_1{
	width:95%;
	line-height:40px;
	font-size:16px;
	color:#333333;
	padding-left:5%;
	margin-top:20px;
	margin-bottom:10px;
	overflow:hidden;
}
.letter_text .tabList .letter_search .laixin{
	width:95%;
	line-height:40px;
	font-size:16px;
	color:#333333;
	padding-left:5%;
	margin-top:20px;
	margin-bottom:10px;
	overflow:hidden;
}
.letter_text .tabList .letter_search .laixin span{
	text-indent:20px;
	display:block;
}
.letter_text .tabList .letter_search dl{
	width:95%;
	line-height:40px;
	font-size:16px;
	color:#333333;
	padding-left:5%;
	margin-top:20px;
	margin-bottom:10px;
	overflow:hidden;
	text-align:right;
}
.letter_text .tabList .letter_search dl dt{
	padding-right:15px;
}
.letter_text .tabList .letter_search .bt_no{
	width:80px;
	height:30px;
	border-radius:8px;
	background:#a0a0a0;
	color:#fff;
	margin-left:46%;
	margin-bottom:30px;
	cursor:pointer;
}
/*---------------------------------------------letter_open------------------------------------------------------------*/
.banner_open { height:240px; background:url(../images/banner_1.jpg) no-repeat center -240px; background-size:cover;
}
.letter_back .open{
	display:none;
	min-height:80px;
	line-height:35px;
	font-size:15px;
	color:#444444;
	width:90%;
	margin:0 auto;
	border:1px solid #93d44e;
	padding-left:20px;
}
.back_title .back_int{
	width:300px;
	line-height:30px;
	float:right;
	border:1px solid #18840d;
	margin-top:5px;
	padding-left:5px;
}
.back_title .back_bt{
	width:80px;
	line-height:30px;
	float:right;
	background:#18840d;
	margin-top:5px;
	color:#fff;
}

.j_search_more{
	color:#666;
	font-weight:bold;
	font-size:12px;
	cursor:pointer;
	line-height:30px;
	position: absolute;
	right: 9%;
}
.close_ul{
	height: 40px;
	overflow: hidden;
	float: left;
	width: 960px;
}
.open_ul{
	min-height: 40px;
	overflow: hidden;
	float: left;
	width: 960px;
}
/*新banner轮播*/
* {
		padding: 0px;
		margin: 0px;
	}
	
	.banner {
	width: 100%;
	height: 250px;
	font-size: 0;
	overflow: hidden;
	position: relative;
	}
	
	.banner_img {
		width: 100%;
		height: 320px;
		position: absolute;
		left: 0;
		top: 0;
	}
	
	.banner_img li {
		width: 100%;
		height: 320px;
		display: inline-block;
		background-position: center;
		background-repeat: no-repeat;
		float: left;
		list-style: none;
	}
	
	.banner_list {
		height: 50px;
		top: 280px;
		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;
	}
