.public-headBar {
	height: 166px;
	background: #fff;
}

.headBar-min {
	margin: 0 auto;
	height: 54px;
	width: 1020px;
	background: #fff;
	border-bottom: solid 1px #e0e0e0;
}

.lanblock {
	float: left;
	//width: 320px;
    position: relative;//新增
}

.chLan {
	display: block;
	height: 40px;
}

.cur {
	border: 1px solid #ccc;
	border-bottom: 0 none;
	background: #990000;
}

.lan-bg {
    position: relative;//新增
	font-family: arial;
	padding: 10px;
	width: 59px;
	height: 29px;
	color: #717171;
	border: 1px solid #fff;
	margin-top: 3px;
	border-bottom: 0 none;
	font-size: 12px;
	font-family: arial;
	background: #fff url(../img/arrow_x.png) no-repeat 59px 15px;
	z-index: 1;
	cursor: pointer;
}

.checkLan {
    position: relative;//新增


	display: block;
	width: 55px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}

.lan-list {
	position: absolute;
	top: 35px;
	//left: 150px;
	border: 1px solid #ccc;
	background: #fff;
	box-shadow: 1px 1px 1px #b2b2b2;
	z-index: 100;
    overflow:hidden;
}

.lan-list li {
	display: inline-block;
	float: left;
	width: 178px;
	height: 34px;
	font-size: 12px;
	line-height: 34px;
	text-decoration: none;
	overflow: hidden;
	zoom: 1;
}

.lan-list li:hover {
	background: #F0F0F0;
}

.lan-list li a {
	display: block;
	float: left;
	padding: 0 10px;
	width: 130px;
	color: #999;
	text-decoration: none;
}

.lan-list li img {
	margin: 10px 0 0 10px;
}

.public-container {
	margin: 0 auto;
	width: 1020px;
	background: #fff;
}

.headBar-logo{
	float: left;
	width: 146px;
	height: 50px;
	background: url(../img/logo_en.png) no-repeat 0 0;
	display: block;
	background-size: 100%;
	margin-top: 30px;
}
.headBar-logo a {
	background: #990000;
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

.public-headBar .headBar-nav {
	float: right;
	font-size: 14px;
	position: relative;
}

.outline {
	display: none;
	background: #00cc66;
	width: 80px;
	height: 4px;
	margin-top: -20px;
	margin-left:35px;
}

.li-item {
	position: relative;
	margin-top: 20px;
	padding: 10px 0px;
	color: #181818;
	font-size: 16px;
	font-family: arial;
	cursor:pointer;
	margin-right:40px;
}

.li-item:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	zoom: 1;
}

.li-item a {
	display: block;
	color: #6b695d;
	text-decoration: none;
}

.li-item a:hover {
	color: #00cc66;
	text-decoration: none;
}

.nav-list {
	position: absolute;
	top: 35px;
	width: 110px;
	z-index: 100;
	margin-left:-15px;
	display: none;
	overflow: hidden;
	height: 300px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.li-item .nav-list a {
	display: block;
	width: 100%;
	height: 38px;
	background: #02a753;
	color: #fff;
	line-height: 38px;
	text-align: center;
	overflow: hidden;
}

.li-item .nav-list a:hover {
	color: #fff;
	background: #00cc66;
}

.public-footer {
	min-width: 1020px;
	height: 500px;
	background: #000;
	//border-top: 1px solid #ff5c00;
}

.sdinfo {
	margin: 0 auto;
	width: 100%;
	//border-bottom: 1px solid #989797;
}

.sdinfo-block {
	margin: 0 auto;
	width: 1020px;
	background: #000;
	height: 384px;
}

.sd-copyright {
	background: #fff;
	text-align: center;
}

.sdinfo-block dl {
	display: inline-block;
	/* width: 130px; */
	float: left;
	margin-top: 76px;
	margin-bottom: 90px;
	/* margin-left: 60px; */
	margin-left: 55px;
}

.sdinfo-block dt {
	height: 35px;
	font-family: "times new roman";
	font-size: 22px;
	color: #ffffff;
}

.sdinfo-block dd {
	/* width: 100px; */
	height: 20px;
	font-family: arial;
	font-size: 12px;
	line-height: 20px;
	color: #c8c8c8;
}

.sd-copyright p {
	margin-top: 20px;
	font-size: 12px;
	color: #989797;
	background: #000;
}

.min-menu {
	float: right;
}

.Headbtns {
	float: left;
	height: 30px;
	margin-top: 15px;
}

.hbtns {
	float: left;
}

.hbtns a {
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	margin: 0 15px;
	border: 1px solid #ccc;
	border-radius: 18px;
}

.hbtns a:hover {
	border: 1px solid #00cc66;
	background-color: #00cc66;
}

.hbtns a.hbtns-link01 {
	margin-left: 5px;
	background: url(../img/hbtns_link1.png) no-repeat 7px 5px;
}

.hbtns a.hbtns-link01:hover {
	background: url(../img/hbtns_link1.png) no-repeat 7px 5px;
	background-color: #00cc66;
}

.hbtns a.hbtns-link02 {
	margin-left: 5px;
	background: url(../img/hbtns_link2.png) no-repeat 6px 7px;
}

.hbtns a.hbtns-link02:hover {
	background: url(../img/hbtns_link2.png) no-repeat 6px 7px;
	background-color: #00cc66;
}

.hbtns a.hbtns-link03 {
	margin-left: 5px;
	background: url(../img/hbtns_link3.png) no-repeat 8px 6px;
}

.hbtns a.hbtns-link03:hover {
	background: url(../img/hbtns_link3.png) no-repeat 8px 6px;
	background-color: #00cc66;
}

.hbtns-link04 {
	margin-left: 10px;
	background: url(../img/tw_icon.png) no-repeat 0px 0px;
}

.hbtns-link05 {
	margin-left: 10px;
	background: url(../img/in_icon.png) no-repeat 0px 0px;
}

.hbtns-link06 {
	margin-left: 10px;
	background: url(../img/gg_icon.png) no-repeat 0px 0px;
}

.hbtns-link07 {
	margin-left: 10px;
	background: url(../img/fb_icon.png) no-repeat 0px 0px;
}

.min-ul {
	float: right;
	padding:0px;
	margin-left:15px;
}

.min-ul li {
	margin-left: 15px;
}

.min-line{
	display: none;
	height:4px;
	width:110px;
	background:#00cc66;
	position:absolute;
	left:0px;
	margin-left: -12px;
	top:68px;
	overflow:hidden;
}
