.pagebanner{width: 100%;float: left;height: 600px;background-color: #f5f5f5;position: relative;overflow: hidden;background-image: url(../images/about/關於我們-banner.png);background-size: cover;background-position: center;background-repeat: no-repeat;}
	.bn-bg{position: absolute;right: 0;bottom: 0;}
.pagebanner .bn-bg img{width: 100%;vertical-align: middle;}
.pagebanner .pb-cont{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pb-cont .pb-cont-us{
    max-width: 1280px;
    width: 80%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.us_right{
    /* padding-top: 10%; */
    /* margin-right: 10%; */
    width: 40%;
    height: 100%;
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    
}
.us_right .us_title{
    font-size: 38px;
}
.us_right .us_tip{
    margin-top: 24px;
    font-size: 18px;
    text-align: justify;
}
.us_right  .us_btn{
    width: 100%;
    display: flex;
    align-items: center;
}
.us_btn_a{
    background-color: #0078ff;
    padding: 8px 24px;
    border-radius: 20px;
    margin-right: 24px;
    margin-top: 48px;
}
.us_btn_a a{
    color: #fff;
}
    @media(max-width:768px){
        
        .pagebanner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); /*蒙版颜色和透明度*/
  }
        .us_right{
            width: 80%;
            padding: 8px;
            margin-right: 4px;
            align-items: center;
        }
        .us_right .us_title{
            font-size: 18px;
        }
        .us_right .us_tip{
            font-size: 13px;
            margin-top: 12px;
        }
        .us_right  .us_btn{
            justify-content: center;
        }
        .us_btn_a{
            margin-top: 8px; 
            padding: 4px 12px;
            border-radius: 16px;
            margin-right: 12px;
            font-size: 12px;
        }
    }

.aboutpage1{
    width: 100%;
    background-color: #fff;
    padding: 48px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.aboutpage1 .nycontainer{
        max-width: 1280px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
   .nycontainer .nycontainer-left{
      width: 46%;
   }
    .nycontainer .nycontainer-right{
        text-align: right;
        width: 50%;
    }
    

    .nycontainer .main_one{
         margin-bottom: 32px;
    }
    .nycontainer .main_one .main_one_title{
        font-size: 28px;
        font-weight: bold;
        color: #075ce0;
        margin-bottom: 12px;
    }
    .nycontainer .main_one .main_one_tip{
        margin-bottom: 12px;
        font-size: 18px;
        text-align: justify;
    }
    .nycontainer-right img{
        width: 90%;
    }
    .aboutpage2{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .aboutpage2 .about2{ 
       width: 100%;
    }
    .about2 img{
        width: 100%;
    }
    @media(max-width:768px){
        .aboutpage1{
            padding:24px 12px 24px;
        }
        .aboutpage1 .nycontainer{
            flex-wrap: wrap;
             width: 100%;
        }
        .nycontainer .nycontainer-left{
           
            width: 100%;
        }
        .nycontainer .nycontainer-right{
                text-align: right;
                width: 100%;
            }
             .nycontainer-right img{
        width: 100%;
    }
     }


    .aboutpage3{width: 100%;float: left;background-color: #fff;padding: 70px 0px 120px 0px;}
	.e-container{width: 1600px;margin: 0 auto;}
	
	
	.joinbox{width: 100%;float: left;margin-top: 20px;}
	
	.join-item{
        width: 380px!important;
        /* background: #fff; */
        /* border:1px solid #dfdfdf; */
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 260px;
        justify-content: center;
        margin: 0 20px 0;
        cursor: pointer;
        position: relative;
    }
    .join-item img{
        width: 100%;
        /* height: 100%; */
    }
    .join-item-main{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
	.join-item-title{color: #2c4f79;font-size: 28px;margin-bottom: 32px;line-height: 25px;font-weight: bold;}
	.join-item-txt{width:100%;display: flex;flex-direction: column;align-items: center;}
	.join-item-txt p{margin-bottom: 5px;}
	.join-item-btn{margin-top: 32px;background-color: #0172ff;color: #fff;padding: 6px 16px;border-radius: 25px;}
	.join-item-btn a{padding: 10px 20px 10px 20px;color: #fff!important;background-color: #2663ad;cursor: pointer;}
    .joinbox .slick-prev{width: 50px;height: 50px;background-color: #fff;top: 40%;background-image: url(../images/icon_left.png);background-size: contain;}
    .joinbox .slick-next{width: 50px;height: 50px;background-color: #fff;top: 40%;background-image: url(../images/icon_right.png);background-size: contain;}

    