@charset "utf-8";

*{box-sizing: border-box;}
html {position: relative;box-sizing: border-box;}
html,body { font:400 14px/21px "微軟正黑體","Microsoft Yahei",Helvetica,Arial,sans-serif; background:#fff; min-height: 100%; }
body {}


.relative{
    position:relative;
}
.wrap{
    width:1200px;
    margin-left: auto;
    margin-right: auto;
}
.hiddle{
    overflow: hidden;
}
.header-right{
        padding: 11px 0;
}
.padding{
    padding: 35px 27px;
}
.padding-left{
    padding-left: 15px;
}
.padding-large-left{
    
}
.border_top{
    border-top:1px solid rgba(0,0,0,0.1);
}
.border{
    border:1px solid #d4d4d4;
}
.nav{
    padding:0 3%;
}
.nav a{
    color:black;
    text-decoration: none;
    position: relative;
}
.nav a:after{position: absolute;content: '';background: #036eb7;height: 2px;width:0px;left: calc(50% - 50px);bottom: -10px;transition: 1s ease;}

.nav a:hover:after{width: 100px;}
.nav li{
    margin-top: 15px
}
.nav ul{
    display: flex;
    justify-content: space-between;
}
.blue_line{
    height:2px;
    background:#036db7;
    position: absolute;
    bottom: -20px;
    width: 50%;
    left: 35px;
}
.white_line{
    height:2px;
    background:#fff;
    position: absolute;
    bottom: -20px;
    width: 50%;
    left: 35px;
}
.overlay{
    position: relative;
}
.overlay>img{
    width:100%;
}
.div_center{
    position: relative;
}
.div_center h1{text-align: center;color: #fff;}
.div_center>div{
    position: absolute;
    top: 50%;
    left: 48%;
    color:white;
    font-size: 26px;
}

.overlay:after{
    content: "";
    position: absolute;
    top: 47%;
    left: 42%;
    width: 10%;
    height: 10%;
    background: rgba(255,255,255,0.8);
    opacity: 0;
    transition: 1s ease;
}
.overlay:hover:after{
    opacity: 1;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
}
.overlay>div{
    position: absolute;
    top: 10%;
    left: 10%;
    z-index: 2;
    height: 80%;
    display: flex;
    align-items: center;
    opacity: 0;
    transition: 1s ease;
    width: 80%;
}

.overlay>div h3{
    color: black;
    text-align: center;
    width: 100%;
    font-weight: 800;
    font-size: 26px;
    line-height: 36px;
}
.overlay:hover.overlay>div{
    opacity: 1;
}
.index1{
    background-image: url(../images/banner2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 10px 80px;
    text-align: center;
}

.index1 a img{transition: 3s ease;}
.index1 a>div{position: relative;}
.index1 a:hover{text-decoration: none;}
.index1 a>div:after{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.3);content: '';z-index: 9;opacity: 0;transition: 1s ease;}
.index1 a>div:hover:after{opacity: 1;}
.index1 a>div:hover img{transform: scale(1.1);}



.hover_img1 a img{transition: 3s ease;}
.hover_img1 a>div{position: relative;}
.hover_img1 a:hover{text-decoration: none;}
.hover_img1 a>div:after{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.3);content: '';z-index: 9;opacity: 0;transition: 1s ease;}
.hover_img1 a>div:hover:after{opacity: 1;}
.hover_img1 a>div:hover img{transform: scale(1.1);}
.hover_img1 .slogan p{color: #666666!important;}

.img_width{
    width:100%;
}
.slogan p{
    text-align: center;
    color: #efefee;
    font-size: 22px;
    font-weight: 800;
    line-height: 36px;
    margin-bottom: 0;
}
.bg_grey{
    background:#f5f5f5;
}
.bg_black{
    background: black;
}
.white{
    color: white;
}
.textcenter{
    text-align: center;
}
.img_center{
    display:block;
    margin:auto;
}
.width22{
    width:22%;
}
.margin_left_22{
    margin-left:22%;
}
.margin_left_9{
    margin-left: 9%;
}
.width32{
    width:32%;
}
.width50{
    width:50%;
}
.width66{
    width:66%;
}
.border-bottom{
    position: relative;
}
.border-bottom:after{
    position: absolute;
    content: "";
    width: 17%;
    height: 3px;
    background: #036eb7;
    bottom: -6px;
    left: 0;
}
.padding-top{
    padding-top:15px;
}
.margin-bottom-remove{
    margin-bottom:0 !important;
}
.bg-grey{
    background: #f0f0f0;
}
.line-height{
    line-height: 34px;
}
.font-weight900{
    font-weight: 900;
}
.service_div {
    position: absolute;
    top: 15%;
    width: 42%;
    line-height: 3;
    z-index: 1;
    height: 74%;
    background: white;
    padding: 24px 40px;
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
}
.service_div>div {
    position: absolute;
    z-index: -2;
    left: -16px;
    top: -4%;
    background: rgba(255,255,255,0.3);
    width: 106%;
    height: 108%;
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
}
.service_div>p{
    line-height:2;
}
.service_div1{
    right:0;
    position: absolute;
    top: 15%;
    width: 42%;
    line-height: 3;
    z-index: 1;
    height: 74%;
    background: white;
    padding: 24px 40px;
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
}
.service_div1>div {
    position: absolute;
    z-index: -2;
    left: -16px;
    top: -4%;
    background: rgba(255,255,255,0.3);
    width: 106%;
    height: 108%;
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
}
.service_div1>p{
    line-height:2;
}
.margin_bottom{
    margin-bottom: 100px !important;
}
.colororange{
    color:orange;
}
.border_bottom{
    border-bottom:1px solid orange;
}
.border{
    border:1px solid black;
}
.margin_top{
    margin-top: 100px !important;
}
#post4 tr,#post4 td{font-size: 16px;font-weight: 900;padding-top:10px;padding-bottom:10px;padding-left:10px;}
#post4 tr{padding:4px;}
#post4 tr:nth-child(even){background:rgba(242,242,242,1);}
#post4 tr:first-child td,#post4 th{color:white;left:0;background:#036db7;text-align:left;padding-top:10px;padding-bottom:10px;padding-left:10px;width:50%;border-left:1px solid #dddddd; }
#post4 td{border-left:1px solid #dddddd;}

footer{padding: 10px 20px;margin-top: 40px;}


.height{
    height:750px;
}
.margin41{
    margin-left:41px;
}
.margin-top0{
margin-top: 0;
}
.grid-small{
    margin-bottom:24px;
    margin-right:24px;
}
.img-width {
    width: 32%;
}
.flex{
    display: flex;
    justify-content:space-between;
}

.about_box{padding: 10px 20px;}

.padding30{padding: 30px;}

.adv_img{padding: 0;}
.train_content{line-height: 32px;letter-spacing: 1px;font-size: 16px;}
@media(max-width: 960px){
    header{padding:20px 10px;}
    .uk-grid{margin-left: 0!important;}
    .blue_line,.white_line{display: none;}
    .overlay>div{font-size: 16px;}
    .index1{margin-top: 30px;}
}