@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon/icomoon.eot?srf3rx");
    src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* =======================================================
*
* 	Template Style
*
* ======================================================= */
body {
    font-family: "Work Sans", Arial, sans-serif, OPPOSans;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    color: #ffffff;
    background: #12161e;

}

#page {
    position: relative;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.offcanvas #page {
    overflow: hidden;
    position: absolute;
}

.offcanvas #page:after {
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 101;
    background: rgba(255, 255, 255, 0.7);
    content: "";
}

a {
    color: #396ce3;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a:hover,
a:active,
a:focus {
    color: #396ce3;
    outline: none;
    text-decoration: none;
}

p {
    margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
figure {
    color: #000;
    font-family: "Work Sans", Arial, sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
}

::-webkit-selection {
    color: #fff;
    background: #50CB86;
}

::-moz-selection {
    color: #fff;
    background: #50CB86;
}

::selection {
    color: #fff;
    background: #50CB86;
}

.fh5co-nav {
    position: absolute;
    top: 0;
    margin: 0;
    width: 100%;
    padding: 10px 0 0 0;
    z-index: 1001;
    background: rgba(255, 255, 255, 0.13);
    min-width: 1200px;
    height: 86px;

}

@media (min-width: 768px) {
    .container {
        width: 1200px !important;
    }
}

.copyrights {
    text-indent: -9999px;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .fh5co-nav {
        padding: 10px 0;
    }
}

.fh5co-nav #fh5co-logo {
    font-size: 20px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: bold;
}

.fh5co-nav a {
    padding: 5px 10px;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .fh5co-nav .menu-1 {
        display: none;
    }

    .head-btn {
        display: none !important;
    }

    .userinfo {
        display: none !important;
    }

    #fh5co-logo img {
        height: 30px;
    }
}

.fh5co-nav ul {
    padding: 0;
    margin: 2px 0 0 0;
}

.fh5co-nav ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline;
}

.fh5co-nav ul li a {
    font-size: 16px;
    padding: 25px 0px;
    margin: 0 20px;
    text-transform: uppercase;
    color: #64686b;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-bottom: 2px solid #ffffff00;
}

.fh5co-nav ul li a:hover,
.fh5co-nav ul li a:focus,
.fh5co-nav ul li a:active {
    background: linear-gradient(to right, #02d2ff, #79b517);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fh5co-nav ul li:active a {
    background: linear-gradient(to right, #02d2ff, #79b517);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-bottom: 2px solid #02d2ff;

}

.fh5co-nav .head-btn {
    color: #000;
    background: #fff;
    width: 152px;
    height: 46px;
    border-radius: 4px;
    line-height: 46px;
    text-align: center;
    box-shadow: 0px 2px 5px rgba(255, 179, 64, 0.28);
    font-size: 16px;
    display: inline-block;
    border: 1px solid #e9e9e9;

}

.fh5co-nav .head-btn a {
    color: #000;
}

.fh5co-nav ul li.has-dropdown {
    position: relative;
}

.fh5co-nav ul li.has-dropdown .dropdown {
    width: 130px;
    -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
    z-index: 1002;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 40px;
    left: 0;
    text-align: left;
    background: #fff;
    padding: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}

.fh5co-nav ul li.has-dropdown .dropdown:before {
    bottom: 100%;
    left: 40px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
}

.fh5co-nav ul li.has-dropdown .dropdown li {
    display: block;
    margin-bottom: 7px;
}

.fh5co-nav ul li.has-dropdown .dropdown li:last-child {
    margin-bottom: 0;
}

.fh5co-nav ul li.has-dropdown .dropdown li a {
    padding: 2px 0;
    display: block;
    color: #999999;
    line-height: 1.2;
    text-transform: none;
    font-size: 15px;
}

.fh5co-nav ul li.has-dropdown .dropdown li a:hover {
    color: #000;
}

.fh5co-nav ul li.has-dropdown:hover a,
.fh5co-nav ul li.has-dropdown:focus a {
    color: #fff;
}

.fh5co-nav ul li.btn-cta a {
    color: #50CB86;
}

.fh5co-nav ul li.btn-cta a span {
    background: #fff;
    padding: 4px 20px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
}

.fh5co-nav ul li.btn-cta a:hover span {
    -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}

.fh5co-nav ul li.active > a {
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, #02d2ff, #79b517) 1;
    background: linear-gradient(to right, #02d2ff, #79b517);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.menu-1 {
    min-width: 600px;
    margin-top: 21px;
}


#fh5co-offcanvas {
    position: absolute;
    z-index: 1901;
    width: 200px;
    background: #ffffff;
    color: #333333;
    top: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 45px 40px 40px 40px;
    overflow-y: auto;
    -moz-transform: translateX(270px);
    -webkit-transform: translateX(270px);
    -ms-transform: translateX(270px);
    -o-transform: translateX(270px);
    transform: translateX(270px);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.offcanvas #fh5co-offcanvas {
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

#fh5co-offcanvas a {
    color: #333333;

}

#fh5co-offcanvas a:hover {
    color: rgba(0 0, 0, 0.8);
}

#fh5co-offcanvas ul {
    padding: 0;
    margin: 0;
}

