.header-place {
    padding-top: 95px;
    background: #101010;
}


/* 联系 */

.page-contact {
    background: #101010;
    padding-top: 100px;
}

.page-contact .contact-code {
    text-align: center;
    color: #fff;
    line-height: 1.4;
}

.page-contact .contact-code p {
    padding-top: 10px;
}

.page-contact .contact-code .company-name {
    font-size: 18px;
    padding-top: 25px;
}

.page-contact .code-box {
    width: 140px;
    height: 140px;
    margin: 0 auto;
}

.page-contact .code-img {
    width: 100%;
}

.page-about .footer-form .form-bg,
.page-contact .footer-form .form-bg {
    background: url(../images/foot_form_bg_black.jpg) no-repeat center center/cover;
}

.page-contact .infos {
    margin-top: 120px;
    border-top: 8px solid #282828;
    padding-top: 40px;
    padding-bottom: 20px;
    border-bottom: 8px solid #282828;
    margin-bottom: 240px;
}

.page-contact .infos-container {
    width: 63.5416%;
    margin-left: auto;
    margin-right: auto;
}

.page-contact .infos {
    color: #fff;
}

.page-contact .infos .item {
    font-size: 16px;
    margin-bottom: 20px;
}

.page-contact .address-info .cur-addr {
    /* padding-top:30px; */
    margin-bottom: 30px;
    border-bottom: 2px solid #fff;
    padding-bottom: 4px;
    display: inline-block;
}

.page-contact .address-info .icon-addr {
    padding-left: 10px;
}

.page-contact .address-info .item {
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 35px;
    background-size: 20px 20px;
    height: 24px;
}

.page-contact .address-info .telphone {
    background-image: url(../images/icons/icon_telphone2.png);
}

.page-contact .address-info .email {
    background-image: url(../images/icons/icon_email2.png);
}

.page-contact .address-info .address {
    background-image: url(../images/icons/icon_aiaport2.png);
}

.page-contact .infos .pay-info .item {
    margin-bottom: 10px;
}

.page-contact .infos .pay-info .tit {
    font-size: 30px;
}

.page-contact .infos-2 {
    display: inline-block;
    padding-left: 12%;
}

.page-contact .infos .pay-info .type {
    padding-top: 20px;
    padding-bottom: 25px;
}


/* 联系 */


/* 关于我们 */

.page-about {
    padding-top: 100px;
}

.page-about .head-img {
    /* width: 364px;
  height: 300px;
  margin:0 auto; */
    text-align: center;
}

.page-about .about-head {
    color: #999999;
    text-align: center;
}

.page-about .about-head .company {
    padding-top: 75px;
    color: #bfbfbf;
    font-size: 34px;
}

.page-about .about-head .sub-p {
    padding-top: 30px;
    width: 52%;
    margin: 0 auto;
    line-height: 1.8;
}

.page-about .about-head .sub-tit {
    color: #bfbfbf;
    font-size: 18px;
    padding-top: 25px;
}

.page-about .data-infos {
    margin-top: 100px;
    border-top: 8px solid #282828;
    padding-top: 45px;
    padding-bottom: 45px;
    border-bottom: 8px solid #282828;
}

.page-about .data-infos .infos-inner {
    width: 70%;
    margin: 0 auto;
}

.page-about .data-infos .item {
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
}

.page-about .data-infos .num {
    font-weight: bold;
    font-size: 72px;
    color: #b7b7b7;
}

.table-container {
    display: table;
}

.table-row {
    display: table-row;
}

.table-cell {
    display: table-cell;
}

.page-about .partner-wrapper {
    padding-top: 50px;
    padding-bottom: 100px;
}

