body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

.body-div {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
/* -------------------------椤堕儴------------------------- */
.head {
	width: 100%;
	height: 84px;
	background: rgba(0, 0, 0, 0.4);
	z-index: 999;
	position: absolute;
	top: 0;
}

.head-1 {
	width: 1200px;
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
}
.logo-div{
	display: inline-block;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.logo {
	width: 68px;
	height: 68px;
	display: inline-block;
}
.logo-title{
	display: inline-block;
	color: #FFFFFF;
	position: relative;
	/* top: 50%; */
	transform: translateY(-60%);
}
.logo-title-span1{
	display: block;
	font-size: 26px;
	font-weight: 600;
	letter-spacing: 4px;
}
.logo-title-span2{
	display: block;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 4px;
}

.head-1-div {
	display: inline-block;
	float: right;
	color: #FFFFFF;
}

.head-1-div-a1 {
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
	min-width: 120px;
	font-size: 21px;
	line-height: 96px;
	text-align: center;
	padding: 0 10px;
}

.head-1-div-a1-1 {
	font-size: 19px;
}

.head-1-div-a1:hover {
	font-size: 19px;
}
/* -------------------------娴锋姤------------------------- */
.banner {
	width: 100%;
	height: 600px;
	background-image: url(../img/banner1.png);
	background-size: cover;
	background-position: center center;
	overflow: hidden;
    position: relative;
}

.banner ul {
	width: 100%;
	height: 610px;
	/* position: relative; */
}

.banner li{ 
	width:100%;
	height:600px; 
	background-size:100% 100%;
	background-repeat:no-repeat; 
	background-position:center top; 
	position:absolute; 
	top:0; 
	left:0; 
	background-color:#000; 
	display:none;
}
.banner li.cur{ 
	z-index:1; 
	display:block;
}

.banner .nums{ 
	width:390px; 
	height:36px;
	bottom:0; 
	position:absolute; 
	left:50%; 
	margin-left:-193px; 
	text-align:center; 
	z-index:9; 
	font-size:0;
}
.banner .nums a{ 
	display:inline-block; 
	margin:11px 5px 0 6px; 
	width:74px; height:17px; 
	background:url(../img/index_b.png) no-repeat; 
	line-height:9999em; 
	overflow:hidden;
}
.banner .nums .cur{ 
	background:url(../img/index_b_cur.png) no-repeat;
}

.banner-title {
	width: 538px;
	height: 137px;
	margin: 0 auto;
	display: block;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	z-index: 999;
}

.banner1 {
	width: 100%;
	height: 100%;
}


/* -------------------------搴曢儴------------------------- */
.footer{
	width: 100%;
	height: auto;
	background-color: #002e5b;
	padding: 20px 0;
}
.footer-1{
	width: 820px;
	height: auto;
	margin: 0 auto;
	position: relative;
	color: #FFFFFF;
}
.footer-1-1{
	width: 560px;
	height: auto;
	padding: 10px 0;
	text-align: center;
	background-color: #0b3a67;
	display: inline-block;
	float: left;
	margin-right: 20px;
}
.footer-1-1-span{
	width:100% ;
	height: 40px;
	line-height: 40px;
	display: block;
}
.footer-1-2{
	width: 100px;
	height: auto;
	padding: 10px 0;
	text-align: center;
	background-color: #0b3a67;
	display: inline-block;
}
.ewm{
	width: 60px;
	height: 60px;
	display: block;
	margin: 0 auto;
}
.footer-1-2-span{
	width:100% ;
	display: block;
	height: 14px;
	margin-top: 6px;
	line-height: 14px;
	font-size: 14px;
}