﻿a {
    color: #009688;
    text-decoration: none;
}
/*無資訊格式*/
.notData{
  border: 1px solid #ccc;
  padding: 10px 20px;
  font-size: 18px;
  background-color: #fff;
  text-align: center;
  color:#000;
}
.nopadding{
    padding: 0 !important;
}
.nomargin{
    margin: 0 !important;
}
/*文字編輯器*/
/*文章內容容器*/
.article_content_box{
    padding: 30px 120px;
    text-align: center;
    font-size: 16px;
}
.article_content_box p{
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    word-wrap:break-word;
}
/*內文圖片*/
.article_content_img{
    /*width: 575px;*/
    margin-bottom: 5px;
    /*height: 325px;*/
    /*overflow: hidden;*/
    /*margin: 30px auto;*/
}
.article_content_img img{
    width: 100%;
    height: auto;
}
/*標題*/
.article_content_title{
    font-weight: bold;
    text-align: justify;
    word-wrap:break-word;
}
.article_content_word{
    text-align: justify;
    word-wrap:break-word;
}
/*鏈結*/
.article_content_link a{
    color: RGBA(0, 195, 226, 1.00);
}
/*內容區塊拼湊*/
.blog-img-summary{
  width:100%;
  border:1px solid RGBA(204, 204, 204, 1.00);
  padding:10px 10px;
  color:RGBA(119, 120, 122, 1.00);
  margin:5px 0 10px 0;
}
.blog-img-summary .summary-title{
  font-size:14px;
  font-weight:bold;
  text-align: left; 
  text-align: justify;
  word-wrap:break-word; 
}
.blog-img-summary .summary-cotent{
  font-size:12px;
  text-align: justify;
  word-wrap:break-word;
}


/* 頁頭_start */

.menuContainer {
    padding: 0px;
}

.menuInner {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.logoItem,
.navItem {
    display: table-cell;
    vertical-align: middle;
}

.logoItem {
    width: 150px;
}

.navItem {
    text-align: right;
    /*padding: 37px 0px;*/
}

.logo a {
    /*line-height: 60px;*/
    display: block;
}

.logo a img {
    /*width: 243px;*/
    vertical-align: text-top;
    max-width: 80%;
}

.logo a:hover {
    opacity: 0.7;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.menuFluidContainer {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    border-bottom: #eee solid 1px;
    position: fixed;
    top: 0;
    z-index: 9999;
}


/** 主選單_start **/

#mainMenu>li {
    display: inline-block;
    position: relative;
    margin: 0px 4px;
}

#mainMenu>li>a {
    padding: 11px 0px;
}

#mainMenu>li>a>span {
    display: block;
    padding: 16px 15px;
}

/*#mainMenu>li>a>span:hover {
    background-color: #009688;
    color: #fff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}*/

#mainMenu>li:hover>a>span.dropDownMenuSeletor_1::after {
    content: "\f0d7";
}

/*#mainMenu>li:hover>a>span {
    background-color: #009688;
    color: #fff;
}*/

#mainMenu li a {
    display: block;
    color: #000;
    letter-spacing: 0.05em;
    line-height: 1;
    font-size: 16px;
    font-weight: 500;
}

.inner #mainMenu li a {
    color: #000;
}

#mainMenu li .dropdownMenu li {
    width: 100%;
    position: relative;
}

#mainMenu li .dropdownMenu li a {
    padding: 0px 30px;
    border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
    background-color: #f9f9f9;
    color: #333;
    height: 60px;
    line-height: 60px;
    text-align: center;
}


#mainMenu li .dropdownMenu li a:hover {
    background-color: #f2f2f2;
}

#mainMenu .dropdownMenu {
    background-color: #fff;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
}

#mainMenu .dropdownMenu a {
    display: block;
    white-space: nowrap;
}

#mainMenu .dropdownMenu_1 {
    position: absolute;
    left: 0px;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 0.2s, opacity 0.2s ease;
}

#mainMenu span.dropDownMenuSeletor_1::after {
    content: "\f0de";
    font-family: FontAwesome;
    display: inline-block;
    vertical-align: middle;
    /*position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);*/
    margin-left: 5px;
    font-size: 10px;
    color: #333;
}

#mainMenu li:hover .dropdownMenu_1 {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.2s ease;
}

#mainMenu .dropdownMenu_1 .dropdownMenu_2 {
    position: absolute;
    left: 100%;
    top: 0px;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 0.2s, opacity 0.2s ease;
}

#mainMenu .dropDownMenuSeletor_2:hover .dropdownMenu_2 {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.2s ease;
}

#mainMenu .dropdownMenu_1 .dropdownMenu_3 {
    position: absolute;
    left: 100%;
    top: 0px;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 0.2s, opacity 0.2s ease;
}

#mainMenu .dropDownMenuSeletor_3:hover .dropdownMenu_3 {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.2s ease;
}


/** 主選單_end **/


.case_dt_pager {
    overflow: auto;
    padding: 15px 0px;
    margin-bottom: 30px;
}

.caseDtPagerInner {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.pagerPrevNext {
    display: table-cell;
}

.pagerPrevNext a {
    /*display: inline-block;*/
    vertical-align: middle;
    color: #333;
    float: left;
    width: 90%;
}

.case_dt_pager .next {
    text-align: right;
}

/* .pagerPrevNext a {
    display: table-cell;
    vertical-align: middle;
    color: #152177;
} */

.case_dt_pager .prev::before {
    content: "\f104";
    font-family: FontAwesome;
    font-size: 40px;
    color: #666;
    padding: 0px 10px;
    line-height: 1;
    /*display: inline-block;*/
    vertical-align: middle;
    float: left;
    margin-top: 10px;
}

.case_dt_pager .next::after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 40px;
    color: #666;
    padding: 0px 10px;
    line-height: 1;
    /*display: inline-block;*/
    vertical-align: middle;
    float: right;
    margin-top: 10px;
}

.pagerSubTitle {
    font-size: 12px;
}
/** 語系選擇_start **/

#langModal .modal-title {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
}

#mainMenu .bmd-form-group {
    height: 60px;
    padding: 0px;
    margin: 0px;
}

#mainMenu select.custom-file-control:not([size]):not([multiple]),
select.form-control:not([size]):not([multiple]) {
    /*height: 34px;*/
    padding: 0px 15px;
}

#mainMenu .bmd-form-group .form-control {
    line-height: 60px;
    text-align: center;
}

.langOptionsForm {
    text-align: center;
    margin: 0px;
}

.langOptionsForm .langBtn {
    display: inline-block;
    margin: 0px 15px;
}


@media only screen and (max-width: 1599px) {

    /* header_start */
    #mainMenu li a {
        font-size: 16px;
        min-width: 85px;
        text-align: center;
    }
    #mainMenu li.iconNav a {
        min-width: auto;
    }
    

    #mainMenu>li>a>span {
        padding: 16px 8px;
    }

    .logoItem {
        width: 180px;
    }

    /* header_end */
}

