﻿body{
	background:#f7f7f7;
}
/*top开始*/
.head{
	width:100%;
	height:30px;
	background:#f7f7f7;
	-webkit-box-shadow: 0px 1px 1px #e5e5e5;
	-moz-box-shadow: 0px 1px 1px #e5e5e5;
	box-shadow: 0px 1px 1px #e5e5e5;
	filter: 
	progid:DXImageTransform.Microsoft.Shadow(Color=#e5e5e5, Strength=2, Direction=90),
}
.content{
	width:1100px;
	margin:0 auto;
	padding:0 20px;
}
.background{
	background:#fff;
}
.top{
	float:right;
}
.top li{
	font-size:12px;
	float:left;
	margin-right:15px;
}
.top li a{
	display:block;
	height:30px;
	line-height:30px;
	padding-left:20px;
	color:#666;
}
.top .top_6 a{
	padding:0;
}
.top .top_1 a{
	background:url(../img/xing.png) no-repeat 0 center;
}
.top .top_2 a{
	background:url(../img/shouye.png) no-repeat 0 center;
}
.top .top_3 a{
	background:url(../img/email.png) no-repeat 0 center;
}
.top .top_4 a{
	background:url(../img/login_index.png) no-repeat 0 center;
}
.top .top_5 a{
	margin:0;
	background:url(../img/time.png) no-repeat 0 center;
}
.top li a:hover{
	color:#f60;
	text-decoration:none;
}
.top .top_1 a:hover{
	background:url(../img/xing_1.png) no-repeat 0 center;
}
.top .top_2 a:hover{
	background:url(../img/shouye_1.png) no-repeat 0 center;
}
.top .top_3 a:hover{
	background:url(../img/email_1.png) no-repeat 0 center;
}
.top .top_4 a:hover{
	background:url(../img/login_1.png) no-repeat 0 center;
}
.top .top_5 a:hover{
	color:#666;
	margin:0;
	background:url(../img/time.png) no-repeat 0 center;
}
/*top结束*/

/*logo开始*/
.logo{
	background:#fff;
}

.logo_1{
	height:120px;
}
.logo_1 .logo_l{
	float:left;
	height:120px;
	padding-top:30px;
	box-sizing:border-box;
}
.logo_1 .logo_l a{
	display:block;
	width:518px;
	height:60px;
	background:url(../img/title.png) no-repeat;	
}

.logo_1 .logo_r{
	float:right;
	position:relative;
	height:120px;
}
.logo_1 .logo_r .bo{
	display:block;
	width:31px;
	height:25px;
	background:url(../img/weibo.png) no-repeat;
	position:absolute;
	top:15px;
	right:20px;
}
.logo_1 .logo_r .bo:hover{
	background-image:url(../img/weibo_1.png);
}

.logo_1 .logo_r .xin{
	display:block;
	width:31px;
	height:26px;
	background:url(../img/weixin.png) no-repeat;
	position:absolute;
	top:15px;
	right:70px;
}
.logo_1 .logo_r .xin span,.share ul .chare_2 a span{
	display:block;
	width:140px;
	height:170px;
	font-size:14px;
	color:#555;
	border-radius:3px;
	background-color:#f0f0f0;
	background-repeat:no-repeat;
	position:absolute;
	top:0px;
	right:40px;
	z-index:10;
	display:none;
	text-align:center;
}
.logo_1 .logo_r .xin span img,.share ul .chare_2 a span img{
	margin:10px;
}
.logo_1 .logo_r .xin:hover{
	background-image:url(../img/weixin_1.png)
}
.logo_1 .logo_r .xin:hover span{
	display:block;
}

.logo_1 .logo_r .sousuo input{
	width:300px;
	height:30px;
	color:#999;
	border:1px solid #e5e5e5;
	border-radius:3px;
	padding-left:20px;
	box-sizing:border-box;
	position:absolute;
	bottom:30px;
	right:0;
}
.logo_1 .logo_r .sousuo a{
	display:block;
	width:23px;
	height:23px;
	background:url(../img/sousu_1.png) no-repeat;
	position:absolute;
	bottom:33px;
	right:12px;
	z-index:10;
}
/*logo结束*/

/*导航开始*/
.nav{
	width:100%;
	height:40px;
	background:#0083da;	
}
.nav .nav_1{
	position:relative;
}
.nav .nav_1 li{
	float:left;
	font-size:16px;
	
}
.nav .nav_1 li a{
	margin:1px 10px 0 0;
	display:block;
	height:38px;
	line-height:38px;
	color:#fff;
	padding:0 12px;
	border-radius:3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
}
.nav .nav_1 li:hover > a{
	background:#fff;
	color:#0083da;
	text-decoration:none;
}
/*.nav .nav_1 .current a{
	background:#fff;
	color:#0083da;
}*/
.nav .nav_1 .none:hover > a{
	border-radius:3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
}
/*二级菜单开始*/
.nav .nav_1 li div{
	position:absolute;
	top:39px;
	left:0;
	z-index:2;
	width:1040px;
	height:50px;
	font-size:13px;
	border:1px solid #55A7ED;
	border-top:0;
	padding:0 40px 0 20px;
	background:#fff;
	filter:alpha(opacity=90);   
    -moz-opacity:0.9;   
    -khtml-opacity: 0.9;   
    opacity: 0.9;   
    -moz-box-shadow:inset -3px -3px -3px #aad7fd;
    -webkit-box-shadow:inset -3px -3px 2px #aad7fd;
    box-shadow:inset -3px -3px 2px #aad7fd;
    display:none;
}
.nav .nav_1 li .xinxi a{
	float:right;
}
.nav .nav_1 li div a{
	float:left;
	color:#555;
}

.nav .nav_1 li:hover div{
	display:block;
}
.nav .nav_1 li div a:hover{
	color:#f60;
	text-decoration:none;
}
/*二级菜单结束*/
/*导航结束*/
/*page_8开始*/
.page_8{
	
	background:#fff;
	border-top:1px solid #e5e5e5;
}
.page_8 .nav_1{
	width:900px;
	margin:0 auto;
}
.page_8 .nav_1 li{
	float:left;
	font-size:14px;
	margin:20px 12px;
}
.page_8 .nav_1 li a{
	color:#555;
}
.page_8 .nav_1 li a:hover{
	color:#f60;
	text-decoration:none;
}
.page_8 .copyright{
	font-size:12px;
	width:480px;
	margin:0 auto;
	line-height:20px;
}
.page_8 .copyright .c1{
	float:left;
}
.page_8 .copyright .c2{
	float:right;
}
/*page_8结束*/

/*分享开始*/
#share{
	width:50px;
	position:fixed;
	bottom:100px;
	right:0;
}
#share .bdsharebuttonbox a,#share .bdsharebuttonbox .share_4 .gotoTop{
	width:50px;
	height:50px;
	padding:0;
	border-radius: 5px;
	background:url(../img/share_1.png) no-repeat center center #ccc;
	margin-bottom:1px;
	margin-top;1px;
}
#share .bdsharebuttonbox .bds_weixin{
	background-image:url(../img/share_2.png);
}
#share .bdsharebuttonbox .bds_tsina{
	background-image:url(../img/share_3.png);
}
#share .bdsharebuttonbox .share_4 .gotoTop{
	position:absolute;
	top:177px;
	display:none;
	background-image:url(../img/share_4.png);
}
#share .bdsharebuttonbox .bds_more:hover{
	background-image:url(../img/share_5.png);
}
#share .bdsharebuttonbox .bds_weixin:hover{
	background-image:url(../img/share_6.png);
}
#share .bdsharebuttonbox .bds_tsina:hover{
	background-image:url(../img/share_7.png);
}
#share .bdsharebuttonbox .share_4 .gotoTop:hover{
	background-image:url(../img/share_8.png);
}


/*分享结束*/