.page-about .partner-logos {
    border: solid 1px #333333;
    border-bottom-width: 0;
    border-right-width: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.page-about .partner-logos .item {
    text-align: center;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    float: left;
    width: 14.285%;
    min-height: 158px;
    height: 158px;
    display: table;
}

.page-about .partner-logos .item .img-wrap {
    display: table-cell;
    vertical-align: middle;
}

.page-about .partner-logos .item img {
    max-width: 85%;
    vertical-align: middle;
}


/* 关于我们 */


/* 新闻 */

.page-banner {
    position: relative;
}

.page-banner .banner-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.page-banner .banner-place {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.page-news .news-menu {
    background-color: #f4f4f4;
}

.page-news .news-menu .item {
    text-align: center;
    font-size: 14px;
    color: #666;
    padding: 18px 0;
    transition: all 0.6s;
    cursor: pointer;
}

.page-news .news-menu .item.active,
.page-news .news-menu .item:hover {
    background: #005cdb;
}

.page-news .news-menu .item:hover,
.page-news .news-menu .item.active {
    color: #fff;
}

.page-news .news-menu .item:hover .name,
.page-news .news-menu .item.active .name {
    color: #fff;
}

.page-news .news-menu .item a {
    display: block;
    transition: all 0s;
}

.page-news .news-menu .item .name {
    font-size: 18px;
    color: #333333;
}

.page-news .news-wrapper {
    padding-top: 60px;
}

.page-news .news-container {
    width: 83.333%;
    margin: 0 auto;
}

.page-news .sub-news-list {
    margin-left: -0.52083%;
    margin-right: -0.52083%;
}

.page-news .news-section .item {
    margin-bottom: 1.4166%;
    min-height: 158px;
    height: 158px;
}

.page-news .news-section .item:hover .item-inner {
    border: solid 1px #005cdb;
}

.page-news .news-section .item:nth-child(3)~.item .item-inner {
    border-top-width: 1px;
}

.page-news .news-section .news-tit {
    color: #282828;
}

.page-news .news-section .item {
    transition: all 0.5s;
}

.page-news .news-section .item:hover {
    transform: translateY(-5px);
}

.page-news .news-section .item .date {
    border-right: 1px solid #ebebeb;
}

.page-news .news-section .item .day {
    color: #282828;
}

.page-news .news-section .item .year-month {
    font-size: 18px;
    color: #333333;
}

.page-news .pagination-bar {
    padding-top: 40px;
}

.cover-box {
    position: relative;
    overflow: hidden;
}

.cover-box .cover-img {
    transition: all 0.5s;
}

.cover-box:hover .cover-img {
    transform: scale(1.05);
}

.page-news .big-news .cover-box {
    padding-top: 71.4285%;
}

.page-news .item .cover-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.page-news .cover-box .cover-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.page-news .news-recomm {
    margin-left: -0.5%;
    margin-right: -0.5%;
}

.page-news .big-news {
    /* width:46.875%; */
    width: 53.125;
    padding-left: 0.5%;
    padding-right: 0.5%;
}

.page-news .container-fluid {
    width: 92.75%;
}

.page-news .news-section {
    padding-top: 0;
}

.page-news .news-link {
    display: block;
    position: relative;
}

.page-news .recomm-wrapper .news-tit {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.5);
    padding: 15px 20px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    transition: all 0.5s;
}

.page-news .recomm-wrapper .item:hover .news-tit {
    color: #005cdb;
}

.page-news .recomm-wrapper .reomm-list {
    width: 46.875%;
    margin-left: -0.68125%;
    margin-right: -0.68125%;
}

.page-news .recomm-wrapper .recomm-list .item {
    padding-left: 0.68125%;
    padding-right: 0.68125%;
}

.page-news .recomm-wrapper .recomm-list .cover-box {
    padding-top: 50%;
}

.page-news .recomm-wrapper .recomm-list .item {
    margin-bottom: 1.3625%;
}

.news-detail .main-content {
    padding-bottom: 60px;
    padding-right: 10px;
}
.news-detail .main-content img{
  max-width: 100%;
  margin:auto;
}
.news-detail .detail-head .back-list {
    width: 100px;
    height: 40px;
    background-color: #e6e6e6;
    color: #010101;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    display: block;
}

.news-detail .detail-head .back-list:hover {
    color: #fff;
    background: #005cdb;
}

.news-detail .tit-wrap {
    position: relative;
}

.news-detail .head-wrap {
    padding-bottom: 10px;
    border-bottom: 1px solid #dedede;
}

.news-detail .bar {
    width: 6px;
    height: 40px;
    background-color: #014099;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.news-detail .detail-head .news-tit {
    line-height: 40px;
    padding-left: 20px;
    color: #010101;
    font-size: 30px;
}

.news-detail .detail-head .visited {
    background-color: #f3f3f3;
    color: #333333;
    font-size: 14px;
    margin-top: 20px;
    ;
    padding: 16px 20px;
    box-sizing: border-box;
}

.news-detail .detail-content {
    padding-top: 30px;
    padding-bottom: 25px;
}

.news-detail .article {
    text-align: justify;
    line-height: 2.25;
    font-size: 16px;
}

.news-detail .article p {
    text-indent: 2em;
}

.news-detail .contact {
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    padding-top: 35px;
    padding-bottom: 30px;
}

.news-detail .contact {
    color: #999999;
}

.news-detail .contact .phone {
    line-height: 55px;
    color: #999999;
    font-size: 30px;
    font-weight: bold;
    padding-left: 40px;
    background: url(../images/icons/news_phpne.png) no-repeat left center;
}

.news-detail .contact .online-contact {
    padding: 15px 55px;
    background-color: #e6e6e6;
    color: #101010;
    font-size: 18px;
    display: inline-block;
}

.news-detail .contact .online-contact:hover {
    background: #005cdb;
    color: #fff;
}

.news-detail .news-guid {
    padding-top: 30px;
}

.news-detail .news-guid .guid-btn {
    font-size: 18px;
    color: #999;
    padding: 14px 0;
    box-sizing: border-box;
    transition: all 0.5s;
    /* overflow: hidden; */
    position: relative;
    z-index: 10;
    display: block;
    max-width: 46%;
}

.news-detail .news-guid .guid-btn i {
    position: relative;
    z-index: 10;
}

.news-detail .news-guid .guid-btn:hover {
    color: #005cdb;
}

.news-detail .news-guid .guid-btn span {
    font-family: simsun;
    transition: all 1s;
    position: relative;
    z-index: 10;
}

.news-detail .news-guid .prev span {
    margin-right: 10px;
}

.news-detail .news-guid .next span {
    margin-left: 10px;
}

.news-detail .aside-content {
    padding-left: 10px;
}

.news-detail .aside-content .head-wrap {
    border-width: 0;
}

.news-detail .aside-content .list {
    padding-top: 10px;
}

.news-detail .aside-content .cover-wrapper {
    padding-top: 55.555%;
    position: relative;
}

.news-detail .cover-box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.news-detail .aside-content .list .cover-img {
    width: 100%;
    max-width: 100%;
    object-fit: inherit;
}

.news-detail .aside-content .item {
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.news-detail .aside-content .item-inner {
    border-bottom: 1px solid #dedede;
    padding-bottom: 15px;
}

.news-detail .aside-content .item .news-tit {
    transition: all 0.5s;
}

.news-detail .aside-content .item:hover .news-tit {
    color: #005cdb
}

.news-detail .aside-content .item .news-tit {
    text-align: center;
    color: #666666;
    font-size: 16px;
    padding-top: 15px;
}


/* 新闻 */


/* 案例详情 */

.page-works .works-detail {
    padding-top: 60px;
    padding-bottom: 60px;
}

.page-works .works-container {
    width: 83.333%;
    margin: 0 auto;
}

.page-works .about {
    padding: 30px 20px 40px;
    background: #fff;
    color: #333;
}

.page-works .about-tit {
    font-size: 24px;
    vertical-align: bottom;
}

.page-works .about-tit .h-line {
    vertical-align: bottom;
    width: 40px;
    height: 4px;
    background-color: #101010;
    display: inline-block;
    margin-left: 15px;
}

.page-works .about .desc {
    padding-top: 40px;
    font-size: 16px;
}

.page-works .about .btn-wrap {
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    text-align: center;
    box-sizing: border-box;
}

.page-works .about .btn {
    padding-left: 40px;
    height: 30px;
}

.page-works .about .right-box {
    padding-top: 10px;
}

.page-works .about .make {
    margin-bottom: 20px;
    background: #005cdb;
}

.page-works .about .advice {
    background: #d61919
}

.page-works .about .make .btn {
    background: url(../images/icons/icon_visit_link.png) no-repeat left center;
    background-size: 20px;
}

.page-works .about .advice .btn {
    background: url(../images/icons/icon_online22.png) no-repeat left center;
}

.page-works .works-banner .site-info {
    position: absolute;
    z-index: 20;
    height: 100%;
    width: 100%;
    top: 0;
}

.page-works .works-banner .works-container {
    height: 100%;
}

.page-works .works-banner .site-wrap {
    width: 100%;
    height: 100%;
}

.page-works .works-banner .site {
    color: #fff;
    width: 100%;
}

.page-works .works-banner .site-name {
    font-size: 44px;
}

.page-works .works-banner .site-link {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    transition: all 0.8s;
    display: none;
}

.page-works .works-banner .site-link:hover {
    transform: rotate(360deg);
}

.page-works .works-banner .site-link img {
    border-radius: 50%;
}

.page-works .works-main {
    margin-top: 60px;
    padding-top: 55px;
    padding-bottom: 60px;
    background: #fff;
}

.page-works .works-main .tit {
    font-size: 48px;
    color: #000000;
}

.page-works .works-main .eng {
    font-size: 30px;
    color: #666666;
    padding-top: 15px;
}

.page-works .works-main .works-article {
    padding-top: 50px;
    width: 62.5%;
    margin: 0 auto;
}

.page-works .guid-wrap {
    padding-top: 60px;
}

.page-works .guid-wrap .btn-wrap .guid-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #888887;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 5;
    transition: all 0.5s;
}

.page-works .guid-wrap .btn-wrap {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 160px;
    border-radius: 25px;
    overflow: hidden;
    font-size: 16px;
}

.page-works .guid-wrap .btn-wrap .txt {
    /* display: none; */
    position: absolute;
    top: 0;
    background-color: #252525;
    color: #fff;
    padding: 14px 0;
    z-index: 2;
    width: 100%;
    transition: all 0.5s;
    opacity: 0;
}

.page-works .guid-wrap .btn-wrap:hover .txt {
    opacity: 1;
}

.page-works .guid-wrap .btn-wrap:hover .guid-btn {
    background-color: #005cdb;
}

.page-works .guid-wrap .prev .txt {
    padding-left: 60px;
    left: 0;
    text-align: left;
}

.page-works .guid-wrap .next .txt {
    padding-right: 60px;
    right: 0;
    text-align: right;
}

.page-works .guid-wrap .guid-btn {
    background-repeat: no-repeat;
    background-position: center center;
}

.page-works .prev .guid-btn {
    background-image: url(../images/icons/icon_left_arrow.png);
}

.page-works .next .guid-btn {
    background-image: url(../images/icons/icon_right_arrow.png);
}


/* 案例详情 */


/* 服务 */

.page-service .section .setion-cover {
    width: 100%;
    height: 100%;
}

#section-footer .fp-tableCell {
    display: block;
}

