@charset "utf-8";
/* ------ 公用形状 ------ */

.icon {
    font-family: iconfont;
}

.index span {
    display: block;
}

.img {
    transition: all .6s ease;
    overflow: hidden;
}

.img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

em, i, p, span {
    line-height: 100%;
}

input {
    -webkit-user-select: text !important;
}

html {
    background: #fff;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.margin-top-50 {
    margin-top: 50px !important;
}

/**/

.scroll-to-top {
    font-size: 20px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    position: fixed;
    bottom: 80px;
    right: 10px;
    display: block;
    border-radius: 50%;
    background: #df002c;
    width: 40px;
    height: 40px;
    z-index: 9999;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}


.scroll-to-top i {
    color: #fff;
}

.scroll-to-top:hover {
    color: #fff;
    background: #df002c;
}

.scroll-to-top:hover i {
    color: #111;
}

.scroll-to-top:visited {
    color: #111;
    text-decoration: none;
}
.shenglue {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.shenglue2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.shenglue3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.shenglue4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.shenglue5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.pic {
    position: relative;
    overflow: hidden;
    border: 1px solid #eee;
}
.pic img {
    width: 100%;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.pic:hover img {
    -webkit-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
}
@media (min-width:1024px) {
    /* ------ 公用形状 ------ */
    .pc {
        display: block;
    }
    .wap {
        display: none;
    }
    .clear {
        clear: both;
    }
    .container {
        max-width: 1440px;
        margin: 0 auto;
    }
    a:hover {
        color: #df002c;
    }
    .show1024 {
        display: none;
    }
    .sxpian span {
        font-weight: bold;
        color: #273e82;
        font-size: 18px;
    }
    .blog-border {
        padding: 30px;
        border: 1px solid #eee;
        border-radius: 5px;
    }
    /* --- 头部 --- */
    .page-header {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        height: 96px;
        transition: all .3s;
    }
    /* 滑动 */
    .page-header.slide {
        background: #fff;
        -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
        border: 0;
    }
    .page-header.slide .nav ul li .link a {
        color: #333;
    }
    .page-header.slide .nav ul li:not(:last-child) .link a:after {
        background: #CCC8C9;
    }
    .page-header.slide .logo a {
        background: url(/template/xintu/images/logo.png) no-repeat 0 center;
        background-size: 100%;
        height: 96px;
    }
    .page-header.slide .nav ul li .link.active a {
        color: #df002c;
        font-weight: bold;
    }
    /* 首页 */
    .home-header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 2000;
    }
    .home-header .row {
        justify-content: space-between;
    }
    /* logo */
    .page-header .logo {
        display: flex;
        align-items: center;
        height: 96px;
    }
    .page-header .logo a {
        display: block;
        background: url(/template/xintu/images/logo1.png) no-repeat center center;
        width: 100%;
        background-size: 100%;
        height: 96px;
        min-width: 230px;
    }
    /* 导航 */
    .page-header .nav {
        width: 64%;
    }
    .page-header .nav ul {
        display: flex;
        align-items: center;
        height: 96px;
        justify-content: center;
    }
    .page-header .nav ul li {
        text-align: center;
        width: 16.666%;
        position: relative;
        height: 96px;
        align-items: center;
        display: flex;
    }
     .page-header .nav ul li:hover{
         color: #df002c;
        font-weight: bold;
         
     }
    .page-header .nav ul li .link {
        color: #fff;
        position: relative;
        display: block;
        font-size: 18px;
        transition: all .3s;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
    }
    .page-header .nav ul li .link a {
        color: #fff;
        width: 100%;
        position: relative;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .pagelist li>span{
        margin: 0px 3px;
    }
    .pagelist li>span a{
        padding: 0px 3px;
    }
    .page-header .nav ul li:not(:last-child) .link a:after {
        content: "";
        background: rgba(255, 255, 255, 0.3);
        width: 1px;
        height: 22px;
        position: absolute;
        right: 0;

    }
    .page-header .nav ul li a.link.now {
        color: #df002c;
        font-weight: bolder
    }
    .page-header .nav ul li .hvr-underline-from-center::before {
        background: #df002c;
    }
    .page-header .nav ul li .link.active a {
        color: #df002c;
        font-weight: bold;
    }
    /* Underline Reveal */
    .hvr-underline-reveal {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        overflow: hidden;
    }
    .hvr-underline-reveal:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 0;
        right: 0;
        bottom: 0;
        background: #df002c;
        height: 4px;
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }
    .hvr-underline-reveal:hover:before, .hvr-underline-reveal:focus:before, .hvr-underline-reveal:active:before {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    /* pop */
    .page-header .nav ul li .pop {
        position: absolute;
        background: rgba(255, 255, 255, 0.95);
        width: 100%;
        top: 150px;
        left: 0;
        opacity: 0;
        height: 0;
        overflow: hidden;
        transition: all .3s;
    }
    .page-header .nav ul li .pop a {
        display: block;
        height: 45px;
        font-size: 12px;
        line-height: 45px;
        border-bottom: 1px solid #efefef;
        transition: all .3s;
    }
    /* hover */
    .page-header .nav ul li a.link:hover {
        color: #df002c;
        font-weight: bolder
    }
    .page-header .nav ul li:hover a.link {
        color: #df002c;
    }
    .page-header .nav ul li:hover .pop {
        opacity: 1;
        height: auto;
        overflow: hidden;
        top: 96px;
    }
    .page-header .nav ul li:hover .pop a:hover {
        background: #f5f5f5;
    }
    .page-header .nav ul li:hover .hvr-underline-from-center::before {}
    /* 联系 */
    .page-header .contact {
        display: flex;
        align-items: center;
        height: 96px;
        justify-content: flex-end;
        width: 19%;
    }
    .page-header .contact .box {
        display: flex;
         flex-wrap:nowrap;
           align-items:center;
    }
    .tbss{
        display: flex;
          flex-wrap:nowrap;
          margin-left: 10px;
        
    }
    .input-search-btn{
        font-size: 100%;
    line-height: 1.15;
    margin: 0;
    outline: none;
    width: 24px;
    height: 36px;
    line-height: 36px;
    position: absolute;
    border: none;
    background: none;
    right: 12px;
    cursor: pointer;
    }
    /*.search-form{*/
    /*    display: none;*/
            
    /*        position: absolute;*/
    /*top: 100%;*/
    /*right: 11%;*/
    /*}*/
    /*.search-button:hover{*/
    /*    color: #000;*/
       
    /*    font-weight: 800;*/
    /*}*/
/*    #search-input{*/
/*        width: 190px;*/
/*height: 36px;*/
/*background: #F6F6F6;*/
/*color: #333;*/
/*font-size: 14px;*/
/*border-radius: 18px;*/
/*border-color: transparent;*/
/*text-indent: 20px;*/
/*border-width: 0;*/
/*padding-right: 40px;*/
/*    }*/
/*   #search-btn{*/
/*        width: 24px;*/
/*height: 36px;*/
/*line-height: 36px;*/
/*position: absolute;*/
/*border: none;*/
/*background: none;*/
/*right: 12px;*/
/*cursor: pointer;*/
/*    }*/
    .search-input{
      
    width: 150px;
    height: 36px;
    background: #F6F6F6;
    color: #333;
    font-size: 14px;
    border-radius: 18px;
    border-color: transparent;
    text-indent: 20px;
    border-width: 0;
    padding-right: 40px;
    height: 100%;
    margin-right: 4%;
    }
    .search-btn{
        width: 24px;
height: 36px;
line-height: 36px;
position: absolute;
border: none;
background: none;
right: 12px;
cursor: pointer;
    }
    .tbss form{
        height: 36px;
        position:relative;
         align-items:center;
        display: flex;
        flex-wrap: nowrap;
    }
     /*.tbss form input{*/
     /*    width: 70px;*/
     /*    height: 100%;*/
     /*    margin-right: 4%;*/
     /*}*/
     .tbss form i{
         color: red;
         font-weight: 900;
         font-size: 22px;
     }
    .page-header .contact .box a {
        width: 80px;
        text-align: center;
        height: 30px;
        font-weight: bold;
        line-height: 30px;
        color: #f10f2e;
        font-size: 18px;
       /* background: #273e82;*/
    }
    
    .page-header .contact .box a:nth-child(1) {
        border-radius: 5px 0 0 5px;
        /*background: #df002c;*/
    }
    .page-header .contact .box a:nth-child(2) {
        border-radius: 0 5px 5px 0;
    }
    .page-header .contact .box a:active {
        opacity: .8;
    }
    /* --- 更多 --- */
    .page-more {
        width: 275px;
    }
    /* button */
    .page-more button {
        height: 50px;
        width: 275px;
        border: none;
        cursor: pointer;
        color: #fff;
        background: #df002c;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all .3s;
    }
    .page-more button i {
        background: url(/template/xintu/images/page-free-button.png) no-repeat;
        width: 67px;
        height: 13px;
        margin-left: 15px;
        transition: all .3s;
    }
    /* hover */
    .page-more button:hover {
        background: #000;
    }
    .page-more button:hover i {
        margin-left: 30px;
    }
    /* a */
    .page-more a {
        height: 50px;
        width: 275px;
        border: none;
        cursor: pointer;
        color: #fff;
        background: #df002c;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all .3s;
    }
    .page-more a i {
        background: url(/template/xintu/images/page-free-button.png) no-repeat;
        width: 67px;
        height: 13px;
        margin-left: 15px;
        transition: all .3s;
    }
    /* hover */
    .page-more a:hover {
        background: #EDC669;
    }
    .page-more a:hover i {
        margin-left: 30px;
    }
    /* --- 内页 --- */
    .subpage-nav {}
    /* list */
    .subpage-nav ul {
        display: flex;
        align-items: flex-end;
        width: 100%;
        justify-content: center;
    }
    .subpage-nav ul li {
        height: 73px;
        align-items: center;
        line-height: 73px;
        background: #003B70;
        width: 275px;
        text-align: center;
        margin-left: 8px;
        margin-right: 8px;
        border-radius: 5px 5px 0 0;
        background-color: rgba(0, 59, 122, 0.95);
        font-size: 20px;
        font-weight: bolder;
        font-weight: 900;
        transition: all .3s;
    }
    .subpage-nav ul li a {
        color: #fff;
        display: block;
    }
    .subpage-nav ul li.now {
        background: #DE9C0B;
        height: 92px;
        line-height: 92px;
    }
    /* hover */
    .subpage-nav ul li:hover {
        background: #DE9C0B;
        height: 92px;
        line-height: 92px;
        background-color: rgba(222, 156, 11, 0.8);
    }
    /* --- 栏目 --- */
    .page-column {
        text-align: center;
        margin-top: 100px;
        margin-bottom: 80px;
    }
    .page-column h3 {
        font-size: 36px;
        margin-bottom: 20px;
    }
    .page-column h3 b {
        color: #df002c;
        font-weight: bolder;
        font-weight: 900;
    }
    .page-column p {
        color: #666;
    }
    .page-column.bolder h3 {
        font-weight: bolder;
        font-weight: 900;
    }
    /* --- 免费 --- */
    .page-free {
        background: url(/template/xintu/images/page-free.jpg) no-repeat center top #273e82;
        height: 329px;
    }
    /* title */
    .page-free .title {
        margin-bottom: 45px;
        margin-top: 60px;
    }
    .page-free .title p {
        color: #809ab8;
        text-transform: uppercase;
        font-size: 12px;
        margin-bottom: 15px;
    }
    .page-free .title h3 {
        font-size: 24px;
        color: #fff;
        line-height: 125%;
    }
    /* 填写 */
    .page-free .form {
        display: flex;
        width: 100%;
    }
    .page-free .form ul {
        display: flex;
        align-items: center;
    }
    .page-free .form ul li {
        position: relative;
        width: 250px;
    }
    .page-free .form ul li input {
        height: 50px;
        line-height: 50px;
        border: none;
        width: 100%;
        padding-left: 20px;
        font-size: 14px;
        background: url(/template/xintu/images/page-free-back.png) repeat-y #fff;
    }
    select{
        height: 50px;
    line-height: 50px;
    border: none;
    width: 100%;
    padding-left: 20px;
    font-size: 14px;
    background: url(/template/xintu/images/page-free-back.png) repeat-y #fff;
    }
    .page-free .form ul li .icon {
        position: absolute;
        right: 15px;
        top: 0;
        line-height: 50px;
        font-size: 18px;
        color: #ccc;
    }
    .page-free .form .page-more {
        margin-left: 20px;
    }
    /* --- 底部 --- */
    .page-footer {
        padding-top: 85px;
        padding-bottom: 85px;
        background: #F5F5F5;
    }
    /* link */
    .page-footer .link {
        width: 50%;
    }
    .page-footer .link ul {
        display: flex;
    }
    .page-footer .link ul li {
        width: 25%;
    }
    .page-footer .link ul li h3 {
        margin-bottom: 25px;
        font-weight: bolder;
        font-size: 18px;
    }
    .page-footer .link ul li em {
        display: block;
        line-height: 200%;
    }
    /* contact */
    .page-footer .contact {
        display: flex;
        /* align-items: center; */
        width: 50%;
        justify-content: space-between;
    }
    /* tel */
    .page-footer .tel {
        /* text-align: right; */
    }
    .page-footer .tel p {
        font-size: 14px;
        color: #999;
        margin-bottom: 10px;
    }
    .page-footer .tel p:nth-of-type(2){
        margin-bottom: 25px;
    }
    .page-footer .tel h3 {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 15px;
        color: #273e82;
        text-align: left;
    }
    .page-footer .tel h3 a {
        font-family: arial;
        color: #273e82;
    }
    .page-footer .tel select {
        width: 100%;
        height: 33px;
        line-height: 33px;
        font-size: 12px;
        padding-left: 5px;
        background: #f5f5f5;
        border: 1px solid #B4B4B4;
        margin-top: 10px;
    }
    /* qrcode */
    .page-footer .qrcode {
        margin-left: 15px;
    }
    /* --- copyright --- */
    .page-copyright {
        background: #F5F5F5;
    }
    .page-copyright .row {
        align-items: center;
        border-top: 1px solid #E1E1E1;
        height: 85px;
        font-size: 14px;
        color: #aaa;
    }
    .page-copyright .number {
        margin-left: auto;
    }
    .page-copyright .row a {
        color: #aaa;
    }
    /* --- 分页 --- */
    .page-showpage {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 50px;
        margin-top: 30px;
    }
    .page-showpage a {
        width: 48px;
        height: 48px;
        border: 1px solid #B6B6B6;
        text-align: center;
        line-height: 48px;
        border-radius: 100px;
        margin-left: 5px;
        margin-right: 5px;
        transition: all .3s;
    }
    .page-showpage a:hover, .page-showpage a.active {
        background: #df002c;
        border: 1px solid #df002c;
        color: #fff;
        box-shadow: 10px 10px 20px #ececec;
    }
    /* --- 留言 --- */
    .page-message {
        background: #f3f3f3;
        padding-top: 95px;
        padding-bottom: 95px;
    }
    /* 征询 */
    .page-message .message-consult {
        width: 50%
    }
    /* 征询 title */
    .page-message .message-consult .title {
        margin-bottom: 45px;
    }
    .page-message .message-consult .title h3 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .page-message .message-consult .title i {
        width: 100px;
        height: 2px;
        background: #df002c;
        display: block;
    }
    /* 征询 填写 */
    .page-message .message-consult .form li {
        margin-bottom: 15px;
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .page-message .message-consult .form li .input input {
        width: 100%;
        height: 50px;
        padding-left: 20px;
        border: none;
        font-size: 14px;
    }
    .page-message .message-consult .form li .input {
        width: 100%;
    }
    .page-message .message-consult .form li .input.two {
        width: 49%;
    }
    .page-message .message-consult .form li .input textarea {
        width: 100%;
        height: 200px;
        padding: 20px;
        border: none;
        font-size: 14px;
    }
    .page-message .message-consult .form li .button {
        width: 100%;
    }
    .page-message .message-consult .form li .button button {
        width: 100%;
        height: 50px;
        line-height: 50px;
        border: none;
        background: #273e82;
        color: #fff;
        cursor: pointer;
    }
    .page-message .message-consult .form li .button button:active {
        opacity: .8;
    }
    /* 联系 */
    .page-message .message-contact {
        margin-left: auto;
        width: 45%;
    }
    .page-message .message-contact li {
        border-bottom: 1px solid #DAE0E6;
        padding-bottom: 30px;
        margin-bottom: 30px;
        display: flex;
        align-items: center;
    }
    .page-message .message-contact li .icon {
        width: 76px;
        height: 76px;
        background: #273e82;
        text-align: center;
        line-height: 76px;
        font-size: 36px;
        color: #fff;
        border-radius: 100px;
        margin-right: 20px;
        transition: all .3s;
    }
    .page-message .message-contact li .text h3 {
        margin-bottom: 15px;
    }
    .page-message .message-contact li .text p {
        line-height: 180%;
        color: #666;
    }
    .page-message .message-contact li:hover .icon {
        background: #df002c;
        box-shadow: 10px 10px 20px #ccc;
    }
    .shenglue {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
    }
    .shenglue-2 {
        display: -webkit-box !important;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .pc {
        display: block;
    }
    .html5 {
        display: none !important;
    }
    @media (max-width: 1022px) {
        .pc {
            display: none !important;
        }
        .html5 {
            display: block !important;
        }
    }

    /* ------ 首页 ------ */
    /* --- banner --- */
    .home-banner .swiper-slide {
        height: 980px;
    }
    .home-banner .item {
        display: flex;
        align-items: flex-end;
        height: 100%;
    }
    .home-banner .item .box {
        height: 885px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    /* title */
    .home-banner .item .box .title {
        margin-bottom: 90px;
    }
    .home-banner .item .box .title h3 {
        font-size: 55px;
        font-weight: bolder;
        font-weight: 900;
        color: #fff;
        margin-bottom: 24px;
    }
    .home-banner .item .box .title p {
        font-size: 22px;
        line-height: 36px;
        color: rgba(255, 255, 255, 0.85);
    }
    /* button */
    .home-banner .item .box .button {
        width: 235px;
        height: 56px;
        /* border-radius: 2px; */
        background: #df002c;
        margin: 0 auto;
        align-items: center;
        display: flex;
        justify-content: center;
        color: #fff;
        transition: all .3s;
    }
    .home-banner .item .box .button:hover {
        background: #EABB4F;
    }
    /* Pagination */
    .home-banner {}
    .home-banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 27px;
        width: 100%;
    }
    .home-banner .swiper-pagination-bullet {
        width: 5px;
        height: 10px;
        display: inline-block;
        border-radius: 100px;
        background: #fff;
        transition: all .3s;
        margin-left: 5px;
        margin-right: 5px;
    }
    .home-banner .swiper-pagination-bullet-active {
        opacity: 1;
        background: #df002c;
        height: 20px;
    }
    /* Arrows */
    .home-banner .swiper-button-prev, .home-banner .swiper-button-next {
        color: #fff;
        font-size: 48px;
        opacity: 0;
        transition: all .3s;
    }
    .home-banner .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: 90px;
        right: auto;
        transition: all .3s;
    }
    .home-banner .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: 90px;
        left: auto
    }
    /* Hover */
    .home-banner:hover .swiper-button-prev, .home-banner:hover .swiper-button-next {
        opacity: 1;
    }
    .home-banner:hover .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: 70px;
    }
    .home-banner:hover .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: 70px;
    }
    /* --- 规划 --- */
    .home-programme {
        margin-bottom: 100px;
    }
    .home-programme .row {
        position: relative;
    }
    /* content */
    .home-programme .content {
        position: relative;
        display: flex;
        justify-content: space-between;
    }
    /* item */
    .home-programme .item {
        background: #fff;
        text-align: center;
        height: 520px;
        display: flex;
        justify-content: center;
        position: relative;
        overflow: hidden;
        margin: 0 15px;
    }
    .home-programme .item a {
        width: 100%;
    }
    /* item box */
    .home-programme .item .box {
        padding: 0 20px;
        position: relative;
        z-index: 20;
    }
    .home-programme .item .icon {
        font-size: 56px;
        margin-bottom: 45px;
        transition: all .3s;
        margin-top: 50px;
    }
    .home-programme .item .title {
        border-bottom: 1px solid #E4E4E4;
        padding-bottom: 35px;
        margin-bottom: 50px;
        transition: all .3s;
    }
    .home-programme .item .title p {
        font-size: 12px;
        text-transform: uppercase;
        color: #999;
        margin-bottom: 10px;
    }
    .home-programme .item .title h3 {
        font-size: 24px;
        font-weight: bolder;
        font-weight: 900;
        color: #333;
    }
    .home-programme .item .text {
        margin-bottom: 70px;
        padding: 0 25px;
        /* height: 75px; */
        /* overflow: hidden; */
        line-height: 25px;
    }
    .home-programme .item:hover .text{
        margin-bottom: 50px;
    }
    .home-programme .item .text p {
        font-size: 18px;
        color: #666;
        line-height: 150%;
    }
    .home-programme .item .button {
        width: 160px;
        height: 50px;
        background: #273e82;
        color: #fff;
        text-align: center;
        font-size: 14px;
        margin: 0 auto;
        line-height: 50px;
        margin-bottom: 30px;
        transition: all .3s;
    }
    .home-programme .item .contact {
        display: none;
    }
    .home-programme .item .contact p {
        font-size: 14px;
        color: #fff;
        margin-bottom: 15px;
    }
    .home-programme .item .contact h3 {
        font-size: 26px;
        color: #fff;
        font-weight: bolder;
        font-weight: 900;
    }
    /* item photo */
    .home-programme .item .photo {
        position: absolute;
        left: 0;
        top: 50%;
        z-index: 0;
        opacity: 0;
        transition: all .3s;
        width: 100%;
        height: 100%;
        background: #f60;
    }
    /* item hover */
    .home-programme .item:hover .icon {
        color: #fff;
    }
    .home-programme .item:hover .title {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 35px;
    }
    .home-programme .item:hover .title p {
        color: #809ab8;
    }
    .home-programme .item:hover .title h3 {
        color: #fff;
    }
    .home-programme .item:hover .text p {
        color: #fff;
    }
    .home-programme .item:hover .button {
        background: #df002c;
    }
    .home-programme .item:hover .contact {
        display: block;
    }
    .home-programme .item:hover .photo {
        top: 0;
        opacity: 1;
    }
    /* Pagination */
    .home-programme .prev, .home-programme .next {
        font-size: 50px;
        color: #E5E5E5;
        z-index: 200;
        position: absolute;
        top: 40%;
        cursor: pointer;
    }
    .home-programme .prev {
        left: -50px;
    }
    .home-programme .next {
        right: -50px;
    }
    .home-programme .prev:hover, .home-programme .next:hover{
        color: #df012d;
    }


    /* --- 福利 --- */
    .home-welfare {
        background: #273e82;
        position: relative;
    }
    .home-welfare .container {
        border-left: 1px solid #0D4779;
        position: relative;
    }
    .home-welfare .container:after {
        content: "";
        background: #0D4779;
        width: 1px;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
    }
    /* item */
    .home-welfare .item {
        padding-top: 60px;
        padding-bottom: 60px;
        padding-left: 30px;
        position: relative;
        height: 100%;
        transition: all .3s;
        min-height: 350px;
    }
    .home-welfare .item:after {
        content: "";
        background: #0D4779;
        width: 1px;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
    }
    .home-welfare .item:before {
        content: "";
        left: 1px;
        top: 75px;
        width: 1px;
        background: #df002c;
        height: 10px;
        position: absolute;
        z-index: 20;
        transition: all .3s;
    }
    .home-welfare .item .icon {
        font-size: 36px;
        margin-bottom: 35px;
        color: #df002c;
        display: block;
    }
    .home-welfare .item .title {
        font-size: 24px;
        color: #fff;
        margin-bottom: 20px;
        font-weight: bolder;
        font-weight: 900;
        transition: all .3s;
    }
    .home-welfare .item .text {
        color: #818fb7;
        line-height: 180%;
        padding-right: 30px;
        transition: all .3s;
        font-size: 15px;
    }
    /* hover */
    .home-welfare .item:hover {
        background: #10204e;
    }
    .home-welfare .item:hover:before {
        height: 50px;
        top: 52px;
    }
    .home-welfare .item:hover .icon {
        color: #fff;
        opacity: .8;
    }
    .home-welfare .item:hover .title {
        color: #df002c;
    }
    .home-welfare .item:hover .text {
        color: #fff;
    }
    /* owl-pagination */
    .home-welfare .owl-pagination {
        position: absolute;
        right: 16px;
        top: 28px;
    }
    .home-welfare .owl-pagination .owl-page {
        width: 10px;
        height: 5px;
        border-radius: 100px;
        background: #2F5D89;
        transition: all .3s;
        margin-bottom: 10px;
    }
    .home-welfare .owl-pagination .owl-page.active {
        opacity: 1;
        background: #D0E1F4;
        width: 20px;
        margin-left: -10px;
    }
    /* --- 流程 --- */
    .wenli_bg {
        /* background: url(/template/xintu/images/home-lineage.jpg) no-repeat;
        background-size: cover; */
        /* height: 773px; */
        overflow: hidden;
    }

    .home-process {
        margin-bottom: 60px;
    }
    .home-process .container {
        position: relative;
    }
    .home-process .container:after {
        content: "";
        width: 100%;
        height: 1px;
        background: rgba(0, 0, 0, 0.2);
        left: 0;
        top: 44.8%;
        position: absolute;
        z-index: -10;
    }
    /* item */
    .home-process .item {
        height: 278px;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
        transition: all .3s;
        position: relative;
        overflow: hidden;
        width: 16.666%;
    }
    .home-process .item .box {
        padding: 20px 0;
    }
    .home-process .item:after {
        content: "";
        left: 0;
        top: 100%;
        width: 100%;
        height: 100%;
        position: absolute;
        background: #273e82;
        z-index: -1;
        transition: all .3s;
    }
    .home-process .item:nth-of-type(2n):after {
        background: #df002c;
    }
    .home-process .item:nth-of-type(2n) .title p {
        color: #fff;
    }
    /* item icon */
    .home-process .item .icon {
        font-size: 45px;
        color: #273e82;
        display: block;
        text-align: center;
        transition: all .3s;
        margin-top: 26px;
        top: 0px;
    }
    .home-process .item .icon-xiayibu {
        color: #df002c;
    }
    /* item dot */
    .home-process .item .dot {
        width: 50px;
        height: 50px;
        margin: 0 auto;
        margin-bottom: 25px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .home-process .item .dot i {
        background: #062448;
        width: 12px;
        height: 12px;
        border-radius: 100px;
    }
    .home-process .shouye .item .number {
        margin: 30px auto;
    }
    .home-process .shouye .item:hover .icon {
        color: #fff;
        position: relative;
        top: 0px;
        transition: all .3s;
    }
    .home-process .shouye .item:hover .number {
        display: block;
        position: relative;
        top: 0px;
        transition: all .3s;
    }
    /*
	.home-process .shouye .item .number b{
	background: #003362;
    color: #ffffff;
	}
	.home-process .shouye .item:hover .number b{
		background: #ffffff;
    	color: #003362;
	}
*/
    /* item number */
    .home-process .item .number {
        width: 54px;
        height: 54px;
        border: 1px solid rgb(225, 225, 225);
        border-radius: 100px;
        margin: 0 auto;
        transition: all .3s;
        top: 0px;
    }
    .home-process .item .number b {
        background: #ffffff;
        width: 42px;
        height: 42px;
        font-weight: normal;
        border-radius: 100px;
        margin: 0 auto;
        display: block;
        line-height: 42px;
        margin-top: 5px;
        font-size: 22px;
        color: #666;
        -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.67);
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.67);
    }
    /* item title */
    .home-process .item .title {
        position: relative;
    }
    .home-process .item .title h3 {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 15px;
        transition: all .3s;
    }
    .home-process .item .title p {
        font-size: 14px;
        color: #6d88a7;
        opacity: 0;
        margin-bottom: 30px;
    }
    .home-process .item .title:after {
        content: "";
        width: 20px;
        height: 2px;
        background: #D9D9D9;
        left: 45%;
        bottom: 0;
        position: absolute;
    }
    /* hover */
    .home-process .item:hover:after {
        opacity: 1;
        top: 0;
    }
    .home-process .item:hover .icon {
        color: #fff;
        position: relative;
        top: 30px;
        transition: all .3s;
    }
    .home-process .item:hover .dot {
        visibility: hidden;
    }
    .home-process .item:hover .number {
        display: block;
        position: relative;
        top: 20px;
        transition: all .3s;
    }
    .home-process .item:hover .title h3 {
        color: #fff;
    }
    .home-process .item:hover .title p {
        opacity: 1;
    }
    .home-process .item:hover .title:after {
        height: 0;
    }
    /* --- 简介 --- */
    .home-introduce {
        padding-top: 90px;
        padding-bottom: 60px;
        /*background: url(/template/xintu/images/about.png) no-repeat #F5F5F5 2% top;*/
    }
    /* content */
    .home-introduce .content {
        width: 60%;
    }
    /* content column */
    .home-introduce .content .column {
        display: flex;
        align-items: center;
        margin-bottom: 70px;
    }
    .home-introduce .content .column .pic {
        margin-right: 10px;
    }
    .home-introduce .content .column .text h3 {
        color: #273e82;
        font-size: 36px;
        font-weight: bolder;
        font-weight: 900;
        margin-bottom: 5px;
    }
    .home-introduce .content .column .text p {
        color: #c5c5c5;
        font-size: 22px;
    }
    /* content data */
    .home-introduce .content .data {
        margin-bottom: 60px;
    }
    .home-introduce .content .data ul {
        display: flex;
    }
    .home-introduce .content .data ul li {
        position: relative;
        width: 25%;
    }
    .home-introduce .content .data ul li .title {
        color: #666;
        margin-bottom: 60px;
    }
    .home-introduce .content .data ul li .number {
        display: flex;
        color: #273e82;
    }
    .home-introduce .content .data ul li .number b {
        font-size: 64px;
        font-weight: bolder;
        font-weight: 900;
        align-items: flex-end;
        color: #df002c;
    }
    .home-introduce .content .data ul li .number p {
        font-size: 36px;
        margin-top: 5px;
        margin-left: 15px;
        color: #df002c;
    }
    /* content service */
    .home-introduce .content .services .hd {
        margin-bottom: 50px;
    }
    .home-introduce .content .services .hd ul {
        display: flex;
    }
    .home-introduce .content .services .hd ul li {
        text-align: center;
        height: 60px;
        line-height: 60px;
        background: #273e82;
        color: #fff;
        cursor: pointer;
        position: relative;
        width: 25%;
    }
    .home-introduce .content .services .hd ul li a {
        display: block;
        color: #fff;
    }
    .home-introduce .content .services .hd ul li.on {
        background: #df002c;
    }
    .home-introduce .content .services .hd ul li:not(:last-child):after {
        content: "";
        background: #F5F5F5;
        right: 0;
        top: 0;
        width: 2px;
        height: 100%;
        position: absolute;
    }
    .home-introduce .content .services .bd .box p {
        line-height: 250%;
        /* min-height: 180px; */
    }
    /* 图片 */
    .home-introduce .photo {
        margin-left: auto;
        display: flex;
        justify-content: flex-end;
        position: relative;
        width: 35%;
    }
    .home-introduce .photo:after {
        content: "";
        width: 60%;
        height: 70%;
        border: 2px solid #e5e5e5;
        position: absolute;
        top: 20%;
        z-index: 0;
        left: 0;
    }
    .home-introduce .photo .pic {
        position: relative;
        z-index: 50;
    }
    .home-introduce .photo .pic a {
        text-transform: uppercase;
        margin-top: 40px;
        color: #df002c;
        position: relative;
        transition: all .3s;
        display: flex;
        align-items: center;
    }
    .home-introduce .photo .pic a i {
        font-size: 36px;
        margin-right: 15px;
    }
    .home-introduce .photo .pic a:hover {
        color: #273e82;
    }
    .home-introduce .photo .pic a:hover:before {
        background: #273e82;
    }
    /* --- 资讯 --- */
    .home-news {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .news-left {
        width: 69%;
    }
    .news-right {
        width: 28%;
        margin-left: auto;
    }
    /* 标题 */
    .news-title {
        margin-bottom: 30px;
        display: flex;
        align-items: flex-end;
    }
    .news-title p {
        margin-left: 15px;
        color: #bbbbbb;
        text-transform: uppercase;
    }
    .news-title a {
        margin-left: auto;
        font-size: 12px;
        text-transform: uppercase;
        color: #bbb;
    }
    .news-title a:hover {
        color: #df002c;
    }
    /* 资讯 */
    .news-migrate {
        display: flex;
        margin-bottom: 35px;
    }
    /* 资讯 - 知识 */
    .news-migrate .knowledge {
        position: relative;
        width: 40%;
    }
    .news-migrate .knowledge .content {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .news-migrate .knowledge .pic {
        background: #000;
    }
    .news-migrate .knowledge .pic img {
        width: 100%;
        opacity: .7;
    }
    .news-migrate .knowledge .text {
        width: 80%;
        margin: 0 auto;
    }
    .news-migrate .knowledge .text .icon {
        font-size: 40px;
        color: #fff;
        margin-bottom: 45px;
        display: block;
        transition: all .3s;
    }
    .news-migrate .knowledge .text p {
        width: 100%;
        color: #fff;
        height: 30px;
        line-height: 30px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    /* 资讯 - 知识 - hover */
    .news-migrate .knowledge:hover .text .icon {
        color: #df002c;
    }
    /* 资讯 - 列表 */
    .news-migrate .list {
        margin-left: auto;
        width: 58%;
    }
    .news-migrate .list li {
        margin-bottom: 17px;
        background: #fff;
        transition: all .3s;
        border: 1px solid #E3E3E3;
    }
    .news-migrate .list li a {
        display: flex;
        align-items: center;
    }
    .news-migrate .list li .pic {
        width: 32%;
    }
    .news-migrate .list li .pic img {
        width: 100%;
    }
    .news-migrate .list li .text {
        border-left: none;
        padding: 0 25px;
        width: 68%;
        margin-left: auto;
    }
    .news-migrate .list li .text h3 {
        margin-bottom: 15px;
        margin-top: 15px;
        transition: all .3s;
        font-size: 18px;
        height: 18px;
        line-height: 18px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .news-migrate .list li .text p {
        line-height: 25px;
        color: #999;
        font-size: 14px;
        height: 75px;
        overflow: hidden;
    }
    /* 资讯 - 列表 hover */
    .news-migrate .list li:hover {
        box-shadow: 10px 10px 20px #ececec;
    }
    .news-migrate .list li:hover {
        border: 1px solid #df002c;
    }
    .news-migrate .list li:hover .text h3 {
        color: #df002c;
    }
    /* 成功案例 */
    .news-case {}
    /* 成功案例 - 推荐 */
    .news-case .hot {
        margin-bottom: 20px;
    }
    .news-case .hot ul {
        display: flex;
        justify-content: space-between;
    }
    .news-case .hot ul li {
        display: flex;
        align-items: center;
        overflow: hidden;
        width: 48%;
    }
    .news-case .hot ul li .pic {
        transition: all .3s;
        overflow: hidden;
        width: 35%;
    }
    .news-case .hot ul li .pic:hover {
        box-shadow: 10px 10px 20px #ececec;
    }
    .news-case .hot ul li .text {
        width: 60%;
        margin-left: 15px;
    }
    .news-case .hot ul li .text h3 {
        font-size: 18px;
        line-height: 18px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin-bottom: 15px;
    }
    .news-case .hot ul li .text p {
        font-size: 14px;
        color: #999;
        line-height: 25px;
        height: 75px;
        overflow: hidden;
    }
    /* 成功案例 - 列表 */
    .news-case .list ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .news-case .list ul li {
        width: 48%;
        display: flex;
        align-items: center;
        font-size: 14px;
        line-height: 30px;
        height: 30px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .news-case .list ul li a {
        width: 70%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .news-case .list ul li .date {
        color: #ccc;
        margin-left: auto;
        margin-right: 5%;
    }
    /* 面面观 */
    .news-aspects li {
        position: relative;
        margin-bottom: 40px;
        transition: all .3s;
    }
    .news-aspects li .text {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #000;
        height: 65px;
        line-height: 65px;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.5);
        font-size: 16px;
        padding: 0 20px;
        transition: all .3s;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-align: center;
    }
    /* 面面观 hover */
    .news-aspects li:hover {
        box-shadow: 10px 10px 20px #ececec;
    }
    .news-aspects li:hover .text {
        background-color: rgba(0, 0, 0, 0.8);
    }
    /* ------ 项目 ------ */
    /* --- banner --- */
    .project-banner {
        position: relative;
        height: 996px;
        overflow: hidden;
        text-align: center;
        background: url(/template/xintu/images/project-banner-two.jpg) no-repeat center top;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }
    .project-banner.wap {
        display: none;
    }
    /* 入股 */
    .project-banner.project-two {
        background: url(/template/xintu/images/project-banner-two.jpg) no-repeat center top;
    }
    /* --- 项目介绍 --- */
    .project-about {
        /* background: url(/template/xintu/images/project-about.jpg) no-repeat; */
        background-size: cover;
        overflow: hidden;
        padding-bottom: 100px;
    }
    .project-about .row {
        align-items: stretch;
    }
    /* photo */
    .project-about .photo {
        width: 45%;
       
        transition: all .4s;
    }
    .project-about .photo img:hover{
        transform: sacle(1,1)  ;
        
    }
    /* content */
    .project-about .content {
        position: relative;
      /*  width: 49%;*/
     width: 100%;
        margin-left: auto;
    }
    .project-about .content .text p {
        line-height: 180%;
        font-size: 18px;
        margin-bottom: 20px;
    }
    .project-about .content .page-more {
        position: absolute;
        bottom: 0;
        left: 0;
    }
    /* --- 项目优势 --- */
    .project-advantage {
        margin-bottom: 100px;
    }
    .project-advantage .row {
        display: flex;
        flex-wrap: wrap;
        /* border: 1px solid #E9E4E6; */
    }
    /* li */
    .project-advantage .item {
        overflow: hidden;
        width: 33.333%;
        background: #fff;
    }
    .project-advantage .item .pic {
        width: 50%;
        height: auto;
        overflow: hidden;
    }
    .project-advantage .item .pic img {
        width: 100%;
        height: 100%;
    }
    .project-advantage .item .text {
        display: flex;
        align-items: center;
        height: 100%;
        width: 50%;
        padding: 0 35px;
    }
    .project-advantage .item .text h3 {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 10px;
        line-height: 1.4;
    }
    .project-advantage .item .text p {
        color: #666;
        line-height: 150%;
        font-size: 14px;
    }
    .margin-b-50 {
        margin-bottom: 50px;
    }
    /* nth */
    .project-advantage .item:nth-child(1) .pic {
        float: left;
    }
    .project-advantage .item:nth-child(1) .text {
        float: right;
    }
    .project-advantage .item:nth-child(2) .pic {
        float: left;
    }
    .project-advantage .item:nth-child(2) .text {
        float: right;
    }
    .project-advantage .item:nth-child(3) .pic {
        float: left;
    }
    .project-advantage .item:nth-child(3) .text {
        float: right;
    }
    .project-advantage .item:nth-child(4) .pic {
        float: right;
    }
    .project-advantage .item:nth-child(4) .text {
        float: left;
    }
    .project-advantage .item:nth-child(5) .pic {
        float: right;
    }
    .project-advantage .item:nth-child(5) .text {
        float: left;
    }
    .project-advantage .item:nth-child(6) .pic {
        float: right;
    }
    .project-advantage .item:nth-child(6) .text {
        float: left;
    }
    /* hover */
    .project-advantage .item:hover .text h3 {
        color: #0a4275;
    }
    /* --- 申请前提 --- */
    .project-condition {
        background: url(/template/xintu/images/project-condition.jpg) no-repeat center top;
        overflow: hidden;
        padding-bottom: 50px;
        position: relative;
        height: auto;
    }
    /* column */
    .project-condition .page-column h3 {
        color: #fff;
    }
    .project-condition .page-column p {
        color: #9eb5cd;
    }
    /* 内容 */
    .project-condition .item {
        color: #fff;
        text-align: center;
        position: relative;
        height: auto;
        display: flex;
    }
    .project-condition .item:after {
        content: "";
        background: #1C4B75;
        width: 1px;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
    }
    .project-condition .owl-item:last-child .item:after {
        display: none;
    }
    .project-condition .item a {
        padding: 0 40px 20px;
        width: 100%;
    }
    .project-condition .item .icon {
        font-size: 40px;
        margin-bottom: 20px;
        display: block;
        margin-top: 30px;
        color: #df002c;
    }
    .project-condition .item .title {
        margin-bottom: 25px;
    }
    .project-condition .item .title p {
        color: #809ab8;
        font-size: 12px;
        text-transform: uppercase;
        margin-bottom: 15px;
    }
    .project-condition .item .title h3 {
        font-size: 26px;
        line-height: 1.2;
        color: #fff;
        font-weight: bolder;
    }
    .project-condition .item .dep {
        color: #c0d7ec;
        line-height: 180%;
    }
    .project-condition .item a {
        transition: all .3s;
    }
    .project-condition .item:hover a {
        background: rgba(0, 0, 0, 0.2);
    }
    .project-condition .item:hover .icon {
        color: #fff
    }
    .project-condition .wuge .owl-wrapper {
        width: 100% !important;
        display: flex !important;
        justify-content: center;
    }
    .project-condition .wuge .owl-wrapper .owl-item {
        width: 20% !important;
    }
    /* nth */
    .project-condition .item:not(:last-child) {
        content: "";
        background: #1C4B75;
        width: 1px;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
    }
    /* owl-page */
    .project-condition .owl-pagination {
        display: flex;
        align-items: flex-end;
        justify-content: center;
        margin-top: 70px;
    }
    .project-condition .owl-pagination .owl-page {
        width: 5px;
        height: 10px;
        background: #2F5B82;
        margin-left: 5px;
        margin-right: 5px;
        border-radius: 100px;
        transition: all .3s;
    }
    .project-condition .owl-pagination .owl-page.active {
        height: 20px;
        background: #CFE1F7;
    }
    .item img {
        transition: all .5s
    }
    .item .pic {
        overflow: hidden;
    }
    .item:hover img {
        -webkit-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
        -webkit-transition: -webkit-transform 0.6s ease 0;
        transition: transform 0.6s ease 0;
    }
    /* --- 后续服务 --- */
    .project-service {
        background: url(/template/xintu/images/project-about.jpg) no-repeat;
        background-size: cover;
        padding-top: 100px;
        padding-bottom: 100px;
    }
    /* column */
    .project-service .column {
        display: flex;
        align-items: flex-end;
        margin-bottom: 35px;
    }
    .project-service .column h3 {
        font-size: 36px;
        font-weight: bolder;
        font-weight: 900;
    }
    .project-service .column p {
        color: #666;
        margin-left: 20px;
    }
    /* slide */
    .project-service .service-left {
        max-width: 100%;
    }
    /* slide item */
    .project-service .content .item {
        height: 370px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 100%;
    }
    .project-service .content .item:after {
        content: "";
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000;
        background-color: rgba(0, 0, 0, 0.65);
        position: absolute;
        transition: all .3s;
    }
    .project-service .content .item .box {
        position: relative;
        z-index: 20;
        width: 100%;
        padding: 0 30px;
    }
    .project-service .content .item .title {
        font-size: 28px;
        font-weight: bolder;
        font-weight: 900;
        color: #fff;
        padding-bottom: 33px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        margin-bottom: 30px;
    }
    .project-service .content .item .dep {
        height: 50px;
        margin-bottom: 60px;
    }
    .project-service .content .item .dep p {
        color: #fff;
        line-height: 25px;
        height: 25px;
    }
    .project-service .content .item .icon {
        color: #fff;
        opacity: .4;
        font-size: 64px;
        transition: all .3s;
    }
    .project-service .content .item .pic {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    /* slide dot */
    .project-service .owl-pagination {
        position: absolute;
        right: -50px;
        top: 0;
        z-index: 999;
    }
    .project-service .owl-page {
        background: #f60;
        width: 10px;
        height: 5px;
        background: #888;
        border-radius: 100px;
        margin-bottom: 10px;
        margin-left: 10px;
        transition: all .3s;
    }
    .project-service .owl-page.active {
        background: #273e82;
        width: 20px;
        margin-left: 0;
    }
    /* slide hover */
    .project-service .content .item:hover:after {
        background-color: rgba(206, 151, 15, 0.75);
    }
    .project-service .content .item:hover .icon {
        opacity: 1;
    }
    /* slide pagination */
    .project-service .swiper-pagination {
        right: -125px;
        top: 0px;
    }
    .project-service .swiper-pagination .swiper-pagination-bullet {
        background: #888;
        width: 10px;
        height: 5px;
        border-radius: 100px;
        margin-bottom: 10px;
        margin-left: 10px;
        transition: all .3s;
    }
    .project-service .swiper-pagination .swiper-pagination-bullet-active {
        background: #273e82;
        width: 20px;
        margin-left: 0;
    }
    /* photo */
    .project-service .service-right {
        position: relative;
        margin-left: auto;
    }
    .project-service .service-right:before {
        content: "";
        width: 95%;
        height: 88%;
        border: 1px solid #C6D2DC;
        position: absolute;
        left: -10%;
        top: 70px;
    }
    .project-service .service-right img {
        position: relative;
        z-index: 20;
    }
    /* --- 申请流程 --- */
    .project-process {
        /* background: url(/template/xintu/images/project-service-back.jpg) no-repeat center bottom; */
        /* min-height: 600px; */
        z-index: -1;
        margin-bottom: 0;
    }
    /* container */
    .project-process .container:after {
        top: 47%;
    }
    /* content */
    .project-process .content {
        width: 100%;
        overflow-x: auto;
        padding-bottom: 20px;
        margin-bottom: 50px;
        position: relative;
        z-index: 400;
        cursor: pointer;
        display: flex;
    }
    .project-process .content::-webkit-scrollbar-track-piece {
        background-color: #eee;
        border-radius: 100px;
    }
    .project-process .content::-webkit-scrollbar {
        height: 5px;
        width: 30px;
    }
    .project-process .content::-webkit-scrollbar-thumb {
        background-color: #273e82;
        background-clip: padding-box;
        min-height: 5px;
        border-radius: 100px;
    }
    .project-process .content::-webkit-scrollbar-thumb:hover {
        background-color: #0057A6;
    }
    /* item */
    .project-process .item {
        min-width: 16.666%;
        padding: 0 20px;
    }
    .project-process .item .title {
        padding: 0 10px;
        height: 100px;
    }
    .project-process .item .title h3 {
        font-size: 16px;
        line-height: 25px;
    }
    .project-process .item .title:after {
        content: "";
        background: none;
    }
    /* --- 优势 --- */
    .project-benefit {
        background: #f1f1f1;
        overflow: hidden;
        padding-bottom: 55px;
    }
    .project-benefit .row {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    /* item */
    .project-benefit .item {
        margin-bottom: 45px;
        transition: all .3s;
    }
    .project-benefit .item .pic {
        position: relative;
        border-bottom: none;
    }
    .project-benefit .item .pic img {
        width: 100%;
    }
    .project-benefit .item .pic b {
        position: absolute;
        z-index: 9;
        bottom: 0;
        left: 0;
        width: 100%;
        width: 100%;
        height: 70px;
        line-height: 70px;
        text-align: center;
        display: block;
        background-color: rgba(0, 0, 0, 0.8);
        font-size: 24px;
        color: #fff;
        transition: all .3s;
    }
    .project-benefit .item .text {
        padding: 20px 50px;
        text-align: center;
        background: #fff;
        font-size: 14px;
        line-height: 180%;
    }
    /* hover */
    .project-benefit .item:hover .text{
        background: #df002c;
        color: #fff;
    }
    .project-benefit .item:hover .pic b {
        background: #00396A;
    }
    .project-benefit .item a:hover {
        color: #273e82
    }
    /* --- 项目新闻 --- */
    .project-news {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    /* 成功案例 */
    .project-case {
        width: 65%;
    }
    .project-case .content {
        display: flex;
        align-items: flex-start
    }
    .project-case .content .list {
        margin-left: auto;
    }
    /* 成功案例 推荐 */
    .project-case .recommend {
        width: 45%;
        background: #eee;
        padding: 20px 25px;
        margin-right: 20px;
        transition: all .3s;
    }
    .project-case .recommend h3 {
        font-size: 24px;
        margin-bottom: 12px;
        height: 75px;
        line-height: 35px;
        overflow: hidden;
    }
    .project-case .recommend .text {
        margin-bottom: 15px;
        color: #999;
        font-size: 14px;
        height: 100px;
        line-height: 25px;
        overflow: hidden;
    }
    .project-case .recommend .date {
        height: 121px;
        padding-left: 30px;
        border-left: 2px solid #df002c;
        margin-left: 40px;
        margin-bottom: -40px;
        position: relative;
        z-index: 200;
    }
    .project-case .recommend .date b {
        font-size: 24px;
        color: #999;
        margin-bottom: 10px;
        display: block;
    }
    .project-case .recommend .date p {
        color: #999;
        font-size: 14px;
    }
    .project-case .recommend .pic {
        position: relative;
        overflow: hidden;
    }
    .project-case .recommend .pic:before {
        content: "\e788";
        position: absolute;
        z-index: 9;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        font-family: iconfont;
        text-align: center;
        line-height: 245px;
        color: #fff;
        font-size: 36px;
    }
    .project-case .recommend .pic img {
        width: 100%;
        transition: all .5s
    }
    /* 成功案例 推荐 hover */
    .project-case .recommend:hover {
        background: #f9f9f9;
    }
    .project-case .recommend:hover h3 a {
        color: #df002c;
    }
    .project-case .recommend:hover .pic img {
        -webkit-transform: scale(0.9, 0.9);
        -ms-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        -webkit-transition: -webkit-transform 0.6s ease 0;
        transition: transform 0.6s ease 0;
    }
    .pic {
        overflow: hidden;
    }
    .pic img {
        overflow: hidden;
        transition: all .5s
    }
    /* 成功案例 列表 */
    .project-news .project-case .list {
        margin-left: auto;
        width: 55%;
    }
    .project-news .project-case .list li {
        margin-bottom: 28px;
        display: flex;
        background: #eee;
        transition: all .3s;
    }
    .project-news .project-case .list li .pic {
        width: 30%;
        overflow: hidden;
    }
    .project-news .project-case .list li .pic img {
        width: 100%;
        height: 100%;
    }
    .project-news .project-case .list li .text {
        width: 68%;
        padding: 20px;
        overflow: hidden;
    }
    .project-news .project-case .list li .text h3 {
        margin-bottom: 10px;
        font-size: 18px;
        transition: all .3s;
        height: 20px;
        line-height: 20px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .project-news .project-case .list li .text p {
        font-size: 14px;
        color: #999;
        line-height: 25px;
        height: 50px;
        overflow: hidden;
    }
    /* 成功案例 列表 hover */
    .project-news .project-case .list li:hover {
        background: #f9f9f9;
    }
    .project-news .project-case .list li:hover .text h3 {
        color: #df002c;
    }
    .project-news .project-case .list li:hover img {
        -webkit-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
        -webkit-transition: -webkit-transform 0.6s ease 0;
        transition: transform 0.6s ease 0;
    }
    /* 资讯 */
    .project-info {
        margin-left: auto;
        width: 33%;
    }
    /* 资讯  photo */
    .project-info .info-photo {
        position: relative;
        margin-bottom: 20px;
    }
    .project-info .info-photo .pic img {
        width: 100%;
    }
    .project-info .info-photo .text {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 65px;
        line-height: 65px;
        background-color: rgba(0, 0, 0, 0.5);
        color: #fff;
        transition: all .3s;
        text-align: center;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding: 0 20px;
    }
    .project-info .info-photo:hover .text {
        background-color: rgba(0, 0, 0, 0.8);
    }
    .project-info .info-photo:hover img {
        -webkit-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
        -webkit-transition: -webkit-transform 0.6s ease 0;
        transition: transform 0.6s ease 0;
    }
    /* 资讯  list */
    .project-info .info-list {}
    .project-info .info-list li {
        display: flex;
        align-items: center;
        line-height: 32px;
        height: 32px;
        overflow: hidden;
    }
    .project-info .info-list li a {
        width: 80%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .project-info .info-list li .date {
        color: #ccc;
        font-size: 14px;
        margin-left: auto;
    }
    /* ------ 新闻列表 ------ */
    /* --- banner --- */
    .list-banner {
        height: 300px;
        background: url(/template/xintu/images/banner-list.jpg) no-repeat center top;
        margin-top: 96px;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }
    .list-banner.wap {
        display: none;
    }
    /* --- 资讯 --- */
    .news-list-box {
        margin-bottom: 80px;
    }
    /* title */
    .news-list-box .news-title {
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    /* list */
    .news-list-box .row {
        justify-content: space-between;
    }
    .news-list-box .row .item {
        width: 23%;
        border: 1px solid #eee;
        background: #f3f3f3;
        transition: all .3s;
    }
    /* list photo */
    .news-list-box .item .photo {
        position: relative;
        overflow: hidden;
    }
    .news-list-box .item .photo img {
        width: 100%;
    }
    .news-list-box .item .photo .date {
        position: absolute;
        left: 21px;
        top: 21px;
        width: 70px;
        height: 100px;
        background: #fff;
        background-color: rgba(255, 255, 255, 0.8);
        text-align: center;
        padding: 0 10px;
        transition: all .3s;
    }
    .news-list-box .item .photo .date b {
        line-height: 60px;
        font-size: 36px;
        color: #273e82;
        border-bottom: 1px solid #ccc;
        display: block;
    }
    .news-list-box .item .photo .date p {
        line-height: 40px;
        color: #273e82;
    }
    /* list box */
    .news-list-box .item .box {
        background: #f3f3f3;
        padding: 30px;
    }
    .news-list-box .item .box h3 {
        font-size: 20px;
        font-weight: bolder;
        line-height: 20px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin-bottom: 20px;
    }
    .news-list-box .item .box .info {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }
    .news-list-box .item .box .info p {
        font-size: 14px;
        color: #888;
        width: 50%;
        position: relative;
    }
    .news-list-box .item .box .info p:before {
        font-family: iconfont;
        margin-right: 5px;
        color: #df002c;
    }
    .news-list-box .item .box .info p.time:before {
        content: "\e60f";
    }
    .news-list-box .item .box .info p.type:before {
        content: "\e60a";
    }
    .news-list-box .item .box .text {
        font-size: 14px;
        line-height: 25px;
        color: #666;
        margin-bottom: 20px;
        height: 100px;
        overflow: hidden;
    }
    .news-list-box .item .box .line {
        height: 1px;
        background: #ddd;
        margin-bottom: 25px;
    }
    .news-list-box .item .box .more a {
        display: block;
        border: 1px solid #273e82;
        width: 160px;
        height: 50px;
        text-align: center;
        line-height: 48px;
        font-size: 14px;
        color: #273e82;
        transition: all .3s;
    }
    /* list hover */
    .news-list-box .item:hover {
        box-shadow: 5px 5px 10px #ececec;
    }
    .news-list-box .item:hover .photo .date {
        background-color: rgba(219, 158, 12, 0.8);
    }
    .news-list-box .item:hover .photo .date b {
        color: #fff;
        border-bottom: 1px solid #fff;
    }
    .news-list-box .item:hover .photo .date p {
        color: #fff;
    }
    .news-list-box .item:hover .more a {
        background: #df002c;
        border: 1px solid #df002c;
        color: #fff;
    }
    /* --- 案例 --- */
    .case-list-box {}
    .case-list-box .row {
        justify-content: space-between;
    }
    /* title */
    .case-list-box .news-title {
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    /* item */
    .case-list-box .item {
        width: 49%;
        display: flex;
        background: #f3f3f3;
        margin-bottom: 40px;
    }
    /* list photo */
    .case-list-box .item .photo {
        position: relative;
        overflow: hidden;
        width: 45%;
    }
    .case-list-box .item .photo .date {
        position: absolute;
        left: 21px;
        top: 21px;
        width: 70px;
        height: 100px;
        background: #fff;
        background-color: rgba(255, 255, 255, 0.8);
        text-align: center;
        padding: 0 10px;
        transition: all .3s;
    }
    .case-list-box .item .photo .date b {
        line-height: 60px;
        font-size: 36px;
        color: #273e82;
        border-bottom: 1px solid #ccc;
        display: block;
    }
    .case-list-box .item .photo .date p {
        line-height: 40px;
        color: #273e82;
    }
    /* list box */
    .case-list-box .item .box {
        background: #f3f3f3;
        padding: 30px;
        width: 55%;
    }
    .case-list-box .item .box h3 {
        font-size: 20px;
        font-weight: bolder;
        line-height: 20px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin-bottom: 20px;
    }
    .case-list-box .item .box .info {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }
    .case-list-box .item .box .info p {
        font-size: 14px;
        color: #888;
        width: 50%;
        position: relative;
    }
    .case-list-box .item .box .info p:before {
        font-family: iconfont;
        margin-right: 5px;
        color: #df002c;
    }
    .case-list-box .item .box .info p.time:before {
        content: "\e60f";
    }
    .case-list-box .item .box .info p.type:before {
        content: "\e60a";
    }
    .case-list-box .item .box .text {
        font-size: 14px;
        color: #666;
        margin-bottom: 25px;
        height: 50px;
        overflow: hidden;
        line-height: 25px;
    }
    .case-list-box .item .box .more a {
        display: block;
        border: 1px solid #273e82;
        width: 160px;
        height: 50px;
        text-align: center;
        line-height: 48px;
        font-size: 14px;
        color: #273e82;
        transition: all .3s;
    }
    /* list hover */
    .case-list-box .item:hover {
        box-shadow: 5px 5px 10px #ececec;
    }
    .case-list-box .item:hover .photo .date {
        background-color: rgba(219, 158, 12, 0.8);
    }
    .case-list-box .item:hover .photo .date b {
        color: #fff;
        border-bottom: 1px solid #fff;
    }
    .case-list-box .item:hover .photo .date p {
        color: #fff;
    }
    .case-list-box .item:hover .more a {
        background: #df002c;
        border: 1px solid #df002c;
        color: #fff;
    }
}

@media (min-width:1900px) {
    .project-service .service-left {
        width: 1020px;
        max-width: 100%;
    }
    .project-service .content .item {
        height: 480px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 300px;
    }
}

.home-process .swiper-liucheng .item {
    height: auto;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    transition: all .3s;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.home-process .swiper-slide:nth-of-type(2n) .item:after {
    background: #df002c;
}

.home-process .swiper-slide:nth-of-type(2n) .item:hover .title p {
    color: #fff;
}

.home-process .swiper-liucheng .swiper-slide:first-of-type .item .yingcang {
    visibility: hidden;
}

.swiper-liucheng {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-bottom: 20px;
}

.swiper-liucheng .swiper-slide {
    display: flex;
 /*   flex-direction: column;*/
    align-items: center;
    justify-content: center;
    position: relative;
}

.swiper-liucheng .swiper-slide img {
    display: block;
    width: 100%;
}

.swiper-container-horizontal>.swiper-scrollbar {
    bottom: 0;
}

.swiper-liucheng .swiper-button-next, .swiper-liucheng .swiper-button-prev {
    position: absolute;
    top: 46%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next {
    right: 0;
}

.swiper-liucheng .swiper-button-next i, .swiper-liucheng .swiper-button-prev i {
   font-size: 2.5rem;
    color: #df002c;
    margin-top: -10px;
      margin-right: 0px;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}

/* --- 资质证书布景图 --- */
.home-lineage {
     /*background: url(/template/xintu/images/home-lineage.jpg) no-repeat; */
    /* background-size: cover; */
    /* height: 773px; */
    max-height: 700px;
    overflow: hidden;
}
#hezuokh{
    
    background:none;
    padding-bottom: 50px;
}
    

.home-lineage .row {
    align-items: center;
    position: relative;
}
/* item pic */
.home-lineage .photo {
    width: 45%;
}
.home-lineage .pic {
    margin:0 15px;
    position: relative;
    border: 1px solid #ddd;
    overflow: hidden;
}
.home-lineage .pic img {
    width: 100%;
}

.home-team{
    padding-bottom: 50px;
}
.home-team .item p{
    background: #eee;
    text-align: center;
    margin:0 15px;
    padding:20px 10px;
}
#home-team{
    position: relative;
}
/* Pagination */
.home-programme3 .prev, .home-programme3 .next {
    font-size: 50px;
    color: #E5E5E5;
    z-index: 200;
    position: absolute;
    top: 35%;
    cursor: pointer;
}
.home-programme3 .prev {
    left: -50px;
}
.home-programme3 .next {
    right: -50px;
}
.home-programme3 .prev:hover, .home-programme3 .next:hover{
    color: #df012d;
}
#home-team .item:hover p{
    background: #df012d;
    color: #fff;
}

.page-footer .tel h2 {
    margin-bottom: 15px;
    font-weight: bolder;
    font-size: 18px;
    color: #000
}
.more{
    text-align: center;
    display: block;
    width: 100%;
    margin-top: 50px;
}
.more .button{
    width: 235px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background: #ffffff;
    margin: 0 auto;
    color: #283f82;
    transition: all .3s;
    border: 1px solid #283f82;
}
.more .button:hover{
    background: #df012d;
    color: #ffffff;
    transition: all .3s;
    border: 1px solid #df012d;
}

.position{
    height: 300px;
    margin-top: 96px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.position .container{
    width: 100%;
    height: 100%;
    position: relative;
    display: grid;
    align-items: center;
    grid-template-rows: 100%;
}
.position .weizhi{
    background:rgba(39, 62, 130, 0.95);
    padding: 1.2rem;
    color: rgba(255, 255, 255, 0.5);
    border-radius: 5px 5px 0 0;
    line-height: 1.6;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
}
.position .weizhi i{
    color: #df002c;
    font-size: 24px;
    /* position: absolute; */
    /* top: 2px; */
}
.position .weizhi a{
    color: rgba(255, 255, 255, 0.9);
    padding: 0 10px;
}
.position .weizhi a:first-child{
    padding-left: 2rem;
}

.fenlei{
    padding: 60px 0;
    background: url(/template/xintu/images/project-about.jpg) no-repeat;
    background-size: cover;
}
.fenlei .fl-nav ul{
    display: flex;
    justify-content: flex-start;
    width: 100%;
    /**/flex-wrap: wrap;
}
.fenlei .fl-nav ul span{
   margin: 5px 0px;
    text-align: center;
    line-height: 30px;
    padding: 5px;
    font-weight: 700;
    color: #333;
}
.fenlei .fl-nav ul li{
    color: #000;
    margin: 8px 1%;
}
.fenlei .fl-nav ul li a{
    font-size: 16px;
    padding: 10px 2rem;
    border-radius: 20px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fenlei .fl-nav ul li i{
    color: #273e82;
    font-size: 24px;
    /* position: relative;
    top: 3px; */
    margin-right: 5px;
}
.fenlei .fl-nav ul li:hover a {
    /* border-color: #df002c; */
    color: #273e82;
}
.fenlei .fl-nav ul li.now a{
    background: #df002c;;
    border: 0;
    color: #fff;
}
.fenlei .fl-nav ul li.now i{
    color: #fff;
}
.lanse_bg .page-column.bolder h3{
    color: #fff;
}
.lanse_bg .page-column.bolder p{
    color: #8492bb;
}
.lanse_bg{
    background: #273e82;
    overflow: hidden;
}
.lanse_bg .pic{
    border: none;
}


.quyu .text p{
    font-size: 16px;
    line-height: 2;
    margin-bottom: 5px;
}

.quyu .content h4{
    color: #273e82;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 20px;
}
.quyu .content .text{
    border: 1px dashed #ddd;
    padding: 15px;
    margin-bottom: 50px;
}
.quyu .content .text p{
    font-size: 16px;
    line-height: 2;
    margin-bottom: 5px;
}
.quyu .content .left-holder{
    overflow: hidden;
    display: block;
}
.quyu .content .left-holder a{
    display: inline-block;
    border-radius: 5px;
    background: #333;
    color: #fff;
    padding: 12px 30px;
    margin-right: 10px;
}
.quyu .content .left-holder a:first-child{
    background: #273e82;
}

.mt-50{
    margin-top: 50px;
}
.page-title-section{
    position: relative;
    padding: 0;
}

.page-title-section .bg-bg{
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.page-title-section h1 {
    font-size: 45px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1;
    color: #fff;
    text-align: center;
    margin-bottom: 2rem;
}

.huise-bg{
    background: url(/template/xintu/images/home-lineage.jpg) no-repeat;
    background-size: cover;
    padding: 80px 0 100px;
}

.huise-bg .page-column{
    margin-top: 0;
}

.huise-bg .home-programme{
    margin-bottom: 0;
}

@media (max-width:1024px) {
    .home-programme3 .prev, .home-programme3 .next{
        font-size: 2.8rem;
    }
    .home-programme3 .prev {
        left: 20px;
    }
    .home-programme3 .next {
        right: 20px;
    }
    .more .button{
        width: 200px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        text-align: center;
        background: #ffffff;
        margin: 0 auto;
        color: #283f82;
        transition: all .3s;
        border: 1px solid #283f82;
    }
    .position{
        margin-top: 0;
    }
    .huise-bg{
        padding: 20px 0;
    }
}<!--耗时1776073496.6815秒-->