.cateBanner {
    position: relative;
    height: 350px;
}

.bgAbout {
    height: 350px;
    background: url(../picture/banner-about.jpg) center bottom;
}

.caption {
    padding-top: 100px;
    color: #fff;
    text-align: center;
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 7%;
}

.caption img {
    width: 70px;
    height: 70px;
    margin: 0 auto;
}

.caption h2 {
    margin-top: 20px;
    font-size: 45px;
    font-family: "Lato", Arial, '微軟正黑體', "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 100;
    text-transform: uppercase;
}

.cateBanner .crumb {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: url(../picture/transparent.png);
    height: 46px;
    line-height: 46px;
    color: #fff;
}

.cateBanner .where {
    text-align: right;
}

.cateBanner .crumb a {
    color: #fff;
    margin-right: 10px;
    display: inline-block;
}

.cateBanner .cateTitle {
    width: 28%;
    height: 50px;
    background: #1fac9c;
    margin-top: -60px;
    padding-top: 10px;
    -moz-border-top-left-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    border-top-left-radius: 8px;
    -moz-border-top-right-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    border-top-right-radius: 8px;
}

.cateBanner .cateTitle span.en {
    width: 32px;
    height: 40px;
    padding: 0;
    background: url(../picture/ico_cate.png) no-repeat left center;
    margin-left: 20px;
}

.cateBanner .cateTitle span {
    text-transform: capitalize;
    display: block;
    padding-left: 20px;
    font-size: 24px;
    line-height: 40px;
    float: left;
}
.con-left{
    margin-top: 220px;
    color: #fff;
    width: 27%;
    height: auto;
    float: left;
    background: url(../images/mapbox.png);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 50px;
    font-size: 14px;
    line-height: 30px;
}
.con-left h2{
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: normal;
}
.con-left p{

}
.con-right{
    width: 63%;
    float: right;
}
.con-box{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 5%;
    margin-bottom: 5%;
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
    .caption img {
        width: 58px;
        height: 58px;
        margin: 0 auto;
    }
    .caption h2 {
        margin-top: 20px;
        font-size: 27px;
        font-family: "Lato", Arial, '微軟正黑體', "Helvetica Neue", Helvetica, sans-serif;
        font-weight: 100;
        text-transform: uppercase;
    }
    .mainL {
        width: 100%;
        float: left;
        margin-right: 20px;
        margin-top: 38%;
    }
    .leftCategory a {
        display: block;
        width: 45%;
        line-height: 38px;
        text-align: center;
        margin: 0 3px 10px 0;
        font-size: 14px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        color: #000;
        background: url(../picture/ico_jt.png) no-repeat 250px 22px #eee;
        float: left;
    }
    .frame {
        padding: 18px 20px 20px 20px;
        background-color: #fff;
        box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
        margin-bottom: 20px;
        border-bottom: 3px solid #1fac9c;
        width: 89%;
        height: auto;
        display: inline-block;
    }
    .frame:nth-child(2) {
        display: none;
    }
    .frame:nth-child(3) {
        display: none;
    }
    .mainR {
        width: 100%;
        float: right;
        margin-top: 0%;
    }
    .con-box {
        width: 100%;
        height: auto;
        display: inline-block;
        margin-top: 0%;
        margin-bottom: 5%;
    }
    .con-left {
        margin-top: 15px;
        color: #fff;
        width: 87%;
        height: auto;
        float: left;
        background: url(../images/mapbox.png);
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        padding: 25px;
        font-size: 14px;
        line-height: 30px;
    }
    .cateBanner .cateTitle {
        width: 52%;
        height: 50px;
        background: #1fac9c;
        margin-top: -60px;
        padding-top: 10px;
        -moz-border-top-left-radius: 8px;
        -webkit-border-top-left-radius: 8px;
        border-top-left-radius: 8px;
        -moz-border-top-right-radius: 8px;
        -webkit-border-top-right-radius: 8px;
        border-top-right-radius: 8px;
    }
    .con-right {
    width: 100%;
    float: right;
    margin-top: 5%;
}
}