.page-service .section .slide-img {
    height: 480px;
    max-width: 100%;
}

.page-service .slide-txts {
    position: relative;
    z-index: 0;
    color: #fff;
    width: 78.125%;
    margin: 0 auto;
}

.page-service .slide-txts .dec-tit {
    font-size: 36px;
    padding-bottom: 45px;
    display: inline-block;
}

.page-service .slide-txts .dec-ps {
    line-height: 1.8;
    text-align: justify;
}

.page-service .slide-txts .dec-ps strong {
    font-style: italic;
    margin-right: 5px;
}

.page-service .slide-txts .icons-label {
    padding-top: 3.125%;
    text-align: center;
}

.page-service .slide-txts .item-label {
    margin-right: 20px;
    font-size: 16px;
    color: #fff;
    float: left;
}

.page-service .icons-label .name {
    padding-top: 10px;
}

.page-service .section:nth-child(odd) .left-box {
    padding-top: 14%;
}

.page-service .section:nth-child(odd) .right-box {
    padding-top: 8%;
    padding-left: 90px;
}

.page-service .section:nth-child(even) .left-box {
    padding-top: 8%;
    padding-right: 90px;
}

.page-service .section:nth-child(even) .right-box {
    padding-top: 14%;
}

.page-service .active:nth-child(odd) .dec-con {
    /*animation: backInLeft 1s;*/
}

