.borderbot {
    border-bottom: 1px solid #fafafa;
}

* {
    box-sizing: border-box;
}

.bannerBg {
    background-position: 50% 50%;
    background-size: cover;
    background-color: rgb(255, 255, 255);
    opacity: 1;
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
}

.fullcolumn-outer {
    height: 100% !important;
    z-index: -1 !important;

}

.about .content-box .h1 {
    font-size: 62px;
    color: rgb(255, 255, 255);
    font-family:
        "Trebuchet MS",
        "Helvetica",
        "sans-serif";
    z-index: 1;
    overflow-wrap: break-word;
    padding: 5px 0;
    /* margin-top: 180px; */
}

.about .content-box .h2 {
    font-size: 32px;
    color: rgb(255, 255, 255);
    font-family: "Microsoft JhengHei";
    z-index: 1;
    overflow-wrap: break-word;
}


.aboutIntro {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    /* padding: 110px 0; */
    margin: 30px 0;
    float: left \9;
}

.aboutIntro .contentH100 {
    content: " ";
    display: table;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
}

.aboutIntro:before,
.aboutIntro:after {
    content: " ";
    display: table;
}

.p80 {
    padding: 80px 0;
}

.aboutIntro .introTxt {
    width: 100%;
    line-height: 1.2;
    font-family: Source Han Sans, Geneva, sans-serif;
}

.aboutIntro .introTxt .h2 {
    width: 100%;
    font-size: 3em;
    line-height: 1.4;
    color: #444444;
    font-family: Source Han Sans, Geneva, sans-serif;
    font-weight: bold;
    word-wrap: break-word;
    text-align: center;
}

.aboutIntro .introTxt .h2.left {
    text-align: left !important;
}


.aboutIntro .introTxt>div>p {

    font-size: 1.2em;
    color: #555;
    line-height: 2;
    margin-top: 30px;
    width: 100%;
}

.aboutIntro .introTxt>div>p>img {
    width: 100%;
    height: auto;
    text-align: right;
    vertical-align: top;
    overflow: hidden;
    position: relative;
    object-fit: cover;
    margin: 20px 0;

}

.w-slide {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 500px;
    position: relative;
    top: 0px;
    left: 0px;
    overflow: hidden;
    visibility: hidden;
    z-index: 1 !important;
}

.w-slide-inner {
    margin: 0;
    padding: 0;
    cursor: default;
    position: relative;
    top: 0px;
    left: 0px;
    height: 500px;
    overflow: hidden;
}

.content-box {
    height: 500px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    opacity: 1;
}

.content-box>.content-box-inner {
    width: 100% !important;
    height: 500px !important;
    position: absolute;
    z-index: 0 !important;
    top: 0;
    left: 0;
    background-size: cover;
}

.content-box>.smAreaC {
    height: 500px;
}

.w-slide-btn-box {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 16px;
    right: 16px;
}

.w-slide-btn-box div,
.w-slide-btn-box div:hover,
.w-slide-btn-box .w-slide-btnav {
    margin: 0;
    padding: 0;
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
}

.w-slide-btn-box .w-slide-btnav {
    background-color: transparent;
}

.w-slide-btn-box div {
    background-color: rgba(255, 255, 255, 0.2);
}

.w-slide-btn-box .w-slide-btnav {
    background-color: rgb(255, 255, 255);
}

.w-slide .w-slide-arrowl {
    margin: 0;
    padding: 0;
    top: 0px;
    left: 10px !important;
}

.w-slide .w-slide-arrowr {
    margin: 0;
    padding: 0;
    top: 0px;
    left: auto !important;
    right: 10px;
}

