/* ÈÕÆÚ£º2017-7  */
.header {
    width: 1200px;
}

.header .headtop {
    background: #efefef;
    height:45px;
}

.header .headtop .headtopdiv {
    margin: 0 auto;
    max-width: 1200px;
    line-height: 45px;
    overflow: hidden;
}

.header .headtopdiv .headwel {
    float: left;
}

.header .headtopdiv .headlink {
    float: right;
}

.header .headtopdiv .headlink a {
    transition: all 0.5s;
}

.header .headtopdiv .headlink a:hover {
    transition: all 0.5s;
}

.header .headtopdiv .headlink .line {
    margin: 0 10px;
    font-style: normal;
}

header .container {
	width: 100%;
	min-width: 1200px;
	height: 80px;
	margin-bottom: 1px;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1), 0 1px
		rgba(0, 0, 0, 0.1);
}

header .container .navctner {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.logbg {
	padding-top: 10px;
	float: left;
}

.logbg a {
	float: left;
	width: 120px;
	height: 60px;
	background: url(../images/index/logo-top.png) no-repeat;
}

header .container .xsknav {
	float: right;
}

header .container .xsknav a {
	font-size: 18px;
	display: block;
	float: left;
	line-height: 79px;
	text-align: center;
	padding: 0 26px;
	margin: 0;
}

header .container .xsknav a:hover {
	border-bottom: 3px solid #5DD5C8;
	color: #5DD5C8;
	font-weight: 700;
}

header .container .navctner {
	overflow: hidden;
}