.section.second{
    position: relative;
}
.swiper-container{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.swiper-slide{
    z-index: 1;
}
.swiper-slide-active{
    z-index: 2;
}
.swiper-slide a{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100%;
}
.swiper-slide a img{
    display: inline-block;
    height: 100%;
}
.section .part_one .swiper-container .swiper-button-next{
    width: 26px;
    height: 50px;
    position: absolute;
    right: 6%;
    background: url(../images/index_banner_right01.png) no-repeat center center;
    background-size: cover !important;
    transition: all .5s linear;
}
.section .part_one .swiper-container .swiper-button-prev{
    width: 26px;
    height: 50px;
    position: absolute;
    left: 4%;
    background: url(../images/index_banner_left01.png) no-repeat center center;
    background-size: cover !important;
    transition: all .5s linear;
}
.section .part_one .swiper-container .swiper-button-next:hover{
    background: url(../images/index_banner_right02.png) no-repeat center
}
.section .part_one .swiper-container .swiper-button-prev:hover{
    background: url(../images/index_banner_left02.png) no-repeat center center;
}
.section .banner_content{
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    text-align: center;
    transform: translate(-50% , -50%);
}
.section .banner_content .theme p{
    text-align: center;
    color: rgba(255, 255, 255, .6);
    font-size: 24px;
    letter-spacing: 12px;
    margin-bottom: 2%;
}
.section .banner_content .theme h1{
    text-align: center;
    color: #ffffff;
    font-size: 90px;
    margin-bottom: 4%;
    font-weight: normal;
}
.section .banner_content .more a{
    animation: fadeInUp 1s 0s linear;
}
.section .banner_content .more a{
    margin: 0 auto;
    display: block;
    width: 160px;
    height: 52px;
    border: 1px solid #ffffff;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, .7);
}
.section .banner_content .more a span{
    color: #0daaff;
    font-size: 14px;
    margin-left: 10px;
}
@media (max-width:1600px){
    .section .banner_content .theme h1{
        font-size: 70px;
    }
}
@media (max-width:1500px){
    .section .banner_content .theme h1{
        font-size: 60px;
    }
    .section .banner_content .theme p{
        font-size: 20px;
        letter-spacing: 10px;
    }
}
@media (max-width:1400px){
    .section .banner_content .theme h1{
        font-size: 50px;
    }
}
@media (max-width:1300px){
    .section .banner_content .theme h1{
        font-size: 40px;
    }
}
@media (max-width:1200px){
    .section .banner_content .theme h1{
        font-size: 30px;
    }
    .section .banner_content .theme p{
        font-size: 18px;
        letter-spacing: 6px;
    }
    .section .banner_content .more a{
        width: 140px;
        height: 42px;
    }
    .section .banner_content .more a span{
        font-size: 13px;
    }
}
@media (max-width:760px){
    .section .banner_content .theme h1{
        font-size: 26px;
    }
    .section .part_one .swiper-container .swiper-button-prev{
        width: 20px;
        height: 39px;
    }
    .section .part_one .swiper-container .swiper-button-next{
        width: 20px;
        height: 39px;
    }
}
@media (max-width:550px){
    .section .banner_content .theme p {
        font-size: 16px;
        letter-spacing: 4px;
    }
    .section .banner_content .theme h1{
        font-size: 20px;
    }
    .section .banner_content .more a span{
        font-size: 12px;
    }
}

/* 重点产品 */
.index_back01{
    width: 100%;
    background: url(../images/index_product01_background.jpg) no-repeat center;
    background-size: cover !important;
    height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.index_back01 .content{
    width: 87.5%;
    margin: 0 auto;
    position: relative;
}
.index_back01 .content::before{
    content: "major";
    position: absolute;
    right: 0%;
    top: -14%;
    font-size: 130px;
    color: rgba(000, 000, 000, .14);
    font-weight: bold;
    font-family: "Arial";
    text-transform: uppercase;
}
.index_back01 .content::after{
    content: "products";
    position: absolute;
    left: 0%;
    bottom: -24%;
    font-size: 130px;
    color: rgba(000, 000, 000, .14);
    font-weight: bold;
    font-family: "Arial";
    text-transform: uppercase;
}
.index_back01 .content .boxlist{
    display: flex;
    width: 100%;
    padding-bottom: 33.3%;
    position: relative;
}
.index_back01 .content .boxlist .list{
    width: 26.7%;
    position: relative;
    border-radius: 100%;
}
.fp-completely .index_back01 .content .boxlist .list{
    animation: fadeInUp 1s 0s linear;
}
.index_back01 .content .boxlist .list01{
    position: absolute;
    left: 0;
    top: 0%;
    z-index: 4;
}
.index_back01 .content .boxlist .list01:hover,
.index_back01 .content .boxlist .list02:hover,
.index_back01 .content .boxlist .list03:hover,
.index_back01 .content .boxlist .list04:hover,
.index_back01 .content .boxlist .list05:hover{
    z-index: 5;
}
.index_back01 .content .boxlist .list02{
    position: absolute;
    left: 24.5%;
    bottom: 0%;
    z-index: 3;
    
}
.index_back01 .content .boxlist .list03{
    position: absolute;
    right: 24.5%;
    top: 0%;
    z-index: 2;
}
.index_back01 .content .boxlist .list04{
    position: absolute;
    right: 0%;
    bottom: 0%;
    z-index: 1;
}
.index_back01 .content .boxlist .list .list_back{
    width: 100%;
    padding-bottom: 100%;
    background: linear-gradient(to bottom, blue, yellow);
    border-radius: 100%;
    position: relative;
}
.index_back01 .content .boxlist .list01 .list_back{
    background: url(../images/index_product01_back01.png) no-repeat center center;
    background-size: 100% !important;
}
.index_back01 .content .boxlist .list02 .list_back{
    background: url(../images/index_product01_back02.png) no-repeat center center;
    background-size: 100% !important;
}
.index_back01 .content .boxlist .list03 .list_back{
    background: url(../images/index_product01_back03.png) no-repeat center center;
    background-size: 100% !important;
}
.index_back01 .content .boxlist .list04 .list_back{
    background: url(../images/index_product01_back04.png) no-repeat center center;
    background-size: 100% !important;
}
.index_back01 .content .boxlist .list .list_back .list_txt{
    position: absolute;
    left: 15%;
    top: 15%;
    width: 70%;
    height: 70%;
}
.index_back01 .content .boxlist .list .list_back .list_txt a{
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
}
.index_back01 .content .boxlist .list .list_back .list_txt a::after{
    content: "";
    background: url(../images/index_product01_icon01.png) no-repeat;
    background-size: cover;
    width: 24px;
    height: 18px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all .5s linear;
}
.index_back01 .content .boxlist .list:hover .list_back .list_txt a::after{
    opacity: 1;
}
.index_back01 .content .boxlist .list .list_back .list_txt a h3{
    position: absolute;
    left: 0%;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #fffffe;
    font-size: 24px;
    text-transform: capitalize;
    font-weight: normal;
    transform: translateY(-50%);
    transition: all .5s linear;
}
.index_back01 .content .boxlist .list:hover .list_back .list_txt a h3{
    top: 42%;
}
.index_back01 .content .boxlist .list .list_back .list_txt a p{
    position: absolute;
    left: 0%;
    top: 55%;
    width: 100%;
    text-align: center;
    color: #fffffe;
    font-size: 14px;
    opacity: 0;
    transition: all .5s linear;
    transform: translateY(-50%);
}
.index_back01 .content .boxlist .list:hover .list_back .list_txt a p{
    opacity: 1;
}
.index_back01 .content .boxlist .list:hover .list_back{
    box-shadow: 19px 7px 35px rgba(000, 000, 000, .8);
    transition: all .5s linear;
}
@media (max-width:1800px){
    .index_back01 .content .boxlist .list .list_back .list_txt a h3{
        font-size: 20px;
    }
    .index_back01 .content .boxlist .list .list_back .list_txt a p{
        font-size: 13px;
    }
    .index_back01 .content::before{
        font-size: 110px;
    }
    .index_back01 .content::after{
        font-size: 110px;
    }
}
@media (max-width:1600px){
    .index_back01 .content::before{
        font-size: 100px;
    }
    .index_back01 .content::after{
        font-size: 100px;
    }
}
@media (max-width:1400px){
    .index_back01 .content::before{
        font-size: 80px;
    }
    .index_back01 .content::after{
        font-size: 80px;
    }
}
@media (max-width:1200px){
    .index_back01 .content .boxlist .list .list_back .list_txt a h3{
        font-size: 16px;
    }
    .index_back01 .content .boxlist .list .list_back .list_txt a p{
        font-size: 12px;
    }
    .index_back01 .content::before{
        font-size: 70px;
    }
    .index_back01 .content::after{
        font-size: 70px;
    }
}
@media (max-width:1000px){
    .index_back01 .content{
        width: 95%;
    }
    .index_back01 .content::before{
        font-size: 60px;
    }
    .index_back01 .content::after{
        font-size: 60px;
    }
}
@media (max-width:760px){
    .index_back01 .content .boxlist{
        flex-wrap: wrap;
        padding-bottom: 0%;
        justify-content: space-between;
    }
    .index_back01 .content .boxlist .list{
        width: 48%;
        margin-bottom: 40px;
    }
    .index_back01 .content .boxlist .list01{
        position: initial;
    }
    .index_back01 .content .boxlist .list02{
        position: initial;
    }
    .index_back01 .content .boxlist .list03{
        position: initial;
    }
    .index_back01 .content .boxlist .list04{
        position: initial;
    }
    .index_back01 .content::before{
        display: none;
    }
    .index_back01 .content::after{
        display: none;
    }
}
@media (max-width:550px){
    .index_back01 .content .boxlist .list .list_back .list_txt a h3{
        font-size: 12px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .index_back01 .content .boxlist .list .list_back .list_txt a p{
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
}

/* 重塑美丽笑容从这里开始 */
.index_back02{
    background: url(../images/index_about_background.jpg) no-repeat right;
    background-size: cover !important;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
}
.index_back02 .content{
    width: 83.3%;
    margin: 0 auto;
}
.index_back02 .content .left{
    width: 48.75%;
}
.fp-completely .index_back02 .content .left{
    animation: fadeInUp 1s 0s linear;
}
.index_back02 .content .left h1{
    color: #000000;
    font-size: 36px;
    margin-bottom: 10px;
    font-weight: bold;
}
.index_back02 .content .left h2{
    color: #000000;
    font-size: 36px;
    margin-bottom: 6%;
    font-weight: bold;
}
.index_back02 .content .left .info{
    margin-bottom: 8%;
}
.index_back02 .content .left .info p{
    color: #666666;
    font-size: 14px;
    line-height: 34px;
}
.index_back02 .content .left .more a{
    display: flex;
}
.index_back02 .content .left .more a span{
    font-size: 16px;
    line-height: 34px;
    color: #666666;
    margin-right: 10px;
}
.index_back02 .content .left .more a img{
    width: 36px;
    height: 36px;
}
.index_back02 .content .left .bottom{
    display: flex;
    margin-top: 15%;
}
.index_back02 .content .left .bottom .list{
    width: 30%;
}
.index_back02 .content .left .bottom h3 span{
    font-size: 48px;
    color: #0291df;
    display: inline-block;
}
.index_back02 .content .left .bottom h3 sup{
    font-size: 18px;
    color: #0291df;
    top: -30px;
}
.index_back02 .content .left .bottom p{
    color: #999999;
    font-size: 12px;
}
@media (max-width:1400px){
    .index_back02 .content .left h1{
        font-size: 26px;
    }
    .index_back02 .content .left h2{
        font-size: 26px;
    }
    .index_back02 .content .left .bottom h3 span{
        font-size: 38px;
    }
    .index_back02 .content .left .bottom h3 sup{
        top: -25px;
    }
}
@media (max-width:1200px){
    .index_back02 .content{
        width: 95%;
    }
    .index_back02 .content .left .info p{
        color: #333333;
    }
    .index_back02 .content .left .bottom p{
        color: #333333;
    }
    .index_back02 .content .left .more a img{
        width: 30px;
        height: 30px;
    }
    .index_back02 .content .left .more a span{
        font-size: 14px;
    }
}
@media (max-width:1000px){
    .index_back02 .content .left h1{
        font-size: 20px;
    }
    .index_back02 .content .left h2{
        font-size: 20px;
    }
    .index_back02 .content .left .bottom h3 span{
        font-size: 30px;
    }
    .index_back02 .content .left{
        width: 100%;
        padding: 4%;
        background: rgba(255, 255, 255, 0.7);
    }
}
@media (max-width:550px){
    .index_back02 .content .left{
        padding: 14% 8%;
    }
    .index_back02 .content .left .info p{
        line-height: 24px;
    }
}


/* 产品分类 */
.index_back03{
    background: url(../images/index_product02_background.jpg) no-repeat center;
    background-size: cover !important;
    width:100%;
    height: 100vh;
    display: flex;
    align-items: center;
}
.index_back03 .content{
    width: 83.3%;
    margin: 0 auto;
}
.fp-completely .index_back03 .content .theme{
    animation: fadeInUp 1s 0s linear;
}
.index_back03 .content .theme h1{
    color: rgba(255, 255, 255, .46);
    font-size: 48px;
    font-weight: normal;
    font-family: "Arial";
    text-transform: uppercase;
    margin-bottom: 4%;
    position: relative;
    text-align: center;
}
.index_back03 .content .theme h1::after{
    content: "";
    width: 30px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: -40%;
    left: 50%;
    transform: translateX(-50%);
}
.index_back03 .content .theme p{
    color: #ffffff;
    font-size: 26px;
    text-align: center;
}
.fp-completely .index_back03 .content .boxlist{
    animation: fadeInUp 1s 0s linear;
}
.index_back03 .content .boxlist{
    position: relative;
    padding-bottom: 38%;
}
.index_back03 .content .boxlist .list01{
    width: 14%;
    position: absolute;
    left: 20%;
    top: 40%;
    transform: translate(-50% , -50%);
    animation: index_back03 3.8s linear infinite alternate;
}

.index_back03 .content .boxlist .list01 .list_txt{
    background: url(../images/index_product02_back01.png) no-repeat;
    background-size: cover;
}
.index_back03 .content .boxlist .list02{
    width: 8%;
    position: absolute;
    left: 45%;
    top: 33.3%;
    transform: translate(-50% , -50%);
    animation: index_back03 4.2s linear infinite alternate;
}
.index_back03 .content .boxlist .list02 .list_txt{
    background: url(../images/index_product02_back02.png) no-repeat;
    background-size: cover;
}
.index_back03 .content .boxlist .list03{
    width: 16%;
    position: absolute;
    left: 75%;
    top: 0%;
    transform: translate(-50% , 0%);
    animation: index_back03 4.8s linear infinite alternate;
}
.index_back03 .content .boxlist .list03 .list_txt{
    background: url(../images/index_product02_back03.png) no-repeat;
    background-size: cover;
}
.index_back03 .content .boxlist .list04{
    width: 11%;
    position: absolute;
    left: 35%;
    top: 86%;
    transform: translate(-50% , -50%);
    animation: index_back03 4s linear infinite alternate;
}
.index_back03 .content .boxlist .list04 .list_txt{
    background: url(../images/index_product02_back04.png) no-repeat;
    background-size: cover;
}
.index_back03 .content .boxlist .list05{
    width: 12%;
    position: absolute;
    left: 60%;
    top: 75%;
    transform: translate(-50% , -50%);
    animation: index_back03 4.5s linear infinite alternate;
}
.index_back03 .content .boxlist .list05 .list_txt{
    background: url(../images/index_product02_back05.png) no-repeat;
    background-size: cover;
}
.index_back03 .content .boxlist .list .list_txt{
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 100%;
    
}
.index_back03 .content .boxlist .list .list_txt .txt{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.index_back03 .content .boxlist .list .list_txt .txt a{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #ffffff;
    line-height: 28px;
}
@media (max-width:1200px){
    .index_back03 .content{
        width:95%;
    }
    .index_back03 .content .theme h1{
        font-size: 36px;
    }
    .index_back03 .content .theme p{
        font-size: 22px;
    }
    .index_back03 .content .boxlist .list .list_txt .txt a{
        font-size: 16px;
    }
}
@media (max-width:760px){
    .index_back03 .content .boxlist .list .list_txt .txt a{
        font-size: 14px;
        line-height: 20px;
    }
}
@media (max-width:550px){
    .index_back03 .content .theme{
        margin-bottom: 4%;
    }
    .index_back03 .content .boxlist{
        padding-bottom: 0;
    }
    .index_back03 .content .theme h1{
        font-size: 30px;
    }
    .index_back03 .content .theme p{
        font-size: 18px;
    }
    .index_back03 .content .theme h1::after{
        width: 30px;
        bottom: -16%;
    }
    .index_back03 .content .boxlist .list01{
        width: 30%;
        position: inherit;
        left: 20%;
        top: 18%;
        transform: translate(0% , 0%);
    }
    .index_back03 .content .boxlist .list02{
        width: 20%;
        position: inherit;
        left: 45%;
        top: 18%;
        transform: translate(0% , 0%);
    }
    .index_back03 .content .boxlist .list03{
        width: 38%;
        position: inherit;
        left: 60%;
        top: 13%;
        transform: translate(0% , 0%);
    }
    .index_back03 .content .boxlist .list04{
        width: 28%;
        position: inherit;
        left: 35%;
        top: 43%;
        transform: translate(0% , 0%);
    }
    .index_back03 .content .boxlist .list05{
        width: 24%;
        position: inherit;
        left: 15%;
        top: 38%;
        transform: translate(0% , 0%);
    }
    .index_back03 .content .boxlist .list .list_txt .txt a{
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        color: #ffffff;
        line-height: 20px;
    }
}

/* 新闻媒体 */
.index_back04{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    background-color: #f8f8f8;
}
.index_back04 .content{
    width: 83.3%;
    margin: 0 auto;
}
.fp-completely .index_back04 .content .theme{
    animation: fadeInUp 1s 0s linear;
}
.index_back04 .content .theme{
    margin-bottom: 2%;
    position: relative;
}
.index_back04 .content .theme h1{
    color: #cccccc;
    font-size: 48px;
    font-weight: normal;
    font-family: "Arial";
    text-transform: uppercase;
    margin-bottom: 2%;
    position: relative;
    text-align: center;
}
.index_back04 .content .theme h1::after{
    content: "";
    width: 30px;
    height: 1px;
    background-color: #000000;
    position: absolute;
    bottom: -25%;
    left: 50%;
    transform: translateX(-50%);
}
.index_back04 .content .theme .more{
    position: absolute;
    right: 0;
    bottom: 0;
}
.index_back04 .content .theme .more a{
    display: block;
    width: 160px;
    height: 52px;
    border: 1px solid #d2d2d2;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.index_back04 .content .theme .more a img{
    filter: contrast(0%);
}
.index_back04 .content .theme .more a span{
    font-size: 14px;
    color: #666666;
    margin-left: 10px;
}
.index_back04 .content .theme p{
    color: #000000;
    font-size: 26px;
    text-align: center;
}
.fp-completely .index_back04 .content .boxlist{
    animation: fadeInUp 1s 0s linear;
}
.index_back04 .content .boxlist{
    display: flex;
    justify-content: space-between;
}
.index_back04 .content .boxlist .list{
    width: 31.25%;
}
.index_back04 .content .boxlist .list .list_img .img{
    width: 100%;
    padding-bottom: 70%;
    position: relative;
    overflow: hidden;
}
.index_back04 .content .boxlist .list .list_img .img a{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.index_back04 .content .boxlist .list .list_img .img a img{
    width: 100%;
    transition: all .5s linear;
}
.index_back04 .content .boxlist .list:hover .list_img .img a img{
    transform: scale(1.1);
}
.index_back04 .content .boxlist .list .list_txt{
    padding: 5%;
    background-color: #ffffff;
    transition: all .5s linear;
}
.index_back04 .content .boxlist .list:hover .list_txt{
    box-shadow: 5px 5px 16px rgba(3, 25, 49, .2);
}
.index_back04 .content .boxlist .list .list_txt .time{
    font-size: 14px;
    color: #000000;
    line-height: 30px;
}
.index_back04 .content .boxlist .list .list_txt h1 a{
    font-size: 20px;
    color: #333333;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 4%;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    transition: all .5s linear;
}
.index_back04 .content .boxlist .list:hover .list_txt h1{
    color: #0daaff;
}
.index_back04 .content .boxlist .list .list_txt p{
    font-size: 13px;
    color: #666666;
    line-height: 22px;
    word-break: break-all;
    font-weight: lighter;
    margin-bottom: 8%;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.index_back04 .content .boxlist .list .list_txt .more a{
    display: block;
    width: 35px;
    height: 35px;
    background: url(../images/index_back04_icon01.png) #bbbbbb no-repeat center center;
    background-size: cover;
    border-radius: 100%;
    transition: all .5s linear;
}
.index_back04 .content .boxlist .list:hover .list_txt .more a{
    background: url(../images/index_back04_icon01.png) #0daaff no-repeat center center;
}
@media (max-width:1200px){
    .index_back04 .content{
        width: 95%;
    }
    .index_back04 .content .boxlist .list .list_txt h1 a{
        font-size: 16px;
        margin-bottom: 1%;
    }
    .index_back04 .content .boxlist .list .list_txt .more a{
        width: 30px;
        height: 30px;
    }
    .index_back04 .content .theme .more a{
        width: 140px;
        height: 42px;
    }
    .index_back04 .content .theme .more a span{
        font-size: 13px;
    }
    .index_back04 .content .theme h1{
        font-size: 36px;
    }
    .index_back04 .content .theme p{
        font-size: 22px;
    }
}
@media (max-width:760px){
    .index_back04 .content .boxlist{
        flex-wrap: wrap;
    }
    .index_back04 .content .boxlist .list{
        width: 45%;
        margin-bottom: 4%;
    }
    .index_back04 .content .theme p{
        font-size: 18px;
    }
    .index_back04 .content .theme .more a span{
        font-size: 12px;
    }
    .index_back04 .content .theme .more a{
        width: 110px;
        height: 32px;
    }
    .index_back04 .content .theme .more a img{
        width: 7px;
        height: 12px;
    }
    .index_back04 .content .theme h1{
        font-size: 28px;
    }
    .index_back04 .content .boxlist .list .list_txt p{
        display: none;
    }
    .index_back04 .content .boxlist .list .list_txt .time{
        font-size: 12px;
        line-height: 24px;
    }
    .index_back04 .content .boxlist .list .list_txt{
        padding: 4%;
    }
    .index_back04 .content .boxlist .list .list_txt h1 a{
        font-size: 14px; 
    }
}
@media (max-width:550px){
    .index_back04 .content .boxlist .list{
        width: 48%;
        margin-bottom: 8%;
    }
    .index_back04 .content .theme{
        margin-bottom: 20px;
    }
    .index_back04 .content .theme h1{
        margin-bottom: 4%;
    }
    .index_back04 .content .boxlist .list .list_txt{
        padding: 8%;
    }
    .index_back04 .content .boxlist .list .list_txt .more a{
        width: 25px;
        height: 25px;
    }
}

/* 右侧圆点 */
#fp-nav {
    position: fixed;
    z-index: 100;
    left: 2%;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
}
#fp-nav ul,
.fullPage-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav li,
.fullPage-slidesNav li {
    display: block;
    width: 14px;
    height: 14px;
    margin: 13px 0;
    position:relative;
}
.fullPage-slidesNav li {
    display: inline-block;
}
#fp-nav li a,
.fullPage-slidesNav li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav li .active span,
.fullPage-slidesNav .active span {
    background:url(../images/four-cricle-active.png)no-repeat;
    background-size: 100% 100%;
}
#fp-nav span,
.fullPage-slidesNav span {
    top: 2px;
    left: 2px;
    width: 14px;
    height: 14px;
    background:url(../images/four-cricle.png)no-repeat;
    background-size: 100% 100%;
    position: absolute;
    z-index: 1;
}