.w-slide .w-slide-arrowl,
.w-slide .w-slide-arrowr {
    margin: 0;
    padding: 20px 8px;
    display: block;
    position: absolute;
    background-color: rgb(255, 255, 255);
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.w-slide .w-slide-arrowl .w-itemicon,
.w-slide .w-slide-arrowr .w-itemicon {
    color: #FFF;
    font-size: 20px;
    -moz-opacity: .8;
    -webkit-opacity: .8;
    -ms-opacity: .8;
    -o-opacity: .8;
    opacity: .8;
}

.w-slide .w-slide-arrowl:hover {
    color: #fff;
}

.w-slide .w-slide-arrowr:hover {
    color: #fff;
}

.w-slide .w-slide-arrowl.w-slide-arrowldn {
    background-position: -256px -37px;
}

.w-slide .w-slide-arrowr.w-slide-arrowrdn {
    background-position: -315px -37px;
}



.smart-resize .w-slide-control {
    display: block;
}

.w-slide-control {
    display: none;
    padding: 0 8px;
    position: absolute;
    border-radius: 4px 4px 0 0;
    background-color: #609ee9;
    width: 120px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    color: #FFF;
    text-align: center;
}

.w-slide-control.w-control-top {
    top: -32px;
    left: 248px;
}

.w-slide-control.w-control-bottom {
    bottom: -32px;
    left: 248px;
    border-radius: 0 0 4px 4px;
}

.w-slide-control .w-control-link {
    width: 20px;
    height: 32px;
    float: left;
    text-decoration: none;
}

.w-slide-control .w-control-link .w-control-icon {
    margin-top: 7px;
    display: block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 50px;
    background-color: #3E89E5;
}

.w-slide-control .w-control-link .w-control-icon .mw-iconfont {
    color: #FFF;
    font-size: 10px;
}

.w-slide-control .w-control-text {
    width: 80px;

    display: inline-block;
    font-family: Tahoma;
}

.w-slide-control .w-control-link .mw-iconfont {
    font-size: 12px;
    color: #FFF;
}

.w-slide-control .w-control-link .mw-iconfont:hover {
    color: #ecf5ff;
}







.aboutAdv {
    width: 100%;
    margin: 0 auto;
}

.aboutAdv .fullcolumn-outer {
    background-color: transparent;
    background-image: none;
    background-position: 50% 50%;
    background-repeat: repeat;
    background: -moz-linear-gradient(top, none, none);
    background: -o-linear-gradient(top, none, none);
    background: linear-gradient(top, none, none);
    background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
    background-size: auto;
    position: absolute;
    top: 0px;
    bottom: 0px;
    z-index: -1;
}

.aboutAdv .fullcolumn-inner {
    background-color: transparent;
    background-image: none;
    background-repeat: repeat;
    background-position: 50% 50%;
    background: -moz-linear-gradient(top, none, none);
    background: -o-linear-gradient(top, none, none);
    background: linear-gradient(top, none, none);
    background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

.aboutAdv .fullcolumn-outer {
    left: 0 !important;
}

.aboutAdv .aboutAdvItem {
    width: 33.3%;
    width: 32%\9;
    height: auto !important;
    height: 188px;
    min-height: 188px;
    overflow: visible;
    position: relative;
    padding: 60px 20px 0 20px;
    padding: 60px 10px 0 10px \9;
    margin-top: 5px;
}

.aboutAdvItem .w-container {
    width: 100%;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-right: 0px solid #eee;
    border-top: 0px solid #eee;
    border-bottom: 0px solid #eee;
    border-left: 0px solid #eee;
    border-radius: 0px;
    background-color: transparent;
    background-image: none;
    background-repeat: repeat;
    background-position: 0 0;
    background: -moz-linear-gradient(top, none, none);
    background: -o-linear-gradient(top, none, none);
    background: linear-gradient(top, none, none);
    background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
    background-size: auto;
    /*-box-shadow-*/
    -moz-box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    -ms-box-shadow: 0 0 0 transparent;
    -o-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    /* position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px; */
    transition: box-shadow .3s, border .3s, background-color .3s, color .3s, transform .3s;
}

.aboutAdvItem .w-container>div {
    width: 100%;
    height: 100%;
    position: relative;
}

.aboutAdvItem>.w-container:hover {
    cursor: pointer;
    transform: translateY(-3px);
    background-color: #FFF;
    background-image: none;
    background-position: 0 0;
    background-repeat: no-repeat;
    background: -moz-linear-gradient(top, none, none);
    background: -o-linear-gradient(top, none, none);
    background: linear-gradient(top, none, none);
    background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
    background-size: auto;
    border-top: 0px solid #eee;
    border-bottom: 0px solid #eee;
    border-right: 0px solid #eee;
    border-left: 0px solid #eee;
    /*-box-shadow-*/
    -webkit-box-shadow: 0.000000px 5.000000px 0 rgb(197, 37, 37);
    -moz-box-shadow: 0.000000px 5.000000px 0 rgb(197, 37, 37);
    -ms-box-shadow: 0.000000px 5.000000px 0 rgb(197, 37, 37);
    box-shadow: 0.000000px 5.000000px 0 rgb(197, 37, 37);
    transition: box-shadow .3s, border .3s, background-color .3s, color .3s, transform .3s;
}

/* å…³äºŽæˆ‘ä»¬ä¼˜åŠ¿item */
.aboutAdvItem .itemTit {
    height: 100%;
    word-wrap: break-word;
    font-size: 16px;
    color: #333333;
    font-family: Source Han Sans, Geneva, sans-serif;
    padding: 0 0 10px 0;
}

.aboutAdvItem .itemBreif {
    height: 100%;
    word-wrap: break-word;

    color: #666666;
    line-height: 2;
    font-size: 14px;
    font-family: Source Han Sans, Geneva, sans-serif
}

.aboutAdvIconWrap {
    width: 85px;
    overflow: hidden !important;
    flex-shrink: 0;
    width: 65px \9;
    margin-right: 0 \9 !important;
}

.aboutAdvR {
    width: calc(100% - 85px);
}

.aboutAdvIconWrap .w-image-box {
    height: 52px;
    width: 52px;
    text-align: center;
    border-top: 0px solid #fff;
    border-right: 0px solid #fff;
    border-bottom: 0px solid #fff;
    border-left: 0px solid #fff;
    border-radius: 1px;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    -ms-box-shadow: 0 0 0 transparent;
    -o-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    box-sizing: border-box;
    overflow: hidden;
    margin-right: 30px;
    margin-right: 20px\9;
    /* width: 100%;
    height: 100%; */
}

.aboutAdvIconWrap .w-image-box img {
    border: 0;
    width: 100%;
    height: 100%;
    display: block;
    /*object-fit: cover;*/
}

.aboutAdvIconWrap .w-image-box .imgCliped {
    width: 100% !important;
    height: 100% !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
}



.smartFixed .con_25_0 .fullcolumn-outer {
    left: 0 !important;
}

.introImg .w-image-box {
    width: 457px;
    height: 340px;
    text-align: center;
    border-top: 0px solid #fff;
    border-right: 0px solid #fff;
    border-bottom: 0px solid #fff;
    border-left: 0px solid #fff;
    border-radius: 1px;
    opacity: 1;
    filter: alpha(opacity=100);
    box-shadow: 0 0 0 transparent;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

.introImg .w-image-box a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.introImg .w-image-box img {
    border: 0;
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
}

.introImg .img-hover-bg {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* background */
    background-color: transparent;
}

.introImg:hover .img-hover-bg {
    background-color: transparent;
    background-image: none;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background: -webkit-linear-gradient(none, none);
    background: -moz-linear-gradient(none, none);
    background: -o-linear-gradient(none, none);
    background: linear-gradient(none, none);
    background-size: auto;
}

.introImg .w-image-box .img-hover-bg .image-hover-desc {
    width: 100%;
    padding: 0 25px;
    font-family: Tahoma;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    line-height: 20px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.introImg .image-title {
    width: 100%;
    padding-bottom: 15px;
    display: none;
    font-family: Tahoma;
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
}

.introImg .w-image-box:hover .image-title {
    display: none;
    font-family: Tahoma;
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}


.teams {
    width: 100%;
    font-size: 14px;
    /* margin: 0 0 80px 0; */
    padding: 80px 0;
    min-height: 600px;
    height: 800px;
    height: auto !important;
    overflow: auto \9;
}


.teams .h2 {
    width: 100%;
    text-align: center;
    word-wrap: break-word;
    font-size: 4em;
    line-height: 1.4;
    color: #c52525;
    font-family: Trebuchet MS, Helvetica, sans-serif;

}

.teams .h3 {
    width: 100%;
    text-align: center;
    font-size: 1.6em;
    color: #444444;
    font-family: Microsoft JhengHei;
    margin-bottom: 30px;
}

.teamItem {
    height: 285px;
    width: 32%;
    margin-top: 30px;
    z-index: 4;
    padding: 35px;
    -moz-box-shadow: 0px 1px 40px rgba(204, 204, 204, 0.7);
    -webkit-box-shadow: 0px 1px 40px rgb(204 204 204 / 70%);
    -ms-box-shadow: 0px 1px 40px rgba(204, 204, 204, 0.7);
    -o-box-shadow: 0px 1px 40px rgba(204, 204, 204, 0.7);
    box-shadow: 0px 1px 40px rgb(204 204 204 / 70%);
    margin-right: 2%;
    box-sizing: border-box;
    cursor: pointer;

}

.teams .teamItem:nth-child(3n) {
    margin-right: 0;
}

.teamItem .w-line {
    /*-block-*/
    display: block;
    /*-margin-*/
    margin: 0;
    margin-top: -0;
    padding: 0;
    /*-top-*/
    top: 50%;
    /*-size-*/
    width: 320px;
    height: 1px;
    /*-font-*/
    font-size: 0;
    /*-border-*/
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(221, 221, 221, 1);
    /*-box-shadow-*/
    -moz-box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    -ms-box-shadow: 0 0 0 transparent;
    -o-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
}

.teamItem>.w-container {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-right: 0 solid #f3f3f3;
    border-top: 0 solid #f3f3f3;
    border-bottom: 0 solid #f3f3f3;
    border-left: 0 solid #f3f3f3;
    border-radius: 0px;
    background-color: rgb(255, 255, 255);
    background-image: none;
    background-repeat: repeat;
    background-position: 0 0;
    background: -moz-linear-gradient(top, none, none);
    background: -o-linear-gradient(top, none, none);
    background: -ms-linear-gradient(top, none, none);
    background: linear-gradient(top, none, none);
    background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
    background-size: auto;
    /*-box-shadow-*/
    -moz-box-shadow: 0px 1px 40px rgba(204, 204, 204, 0.7);
    -webkit-box-shadow: 0px 1px 40px rgba(204, 204, 204, 0.7);
    -ms-box-shadow: 0px 1px 40px rgba(204, 204, 204, 0.7);
    -o-box-shadow: 0px 1px 40px rgba(204, 204, 204, 0.7);
    box-shadow: 0px 1px 40px rgba(204, 204, 204, 0.7);
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
}

.teamItem>.w-container>div {
    width: 100%;
    height: 100%;
    position: relative;
}

.teamItem .txtDiv {
    max-height: 110px;
    border-bottom: 1px solid rgb(221, 221, 221);
    padding-bottom: 25px;
    height: 100px;
    overflow: hidden;
}

.teamItem .txt {
    width: 100%;
    max-height: 90px \9;
    color: #555;
    font-size: 14px;
    line-height: 2;

    /* padding-bottom: 25px; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}



.teamItem .name {
    font-size: 14px;
    font-weight: bold;
}

.teamItem .address {
    font-size: 14px;
    color: #c52525;
    line-height: 1.75;

}

.teamItem .link,
.teamItem .address,
.teamItem .name {
    line-height: 1.75;
}

.teamItem .link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    color: #555;

}

.teamItem .link>a {

    color: #555
}

.teamItem .link .linkIcon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.teamItem .row>div:nth-child(2) {
    margin-top: 40px \9;
}

.teamItem .w-image-box {
    width: 88px;
    height: 88px;
    flex-shrink: 0;
    margin: 30px 30px 30px 0;
    margin: 30px 15px 30px 0 \9
}

.teamItem .w-image-box a {
    display: inline-block;
    width: 100%;
    height: 100%;
    border: 1px solid #f5f5f5;
    border-radius: 50%;
}

.teamItem .w-image-box a img {
    max-width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

@media screen\0 {
    .teams .teamItem {
        float: left;
        margin-right: 2%;
        border: 1px solid #dbdbdb;
    }

    .teams .teamItem:nth-child(3n) {
        margin-right: 0;
    }
}

/* 分公司详情 */
.breadNav.bg {
    position: absolute;
    width: 110%;
    left: -12px;
    top: 0;
    background: #f5f5f5;
    z-index: -1;
}

.aboutDetail .w-crumbs {
    /*-padding-*/
    padding: 10px 0;
    margin: 0;
    /*-size-*/
    width: 100%;
    height: auto;
    line-height: 34px;
    /*-font-*/
    text-align: left;
    /*-font-*/
    font-size: 14px;
    color: #999;
    font-family: 'Noto Sans CJK';
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    word-wrap: break-word;
    word-break: break-all;
}

.aboutDetail .w-crumbs .w-crumbs-item {
    /*-padding-*/
    padding: 0;
    margin: 0;
    /*-display-*/
    display: inline-block;
    /*-font-*/
    font-family: 'Noto Sans CJK';
    font-size: 14px;
    color: #666;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    word-wrap: break-word;
    word-break: break-all;
    outline: none;
}

.aboutDetail .w-crumbs .w-crumbs-item:hover {
    /*-font-*/
    color: #c52525;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}

.aboutDetail .w-crumbs .w-arrowicon {
    /*-padding-*/
    padding: 0;
    margin: 0 3px;
    /*-display-*/
    display: inline;
    /*-font-*/
    font-size: 14px;
    color: #666;
}

.aboutDetail .w-crumbs .w-arrowicon.w-icon-hide {
    display: none;
}

.aboutIntro .map {
    width: 60%;
}

.aboutIntro .map,
.aboutIntro .info {
    margin: 30px 0;
}

.aboutIntro .map .mapImg {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.aboutIntro .info {
    width: 40%;
    padding: 0 0 0 20px;
}

.aboutIntro .info ul {
    width: 100%;
}

.aboutIntro .info ul li {
    width: 100%;
    line-height: 2;
    font-size: 14px;
    color: #555;
}