.about {}

#mainContentWrapper {
    margin-top: 48px;
}

.borderbot {
    border-bottom: 1px solid #fafafa;
}
.fullcolumn-outer{
    height: 100%!important;
    z-index: -1!important;

}
.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;
}

.p20 {
    padding: 15px;
    /* padding: 1.5rem; */
    box-sizing: border-box;
}
.p80{
    padding: 30px 0;
}
* {
    box-sizing: border-box;
}

.main-layout-wrapper {
    width: 100%;
    padding: 0 12px;
}

.main-layout-wrapper .about {
    width: 100%;
}

.about .content-box .h1 {
    font-size: 24px;
    color: rgb(255, 255, 255);
    font-family:
        "Trebuchet MS",
        "Helvetica",
        "sans-serif";
    z-index: 1;
    overflow-wrap: break-word;
    padding: 5px 0;
    /* margin-top: 36px; */
}

.about .content-box .h2 {
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-family: "Microsoft JhengHei";
    z-index: 1;
    overflow-wrap: break-word;
}

/* 介绍图文 */
.aboutIntro {
    width: 100%;
    height: auto;
    font-size: 10px;
    padding: 30px 0;
}

.aboutIntro .introTxt {
    width: 100%;
    line-height: 1.2;
    font-size: 12px;
    font-family: Source Han Sans, Geneva, sans-serif;
}

.aboutIntro .introTxt .h2 {
    width: 60%;
    /* font-size: 1.8em; */
    line-height: 1.4;
    color: #444444;
    font-family: Source Han Sans, Geneva, sans-serif;
    font-weight: bold;
    word-wrap: break-word;
}

.aboutIntro .introTxt .p {
    font-size: 1.2em;
    color: #555;
    line-height: 2;
    margin-top: 20px;
}

.aboutIntro .introTxt .h2 {
    width: 100%;
    font-size: 1.5em;
    line-height: 1.4;
    color: #444444;
    font-family: Source Han Sans, Geneva, sans-serif;
    font-weight: bold;
    word-wrap: break-word;
    text-align: left;
}


.aboutIntro .introTxt >div>p{
    font-size: 1em;
    color: #555;
    line-height: 2;
    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: 10px 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: 140px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    opacity: 1;
}

.content-box>.content-box-inner {
    width: 110% !important;
    height: 140px !important;
    position: absolute;
    z-index: -1 !important;
    top: -0;
    left: -12px !important;
    right: -12px !important;
    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;
    float: left;
    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: 100%;
    /* height: 188px; */
    height: auto;
    overflow: visible;
    position: relative;
    padding: 15px 10px 15px 0;
    margin-top: 5px;
    border-bottom: 1px solid #eee;
}

.aboutAdvItem .w-container {
    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: 14px;
    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: 1.5;
    font-size: 12px;
    font-family: Source Han Sans, Geneva, sans-serif
}

.aboutAdvIconWrap {
    overflow: hidden !important;
    flex-shrink: 0;
}

.aboutAdvIconWrap .w-image-box {
    height: 37px;
    width: 37px;
    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;
    /* 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 {
    width: 100%;
    margin-top: 30px;
}

.introImg .w-image-box {
    width: 100%;
    height: auto;
    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 20px 0;
}

.teams .h2 {
    width: 100%;
    text-align: left;
    word-wrap: break-word;
    font-size: 1.7em;
    line-height: 1.4;
    color: #c52525;
    font-family: Trebuchet MS, Helvetica, sans-serif
}

.teams .h3 {
    width: 100%;
    text-align: left;
    font-size: 1.3em;
    color: #444444;
    font-family: Microsoft JhengHei;
}

.teamItem {
    height: auto;
    width: 100%;
    margin-top: 20px;
    z-index: 4;
    padding: 15px;
    -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%);

}

.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;
    overflow: hidden;
    border-bottom: 1px solid rgb(221, 221, 221);
    padding-bottom:15px;
}

.teamItem .txt {
    width: 100%;

    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 {
    font-size: 14px;
    color: #555;
    line-height: 1.75;

}
.teamItem .link >a{

    color: #555

}
.teamItem .link .linkIcon{
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.teamItem .w-image-box {
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    margin: 10px 10px 15px 0;
}

.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;
}

/* 分公司详情 */
.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: 100%;
}
.aboutIntro .map,.aboutIntro .info{
    margin: 0;
}
.aboutIntro .map .mapImg{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.aboutIntro  .info{
 width: 100%;
 padding:  20px 0 0 0;
}
.aboutIntro .info ul{
    width: 100%;
}
.aboutIntro .info ul li{
    width: 100%;
    line-height: 2;
    font-size: 1em;
    color: #555;
}