@media only screen and (max-width: 1199px) {

    /* 主選單_start */
    #mainMenu li a {
        font-size: 16px;
    }

    #mainMenu>li>a {
        padding: 10px 0px;
    }

}
@media only screen and (max-width: 991px) {
    #mainMenu>li {
        margin: 0px;
    }

    #mainMenu>li>a>span {
        padding: 16px 8px;
    }

    #mainMenu li a {
        font-size: 15px;
    }
}
@media only screen and (min-width: 768px) {
    #mainMenu>li>a>.dropdwonArrow::after {
        content: "\f107";
        font-family: FontAwesome;
        position: absolute;
        right: -15px;
        top: 2px;
    }
}
/*頁頭ＥＮＤ*/
/* 內頁banner_start */

.innerBannerContainer {
    height: 200px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.innerBannerInner {
    height: 200px;
    position: relative;
}

.innerBannerTitle {
    display: table;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.innerBannerTitle h1 {
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #111;
    border-bottom: #000 solid 2px;
    padding-bottom: 13px;
}


/* 內頁banner_end */


/* 麵包屑_start */

.breadcrumbContainer {
    padding: 26px 0px;
}

.breadcrumbContainer ul li {
    display: inline-block;
}

.breadcrumbContainer ul li::after {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 6px;
    background-image: url('../images/breadcrumb_arrow.png');
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: -3px;
}

.breadcrumbContainer ul li:nth-last-child(1)::after {
    content: "";
    display: none;
}

.breadcrumbContainer ul li a {
    font-size: 14px;
    line-height: 1;
    color: #aaa;
}

.breadcrumbContainer ul li a img {
    vertical-align: middle;
    margin-top: -3px;
}

.breadcrumbContainer ul li a:hover {
    color: #777;
}

.breadcrumbContainer ul li:nth-last-child(1)::after {
    content: "";
}

.breadcrumbContainer ul li.breadcrumbActive {
    color: #777;
    font-size: 14px;
    line-height: 1;
}


/* 麵包屑_end */


/* 內容_start */

.pageContainer {
    padding: 0px;
    /*margin-bottom: 70px;*/
}

.pageInner {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.asideBlock,
.contentBlock {
    display: table-cell;
    vertical-align: top;
}

.asideBlock {
    width: 240px;
    padding: 0px;
}

.asideInner {
    border: #ddd solid 1px;
}

.asideTitle {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    padding: 10px 15px;
    text-align: center;
    margin-bottom: 15px;
    background-color: #f7f7f7;
    letter-spacing: 0.05em;
}

.asideBlock .panel-heading {
    padding: 0px;
    position: relative;
}

.asideBlock .panel-heading .panel-title a {
    display: block;
}
.asideBlock .panel-heading .panel-title .collapseBtn {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #fff;
}
.asideBlock .panel-group .panel {
    border-radius: 0px;
    border: none;
    box-shadow: none;
}

.asideBlock .panel-body {
    padding: 0px;
}


/*.asideItem {
    border: #ddd solid 1px;
    background-color: #f7f7f7;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}*/


/*.asideItem:hover {
    background-color: #ddd;
    border: #ccc solid 1px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}*/


/*.asideBlock .panel-group .asideItem {
    margin: 0px;
    margin-bottom: 10px;
}*/

.asideBlock .panel-default>.panel-heading {
    background: none;
}

.asideItem a {
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0.1em;
    color: #777;
    display: block;
    padding: 15px 20px;
    position: relative;
    font-weight: bold;
}

.asideItem a:hover {
    color: #009688;
    background-color: #f7f7f7;
}

.asideItem .panel-title a.collapseBtn::after {
    /*content: "\f0d7";
    font-family: FontAwesome;*/
    margin-left: 5px;
}

.asideItem .panel-body ul {
    background-color: #fff;
}

.asideItem .panel-body ul li {
    border-bottom: #eee solid 1px;
}

.asideItem .panel-body ul li a {
    display: block;
    background-color: #f9f9f9;
    font-weight: normal;
}

.asideItem .panel-body ul li a.active {
    background-color: #009688;
    color: #fff;
}

.asideItem .panel-body ul li a:hover {
    background-color: #009688;
    color: #fff;
}

.asideItem .panel-body ul li a::before {
    content: "\f111";
    font-family: FontAwesome;
    font-size: 12px;
    margin: 0 10px;
}

.asideItem a.asideActive {
    color: #009688;
}

.asideItem a.asideActive::after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    right: 15px;
}

.contentBlock {
    padding: 0px 0px 0px 60px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: 0.05em;
}

.contentBlock .contentTitle {
    font-weight: bold;
    line-height: 1;
    margin-bottom: 15px;
}

.mbAsideSecondMenu {
    position: relative;
    margin-top: 20px;
}

.mbAsideSecondMenu .item {
    text-align: center;
    background-color: #f7f7f7;
    height: 40px;
}

.mbAsideSecondMenu .item a {
    font-size: 14px;
    color: #333;
    line-height: 40px;
    display: block;
}

.mbAsideSecondMenu .item a:hover {
    background-color: #009688;
        color: #fff;
}

.mbAsideSecondMenu .owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 0px;
    border-radius: 0px;
    margin: 0px;
    padding: 10px 0px 0px;
    height: 40px;
    width: 20px;
}

.mbAsideSecondMenu .owl-theme .owl-nav [class*=owl-] i {
    line-height: 40px;
}

.mbAsideSecondMenu .owl-carousel .owl-nav .owl-next {
    right: 0px;
}

.mbAsideSecondMenu .owl-carousel .owl-nav .owl-prev {
    left: 0px;
}
/*innerBanner*/
.TitleHeadClass {
    position: relative;
    text-align: center;
    background-image: url(../images/titleimg_case.jpg);
    background-size: cover;
    background-position: top center;
    overflow: hidden;
    padding: 60px 22%;
}
.TitleHeadClass .AllTitle {
    Font-size: 24px;
    /* font-weight: 600; */
    color: #fff;
    /* margin-bottom: 20px; */
    padding-bottom: 5px;
}
@media only screen and (min-width: 992px) {

    /** 登入/註冊/詢價車/語系/搜尋_end **/
    /* 左側選單_start */
    .topAsideBlock {
        display: none;
    }
    /* 左側選單_end */
}
@media only screen and (max-width: 991px) {

 /* 內容_start */
    /*.pageContainer {
        margin-top: 40px;
    }*/
    .topAsideBlock,
    .contentBlock {
        display: block;
    }

    .contentBlock {
        padding: 0px;
    }

    .contentBlock {
        max-width: 100%;
        flex: 0 0 100%;
    }
    /* 內容_end */
    /* 左側選單_start */
    .asideBlock {
        display: none;
    }

    .topAsideBlock {
        padding: 0px;
        margin-bottom: 40px;
        background-color: #f7f7f7;
        padding: 15px;
        border:1px solid #ccc;
    }
    .topAsideBlock::after {
    }
    .topAsideTitle {
        padding: 10px 15px;
        background-color: #f7f7f7;
        font-size: 20px;
        font-weight: bold;
        color: #333;
        margin-bottom: 15px;
        text-align: center;
    }

    .topAsideBlock .bmd-form-group .form-control {
        height: auto !important;
        padding: 15px !important;
        /*border: #caa449 solid 1px;*/
        background: #fff !important;
        border: #333 solid 1px !important;
        cursor: pointer;
    }

    .topAsideBlock .bmd-form-group::after {
        content: "";
        width: 9px;
        height: 5px;
        display: block;
        background-image: url('../images/down_arrow.png');
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

    .topAsideBlock .bmd-form-group {
        padding: 0px;
    }

    /* 左側選單_end */
}
/* 內容_end */

/*------------------------
post detail
------------------------*/
.postDetailContent{margin: 35px auto 110px auto; padding: 25px 30px; border: 1px solid #DDD;}
.postDetailContent .btnBoxRight{margin: 0px 0 20px 0;}

/*postHeade*/
.postHeade{}
.postHeade .postHeaderTitle{font-size: 24px; font-weight: 600; /*color: #111;*/ margin: 5px 0 15px 0; padding: 0 0 10px 0; line-height: 1.5; border-bottom: 1px solid #777;}
.postHeade .postMeta{border: none; margin: 0; }
.postHeade .postMeta .date{font-size: 14px;}
.postHeade .postMeta .category{font-size: 14px;}

/*postEditArea*/
.postEditArea{font-size: 16px; /*color: #333;*/ display: block; margin: 20px auto 40px auto}
.postEditArea section{margin: 0 0 15px 0;}
.postEditArea b{font-size: 16px; display: block; margin: 20px 0 15px 0;}
.postEditArea p{font-size: 15px; display: block; margin: 15px 0; text-align: justify;}
.postEditArea img{display:block; /*margin: 0 auto;*/}

.postEditTitle{font-size: 16px; display: block; margin: 20px 0 15px 0;}
.postEditText p{font-size: 15px; display: block; margin: 15px 0; text-align: justify;}
.postEditImg img{display:block; /*margin: 0 auto;*/}
.postFooterTitle{font-size: 21px; font-weight: 600; /*color: #333;*/ margin: 0 0 5px 10px;}




/*postCommunityBar*/
.postCommunityBar{margin: 0 0 20px; text-align: right;}
.postCommunityBar i{display: inline-block; font-size: 18px; vertical-align: -webkit-baseline-middle;}
.postCommunityBar .loginNav{display: inline-block; vertical-align: -webkit-baseline-middle;}
.postCommunityBar .loginNav img{max-width: 100%; height: auto;}
.postCommunityBar .loginNav a{width: 30px; height: 30px; margin: 0 0 0 10px; display: inline-block; text-align: center; border-radius: 99em; opacity: 1;}
.postCommunityBar .loginNav a:hover{opacity: 0.7;}
.postCommunityBar .loginNav a.fb{background-color: #3B5998;}
.postCommunityBar .loginNav a.google{background-color: #DC4E41;}
.postCommunityBar .loginNav a.line{background-color: #00C200;}

/*postNav*/
.postNav{margin: 20px auto 30px auto;}
.postNav a{display: inline-block; /*color: #AAA;*/ font-size: 14px;}
.postNav a:hover{color: #555;}
.postNav .postPrev{text-align: left;}
.postNav .postNext{text-align: right;}

/*postNav*/
.postTag{width: 100%; margin: 15px 0 35px 0; padding: 0 0 15px 0; /*border-bottom: 1px solid #777;*/}
.postTag dt{ display: inline-block; }
.postTag dd{ display: inline-block; /*color: #333;*/ font-size: 14px;}
.postTag dd a{/*color: #777;*/ margin: 0 10px 0 0; }
.postTag dd a:hover{color: #C3996B;}
.postTag dd a i{margin: 0 3px 0 0;}

/*prev、next 資訊*/
/*.prevSubTitle{
    float: left;
    margin-right: 15px;
}
.nextSubTitle{
    float: right;
}*/
.pagerMainTitle.nextMainTitle,.pagerMainTitle.prevMainTitle{
    /*width: 80%;*/
    height: 30px;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media only screen and (max-width: 1200px) {
    .pagerPrevNext a {
        width: 80%;
    }
}
@media only screen and (max-width: 768px) {
    .pagerPrevNext a {
        width: 75%;
    }
}
/*****QA常見問題****/
.newsBlock {
    padding: 0px 0px 0px 60px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: 0.05em;
}
.QAcollapse h3{
    font-size:16px;
    color:#555;
    font-weight:600;
}
.QAcollapse h3 i{
    padding-right:10px;
}
.panel-default {
    border-color: #AAA;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #fff;
    border-top: #888;
}
.panel-heading {
    padding: 20px;
    border-bottom: 1px solid #333;
    border-top-left-radius: none;
    border-top-right-radius: none;
}
.panel-group .panel + .panel {
    margin-top: 15px;
}
.panel-title{
    font-weight:600;
}
.panel-title i{
    padding-right:10px;
    color:#009688 !important;
}
.panel-title a:hover, .panel-title a:focus, .panel-title a:active{
    color:#009688;
}
/****聯絡我****/
.TingInfo{
    padding:10px 0 20px 0;
}
.TingInfo h4{
    font-size:20px;
    color:#888;
    font-weight:500;
}
.TingInfo span {
    font-size:15px;
    color:#888;
    line-height:28px;

}
.TingInfo span i{
    padding-right:12px;
}
/* member內頁(兩欄)*/

.memberPage-h2 {
    position: relative;
    color: #F3BF0B;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 20px;
}

.memberPage-h2 span {
    display: inline-block;
    background: #fff;
    padding-right: 10px;
    position: relative;
    z-index: 1;
    color: #009688;
}

.memberPage-h2 span i {
    color: #009688;
    margin-right: 3px;
}

.memberPage-h2:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #009688;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

/* contact_start */
.contactBlock {
    padding: 0px;
}

.contactForm {
    border: #eee solid 3px;
    padding: 30px 40px;
    margin-bottom: 60px;
}

.contactFormItem {
    margin-bottom: 50px;
}

.contactForm .bmd-form-group {
    padding: 0px;
}

.contactLabel {
    font-size: 20px;
    line-height: inherit;
    margin-bottom: 10px;
}

.inputField {
    padding: 5px !important;
    border-bottom: #aaa solid 1px !important;
}

/*.contactLabel, .contactField {
    display: block;
}
*/
.radioItem input,
.radioItem label {
    display: inline-block !important;
}

.radioItem {
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
}

.radioItem input {
    cursor: pointer;
}

.radioItem label {
    font-weight: inherit;
    margin-bottom: 0px;
    cursor: pointer;
}

.radioInputItem .radioInput {
    border: #aaa solid 1px !important;
    width: 150px;
    margin-left: 5px !important;
    padding: 2px 4px !important;
    cursor: text;
}

.birthDateSelectorContainer {
    display: table;
    table-layout: fixed;
}

.selectorField {
    display: table-cell;
    vertical-align: middle;
    padding-right: 20px;
}

.selectorField select {
    width: 200px;
    display: block;
    border: #aaa solid 1px !important;
    padding: 0px 5px !important;
    background-image: url('../images/down_arrow.png') !important;
    background-repeat: no-repeat !important;
    background-position: 97% !important;
}

.selectorField select,
.birthSelectorTitle {
    display: inline-block;
    vertical-align: middle;
}

.birthSelectorTitle {
    padding: 0px 5px;
}

.textareaField textarea {
    border: #aaa solid 1px !important;
    padding: 5px !important;
}

.sendFormBtn {
    text-align: center;
    padding: 20px 0px;
}

.sendFormBtn button {
    padding: 5px 30px;
    margin: 0px auto;
    display: table;
    background-color: #152177;
    border-radius: 5px;
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #fff;
}

.sendFormBtn button:hover {
    opacity: 0.7;
}

.contactLocation {
    background-color: #f9f9f9;
}

.contactLocationInner {
    overflow: hidden;
}

.contactLocationItem {
    width: 33.3333%;
    float: left;
    padding: 30px;
}

.contactLocationItemInner {
    border: #aaa solid 1px;
}

.locationTitle {
    height: 80px;
    font-size: 20px;
    font-weight: 500;
    color: #333;
    padding: 10px;
    overflow: hidden;
    background-color: #fff;
}

.locationMap {
    width: 100%;
    height: 200px;
    border-top: #eee solid 3px;
    border-bottom: #eee solid 3px;
}

.locationMap iframe {
    width: 100%;
    height: 100%;
}

.locationInfo {
    height: 220px;
    padding: 10px;
    background-color: #fff;
}

.contactTel {
    height: 32px;
    overflow: hidden;
}

.contactTaxIdNum .locationInfoContent::before {
    content: "\f1ec";
    font-family: FontAwesome;
    margin-right: 10px;
    color: #152177;
}

.contactTel .locationInfoContent::before {
    content: "\f098";
    font-family: FontAwesome;
    margin-right: 10px;
    color: #152177;
}

.contactFax {
    height: 32px;
    overflow: hidden;
}

.contactFax .locationInfoContent::before {
    content: "\f1ac";
    font-family: FontAwesome;
    margin-right: 10px;
    color: #152177;
}

.contactAddress {
    height: 64px;
    overflow: hidden;
}

.contactAddress .locationInfoContent::before {
    content: "\f041";
    font-family: FontAwesome;
    margin-right: 10px;
    color: #152177;
}

.contactMail {
    height: 32px;
    overflow: hidden;
}

.contactMail .locationInfoContent::before {
    content: "\f0e0";
    font-family: FontAwesome;
    margin-right: 10px;
    color: #152177;
}

.locationInfo ul li a {
    color: #333;
}

.locationInfo ul li a:hover {
    text-decoration: underline !important;
}

/* contact_end */
/*表單內容*/
.inputCol input, .inputOpinion textarea, .inputCol2 input{
    border:none;
    background-color:#D8E5D6;
}
.inputCol select{
    border:1px solid #D8E5D6;
    font-size:15px;
    color:#888;
    padding-left:10px;

}

.ServiceForm {
    padding:10px 0;
    width: 80%;
    clear: both;
}
.ServiceFormForm {
    margin-bottom: 20px;
    overflow: auto;
}
.FormBtn {
    text-align: center;
    margin: 80px 0px;
}
.inputTitle{
    font-size:16px;
    line-height:36px;
}
input, button, select, textarea {
    /*height:36px;*/
    /*width: 100%;*/
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.inputOpinion textarea{
    height:100px;
}
@media only screen and (max-width: 991px) {
    .newsBlock {
        padding-left: 0;
    }
}
/* 搜尋結果_start */

.searchResultImg,
.searchResultText {
    padding: 0px;
}


/* search_result_start */

.input-form-group-tolal .form-control {
    border-radius: 0px;
}

.list-group-item:first-child,
.list-group-item:last-child {
    border-radius: 0;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    background-color: #626262;
    border-color: #626262;
}

.list-group-item {
    background-color: #a0a0a0;
    border: none;
}

.form-control {
    border-radius: 0px;
}

.breadcrumb {
    margin-bottom: 0px;
    border-radius: 0px;
    padding: 8px 15px;
    background-color: #f7f7f7;
}

.pagination>.active>a {
    background-color: #d2d2d2;
    border-color: #d2d2d2;
}

.pagination>li>a {
    color: #aaa;
}


/* search_result_end */
/* member_login_start */
.memberBlock {
    padding: 0px;
}

.memberForm {
    border: #eee solid 3px;
    padding: 30px 40px;
    margin-bottom: 40px;
}

.memberFormItem {
    margin-bottom: 50px;
}

.memberLabel {
    font-size: 20px;
    line-height: inherit;
    margin-bottom: 10px;
}

.memberInputWrapperInner {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.memberField2,
.memberForgetPw,
.memberVerifyCode {
    display: table-cell;
    vertical-align: middle;
}

.memberForgetPw {
    width: 140px;
    padding-left: 20px;
}

.memberForgetPw a {
    width: 120px;
    height: 100%;
    display: block;
    text-align: center;
    background-color: #009688;
    color: #fff;
    padding: 5px 0px;
}

.memberForgetPw a:hover {
    opacity: 0.7;
}

.memberVerifyCode {
    width: 220px;
}

.memberVerifyCode span {
    width: 200px;
    height: 100%;
    display: block;
    background-color: #333;
    color: #fff;
    padding: 7px 0px;
    font-size: 30px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.1em;
}

.memberFormItem .bmd-form-group {
    padding: 0px;
}

.memberLoginBtnBlock {
    background-color: #f9f9f9;
}

.memberLogin {
    padding: 20px 20px 60px;
    text-align: center;
    background-color: #fff;
}

.memberLogin a,.memberLogin button {
    display: table;
    margin: 0 auto;
    padding: 3px 80px;
    background-color: #009688;
    border-radius: 5px;
    font-size: 18px;
    color: #f7f7f7;
}

.memberLogin span {
    display: block;
    padding: 10px 0px 0px;
    letter-spacing: 0.05em;
}

.memberLogin a:hover,.memberLogin button:hover {
    opacity: 0.7;
}

.memberRegister {
    padding: 30px;
    text-align: center;
}

.memberRegister a {
    display: table;
    margin: 0 auto;
    padding: 5px 80px;
    background-color: #333;
    border-radius: 5px;
    font-size: 18px;
    color: #f7f7f7;
}

.memberRegister span {
    display: block;
    margin-bottom: 15px;
    letter-spacing: 0.05em;
}

.memberRegister a:hover {
    opacity: 0.7;
}

.memberOtherLogin {
    padding: 30px;
    text-align: center;
    background-color: #f2f2f2;
}

.memberOtherLogin span {
    display: block;
    margin-bottom: 15px;
}

.memberOtherLogin a {
    display: inline-block;
    padding: 5px 80px;
    margin: 0px 8px;
    border-radius: 5px;
    color: #fff;
}

.memberOtherLogin a.fBtn {
    background-color: #3b589e;
}

.memberOtherLogin a.gBtn {
    background-color: #cf4129;
}

.memberOtherLogin a:hover {
    opacity: 0.7;
}

/* member_login_end */
/* forget_pw_start */
.forgetPwBlock {
    padding: 0px !important;
}

.forgetPwForm {
    border: #eee solid 3px;
    padding: 30px 40px;
    margin-bottom: 40px;
}

.forgetPwBlock .htmlEditor {
    margin-bottom: 15px;
}

.forgetPwFormItem {
    margin-bottom: 50px;
}

.forgetPwLabel {
    font-size: 20px;
    line-height: inherit;
    margin-bottom: 10px;
}

/* forget_pw_end */
/* 網站導覽_start */

.sitemap_headertitle {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #333;
    border-bottom: #aaa solid 1px;
    padding-bottom: 10px;
}
.form_headertitle {
    padding: 60px 0px 30px 0px;
}

.search_headertitle {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #333;
    border-bottom: #aaa solid 1px;
    padding-bottom: 10px;
}

.list-group-item.active {
    padding-top: 15px;
    padding-bottom: 15px;
}

.site-item-top {
    padding-top: 20px;
}

.site-item-margin {
    margin-bottom: 125px;
}

.list-group-item:first-child,
.list-group-item:last-child {
    border-radius: 0;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    background-color: #009688;
}

.list-group-item {
    background-color: #fff;
    border-bottom: #009688 dotted 1px;
    margin-bottom: 0;
}

.list-group-item:nth-last-child(1) {
    border: none;
}

.list-group-item a {
    color: #009688;
}

.list-group-item a:hover {
    opacity: 0.7;
}

/* 網站導覽_end */
/* 排序時間_start */

.news_sequence {
    color: #333;
    padding: 10px;
    border-bottom: #aaa solid 1px;
    margin-bottom: 15px;
    text-align: right;
}

.news_sequence a.btn_action {
    color: #A0A0A0;
}

.news_sequence span {
    color: #CACACB;
}

.news_sequence a {
    color: #231815;
    line-height: 28px;
}

.label-bg {
    padding: 15px 15px;
    background-color: #aaa;
    line-height: 25px;
    text-align: justify;
}


/* 排序時間_end */


/* 上一篇&下一篇_start */

.pre-left {
    display: inline-block;
}

.pre-form {
    display: inline-block;
    overflow: hidden;
}

.previous-text {
    font-size: 14px;
    text-align: left;
    display: block;
}

.previous-title {
    font-size: 18px;
    text-align: left;
    display: block;
    line-height: 45px;
}

.next-text {
    font-size: 14px;
    text-align: right;
    display: block;
}

.next-title {
    font-size: 18px;
    text-align: right;
    display: block;
    line-height: 45px;
}

.next-form {
    display: inline-block;
    overflow: hidden;
}

.next-line {
    font-size: 30px;
    float: right;
}

.owl-carousel .recommend-item {
    height: 130px;
    background: #3d3b3b;
    padding: 1rem;
    margin: 0 auto;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #5d5656;
    background: #D6D6D6;
}

.owl-bg {
    padding-top: 20px;
    padding-bottom: 20px;
}

.rec-text {
    background-color: #aaa;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    padding-left: 15px;
    margin: 0 auto;
}

.message-board {
    padding: 15px;
    background-color: #eee;
}

.other-recommend {
    padding-left: 19px;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 15px;
}

.btn.btn-success {
    color: #fff;
    background-color: #6d6b6b;
    padding-left: 20px;
    padding-right: 20px;
    border: 0px;
    border-radius: 0px;
}

.btn.btn-success:hover {
    color: #fff;
    background-color: #aaaaaa;
}

.btn.btn-success:active {
    color: #fff;
    background-color: #aaaaaa;
}


/*
.btn-zone {
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
    background-color: #ddd;
    margin-bottom: 125px;
}*/

.icon-menu {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 63px;
    vertical-align: middle;
    fill: none;
    top: 3px;
    margin-top: 5%;
    margin-bottom: 20%;
}

.icon-menu .line-1 {
    -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
    transform: translateY(8px) translateX(0) rotate(65deg);
}

.icon-menu .line-1 {
    top: 0;
}

.icon-menu .line-3 {
    -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
    transform: translateY(-8px) translateX(0) rotate(-65deg);
}

.icon-menu .line-3 {
    bottom: 0;
}

.icon-menu .line-2 {
    -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
    transform: translateY(8px) translateX(0) rotate(-65deg);
}

.icon-menu .line-2 {
    top: 0;
}

.icon-menu .line-4 {
    -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
    transform: translateY(-8px) translateX(0) rotate(65deg);
}

.icon-menu .line-4 {
    bottom: 0;
}

.icon-menu .line {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
    background-color: #aaa;
}
/* 上一篇&下一篇_end */
.TitleHeadClass{
    position: relative;
    text-align: center;
    background-image: url(../images/titleimg_class.jpg);
    background-size: cover;
    background-position: top center;
    overflow: hidden;
    padding:60px 18%;
}
.ArticleNew{
    font-size:20px;
    color:#444;
    font-weight:600;
    border-bottom:#A2D390 4px solid;
    padding-bottom:10px;
}

/***最新文章***/
.ArticleNewRow{
    margin-top:40px;
}


.indexNewsBlock{
    /*padding:70px 10% 50px 10%;*/
    /*background-color:#ddd;*/
    position: relative;
    text-align: center;
    background-image: url(../images/index_News_bg.jpg);
    background-size: cover;
    background-position: top right;
    background-attachment: fixed;
    overflow: hidden;
}

.indexTitle h2{
    color:#333;
    font-size:32px;
    padding:0;
    line-height:0px;
}
.indexTitle span{
    color:#333;
    font-size:16px;
    line-height:50px;
    font-weight:600;
    padding-bottom:10px;
}
.indexTitle1{
    text-align:left;
    padding-bottom:30px;
}
.item {
    text-align:justify;
    /*margin: 0 0px 40px 0px;*/
    padding:0 8px;
    display: block;
    vertical-align: top;
    float: left;
    height:300px;
}
.item hr{
    padding:0;
    margin:0 0 5px 0;
}
.item img{
    width: 100%;
    height: auto;
}
.item ul li{
    padding-top:5px;
    color:#555;
}
.indexNewsTitle {
    width: 100%;
/*    height: 80px;*/
    font-size: 16px;
    font-weight:600;
    line-height: 22px;
    color: #333;
    padding: 0px 0px 20px 0;
    display: inline-block;
    background-color:#fff;
    text-align: left;
}
.eventAticleType{
    padding-top:10px;
    color:#A2D390;
    font-weight:bold;
    left:0;top:0;
/*  border:1px #A2D390 solid;*/
}
/*.item a:hover img{
    opacity:0.8;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}*/
a:hover .indexNewsTitle{
    color:#BBB;
}


/***最新文章 結束***/

/***文章***/
.ArticleStartRow{
    padding-bottom:20px;
}
.ArticleTitle{
    font-size:21px;
    line-height:40px;
    font-weight:600;
    color:#333;
}
/*****文章列表*****/
.eventArticle{
    background-color:#fff;
    display:block;
}
.eventArticle a{
    display:block;
}
.item2 {
    padding:5px 0 20px 0;
    margin: 0 0 10px 0;
    display: block;
    vertical-align: top;
    float: left;
}
.item2 img{
    width: 100%;
    height: auto;
}
.eventArticle{
    background-color:#fff;
    border: 1px solid #eee;
}

.classAticleType{
    color:#A2D390;
    font-weight:bold;
    display:block;
    padding:15px 15px 0 15px;
}
.eventAticleDate{
    color:#888;
    padding:15px 15px 0 15px;
    display:block;
}
.classAticleType2{
    color:#67C344;
    font-weight:bold;
    padding:15px 15px 0 15px;
}
.eventAticleDate2{
    color:#888;
    padding:0 15px 8px 0;
    display:block;
}
.articleWatch{
    text-align:right;
    padding:15px 15px 0 15px;
    color:#666;
}
.articleWatch span i{
    padding-right:4px;
}
.eventAticleType, .eventAticleDate{
    display:block;
    padding-top:15px;
}
.articleWatch2{
    text-align:right;
    padding:0 0 8px 0;
    color:#666;
}
.articleWatch2 span i{
    padding-right:4px;
}

.eventTitle {
    width: 100%;
    height: auto;
    font-size: 16px;
    font-weight:600;
    line-height:24px;
    color: #3D3D3D;
    text-align:left;
    padding: 5px 15px 5px 15px;
    display: block;
}
.eventTitle:hover, .eventTitle:focus, .eventTitle:active{
    color: #999;
}
.text{
    padding: 5px 15px 5px 15px;
    text-align:justify;
    line-height:22px;
    height: 95px;
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.eventlistP{
    color: #999;
    display: block;
    padding: 5px 15px 5px 15px;
    margin: 0 0 20px 0;
    text-align:justify;
}
.eventReadMore{
    letter-spacing:1px;
    font-size: 14px;
    line-height:21px;
    color: #AAA;
    text-align:right;
    padding:0 15px 15px 0;
    width:100%;
    display:block;
/*  position:absolute;*/
/*  right:0;
    bottom:0;*/
}
.eventReadMore:hover, .eventReadMore:focus, .eventReadMore:active{
    color: #A2D390;
}
.releaseDate {
    font-size: 16px;
    border-bottom: solid 1px #0D2323;
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
}
.item2 a:hover img{
    opacity:0.7;
/*  -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;*/
}
a:hover .NewsNewsTitle{
    color:#fff;
    background-color:#6BB0BE;
}
.More{
    padding:30px 0 15px 0;
    text-align:center;
}
.More a{
    color:#777;
    background-color:#EEE;
    border:solid 1px #999;
    clear: both;
    padding:6px 24px;
}
.More a:hover{
        color:#FFF;
    background-color:#A2D390;
    border:solid 1px #A2D390;
}

/**/
.item {
    /*margin: 0 0 50px 0;*/
    display: block;
    overflow: hidden;
}
.category {
    color: #70BF54;
}
.classlistlist{
    padding-bottom:30px;
}
.classlist2{
    margin-bottom:30px;
}
.classlist2 hr{
    margin:0px 0 8px 0;
}
.classlist2 a h3 {
    line-height:24px;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 15px 0;
    color: #333!important;
}
.classlist2 a:hover h3 {
    color: #90D175!important;
}
.date p {
    line-height: 1.5;
    margin: 0;
}
.date {
    color: #727272!important;
    border-bottom: solid 1px #727272;
    padding: 0 0 10px 0;
}
.img-responsive {
    display: inline;
}
/*****文章列表結束*****/


/***文章內容***/

/*時間日期地點*/
.ClassInfo{
    margin-top:20px;
    padding:15px 0;
    background-color:#EEE;
}
.ClassInfo ul{
    padding:5px 15px;
    color:#187AA0;
    font-size:16px;
    line-height:30px;
}
/*時間日期地點 結束*/

.ArticleDetail{
    padding:30px;

    background-color:#fff;
    border:rgba(0,0,0,0.1) 1px solid;
}
.ArticleDetailImg img{
    width:100%;
}
.ArticleDetailSort{
    text-align:left;
    color:#A2D390;
    font-weight:600;
    padding:0px;
}
.ArticleDetailDate{
    /*padding-right:10px;*/
    text-align:left;
    color:#AAA;
    padding:0px;
    text-align:right;
}
.ArticleDetailWatch{
    color:#777;
    text-align:right;
    display:block;
}
.ArticleDetailWatch i{
    padding-right:4px;
}
.ArticleDetailTitle{
    padding:10px 0px 10px 0px;
    color:#555;
    font-size:18px;
    font-weight:600;
    text-align:justify;
}
.ArticleDetailTitle hr{
    margin:20px 0 0 0;
}
hr {
    border:0px !important;
    height:1px;
}
.Auther{
    font-size:16px;
    color:#91AB9A;
    padding:0 0 15px 0;
}
.ArticleDetailText img{
    width:100%;
}
.ArticleDetailText p{
    padding:20px 0 60px 0;
    line-height:28px;
    text-align:justify;
    font-size:16px;
    color:#333;
}
/*講師*/
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.lecturer{
    margin-bottom:30px;
}
.lecturer h3{
    font-weight: bold;
    font-size: 16px;
}
.lecturer hr{
    margin:5px 0 15px 0;
}
.lecturer .post span {
    width: 60px;
    height: 4px;
    background-color: #A2D390;
    display: block;
    text-align: left;
    margin: 15px 0 0 0;
}
.lecturer .list {
    width: 95%;
    display: block;
    margin: 0 auto;
}
.lecturer .item2 {
    padding:0 8px;
    margin: 0 auto 20px auto;
}
.lecturer .name {
    font-size: 19px;
    font-weight:600;
    margin: 10px 0 5px 0;
    display: inline-block;
}
.lecturer .post {
    font-size: 16px;
    margin: 0 0 15px 0;
}
p {
    text-align: justify;
}

p {
    margin: 0 0 10px;
}
/*報名*/
.signUpSmall{
    text-align: right;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    display: block;
    right:15px;
    top:50px
}
.signUpSmall a{
    color: #fff;
    background-color: #53C3CC;
    padding:8px 15px;
    -o-transition: border-radius .15s linear;
    -webkit-transition: border-radius .15s linear;
    -moz-transition: border-radius .15s linear;
    transition:  border-radius .15s linear;
}
.signUpSmall a:hover{
    border-radius:15px;
    -o-transition: border-radius .15s linear;
    -webkit-transition: border-radius .15s linear;
    -moz-transition: border-radius .15s linear;
    transition:  border-radius .15s linear;

}
.signUpBig {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    display: block;
    margin-bottom:40px;
}
.signUpBig a {
    color: #fff;
    background-color: #A2D390;
    padding: 15px 0;
    margin: 45px 30% 10px 30%;
    display: block;
    -o-transition: border-radius .15s linear;
    -webkit-transition: border-radius .15s linear;
    -moz-transition: border-radius .15s linear;
    transition:  border-radius .15s linear;
}
.signUpBig a:hover {
    border-radius:18px;
    -o-transition: border-radius .15s linear;
    -webkit-transition: border-radius .15s linear;
    -moz-transition: border-radius .15s linear;
    transition:  border-radius .15s linear;
}


/****文章下面一堆基本的****/
.ArticleBack a {
    text-decoration: none;
    color: #666;
}
.ArticleBack a:hover {
    color: #AAA;
}

/*標籤*/
.tag{
    color:#555;
    padding-bottom:20px;
}
.tag dt {
    display: inline-block;
}
.tag dd {
    display: inline-block;
}
.tag dd a {
    color: #A2D390;
    font-weight:600;
    text-decoration: none;
    margin: 0 10px 0 0;
}
.tag dd a:hover {
    color: #66C344;
    text-decoration: none;
}

/*上一篇下一篇*/
.preArticleTitle h5 a {
    font-size: 15px;
    text-decoration: none;
    color: #999;
    font-weight: bolder;
}
.preArticleBlock{
    text-align:left;
}
.preArrow{float:left}
.preArticleTitle h5 a:hover {
    color: #CCC;
}
.nextArticleBlock{
    text-align:right;
}
.nextArticleTitle h5 a {
    font-size: 15px;
    text-decoration: none;
    color: #999;
    font-weight: bolder;
}
.nextArrow{float:right}
.nextArticleTitle h5 a:hover {
    color: #CCC;
}
.nextArrow a, .preArrow a {
    display: block;
    padding: 10px 10px 10px 15px;
    font-size: 12px;
    color: #999;
}

/*其他文章*/
.cdShareBlock h5{
    padding:30px 0 20px 0;
    margin:0px;
    font-weight:bold;
    font-size:16px;
}
.cdotherCaseBlock a img {
    width: 100%;
    opacity:0.8;
}
.cdotherCaseBlock a:hover img {
    opacity:1;
}
.cdotherCaseBlock h4{
    margin:0px;
    padding:5px 0 20px 0;
}
.cdotherCaseBlock h4 a:hover {
    color: #83B572;
    text-decoration: none;
}
.cdotherCaseBlock h4 a {
    color: #666;
    font-size: 13px;
    text-decoration: none;
    font-weight: bolder;
}
.cdOtherCaseCompanyBlock{
    color:#999;
    margin-bottom:20px;
}
.breadcrumb-item > a > i{
    font-size: 18px;
}

/***文章內容 結束***/

@media only screen and (max-width : 1300px){

}

@media only screen and (min-width : 1200px){

}
@media only screen and (max-width : 1199px){
}
@media only screen and (min-width : 992px){

}
@media only screen and (max-width : 991px){
.item2{ padding-top:20px;}
.classlistlist{
    padding:20px 0 15px 0;
}
.category {padding-top:10px;}
.TitleHeadClass{margin-top: 0;}
}
@media only screen and (min-width : 768px){

}
@media only screen and (max-width : 767px){
.item ul li{    font-size:13px;}
.ArticleDetail{ padding: 15px;}
.classlistlist{padding:20px 0 25px 0;}
.category { padding-top:10px;}
}
@media only screen and (max-width : 440px){
.ClassInfo{ margin-top:20px;padding:10px 0;}
.ClassInfo ul{ padding:5px 8px;font-size:14px;line-height:26px;}
}
@media only screen and (max-width : 420px){

}
/* news_start */

.newsListBlock {
    overflow: hidden;
}

.newsItem {
    width: 33.333%;
    float: left;
    margin-bottom: 60px;
    padding: 0px 10px;
}

.newsItemInner {
    border: #ccc solid 1px;
    padding: 10px 10px 20px;
}

.newsListImg a {
    height: 200px;
    display: block;
    overflow: hidden;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.newsListImg a span {
    width: 100%;
    height: 100%;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.newsListImg a:hover span {
    transform: scale(1.1);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.listTopInfo {
    padding: 10px 0px;
}

.listTopInfoInner {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.listTopClassify,
.listTopDate {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1;
}

.listTopDate {
    text-align: right;
}

.listTopClassify span {
    padding: 5px 10px;
    background-color: #009688;
    color: #fff;
    letter-spacing: 0.05em;
}

.listTitle {
    overflow: hidden;
}

.listTitle a {
    display: block;
    height: 100px;
    background-color: #f7f7f7;
    padding: 5px 10px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #009688;
    position: relative;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.listTitle a:hover {
    opacity: 0.7;
}

/* .listTitle a::after {
    content: "...";
    width: 30px;
    height: 35px;
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0px;
    background-color: #f7f7f7;
} */

.listDesc {
    height: 90px;
    padding: 10px;
    overflow: hidden;
    position: relative;
    color: #aaa;
}

.listDesc::after {
    content: "";
    width: 100%;
    height: 70px;
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 9;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+1,1+100 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
}

.listMore {
    padding: 0px 10px;
}

.listMore a {
    display: table;
    margin: 0 auto;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 1;
    font-weight: 300;
    background-color: #009688;
    border-radius: 30px;
    color: #fff;
    letter-spacing: 0.2em;
    border: #ccc solid 3px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.listMore a:hover {
    padding: 10px 30px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.newsDtTitle {
    font-size: 20px;
    font-weight: 500;
    padding: 20px 0px;
    border-bottom: #aaa solid 1px;
}

.newsDtlistTopDate {
    text-align: left;
}

.newsDtlistTopClassify {
    text-align: right;
}

.newsDtSmo {
    text-align: right;
    padding: 20px 0px;
}

.newsDtSmo ul::before {
    content: "\f1e0";
    font-family: FontAwesome;
    margin-right: 10px;
    font-size: 30px;
    color: #aaa;
}

.newsDtSmo ul li {
    display: inline-block;
    margin-left: 15px;
}

.newsDtSmo ul li a {
    font-size: 30px;
    color: #009688;
}

.newsDtSmo ul li a:hover {
    opacity: 0.7;
}

.newsDtContent {
    margin-bottom: 30px;
}

.seoTag {
    padding: 20px 10px;
    margin-bottom: 10px;
    background-color: #f9f9f9;
}

.seoTagTitle,
.seoTag ul {
    display: inline-block;
    vertical-align: middle;
}

.seoTagTitle {
    padding: 8px 15px;
    line-height: 1;
    background-color: #009688;
    text-align: center;
    color: #fff;
    letter-spacing: 0.05em;
    margin-right: 5px;
}

.seoTag ul li a {
    font-size: 18px;
    color: #333;
}

.seoTag ul li a::after {
    content: "|";
    margin: 0px 3px 0px 5px;
}

.seoTag ul li:nth-last-child(1) a::after {
    content: "";
    margin: 0px;
}

.newsDtDecommend {
    margin-bottom: 40px;
}

.recommendItem a {
    display: block;
}

.recommendImg {
    height: 130px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.recommendTitle {
    padding: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #333;
}

.recommendItem a:hover {
    opacity: 0.7;
}

/* news_end */
/* 返回列表_start */

.backBtnBlock {
    background: none;
    padding: 40px 0px;
    text-align: center;
}

.backBtnBlock a {
    padding: 7px 30px;
    margin: 0px auto;
    display: table;
    background-color: #009688;
    border-radius: 5px;
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #fff;
}

.backBtnBlock a:hover {
    opacity: 0.7;
}

/* 返回列表_end */
/* index_news_start */

.indexNewsContainer {
    padding: 32px 0px 97px;
}

.indexNewsTitle {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
    text-align: center;
}

.indexNewsTitle span::after {
    content: "";
    width: 84px;
    height: 2px;
    display: block;
    background-color: #000;
    margin: 18px auto 0;
    /*transform: translateX(15px);
    -webkit-transform: translateX(15px);*/
}

.indexNewsItem a {
    width: 100%;
    display: table;
    table-layout: fixed;
    padding: 22px 0px;
    font-size: 16px;
    color: #555;
    letter-spacing: 0.1em;
    background-color: #fff;
    line-height: 1;
}

.indexNewsItemDate,
.indexNewsItemTitle {
    display: table-cell;
    vertical-align: middle;
}

.indexNewsItemDate {
    width: 130px;
    text-align: center;
}

.indexNewsItemTitle {
    padding: 0px 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.indexNewsItem a:hover {
    background-color: #eaeeef;
}

.indexNewsMore {
    padding: 20px 0px;
}

.indexNewsMore a {
    display: table;
    padding: 11px 54px;
    line-height: 1;
    border-bottom: #000 solid 1px;
    margin: 0 auto;
    color: #000;
    letter-spacing: 0.05em;
}

.indexNewsMore a:hover {
    color: #009688;
    border-color: #009688;
    padding: 11px 64px;
}


/* index_news_end */

/************************************************************************
mem_order
************************************************************************/
/*memOrderMain*/
input:focus,select:focus{
  border:1px solid RGBA(206, 87, 129, 1.00) !important;
}
.form-control:focus{
  border:1px solid RGBA(206, 87, 129, 1.00);
}
.form-control[readonly]:focus{
  border:1px solid #CCD0D7;
}
.memOrderMain {width: 100%; display: block; border: 1px solid RGBA(241, 241, 241, 1.00);overflow: hidden;}
.memOrderItem:hover {
    background-color: RGBA(245, 245, 245, 0.7);
}
.memOrderMain .inline-block{margin-right: -4px;}
.memOrderMain ul{ font-size: 14px;padding: 10px 0; list-style-type: none;}
.memOrderMain ul.memOrderTitle{ color: #111; padding:0; margin: 0;  background-color: RGBA(241, 241, 241, 1.00); }
.memOrderMain ul.memOrderItem{ color: #000 ; margin:0; padding:0; border-bottom: 1px solid #eee;}
.memOrderMain li{
  display: inline-block; 
  padding: 5px 10px;
  color: RGBA(115, 115, 115, 1.00); 
  vertical-align: middle; 
  word-break: break-all; 
}
.memOrderMain .memOrderDay{width: 12%;}
.memOrderMain .memOrderNo{width: 17%; }
.memOrderMain .memOrderPayment{width: 17%;}
.memOrderMain .memOrderProduct{width: 30%; }
.memOrderMain .memOrderMoney{width: 45%; }
.memOrderMain .memOrderAddress{width: 35%; }
.memOrderMain .memOrderStatus{width:15%; /*color: #de6053;*/}
.memOrderMain .memOrderEdit{width: 20%; text-align:center;}
.memOrderMain .memOrderEdit a{/*width: 100%;*/ /*height: 28px;*/ border: 1px solid #CCC; border-radius: 0.3em; display: inline-block;}
.memOrderMain .memOrderEdit i{font-size: 17px; vertical-align: bottom; display: inline-block;}
.memOrderMain .memOrderEdit .fa-pencil::before{content: "\f1f8"; font-family: 'FontAwesome';}
.memOrderMain .memOrderEdit .fa-trash::before{content: "\f040"; font-family: 'FontAwesome';}
.memOrderMain img{max-width:100px;}
/*width*/
.memOrderMain .field-width-5{width: 5%;}
.memOrderMain .field-width-10{width: calc(10% - 5px);}
.memOrderMain .field-width-15{width: calc(15% - 5px);}
.memOrderMain .field-width-20{width: calc(20% - 5px);}
.memOrderMain .field-width-25{width: calc(25% - 5px);}
.memOrderMain .field-width-30{width: calc(30% - 5px);}
.memOrderMain .field-width-35{width: calc(35% - 5px);}
.memOrderMain .field-width-40{width: calc(40% - 5px);}
.memOrderMain .field-width-45{width: calc(45% - 5px);}
.memOrderMain .field-width-50{width: calc(50% - 5px);}
.memOrderMain .field-width-55{width: calc(55% - 5px);}
.memOrderMain .field-width-60{width: calc(60% - 5px);}
.memOrderMain .field-width-65{width: calc(65% - 5px);}
.memOrderMain .field-width-70{width: calc(70% - 5px);}
.memOrderMain .field-width-75{width: calc(75% - 5px);}
.memOrderMain .field-width-80{width: calc(80% - 5px);}
.memOrderMain .field-width-85{width: calc(85% - 5px);}
.memOrderMain .field-width-90{width: calc(90% - 5px);}
.memOrderMain .field-width-95{width: calc(95% - 5px);}
.memOrderMain .field-width-100{width: calc(100% - 5px);}
/*memOrderDetail*/
.memOrderDetail{margin: 15px 0 15px 10px; display: inline-block;} 
.memOrderDetail a{ color: #111;}
.memOrderDetail a:hover{ color: #C3996B;}
.memOrderDetail i{font-size: 17px; margin: 0 5px 0 0;}

.memOrderMain .memOrderBox:nth-child(odd){
    background-color: RGBA(245, 245, 245, 0.6);
}
/*subMemOrderList*/
.subMemOrderList{ width: 95%; border:solid 1px #DDD; margin: 0 auto 30px auto; padding: 15px;}
.subMemOrderBox{border-bottom: solid 1px #777; margin: 0 0 10px 0; padding: 0 0 5px 0;}
.subMemOrderBox:last-child{border-bottom: none; margin: 0;}
.subMemOrderList b{font-size: 14px; color: #111; margin: 10px 0 10px 5px; display: inline-block;}
.subMemOrderList ul.subMemOrderItem{padding: 2px 0;}
.subMemOrderList li{font-size: 14px; color: #777; display: inline-block; padding: 3px 0; vertical-align: middle;}
.subMemOrderList .memProName{width: 80%; text-align: left;}
.subMemOrderList .memProName a{color: #111;}
.subMemOrderList .memProName a:hover{color: #C3996B;}
.subMemOrderList .memProQuantity{width: 18%; text-align: right; }
.subMemOrderList .memProInfo{width: 80%; text-align: left;}
.subMemOrderList .memProPrice{width: 18%; text-align: right;}
.memOrderMain [class*='field-width'] button {
    margin: 0 2px;
}
/*@media screen and (max-width:1100px) {
.memOrderMain img{width:70px;}
}
@media screen and (max-width:768px) {
.memOrderMain ul.memOrderTitle{display: none;}
.memOrderMain ul{border-bottom: none;}
.memOrderMain ul.memOrderItem{padding: 15px; }
.memOrderMain ul.memOrderItem li::before{content: attr(data-title) ""; text-transform: uppercase; width:100px; }
.memOrderMain ul.memOrderItem .checked::before{width:35px; float: left;}
.memOrderMain [class*='memOrder']{width: 100%; text-align: left; }
.memOrderMain [class*='field-width']{width: 100%; text-align: left; }
.memOrderMain .memOrderEdit a{width: 100px; height: 30px;}

.subMemOrderList ul.subMemOrderItem{background-color: #eee; margin: 5px 0; padding: 10px; }
.subMemOrderList [class*='memPro']{width: 100%; text-align: left;}
.form-horizontal .form-group{
  min-height:0;
}
}*/