.page-service .active:nth-child(odd) .slide-img {
    animation: fadeInUp 2s;
}

.page-service .active:nth-child(even) .dec-con {
    /*animation: backInRight 1s;*/
    padding-left:30%;
}

.page-service .active:nth-child(even) .slide-img {
    animation: fadeInUp 2s;
}

.page-service .arrow-down {
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 20px;
}

.page-service .arrow-down img {
    animation: fadeInDown 2s infinite;
}


/* 服务 */


/* loading 加载*/

#loading {
    width: 40px;
    height: 40px;
    background: url(../images/loading.gif) no-repeat center;
    background-size: 100% 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 999;
}


/* loading加载 */

:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1
}

.animate__animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes backInLeft {
    0% {
        -webkit-transform: translateX(-2000px) scale(.7);
        transform: translateX(-2000px) scale(.7);
        opacity: .7
    }
    80% {
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7);
        opacity: .7
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes backInLeft {
    0% {
        -webkit-transform: translateX(-2000px) scale(.7);
        transform: translateX(-2000px) scale(.7);
        opacity: .7
    }
    80% {
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7);
        opacity: .7
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.animate__backInLeft {
    -webkit-animation-name: backInLeft;
    animation-name: backInLeft
}

@-webkit-keyframes backInRight {
    0% {
        -webkit-transform: translateX(2000px) scale(.7);
        transform: translateX(2000px) scale(.7);
        opacity: .7
    }
    80% {
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7);
        opacity: .7
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes backInRight {
    0% {
        -webkit-transform: translateX(2000px) scale(.7);
        transform: translateX(2000px) scale(.7);
        opacity: .7
    }
    80% {
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7);
        opacity: .7
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.animate__backInRight {
    -webkit-animation-name: backInRight;
    animation-name: backInRight
}

@-webkit-keyframes fadeInTopLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, -100%, 0);
        transform: translate3d(-100%, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInTopLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, -100%, 0);
        transform: translate3d(-100%, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInTopLeft {
    -webkit-animation-name: fadeInTopLeft;
    animation-name: fadeInTopLeft
}

@-webkit-keyframes fadeInTopRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInTopRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce
}

.animate__fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

.animate__fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

.animate__fadeInTopRight {
    -webkit-animation-name: fadeInTopRight;
    animation-name: fadeInTopRight
}

.page-about .partner-section {
    display: none;
    background: none;
}

.page-works .works-banner .site-link img {
    max-width: 100%;
}

.page-about .partner-logos .item .active-logo {
    display: none;
}

.page-about .partner-logos .item:hover .active-logo {
    display: inline;
}

.page-about .partner-logos .item:hover .white-logo {
    display: none;
}

#fullpage {
    height: 100vh;
}

#fullpage .swiper-slide {
    height: 100%;
}

#fullpage .section:nth-child(1),
#fullpage .section.active {
    opacity: 1;
    top: 0;
    z-index: 80;
}

