body {
    /*background-color: #00a2d4;*/
    background: linear-gradient(to bottom, #3db2f6, #2a84eb);
    margin: 0 auto;
    height: auto;
    font-family: "Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", STHeiti, serif;
}


.header {
    color: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
    right: 30px;

}

.div-height-600 {
    height: 600px;
}

.blue-page {
}

.white-page {
    background-color: white;
}

.blue-title {
    font-size: 36px;
    font-family: "Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", STHeiti, serif;
    font-weight: bold;
    color: rgba(29, 116, 208, 1);
}

.grey-content {
    color: #9FA4AF;
    font-size: 30px;
    margin-top: 35%;
}

.black-content {
    font-size: 20px;
    font-family: "Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", STHeiti, serif;
    color: rgba(49, 49, 49, 1);
}

.blue-block {
    background: url("./assets/images/home_pic_map@2x.png") repeat;
}

.font-wenhei {
    font-family: HYWenHei-FEW, serif;
}

.font-15 {
    font-size: 15px;
}

.font-36 {
    font-size: 36px;
}


.font-30 {
    font-size: 30px;
}

.font-40 {
    font-size: 40px;
}

.font-50 {
    font-size: 50px;
}

.font-60 {
    font-size: 60px;
}

.font-white {
    color: white;
}

.content-right {
    text-align: right;
}


.contact-us-body {
    height: 710px;
}

.about-us-body {
    height: 710px;
}