.clear_float{
	clear: both;
}
*{
	margin:0;
	padding:0;
}

li{
	list-style-type: none;
}

a{
	text-decoration: none;
	display: block;
	color: black;
}

img{
	border: none;
}

body{
	font-family: '微软雅黑';
}

.header{
	width: 100%;
	height: 175px;


	background: url(../image/head_bg1.png);
}
.header_inner{
	width: 1000px;
	height: auto;
	margin: auto;
	padding-top: 25px;
}
.header_title{
	width: 100%;
	height: auto;
	overflow: hidden;
	
}
.logo{
	float: left;
}
.name{
	float: left;
	margin-left: 20px;
	border-left:2px solid #1755A2;
	color: #1755A2;
	margin-top: 8px;
	

}
.name p{
	padding:8px 20px;
	font-size: 34px;
	font-weight: bold;
}
.nav{
	width: 100%;
	height: 54px;
	
	background: url(../image/border.png) no-repeat 115px 11px;
	
	margin-top: 15px;
	
}
.nav>ul{
	width: 100%;
	height:100%;
	
	
	top: 0;
	left: 0;

	
}

.nav ul>li{
	float: left;
	font-size: 18px;
	width: 120px;
	height:100%;
	margin-right: 4px;
	
	
	position: relative;
	z-index: 2;
	
	

	
}
.nav ul li a{
	text-align: center;
	line-height: 54px;
	display: block;
	color: #1755A2;
	

}

.nav ul>li:first-child{
	background-color: none;
	border-left: none;
}
.nav ul>li:hover ul{
	display: block;
}
.sub-menu li:first-child{
	width: 100%;
	height: 18px;
	background: url(../image/nav_border.png) no-repeat;
}
.sub-menu li:first-child a{cursor:default;display:none;}
.nav ul li ul{
	padding-top: 5px;
	width: 100%;
	display: none;
	
	position: absolute;
	
	top: 54px;
	
	z-index: 5;
	


}
#triangle{
	width: 100%;
	height: 18px;
	background: url(../image/nav_border.png) no-repeat;
}
#triangle_bottom{
	width: 100%;
	height: 10px;
	background-color: #1755A2;	
}

.nav ul li ul li{
	width: 100%;
	height: 44px;
	clear: both;
	border: 0;
	
	


}
.nav ul li ul li a{
	
	color: #fff;
	font-size: 15px;
	display: block;
	line-height: 44px;
	

}

.nav ul li ul li ~ li{
	background-color: #1755A2;
	opacity: 0.73;
	filter:alpha(opacity=73);  
	-moz-opacity:0.73; 

}
.nav ul li ul li ~ li:hover{
	background-color: #F67B21;
}





.nav ul li >li ~ li{
	background-color: #1755A2;
	opacity: 0.5;
	filter:alpha(opacity=50);  
	-moz-opacity:0.5; 
	

}
.nav ul li:hover>li ~ li{
	position: absolute;

	
}




.slide_wrap{
	width: 100%;
	height: 435px;
	background: url(../image/backgr.jpg)repeat;
}
.slide{
	width: 1000px;
	height: 435px;
	margin:auto;
}
.sidebar{
	position: fixed;
	top: 270px;
	right: 0;
	width: 110px;
	height: auto;
	
}
.sidebar_top,.sidebar_bottom{
	width: 110px;
	height: 110px;
}
.sidebar_top{
	background-color: #f67b21;
}
.sidebar_bottom{
	background-color: #007033;
	margin-top: 20px;
}
.sidebar_top_img,.sidebar_bottom_img{
	padding: 20px 30px;
}
.sidebar_name{
	text-align: center;
	font-size: 15px;
	color: #fff;
}
@media screen and (min-width:1240px){
    .sidebar{
    	display: block;
    }
}
@media only screen and (max-width: 1240px) {
	.sidebar{
		display: none;
	}
}
.container{
	width: 1000px;
	height: 410px;
	margin:auto;
}
.big_logo{
	float: left;
	width: 57%;
	height: 100%;
}

