body{
	background: url(../images/bg.jpg) center no-repeat;
	background-size: 100% 100%;
}
.wraper{
	    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.logo{
	text-align: center;
    position: absolute;
    top: 6%;
    left: 50%;
    margin-left: -228px;
    z-index: 9999;
    }
.logo p{
	font-size: 40px;
    color: #fff;
    font-weight: bold;
    margin-top: 56px;
}
.ad_img{
	position: relative;
	width: 1500px;
	height: 820px;
    margin: 0 auto;
    margin-top:6.5%;
    background: url(../images/pic.png) center no-repeat;
}
.ad_img img{
	position: absolute;
	top: 214px;
    left: 348px;
}
.ad_font{
	 width: 850px; 
    position: absolute;
    top: 284px;
    font-size: 14px;
    line-height: 42px;
    left: 20%;
   /* //margin-left: -304px; */
}
.ad_font p{
	
}
.wangzhi{
	color: #ef4960;
}
.xitong{
	width: 100%;
	text-align: center;
}
.xitong a{
	color: #ef4960;
    font-size: 18px;
    margin: 0 16px;
}
.ad_font .tipInfo{
    font-size: 20px;
    margin-bottom: 20px;
    color: #3c237d;
    text-indent: 2em;
}


.title{
	text-align: center;
	margin: 0 auto;
	width: 940px;
	font-size: 38px;
	font-weight: 600;
	position: relative;
	left: -50px; 
	top: 15px;
	text-shadow:0px 0px 0 rgb(255,255,255),1px 1px 0 rgb(255,255,255),2px 2px 0 rgb(255,255,255),3px 3px 0 rgb(255,255,255),4px 4px 0 rgb(255,255,255), 5px 5px 0 rgb(255,255,255),6px 6px 5px rgba(255,255,255,1),6px 6px 1px rgba(255,255,255,0.5),0px 0px 5px rgba(255,255,255,.2);
}

#xueyuan{
	border: 2px solid #dfd6d6;
	background: #fff;
	border-radius: 3px;
	font-size: 16px;
	font-weight: 600;
	float: right;
	position: relative;
	right: 9%;
	top: 39px;
}

.logo_r{
	width: 1030px;
	margin: 30px auto;
}
.logo_r img{
	width: 310px;
}
#tel{
	position: relative;
	bottom: 135px;
}


	.footer{background:#567fe6;color:#fff;position: relative;top: -52px;}
	
	
	.footer .share .share-item{background:#fff;width:44px;height:44px;border-radius:100%;line-height:44px;margin-left:10px;font-size:26px;transition:all 0.2s ease-out 0s;}
	.footer .share .share-item:first-child{margin-left:0;}
	.footer .share-box .share-item::after{color:#567fe6 !important;}
	.footer .share .share-item:hover{opacity:0.8;}
	.footer .part2{padding:15px 0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;}
	.footer .part2 .logo{margin-bottom:30px;height:60px;display: none;}
	.footer .part2 .info{color:rgba(255,255,255,0.1);font-size:12px;width:100%;}
	.footer .part2 .info{text-align:center;}
	.footer .part2 .info span{padding-right:20px;color: #fff;font-size:14px;}
	
	#footinfo a{color:#fff}
	
	.more:hover {
		color:#fff;
		border-color:#0092de;
	}
	.more a {
		display:block;
		color:inherit;
	}
	.more:hover::before {
		opacity:1;
		-webkit-transform:translate3d(0,0,0);
		transform:translate3d(0,0,0);
	}
	.more::before {
		-webkit-transition-timing-function:cubic-bezier(0.2,1,0.3,1);
		transition-timing-function:cubic-bezier(0.2,1,0.3,1);
	}
	.more {
		position:relative;
		z-index:1;
		cursor:pointer;
	}
	.more:before {
		content:'';
		background:#0092de;
		position:absolute;
		left:0;
		top:0;
		width:250px;
		height:50px;
		z-index:-1;
	}
	.more:before {
		content:'';
		background:#0092de;
		position:absolute;
		left:0;
		top:0;
		width:250px;
		height:50px;
		z-index:-1;
		opacity:0;
		-webkit-transform:scale3d(0.2,1,1);
		transform:scale3d(0.2,1,1);
		-webkit-transition:-webkit-transform 0.4s,opacity 0.4s;
	}
	