#fullpage {
    height: 100vh;
}

#fullpage .section {
    height: 100vh;
    opacity: 0;
    z-index: 0;
}

.page-works .guid-wrap {
    padding-top: 60px;
    margin-left: auto;
    margin-right: auto;
}

.page-works .guid-wrap .prev {
    left: 0;
}

.page-works .guid-wrap .next {
    right: 0;
}

.friend-links a:hover,
.footer-nav .item-nav:hover {
    color: #005cdb;
}

.place-infos p {
    padding-top: 30px;
}

.place-infos .works-logo p {
    color: #fff;
    font-size: 14px;
}

.item-work {
    overflow: hidden;
}

.item-work .place-infos .works-logo .icon-add {
    transition: all 0.5s;
    opacity: 1;
}


/* .item-work:hover .place-infos .works-logo .icon-add{
  transform: translateY(-200%);
} */

.place-infos .icon-add {
    padding-top: 0;
}

.place-infos .work-cover {
    background: #000;
}

.las-work .item-work .item-inner {
    border: 1px solid #005cdb;
}

.news-detail .main-content {
    padding-bottom: 40px;
    padding-right: 10px;
}

.news-detail .u-like {
    padding-top: 45px;
}

.news-detail .u-like .head-wrap {
    border-width: 0;
}

.news-detail .u-like .tit {
    padding-bottom: 10px;
}

.news-detail .u-like li {
    font-size: 14px;
    padding: 10px 0;
}

.news-detail .u-like li a {
    display: block;
}

.news-detail .u-like li:hover {
    color: #005cdb;
}

.works-section .item-work .place-infos .icon-add {
    margin-top: 0;
}