.big_logo img{
	padding-top: 50px;
	width:460px;
	margin-left:40px;
}
.HotNews{
	float: left;
	width: 40%;
	height: 100%;
}
.HotNews_inner{
	margin-top: 45px;
}
.HotNews_title{
	height: 40px;
	border-bottom: 3px solid #1755A2;
}
.HotNews_title img{
	float: left;
}
.HotNews_title p a{
	float: left;
	font-size: 24px;
	padding-left: 15px;
	color: #1755A2;
}
.HotNews_main{
	width: 100%;
	height: auto;
}
.HotNews_main_div{
	width: 100%;

	height: 50px;
	padding-top: 10px;
	padding-bottom: 8px;
}
.HotNews_time{
	width: 60px;
	height: 45px;
	float: left;
	border: 1px solid #1755A2;
}
.HotNews_month{
	width: 100%;
	height: 20px;
	background-color: #1755A2;
	color: #fff;
	text-align: center;
	font-size: 14px;
}
.HotNews_day{
	width: 100%;
	height: 30px;
	color: #EEA835;
	font-size: 16px;
	text-align: center;
	line-height: 25px;
}
.HotNews_content{
	float: left;
	width: 300px;
	
	padding-left: 20px;
	padding-right: 15px;
	letter-spacing: 0.75;
	
}
.HotNews_content_title{
	width: 100%;
	height: 22px;
	font-size: 18px;
	

}
.HotNews_content_title a{
	color: #0B294F;
	font-size:16px;
}
.HotNews_content_title a:hover{
	color: #1755A2;
}
.HotNews_content_summary{
	width: 100%;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
}
.HotNews_content_summary a{
	color: #4A534D;
}
.HotNews_content_summary a:hover {
	color: #5489D6;
}

.carousel_wrap{
	width: 100%;
	height: 350px;
	background-color: #F5F5F5;
}

#carousel1 {
	width:960px;
	height:350px;
	overflow:hidden;
	position:relative;
	border-bottom:solid 1px #d8d9da;
	margin:0 auto;
}
#carousel1 img {
	border:none;
	width:200px;
	height:200px;
	border:solid 1px #000;
	background:#E5E5E5;
}
#carousel1 #title-text {
	font-size:22px;
	margin:10px 20px 0 0;
	padding:0;
	text-align:right;
}
#carousel1 #alt-text {
	font-size:14px;
	margin:5px 20px 0 0;
	padding:0;
	text-align:right;
}
#carousel1 #user-c {
	padding:0;
	position:absolute;
	right:15px;
	bottom:10px;
}
#carousel1 .carouselLeft, #carousel1 .carouselRight {
	position:absolute;
	bottom:20px;
	width:38px;
	height:35px;
	line-height: 32px;
	overflow:hidden;
	cursor:pointer;
}
#carousel1 .carouselLeft {
	right:60px;
	

	
}
.carouselLeft,.carouselRight {
	background-color: #1755A2;
	color: #fff;
	font-size: 30px;
	text-align: center;
}
#carousel1 .carouselRight {
	right:808px;
	
}

.reflection{
	*display: none;
}

@media \0screen{
	.reflection{
		display: none;
	}
}

.container_inner{
	width: 455px;
	float: left;
	padding: 50px 22px 0px 22px;
}
.container_inner_title{
	width: 100%;
	height: 43px;
	border-bottom: 1px solid #999;
}
.container_inner_title h3 a{
	width: 167px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	color: #fff;
	background-color: #1755A2;
	font-size: 20px;
	font-weight: normal;
}
.container_inner_content{
	width: 100%;
	height: 110px;
	padding-top: 15px;
	padding-bottom: 15px;
	letter-spacing: 0.75;
	text-align: justify;
}
.container_inner_content_pic{
	float: left;
	width: 160px;
	height: 100%;
}
.container_inner_content_pic img{
	width: 100%;
	height: 100%;
}
.container_inner_content_r{
	float: right;
	width: 285px;
	height: 100%;
}
.container_inner_content_title{
	width: 100%;
	height: 25px;
	font-size: 18px;
	font-weight: bold;
	color: #032133;
}
.container_inner_content_title a:hover{
	color: #1755A2
}

.container_inner_content_p{
	width: 100%;
	height:72px;
	line-height: 24px;
	font-size: 14px;
	text-indent: 24px;
}
.container_inner_content_p a{
	color: #868686;
}
.container_inner_content_p a:hover{
	color: #333;
}
.container_inner_content_more{
	width: 100%;
	height: 18px;
}
.container_inner_content_more a{
	float: right;
	color: #1755A2;
	font-size: 14px;
}
.container_inner_content_more a:hover{
	color: #009bff;
}
.container_bottom{
	width: 100%;
	height: 145px;
}
.container_bottom ul{
	width: 100%;
	height: auto;
}
.container_bottom li{
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #0f3667;
}
.container_bottom li:first-child{
	
	display:none;} 
.container_bottom li img{
	vertical-align:middle;
	float: left;
}
.container_bottom li a{
	padding-left: 15px;
	float: left;
	color: #0f3667;
}
.container_bottom li a:hover{
	color: #1755A2;
}
.container_bottom li p{
	float: right;
}
.footer{
	width: 100%;
	height: 110px;
	background-color:#222; 
}

