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{
	height:auto;
}
.banner{
	width:100%;
	position: relative;
	top:80px;
}
.banner-bg{
	height:100%;
}
.banner-bg img{
	height:100%;
	min-height: 0px!important;
}
.banner-instr{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	max-height: 100%;
}
.content-inside{
	width:1400px;
	margin:0 auto;
}

.banner-location,.banner-location #title{
	font-size: 16px;
	color:#333;
	padding-bottom: 15px;
}
.banner-location a{
	color: #333!important;
}

.banner-location span{
	color:#333;
}
.banner-title{
	padding:25px 0px 25px;
	font-size: 36px;
	color:#1a1a1a;
}
.banner-jianjie{
	width:50%;
	line-height: 30px;
	max-height: 120px;
	overflow: hidden;
	font-size: 16px;
	color:#666;
}
.banner-more{
	margin-top: 30px;
}

.arrow{
	padding:40px 0 30px;
	position: relative;
	top:100px;
}
.arrow img{
	width:30px;
	height:15px;
	display: block;
	margin:0 auto;
}

.menu{
	position:relative;
}
.content-inside .menu-all:after{
	clear:both;
	content:'';
	display: block;
}
.content-inside .menu-item{
	width:24%;
	float: left;
	border:1px solid #c6c6c6;
	box-sizing: border-box;
	margin:15px;
	cursor: pointer;
}
.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: 100px;
	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: 38px;
	color:#1a1a1a;
	padding:35px 0px;
	text-align: center;
}
.content-inside .menu-item .instr{
	padding:0 30px;
	line-height: 30px;
	font-size: 16px;
	color:#666;
	height:135px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
}
.content-inside .menu-item .banner-more{
	padding-left:30px;
	margin-bottom: 10px;
}

.right_content .dy_bankcont  .tabs_title{
	/*border-bottom: 2px solid #d9d9d9;*/
	line-height: 35px;
	color:#4d4d4d;
	font-weight: 200;
	font-size: 0;
	cursor: pointer;
	/*margin-top: -2px;*/
}
.right_content .dy_bankcont  .tabs_title p{
	width:33%;
	display:inline-block;
	padding-bottom: 35px;
	font-size: 26px;
	text-align: center;
	border-bottom:2px solid #d9d9d9;
}
.right_content .dy_bankcont  .tabs_title p.active{
	border-bottom:2px solid #809eb6;
	color:#003c6d;
}




@media  screen and (max-width: 1440px) {
	.header .ui-topNav .top-logo{
		padding-top:5px;
	}
	.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;
	}
	.nav_zx_left .title_en{
		padding-bottom: 0;
	}
	.nav_zx_left li.active i{
		margin-top: 15px;
	}
	.nav_zx_left li i{
		margin-top: 15px;
	}
	.nav_zx_left li a{
		line-height: 25px;
		padding: 10px 30px;
	}
	.nav_zx_left li.bottompoint i{
		margin-top: 12px;
	}


}

.title_img_box{
	margin: 20px 0 40px 0;
}
.title_img_box img{
	/*margin: 0 auto;*/
	display: block;
}