@-webkit-keyframes btnAni {
    20% {
        background-color: rgba(255, 255, 255, 0.3);
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        background-color: transparent;
    }
}
@keyframes btnAni {
    20% {
        background-color: rgba(255, 255, 255, 0.3);
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        background-color: transparent;
    }
}
@-webkit-keyframes btnAni02 {
    20% {
        background-color: rgba(255, 255, 255, 0.5);
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        background-color: transparent;
    }
}
@keyframes btnAni02 {
    20% {
        background-color: rgba(255, 255, 255, 0.5);
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        background-color: transparent;
    }
}
.mainArea {
    padding: 85px 0 0;
    background-image: url(../images/bg.jpg);
    overflow: hidden;
}
@media (max-width: 1180px) {
    .mainArea {
        padding-top: 30px;
    }
}
.mainArea .futureBox {
    text-align: center;
}
.mainArea .futureBox .topBox {
    margin-bottom: 20px;
}
.mainArea .futureBox .topBox .title {
    margin-bottom: 25px;
    font-size: 36px;
    font-weight: 500;
    color: #497aaa;
    line-height: 1.5;
}
@media (max-width: 640px) {
    .mainArea .futureBox .topBox .title {
        font-size: 28px;
    }
}
.mainArea .futureBox .topBox .text {
    font-size: 15px;
    color: #646464;
}
.mainArea .futureBox .futureList {
    padding: 35px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.mainArea .futureBox .futureList:not(.df) {
    padding-left: 0;
    list-style: none;
}
.mainArea .futureBox .futureList > li {
    padding: 25px;
}
@media (max-width: 767px) {
    .mainArea .futureBox .futureList > li {
        padding: 10px;
    }
}
@media (max-width: 480px) {
    .mainArea .futureBox .futureList > li {
        padding-left: 2px;
        padding-right: 2px;
    }
}
.mainArea .futureBox .futureList .itemBox {
    position: relative;
}
.mainArea .futureBox .futureList .circle {
    width: 162px;
    height: 162px;
}
@media (max-width: 767px) {
    .mainArea .futureBox .futureList .circle {
        width: 120px;
        height: 120px;
    }
}
.mainArea .futureBox .futureList .circle svg {
    color: #497aaa;
}
.mainArea .futureBox .futureList .text {
    font-size: 15px;
    color: rgba(100, 100, 100, 0.4);
}
.mainArea .futureBox .futureList .item {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    background-color: #fff;
    border: 10px solid rgba(212, 199, 179, 0.6);
    border-radius: 50%;
    text-align: center;
}
@media (max-width: 767px) {
    .mainArea .futureBox .futureList .item {
        width: calc(100% - 8px);
        height: calc(100% - 8px);
        border-width: 5px;
    }
}
.mainArea .futureBox .futureList .Img img {
    display: block;
    width: 50px;
}
.mainArea .videoBox {
    margin-bottom: 95px;
    position: relative;
}
.mainArea .videoBox video {
    width: 100%;
}
.mainArea .videoBox video.close {
    cursor: pointer;
}
.mainArea .videoBox .videoBtnBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.mainArea .videoBox .videoBtnBox.playing {
    pointer-events: none;
    opacity: 0;
}
.mainArea .videoBox .videoBtnBox .Img {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.mainArea .videoBox .videoBtnBox .Img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 100%;
    width: auto;
    max-width: none;
}
.mainArea .videoBox .videoBtn {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.mainArea .videoBox .videoBtn.play {
    pointer-events: none;
}
.mainArea .videoBox .videoBtn a {
    position: relative;
    text-align: center;
    display: block;
}
.mainArea .videoBox .videoBtn a:hover:before, .mainArea .videoBox .videoBtn a:hover:after {
    height: 0;
}
.mainArea .videoBox .videoBtn a:before, .mainArea .videoBox .videoBtn a:after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.mainArea .videoBox .videoBtn a:before {
    bottom: 110%;
}
.mainArea .videoBox .videoBtn a:after {
    top: 110%;
}
.mainArea .videoBox .videoBtn .icon {
    display: inline-block;
    position: relative;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    border: 4px solid #fff;
}
.mainArea .videoBox .videoBtn .icon:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 55%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 22px;
    height: 26px;
    background-image: url(../images/play.png);
}
.mainArea .videoBox .videoBtn .title {
    margin-top: 5px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
}
.mainArea .dreamBox {
    position: relative;
    width: 100vw;
    margin-left: calc((100% - 100vw)/2);
}
.mainArea .dreamBox .Img {
    position: relative;
    height: 360px;
}
.mainArea .dreamBox .Img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 100%;
    width: auto;
    max-width: none;
}
@media (max-width: 840px) {
    .mainArea .dreamBox .Img {
        height: 250px;
    }
    .mainArea .dreamBox .Img img {
        width: auto;
        -o-object-fit: cover;
           object-fit: cover;
        height: 100%;
    }
}
.mainArea .dreamBox .Txt {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding: 0 20px;
    text-align: center;
    width: 100%;
}
.mainArea .dreamBox .Txt .title {
    font-size: 36px;
    font-weight: 500;
    color: #fff;
}
@media (max-width: 640px) {
    .mainArea .dreamBox .Txt .title {
        font-size: 28px;
    }
}
.mainArea .dreamBox .Txt p {
    font-size: 18px;
    color: #fff;
}
.mainArea .dreamBox img {
    width: 100%;
}
.mainArea .funBox {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    z-index: 1;
}
@media (max-width: 640px) {
    .mainArea .funBox {
        display: block;
    }
}
.mainArea .funBox .right {
    width: 56%;
}
@media (max-width: 640px) {
    .mainArea .funBox .right {
        width: 100%;
    }
}
.mainArea .funBox .left {
    padding-top: 50px;
    padding-left: 40px;
    width: 44%;
}
@media (max-width: 640px) {
    .mainArea .funBox .left {
        padding-left: 0;
        width: 100%;
    }
}
.mainArea .funBox .left .topBox {
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(162, 148, 128, 0.2);
}
.mainArea .funBox .left .topBox .title {
    font-size: 28px;
    font-weight: 400;
    color: #497aaa;
    line-height: 1.5;
}
.mainArea .funBox .left .textBox {
    padding: 15px 0 20px;
}
.mainArea .funBox .left .textBox .subTitle {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 400;
    color: #3d3d3d;
}
.mainArea .funBox .left .textBox p {
    font-size: 15px;
    color: #646464;
}
@media (max-width: 640px) {
    .mainArea .funBox .Img {
        padding: 10px 0;
    }
}
@media (min-width: 641px) {
    .mainArea .funBox .pic2 {
        margin-top: -40px;
    }
    .mainArea .funBox .pic3 {
        padding-top: 40px;
        padding-right: 35px;
    }
    .mainArea .funBox .pic3 img {
        margin-left: auto;
    }
}
.mainArea .benefitsBox {
    padding-bottom: 90px;
}
@media (max-width: 1180px) {
    .mainArea .benefitsBox {
        padding-bottom: 30px;
    }
}
.mainArea .benefitsBox .topBox {
    margin-bottom: 55px;
    text-align: center;
}
@media (max-width: 640px) {
    .mainArea .benefitsBox .topBox {
        margin-bottom: 30px;
    }
}
.mainArea .benefitsBox .topBox .title {
    margin-bottom: 20px;
    font-size: 36px;
    color: #497aaa;
    line-height: 1.5;
}
@media (max-width: 640px) {
    .mainArea .benefitsBox .topBox .title {
        font-size: 28px;
    }
}
.mainArea .benefitsBox .topBox .subTitle {
    margin-bottom: 5px;
    font-size: 24px;
    color: #333333;
}
@media (max-width: 640px) {
    .mainArea .benefitsBox .topBox .subTitle {
        font-size: 18px;
    }
}
.mainArea .benefitsBox .topBox .text {
    color: rgba(31, 31, 31, 0.88);
}
.mainArea .benefitsBox .benefitsList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -8px;
}
.mainArea .benefitsBox .benefitsList:not(.df) {
    padding-left: 0;
    list-style: none;
}
.mainArea .benefitsBox .benefitsList > li {
    width: 50%;
    padding: 8px;
}
.mainArea .benefitsBox .benefitsList > li:nth-of-type(1) {
    width: 100%;
}
.mainArea .benefitsBox .benefitsList > li:nth-of-type(1) li {
    width: 33.33%;
}
@media (max-width: 960px) {
    .mainArea .benefitsBox .benefitsList > li:nth-of-type(1) li {
        width: 50%;
    }
}
@media (max-width: 480px) {
    .mainArea .benefitsBox .benefitsList > li:nth-of-type(1) li {
        width: 100%;
    }
}
.mainArea .benefitsBox .benefitsList > li:nth-of-type(1) .Img {
    width: 25%;
}
@media (max-width: 960px) {
    .mainArea .benefitsBox .benefitsList > li:nth-of-type(1) .Img {
        width: 100%;
    }
}
.mainArea .benefitsBox .benefitsList > li:nth-of-type(1) .textBox {
    position: relative;
}
.mainArea .benefitsBox .benefitsList > li:nth-of-type(1) .textBox:before, .mainArea .benefitsBox .benefitsList > li:nth-of-type(1) .textBox:after {
    content: "";
    position: absolute;
    top: 45px;
    left: 33.33%;
    width: 1px;
    height: calc(100% - 90px);
    background-color: rgba(0, 0, 0, 0.1);
}
@media (max-width: 960px) {
    .mainArea .benefitsBox .benefitsList > li:nth-of-type(1) .textBox:before, .mainArea .benefitsBox .benefitsList > li:nth-of-type(1) .textBox:after {
        top: 20px;
        left: 50%;
        height: calc(100% - 40px);
    }
}
@media (max-width: 480px) {
    .mainArea .benefitsBox .benefitsList > li:nth-of-type(1) .textBox:before, .mainArea .benefitsBox .benefitsList > li:nth-of-type(1) .textBox:after {
        display: none;
    }
}
.mainArea .benefitsBox .benefitsList > li:nth-of-type(1) .textBox:after {
    left: 66.66%;
}
@media (max-width: 960px) {
    .mainArea .benefitsBox .benefitsList > li:nth-of-type(1) .textBox:after {
        display: none;
    }
}
@media (max-width: 480px) {
    .mainArea .benefitsBox .benefitsList > li {
        width: 100%;
    }
}
.mainArea .benefitsBox .benefitsList .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 5px 0px #e5e5e5;
            box-shadow: 0px 2px 5px 0px #e5e5e5;
    height: 100%;
}
@media (max-width: 960px) {
    .mainArea .benefitsBox .benefitsList .item {
        display: block;
    }
}
.mainArea .benefitsBox .benefitsList .Img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50%;
    height: 195px;
    background-color: #f7f7f7;
}
@media (max-width: 960px) {
    .mainArea .benefitsBox .benefitsList .Img {
        width: 100%;
    }
}
@media (max-width: 480px) {
    .mainArea .benefitsBox .benefitsList .Img {
        height: 150px;
    }
}
.mainArea .benefitsBox .benefitsList .Img .title {
    font-size: 18px;
    font-weight: 500;
    color: #5b5b5b;
}
@media (max-width: 480px) {
    .mainArea .benefitsBox .benefitsList .Img .title {
        font-size: 15px;
    }
}
.mainArea .benefitsBox .benefitsList ul {
    padding: 35px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.mainArea .benefitsBox .benefitsList ul:not(.df) {
    padding-left: 0;
    list-style: none;
}
@media (max-width: 960px) {
    .mainArea .benefitsBox .benefitsList ul {
        padding: 10px 0;
    }
}
.mainArea .benefitsBox .benefitsList ul > li {
    width: 100%;
    padding: 5px 20px 5px 60px;
}
@media (max-width: 1360px) {
    .mainArea .benefitsBox .benefitsList ul > li {
        padding: 5px 20px 5px 30px;
    }
}
@media (max-width: 480px) {
    .mainArea .benefitsBox .benefitsList ul > li {
        padding: 5px 20px 5px 20px;
    }
}
.mainArea .benefitsBox .benefitsList ul .title {
    padding-left: 20px;
    position: relative;
    font-size: 15px;
    color: #646464;
}
.mainArea .benefitsBox .benefitsList ul .title:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #497aaa;
}
.mainArea img {
    display: block;
}

