@charset "utf-8";

.head-block {
	position: relative;
    width: 100%;
    height: 250px;
    clear: both;
    min-width: 1180px;
    display:none;
}
.head-background {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-size: cover;
}
.head-background img {
    /*width: 100%;*/
    height: 100%;
    overflow:hidden;
}

.head-slider-container {
	position: absolute;
	display: block;
	width: 100%;
	height: 250px;
	top: 0;
	text-align: center;
}
.head-slider {
	display:block;
	width: 1180px;
	height: 250px;
	margin: 0 auto;
    overflow:hidden;
}
.head-slider-list {
	
}
.head-slider-controller {
	position: absolute;
    bottom: 0;
	width: 100%;
	text-align: center;
}
.head-slider-controller li{
	display: inline-block;
	width: 25px;
	height: 2px;
	margin: 0 6px;
	border:1px solid #3399FF;
	/*border-radius: 0%;*/
	background-color: #FFFFFF;
	text-indent: -9999px;
	opacity: 0.5;
}
.head-slider-controller .on {
	background-color: #3399FF;
	opacity: 1;
}



.nav-block {
    background: #0f69a7;
    height: 50px;
    min-width: 1180px;
}
.nav-list-container {
    display: block;
    position: relative;
	width: 1180px;
	height: 50px;
    margin: 0 auto;
}

.nav-list-container .link-list {
    position: absolute;
    float: left;
    left: 0;
    text-align: center;
}
.nav-list-container .link-list li {
    float: left;
    line-height: 50px;
}
.nav-list-container .link-list li a {
    padding: 0 16px;
    color: #fff;
    font-size: 14px;
}

.nav-list-container .login-list {
    position: absolute;
    float: right;
    right: 0;
}
.nav-list-container .login-list li {
    float: left;
    line-height: 50px;
}
.nav-list-container .login-list li a {
    padding: 0 16px;
    color: #fff;
    font-size: 14px;
}