/*顶部导航 start*/
.logo{
	padding-top:10px;
	}
.logo img{
	width:350px;
	height:68px;
	}
.logo div{
	border-left:1px solid #d4d6d8;
	margin-left:10px;
	margin-top:4px;
	padding-left:10px;
	height:38px;
	line-height:19px;
	}
.nav-box { float:right; position:relative;z-index:1000; height:90px; line-height:90px;}
.nav-box ul {
	padding-right:14px;
	}
.nav-box ul li { display:block; list-style:none; float:left; font-size:16px; height:90px;}
.nav-box ul li a { display:block; padding:0 24px; color:#fff; opacity:.93;}
.nav-box ul li a:hover { text-decoration:none;}
.nav-box ul li.cur a,.nav-box ul li:hover a{ color:#e47513;}
.nav-box .nav-line { position:absolute; color:#e47513; left:0; bottom:0; height:2px; line-height:2px; font-size:0; width:52px; background:#e47513;}
.nav_r a{
	margin-top:27px;
	margin-left:10px;
	display:inline-block;
	float:right;
	width:36px;
	height:36px;
	line-height:36px;
	}
.nav_r a:hover{
	color:#fff;
	opacity:.8;
	}
.nav_r a.bg_gray{
	background:#f3831f url(member.png) no-repeat center center;
	}
.header_box{
	box-shadow:0 0 15px rgba(0,0,0,.15);
	}
header .container{
	position:relative;
	}
header .login_bg,header .login_box,header .login_box2{
	position:absolute;
	right:0;
	top:90px;
	width:420px;
	z-index:999;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	}
header .login_box{
	background:none;
	color:#fff;
	height:190px;
	background:rgba(0,0,0,.7);
	}
header .login_box2{
	width:270px;
	height:80px;
	padding-top:15px;
	background:rgba(0,0,0,.7);
	}
header .login_box2 ul{
	width:220px;
	}
header .login_box2 ul a{
	color:#fff;
	}
header .login_box2 ul .fl{
	padding-left:0;
	}
header .login_box h2{
	color:#fff;
	font-size:18px;
	margin-bottom:12px;
	padding-top:12px;
	}
header .login_box .fl{
	padding-left:25px;
	}
header .login_box .fl input{
	width:160px;
	height:22px;
	line-height:22px;
	padding:7px 10px;
	text-indent:40px;
	margin-bottom:12px;
	border-radius:1px;
	border:none;
	}
header .login_box .fl .input1{
	background:rgba(255,255,255,.8) url(login_icon.png) no-repeat 0 0;
	}
header .login_box .fl .input2{
	margin-left:6px;
	background:rgba(255,255,255,.8) url(login_icon.png) no-repeat 0 -36px;
	}
header .login_box .f_r{
	padding-left:25px;
	color:#fff;
	}
header .login_box .f_r p{
	padding:10px 25px 15px 0;
	margin-top:10px;
	}
header .login_box .f_r p a{
	padding-left:20px;
	color:#fff;
	}
header .login_box .f_r p a:hover{
	color:#f47e16;
	}
header .login_box .f_r .input3{
	width:180px;
	height:34px;
	line-height:34px;
	background:none;
	padding:0;
	text-indent:0;
	color:#fff;
	border:1px solid rgba(255,255,255,.5);
	margin-bottom:20px;
	border-radius:1px;
	float:left;
	margin-right:10px;
	}
header .login_box .f_r .input3:hover{
	cursor:pointer;
	background:#3658b5;
	}
header .login_box .f_r a.t_cen{
	display:block;
	border-radius:1px;
	width:178px;
	margin-bottom:6px;
	height:34px;
	line-height:34px;
	color:#81d741;
	text-indent:25px;
	float:left;
	border:1px solid rgba(129,215,65,.5);
	background:url(weixin.png) no-repeat 40px 0;
	}
header .login_box .f_r a.t_cen:hover{
	border:1px solid rgba(255,255,255,.5);
	background:#81d741 url(weixin.png) no-repeat 40px -34px;
	color:#fff;
	}
/*顶部导航 end*/


/*导航变化 start */

.ha-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0;
	z-index: 50;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.ha-header-perspective {
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-perspective: 1100px;
	-moz-perspective: 1100px;
	perspective: 1100px;
	-webkit-perspective-origin: 50% 0;
	-moz-perspective-origin: 50% 0;
	perspective-origin: 50% 0;
}

.ha-header-perspective > div {
	background: #142554;
	text-align: left;
	height:100%;
	/*width: 100%;*/
	margin: 0 auto;
	position: relative;
	text-align: justify;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.ha-header-front {
	z-index: 2;
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}
/*导航变化 end */

/*小导航样&#65533; start*/

.ha-header-large {
	height: 90px;
	opacity:0.88;
}

.ha-header-small{
	height:90px;
	/*margin-top:-10px;*/
	opacity:0.96;
}
/*.ha-header-small .logo{
	margin-top:4px;
	font-size:14px;
	} 
.ha-header-small .logo img{
	width:auto;
	height:40px;
	}
.ha-header-small ul li a{
	font-size:15px;
	padding:0 28px;
	}
.ha-header-small .nav-line{
	margin-top:10px;
	}
.ha-header-small .nav_r a{
	width:30px;
	height:30px;
	line-height:30px;
	}
.ha-header-small .nav_r a.bg_gray{
	background:#d6d6d6 url(member_1.png) no-repeat center center;
	}*/
/*小导航样&#65533; end*/

/*标题样式 start*/
.title_01{
	text-align:center;
	padding:50px 0 30px 0;
	}
.title_01 p{
	display:block;
	width:60px;
	padding-top:10px;
	margin:0 auto;
	border-bottom:2px solid #e47513;
	}
/*标题样式 end*/

/*footer end*/
footer{
	background:#001a4f;
	padding-top:36px;
	height:134px;
	margin-top:70px;
	color:#d4d6dc;
	font-size:13px;
	}
footer .p1{
	font-size:12px;
	padding-bottom:4px;
	}
footer .fl span{
	font-size:16px;
	}
footer time{
	padding:4px 15px;
	background:#e47513;
	margin-right:15px;
	}
footer .fr span{
	padding-left:15px;
	}
footer a{
	color:#d4d6dc;
	padding:10px;
	}
/*footer end*/

/*顶部大图 start*/
.top_imgbox{
	width:100%; 
	height:344px; 
	position:relative;
	z-index:2; 
	overflow:hidden;
	}
.top_imgbox .top_img{
	position:absolute; 
	left:50%; 
    top:0; 
	width:2000px;
    margin-left:-1000px; 
	z-index:99;
	}
/*顶部大图 end*/


/*子页面菜单star*/
.sun_nav{
	line-height:40px;
	text-align:center;
	background:#f6f5f5;
	margin-bottom:60px;
	}
.sun_nav a{
	display: inline-block;
	font-size:15px;
	padding:5px 24px;	
	border-right:1px solid #f2f2f2;
	position:relative;
	}
.sun_nav a span{
	display:none;
	width:20px;
	height:10px;
	position:absolute;
	z-index:99999999;
	top:50px;
	left:50%;
	margin-left:-10px;
	background:url(nav_arrow.png) no-repeat center 0;
	}
.sun_nav a.cur,.sun_nav a:hover{
	background:rgba(243,131,31,1);
	color:#fff;
	}
.sun_nav a.cur span,.sun_nav a:hover span{
	display:block;
	}
/*子页面菜单end*/

/*---------翻页- start------------*/
.page{
	text-align:right;
	margin-top:50px;
	}
.page a,.page span{
	border:1px solid #e1e1e1;
	padding:0px 10px;
	display:inline-block;
	color:#04266b;
	}
.page span,.page a:hover{
	border:1px solid #f3831f;
	color:#2971b3;
	background:#fef1e9;
	}
.page .prev{
	padding-left:25px;
	background:url(page_prev.png) no-repeat 10px -2px;
	}
.page .prev:hover{
	padding-left:25px;
	background:url(page_prev.png) no-repeat 10px -37px;
	}
.page .next{
	padding-right:25px;
	background:url(page_next.png) no-repeat 66px -3px;
	}
.page .next:hover{
	padding-right:25px;
	background:url(page_next.png) no-repeat 66px -37px;
	}

/*---------翻页- end------------*/
.allpage img{
	max-width:100%;
	}


/* 在线客服 */
#rightsead {
	width:160px;
	height:200px;
	position:fixed;
	z-index:99999999;
	top:50%;
	margin-top:-59px;
	right:0px;
}
*html #rightsead {
	margin-top:368px;
	position:absolute;
top:expression(eval(document.documentElement.scrollTop));
}
#rightsead li {
	width:160px;
	height:51px;
}
#rightsead li img {
	float:right;
}
#rightsead li a {
	height:50px;
	cursor:pointer;
	float:right;
	display:block;
	min-width:50px;
	max-width:160px;
}
#rightsead li a .shows {
	display:block;
}
#rightsead li a .hides {
	margin-right:-180px;
	cursor:pointer;
	cursor:hand;
}

#rightsead li a.youhui .hides {
	margin-right:-140px;
	display:none;
	position:absolute;
	right:188px;
	top:-50px;
}
