article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after {
    content: '';
    content: none
}

q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body {
    font-family: "Microsoft JhengHei" !important;
    overflow-x: hidden;
    line-height: 150%
}

body a {
    text-decoration: none
}

.clear {
    clear: both
}

.contain {
    position: relative;
    width: 1140px;
    height: 260px;
    margin-top: 25px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding-top: 40px
}

.contain .carousel {
    width: 900px;
    overflow: hidden;
    height: 250px;
    display: block;
    margin: 0 auto
}

.contain .carousel .c_img {
    width: 180px;
    padding: 0px;
    text-align: center;
    transition: 0.5s ease all;
    position: absolute
}

.contain .carousel .c_img img {
    width: 94%;
    padding-top: 1px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 1px
}

.new_prev {
    width: 25px;
    height: 38px;
    background: transparent url(../img/arrows.png) no-repeat top left;
    position: absolute;
    top: 50%;
    margin-top: -19px;
    left: -40px;
    text-indent: -9e3px;
    opacity: .7;
    cursor: pointer;
    z-index: 100;
    margin-left: 50px
}

.new_next {
    width: 25px;
    height: 38px;
    background: transparent url(../img/arrows.png) no-repeat top right;
    position: absolute;
    top: 50%;
    margin-top: -19px;
    text-indent: -9e3px;
    opacity: .7;
    cursor: pointer;
    z-index: 100;
    margin-left: 50px;
    left: auto;
    right: -40px;
    margin-right: 50px
}

.blackFrame_for_ca {
    position: fixed;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    z-index: 999;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    width: 100%;
    height: 100vh
}

.blackFrame_for_ca .blackFrame_img_frame {
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 10px;
    transform: translate(-50%, -50%)
}

@media screen and (max-width: 767px) {
    .contain {
        width: 100%
    }
    .contain .carousel {
        width: 90%
    }
    .contain .carousel .c_img {
        width: 40%;
        margin: 0 5%;
        display: table
    }
    .blackFrame_for_ca {
        position: fixed;
        margin: 0;
        padding: 0;
        top: 0;
        left: 0;
        z-index: 999;
        text-align: left;
        background-color: #000;
        opacity: 0;
        width: 100%;
        height: 100vh
    }
    .blackFrame_for_ca .blackFrame_img_frame {
        position: absolute;
        left: 50%;
        top: 50%;
        padding: 10px;
        transform: translate(-50%, -50%);
        width: 50%
    }
    .blackFrame_for_ca .blackFrame_img_frame img {
        width: 100%
    }
}