.works-section .item-work .place-infos .works-logo img {
    max-width: 100%;
}

.works-section .item-work .place-infos .work-info {
    opacity: 1;
    background: #005cdb;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #005cdb;
    top: 0;
    left: 0;
    color: #fff;
}

.works-section .item-work .place-infos .bdr {
    display: block;
}

.works-section .item-work .place-infos .icon-add {
    opacity: 1;
    display: block;
}

.works-section .item-work:hover .place-infos .icon-add {
    animation-name: none;
}

.works-section .item-work .left-bdr {
    left: 30px;
    top: 20px;
}

.works-section .item-work .btm-bdr {
    right: 30px;
    bottom: 20px;
}

.works-section .item-work:hover .left-bdr {
    left: 20px;
}

.works-section .item-work:hover .btm-bdr {
    right: 20px;
}

.works-section .item-work .place-infos .left-bdr {
    left: 20px;
    visibility: visible;
    opacity: 1;
}

.works-section .item-work .place-infos .btm-bdr {
    right: 20px;
    visibility: visible;
    opacity: 1;
}

.works-section .item-work .bdr {
    width: 50px;
    height: 40px;
}

.footer .foot-links {
    color: #fff;
    background-color: #1d1d1d;
    padding: 25px 0;
}

.footer .foot-links .link-tit {
    font-size: 18px;
    font-size:14px;
    line-height: 22px;
}
.footer .footer-links .link-div{
  padding-left:55px;
}
.footer .foot-links a {
    margin-left: 20px;
    font-size:12px;
}

.footer .foot-links a:hover {
    color: #005cdb;
}

.works-section .item-work .works-logo img {
    max-width: 90%;
}

.works-section .section-tit {
    padding-top: 6%;
    padding-bottom: 5%;
    display: none;
}

.mobile-fixed-menu {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #005cdb;
    color: #fff;
    font-size: 14px;
    display: none;
    z-index: 100;
}

.mobile-fixed-menu .item {
    width: 33.3333%;
    float: left;
    text-align: center;
    padding: 20px 0;
    line-height: 22px;
}

.mobile-fixed-menu .item span {
    display: inline-block;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 27px;
}

.mobile-fixed-menu .wx span {
    background-image: url(../images/icon_mobile_wx.png);
}

.mobile-fixed-menu .online span {
    background-image: url(../images/icon_mobile_qq.png);
}

.mobile-fixed-menu .tel span {
    background-image: url(../images/icon_mobile_tel.png);
}

.guid-boot .guid-item {
    padding: 0 30px;
    width: 40%;
}

.guid-boot .awrap {
    display: inline-block;
}