.environmentArea {
    padding: 85px 0 140px;
    background-image: url(../images/bg.jpg);
}
@media (max-width: 1180px) {
    .environmentArea {
        padding: 30px 0;
    }
}
.environmentArea .environmentBox .topBox {
    margin-bottom: 30px;
    text-align: center;
}
.environmentArea .environmentBox .topBox .title {
    margin-bottom: 25px;
    font-size: 36px;
    color: #385e84;
    line-height: 1.5;
}
@media (max-width: 640px) {
    .environmentArea .environmentBox .topBox .title {
        font-size: 28px;
    }
}
.environmentArea .environmentBox .topBox .subTitle {
    font-size: 24px;
    color: #333333;
}
@media (max-width: 640px) {
    .environmentArea .environmentBox .topBox .subTitle {
        font-size: 18px;
    }
}
.environmentArea .environmentBox .topBox .text {
    color: rgba(31, 31, 31, 0.88);
}
.environmentArea .environmentBox .envListBox ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px;
}
.environmentArea .environmentBox .envListBox ul > li {
    position: relative;
    cursor: pointer;
    width: 33.33%;
    padding: 10px;
}
.environmentArea .environmentBox .envListBox ul > li:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 0.7;
}
@media (max-width: 767px) {
    .environmentArea .environmentBox .envListBox ul > li {
        width: 50%;
    }
}
@media (max-width: 480px) {
    .environmentArea .environmentBox .envListBox ul > li {
        padding: 5px;
    }
}
.environmentArea .environmentBox .envListBox .Img {
    position: relative;
    background-color: #222;
    overflow: hidden;
}
.environmentArea .environmentBox .envListBox img {
    width: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.environmentArea .environmentBox .envListBox .btn {
    position: absolute;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 175px;
    height: 40px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    background-color: #385e84;
}
.environmentArea .environmentBox .envListBox .btn .icon {
    position: absolute;
    left: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 20px;
    height: 15px;
}
.environmentArea .environmentBox .envListBox .btn svg {
    width: 20px;
    height: 15px;
}
.environmentArea img {
    display: block;
}

.activeArea {
    padding: 85px 0 115px;
    background-image: url(../images/bg.jpg);
}
@media (max-width: 1180px) {
    .activeArea {
        padding: 30px 0;
    }
}
.activeArea .activeBox .topBox {
    margin-bottom: 30px;
    text-align: center;
}
.activeArea .activeBox .topBox .title {
    margin-bottom: 25px;
    font-size: 36px;
    color: #385e84;
    line-height: 1.5;
}
@media (max-width: 640px) {
    .activeArea .activeBox .topBox .title {
        font-size: 28px;
    }
}
.activeArea .activeBox .topBox .subTitle {
    font-size: 24px;
    color: #333333;
}
@media (max-width: 640px) {
    .activeArea .activeBox .topBox .subTitle {
        font-size: 18px;
    }
}
.activeArea .activeBox .topBox .text {
    color: rgba(31, 31, 31, 0.88);
}
.activeArea .activeBox .activeListBox {
    position: relative;
    overflow: hidden;
}
.activeArea .activeBox .activeListBox ul {
    margin: 0 -14px;
}
.activeArea .activeBox .activeListBox li {
    padding: 10px 14px;
    float: left;
    width: 25%;
}

@media (max-width: 1180px) {
    .activeArea .activeBox .activeListBox li {
    width: 50%;
    }
}

@media (max-width: 640px) {
    .activeArea .activeBox .activeListBox li {
    width: 100%;
    }
}


.activeArea .activeBox .activeListBox li .item {
    cursor: pointer;
    position: relative;
}
.activeArea .activeBox .activeListBox li .item:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 0.7;
}
.activeArea .activeBox .activeListBox li .Img {
    background-color: #222;
    overflow: hidden;
}
.activeArea .activeBox .activeListBox li .Img img {
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 300px;
    object-fit: cover;
}
.activeArea .activeBox .activeListBox li .title {
    position: absolute;
    bottom: 20px;
    left: 30px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}
.activeArea .activeBox .activeListBox li .btn {
    position: absolute;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 175px;
    height: 40px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    background-color: #385e84;
}
.activeArea .activeBox .activeListBox li .btn .icon {
    position: absolute;
    left: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 20px;
    height: 15px;
}
.activeArea .activeBox .activeListBox li .btn svg {
    width: 20px;
    height: 15px;
}
.activeArea .activeBox .arrowBox .prev {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -20px;
}
.activeArea .activeBox .arrowBox .next {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -20px;
    background-color: #3c3c3c;
}
.activeArea .activeBox .arrowBox .next:hover {
    background-color: #626262;
}
.activeArea img {
    display: block;
}

.joinArea {
    background-repeat: no-repeat;
    height: 360px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.joinArea .bottomTitle {
    font-size: 36px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
}
@media (max-width: 640px) {
    .joinArea .bottomTitle {
        font-size: 28px;
    }
}
.joinArea .btnBox {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.joinArea .btnBox .btn {
    padding: 7px;
}
.joinArea .btnBox a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    width: 200px;
    height: 40px;
    background-color: #497aaa;
    font-size: 15px;
    color: #fff;
    letter-spacing: 1px;
}
.joinArea .btnBox a:hover {
    background-color: #497aaa;
}