.formheight{
	height: 6rem;
}
.enrollnav{
	height: 6rem;
	
	color: white;
	
	
	
}
.enrollnav button{
	display: inline-block;
	width: 100%;
	/*background-color: red;*/
	height: 4rem;
	text-align: center;
	/*line-height: 4rem;*/
	font-size: 2rem;
}

.mtp30{margin-top:30px;}
.mbt30{margin-bottom:30px;}

.block{display:block !important;}
.topnavw{
	float:left;
	text-align:center;
	width:240px;
	background-color:white;
	margin-left:30px;
	height:50px;
	line-height:50px;
	margin-top:5px;
	border-radius:15px;
}
.topnavw:hover{
	background-color:#DADADA;
}
.topnavb{
	float:left;
	text-align:center;
	width:240px;
	background-color:black;
	margin-left:30px;
	height:50px;
	line-height:50px;
	margin-top:5px;
	border-radius:15px;
}
.topnavb:hover{
	background-color:#343434;
}
.topnavw button{
	color:black;
	font-size:30px;
	font-weight: 600;
	padding:0;
	ertical-align: middle;
	background-color: transparent;
    border: 1px solid transparent;
}
.topnavb button{
	color:white;
	font-size:30px;
	font-weight: 600;
	padding:0;
	ertical-align: middle;
	background-color: transparent;
    border: 1px solid transparent;
}


 .join_exhibition{
      /* height: 494px; */
      min-height: 29rem;
    }
    .join_exhibition_item{
        height: 100%;
        width: 100%;
        float: left;
        background: #313B83;
        opacity:0.93;
        margin-left: 20px;
    }
    .join_exhibition_item:first-child{
        margin-left: 0;
    }
   .join_exhibition_item_pic{
        height: 4.9rem;
        width: 4.2rem;
        margin: 4.4rem auto 0px;
        background: no-repeat center center;
    }
    .join_exhibition_item_des{
        line-height:28px;
        font-size: 20px;
        color:#fff;
        /* padding-left: 8rem;
        padding-right: 8rem; */
        text-align: center;
        margin-top: 4.1rem;
    }
    .join_exhibition_item_btn{
        color: #000000;
        font-size:16px;
        line-height: 50px;
        width:11.8rem;
        background: #79D4FE;
        margin:4.3rem auto 0;
        border-radius:8px;
        text-align: center;
        display:block;
        text-decoration:none;
    }
    
    .comtitle{
    	margin-top:20px;
		margin-bottom: 20px;
    	font-size:26px;
    	font-weight: 600;
    }
   .foot{
   		position: absolute;
   		bottom:0;
   		text-align: center;
   		width:100%;
   		color:#495057;
   }
   .datepicker{
   		font-size: 16px;
   }
   
   
   
