li{
	list-style-type:none;

	padding:0;
	margin:0;}
ul{
	margin:0;
	padding:0;

	list-style-type:none;
	}
a,a:hover,a:visited{
	text-decoration:none;
	color: #30A36C;
	}
img{
	border:none;}
.clear{
	clear:both;}



.m_menu{
    position: fixed;
    width: 100%;
    bottom: 0;
    text-align: center;
    background-color: white;
    z-index: 200;
    height: 110px;
}
.m_menu a{
    border: 2px solid #036eb5;
    border-radius: 5px;
    line-height: 110px;
    padding: 10px ;
    color: white;
    background-color: #036eb5;
    font-size: 50px;
}
.m_logo{
    background-color: #036eb5;
    height: 100px;
}
.m_logo img{
    height: 100px;
}

.m_title1{
    text-align: center;
    height: 100px;
}
.m_title1 span{
    border-bottom: 2px solid #036eb5;
    font-size: 70px;
    padding: 20px 20px;
}
.m_title2{
    text-align: center;
}
.m_title2 span{
    font-size: 40px;
    padding: 20px 20px;
}
.m_img1{

}
.m_img1 img{
    width: 100%;
}
.m_system{

}
.m_system span{
    color: #036eb5;
}
.m_texts {
    font-size: 40px;
}
.m_texts span{
    color: #036eb5;
}
.m_texts2{
    font-size: 25px;
    line-height: 60px;
}
.m_texts2 span{
    color: #036eb5;
}
.m_texts3{
    color: #036eb5;
    font-size: 50px;
}
.m_texts4{
    font-size: 60px;
    line-height: 60px;
    text-align: center;
}



.msg_div{
    margin: auto;
	position: fixed;
	right: 2.5%;
	top: 400px;
	width: 95%;
	display: none;
	background-color: white;
	z-index: 100;
    border: 2px solid #40a067;
}
.msg_close{
	height: 70px;
	line-height: 70px;
    font-size: 50px;
	position: relative;
	padding: 10px;
	border-bottom: 1px solid #CCCCCC;
	background-color: #40a067;
	color: white;
}
.msg_close img{
	width: 60px;
	float: right;
	cursor: pointer;
}
.msg_mid{
	padding: 10px;
}
.msg_mid input{
	width: 90%;
	height: 85px;
    font-size: 40px;
}
.msg_mid textarea{
	width: 90%;
	height: 250px;
    font-size: 40px;
}
.msg_mid button{
	background-color: #40a067;
	color: white;
	margin-top: 2px;
    font-size: 80px;
	width: 300px;
	height: 100px;
	cursor: pointer;
    float: right;
}





