@charset "utf-8";
/* CSS Document */

html{
    font-size: 62.5%;
	width: 100%;
    height: 100%;
}

*{
    box-sizing: border-box;
    line-height: 1.6;
}

ul{
    margin: 0;
    padding: 0;
}
body{
	margin: 0;
	width: 100%;
    height: 100%;
	padding: 0;
}

img{
	border: 0;
}

#header, #intro, #second{
	width: 100%;
}

/****** intro ******/
#intro{
    width: 100%;
	height: 600px;
	margin: 0 auto;
	padding: 0;
}

#logo{
	background:#fff url(../images/logo_l.png) 50% 0 no-repeat fixed;
    background-size:500px auto;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    height: 550px
}

#menu {
    width: 100%;
    margin: 0 auto;
    background-color:rgba(255,255,255,0.95);
    padding: 10px 0;
}

#logo_s{
    position: absolute;
    left: -35%;
    z-index: 9999px;
    opacity: 0;
}

#logo_s img{
    width: 150px;
    height: auto;
}

#menubox{
    position: relative;
    width: 500px;
    margin: 0 auto;
}

#menu ul {
    width: 100%;
    overflow: hidden;
}

#menu li{
	width: 33.3%;
    float: left;
    text-align: center;
    font-size: 1.2rem;
    border-right: 1px #ccc solid;
    list-style: none;
}

#menu li:first-child{
    border-left: 1px #ccc solid;
}

a{
    color: #3399cc;
    text-decoration: none;
    display: block;
    line-height: 1!important;
    padding: 8px 0
    
}
a:hover{
    color: #008bd1;
    text-decoration: underline;
    background-color: rgba(0,140,210,0.06);
}

.menufixed {
  position: fixed!important;
  top: 0px!important;
}
 
/****** second ******/
#second{
	background:#eeeeee url(../images/secondBG.png) 50% 0 no-repeat fixed;
    background-size:contain;
	height: 600px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
    font-size: 1.2rem;
}

#about{
    width: 100%;
    max-width: 960px;
    margin: 10% auto 0 auto;
}
#second dl{
    width: 55%;
    padding: 2px 0 10px 8px;
    border-bottom: 1px #ccc solid;
    overflow: hidden;
}

#second dt{
    margin: 0;
    padding: 0;
    float: left;
    width: 40%;
}

#second dd{
    margin: 0;
    padding: 0 0 0 5px;
    float: left;
}
/****** third ******/
#third{
	background:#ccc url(../images/thirdBG.png) 50% 0 no-repeat fixed;
	height: 550px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
    font-size: 1.2rem;
}

#third dl{
    width: 100%;
    padding: 2px 0 10px 8px;
    overflow: hidden;
}

#third dt{
    margin: 0;
    padding: 7px 0 0 0;
    float: left;
    width: 20%;
}

#third dd{
    margin: 0;
    padding: 0 0 0 5px;
    float: left;
    width: 70%;
}

.form{
    border:1px solid #ccc;
    border-radius: 3px;
    -webkit-border-radius: 3px;  
    -moz-border-radius: 3px;
    padding: 5px;
    width: 100%;
}

.formEnd{
    display:none;
    text-align: center;
    padding: 200px 0 0 0;
    font-size: 1.4rem;
}

.btnbox{
    text-align: center;
}

.sub{
    background-color: #fff;
    width: 100px;
    padding: 5px;
    font-size: 1.2em;
    border:1px solid #ccc;
    border-radius: 3px;
    -webkit-border-radius: 3px;  
    -moz-border-radius: 3px;
    cursor: pointer;
}

.sub:hover{
    background-color: #f5fbfe;
    border:1px solid #008bd1;
}
/****** footer ******/
#footer{
	background: #eeeeee;
	margin: 0 auto;
	padding: 20px 0;
    text-align: center;
}
