@charset "UTF-8";

/*单行省略号*/
/*多行省略号*/
/**清除浮动**/
/**fit img**/
/*主色调*/
/*文本颜色*/
/*字体*/
/*单行省略号*/
/*多行省略号*/
/**清除浮动**/
/**fit img**/
/*主色调*/
/*文本颜色*/
/*字体*/
.group-video {
    height: 625px;
}

.group-video video {
    width: 100%;
    height: 100%;
    display: none;
    background-color: #000;
}

.group-video .cover {
    position: relative;
}

.group-video .cover .video-cover img {
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.group-video .cover .video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    margin-left: -36px;
    margin-top: -55px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.group-video .cover .video-play:hover .icon-img {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.55);
}

.group-video .cover .video-play .icon-img {
    width: 72px;
    border-radius: 50%;
}

.group-video .cover .video-play h6 {
    font-size: 18px;
    color: #fff;
    margin-top: 15px;
}

.group-data {
    margin-top: 60px;
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 40px;
    margin-bottom: 60px;
}

.group-data li {
    float: left;
    width: 25%;
    text-align: center;
}

.group-data .tit {
    color: #F37020;
    font-size: 60px;
    line-height: 74px;
}

.group-data .des {
    margin-top: 14px;
    font-size: 14px;
}

.group-trait {
    margin-top: 40px;
    margin-bottom: 78px;
}

.group-trait li {
    float: left;
    width: 33.333333%;
    padding: 0 30px;
    box-sizing: border-box;
}

.group-trait li~li {
    border-left: 1px solid #E0E0E0;
}

.group-trait .item-index span {
    display: inline-block;
    color: #F37020;
    padding: 0 10px;
    font-size: 14px;
    border-left: 1px solid #F37020;
    border-right: 1px solid #F37020;
    line-height: 1;
}

.group-trait .tit {
    margin-top: 40px;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
}

.group-trait .des {
    margin-top: 20px;
    font-size: 14px;
    line-height: 26px;
}

.group-tags {
    height: 500px;
    background-size: cover;
}

.group-tags ul {
    height: 100%;
}

.group-tags li {
    color: #fff;
    float: left;
    width: 25%;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    height: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.group-tags li~li {
    border-left: 1px solid #fff;
}

.group-tags .box {
    position: absolute;
    width: 100%;
    max-height: 100%;
    left: 0;
    top: 50%;
    padding: 25px;
    box-sizing: border-box;
    overflow: hidden;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 10;
}

.group-tags .tit {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    line-height: 28px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    line-height: 1.1;
}

.group-tags .tit span {
    display: inline-block;
    padding: 0 10px;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}

.group-tags .vice-tit {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    display: none;
}

.group-tags li:hover {
    background: #000000;
    background: rgba(0, 0, 0, 0.2);
}

.group-tags li:hover .tit {
    margin-bottom: 16px;
}

.group-tags li:hover .vice-tit {
    display: block;
    -webkit-animation: showViceTit 0.5s forwards;
    animation: showViceTit 0.5s forwards;
}

@-webkit-keyframes showViceTit {
    0% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        opacity: 0;
        -webkit-transform: translate(0, 25px);
        transform: translate(0, 25px);
    }

    100% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes showViceTit {
    0% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        opacity: 0;
        -webkit-transform: translate(0, 25px);
        transform: translate(0, 25px);
    }

    100% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-webkit-keyframes showViceTitBack {
    0% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    100% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        opacity: 0;
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }
}

@keyframes showViceTitBack {
    0% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    100% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        opacity: 0;
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }
}

.group-manage {
    margin-top: 60px;
    margin-bottom: 80px;
}

.group-manage .tit {
    text-align: center;
    font-size: 24px;
    color: #063F88;
    font-weight: 500;
    line-height: 20px;
    width: 75%;
    margin: 0 auto 0;
}

.group-manage .des {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
    width: 75%;
    margin: 20px auto 0;
}

.group-manage .list {
    margin-top: 60px;
}

.group-manage .list li {
    float: left;
    width: 20%;
    box-sizing: border-box;
    text-align: center;
    padding: 0 20px;
}

.group-manage .list li~li {
    border-left: 1px solid #E0E0E0;
}

.group-manage .list .icon-img {
    width: 90px;
    height: 90px;
}

.group-manage .list .name {
    line-height: 22px;
    font-weight: 400;
    margin-top: 20px;
}

