﻿body {
    background:url(../images/bg-main2.jpg) no-repeat top #FFF;
    background-size:100%;
}
/*f-page2*/
.f-page2 {
    background: url('../images/10800.png') no-repeat center;
}
/*f-page3*/
.f-page3 {
    position: relative;
}
    .f-page3 .f-page3-box {
        padding: 50px;
        background: rgba(255, 255, 255, 0.7);
        position: absolute;
        z-index: 1001;
        width: 40%;
        right: 10%;
        top: 30%;
    }

@media screen and (max-width: 992px) {
    .f-page3 .f-page3-box {
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
        margin-top: auto !important;
    }
}

@media screen and (max-width: 480px) {
    .f-page3 .f-page3-box {
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
        padding: 15px;
    }
}

.f-page3 h2 {
    margin-bottom: 20px;
    color: #31B0D5;
}

@media screen and (max-width: 768px) {
    .f-page3 h2 {
        font-size: 32px;
    }
}

.f-page3 p {
    font-size: 20px;
}

@media screen and (max-width: 768px) {
    .f-page3 p {
        font-size: 16px;
    }
}

.f-page3 p:last-child {
    margin-bottom: 0;
}
.f-gz-title {
    font-size:14px;
    padding:5px 10px;
}
.f-copyright {
    font-size:14px;
}
