/*css reset*/
html,body,div,span,object,h1,h2,h3,h4,h5,h6,p,em,img,dl,dt,dd,ol,ul,li,form,label {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
}
body,input,select,textarea {
    font: 12px/1 tahoma, arial, "\5FAE\8F6F\96C5\9ED1","\5b8b\4f53";
}
img {
    border: 0;
}
a,a:visited,a:hover {
    text-decoration: none;
}
.clearfix:after {
    content: '\0020';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    *zoom: 1;
}

/*main*/
html{
    height: 100%;
}
body{
    margin: 0;
    padding: 0;
    background: #05c2f9;
    color: #fff;
    height: 100%;
}
.main{
    background: #05c2f9;
    background: #0367a2\9;
    background-image: -ms-radial-gradient(55% 65%,circle cover, rgba(135,206,235,0.9) 10%, transparent 100%);
    background-image: -moz-radial-gradient(50% 50%,circle cover, rgba(135,206,235,0.9) 2%, transparent 100%);
    background-image: -webkit-radial-gradient(55% 65%,circle cover, rgba(135,206,235,0.9) 10%, transparent 100%);
    min-width: 768px;
    min-height: 100%;
    z-index: -1;
}
.main .article {
    width: 768px;
    margin: 0 auto;
    padding-bottom: 108px;
}
.main .article .title{
    font-weight: normal;
    padding-top: 60px;
    text-align: center;
    font-size: 32px;
}
.main .article .content{
    display: inline-block;
    padding: 30px 0;
    font-size: 16px;
    line-height: 30px;
}

/*footer*/
.footer{
    width: 100%;
    margin-top: -108px;
    background: #05c2f9;
}
.footer .footer-content{
    padding: 30px 0;
    min-width: 768px;
}
.footer .footer-content p{
    font-family: "\5b8b\4f53";
    text-align: center;
	font-size: 15px;
	line-height: 25px;
	color: #EEE;
}
.footer .footer-content a{
    font-size: 15px;
    color: #fff;
}