.guid-boot .guid-item .arrow {
    width: 34px;
    height: 40px;
    background-image: url(../images/minker_arrow.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    display: block;
    margin: 0 10px;
    margin-top: 20px;
    transition: all 0.5s;
}

.guid-boot .guid-item:hover .arrow {
    background-image: url(../images/minker_arrow2.png);
}

.guid-boot .guid-item:hover .guid-about {
    color: #005cdb;
}

.guid-boot .guid-item.guid-left .arrow {
    transform: rotate(-180deg);
}

.guid-boot .guid-item.guid-left {
    text-align: left;
}

.guid-boot .guid-item.guid-right {
    text-align: right;
}

.guid-boot .guid-item .thumbnail {
    width: 120px;
    margin: 0 10px;
    position: relative;
    transition: all 1.5s;
}

.guid-boot .guid-item .thumbnail-cover {
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
}

.guid-boot .guid-item .guid-about {
    padding-top: 20px;
}

.guid-boot .guid-item .work-type {
    font-size: 14px;
}

.guid-boot .guid-item .work-name {
    padding-top: 10px;
    font-size: 16px;
}

.guid-boot .center {
    width: 20%;
    text-align: center;
}

.guid-boot .center .icon {
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-image: url(../images/ico_btn1.png);
    background-position: center center;
    background-size: 100% auto;
    margin-top: 25px;
}

.guid-boot .center:hover .icon {
    background-image: url(../images/ico_btn2_hover.png);
}

.page-service .section .mobile-img-wrap {
    display: none;
    text-align: center;
}

.page-service .begain-tit-txt {
    text-align: center;
    text-shadow: 2px 6px 0px rgba(64, 94, 186, 0.57);
    font-size: 66px;
    font-weight: bold;
    margin-bottom: 55px;
}

.page-service .begain-main .border-txt {
    width: 445px;
    height: 50px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 26px;
    font-size: 30px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    margin-bottom: 50px;
}

.page-service .begain-main {
    text-align: center;
}

.page-service .begain-main .txt-wrap {
    display: inline-block;
}

.page-service .begain-main .wx-code {
    margin-right: 45px;
}

.page-service .begain-main .desc {
    text-align: left;
    padding-top: 15px;
}

.page-service .begain-main .contact-btn {
    width: 266px;
    height: 50px;
    background-image: linear-gradient( #635fef, #635fef), linear-gradient( #f4d123, #f4d123);
    background-blend-mode: normal, normal;
    box-shadow: 2px 6px 0px 0px rgba(77, 110, 203, 0.57);
    border-radius: 26px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    margin: auto;
    cursor: pointer;
}

.dropdown-multiple,
.dropdown-multiple-label,
.dropdown-single {
    position: relative
}

.dropdown-multiple-label.active .dropdown-main,
.dropdown-multiple.active .dropdown-main,
.dropdown-single.active .dropdown-main {
    display: block;
    -webkit-animation: iui-fadeIn .2s ease-in forwards;
    -moz-animation: iui-fadeIn .2s ease-in forwards;
    -ms-animation: iui-fadeIn .2s ease-in forwards;
    -o-animation: iui-fadeIn .2s ease-in forwards;
    animation: iui-fadeIn .2s ease-in forwards
}

.dropdown-display,
.dropdown-display-label {
    position: relative;
    display: block;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.42857143;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #333;
    background-color: #fff
}

.dropdown-clear-all {
    background-color: #fff;
    border: none;
    font-size: 22px;
    z-index: 999;
    color: #999;
    position: absolute;
    right: 2px;
    top: 2px;
    display: none;
    width: 25px;
    height: 30px;
    text-align: center;
    line-height: 30px
}

.dropdown-clear-all:focus {
    outline: 0
}

.dropdown-clear-all:hover {
    color: #ccc;
    text-decoration: none
}

.dropdown-display {
    white-space: nowrap;
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
}

.dropdown-display .dropdown-chose-list {
    display: block;
    vertical-align: middle;
    line-height: 24px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.dropdown-display .dropdown-chose-list span:before {
    content: ','
}

.dropdown-display .dropdown-chose-list span:first-child:before {
    content: ''
}

.dropdown-display .placeholder {
    display: none
}

.dropdown-display .placeholder:first-child {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    color: #999;
    display: block;
    text-indent: 10px;
    font-size: 16px;
    line-height: 50px
}

.dropdown-display input {
    border: 0;
    outline: 0
}

.dropdown-display-label {
    cursor: text;
    padding: 6px 25px 5px 0
}

.dropdown-display-label .dropdown-search {
    display: inline-block
}

.dropdown-display-label input,
.dropdown-display-label input:focus {
    border: none;
    outline: 0
}

.dropdown-display-label .dropdown-chose-list {
    display: inline-block;
    padding: 0 5px
}

.dropdown-display-label .dropdown-chose-list .placeholder {
    display: none
}

.dropdown-display-label .dropdown-selected {
    position: relative;
    margin: 0 5px 5px 0;
    padding: 0 20px 0 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    border-radius: 3px;
    background-repeat: repeat-x;
    color: #333;
    cursor: default;
    display: inline-block
}

.dropdown-display-label .dropdown-selected .del {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    float: right;
    line-height: 1;
    color: #999;
    position: absolute;
    right: 3px;
    top: 0
}

.dropdown-display-label .dropdown-selected .del:after {
    content: '\D7';
    font-size: 16px
}

.dropdown-main {
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 1010;
    width: 100%;
    color: #444;
    box-sizing: border-box;
    margin-top: -1px;
    border-top: 0;
    padding: 4px 7px;
    padding: 0;
    display: none;
    width: 105px;
    max-height: 185px;
    background-color: #ffffff;
    box-shadow: 0px 0px 9px 0px rgba(180, 180, 180, 0.33);
    border-radius: 10px;
    border: solid 1px #e5e5e5;
    overflow-x: hidden;
    overflow-y: auto;
}

.dropdown-main ul {
    min-height: 185px;
    margin: 0;
    padding: 0
}

.dropdown-main input {
    margin-top: 0;
    display: block;
    box-sizing: border-box;
    height: 30px;
    border: 1px solid #ccc;
    width: 100%;
    text-indent: 5px;
    border-radius: 3px
}

.dropdown-main .dropdown-search {
    display: block;
    padding: 5px 0
}

.dropdown-group {
    font-weight: 700
}

.dropdown-group,
.dropdown-option {
    margin: 0;
    /* padding-left: 12px; */
    list-style: none;
    line-height: 26px;
    word-wrap: break-word;
    text-align: center;
}

.dropdown-option {
    cursor: pointer
}

.dropdown-option:focus,
.dropdown-option:hover {
    background-color: #efefef;
    outline: 0
}

.dropdown-option[disabled] {
    color: #ddd;
    background-color: #fff;
    cursor: not-allowed;
    text-decoration: line-through
}

.dropdown-option.dropdown-chose:after {
    content: '';
    float: right;
    width: 10px;
    height: 10px;
    background: #4AB1E9;
    border-radius: 100%;
    margin: 8px 5px 0 0
}

.dropdown-maxItem-alert {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #e4e3e2;
    width: 100%;
    height: 39px;
    line-height: 39px;
    padding: 0 5px;
    border-radius: 5px;
    color: #999;
    -webkit-animation: iui-fadeIn .2s ease-in forwards;
    -moz-animation: iui-fadeIn .2s ease-in forwards;
    -ms-animation: iui-fadeIn .2s ease-in forwards;
    -o-animation: iui-fadeIn .2s ease-in forwards;
    animation: iui-fadeIn .2s ease-in forwards
}

.dropdown-option.dropdown-chose:after {
    display: none;
}

.dropdown-option {
    height: 30px;
    line-height: 30px;
    /* border-bottom: 1px solid #ccc; */
}

.dropdown-contact-sin {
    float: right;
    width: 100px;
    height: 24px;
}

.dropdown-contact-sin .dropdown-display {
    height: 24px;
    background-color: #ffffff;
    border-radius: 4px;
    /* border: solid 1px #e5e5e5; */
    border: 0;
    font-size: 16px;
    /* padding-left: 15px; */
    width: 100%;
    display: block;
    outline: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../images/expand-arrow.png);
    background-position: 80px center;
    background-repeat: no-repeat;
    background-size: 18%;
}

.dropdown-contact-sin.active .dropdown-display {
    background-image: url(../images/expand-arrow-top.png);
}

.mp-modal-layer {
    position: absolute;
    overflow: hidden;
    width: 385px!important;
    height: 534px;
    box-sizing: border-box;
    border-radius: 30px!important;
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%, -50%);
    background: #fff;
    box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.3)
}

