@charset "utf-8";

/* CSS Document */
.head-box{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background:#fff;
	min-width:1340px;
	opacity: 0.8;
	z-index: 101;
}

.head-content{
	width:89%;
	margin:0 auto;
}
.logo h1{
	background:url(../images/logo.png) no-repeat;
	width:201px;
	height:56px;
    margin-top: 17px;
}

.head-content ul li{
    margin-left: 42px;
	line-height:92px;
	position:relative
}
.head-content ul li h3{
	font-size:25px;
	color:#1689d3;
}
.head-content ul li:hover .menu{
	display:block;
}
.menu{
	display:none;
	position:absolute;
	left:-62px;
	top:94px;
	/*bottom:-108px;*/
	width:194px;
	background:#fff;
	z-index:3;
	padding-bottom:20px;
}
.menu p{
	width:143px;
	height:24px;
	line-height:24px;
	margin-left:22px;
	text-align:center;
	padding-bottom:10px;
}
.menu p a{
	margin-top:4px;
}
.menu .top{
	margin-top:20px;
}
.menu p:hover{
	background:#004a87;
	color:#fff;
}
.menu p:hover a{
	color:#fff;
	line-height:32px;
}
.head-content ul li:hover .menu-link{
    color: #005190;
	border-bottom: 2px solid #004a87;
}
.menu-link{
    font-size: 16px;
	font-size:18px;
	padding-bottom:34px;
}
.title{
	margin-top: 94px;
}
.banner{
	height:636px;
}

@media (max-width:1300px) {
.head-content ul li{
    margin-left: 32px;
}

.head-content{
	width:95%;
	margin:0 auto;
}
.head-box{ min-width:1200px;}
}

@media screen and (min-width:320px) and (max-width:980px) {
	.head-content ul li {
		margin-left: 26px;
	}
}







