body{
    background: #fff;
}
.swiper-container, .swiper-wrapper {
    height: 700px;
    }
.swiper-container {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
    width: 100%;
    background-color:
    #f3f3f3 !important;
}
.pagination{
    bottom: 20px;
}
.swiper-container .swiper-wrapper{
    width: 100% !important;
}
.swiper-container .slide1{
    background-color: #f3f3f3;
    background-image: url(../img/news_innner/banner01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.slide1 .s1 {
    left: 10%;
    margin-left: 0;
    z-index: 1;
    top: 195px;
}

.slide1 .ban_entt{
    font-size: 70px;
    color: #B87200;
    font-family: 'Encode Sans Semi Expanded';
    line-height: 1.2;
    letter-spacing: 7px;
    text-transform: uppercase;
}
.slide1 .ban_chtt {
    font-size: 33px;
    color: #B87200;
    font-family: "微軟正黑體";
    line-height: 1.5;
    letter-spacing: 11px;
}
.slide1 .ban_chtt span{
    font-size: 60px;
}
.slide1 .ch{
    top: 365px;
}
.contentArea{
    height: auto;
    padding-bottom: 58px;
    max-width: 1140px;
    margin: 50px auto;
}
.class_tt {
    font-size: 25px;
    text-align: center;
    margin-bottom: 20px;
}
ul.socialBox{
    display: table;
    margin: auto;
    
}
ul.socialBox li{
    list-style: none;
    float: left;
    margin: 0 7px;
}
ul.socialBox li img{
    width: 30px;
}
.contentArea img {
    width: auto !important;
    margin: 20px auto;
    max-width: 100%;
    display: table;
}
.art_title {
    font-size: 21px;
    font-family: "微軟正黑體", arial;
    letter-spacing: 1px;
    margin: 10px 0;
}
p.con_text {
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: 1px;
    color: 
    #5a5a5a;
    font-family: "微軟正黑體", arial;
}
p.con_text span{
    font-weight: bold;
    color: #000;
}
.color_tt{
    color: #ea6900;
}
.con_bold{
    font-weight: bold;
}





@media screen and (max-width: 1200px){
    .contentArea{
        padding: 0 50px 100px 50px;
        box-sizing: border-box;
    }
    .swiper-container .slide1{
        background-position: center;
    }
    .slide1 .s1 {
        left: 5%;
    }
    .slide1 .ban_entt{
        font-size: 60px;
    }
    .slide1 .ban_chtt{
        font-size: 29px;
    }
    .slide1 .ban_chtt span {
        font-size: 50px;
    }
}
@media screen and (max-width: 992px){
    .swiper-container, .swiper-wrapper {
        height: 500px;
     }
    .slide1 .ban_entt{
        font-size: 50px;
    }
    .slide1 .ban_chtt{
        font-size: 24px;
    }
    .slide1 .ban_chtt span {
        font-size: 40px;
    }
    .slide1 .ch {
        top: 320px;
    }
}
@media screen and (max-width: 768px){
    .contentArea{
        padding: 0 20px 45px 20px;
        box-sizing: border-box;
        margin: 30px auto;
    }
    .slide1 .s1{
        top: 265px;
    }
    .slide1 .ban_entt{
        font-size: 35px;
    }
    .slide1 .ban_chtt{
        font-size: 20px;
    }
    .slide1 .ban_chtt span {
        font-size: 30px;
    }
    .slide1 .ch {
        top: 355px;
    }
}
@media screen and (max-width: 550px){
    .art_title{
        font-size: 19px;
    }
    p.con_text{
        font-size: 14px;
    }
}