.mp-modal-layer .modal-title {
    position: relative;
    padding: 30px 0;
    text-align: center;
    font-size: 24px;
}

.mp-modal-layer .close-btn {
    position: absolute;
    position: absolute;
    top: 10px;
    right: -10px;
    width: 24px;
    height: 24px;
    background: url(../images/delete-sign.png) center /cover no-repeat;
}

.mp-modal-layer .contact-modal {
    /* width: 385px; */
    width: 100%;
    height: 535px;
    padding: 15px 35px 30px;
}

.mp-modal-layer .contact-modal .input-box {
    padding: 35px 0;
    /* line-height: 24px; */
    height: 90px;
    font-size: 16px;
    border-bottom: 1px solid #f5f5f5;
}

.mp-modal-layer .contact-modal .input-box label {
    float: left;
}

.mp-modal-layer .contact-modal .input-box input {
    float: right;
    line-height: 24px;
    font-size: 16px;
    text-align: right;
}

.mp-modal-layer .contact-modal .submit-btn {
    margin-top: 85px;
    height: 50px;
    background-image: linear-gradient( #635fef, #635fef), linear-gradient( #635fef, #635fef);
    background-blend-mode: normal, normal;
    border-radius: 26px;
    color: #fff;
    font-size: 24px;
    width: 100%;
    line-height: 50px;
}


/* 模态框 */

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-backdrop {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.page-contact .mobile-addr{
  display: none;
}
