a:visited { text-decoration: none;color: #333333}
a:link { text-decoration: none;color: #333333}
a:hover { text-decoration: none;color: #006fb6 }
a:active { text-decoration: none;color: #006fb6 }


.m:visited { text-decoration: none;color: #666666; font-weight: 700  }
.m:link { text-decoration: none;color: #666666;font-weight: 700 }
.m:hover { text-decoration: none;color: #006fb6;font-weight: 700  }
.m:active { text-decoration: none;color: #006fb6; font-weight:700 }

textarea {

    outline: none;
    font-family: "Helvetica";

}

body{
    padding: 0;
    margin: 0;
    background-color: #eae9e9;
    font-family: "Helvetica";
}
.title{
    display: none;
}
.container{
    background-color: #ffffff;
    text-align: center;
    margin: 0 auto;
}
/* PC或中大型笔记本设备 desktop */
@media all and (min-width: 1440px) {
    .title-desktop{
        display: block !important;
    }
    .container {
        width: 1500px;
    }
}

/* 手机或小平板 phone */
@media all and (max-width: 1439px) {
    .title-phone{
        display: block !important;
    }
    .container {
        width: 100%;
    }
}



h1 { 
	font-size:24px;
    font-family: "Helvetica";
	color:#006FB6;
margin-top:48px;
margin-bottom:-24px;
padding:0;

 }