	.center_area{
		max-width: 1200px;
		width: 95%;
		margin: 0 auto;
		position: relative;
	}
	.top{
		border-top: 3px solid #2563d1;
		position: fixed;
		z-index: 200;
		width: 100%;
		background: rgba(255,255,255,0.8);
		padding: 27px 0px;
		line-height:20px;
		transition: all 0.3s;
		background: #fff\9;/*ie hack*/
	}
	.top .center_area{
		max-width: 1600px;
		width: 95%;
	}
	.top .logo img{
		width: 360px;
		transition: width 0.3s;
		display: block;
	}	
	.scrolly{
		padding: 10px 0px;
		background: rgba(255,255,255,0.6);
		
	}
	.scrolly .logo img{
		width: 250px;
	}
	.tb-cell{
		height: 63px;
		transition: height 0.3s;
	}
	.scrolly .tb-cell{
		height: 44px;
	}
	.scrolly .subnav{
		top: 44px;
	}
	.top .r{
		width: 680px;
	}
	.nav{
		margin-right:3%;
		display: inline-block;
		vertical-align: top;

	}
	.nav li{
		float: left;
		line-height: 20px;
		padding: 0px 20px;
		border-left: 1px solid #c2c2c2;
		position: relative;
	}
	.nav li.first{ 
		border-left: 0px;
	}
	.nav a{
		color: #000;
	}
	.nav a:hover{
		color: #2563d1;
	}
	.subnav{
		position: absolute;
		height: 43px;
		background: rgba(0,0,0,0.4);
		background:#888\9;
		top: 72px;
		left:0px;
		transition: top 0.4s;
		display: none;

	}
	.subnav li{
		border:none;
		display: table-cell;
		float: none;
		white-space: nowrap;
		line-height: 43px;
	}
	.subnav a{
		color: #fff;
	}
	.top .search{
		width: 20px;
		height: 20px;
		display: inline-block;
		background: url(../images/icon.png) -20px -78px;
		cursor:pointer;
	}
	.top .en a{
		line-height: 20px;
		vertical-align: top;
		cursor:pointer;
		color: #000;
	}
	.top .en a:hover{
		color: #2563d1;
	}


.page_banner img{
	width: 100%;
	display: block;
}
.pos{
	border-bottom: 1px solid #c4c4c4;
	height: 46px;
	font-size: 12px;
	line-height: 46px;
}
.pos .location {
	padding-left: 68px;
}
.home{
	position: absolute;
	left: 0px;
	top: 0px;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	width: 49px;
	height: 46px;
}
.homeicon{
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../images/icon.png) 0px -78px;
	margin: 13px 0px 0px 15px;
}
.pos a{
	color: #666;
}
.pos a.current{
	color: #2563d1;
}


.menu{
	border-left:  1px solid #c4c4c4;
}
.menu li{
	line-height: 50px;
	font-size: 14px;
	border-bottom:1px solid #c4c4c4;
	padding-left: 26px;
}
.menu a{
	color: #333;
	display: block;
}
.menu li.current{
	background: url(../images/menu_bg.jpg);
	border-bottom-color: #fff;
	display: block;
}
.menu li.current a{
	color: #fff;}


.con_part .tb-cell{
	vertical-align: top;
}
.con{
	width: 80.6%;
}
.page_title{
	padding: 28px 0px;
	border-bottom: 1px solid #c4c4c4;
}
.page_con{
	padding: 17px 0px 10.2%;
}
.footer{
	background: #333;

	font-size: 12px;
	line-height: 24px;
}
.footer .company_info{
	padding: 17px 0px;
	color: #6a6a6a;

}
.footer .company_info p{
	float: left;
	/*margin-right: 7%;*/
	margin-right: 23%;
	padding: 10px 0px;
}
.footer .web_info{
	color: #4e4d4d;
	text-align: center;
	background: #292929;
	line-height: 24px;
	padding: 9px 0px;
}

.ercode{
	float: right;
	width: 88px;
	height: 88px;
	background: #333;
	margin-right: 20px;
}
.top-search {
	margin-right: 80px;
	position: relative;
	display: none;
}
.top-search form {
    z-index: 2;
    width: 100% !important;
    padding: 0 15px;
    margin: 0;
    box-sizing: border-box;
    height: 63px;
}
.scrolly .top-search form{
	height: 44px;
}
.scrolly .top-search input{
	padding-top: 10px;
}
.top-search input {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 10px;
    border: 0;
    outline: 0 !important;
    padding: 20px 80px 10px 0;
    background-color: transparent;
    color: #333;
    font-family: "Microsoft Yahei";
    width: 100%;
    
}
.top-search .closebtn{
	font-size: 24px;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -10px;
	color: #333;
	cursor:pointer ;
}