/* css reset www.admin10000.com */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }
body { background:#fff; color:#555; font-size:14px; font-family: Verdana, Arial, Helvetica, sans-serif; }
td,th,caption { font-size:14px; }
h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:100%; }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal;}
a { color:#555; text-decoration:none; }
a:hover { text-decoration:underline; }
img { border:none; }
ol,ul,li { list-style:none; }
input, textarea, select, button { font:14px Verdana,Helvetica,Arial,sans-serif; }
table { border-collapse:collapse; }
html {overflow-y: scroll;} 
/* css common */
.clearfix:after {content: "."; display: block; height:0; clear:both; visibility: hidden;}
.clearfix { *zoom:1; }


.hp_header {
    width: 100%;
    float: left;
    padding: 19px 0;
    background: #ff99d3;
    position: fixed;
    top: 0;
    z-index: 1;
}

.hp_page_width {
    width: 100%;
    max-width: 1120px;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 0 auto;
}

.hp_header .hp_logo a {
    float: left;
    background: url(logo.png) no-repeat center center;
    width: 800px;
    height: 60px;
    text-indent: -99999px;
    overflow: hidden;
}

.hp_header .hp_topnav {
    float: right;
    padding: 11px 0 0 0;
    font-family: 'HelveticaLT45Light', Arial, Helvetica, sans-serif;
}

.hp_header .hp_topnav a {
    color: #fff;
    text-decoration: none;
    padding: 0 22px;
    line-height: 34px;
    display: inline-block;
}

.hp_header .hp_topnav a.hp_btn_signup {
    border-radius: 5px;
    background: #724e94;
    font-weight: bold;
}




.hp_banner {
    width: 100%;
    height: 600px;
    float: left;
    background: url(banner.jpg) no-repeat center;
	margin-top: 90px;
	border-bottom: 5px solid #e3e3e3;
}

.hp_banner .hp_search {
    border: 1px solid #724e94;
    width: 100%;
    max-width: 400px;
    box-sizing: border-box;
    float: right;
    margin: 95px 40px 0 0;
    border-radius: 10px;
    overflow: hidden;
}

form {
    display: block;
}

.hp_banner .hp_search h2 {
    font-size: 30px;
    text-align: center;
    background: #724e94;
    padding: 10px;
    margin: 0;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
	border-radius: 5px;
}

.hp_banner .hp_search ul {
    box-sizing: border-box;
    width: 100%;
    padding: 30px 20px;
    float: left;
    width: 100%;
	height: 400px;
}

.hp_banner .hp_search ul li {
    width: 100%;
    padding: 8px 0;
    width: 100%;
    float: left;
    font-size: 16px;
}

.hp_banner .hp_search ul li label {
    float: left;
    width: 120px;
    text-align: right;
    font-weight: bold;
}

.hp_banner .hp_search ul li > div {
    margin: 0 0 0 130px;
}

.hp_banner .hp_search ul li.hp_btn_search {
    text-align: center;
    padding: 20px 0 0 0;
}

.hp_banner .hp_search a {
    background: #724e94;
    border-radius: 5px;
    padding: 10px 30px;
    font-size: 20px;
    color: #fff;
    border: 0px;
    cursor: pointer;
    font-weight: bold;
    font-family: 'HelveticaLT45Light', Arial, Helvetica, sans-serif;
}







.hp_features {
    width: 100%;
    float: left;
    padding: 62px 0;
    text-align: center;
    background: url(hp_bg_feature.gif) repeat-x left bottom #fff;
}

.hp_features h2{
    padding: 0 0 20px 0;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 30px;
    text-align: center;
	color: #0038A7;
}

.hp_features ul {
    width: 100%;
    float: left;
    display: table;
}

.hp_features .hp_line03 {
    width: 90px;
    border-top: 1px solid #724e94;
    margin: 0 auto 30px auto;
    display: block;
}

.hp_features ul li {
    text-align: center;
    width: 20%;
    padding: 15px;
    box-sizing: border-box;
	box-shadow: 0 4px 1px rgba(34, 25, 25, 0.1);
    -moz-box-shadow: 0 4px 1px rgba(34, 25, 25, 0.1);
    -webkit-box-shadow: 0 4px 1px rgba(34, 25, 25, 0.1);
    background: #fff;
    display: table-cell;
    float: none;
}

.hp_features ul li h3{
	text-align: center;
    line-height: 40px;
    margin: 10px;
    font-size: 20px;
    background: #724E94;
    color: #FFFFFF;
    border: none;
    border-radius: 15px;
}

.hp_features p{
	font-size: 16px;
}

.hp_features img{
	border: none;
    border-radius: 15px;	
}





.hp_maintext {
    padding: 62px 0;
    width: 100%;
    float: left;
    text-align: center;
}

.hp_maintext h2 {
    font-size: 30px;
    padding: 0 0 20px 0;
    width: 100%;
    font-weight: normal;
	color: #0038A7;
}

.hp_maintext .hp_line03 {
    width: 90px;
    border-top: 1px solid #724e94;
    margin: 0 auto 30px auto;
    display: block;
}

.hp_maintext p {
    padding: 12px 0;
	font-size: 16px;
}





.hp_footer {
    width: 100%;
    padding: 62px 0 40px 0;
    background: #ff99d3;
    float: left;
    color: #724e94;
}

.hp_copyright {
    text-align: center;
    width: 100%;
    float: left;
    padding: 25px 0 0 0;
    font-size: 16px;
}

