body{font-family: "Microsoft YaHei";}
*{margin:0;padding:0;}
ul,ol{list-style:none;}
a{text-decoration:none}

.top{
	width: 100%;
	height: 30px;
	background-color: #0470a0;
	line-height: 30px;
}
.w1200{
	width: 1200px;
	margin:0 auto;
	
	position: relative;
}
.warp2{
	overflow: auto;
	margin-bottom: 82px;
}
.top ul{
	text-align: right;
}
.top ul li{
	display: inline-block;
}
.top ul li a{
	color: #fff;
	font-size: 14px;
	border-left: 2px solid #fff;
	padding-left: 5px;
}
.top ul li:nth-child(1) a{
	border-left: none;
}
.warp{
	zoom:1;
}
.warp:after{
	display:block;
	content:'';
	clear:both;	
}
.logo{
	float: left;
	margin: 10px 0;
	width: 130px;
	height: 92px;
}
.logo img{
	max-width: 100%;
	max-height: 100%;
}
.title{
	float: left;
	margin: 20px 0;
	margin-left: 17px;
}
.title h1{
	letter-spacing:2.5px;
	font-size: 27px;
}
.title p{
	font-weight: 600;
	font-size: 12px;
}
.caidan{
	width: 80px;
	height: 40px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 40px;
	background: #035f8d;
	float: right;
	cursor: pointer;
	border-radius: 5px;
	border: 1px solid #006699;
	margin-top: 28px;
	display: none;
}
.item{
	float: right;
	margin: 14px 0;
}

.item ul li{
	display: inline-block;
	line-height: 56px;
	margin: 14px 0;
	/*margin-left: 15px;*/
	position: relative;
}
/*.item ul li:nth-child(1){
	margin-left: 0px;
}*/
.item ul li>a{
	display: inline-block;
	/*width: 100%;*/
	height: 100%;
	color: #0470a0;padding:0px 7px;
}
header .item ul li.active>a,header .item li:hover>a{
	/*border-bottom: 2px solid #00abd7;*/
	background:#00abd7;color:#fff;
}
.tab{
	width: 126px;
	position: absolute;
	left: -20px;
	background-color: #fff;
	display: none;
	z-index: 100;
}
.tab a{
	display: block;
	color: #035f8d;
	padding-left: 20px;
	border-bottom: 1px solid #b3cfdd;
	line-height: 35px;
	font-size: 14px;
}
.tab a:hover{background:#00abd7;color:#fff;}
.tab a span{
	float: right;
	margin-right: 10px;
}



footer{
	width: 100%;
	background: #2e2c2b;
}
footer .fl{
	float: left;
	width: 960px;
}
footer .fl>div ul li{
	display: inline-block;
}
footer .fl>div{
	padding-top: 27px;
	padding-bottom: 32px;
}
footer .fl>div ul li a{
	display: inline-block;
	padding: 0 29px;
	border-left: 2px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 14px;
}
footer .fl>div ul li:nth-child(1) a{
	padding-left: 0;
	border-left: none;
}
footer .fl p{
	width: 50%;
	float: left;
	font-size: 14px;
	color: #FFFFFF;
	margin-bottom: 18px;
}
footer .fr{
	width: 96px;
	float: right;
	margin-top: 27px;
	margin-right: 10px;
}
footer .fr img{
	max-width: 96px;
	max-height: 96px;
	display: block;
}
footer .fr p{
	color: #FFFFFF;
	font-size: 13px;
	text-align: center;
	line-height: 36px;
	margin-top: 7px;
}
footer .w1200{
	overflow: hidden;
}
footer .bottom{
	line-height: 38px;
	font-size: 14px;
	color: #fff;
	width: 100%;
	background: rgba(102,102,102,.5);
	text-align: center;
}
footer .bottom a{
	color: #fff;
	line-height: 38px;
}
.bread_warp{
	width: 100%;
	background: #f0f0f0;
	line-height: 48px;
	position: relative;
}
.bread_warp p{
	display: inline-block;
	font-size: 14px;
	color: #999999;
	margin-left: 22px;
	float: left;
	position: absolute;
}
.bread_warp p a{
	color: #999;
}
.bread_warp ul{
	text-align: center;
}
.bread_warp ul li{
	display: inline-block;
	margin-right: -5px;
}
.bread_warp ul li a{
	display: inline-block;
	padding: 0 20px;
	font-size: 14px;
	line-height: 45px;
	color: #333333;
}
.bread_warp ul .active a,.bread_warp ul li:hover a{
	background: #fff;
	border-bottom: 2px solid #035f8d;
	color: #035f8d;
}

@media only screen and (max-width: 1200px) {
	.warp{
		position: relative;
	}
	.w1200{
		width: 100%;
	}
	.item{
		display: none;
		position: absolute;
		background: #fff;
		z-index: 10;
		top: 78px;
		width: 100%;
	}
	.item ul li{
		display: block;
		text-align: center;margin:1px 0px;
	}
	.tab{
		left: inherit;
		right: 360px;
		
	}
	.item ul li>a{
		width:100%;
		padding:0px;
	}
	/*.item ul li:nth-child(1){
		margin-left: 15px;
	}*/
	.caidan{
		display: block;
	}
	
}
@media only screen and (max-width: 600px) {
	.title{
		display: none;
		
	}
	.tab{
		left: inherit;
		right: 10%;
		
	}
	.item{
		top: 68px;		
	}
}