.footer_inner{
	width: 616px;
	height: 100px;
	color: #fff;
	padding-top: 20px;
	margin: auto;
	font-size: 14px;
}
.footer_inner ul{
	width: 100%;
	height: 35px;
	
}
.footer_inner li{
	height: 20px;
	line-height: 20px;
	margin-top: 7px;
	padding-left: 17px;
	padding-right: 17px;
	border-left: 1px solid #fff;
	float: left;
}
.footer_inner li:first-child {
	padding-left: 0px;
	border-left: 0px;
}
.footer_inner a{
	color: #fff;
}
.footer_inner a:hover{
	text-decoration:none;
}
.footer_inner_bottom{
	width: 100%;
	height: 40px;
	line-height: 40px;

}
.footer_inner_bottom_l{
	float: left;
}
.footer_inner_bottom_r{
	float: right;
}


.container_list{
	width: 980px;
	
	height: auto;
	overflow: hidden;
	margin: auto;
	padding: 30px 10px 50px 10px;
}
.container_list_guide{
	margin-top: 16px;
	width: 210px;
	height: auto;
	float: left;
	
}
.container_list_guide li{
	width: 100%;
	height: 45px;
	margin-top: 25px;
	background-color: #F1F1F1;
	font-size: 18px;

}
.container_list_guide li:hover {
	background-color: #1755A2;
}

.container_list_guide li a{
	color: #1755A2;
	text-align: center;
	display: block;
	line-height: 45px;
}
.container_list_guide li:hover a {
	color: #F1F1F1;
}