#fh5co-offcanvas ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 2.5;
}

#fh5co-offcanvas ul li > ul {
    padding-left: 20px;
    display: none;
}

#fh5co-offcanvas ul li.offcanvas-has-dropdown > a {
    display: block;
    position: relative;
}

#fh5co-offcanvas ul li.offcanvas-has-dropdown > a:after {
    position: absolute;
    right: 0px;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e921";
    font-size: 20px;
    color: rgba(255, 255, 255, 0.2);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#fh5co-offcanvas ul li.offcanvas-has-dropdown.active a:after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}


.gototop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.gototop.active {
    opacity: 1;
    visibility: visible;
}

.gototop a {
    width: 50px;
    height: 50px;
    display: table;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.gototop a i {
    height: 50px;
    display: table-cell;
    vertical-align: middle;
}

.gototop a:hover,
.gototop a:active,
.gototop a:focus {
    text-decoration: none;
    outline: none;
}


.fh5co-nav-toggle {
    width: 25px;
    height: 25px;
    cursor: pointer;
    text-decoration: none;
}

.fh5co-nav-toggle.active i::before,
.fh5co-nav-toggle.active i::after {
    background: #fff;
}

.fh5co-nav-toggle:hover,
.fh5co-nav-toggle:focus,
.fh5co-nav-toggle:active {
    outline: none;
    border-bottom: none !important;
}

.fh5co-nav-toggle i {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 2px;
    color: #252525;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #252525;
    transition: all .2s ease-out;
}

.fh5co-nav-toggle i::before,
.fh5co-nav-toggle i::after {
    content: '';
    width: 25px;
    height: 2px;
    background: #252525;
    position: absolute;
    left: 0;
    transition: all .2s ease-out;
}

.fh5co-nav-toggle.fh5co-nav-white > i {
    color: #333333;
    background: #333333;
}

.fh5co-nav-toggle.fh5co-nav-white > i::before,
.fh5co-nav-toggle.fh5co-nav-white > i::after {
    background: #333333;
}

.fh5co-nav-toggle i::before {
    top: -7px;
}

.fh5co-nav-toggle i::after {
    bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
    top: -10px;
}

.fh5co-nav-toggle:hover i::after {
    bottom: -10px;
}

.fh5co-nav-toggle.active i {
    background: transparent;
    color: #fff !important;
}

.fh5co-nav-toggle.active i::before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    color: #fff !important;
}

.fh5co-nav-toggle.active i::after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    color: #fff !important;
}

.fh5co-nav-toggle {
    position: absolute;
    right: 0px;
    top: 8px;
    z-index: 21;
    padding: 6px 0 0 0;
    display: block;
    margin: 0 auto;
    display: none;
    height: 44px;
    width: 44px;
    z-index: 2001;
    border-bottom: none !important;
}

