@charset "utf-8";

body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
th,
td,
p,
blockquote,
pre,
form,
fieldset,
legend,
input,
button,
textarea,
hr {
    margin: 0;
    padding: 0
}

li {
    text-align: left;
    color: #000;
}

fieldset,
img {
    border: 0;
    vertical-align: middle
}

button,
input,
select,
textarea {
    font-size: 100%
}

body {
    margin: 0 auto;
    padding: 0;
    background: #fff;
    text-align: center;
    font: 12px/1.5 'Microsoft Yahei', '\5b8b\4f53', Georgia, "Times New Roman", "\5fae\8f6f\96c5\9ed1", STXihei, "\534e\6587\7ec6\9ed1", serif;
}

p {
    text-align: left;
    text-indent: 24px;
    text-align: justify;
    text-justify: distribute
}

a {
    text-decoration: none;
}

a,
a:link,
a:visited {
    color: #000
}

a:hover,
a:active {
    color: #000;
    text-decoration: underline
}

.w100 {
    width: 100%;
}

.tl {
    text-align: left
}

.middiv1 {
    width: 1200px;
    margin: 0px auto;
    clear: both
}

.text {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    font-family: 'MicrosoftYahei';
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.mask {
    width: 100%;
    height: 40px;
    background-color: #000;
    filter: alpha(opacity=0);
    opacity: .8;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.mask a,
.mask a:visited {
    display: block;
    line-height: 1.2;
    font-size: 16px;
    color: #fff;
    padding: 50px;
}

.text a,
.text a:link,
.text a:visited,
.nmask a,
.nmask a:link,
.nmask a:visited {
    color: #fff
}

.layer_more {
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
}

#bottom {
    width: 100%;
    padding: 300px 0 50px 0;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    float: left;
    background: url(../img/bottom.png) no-repeat center top;
}

#bottom a,
#bottom a:link,
#bottom a:visited,
#bottom a:hover,
#bottom a:active {
    color: #fff;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.layer01 img {
    width: 100%;
    height: auto;
}

.layer02 {
    background: url(../img/lay02_bg.png);
    height: auto;
}

.layer02_con {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
}

.layer02_top {
    background: url(../img/lay02_topbg.png)no-repeat center;
    height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.layer02_top p {
    width: 80%;
    margin: 0 auto;
    font-size: 16px;
    color: #fff;
    line-height: 165%;
    text-indent:32px;
    padding-top:15px;
}

.layer03 {
    background: url(../img/lay03_bg.png) no-repeat center top;
    height: 1300px;
}

.layer03_con {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.layer03_con .swiper-button-next1 {
    background: url(../img/layer02_next.png) no-repeat;
    position: absolute;
    width: 25px;
    height: 45px;
    top: 50%;
    left: 93%;
}

.layer03_con .swiper-button-prev1 {
    background: url(../img/layer02_prev.png) no-repeat;
    position: absolute;
    width: 25px;
    height: 45px;
    top: 50%;
    left: 5%;
}

.layer04 {
    background: url(../img/lay04_bg.png) center top;
}

.layer04_con {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.lay04con {
    width: 270px;
    display: flex;
    flex-direction: column;
    padding: 10px 0;
}

.lay04con a {
    font-size: 16px;
    color: #24ab92;
    text-align: center;
    font-weight: bold;
}

.layer05_con {
    display: flex;
    height: 620px;
    justify-content: space-between;
}

.layer05 {
    background: url(../img/lay05_bg.png) center top;
    padding-top: 60px;
}




@media (max-width: 768px) {
    .middiv1 {
        width: 100%;
    }


    .layer03,
    .layer04,
    .layer05,
    .layer06 {
        height: auto;
    }

    .layer03_title,
    .layer04_title,
    .layer05_title {
        padding: 20px 0;
    }

    .layer03_title img,
    .layer04_title img,
    .layer05_title img {
        width: 100%;
    }

    .lay01_con {
        width: 90%;
    }

    .layer02_span {
        font-size: 18px;
    }

    .layer02_con {
        width: 90%;
        margin: 0 auto;
        font-size: 14px;
        padding: 0;
        display: flex;
    }

    .layer02_top {
        height: auto;
    }

    .layer02_top p {
        font-size: 14px;
        width: 94%;
        margin: 0 auto;
        padding-top: 5px ;
        line-height: 140%;
    }

    .layer03_con {
        width: 90%;
        height: auto;
        margin: 0 auto;
    }

    .layer03_con .video {
        width: 100%;
        height: auto;
    }

    .layer04_con {
        width: 100%;
        margin: 0 auto;
    }

    .lay04con {
        width: calc(48%);
    }
    .lay04con img{
        width: 100%;
    }
    .lay04con a {
        font-size: 14px;
    }

    .layer05 {
        padding-top: 20px;
    }

    .layer05 img {
        width: 100%;
        height: auto;
    }
#bottom {
    background:#ff7d25;
    padding: 20px 0 0px 0;
}
}<!--ecms sync check [sync_thread_id="3bcee7cc5a424330844ab778a62d31c1" sync_date="2025-06-09 17:53:50" check_sum="3bcee7cc5a424330844ab778a62d31c1]-->