.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;
}

.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;
}

.mainW {
    width: 1200px;
    margin: 0 auto
}

.mainL {
    width: 28%;
    float: left;
    margin-right: 20px;
    margin-top: 9%;
}

.mainR {
}

.frame {
    padding: 15px 20px 20px 20px;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0,0,0,.1);
    margin-bottom: 20px;
    border-bottom: 3px solid #1fac9c
}

.frame .cTitle {
    font-size: 18px;
    border-left: 4px solid #1fac9c;
    margin-left: -22px;
    margin-bottom: 15px;
    padding: 5px 0 5px 18px;
    text-align: left;
    color: #ff8d40
}

.frame .cTitle .more {
    float: right;
    color: #646464
}
.leftCategory a {
    display: block;
    width: 290px;
    line-height: 60px;
    text-align: center;
    margin: 0 3px 10px 0;
    font-size: 16px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    color: #000;
    background: url(../picture/ico_jt.png) no-repeat 250px 22px #eee;
}
.leftList li {
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}
.leftList li span {
    float: right;
    color: #ADACAC;
}
.leftList li a {
    width: 79%;
    height: auto;
    overflow: hidden;
    display: inline-block;
    color: #000;
}
.viewMore {
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    margin: 20px auto;
    width: 90px;
    text-align: center;
    display: block;
    border: 1px solid #1fac9c;
    padding: 10px 24px;
    color: #1fac9c;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 30px;
}
.leftList li {
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}
.mainR {
    width: 70%;
    float: right;
    margin-top: 9%;
}
.showContent {
    line-height: 32px;
    padding: 30px 30px 20px 30px;
    margin-top: 20px;
    font-size: 15px;
}
.showTitle {
    width: 100%;
    text-align: center;
}
.showTitle h1 {
    font-size: 26px;
    padding: 0 0 10px 0;
}
.showTitle span {
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    color: #999;
}
.showContent p {
    margin-bottom: 20px;
    text-indent: 2em;
}

.point {
    clear: both;
    margin: 20px 0px 40px 0px;
    padding-bottom: 40px;
    line-height: 22px;
}

.point td, th {
    padding: 5px 10px;
    border: 1px solid #DDD;
    width: 100%;
    height: auto;
    display: block;
}
.point td, th a{
    color: #000000;
}
.right_contents_h1 {
    margin: 0px;
    padding: 10px 0px;
    text-align: center;
    color: #000;
    font-size: 24px;
    color: #434343;
    font-weight: bold;
    line-height: 34px;
}
.info {
    text-align: center;
    margin-bottom: 5%;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 5%;
}
.right_contents p img{
    text-align: center;
    margin: 0 auto;
}
.right_contents{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 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%;
    }
    .mainR li {
        width: 48.5%;
        float: left;
        margin-right: 1.5%;
        margin-bottom: 2%;
        position: relative;
    }
    .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;
    }
    .cateBanner .cateTitle span {
        text-transform: capitalize;
        display: block;
        padding-left: 20px;
        font-size: 19px;
        line-height: 40px;
        float: left;
    }
    .con-right {
        width: 100%;
        float: right;
        margin-top: 5%;
    }
    .right_contents p img {
        text-align: center;
        margin: 0 auto;
        width: 100%;
    }
}