/*单行省略号*/
/*多行省略号*/
/**清除浮动**/
/**fit img**/
/*主色调*/
/*文本颜色*/
/*字体*/
.branch {
    padding-bottom: 115px;
}

.branch .branch-area {
    background-color: transparent;
    padding: 26px 0 0;
}

.branch .branch-area .area-tit {
    text-align: center;
}

.branch .branch-area .area-tit2 {
    padding-top: 80px;
}

.branch .branch-area .arrow {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.branch .branch-area .list a:hover span {
    box-shadow: none;
}

.branch .branch-area .list a.on .arrow {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.branch .branch-area li {
    margin-bottom: 10px;
}

.branch .branch-area .info {
    width: 100%;
    box-sizing: border-box;
    background-color: #F2F2F2;
    padding: 30px 20px;
    display: none;
}

.branch .branch-area .info hr {
    margin-top: 10px;
    border: none;
    background-color: #ccc;
    height: 1px;
}

.branch .branch-area .info .name {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.8;
    padding-bottom: 5px;
    line-height: 1.4;
}

.branch .branch-area .info p {
    font-size: 14px;
    line-height: 26px;
    margin-top: 10px;
    color: #666;
}

.branch .more {
    margin-top: 4px;
    float: right;
}

.branch .area-tit span {
    font-size: 24px;
}

/*单行省略号*/
/*多行省略号*/
/**清除浮动**/
/**fit img**/
/*主色调*/
/*文本颜色*/
/*字体*/
.honor {
    padding: 48px 0 0px;
    margin-bottom: 140px;
    position: relative;
}

.time-axis {
    width: 1010px;
}

.time-axis .block {
    padding-top: 20px;
    border-left: 1px solid #063F88;
    padding-left: 56px;
}

.time-axis .year {
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 5px;
    position: relative;
}

.time-axis .year::after {
    content: "";
    position: absolute;
    left: -63.5px;
    top: 50%;
    z-index: 10;
    width: 11px;
    height: 11px;
    margin-top: -6.5px;
    background-color: #fff;
    border: 1px solid #063F88;
    border-radius: 50%;
}

.time-axis .first {
    padding-top: 0;
    margin-top: 30px;
}

.time-axis .first .year::after {
    content: none;
}

.time-axis .first .year .iconfont {
    position: absolute;
    left: -67.5px;
    top: -16px;
    z-index: 10;
    font-size: 22px;
    background: #fff;
    color: #063F88;
}

.time-axis .honor-list li {
    font-size: 16px;
    line-height: 36px;
    padding-left: 20px;
    position: relative;
}

.time-axis .honor-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 8px;
    height: 8px;
    margin-top: 14px;
    background-color: #063F88;
    border-radius: 50%;
}

.year-list {
    background-color: #fff;
}

.year-list.fix {
    position: fixed;
    top: 120px;
    z-index: 1000;
    left: 50%;
    z-index: 1000;
    margin-left: 485px;
}

.year-list.fix-bottom {
    position: absolute;
    top: unset;
    bottom: 0;
    z-index: 1000;
    left: 50%;
    z-index: 1000;
    margin-left: 485px;
}

.year-list li {
    margin-bottom: 5px;
}

.year-list li.on a {
    background-color: #063F88;
    color: #fff;
}

.year-list a {
    display: block;
    width: 70px;
    height: 26px;
    line-height: 26px;
    color: #063F88;
    font-size: 14px;
    text-align: center;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

/*单行省略号*/
/*多行省略号*/
/**清除浮动**/
/**fit img**/
/*主色调*/
/*文本颜色*/
/*字体*/
.customer .customer-item {
    margin-top: 60px;
}

.customer .customer-banner {
    height: 300px;
    position: relative;
}

.customer .customer-banner img {
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.customer .customer-banner .tit {
    color: #fff;
    height: 24px;
    font-size: 24px;
    padding: 0 10px;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    left: 50px;
    bottom: 35px;
    z-index: 10;
    position: absolute;
}

.customer .customer-banner .tit span {
    display: block;
    line-height: 1;
}

.customer .company-list {
    width: 100%;
    box-sizing: border-box;
    background-color: #F2F2F2;
    padding: 40px 35px;
}

.customer .company-list:after {
    content: "";
    clear: both;
    display: block;
    visibility: hidden;
    width: 0;
    height: 0;
}

.customer .company-list li {
    float: left;
    background-color: #fff;
    width: 178px;
    height: 34px;
    line-height: 34px;
    padding: 0 8px;
    box-sizing: border-box;
    font-size: 14px;
    margin: 0 15px 25px;
    overflow: hidden;
}

/*单行省略号*/
/*多行省略号*/
/**清除浮动**/
/**fit img**/
/*主色调*/
/*文本颜色*/
/*字体*/
.list-more {
    display: block;
    margin: 30px auto 0;
    width: 158px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #063F88;
    color: #063F88;
    text-align: center;
    font-size: 16px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.list-more:hover {
    background-color: #063F88;
    color: #fff;
}

.duty-list-box {
    background-color: #F2F2F2;
    padding: 80px 0 80px;
}

.duty-list {
    margin: 0 -15px;
}

.duty-list .img-view {
    height: 730px;
    width: 730px;
}

.duty-list .img-view .img {
    height: 100%;
    width: 100%;
    position: relative;
}

.duty-list .img-view .info {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 10;
    height: auto;
    box-sizing: border-box;
    background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(transparent)) !important;
    background: linear-gradient(0deg, #000000, transparent) !important;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(transparent)) !important;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), transparent) !important;
    padding-bottom: 60px;
    border: none;
}

.duty-list .img-view .info * {
    color: #fff;
}

.duty-list .img-view .info .tit {
    margin-top: 10px;
}

.duty-list .img-view .info .date {
    vertical-align: middle;
    margin-right: 30px;
    margin-top: 0;
    line-height: 20px;
}

.duty-list .img-view .info .type {
    vertical-align: middle;
    line-height: 20px;
}

.duty-list .vertical {
    height: 730px;
}

.duty-list .vertical .img {
    width: 350px;
    height: 380px;
}

.duty-list .vertical .info {
    height: 350px;
}

.duty-list li {
    float: left;
    height: 350px;
    padding: 0 15px;
    margin-bottom: 30px;
}

.duty-list .info {
    box-sizing: border-box;
    width: 350px;
    height: 100%;
    background-color: #fff;
    padding: 30px 30px 50px;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.duty-list .type {
    font-size: 14px;
    color: #063F88;
    line-height: 20px;
}

.duty-list .tit {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.duty-list .tit a:hover {
    text-decoration: underline;
}

.duty-list .des {
    font-size: 14px;
    line-height: 26px;
    margin-top: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.duty-list .date {
    font-size: 14px;
    color: #999;
    line-height: 1;
    margin-top: 18px;
}

.duty-list .more {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 10;
}

.duty-list .img {
    width: 380px;
    height: 100%;
    position: relative;
    display: block;
}

.duty-list .img img {
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.duty-list .img .arrow {
    position: absolute;
    z-index: 10;
    border-style: solid;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.duty-list .img .arrow.l {
    border-width: 14px 0 14px 14px;
    border-color: transparent transparent transparent #fff;
    left: -1px;
    top: 28px;
}

.duty-list .img .arrow.r {
    border-width: 14px 14px 14px 0;
    border-color: transparent #fff transparent transparent;
    right: -1px;
    top: 28px;
}

.duty-list .img .arrow.t {
    border-width: 0 14px 14px 14px;
    border-color: transparent transparent #fff transparent;
    bottom: -1px;
    left: 32px;
}

.duty-list .img .arrow.b {
    border-width: 14px 14px 0 14px;
    border-color: #fff transparent transparent transparent;
    top: -1px;
    left: 32px;
}

.duty-list li:hover .info {
    background-color: #DFDFDF;
}

.duty-list li:hover .img {
    background: #000;
}

.duty-list li:hover .img .l {
    border-right-color: #DFDFDF;
}

.duty-list li:hover .img .r {
    border-left-color: #DFDFDF;
}

.duty-list li:hover .img .t {
    border-bottom-color: #DFDFDF;
}

.duty-list li:hover .img .b {
    border-top-color: #DFDFDF;
}

.duty-list li:hover .img img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    opacity: 0.8;
}

.about-other-link {
    background-color: #fff !important;
}

/*单行省略号*/
/*多行省略号*/
/**清除浮动**/
/**fit img**/
/*主色调*/
/*文本颜色*/
/*字体*/
.team-view {
    padding-bottom: 60px;
}

.team-view .img {
    width: 310px;
    height: 410px;
}

.team-view .img img {
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.team-view .info {
    width: 800px;
    height: 410x;
    overflow: auto;
    box-sizing: border-box;
    padding: 60px 0 0 60px;
}

.team-view .name {
    font-size: 24px;
    line-height: 26px;
}

.team-view .position {
    margin-top: 16px;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: #666;
}

.team-view .des {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 16px;
}

.group-tit {
    font-size: 24px;
}

.team-list {
    margin: 40px -5px 0;
}

.team-list li {
    float: left;
    width: 20%;
    padding: 0 5px;
    margin-bottom: 30px;
    box-sizing: border-box;
}

.team-list .img {
    width: 100%;
    height: 285px;
}

.team-list .img img {
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.team-list .name {
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
    height: 20px;
    text-align: center;
}

/*单行省略号*/
/*多行省略号*/
/**清除浮动**/
/**fit img**/
/*主色调*/
/*文本颜色*/
/*字体*/
.process {
    margin: 80px auto 0;
    width: 75.675%;
}

.process-swiper {
    padding-top: 40px;
}

.develop-tit {
    font-size: 24px;
    padding-bottom: 20px !important;
}

.develop-des {
    font-size: 16px;
    line-height: 2;
    font-weight: 400;
}

.process-swiper {
    position: relative;
}

.process-swiper .about-tit {
    margin-top: 30px;
    font-size: 24px;
}

.process-swiper .prev,
.process-swiper .next {
    width: 33px;
    height: 63px;
    position: absolute;
    top: 50%;
    margin-top: -36.5px;
    z-index: 10;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.process-swiper .prev:hover,
.process-swiper .next:hover {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.process-swiper .swiper-slide img {
    width: 100%;
}

.process-swiper .prev {
    left: -60px;
}

.process-swiper .next {
    right: -60px;
}

.develop-area {
    padding: 85px 0 115px;
}

.develop-area .img .name {
    display: block;
}

.develop-area .img .dot:hover .name {
    -webkit-animation: none;
    animation: none;
}

.banner-box .wp {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15%;
    z-index: 1;
}

.banner-box .tit span {
    line-height: 1.1;
    display: inline-block;
    font-size: 36px;
    color: #fff;
    padding: 0 20px;
    border-right: 4px solid #fff;
    border-left: 4px solid #fff;
}

.tab {
    border-bottom: 1px solid #E0E0E0;
}

.tab.child-tab li {
    width: 20%;
}

.tab li {
    float: left;
    width: 14.285714%;
    text-align: center;
}

.tab li a {
    display: inline-block;
    font-size: 18px;
    height: 52px;
    line-height: 52px;
    border-bottom: 2px solid transparent;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #666;
}

.tab li a:hover {
    color: #063F88;
}

.tab li.on a {
    color: #063F88;
    border-color: #063F88;
}

.about-other-link {
    padding: 40px 0;
    background-color: #F2F2F2;
}

.about-other-link .list {
    margin: 0 -30px;
}

.about-other-link .list li {
    float: left;
    width: 33.333333%;
    box-sizing: border-box;
    padding: 0 30px;
    margin-bottom: 6px;
}

.about-other-link .list li>a {
    display: block;
    border-bottom: 1px solid #E0E0E0;
    padding: 14px 10px 14px 0;
    color: #063F88;
    font-weight: 600;
    font-size: 14px;
    position: relative;
}

.about-other-link .list li>a span {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.about-other-link .list li>a:hover span {
    box-shadow: 0 1px 0 0 #063F88;
}

.about-other-link .list .arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent #F37020;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    margin-top: -3px;
}

.about-des {
    font-size: 16px;
    line-height: 2;
    padding: 60px 0;
}

.about-des .con {
    width: 75%;
    margin: 0 auto;
}

.about-tit {
    padding-bottom: 30px;
}

.about-tit span {
    color: #063F88;
    font-weight: 500;
    font-size: 26px;
    line-height: 26px;
    display: inline-block;
    padding: 0 13px;
    border-right: 2px solid #063F88;
    border-left: 2px solid #063F88;
}

.child-tab li {
    width: 16.666666%;
}

.group-data-sub {
    font-size: 16px;
    margin-left: -1em;
    line-height: 1;
}

/*# sourceMappingURL=maps/about.css.map */