body {
	background-color: darkgray;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	max-width: 1920px;
	min-width: 1200px;
	margin: 0 auto;
}
/* header */
.zzl-header {
	width: 100%;
	background-color: #F8FAFC;
}

.zzl-header-cont {
	width: 1200px;
	margin-left:auto;
	margin-right:auto;
	background-image: url('../images/logo_right.png');
	background-repeat: no-repeat;
	background-position: top right;
	position: relative;
}

.zzl-header-cont>a {
	display: inline-block;
	width: 445px;
	height: 124px;
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	background-position: center;
}
.zzl-header-cont>span{
	position: absolute;
	top: 10px;
	right: 25px;
	font-size: 26px;
	color: #047888;
}

/* menu */
.zzl-nav {
	background-color: #01414B;
	max-width: 1920px;
	margin: 0 auto;
}

.zzl-nav>.navbar {
	width: 1200px;
	margin: 0 auto;
	border-width: 0px;
}

.zzl-nav>.navbar>.container-fluid>.navbar-header>a {
	height: 55px;
	line-height: 35px;
}

.zzl-nav>.navbar>.container-fluid>.collapse>.nav>li>a {
	height: 55px;
	line-height: 35px;
	color: #fff;
	font-size: 18px;
	padding-left: 28px;
	padding-right: 28px;
	letter-spacing: 2px;
}

.zzl-nav>.navbar>.container-fluid>.collapse>.nav>li>a:hover,
.zzl-nav>.navbar>.container-fluid>.collapse>.nav>li>a:focus{
	background-color: #018495;
}

.zzl-nav .navbar-toggle .icon-bar {
	background-color: #fff;
}

.zzl-nav .nav>li>a {
	color: #fff;
	font-size: 16px;
}

.zzl-nav .nav>li>a:hover {
	background-color: #018495;
}

/* 底部版权 */
.bottom{
	max-width: 1920px;
	min-width: 1200px;
	height: 420px;
	margin: 0 auto;
	background-color: #fff;
	background-image: url('../images/bottom_bg.png');
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 50px;
}
.bottom-cont{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	border-top: 1px #DEDEDE solid;
	padding-top: 50px;
}
.bottom-cont>.code{
	width: 500px;
	display: flex;
	justify-content: space-around;
}
.bottom-cont>.code>img{
	width: 30%;
	height: 30%;
}

.bottom-cont>.code>img:hover{
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

.bottom-cont>.copy-right{
	width: 600px;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.9em;
}
.bottom-cont a{
	color: #01414B;
}
.bottom-cont a:hover{
	text-decoration: none;
	color: chocolate;
}

/* 当前位置 */
.pos {
	
	max-width: 1920px;
	min-width: 1200px;
	margin: 0 auto;
	background-color: #fff;
	box-shadow: 0 3px 5px #e7e7e7;
	border-bottom: 1px #e7e7e7 solid;
}

.pos>.breadcrumb {
	width: 1200px;
	margin: 0 auto;
	color: #006765;
	height: 50px;
	line-height: 35px;
	
}

.pos>.breadcrumb>li>a {
	color: #006765;
}

.gongan{
	display: inline-block;
	padding-left: 30px;
	background-image: url('../images/gongan.png');
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: 8px;
}

/* 移动端 */
@media (max-width : 767px) {
	body {
		max-width: 100%;
		min-width: 100%;
	}
	
	/* header */
	.zzl-header-cont {
		width: 100%;
		background-image: none;
	}
	
	.zzl-header-cont>a {
		background-image: url('../images/logo_mobile.png');
		background-position: left;
		width: 360px;
		height: 70px;
	}
	.zzl-header-cont>span{
		display: none;
	}
	
	/* menu */
	.zzl-nav>.navbar {
		width: 100%;
	}
	
	.zzl-swiper {
		height: auto;
	}
	
	#myNiceCarousel {
		width: 100%;
	}
	
	/*底部版权*/
	.bottom{
		max-width: 100%;
		min-width: 100%;
		height: auto;
		padding-top: 30px;
	}
	.bottom-cont{
		width: 100%;
		flex-wrap: wrap;
	}
	.bottom-cont>.copy-right{
		line-height: 1.5em;
		padding: 15px;
	}
	
	/* 当前位置 */
	.pos {
		max-width: 100%;
		min-width: 100%;
	}
	
	.pos>.breadcrumb {
		width: 100%;
	}
	
}