@charset "utf-8";

.toolBarDiv {
    clear: both;
    height: 640px;
    background-image: url("../image/banner_bg.png");
    align-content: center;
}

.toolBarContentDiv {
    display: block;
    width: 960px;
    margin: 0 auto;
}

.companyInfoDiv {
    height: 640px;
    background-color: #ebeef0;
}

.companyInfoContentDiv {
    width: 960px;
    margin: 0 auto;
}

.companyInfoTitleDiv {
    position: relative;
    z-index: 2;
    top: 150px;
    left: -20px;
}

.productInfoDiv {
    height: 640px;
    background-color: #FFFFFF;
}

.productInfoContentDiv {
    width: 960px;
    margin: 0 auto;
}

.productInfoTitleDiv {
    position: relative;
    z-index: 2;
    top: 170px;
    left: 120px;
}

.productSpecialDiv {
    height: 640px;
    background-color: #ebeef0;
}

.productSpecialContentDiv {
    width: 960px;
    margin: 0 auto;
}

.productSpecialTitleDiv {
    position: relative;
    z-index: 2;
    top: 160px;
    left: 70px;
}

.addedServiceDiv {
    height: 640px;
    background-color: #FFFFFF;
}

.addedServiceContentDiv {
    width: 960px;
    margin: 0 auto;
}

.addedServiceTitleDiv {
    position: relative;
    z-index: 2;
    top: 200px;
    left: 70px;
}

.advantagesDiv {
    height: 640px;
    background-color: #ebeef0;
}

.advantagesContentDiv {
    width: 960px;
    margin: 0 auto;
}

.advantagesTitleDiv {
    position: relative;
    z-index: 2;
    top: 330px;
    left: -50px;
}

.experienceDiv {
    height: 640px;
    background-color: #FFFFFF;
}

.experienceContentDiv {
    width: 960px;
    margin: 0 auto;
    text-align: center;
    color: #008cd6;
}

.experienceContentDiv a:hover {
    color: #008cd6;
}

.footerDiv {
    height: 160px;
    background-color: #008cd6;
}

.footerContentDiv {
    width: 960px;
    margin: 0 auto;
}

.titleFont {
    display: block;
    font-size: 45px;
    color: #008cd6;
    font-weight: bold;
    letter-spacing: 5px;
    margin-bottom: 20px;
}

.contentFont {
    display: block;
    font-size: 16px;
    color: #666666;
    letter-spacing: 3px;
    margin-top: 10px;
}

.toolBarTitleStyle {
    position: relative;
    display: block;
    color: #ffffff;
    text-align: center;
    font-size: 65px;
    top: 140px;
}

.toolBarContentStyle {
    position: relative;
    display: block;
    color: #ffffff;
    text-align: center;
    font-size: 30px;
    top: 200px;
    padding: 10px;
}

.toolBarBtnStyle {
    position: relative;
    display: block;
    color: #ffffff;
    text-align: center;
    font-size: 24px;
    top: 250px;
}

.toolBarBtnStyle a {
    display: block;
    width: 320px;
    height: 88px;
    line-height: 88px;
    border: 1px solid #ffffff;
    color: #FFFFFF;
    margin: 0 auto;
    cursor: pointer;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.toolBarBtnStyle a:hover {
    color: #FFFFFF;
    cursor: pointer;
}

.experienceQuestion {
    display: block;
    float: left;
    font-size: 75px;
    font-family: cursive;
    color: #008cd6;
    padding-top: 150px;
}

.experienceAnswer {
    display: block;
    float: left;
    font-size: 44px;
    font-family: cursive;
    color: #008cd6;
    padding-top: 190px;
}

.experienceContent {
    display: block;
    text-align: center;
    color: #008cd6;
    font-size: 60px;
    letter-spacing: 10px;
    font-family: inherit;
    margin-bottom: 50px;
    font-weight: bold;
    margin-top: 250px;
    clear: both;
}

.fastRegisterBtn {
    display: block;
    margin: 0 auto;
    width: 320px;
    height: 88px;
    line-height: 88px;
    font-size: 30px;
    cursor: pointer;
    color: #008cd6;
    background: url("../image/fast_register.png");
    text-align: center;
}

.footerContentInfoDiv {
    float: left;
    width: 600px;
    height: 100%;
}

.footerContentInfoDiv p {
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
    margin-top: 18px;
}

.footerWeiXinInfoDiv {
    float: left;
    width: 360px;
    height: 100%;
    text-align: center;
    color: #FFFFFF;
}