.UnionActive{
	width: 750px;
	min-height:400px;
	
	float: right;
}
.UnionActive_Crumbs{
	width: 100%;

	height: 30px;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px solid #626262;

}
.UnionActive_Crumbs h4{
	padding-left: 10px;
	color: #9b9ba2;
	float: left;
}
.UnionActive_Crumbs h4>a{color: #9b9ba2;}
.UnionActive_Crumbs h4:first-child{
	padding-left: 20px;
}
.UnionActive_Crumbs a{
	padding-left: 10px;
	color: #1755A2;
	float: left;
}
.UnionActive_Content{
	width: 100%;
	min-height: 350px;
	overflow: hidden;
	
	background-color: #FAFAFA;
}
.UnionActive_Content ul{
	width: 100%;
	
	border-top: 1px solid #626262;
}
.UnionActive_Content li{
	width: 100%;
	height: 25px;
	line-height: 30px;
	padding-top: 5px;
	padding-bottom: 3px;
	color: #9b9ba2;


}
.UnionActive_Content li img{
	float: left;
	padding-left: 17px;
	padding-right: 3px;
}
.UnionActive_Content li a{
	float: left;
	font-size:17px;
}
.UnionActive_Content li a:hover{
	float: left;
	color: #1755A2;
}
.UnionActive_Content li span{
	display: block;
	float: right;
	padding-right: 30px;
}


.expert{
	width: 750px;
	height: auto;
	padding-bottom: 20px;
	background-color: #EEF9FE;
}
.expert>ul{
	width: 100%;
	height: 420px;
}
.expert >ul>li{
	width: 24.8%;
	height: 205px;
	float: left;
}
.expert_adviser{
	width: 115px;
	height: 155px;
	padding-top: 35px;
	padding-bottom: 10px;
	margin: auto;
}
.expert_pic{
	width: 100%;
	height: 115px;
}
.expert_pic a{
	width: 115px;
	height: 115px;
}
.expert_pic img{
	width: 100%;
	height: 100%;
}
.expert_name a{
	width: 100%;
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	margin-top: 12px;
	background-color: #1755A2;
	cursor: pointer;
}
.expert_name:hover{
	-webkit-box-shadow:0px 0 10px #1755A2;  
	-moz-box-shadow:0px 0 10px #1755A2;  
	box-shadow:0px 0 10px #1755A2; 
}
 

.paging{
	width: 305px;
	height: 30px;
	margin: 0  auto;
	padding-top: 50px;
}
.paging ul{
	width: 100%;
	height: 30px;
	line-height: 30px;
}
.paging li{
	float: left;
	height: 30px;
	margin-left: 8px;
	margin-right: 8px;
	
}
.paging li a{
	color: #fff;
	display: block;
	background-color: #1755A2;
	padding-left: 10px;
	padding-right: 10px;
}


.container_example{
	width: 980px;
	
	margin: auto;
	padding: 30px 10px 25px 10px;
}
.UnionExample{
	width: 100%;
	height: 650px;

}
.UnionExample >ul{
	width: 100%;
	height: 630px;

}
.UnionExample >ul>li{
	float: left;
	width: 285px;
	height: 305px;
	padding: 15px 20px 0px 20px;
	cursor: pointer;
}


.UnionExample_pic{
	width: 285px;
	height: 196px;

}
.UnionExample_E:hover{
	-webkit-box-shadow:0 0 10px #B3CED2;  
	-moz-box-shadow:0 0 10px #B3CED2;  
	box-shadow:0 0 10px #B3CED2;  
	
}
.UnionExample_pic img{
	width: 100%;
	height: 100%;
}
.UnionExample_consult{
	width: 100%;
	height: 96px;
	background-color: #B3CED2;
}
.UnionExample_consult_inner{
	width: 260px;
	height: 75px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.UnionExample_consult a{
	float: left;
	width: 180px;
	height: 75px;
	font-size: 14px;
	line-height: 25px;
	color: #1755A2;
}
.UnionExample_consult img{
	float: right;
	width: 75px;
	height: 75px;
	
}
.Artical{
	width: 100%;
	min-height: 750px;
	background-color: #FAFAFA;

}
.Artical_title{
	min-width: 330px;
	height: 45px;
	line-height: 45px;
	color: #1755A2;
	font-size: 24px;
	margin:auto;
	padding-top: 25px;
	text-align: center;
	font-weight: bold;
}
.Artical_date{
	width: 100px;
	height: 30px;
	margin: 10px auto;
	font-size: 14px;
	color: #1755A2;
	text-align:center;
}
.Artical_img{
	width: 505px;
	height: 210px;
	margin: 30px auto;
}
.container_artical{
	width: 980px;
	height: auto;
	
	
	
	margin: auto;
	padding: 30px 10px 50px 10px;
	*zoom: 1;
}
.container_artical:after{
	content: "";
	line-height: 0;
	display: table;
	clear: both;
}
.Artical_content{
	width: 600px;
	height: auto;
	font-size: 18px;
	line-height: 25px;
	color: #1755A2;
	margin: auto;
	text-align:justify;
}
.Artical_content a {cursor:default;pointer-events:none; }
.paging_artical{
	width: 600px;
	font-size: 18px;
	margin: auto;
	margin-top: 20px;
	color: #1755A2;
}
.paging_artical a{
	padding-bottom: 10px;
	color: #1755A2;
	display:inline;
}
.paging_artical a:hover {
	text-decoration: underline;
}

.member{
	width: 980px;
	height: auto;
	margin: auto;
	padding: 30px 10px 65px 10px;
}
.member .UnionActive_Crumbs h4{
	color: #9b9ba2;
}
.memberShow{
	width: 100%;
	height: auto;
	padding-left: 20px;
	padding-right: 20px;

}
.memberShow >ul{
	width: 100%;
	height: auto;
}
.memberShow >ul>li{
	width: 100%;
	height: auto;
	border-bottom: 1px solid #999;
}
.memberShow_job{
	width: 100%;
	padding-top: 40px;

}
.memberShow_job span{
	width: 18px;
	height: 18px;
	background-color: #545454;
	display: inline-block;
	float: left;
	margin-top: 2px;
}
.memberShow_job h5{
	float: left;
	font-size: 16px;
	padding-left: 25px;
}

.memberShow_name{
	padding-top: 10px;
	width: 100%;
	overflow: hidden;

}
.memberShow_name ul{
	width: 100%;
	height: auto;

}
.memberShow_name li{
	height: 30px;
	line-height: 30px;
	float: left;
	min-width:25%;
	padding-left: 30px;
	padding-top: 20px;
	padding-right: 35px;
	padding-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	
	
}


.memberShow_name li a{
	color: #1755A2;
}
.memberShow_name li a:hover{
	color: #066ae6;

}





li:hover > ul> li ~ li{

}

li:hover > ul> li:not(:first-child){
	
}

.sidebar_top_er .sidebar_bottom_er{
	width: 110px;
	height: 110px;
}

.sidebar_top_er{
	position: absolute;
	top: 0px;
	z-index: 10;
	display: none;
	
}
.sidebar_bottom_er{
	position: absolute;
	bottom: 0px;
	z-index: 10;
	display: none;
	width:110px;
	height:110px;
}
.sidebar_bottom_er img{
	width: 110px;
	height: 110px;
}


.pagination {	line-height:30px;	}
.pagination a {margin: 2px 6px 2px 0;	background:#fff;	border:1px solid #ccc;	color:#fff;	padding:2px 12px;}
.pagination a{min-width:5px;    height:30px;   display:inline-block;   background: #1755A2;	}
.pagination a:hover {	background: #1755A2;	border:1px solid #fff;	color:#fff;	}
.pagination .current {	background: #1755A2;	color:#fff;	}
.pagination{
	margin-top:30px;
	text-align:center;
	height:30px;
}
