@charset "utf-8";
/* CSS Document */
/*重置*/
html,body,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,th,td,p,blockquote,pre,form,fieldset,legend,input,button,textarea,hr{margin:0;padding:0}
@font-face {
    font-family: 'hiragino_sans_gbw3';
    src: url('../fonts/Hiragino-Sans-GB-W3.otf');
    font-weight: normal;
    font-style: normal;
}
*{
    font-family:"hiragino_sans_gbw3";
    margin:0;
    padding:0;
}
li{
    list-style:none;
}
h1,h2,h3{
    font-weight:normal;
    font-size:12px;
}
img{
    display:block;
    border:none 0;
}
a{
    text-decoration:none;
    color:black;
}
dl,dd{
    text-decoration:none;
}
/*hover*/
.headerBox .header .logoBox p:hover{
    color: #02acc5;
}
.headerBox .header .navBox ul li:hover{
    border-bottom: 2px solid #02acc5;
    color: #02acc5;
}
/*headerBox*/
.headerBox{
    float: left;
    width: 100%;
}
.headerBox .header{
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
    background-color: white;
}
.headerBox .header .logoBox{
    float: left;
    width: 500px;
    height: 76px;
}
.headerBox .header .logoBox .logo{
    float: left;
    width: 50px;
    height: 50px;
    margin-top: 13px;
    background:url("../images/logo.png") no-repeat center;
}
.headerBox .header .logoBox p{
    float: left;
    margin-left: 18px;
    font-size: 16px;
    color: #373737;
    line-height: 76px;
}
.headerBox .header .navBox{
    float: right;
    margin-top: 24px;
}
.headerBox .header .navBox li{
    float: left;
    margin-left: 44px;
}
.headerBox .header .navBox li a{
    display: block;
    float: left;
    padding: 0 10px;
    height: 44px;
    line-height: 44px;
    color: #313131;
    font-size: 16px;
}
#aboutUsStyle{
    border-bottom: 2px solid #02acc5;
    color: #02acc5;
}
/*bottomBox*/
.bottomBox{
    float: left;
    width: 100%;
    height: 426px;
    background-color: #3c444e;
}
.bottomBox .bottomUp{
    height: 372px;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.bottomBox .bottomUp .titleBox h1{
    text-align: center;
    font-size: 18px;
    color: white;
    font-weight: bold;
    padding-top: 88px;
}
.bottomBox .bottomUp .titleBox h2{
    text-align: center;
    font-size: 20px;
    color: white;
    margin-top: 10px;
}
.bottomBox .bottomUp .messageBox{
    width: 1200px;
    height: 220px;
    overflow: hidden;
}
.bottomBox .bottomUp .messageBox p{
    font-size: 16px;
    text-align: center;
    color: #9a9da0;
    margin-top: 134px;
}
.bottomBox .bottomUp .messageBox .message1{
    width: 400px;
    height: 200px;
    float: left;
    background: url("../images/Shape3.png") no-repeat center;
}
.bottomBox .bottomUp .messageBox .message2{
    width: 400px;
    height: 200px;
    float: left;
    background: url("../images/Shape2.png") no-repeat center;
}
.bottomBox .bottomUp .messageBox .message3{
    width: 400px;
    height: 200px;
    float: left;
    background: url("../images/Shape.png") no-repeat center;
}
.bottomBox .bottomDown{
    height: 54px;
    width: 100%;
    background-color: #30373f;
}
.bottomBox .bottomDown {
    line-height: 54px;
    text-align: center;
    font-size: 14px;
    color: #cccccc;
}