* {
    margin: 0;
    padding: 0;
}
section{
	min-width: 1200px;
    display: flex;
    justify-content: space-between;
    background: url(../../img/newPortal/bagImg.jpg) no-repeat left center;
    background-size: 100% 100%;
}
/*内容白色背景区域*/
.register_center{
	width:1080px;
	min-width: 1080px;
	height:560px;
	margin:47px auto;
	background: #fff;
	box-shadow: 2px 2px 6px rgb(123,148,185);
}
.register_center_center{
	width:830px;
	display:flex;
	margin: 0 auto;
    justify-content: space-around;
}
.register_center_center div{
	width: 250px;
	height: 280px;
    text-align: center;
   padding: 0 40px;
    border: 1px solid rgba(238,238,238,1);
    background: linear-gradient(219.725807603121deg,rgba(255,255,255,1) 5%, rgba(227,237,251,1) 94%);
    margin-top:40px;
}
.register_center_center .register_divHover:hover{
	border-color: rgba(0,89,156,1);
}
.register_center_center .register_center_centerClick{
	border-color: rgba(0,89,156,1);
}
.register_center_center div img{
	margin-top:46px;
	margin-bottom:20px;
}
.register_center_center div h2{
	font-size:20px;
	font-weight: 400;
	margin-bottom:10px;
	
}

.register_center_center div p{
	font-family: '微软雅黑', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    color: #848994;
    text-align: center;
    line-height: 22px;
}
.register_divHover a{
	display:block;
	width:120px;
	height:40px;
	margin:32px auto;
	text-align: center;
	line-height: 40px;
	color:#fff;
	background: rgba(0,89,156,1);
	border-radius: 4px;
	text-decoration:none
}
.tittle{
	margin-top: 40px;
	text-align: center;
	font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 24px;
	color: #00599C;	  
}



.register_center_bottom{
	padding-top:50px;
}
.register_center_bottom a{
	display:block;
	width:130px;
	height:40px;
	margin:0 auto;
	text-align: center;
	line-height: 40px;
	color:rgba(0,89,156,1);
	background:white ;
	border-radius: 4px;
	text-decoration:none;
	border: 1px solid rgba(0,89,156,1);
}
.register_center_bottom a:hover{
	background: rgba(0,89,156,1);
	color: #FFFFFF;
}