body{
    background-color: #F5F5F5;
}
.index-title{
    font-size: 30px;
    color: #292929;
    font-weight: 600;
}
.index-text{
    color: #5D5D5D;
    font-size: 16px;
    line-height: 30px;
}
.index-button{
    width: 100px;
    height: 40px;
    color: white;
    font-size: 16px;
    font-weight: 600;
    background-color: #2D92CA;
    border-radius:5px ;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
    box-shadow: 1px 5px 8px rgba(0, 0, 0, 0.16);
}
.index-button:hover{
    background-color: #477EB7;
}

/* banner */
.banner{
    width: 100%;
    overflow: hidden;
    /* position: relative; */
}
/* .banner .banner-txt{
    position: absolute;
    top: 21%;
    left: 14%;
}
.banner .banner-txt h2{
    color: #477EB7;
    font-size: 65px;
    font-weight: 600;
    line-height: 120px;
}
.banner .banner-txt .banner-text{
    font-size: 30px;
    color: #477EB7;
    margin-top: 25px;
} */
/* banner-輪播 */
.slick-prev{
    left: 15px;
    z-index: 999;
}
.slick-next{
    right: 15px;
    z-index: 999;
}
.slick-prev:before, .slick-next:before{
    font-size: 26px;
    color: #95c8ff;
}

/* 優勢區塊 */
.main-block{
    display: flex;
    margin: auto;
    background-color:white;
    position: relative;
    top:-70px;
    box-shadow: 1px 5px 8px rgba(0, 0, 0, 0.16);
}
.main-block .main-contant-block{
    width: calc(100% / 3);
    height: 400px;
    border-bottom: 5px solid #2D92CA;
    padding: 55px 0;
    box-sizing: border-box;
    transition: .3s;
}
.main-block .main-contant-block .main-contant{
    /* height: 100%; */
    padding: 20px 0;
}
.main-block .main-contant-block .main-contant.line{
    border-left: 1px solid #2d93ca71;
    border-right: 1px solid #2d93ca71;
}
.main-block .main-contant-block .main-contant .main-icon{
    width: 110px;
    height: 70px;
    margin: auto;
    margin-bottom: 45px;
}
.main-block .main-contant-block .main-contant .main-icon.icon1{background-image: url(../images/index/main-icon1.png);}
.main-block .main-contant-block .main-contant .main-icon.icon2{background-image: url(../images/index/main-icon2.png);}
.main-block .main-contant-block .main-contant .main-icon.icon3{background-image: url(../images/index/main-icon3.png);}
.main-block .main-contant-block .main-contant h2{
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    color: #292929;
    margin-bottom: 30px;
}
.main-block .main-contant-block .main-contant .index-text{
    text-align: center;
    width: 80%;
    margin: auto;
}

.main-block .main-contant-block:hover{
    background-color: #2D92CA;
}
.main-block .main-contant-block:hover h2,
.main-block .main-contant-block:hover .index-text {
    color: white;
}
.main-block .main-contant-block:hover .main-icon.icon1{background-image: url(../images/index/main-icon1-2.png);}
.main-block .main-contant-block:hover .main-icon.icon2{background-image: url(../images/index/main-icon2-2.png);}
.main-block .main-contant-block:hover .main-icon.icon3{background-image: url(../images/index/main-icon3-2.png);}

@media screen and (min-width: 768px) and (max-width: 1199px){
    .main-block .main-contant-block{
        padding: 35px 0;
    }
}
@media  screen and (max-width: 767px){
    .main-block{
        top:0;
        display: block;
    }
    .main-block .main-contant-block{
        width: 100%;
    }
}


