html,body{
    margin: 0;
    padding: 0;
    font-family: SST W20 Light,Verdana,sans-serif;
    line-height: 1;
}
h1,h2,h3,h4,h5,h6{
    font-weight: normal;
    margin: 0;
}
p{
    margin: 0;
    font-size: 14px;
}
a,a:hover{
    text-decoration: none;
}
ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.mb{
    display: none;
}
img.imgfill{
    width: 100%;
}
a.more{
    font-size: 14px;
    color: #3579a7;
    display: inline-block;
    padding-right: 12px;
    position: relative;
}
a.more:after{
    content: "";
    width: 6.75px;
    height: 11.25px;
    background: url(../images/public/next_icon.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
h2.line_title{
    font-size: 35px;
    margin: 65px 0 50px;
    text-align: center;
}
h2.line_title span{
    display: inline-block;
    padding: 0 5px 20px;
    position: relative;
}
h2.line_title span::after{
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #293e54;
}
.overflow_body{
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.swiper-slide img{
    width: 100%;
}
.swiper-container-public{
    overflow: hidden;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}
.swiper-pagination-public .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    opacity: 1;
    background: transparent;
    margin: 0 6px;
}
.swiper-pagination-public .swiper-pagination-bullet-active{
    border: 0;
    background: #fff;
}
.crumbs{
    background: #f6f6f6;
}
.crumbs a{
    display: inline-block;
    padding: 12px 25px 12px 12px;
    color: #000;
    position: relative;
    font-size: 14px;
}
.crumbs a:first-child{
    padding-left: 0;
}
.crumbs a::after{
    content: "";
    background: url(../images/public/crumbs_icon.png) no-repeat;
    background-size: 100% 100%;
    width: 7px;
    height: 18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.crumbs a:last-child::after{
    display: none;
}
.public_banner{
    height: 350px;
}
.public_banner h2{
    font-size: 43px;
    margin-top: 8%;
}
p.message{
    font-size: 16px;
    line-height: 1.6;
}
span.crude{
    font-weight: 700;
}
.mask{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 9999;
    display: none;
}
.duration{
    padding: 8px 12px;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #2c3e50;
    font-size: 15px;
}
.wx_header{
    display: none;
}
@media (max-width: 1200px) {
    .duration{
        font-size: 13px;
    }
}
@media (max-width: 992px){
    p.message{
        font-size: 14px;
        line-height: 1.4;
    }
    h2.line_title{
        font-size: 25px;
        margin: 30px 0 25px;
    }
    .duration{
        font-size: 21px; 
     }
}
@media (max-width: 768px){
    .pc{
        display: none !important;
    }
    .mb{
        display: block !important;
    }
    #footer .container{
        padding-left:0 !important;
        padding-right:0 !important;
    }
    .swiper-pagination-public .swiper-pagination-bullet{
        width: 7px;
        height: 7px;
        margin: 0 4px;
    }
    .swiper-slide{
        transform:translate3d(0,0,0)
    }
    .crumbs{
        display: none;
    }
    .crumbs a{
        padding: 6px 12px 8px 6px;
        font-size: 12px;
    }
    .crumbs a::after{
        width: 3.5px;
        height: 9px;
    }
    .public_banner h2{
        font-size: 22px;
        margin-top: 11%;
    }
    h2.line_title{
        font-size: 18px;
        margin: 25px 0 15px;
    }
    h2.line_title span{
        padding: 0 3px 10px;
    }
    h2.line_title span::after{
        height: 2px;
    }
    .duration{
        font-size: 12px;
    }
}