html,body{
	height:100%;
}
.ui-topNav-bg{
	opacity: 1;
}

.header .ui-topNav .top-logo{
	padding-top:8px;
}
.header .ui-topNav a{
   color:#003c6d;
}
.header .log-img{
	width:400px;
	height:auto;
}
.banner{
	width:100%;
	position: relative;
	top:80px;
}
.banner-bg{
	width:100%;
	height:100%;
	/*height:615px;*/
}
.banner-instr{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	max-height: 100%;
}
.content-inside{
	width:1400px;
	margin:0 auto;
}

.banner-location{
	padding-top: 30px;
	line-height: 30px;
	font-size: 16px;
	color:#333;
}
.banner-location a{
	font-size: 16px;
	color:#333;
}
.banner-location a:hover{
	color:#023591;
}
.banner-location span{
	padding:0 5px;
}
.banner-title{
	padding:25px 0px 25px;
	font-size: 30px;
	color:#1a1a1a;
}
.banner-jianjie{
	width:33%;
	line-height: 30px;
	max-height: 120px;
	overflow: hidden;
	font-size: 16px;
	color:#666;
}
.banner-more{
	margin-top: 30px;
}

.arrow{
	padding:60px 0 0px;
	position: relative;
	top:50px;
}
.arrow img{
	width:30px;
	height:15px;
	display: block;
	margin:0 auto;
}

.menu{
	position:relative;
	top: 100px;
}
.content-inside .menu-all:after{
	clear:both;
	content:'';
	display: block;
}
.content-inside .menu-item{
	width:30%;
	margin-right: 3%;
	margin-top: 3%;
	float: left;
	border:1px solid #c6c6c6;
	box-sizing: border-box;
	padding:15px;
	cursor: pointer;
	padding-bottom: 0;
}
.content-inside .menu-item:hover{
	box-shadow: 0 0 15px #666;
}

.content-inside .menu-item:last-child{
	margin-right: 0;
}

.content-inside .menu-item .menu-img{
	width:100%;
	height:90%;
	position: relative;
}
.content-inside .menu-item .menu-img .bg{
	width:100%;
	height:100%;
	min-height: 260px;
	background-size: cover;
}
.content-inside .menu-item .menu-img .bg img{
	display: none;
}
.content-inside .menu-item .menu-img .bottomLine{
	position: absolute;
	bottom:0;
	left:0;
	height:3px;
	width:100%;
	background-color: #003c6d;
}
.content-inside .menu-item .big-title {
	font-size: 26px;
	color:#003c6d;
	padding:25px 0px;
	text-align: center;
}
.content-inside .menu-item .instr{
	padding:0 30px;
	line-height: 30px;
	font-size: 16px;
	color:#666;
	height:120px;
	overflow: hidden;
	text-overflow:ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.content-inside .menu-item .banner-more{
	padding-left:30px;
	margin-bottom: 10px;
}


@media  screen and (max-width: 1440px) {
	.header .ui-topNav .top-logo{
		padding-top:8px;
	}
	.header .log-img{
		width:400px;
		height:auto;
	}
	.content-inside{
		width:1200px;
		margin:0 auto;
	}
	
	.banner{
		top:80px;
	}
	
	.content-inside .menu-item .big-title {
		font-size: 26px;
		color:#1a1a1a;
		padding:25px 0px;
		text-align: center;
	}
}