@media screen and (max-width: 768px) {
    .fh5co-nav-toggle {
        display: block;
    }
}

.form-control {
    box-shadow: none;
    background: transparent;
    border: 2px solid rgba(0, 0, 0, 0.1);
    height: 54px;
    font-size: 18px;
    font-weight: 300;
}

.form-control:active,
.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #50CB86;
}

.row-pb-md {
    padding-bottom: 4em !important;
}

.row-pb-sm {
    padding-bottom: 2em !important;
}

.fh5co-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/loader.gif) center no-repeat #fff;
}

.js .animate-box {
    opacity: 0;
}

/* 以上是公共样式 */

.pcbanner {
    width: 100%;
    background: url(../images/banner.png) no-repeat top left;
    height: 650px;
}


.windown-btn {
    transition: 1s all;
    cursor: pointer;
    box-shadow: 0 0 20px #ccc;
    width: 224px;
    height: 70px;
}

.windown-btn:hover {
    transform: translateY(-20px)
}

.banner-right .title-phone {
    height: 70px;
    border-radius: 3.125rem;
    text-align: center;
    color: #243042;
    font-size: 34px;
    line-height: 70px;
    text-align: right;

}

.headerh {
    background: #ffffff00;
    height: 85px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.pcbanner .btner {
    width: 100%;
    margin-top: 480px;

}

.pcbanner .btner ul {
    display: flex;
    padding: 0;
    margin: 0;
    justify-content: start;
}

.pcbanner .btner ul li {
    list-style: none;
    height: 100px;
    cursor: pointer;

}

.pcbanner .btner ul li img {
    height: 100%;
}

.pcbanner .btner ul li:hover {

}

.appbanner {
    display: none;
}

@media screen and (max-width: 768px) {

    .headerh {
        background: #ffffff;
        height: 60px;

    }

    .pcbanner {
        display: none;
    }

    .appbanner {
        display: block;
    }

    .appbanner {
        width: 100%;
        background: url(../images/banner-h5.png) no-repeat top center;
        height: 380px;
        background-size: 100% 100%;

    }

    .appbanner .btner {
        width: 100%;
        margin-top: 275px;
    }

    .appbanner .btner ul {
        display: flex;
        padding: 0;
        margin: 0;
        justify-content: start;
    }

    .appbanner .btner ul li {
        list-style: none;
        height: 50px;
        cursor: pointer;

    }

    .appbanner .btner ul li img {
        height: 100%;
    }
}

.titleer {
    width: 100%;
    height: 188px;
    text-align: center;

}

.titleer .title {
    text-align: center;
    font-size: 42px;
    font-weight: bold;
    padding-top: 100px;

}

.titleer .info {
    font-size: 20px;
    margin-top: 30px
}


.project1 {
    width: 100%;
    margin-top: 115px;

}

.project1 .mainer {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 65px;
}

.project1 .mainer .img1 {

}

.project1 .mainer .info {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-top: 50px;

}

.project1 .mainer .info .list {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, #5a5c46, #ffffff00) 1;
}

.project1 .mainer .info .list .title {
    height: 115px;
}

.project1 .mainer .info .list .title img {
    height: 115px;
}

.project1 .mainer .info .list .text {
    font-size: 18px;
    margin-top: 20px;

}


@media screen and (max-width: 768px) {
    .project1 {
        width: 100%;
        margin-top: 50px;
    }

    .titleer {
        width: 100%;
        background-size: 100% 100%;
        text-align: center;

    }

    .titleer img {
        width: 100%;
        background-size: 100% 100%;
        text-align: center;

    }

    .titleer .title {
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        padding-top: 60px;

    }

    .titleer .info {
        font-size: 16px;
        margin-top: 10px;

    }

    .titleer .titbottom {
        font-size: 14px;
        margin: 0 auto;
        width: 373px;
        height: 94px;
        background: url(../images/h5/bt-img.png) no-repeat center center;
        margin-top: 10px;
        height: 94px;
    }

    .project1 .mainer {
        width: 100%;
        display: unset;
        margin-top: 0;
        flex-direction: column;
    }

    .project1 .mainer .img1 {
        width: 90%;
        margin: 0 auto 40px;

    }

    .project1 .mainer .info {
        flex: 1;
        display: flex;
        flex-direction: column;
        padding-top: 50px;
        padding: 20px;

    }

    .project1 .mainer .info .list {
        width: 100%;

        padding-bottom: 20px;
        margin-bottom: 10px;
        border-bottom: 1px solid;
        border-image: linear-gradient(to right, #5a5c46, #ffffff00) 1;
    }

    .project1 .mainer .info .list .title {
        font-size: 20px;
        font-weight: bold;
        background-image: -webkit-linear-gradient(top, #fefefe, #a3fffe);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: bold;

    }

    .project1 .mainer .info .list .text {
        font-size: 14px;
        margin-top: 20px;

    }

}

.project2 {
    width: 100%;
    margin-top: 130px;

}

.project2 .mainer {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 65px;
}

.project2 .mainer .img1 {
    width: 520px;

}

.project2 .mainer .info {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-top: 50px;
    margin-left: 100px;
}

.project2 .mainer .info .list {
    width: 100%;

    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, #505036, #ffffff00) 1;
}

.project2 .mainer .info .list .title {
    font-size: 36px;
    font-weight: bold;
    background-image: -webkit-linear-gradient(top, #fefefe, #bed783);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;

}

.project2 .mainer .info .list .text {
    font-size: 18px;
    margin-top: 20px;

}

@media screen and (max-width: 768px) {

    .project2 {
        width: 100%;
        margin-top: 50px;
    }

    .titleer {
        width: 100%;
        background: url(../images/bt-img.png) no-repeat top center;
        height: 103px;
        background-size: 100% 100%;
        text-align: center;

    }

    .titleer .title {
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        padding-top: 60px;

    }

    .titleer .info {
        font-size: 16px;
        margin-top: 10px;

    }

    .titleer .titbottom {
        font-size: 14px;
        margin: 0 auto;
        width: 373px;
        height: 94px;
        background: url(../images/h5/bt-img.png) no-repeat center center;
        margin-top: 10px;
        height: 94px;
    }

    .project2 .mainer {
        width: 100%;
        display: unset;
        margin-top: 0;
        flex-direction: column;


    }

    .project2 .mainer .img1 {
        width: 60%;
        margin: 0 auto 20px;

    }

    .project2 .mainer .info {
        flex: 1;
        display: flex;
        flex-direction: column;
        padding: 10px 20px 0;
        margin-left: 10px;
    }

    .project2 .mainer .info .list {
        width: 100%;
        padding-bottom: 20px;
        margin-bottom: 10px;
        border-bottom: 1px solid;
        border-image: linear-gradient(to right, #5a5c46, #ffffff00) 1;
    }

    .project2 .mainer .info .list .title {
        font-size: 20px;
    }

    .project2 .mainer .info .list .text {
        font-size: 14px;
        margin-top: 20px;

    }

}


.project3 {
    width: 100%;
    margin-top: 130px;
    margin-bottom: 80px;
}

.project3 .mainer {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 65px;
}

.project3 .mainer .line {
    display: flex;
    justify-content: center;
}

.project3 .mainer .mainer_item {
    width: 240px;
    text-align: center;
    height: 270px;
    border-right: 1px solid #333333;
}

.project3 .mainer .mainer_item .img1 {
    width: 80px;
    margin: 15px auto 0;
}

.project3 .mainer .mainer_item .title {
    margin: 55px auto 20px;
    font-size: 26px;
    color: #c1d881;
}

.project3 .mainer .mainer_item .text {
    font-size: 14px;
    line-height: 28px;
    color: #767f5e;
    width: 173px;
    margin: 0 auto;
}


@media screen and (max-width: 768px) {

    .project3 {
        margin-top: 50px;
        margin-bottom: 30px;
    }

    .project3 .mainer {
        width: 100%;
        margin-top: 0;
        display: unset;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 20px;
    }

    .project3 .mainer .list {
        width: calc(100% - 40px);
        color: #222222;
        padding-top: 20px;
        padding-bottom: 20px;
        height: 240px;
        margin: 0 auto 20px;

    }

    .project3 .mainer .list .title {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 0px;

    }

    .project3 .mainer .list.bg1 {
        background: url(../images/img_bg01.png) no-repeat top center;
        background-size: 100% 100%;

    }

    .project3 .mainer .list.bg2 {
        background: url(../images/img_bg02.png) no-repeat top center;
        background-size: 100% 100%;

    }

    .project3 .mainer .mainer_item {
        width: 160px;
        text-align: center;
        height: 200px;
        border-right: 1px solid #333333;
    }

    .project3  .mainer .line:first-child > .mainer_item:nth-child(2) {
        border-right: none;
    }

    .project3  .mainer .line:nth-child(2) > .mainer_item:nth-child(3) {
        border-right: none;
    }

    .project3 .mainer .mainer_item .img1 {
        width: 40px;
        margin: 15px auto 0;
    }

    .project3 .mainer .line {
        margin-bottom: 30px;
    }

    .project3 .mainer .mainer_item .title {
        margin: 30px auto 20px;
        font-size: 20px;
        color: #c1d881;
    }

    .project3 .mainer .mainer_item .text {
        font-size: 10px;
        line-height: 28px;
        color: #767f5e;
        width: 130px;
        margin: 0 auto;
    }

}


.footer {
    width: 100%;
    margin-top: 30px;
    text-align: center;
    background-size: 100% 100%;
    background: #040507 url(../images/img-hei.png) no-repeat top center;
}

.footer .top {
    text-align: center;
    padding-top: 100px;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 44px;
}

.footer .content {
    text-align: center;
    font-size: 18px;
    line-height: 30px;
}


.footer .btn1 {
    width: 330px;
    height: 87px;
    margin: 84px auto 0;
    cursor: pointer;
}

.footer .btn1 img {
    width: 100%;
    height: 100%;
}

.footwrap {
    width: 100%;
    display: flex;
    justify-content: center;
    color: #fff;
}

.footwrap a {
    color: #fff;
    margin: 20px 10px;
}

.footer .bottom {
    margin-top: 120px;
    padding-top: 60px;
    background: #121621 url(../images/img-shutiao.png) no-repeat bottom center;
    margin-bottom: 20px;
}

.footer .bottom img {
    width: 236px;
}

.footwrap {
    margin-top: 30px;
    font-size: 18px;
}

.mt20 {
    margin-top: 10px;
}

@media screen and (max-width: 768px) {

    .footer {
        width: 100%;
        background: url(../images/h5/h5_img01.jpg) no-repeat top center;
        margin-top: 0;
        text-align: center;
        background-size: 100% 100%;
    }

    .footer .top {
        text-align: center;
        padding-top: 0;
        font-size: 22px;
        font-weight: bold;
    }

    .footer .content {
        text-align: center;
        font-size: 12px;
        line-height: 20px;
    }

    .footer .bottom {
        margin-top: 10px;
        font-size: 10px;
        padding-top: 30px;
        margin-bottom: 20px;
    }

    .footer .bottom img {
        width: 130px;
    }

    .footer .btn1 {
        width: 150px;
        height: 40px;
        margin: 40px auto 30px;
        cursor: pointer;
    }

    .footer .btn1 img {
        width: 100%;
        height: 100%;
    }

    .footwrap {
        margin-top: 20px;
        font-size: 14px;
    }

}