/* 專案經驗 */
.experience-block{
    margin-top: 150px;
    padding-bottom: 150px;
}
.experience-block h1{
    text-align: center;
}
.experience-group{
    margin-top: 60px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.experience-group .experience-contant{
    width: 370px;
    background-color: white;
    height: 310px;
    margin-bottom: 50px;
    box-shadow: 1px 5px 8px rgba(0, 0, 0, 0.16);
}
.experience-group .experience-contant .experience-pic{
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center center;
    background-color: turquoise;
}
.experience-group .experience-contant .experience-pic.pic1{background-image: url(../images/index/experience1.jpg);}
.experience-group .experience-contant .experience-pic.pic2{background-image: url(../images/index/experience2.jpg);}
.experience-group .experience-contant .experience-pic.pic3{background-image: url(../images/index/experience3.jpg);}
.experience-group .experience-contant .experience-pic.pic4{background-image: url(../images/index/experience4.jpg);}
.experience-group .experience-contant .experience-pic.pic5{background-image: url(../images/index/experience5.jpg);}
.experience-group .experience-contant .experience-pic.pic6{background-image: url(../images/index/experience6.jpg);}
.experience-group .experience-contant .experience-title{
    font-size: 20px;
    font-weight: 600;
    color: #5D5D5D;
    padding:20px 0px 20px 15px;
}
@media  screen and (max-width: 767px){
    .experience-group .experience-contant{
        margin: auto;
        margin-bottom: 50px;
        width: 75%;
    }
}

/* 關於寬聯 */
.aboutUs-block{
    height: 450px;
    display: flex;
    flex-wrap: wrap;
}
.aboutUs-block .aboutUs-left, .aboutUs-block .aboutUs-right{
    width: 50%;
}

.aboutUs-block .aboutUs-right{
    background-image:url(../images/index/aboutUs.jpg) ;
    background-size: cover;
    background-position: center center;
    height: 100%;
}
.aboutUs-block .aboutUs-left{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    box-sizing: border-box;
    padding-right: 5%;
    background-color: white;
}
.aboutUs-block .aboutUs-left .aboutUs-contant{
    width: 470px;
}
.aboutUs-block .aboutUs-left .aboutUs-contant .index-text{
    margin: 30px 0;
}
.aboutUs-block .aboutUs-left .aboutUs-contant .index-button{
    margin: 0;
}
@media screen and (min-width: 768px) and (max-width: 1199px){
    .aboutUs-block{
        height: 300px;
    }
    .aboutUs-block .aboutUs-left{
        justify-content: center;
        padding: 0;
    }
    .aboutUs-block .aboutUs-left .aboutUs-contant{
        width: 90%;
    }
}
@media  screen and (max-width: 767px){
    .aboutUs-block{
        height: auto;
    }
    .aboutUs-block .aboutUs-left, .aboutUs-block .aboutUs-right{
        width: 100%;
    }
    .aboutUs-block .aboutUs-left{
        padding: 30px 10px;
        text-align: center;
        display: block;
        margin: auto;
        
    }
    .aboutUs-block .aboutUs-left .aboutUs-contant {
        width: 100%;
    }
    .aboutUs-block .aboutUs-left .aboutUs-contant .index-button{
        margin: auto;
    }
    .aboutUs-block .aboutUs-right{
        height: 230px;
        order: -1;
    }
    
}

/* 藍色分隔線-聯繫我們 */
.blueLine{
    width: 100%;
    background-color: #477EB7;
}
.blueLine .blueLine-contant{
    display: flex;
}
.blueLine .blueLine-left,.blueLine .blueLine-right{
    width: 50%;
    height: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blueLine .blueLine-left .blueLine-text{
    font-size: 24px;
    font-weight: 600;
    color: white;
    line-height: 55px;
}
.blueLine .blueLine-right .blueLine-btn{
    background-color: #2D92CA;
    display: block;
    padding: 15px 20px;
    border-radius: 10px;
    border: 3px solid white;
    color: white;
    font-size: 20px;
    font-weight: 600;
    transition: .3s;
}
.blueLine .blueLine-right .blueLine-btn:hover{
    background-color: #477EB7;
}
@media screen and (min-width: 768px) and (max-width: 1199px){
    .blueLine .blueLine-left{
        padding: 0 15px;
    }
    .blueLine .blueLine-left .blueLine-text{
        font-size: 20px;
    }
}
@media  screen and (max-width: 767px){
    .blueLine{
        display: none;
    }
}

/* 最新活動 */
.active-block{
    padding: 150px 0;
}
.active-block h2{
    text-align: center;
}
.active-block .active-contant{
    display: flex;
    margin: 60px auto;
}
.active-block .active-left,.active-block .active-right{
    width: 50%;
}
.active-block .active-left .active-left-pic,
.active-block .active-right .active-right-pic{
    box-shadow: 1px 5px 8px rgba(0, 0, 0, 0.16);
    position: relative;
    background-size: cover;
    background-position: center center;
}
.active-block .active-left .active-left-pic{
    width: 580px;
    height: 580px;
    background-image:url(../images/index/active-big.jpg) ;
}
.active-block .active-left .active-left-pic .active-left-text,
.active-block .active-right .active-right-pic .active-right-text{
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    color: white;
    font-weight: 600;
    box-sizing: border-box;
}
.active-block .active-left .active-left-pic .active-left-text{
    height: 60px;
    font-size: 20px;
    line-height: 60px;
    padding-left: 15px;
    box-sizing: border-box;
}
.active-block .active-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: space-between;
}
.active-block .active-right .active-right-pic{
    width: 270px;
    height: 270px;
}
.active-block .active-right .active-right-pic.pic1{background-image: url(../images/index/active-pic1.jpg);}
.active-block .active-right .active-right-pic.pic2{background-image: url(../images/index/active-pic2.jpg);}
.active-block .active-right .active-right-pic.pic3{background-image: url(../images/index/active-pic3.jpg);}
.active-block .active-right .active-right-pic.pic4{background-image: url(../images/index/active-pic4.jpg);}
.active-block .active-right .active-right-pic .active-right-text{
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding-right: 10px;
    text-align: right;
}
@media screen and (min-width: 768px) and (max-width: 1199px){
    .active-block .active-left .active-left-pic{
        width: 375px;
        height: 375px;
    }
    .active-block .active-left .active-left-pic .active-left-text{
        font-size: 16px;
    }
    .active-block .active-right .active-right-pic{
        width: 185px;
        height: 185px;
    }
}
@media  screen and (max-width: 767px){
    .active-block{
        display: none;
    }
}

/* 輪播區塊 */
.slick-block{
    height: 480px;
    padding: 120px 0;
    box-sizing: border-box;
    background-color: white;
}
.slick-block .index-title{
    text-align: center;
}
.slick-block .slick-contant{
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 100px;
}
.slick-block .slick-contant .slick-pic{
    width: 320px;
}
.slick-slide {
    margin: 0 50px;
}
  /* the parent */
.slick-list {
    margin: 0 -50px;
}
@media  screen and (max-width: 767px){
    .slick-block {
        height: auto;
        padding: 60px 0 60px 0;
    }
    .slick-block .slick-contant{
        margin-bottom: 0px;
    }
}