.swiper-index {
    width: 100%;
    height: 600px;
}

.swiper-index .swiper-slide {
    height: 600px;
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: url(../images/loadz.gif) center no-repeat;
}

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

.swiper-index .index-pagination {
    bottom: 30px !important;
}

.swiper-index .index-pagination .swiper-pagination-bullet {
    width: 46px;
    height: 4px;
    background: url(../images/li2.jpg) no-repeat;
    background-position: -46px 0;
    margin: 0 10px;
    border-radius: 0;
    -webkit-border-radius: 0;
    transition: all 5s ease 0;
    -webkit-transition: all 5s ease 0;
    opacity: 1;
}

.index-pagination .swiper-pagination-bullet-active {
    animation: 5s banner6 linear infinite;
    animation: 5s banner6 linear infinite;
}

@keyframes banner6 {
    0% {
        background-position: -46px 0;
    }
    100% {
        background-position: 0 0;
    }
}


/*************288f47****************/

.lshow {
    display: none;
}


/* #menu { position: fixed; right: 20px; top: 50%; margin-top: -111px; z-index: 99;}
#menu li { width: 37px; height: 37px; position: relative; line-height: 37px; text-align: center;}
#menu li em { color: #fff; position: relative; z-index: 2; }
#menu li:before { content: ""; width: 26px; height: 1px; position: absolute; transition: all .4s; left: -26px; top: 18px; background: #fff;}
#menu li i {position: absolute; left: 50%; top: 50%; display: block; width: 0px; height: 0px; border-radius: 100%; background: #1b89dd; transition: all .2s;  }
#menu li i::before { display:block; position:absolute; left:-4px; top:-4px; content: ""; border: 1px solid #1b89dd; width: 41px; height: 41px; opacity:0; border-radius:100%;  }
#menu li.active:before { width: 90px; background: #1b89dd;}
#menu li.active i { width: 33px; height: 33px;left: 2px; top: 2px; }
#menu li.active i::before { opacity:1;} */

.right-bar {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 115px;
    z-index: 999;
}

.right-bar .lrf-home {
    display: block;
    width: 115px;
    height: 87px;
    background: url(../images/home1.png) top center no-repeat;
    transition: all .2s;
}

.right-bar .lrf-top {
    display: block;
    width: 115px;
    height: 86px;
    background: url(../images/top1.jpg) top center no-repeat;
    transition: all .2s;
}

.right-bar .lrf-close {
    position: absolute;
    right: 17px;
    top: 1px;
    cursor: pointer;
    font-size: 0;
    display: block;
    width: 29px;
    height: 33px;
    background: url(../images/lrf-close.png) top center no-repeat;
    transition: all .2s;
}

.nav-show {
    right: 0;
}

.nav-show .lrf-home,
.nav-show .lrf-top,
.nav-show #menu {
    height: 0;
}

.nav-show .menu {
    border: none;
}

.nav-show .lrf-close {
    transform: rotate(180deg);
    right: 0px;
}

#menu {
    transition: all .2s;
    background: #ecf3ff;
    border: 5px solid #c6a265;
    border-image: -webkit-linear-gradient(#c6a265, #c6a265) 30 30;
    border-image: -moz-linear-gradient(#c6a265, #c6a265) 30 30;
    border-image: linear-gradient(#c6a265, #c6a265) 30 30;
}

#menu li {
    height: 36px;
    position: relative;
    line-height: 36px;
    text-align: center;
    position: relative;
}

#menu li em {
    color: #061f4a;
    position: relative;
    z-index: 2;
    font-size: 16px;
}

#menu li a {
    display: block;
}

#menu li:before {
    content: "";
    width: 80%;
    height: 1px;
    position: absolute;
    transition: all .4s;
    left: 10%;
    bottom: 0;
    background: #cdd9ee;
}

#menu li i {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 0px;
    height: 100%;
    background: #1e83f1;
    transition: all .3s;
}


/* #menu li i::before { display:block; position:absolute; left:-4px; top:-4px; content: ""; border: 1px solid #1b89dd; width: 41px; height: 41px; opacity:0; border-radius:100%;  } */

#menu li.active:before {
    display: none;
}

#menu li.active i {
    width: 100%;
}

#menu li.active em {
    color: #fff;
}


/* #menu li.active i::before { opacity:1;} */

.page1 {
    background: url(../images/lay1.jpg) no-repeat;
    background-size: 100% 100%;
}

.page2 {
    background: url(../images/lay2.jpg) no-repeat;
    background-size: 100% 100%;
}

.page3 {
    background: url(../images/lay3.jpg) no-repeat;
    background-size: 100% 100%;
}

.page4 {
    background: url(../images/lay4.jpg) no-repeat;
    background-size: 100% 100%;
}

.page5 {
    background: url(../images/lay5.jpg) no-repeat;
    background-size: 100% 100%;
}

.page6 {
    background: url(../images/lay6.jpg) no-repeat;
    background-size: 100% 100%;
}

.page7 {
    background: url(../images/lay7.jpg) no-repeat;
    background-size: 100% 100%;
}

.fullpage-wrapper .section {
    position: relative;
}

.tb-zoom {
    opacity: 0;
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    transition: all .8s;
}

.active .tb-zoom {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transition-delay: 0.3s;
}

.tb-fadeIn {
    transition: all 1s;
    transition-delay: 0s;
    opacity: 0;
}

.active .tb-fadeIn {
    opacity: 1;
    transition-delay: 0.3s;
}

.section .fp-tableCell {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-top: 60px;
}


/******************/

#show-area {
    display: none;
}
#show-area2 {
    display: none;
}
#show-area3 {
    display: none;
}
/***page1*****/

.index-nav {
    height: 160px;
    background: rgba(7, 35, 85, .7);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 25;
}

.index-nav .hx-list {
    width: 1300px;
    margin: 0 auto;
}

.index-nav .item {
    width: 20%;
    background: url(../images/line.png) center right no-repeat;
    height: 75px;
    display: flex;
    justify-content: center;
    color: #fff;
    color: #cde5ff;
    font-weight: bold;
    line-height: 30px;
    transition: all .3s;
}

.index-nav .item:last-child {
    background: none;
}

.index-nav .item:hover {
    transform: translateY(-5px);
}

.index-nav .item img {
    width: 69px;
    height: 62px;
    margin-top: 5px;
}

.index-nav .item h1 {
    font-size: 20px;
    color: #fff;
    margin-top: 9px;
}

.index-nav .item h3 {
    font-size: 16px;
    text-transform: uppercase;
}


/*****page2*******/

.sec-left {
    width: 650px;
}

.sec-left .item {
    width: 130px;
    text-align: center;
    margin: 0 15px;
    color: #272c37;
    font-size: 16px;
    line-height: 32px;
}

.sec-left .item .iconfont {
    color: #2a5edb;
    font-size: 40px;
    text-align: center;
    line-height: 100px;
    width: 100px;
    height: 100px;
    background: #fff;
    box-shadow: 0 4px 7px #e1e8f5;
    border-radius: 100%;
    display: block;
    margin: 0 auto;
}

.sec-left .item h1 {
    margin-top: 10px;
}

.sec-left .item h1 span {
    color: #fb9e1b;
    font-weight: bold;
    font-size: 30px;
    margin-right: 6px;
}

.sec-right {
    width: 550px;
}

.sec-right img {
    width: 100%;
}


/*****page3**********/

.thd-title {
    color: #c6a265;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 32px;
}

.thd-title .tbt h1 {
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 20px;
    margin-bottom: 10px;
    position: relative;
}

.thd-title .tbt h1::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: #c6a265;
}

.thd-title .more {
    color: #fff;
    margin-top: 32px;
    transition: all .3s;
}

.thd-title .more:hover {
    transform: translateX(6px);
}

.hon66 {
    margin-top: 20px !important;
    padding-bottom: 40px !important;
}

.hon66 .swiper-slide {
    background: #e4f4ff;
    height: 480px;
    transition: all .3s;
    padding: 40px 30px 0;
    position: relative;
}

.hon66 .swiper-slide .pro-logo {
    height: 37px;
}

.hon66 .swiper-slide:nth-child(3n-2) .yxj-pic {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../images/pa2.png) right bottom no-repeat;
}

.hon66 .swiper-slide:nth-child(3n-1) .yxj-pic {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../images/pa1.png) right bottom no-repeat;
}

.hon66 .swiper-slide:nth-child(3n) .yxj-pic {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../images/pa3.png) right bottom no-repeat;
}

.hon66 .swiper-slide-active {
    background: linear-gradient(to top right, #0e62d1, #3eabe4);
}

.page3 .sev-prev6,
.page3 .sev-next6 {
    background: none;
    font-size: 48px;
    color: #fff;
    margin-top: -48px;
    transition: all .3s;
}

.page3 .sev-prev6 span,
.page3 .sev-next6 span {
    font-size: 48px;
}

.page3 .sev-prev6 {
    left: -45px;
}

.page3 .sev-next6 {
    right: -25px;
}

.page3 .sev-prev6:hover {
    left: -53px;
}

.page3 .sev-next6:hover {
    right: -33px;
}

.hon66 .swiper-slide .tbt {
    color: #fb9e1b;
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0 10px;
}

.hon66 .swiper-slide .tbc {
    color: #092554;
    font-size: 14px;
    line-height: 30px;
    position: relative;
    z-index: 2;
}

.sq-btn {
    display: block;
    margin-top: 10px;
    ;
    width: 160px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #0662be;
    color: #0662be;
    font-size: 16px;
    text-align: center;
    border-radius: 40px;
    position: relative;
    z-index: 2;
}

.hon66 .swiper-slide-active .tbc {
    color: #fff;
}

.hon66 .swiper-slide-active .sq-btn {
    background: #fff;
    border: 1px solid #fff;
}

.pro-pagination {
    bottom: 0;
    display: none;
}

.pro-pagination .swiper-pagination-bullet {
    background: #fb9e1b;
    width: 10px;
    height: 10px;
    transition: all .3s;
}

.pro-pagination .swiper-pagination-bullet-active {
    width: 20px;
    border-radius: 10px;
}


/***************/

.four-tit {
    text-align: center;
    color: #083584;
    font-size: 18px;
    line-height: 38px;
}

.four-tit h1 {
    font-size: 32px;
}

.four-list {
    margin-top: 22px;
    height: 520px;
}

.four-list .item {
    width: 585px;
    position: relative;
}

.four-list .item .img-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 520px;
}

.four-list .item:hover .img-box img {
    transform: scale(1.05);
}

.four-list .item .boxa {
    position: relative;
    z-index: 2;
    margin: 277px 0 0 52px;
    background: #c6a265;
    padding: 30px;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}

.four-list .item .boxa h1 {
    font-size: 24px;
    margin-bottom: 20px;
}

.four-list .item .boxa .fbtn {
    width: 128px;
    height: 34px;
    line-height: 32px;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    display: block;
    margin-top: 10px;
}

.four-list .item:nth-child(2n) .boxa {
    margin: 10px 0 0 104px;
    padding: 0;
    background: none;
    color: #405780;
}

.four-list .item:nth-child(2n) .boxa h1 {
    color: #083584;
}

.four-list .item:nth-child(2n) .boxa .fbtn {
    background: #c6a265;
    color: #fff;
    border: 1px solid #c6a265;
}

.four-list .item:nth-child(2n) .img-box {
    left: 52px;
    top: 205px;
}

@media screen and (max-width: 1440px) {
    .fp-tableCell .four-tit h1 {
        font-size: 24px;
    }
    .fp-tableCell .four-list .item {
        width: 500px;
    }
    .fp-tableCell .four-list .item .img-box {
        width: 450px;
    }
    .fp-tableCell .four-list .item .boxa {
        margin: 190px 0 0 50px;
    }
    .tb-zoom .br-all {
        width: 900px;
    }
    .wp .four-list {
        margin-top: 15px;
        height: 480px;
    }
}

.br-all {
    width: 1060px;
    display: block;
    margin: 0 auto;
    margin-top: 25px;
}


/********page5************/

.news-box {
    margin-top: 10px;
}

.news-left {
    width: 525px;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
}

.news-left h1 {
    font-size: 20px;
    font-weight: bold;
    margin: 6px 0 12px;
}

.news-left a {
    color: #fff;
}

.news-left .more {
    width: 90px;
    height: 26px;
    line-height: 24px;
    border-radius: 26px;
    border: 1px solid #fff;
    margin-top: 8px;
    text-align: center;
}

.news-left img {
    width: 523px;
    height: 335px;
}

.news-right {
    width: 625px;
}

.news-right .item {
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    display: block;
    padding: 20px 0;
    transition: all .3s;
}

.news-right .item h1 {
    font-size: 20px;
    font-weight: bold;
    margin: 6px 0 12px;
}

.news-right .item .more {
    width: 90px;
    height: 26px;
    line-height: 24px;
    border-radius: 26px;
    border: 1px solid #fff;
    margin-top: 8px;
    text-align: center;
}

.news-right .item:hover {
    background: rgba(16, 184, 249, .5);
    padding-left: 30px;
}

.news-left .item {
    padding: 20px 0;
    transition: all .3s;
}

.news-left .item:hover {
    background: rgba(16, 184, 249, .5);
    padding-left: 30px;
}


/******page6*******/

.page6 {
    position: relative;
}

#chain {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: visible;
}

#chain .swiper-slide {
    opacity: 0;
    height: 600px;
    position: relative;
}

#chain .swiper-slide-active {
    opacity: 1;
}

.chain-box {
    width: 543px;
    height: 543px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 22;
}

.chain-box .chain-cir1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 543px;
    height: 543px;
    background: url(../images/chin1.png) no-repeat;
    animation: 12s cirr2 linear infinite;
}

.chain-box .chain-cir2 {
    position: absolute;
    left: 87px;
    top: 87px;
    width: 369px;
    height: 369px;
    background: url(../images/chin2.png) no-repeat;
    animation: 12s cirr3 linear infinite;
}

.chain-box img {
    display: block;
    margin: 0 auto;
    margin-top: 206px;
}

.page6 .sev-prev7,
.page6 .sev-next7 {
    background: none;
    font-size: 48px;
    color: #083584;
    margin-top: -48px;
    transition: all .3s;
}

.chain-box .chin-link {
    z-index: 221;
    position: relative;
}

.page6 .sev-prev7 .iconfont,
.page6 .sev-next7 .iconfont {
    font-size: 48px;
}

.page6 .sev-prev7 {
    left: -60px;
}

.page6 .sev-next7 {
    right: -40px;
}

.chain-con {
    width: 1200px;
    height: 600px;
    position: absolute;
    top: -50px;
    left: -10px;
    background: url(../images/chbg11.png) no-repeat;
}

.chain-con2 {
    background: url(../images/chbg22.png) no-repeat;
    top: 0;
}

.chain-con .item {
    position: absolute;
    text-align: center;
    width: 143px;
    animation: 2.5s td12 linear infinite;
}

.chain-con .item:nth-child(2) {
    animation-delay: 0.1s;
}

.chain-con .item:nth-child(3) {
    animation-delay: 0.2s;
}

.chain-con .item:nth-child(4) {
    animation-delay: 0.3s;
}

.chain-con .item:nth-child(5) {
    animation-delay: 0.4s;
}

.chain-con .item:nth-child(6) {
    animation-delay: 0.5s;
}

.chain-con .item:nth-child(7) {
    animation-delay: 0.6s;
}

.chain-con .item:nth-child(8) {
    animation-delay: 0.7s;
}

.chain-con .item:nth-child(9) {
    animation-delay: 0.8s;
}

@media screen and (max-width: 1440px) {
    .chain-con {
        width: 1000px;
        top: 0;
        background-size: 1000px;
    }
    .chain-con2 {
        width: 1000px;
        top: 45px;
        background-size: 1000px;
    }
    #chain {
        width: 1000px;
    }
    .tb-zoom .chain-box .chain-cir1 {
        width: 480px;
        height: 480px;
        background-size: 480px;
    }
    .tb-zoom .chain-box {
        width: 480px;
        height: 480px;
    }
    .tb-zoom .chain-box .chain-cir2 {
        left: 77px;
        top: 77px;
        width: 326px;
        height: 326px;
        background-size: 326px;
    }
    .tb-zoom .chain-box img {
        margin-top: 168px;
    }
    .tb-zoom .chain-con .ch1,
    .tb-zoom .chain-con .ch7 {
        left: 100px;
        top: 10px;
    }
    .tb-zoom .chain-con .ch2 {
        left: 25px;
        top: 190px;
    }
    .tb-zoom .chain-con .ch3 {
        left: 100px;
        top: 360px;
    }
    .tb-zoom .chain-con .ch4 {
        left: 775px;
        top: 25px;
    }
    .tb-zoom .chain-con .ch5 {
        left: 870px;
        top: 155px
    }
    .tb-zoom .chain-con .ch6 {
        left: 780px;
        top: 370px;
    }
    .tb-zoom .chain-con .ch7 {
        left: 120px;
        top: -55px;
    }
    .tb-zoom .chain-con .ch8 {
        left: 10px;
        top: 70px;
    }
    .tb-zoom .chain-con .ch9 {
        left: 50px;
        top: 250px;
    }
    .tb-zoom .chain-con .ch10 {
        left: 130px;
        top: 400px;
    }
    .tb-zoom .chain-con .ch11 {
        left: 770px;
        top: -48px;
    }
    .tb-zoom .chain-con .ch12 {
        left: 900px;
        top: 40px;
    }
    .tb-zoom .chain-con .ch13 {
        left: 880px;
        top: 220px;
    }
    .tb-zoom .chain-con .ch14 {
        left: 780px;
        top: 350px;
    }
    #page4 .four-list .item {
        width: 490px;
    }
}

@keyframes td12 {
    0% {
        transform: translateY(0);
    }
    20% {
        transform: translateY(-6px);
    }
    50% {
        transform: translateY(0);
    }
    75% {
        transform: translateY(-6px);
    }
    100% {
        transform: translateY(0);
    }
}

.chain-con .item img {
    width: 146px;
    margin: 0 auto;
}

.chain-con .item h1 {
    color: #042054;
    font-size: 20px;
    position: relative;
    top: -10px;
}

.chain-con .ch1 {
    left: 160px;
    top: 20px;
}

.chain-con .ch2 {
    left: 60px;
    top: 225px;
}

.chain-con .ch3 {
    left: 160px;
    top: 430px;
}

.chain-con .ch4 {
    left: 920px;
    top: 30px;
}

.chain-con .ch5 {
    left: 990px;
    top: 180px;
}

.chain-con .ch6 {
    left: 930px;
    top: 440px;
}

.chain-con .ch7 {
    left: 200px;
    top: -50px;
}

.chain-con .ch8 {
    left: 60px;
    top: 100px;
}

.chain-con .ch9 {
    left: 100px;
    top: 310px;
}

.chain-con .ch10 {
    left: 220px;
    top: 430px;
}

.chain-con .ch11 {
    left: 890px;
    top: -40px;
}

.chain-con .ch12 {
    left: 950px;
    top: 120px;
}

.chain-con .ch13 {
    left: 1020px;
    top: 300px;
}

.chain-con .ch14 {
    left: 880px;
    top: 420px;
}


/******page7*******/

.page7 .fp-tableCell {
    padding-bottom: 140px;
}

.foot-con {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #fff;
    color: #fff;
}

.foot-con .item {
    margin: 0 25px;
    line-height: 70px;
}

.foot-con .iconfont {
    color: #fff;
    font-size: 24px;
    margin-right: 8px;
    position: relative;
    top: 3px;
}

.foot-con .iconyouxiang {
    font-size: 18px;
}

.foot-top {
    color: #fff;
}

.foot-top a {
    color: #fff;
}

.foot-top .tbt {
    display: flex;
}

.foot-top .faa1 {
    width: 200px;
}

.foot-top .item {
    width: 200px;
}

.foot-bg .wechat_code {
    position: absolute;
    width: 160px;
    text-align: center;
    right: 0;
    top: 10px;
}

.foot-bg .wechat_code img {
    width: 80px;
    height: 80px;
    display: block;
    margin: 0 auto;
}

.foot-bg .wechat_code_p2 {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}


/********************/


/******page8*******/

.page8 h3 {
    color: #548afe;
    font-size: 48px;
    font-weight: bold;
}

.page8 h4 {
    font-size: 18px;
    margin: 10px 0 30px 0;
    color: #548afe;
}

.page8 .sec-left {
    width: 470px;
    position: relative;
    z-index: 10;
}

.page8 .sec-left p {
    font-size: 18px;
    color: #434343;
    line-height: 40px;
}

.page8 .sec-right {
    flex: 1;
}

.page8 .sec-right img {
    transform: scale(1.2);
}

.page8 .more {
    display: inline-block;
    font-size: 16px;
    font-style: oblique;
    color: #fff;
    background-color: #548bfe;
    padding: 15px 30px;
    margin-top: 30px;
    border-radius: 50px;
}


/********************/

.ff-lay3 .tb-mv em::before {
    animation: 20s cirr2 linear infinite;
}

@keyframes cirr2 {
    0% {
        transform: rotate(0);
    }
    20% {
        transform: rotate(-90deg);
    }
    40% {
        transform: rotate(0deg);
    }
    60% {
        transform: rotate(90deg);
    }
    80% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@keyframes cirr3 {
    0% {
        transform: rotate(0);
    }
    20% {
        transform: rotate(-90deg);
    }
    40% {
        transform: rotate(-180deg);
    }
    60% {
        transform: rotate(-240deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@keyframes line8 {
    0% {
        background-position: 0;
    }
    50% {
        background-position: 1000px;
    }
    100% {
        background-position: 0px;
    }
}


/*******内页uuuuuuu***********/

.inban {
    min-height: 400px;
    height: 400px;
    overflow: hidden;
    position: relative;
}

.inban-tit {
    position: absolute;
    top: 175px;
    left: 50%;
    margin-left: -600px;
}

.inban-tit h1 {
    font-size: 30px;
    line-height: 32px;
    color: #fff;
}

.inban-tit h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    margin: 10px 0 10px 0;
}

.ban-line {
    width: 50px;
    height: 7px;
    background: url(../images/ban-line.png) repeat-x;
    animation: 100s line8 linear forwards;
}

.soso {
    position: relative;
    width: 600px;
    height: 50px;
    background: #000000 margin: 0 auto;
    margin-top: 120px;
    border: 1px solid #666;
    border-radius: 11px;
    margin-left: -300px;
    left: 50%;
}

.so-inp {
    background: none;
    border: none;
    width: 550px;
    line-height: 48px;
    padding: 0 10px;
    color: #666;
    font-size: 16px;
}

.index-tit {
    position: absolute;
    width: 1200px;
    top: 50%;
    left: 50%;
    z-index: 99;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.center {
    width: 100%;
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

@media screen and (max-width: 1440px) {
    .center .index-tit h1 {
        font-size: 70px;
    }
}

.wechatlogo {
    position: absolute;
    z-index: 999;
    top: 0;
    left: -120%;
    transition: width 2s, height 2s, background 2s, transform 2s;
    -moz-transition: width 2s, height 2s, background 2s, -moz-transform 2s;
    -webkit-transition: width 2s, height 2s, background 2s, -webkit-transform 2s;
    -o-transition: width 2s, height 2s, line-height 2s, background 2s, -o-transform 2s;
}

.index-tit h1 {
    font-size: 80px;
    line-height: 100px;
    color: #fff;
    margin-bottom: 80px;
    text-align: center;
    text-shadow: 0px 0px 6px #000;
    font-weight: 700;
}

.index-tit h3 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.so-inp::-webkit-input-placeholder {
    color: #666;
    font-size: 16px;
}

.so-inp:-moz-placeholder {
    color: #666;
    font-size: 16px;
}

.so-inp::-moz-placeholder {
    color: #666;
    font-size: 16px;
}

.so-inp:-ms-input-placeholder {
    color: #666;
    font-size: 16px;
}

.so-inp2 {
    margin: 0;
    padding: 0;
    font-family: "microsoft yahei";
    letter-spacing: 0.2px;
    width: 100%;
    height: 40px;
    position: relative;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.85);
    color: rgba(0, 0, 0, 0.65);
    outline: none;
    line-height: 40px;
    border: 1px solid #17A1FF;
    padding-right: 120px;
    padding-left: 10px;
}

.so-inp2::-webkit-input-placeholder {
    color: #666666;
    font-size: 16px;
}

.so-inp2:-moz-placeholder {
    color: #666666;
    font-size: 16px;
}

.so-inp2::-moz-placeholder {
    color: #666666;
    font-size: 16px;
}

.so-inp2:-ms-input-placeholder {
    color: #666666;
    font-size: 16px;
}

.so-sub2 {
    color: #666;
    font-size: 14px;
    margin: 0;
    padding: 0;
    font-family: "microsoft yahei";
    box-sizing: border-box;
    letter-spacing: 0.2px;
    width: 86px;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    border: 1px solid #17A1FF
}

.soso .so-sub {
    position: absolute;
    height: 48px;
    width: 50px;
    right: 0;
    top: 0;
    background: none;
    border: none;
    z-index: 5;
    cursor: pointer;
}

.soso .iconsoushuo {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 34px;
    margin-top: 7px;
    border-left: 1px solid #666;
    font-size: 18px;
    color: #666;
    width: 50px;
    text-align: center;
    transition: all .3s;
}


/*********/

.rel {
    position: relative;
}


/*金融机构详情页面*/

.orginn-nav {
    overflow: hidden;
    width: 1300px;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
    box-shadow: 0 8px 8px #d4e1f9;
    box-sizing: border-box;
}

.organ_int {
    height: auto;
    padding: 20px;
    margin: 0 auto;
    box-sizing: border-box;
    width: 1200px;
}

.organ_info {
    justify-content: center;
    margin: 0 auto;
    float: left;
    width: 1200px;
}

.suborgan-box {
    box-sizing: border-box;
    width: 1200px;
    background: #ffff;
    overflow: hidden;
    margin: 0 0 10px 10px;
}

.suborganinfo-nav {
    height: 80px;
    width: 1200px;
    margin: 0px 0px 0px 20px;
    float: left;
}

.infoitem {
    height: 80px;
    width: 200px;
    float: left;
    margin: 0 20px;
}

.infoitem img {
    height: 60px;
    width: 60px;
    float: left;
}

.info-d {
    width: 130px;
    height: 80px;
    margin: 0 auto;
    float: right;
}

.info-data {
    height: 60px;
    margin: 0 auto;
    padding: 10px;
    text-align: left;
    font-size: 30px;
}

.orginfo-font {
    height: 20px;
    text-align: left;
    font-size: 10px;
}

.inn-nav {
    /* height: 60px; */
    background: #fff;
    box-shadow: 0 8px 8px #d4e1f9;
    margin-bottom: 40px;
}

.inn-nav .hx-list {
    justify-content: center;
    padding: 10px 0;
}

.inn-nav .hx-list a {
    padding: 0 50px;
    height: 40px;
    line-height: 40px;
    color: #666666;
    margin: 0 5px;
    font-size: 16px;
    position: relative;
}

.inn-nav11 {
    height: 60px;
    background: #fff;
    margin-bottom: 40px;
}

.inn-nav11 .hx-list {
    justify-content: center;
    padding: 10px 0;
}

.inn-nav11 .hx-list a {
    padding: 0 50px;
    height: 40px;
    line-height: 40px;
    color: #666666;
    margin: 0 5px;
    font-size: 16px;
    position: relative;
}

.inn-nav .hx-list a em {
    position: relative;
    z-index: 2;
}

.inn-nav .hx-list a::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    background: linear-gradient(to bottom, #c6a265, #c6a265);
    border-radius: 40px;
    transition: all .3s;
}

.product_btn {
    background: linear-gradient(to bottom, #c6a265, #c6a265);
    color: #fff;
    border-radius: 40px;
}

.product_btn em {
    color: #fff;
}

.inn-nav .hx-list a:hover::before,
.inn-nav .hx-list a.on::before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.inn-nav .hx-list a:hover em,
.inn-nav .hx-list a.on em {
    color: #fff;
}


/********/

.select-box {
    box-shadow: 0 10px 10px #d1dff9;
    margin-bottom: 40px;
    padding: 30px 30px 40px;
    border-radius: 11px;
}

.select-box .item {
    border-bottom: 1px solid #d9e5ed;
    padding: 16px 0 20px 110px;
    position: relative;
}

.select-box .item span {
    line-height: 26px;
    position: absolute;
    left: 0;
    top: 20px;
    color: #333333;
    font-size: 16px;
    width: 100px;
    text-align: right;
}

.select-box .item .tbc a {
    position: relative;
    display: inline-block;
    padding: 0 20px;
    margin: 4px 10px;
    line-height: 26px;
}

.select-box .item .tbc a em {
    position: relative;
    z-index: 2;
}

.select-box .item .tbc a::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    background: linear-gradient(to bottom, #c6a265, #c6a265);
    border-radius: 40px;
    transition: all .3s;
}

.select-box .item .tbc a:hover::before,
.select-box .item .tbc a.on::before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.select-box .item .tbc a:hover em,
.select-box .item .tbc a.on em {
    color: #fff;
}

.select-box .item .tbc1 a {
    position: relative;
    display: inline-block;
    padding: 0 20px;
    margin: 4px 10px;
    line-height: 26px;
}

.select-box .item .tbc1 a em {
    position: relative;
    z-index: 2;
}

.select-box .item .tbc1 a::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    background: linear-gradient(to bottom, #c6a265, #c6a265);
    border-radius: 40px;
    transition: all .3s;
}

.select-box .item .tbc1 a:hover::before,
.select-box .item .tbc1 a.on::before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.select-box .item .tbc1 a:hover em,
.select-box .item .tbc1 a.on em {
    color: #fff;
}

.select-box .item .tbc2 a {
    position: relative;
    display: inline-block;
    padding: 0 20px;
    margin: 4px 10px;
    line-height: 26px;
}

.select-box .item .tbc2 a em {
    position: relative;
    z-index: 2;
}

.select-box .item .tbc2 a::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    background: linear-gradient(to bottom, #c6a265, #c6a265);
    border-radius: 40px;
    transition: all .3s;
}

.select-box .item .tbc2 a:hover::before,
.select-box .item .tbc2 a.on::before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.select-box .item .tbc2 a:hover em,
.select-box .item .tbc2 a.on em {
    color: #fff;
}


/************/

.innfoot {
    position: relative;
    margin-top: 50px;
}

.line88 {
    height: 5px;
    background: url(../images/line68.jpg) repeat-x;
    animation: 30s line8 linear forwards;
}

.jr-list {
    margin-top: 10px;
    clear: both;
}

.jr-list .item {
    margin-top: 40px;
    background: #c6a265;
    border-radius: 11px;
    position: relative;
}

.jr-list .item .jr-more {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding: 0 45px;
    width: 120px;
    font-size: 20px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.jr-lft {
    width: 1080px;
    padding: 20px 50px;
    height: 180px;
    position: relative;
    background: #fff;
    box-shadow: -1px 5px 7px #d1dff9;
    border-radius: 11px;
}

.jr-lft::before,
.jr-lft::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 42px;
    top: 50%;
    margin-top: -21px
}

.jr-lft::before {
    left: -20px;
    background: url(../images/cir-l1.jpg) no-repeat
}

.jr-lft::after {
    right: -20px;
    /* background: url(../images/cir-l4.jpg) no-repeat */
}

.jr-lft .tbl {
    width: 310px;
    height: 140px;
    padding: 25px 0 0 20px;
    border-right: 1px solid #ddd;
}

.jr-lft .tbl img {
    height: 70px;
    max-width: 185px;
    display: block;
}

.jr-lft .tbl h1 {
    color: #c6a265;
    font-size: 20px;
    margin-top: 25px;
    font-weight: bold;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
}

.jr-lft .tbr {
    width: 580px;
}

.jr-lft .tbr .item3 {
    display: flex;
    line-height: 28px;
    padding-top: 0;
    color: #373737;
}

.jr-lft .tbr .item3 img {
    height: 28px;
    width: 28px;
    margin-right: 6px;
}

.jr-lft .tbr .item3 h1 {
    height: 28px;
    margin-right: 6px;
    display: block;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    text-align: left;
    /*文字左对齐*/
}


/**********/

.jr-lay1 {
    margin: 40px 30px 0;
    color: #4c4c4c;
    font-size: 16px;
    line-height: 30px;
}

.jr-lay1 .tbt {
    display: flex;
    font-size: 24px;
    color: #333333;
    line-height: 48px;
    margin-bottom: 10px;
}

.jr-lay1 .tbt img {
    width: 45px;
    height: 45px;
    margin-right: 12px
}

.jr-lay2 {
    margin-top: 20px;
}

.jr-lay2 .item {
    color: #4c4c4c;
    font-size: 16px;
    padding: 40px 25px 40px;
    margin-top: 30px;
    border-radius: 12px;
    width: 380px;
    line-height: 30px;
    box-shadow: 0 10px 10px #d1dff9
}

.jr-lay2 .item .tbt {
    display: flex;
    font-size: 24px;
    color: #333333;
    line-height: 48px;
    margin-bottom: 10px;
}

.jr-lay2 .item .tbt img {
    width: 45px;
    height: 45px;
    margin-right: 12px
}


/***********/

.jr-title {
    text-align: center;
    position: relative;
    padding-top: 20px;
    margin-top: 60px;
}

.jr-title h1 {
    color: #1c244e;
    font-size: 30px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.jr-title h3 {
    display: inline-block;
    color: #e0efff;
    font-size: 30px;
    position: relative;
    text-transform: uppercase;
    line-height: 32px;
}

.jr-title h3::before,
.jr-title h3::after {
    content: "";
    position: absolute;
    top: 14px;
    width: 88px;
    height: 4px;
    background: #e0efff;
}

.jr-title h3::before {
    left: -100px;
}

.jr-title h3::after {
    right: -100px;
}

.jr-lay3 {
    margin-top: 50px;
    height: 335px;
    width: 1200px;
    padding: 0 25px;
    background: url(../images/bllc.jpg) top center no-repeat;
}

.jr-lay3-new {
    margin-top: 50px;
    height: 335px;
    width: 1200px;
    padding: 0 25px;
}

.jr-lay3 .item {
    width: 266px;
    text-align: center;
    margin-top: 70px;
}

.jr-lay3-new .item {
    width: 266px;
    text-align: center;
    margin-top: 70px;
}

.jr-lay3 .item .img-box {
    width: 178px;
    height: 178px;
    margin: 0 auto;
    text-align: center;
    padding-top: 55px;
    background: #e0efff;
    border-radius: 100%;
}

.jr-lay3-new .item .img-box {
    width: 178px;
    height: 178px;
    margin: 0 auto;
    text-align: center;
    padding-top: 55px;
    background: #e0efff;
    border-radius: 100%;
}

.jr-lay3 .item .img-box img {
    width: 78px;
    height: 78px;
}

.jr-lay3-new .item .img-box img {
    width: 78px;
    height: 78px;
}

.jr-lay3 .item h1 {
    font-size: 24px;
    line-height: 66px;
}

.jr-lay3-new .item h1 {
    font-size: 24px;
    line-height: 66px;
}

.jr-lay3 .item:last-child {
    position: relative;
    left: -18px;
}

.jr-lay3-new .item:last-child {
    position: relative;
    left: -18px;
}

.jr-lay3 .item:nth-child(2n) {
    margin-top: 4px;
}

.jr-lay3-new .item:nth-child(2n) {
    margin-top: 4px;
}


/***********/

.jg-img1 {
    height: 37px;
    margin-top: 11px;
}

.login-bg {
    width: 100%;
    height: 100vh;
    background: url(../images/login.jpg) top center no-repeat;
    background-size: cover;
}

.btn {
    border: none;
    cursor: pointer;
    text-align: center;
    font-size: 18px;
}

.log-inp {
    width: 100%;
    padding: 0 20px;
    height: 54px;
    line-height: 54px;
    background: #f8f8f8;
    border: none;
}

.log-sub {
    width: 100%;
    background: #c6a265;
    color: #fff;
    border-radius: 54px;
    line-height: 54px;
}

.log-sub1 {
    width: 30%;
    background: #c6a265;
    color: #fff;
    border-radius: 54px;
    line-height: 54px;
}

.login-box {
    position: absolute;
    right: 50%;
    margin-right: -600px;
    top: 50%;
    transform: translateY(-50%);
    width: 600px;
    padding: 50px 50px 40px;
    background: #fff;
    box-shadow: 0 0 10px #c3dced;
}

.bfont {
    color: #c6a265
}

.login-box .tbt {
    display: flex;
    justify-content: center;
    line-height: 34px;
}

.login-box .tbt img {
    width: 319px;
    height: 34px;
}

.login-box .tbt h3 {
    color: #c6a265;
    font-size: 30px;
    padding-left: 25px;
}

.login-box .item {
    padding: 10px 0;
}


/***********************/

.saoma {
    height: 488px;
    display: none;
}

.register-top {
    height: 488px;
}

.weix-btns {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.wei-dl {
    background: url(../images/co.png) no-repeat;
    background-size: 100% 100%;
}

.screen-tu {
    background: url(../images/pc.png) no-repeat;
    background-size: 100% 100%;
}

.weix-btns .aui-tag-size {
    width: 73px;
    position: absolute;
    left: -80px;
    font-size: 18px;
    color: #c6a265;
    margin: 28px 0;
    line-height: 22px;
    height: 22px;
    font-weight: normal;
    display: none;
}

.qr-code8 {
    text-align: center;
    margin-top: 40px;
}

.qr-code8 img {
    width: 200px;
    height: 200px;
}

.qr-code8 h1 {
    font-size: 20px;
    color: #c6a265;
    margin-top: 20px;
}


/************/

.slip {
    background: url(../images/slip.png) right center no-repeat;
    padding-right: 30px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
}

.slip-gjxq {
    background: url(../images/slip.png) right center no-repeat;
    padding-right: 30px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
}

.qyrz-box {
    padding: 50px 20px 30px;
}

.qyrz-box .item {
    display: flex;
    justify-content: start;
    padding: 9px 0;
}

.qyrz-box .item .tdl {
    width: 200px;
    text-align: right;
    padding-right: 10px;
    color: #333333;
    font-size: 16px;
    line-height: 40px;
}

.qyrz-box .item .tdr {
    display: flex;
    justify-content: space-between;
    width: 366px;
}

.qy-inp {
    height: 40px;
    line-height: 20px;
    width: 100%;
    font-size: 14px;
    padding: 10px 10px;
    color: #666;
    background: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
}

.qy-inp2 {
    height: 40px;
    line-height: 20px;
    width: 48%;
    float: left;
    font-size: 14px;
    padding: 10px 10px;
    color: #666;
    background: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
}

.qy-sel {
    height: 40px;
    line-height: 40px;
    width: 100%;
    font-size: 14px;
    padding: 0px 10px;
    color: #666;
    background: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
}

.qy-sub {
    width: 136px;
    height: 40px;
    cursor: pointer;
    transition: all .3s;
    line-height: 40px;
    color: #fff;
    background: #c6a265;
    border-radius: 5px;
    border: none;
    margin-top: 30px;
    margin-left: 8px;
}

.qy-inp:hover,
.qy-inp2:hover,
.qy-sel:hover {
    border: 1px solid #c6a265;
}

.qy-inp:focus,
.qy-inp2:focus,
.qy-sel:focus {
    border: 1px solid #c6a265;
    box-shadow: 0 0 4px #c6a265;
}

.qy-sub:hover {
    transform: translate(4px, 4px);
}

.qy-area {
    width: 100%;
    padding: 10px;
    line-height: 24px;
    height: 116px;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
}

.fred {
    color: #f00;
}

.qy-qxbtn {
    border: 1px solid #c6a265;
    background: #fff;
    color: #c6a265;
    margin: 30px 20px 0 0;
}

.file-inp {
    border: 1px dashed #ddd;
    width: 80px;
    height: 80px;
}

.tlc {
    text-align: center;
}

.sq-table {
    margin-top: 30px;
    padding: 40px 50px 80px;
    box-shadow: 0 10px 10px #d1dff9;
    background: #fff;
    border-radius: 0 0 11px 11px;
}

.sq-table table {
    width: 100%;
}

.sq-table table th {
    padding: 10px 0;
    margin: 0 auto;
    font-size: 26px
}

.sq-table table td {
    padding: 10px 0;
}

.sq-table table .td1 {
    width: 180px;
    text-align: right;
    padding-right: 10px;
}

.sq-table table .td25 {
    width: 23%;
    text-align: center;
}

.sq-table table .td16 {
    width: 10%;
    text-align: center;
}

.sq-table table .td16l {
    width: 10%;
    text-align: left;
    padding-left: 5px;
    color: #999
}

.sq-table table .td25l {
    width: 23%;
    text-align: left;
    padding-left: 5px;
    color: #999
}

.sq-table table .td25l span {
    margin-left: 2px
}

.sq-table table .td75 {
    width: 75%;
    text-align: left;
}

.sq-table table .td50 {
    width: 50%;
    text-align: left;
}

.sq-table table .td1200 {
    width: 200px;
    text-align: right;
    padding-right: 10px;
}

.sq-table .qy-sub {
    border-radius: 40px;
}

.city-bg {
    background: url(../images/city.jpg) bottom center no-repeat;
    padding-bottom: 85px;
    font-size: 16px;
}

.flex {
    display: flex;
}

.fbxq table {
    width: 100%;
}

.fbxq table .td1 {
    width: 220px;
    ;
}

.fbxq table .td2 {
    width: 220px;
    ;
}

.rad-lab {
    margin-right: 30px;
    ;
}

.rad-lab .rad {
    position: relative;
    top: 2px;
    margin-right: 6px;
    margin-left: 3px;
}

.fbxq table .flex {
    line-height: 40px;
}

.line40 {
    line-height: 40px;
}

.mr8 {
    margin-right: 8px;
}

.wd150 {
    width: 200px;
}

.wd100 {
    width: 100%;
}

.wd60 {
    width: 60px;
}

.yh-box .qy-sel {
    float: left;
}

.add-btn {
    float: left;
    width: 20px;
    height: 20px;
    margin: 10px 10px;
    background: url(../images/more.jpg) no-repeat;
}

.del-btn {
    float: left;
    width: 20px;
    height: 20px;
    margin: 10px 10px;
    background: url(../images/del.png);
    background-size: 100% 100%;
}


/**********/

.inban2 {
    height: 478px;
    min-height: 478px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 8px 8px #d4e1f9;
    background: url(../images/inban-my.jpg) top center no-repeat;
}

.my-box {
    margin-top: 180px;
}

.my-box .tbl {
    display: flex;
    width: 360px;
    color: #ffffff;
    line-height: 40px;
    font-size: 18px;
}

.my-box .tbl img {
    width: 140px;
    height: 140px;
    margin-right: 22px;
    background-color: #fff;
    border-radius: 100%;
    border: 5px solid #fff;
    box-shadow: 4px 8px 8px #197ac5;
}

.my-box .tbl h1 {
    font-size: 30px;
    margin-top: 30px;
}

.my-box .tbl h1 p {
    font-size: 18px;
}

.my-box .tbr {
    width: 680px;
}

.my-box .tbr .item {
    width: 100px;
    background: url(../images/sta-bg.png) top center no-repeat;
    text-align: center;
    position: relative;
}

.my-box .tbr .item img {
    margin: 0 auto;
    margin-top: 25px;
    display: block;
}

.my-box .tbr .item em {
    position: absolute;
    top: 64px;
    right: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    text-align: center;
    color: #222;
    border-radius: 100%;
}

.my-box .tbr .item h1 {
    font-size: 18px;
    color: #fff;
    margin-top: 40px;
}

.my-nav {
    position: absolute;
    width: 1200px;
    height: 58px;
    bottom: 0;
    left: 50%;
    margin-left: -650px;
    justify-content: start !important;
}

.my-nav a {
    width: 20%;
    margin-right: 1px;
    text-align: center;
    display: block;
    line-height: 58px;
    position: relative;
}

.my-nav a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    background: #fff;
    transition: all .3s;
}

.my-nav a em {
    position: relative;
    z-index: 2;
    color: #ffffff;
    font-size: 18px;
}

.my-nav a:hover::before,
.my-nav a.on::before {
    height: 100%;
    border-radius: 10px 10px 0 0;
}

.my-nav a:hover em,
.my-nav a.on em {
    color: #c6a265;
    font-weight: bold;
}


/*********/

.sx-box {
    margin-top: 50px;
}

.sx-box .item {
    padding: 10px 0;
    width: 33%;
    display: flex;
    line-height: 40px;
}

.sx-box .item .tdl {
    width: 100px;
    padding-right: 10px;
    color: #0c284a;
    font-size: 16px;
    text-align: right;
}

.sx-box .item .qy-inp {
    width: 280px;
    border: 1px solid #91a1b4;
}

.cx-table {
    margin-top: 30px;
    background: #fefefe;
}

.cx-table tr:nth-child(2n-1) {
    background: #eef8ff;
}

.cx-table th {
    line-height: 56px;
    background: #b8e1ff;
    color: #012550;
    font-size: 16px;
}

.cx-table td {
    border: 1px solid #b8e1ff;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    padding: 12px 3px;
}

.cxzt-box {
    display: flex;
    justify-content: center;
}

.xx-btn {
    display: block;
    width: 80px;
    height: 26px;
    line-height: 26px;
    margin: 0 4px;
    background: #4ca1f6;
    color: #fff;
    border-radius: 26px;
}

.xx-btn11 {
    display: block;
    width: 90px;
    height: 26px;
    line-height: 26px;
    margin: 0 4px;
    background: #4ca1f6;
    color: #fff;
    border-radius: 26px;
}

.yll-btn {
    background: #f7c018;
}

.fenye {
    position: relative;
}

.page_left {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 30px;
    color: #555;
}


/***********/

.dk-title {
    height: 32px;
    line-height: 32px;
    margin-top: 50px;
    background: url(../images/line68.jpg) bottom repeat-x;
}

.dk-title h1 {
    background: #fff;
    padding-right: 15px;
    color: #032977;
    font-size: 24px;
    float: left;
}

.dk-list1 {
    margin-top: 50px;
    padding: 50px 40px;
    box-shadow: 0 10px 10px #d1dff9;
    border-radius: 0 0 10px 10px;
}

.dk-list1 .item {
    display: flex;
    line-height: 32px;
    font-size: 16px;
    color: #666;
}

.dk-list1 .item h1 {
    color: #2b2e33;
    font-size: 20px;
}

.dk-list1 .item img {
    width: 45px;
    height: 45px;
    margin: 10px 10px 0 0;
}

.dk-list2 {
    margin-top: 50px;
    padding: 35px 40px;
    box-shadow: 0 10px 10px #d1dff9;
    border-radius: 0 0 10px 10px;
}

.dk-list2 .item {
    display: flex;
    line-height: 32px;
    font-size: 16px;
    color: #666;
    width: 33%;
    padding: 15px 0;
}

.dk-list2 .item h1 {
    color: #2b2e33;
    font-size: 20px;
}

.dk-list2 .item img {
    width: 45px;
    height: 45px;
    margin: 10px 10px 0 0;
}


/************/

.sq-lc {
    margin-top: 50px;
}

.sq-lc .item {
    width: 106px;
    position: relative;
}

.sq-lc .item:last-child::before {
    display: none;
}

.sq-lc .item .iconfont {
    width: 106px;
    height: 106px;
    background: #ffffff;
    color: #91a1b4;
    font-size: 48px;
    line-height: 106px;
    text-align: center;
    box-shadow: 4px 8px 8px #cde6f9;
    border-radius: 100%;
}

.sq-lc .item::before {
    content: "";
    position: absolute;
    left: 115px;
    top: 46px;
    width: 150px;
    height: 14px;
    background: url(../images/line70.jpg) no-repeat;
}

.sq-lc .item h1 {
    color: #1c244e;
    font-size: 18px;
    text-align: center;
    margin-top: 15px;
}

.sq-lc .item.on .iconfont {
    background: linear-gradient(to bottom right, #62cdfe, #c6a265);
    color: #fff;
}

.back-list {
    display: block;
    margin: 0 auto;
    margin-top: 40px;
    text-align: center;
    border-radius: 40px;
}

.inban28 {
    height: 260px;
}

.zh-head {
    margin-top: 40px;
}

.zh-head .tbl {
    display: flex;
    line-height: 48px;
}

.zh-head .tbl img {
    width: 140px;
    height: 140px;
    box-shadow: 4px 8px 8px #cde6f9;
    margin-right: 27px;
    border-radius: 100%;
    background-color: #fff;
    border: 5px solid #fff;
}

.zh-head .tbl h1 {
    font-size: 24px;
    color: #666666;
    margin-top: 27px;
}

.zh-head .tbl h3 {
    color: #03326b;
    font-size: 30px;
}

.zh-head .tbr {
    /* border-left: 1px solid #ddd; */
    height: 140px;
    padding-left: 116px;
    text-align: right;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.zh-head .tbr .sq-btn {
    border: none;
    background: #c6a265;
    color: #fff;
}

.zh-head .tbr .sq-btn:hover {
    background: #c6a265;
    color: #fff;
}

.zh-tit {
    margin-top: 80px;
    color: #1c244e;
    font-size: 24px;
}

.zh-nav {
    padding-left: 50px;
    margin-top: 30px;
    height: 50px;
}

.zh-nav a {
    float: left;
    border: 1px solid #e4f1ff;
    border-bottom: none;
    width: 250px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #fff;
    position: relative;
}

.zh-nav a.on {
    border-top: 3px solid #c6a265;
    height: 53px;
}

.zh-box {
    margin-top: 50px;
    padding: 40px 50px 80px;
    box-shadow: 0 10px 10px #d1dff9;
    border-top: 3px solid #c6a265;
    background: #fff;
    border-radius: 0 0 11px 11px;
}

.zh-box table td {
    padding: 8px 0;
}

.zh-box .td1 {
    text-align: right;
    padding-right: 8px;
}

.zh-box .qy-inp {
    width: 300px;
    margin-right: 8px;
}

.zh-box .qy-sel {
    width: 80px;
}

.jr-lft .tbr {
    width: 580px;
}

.jr-lft .tbr .item2 {
    width: 50%;
    display: flex;
    line-height: 28px;
    padding-top: 0;
    color: #373737;
}

.jr-lft .tbr .item2 img {
    height: 28px;
    width: 28px;
    margin-right: 6px;
}

.jr-lft .tbr .item2 h1 {
    height: 28px;
    margin-right: 6px;
    display: block;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    text-align: left;
    /*文字左对齐*/
}

.jr-lft .tbr .item3 {
    display: flex;
    line-height: 28px;
    padding-top: 0;
    color: #373737;
}

.jr-lft .tbr .item3 img {
    height: 28px;
    width: 28px;
    margin-right: 6px;
}

.jr-lft .tbr .item3 h1 {
    height: 28px;
    margin-right: 6px;
    display: block;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    text-align: left;
    /*文字左对齐*/
}

.dbfs {
    position: absolute;
    top: 0;
    left: 34px;
    width: 230px;
}


/*********/

.inn-nav .soso {
    margin: 0;
    height: 40px;
    border: 1px solid #666;
}


/*.inn-nav .zc-list8 { justify-content: space-between;}*/

.zc-list8 .so-inp::-webkit-input-placeholder {
    color: #666;
    font-size: 16px;
}

.zc-list8 .so-inp:-moz-placeholder {
    color: #666;
    font-size: 16px;
}

.zc-list8 .so-inp::-moz-placeholder {
    color: #666;
    font-size: 16px;
}

.zc-list8 .so-inp:-ms-input-placeholder {
    color: #666;
    font-size: 16px;
}

.zc-list8 .so-inp {
    line-height: 40px;
    height: 40px;
    color: #666;
}

.zc-list8 .soso .iconsoushuo {
    color: #666;
    margin-top: 5px;
    line-height: 30px;
    border-left: 1px solid #ddd;
}


/********/

.news-list87 {
    margin-top: 20px;
}

.news-list87 li {
    width: 580px;
    padding: 22px 22px 22px 0;
    box-shadow: 4px 8px 8px #d0e2ed;
    border-radius: 10px;
    margin-top: 20px;
    color: #848484;
    font-size: 16px;
    line-height: 32px;
}

.news-list87 li a {
    color: #848484;
    display: flex;
    justify-content: space-between;
}

.news-list87 li h1 {
    color: #333333;
    font-weight: bold;
    margin-bottom: 6px;
    margin-top: 10px;
}

.news-list87 li .ndate h2 {
    font-size: 12px;
    height: 20px;
    width: 150px;
    text-align: center;
    border-right: 1px solid #ddd;
    color: #ef4136;
    margin-bottom: -20px;
}

.news-list87 li .ndate {
    font-size: 12px;
    height: 90px;
    width: 150px;
    text-align: center;
    border-right: 1px solid #ddd;
    color: #999999;
    line-height: 24px;
}

.news-list87 li .ndate p {
    font-size: 20px;
    line-height: 50px;
    margin-top: 20px;
    color: #c6a265;
}

.news-list87 li .tbr {
    width: 400px;
}

.news-list87 li .tbr h3 {
    transition: all .3s;
    background: url(../images/jt.png) 95% center no-repeat;
}

.news-list87 li:hover .tbr h3 {
    background: url(../images/jt.png) 98% center no-repeat;
}


/************/

.swiper-newss {}

.swiper-newss .swiper-slide {
    background: #c6a265;
}

.swiper-newss .swiper-slide a {
    display: flex;
    width: 100%;
}

.swiper-newss .swiper-slide a img {
    width: 580px;
    height: 380px;
    display: block;
}

.swiper-newss .swiper-slide a .tbr {
    width: 580px;
    padding: 40px;
    color: #fff;
    font-size: 16px;
    line-height: 32px;
}

.swiper-newss .swiper-slide a .tbr h1 {
    font-size: 24px;
    color: #fff;
    margin: 5px 0 10px;
}

.swiper-newss .swiper-slide a .tbr h5 {
    margin: 30px 0;
    color: #fff;
}

.swiper-newss .pagination-news {
    width: auto !important;
    left: 620px !important;
    bottom: 50px !important;
}

.swiper-newss .pagination-news .swiper-pagination-bullet {
    background: #fff !important;
}

.swiper-newss .pagination-news .swiper-pagination-bullet-active {
    background: #fff !important;
}

.pd {
    padding: 0 20px 40px 20px;
}


/*************/

.import {
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    border: 1px dashed #ddd;
    background: url(../images/file.png) center no-repeat;
    font-size: 0;
}

.import>input {
    width: 130px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    font-size: 18px;
    right: 0;
    top: 0;
    opacity: 0;
    padding-left: 0;
}

.news-left8 {
    width: 825px;
}

.news-right8 {
    width: 340px;
}

.tuijian-tit {
    height: 32px;
    overflow: hidden;
    /* background: url(../images/line77.jpg) left bottom repeat-x; */
}

.tuijian-tit h1 {
    background: #fff;
    padding-right: 10px;
    color: #c6a265;
    line-height: 40px;
    font-weight: bold;
    font-size: 20px;
    float: left;
}

.news-tuijian {
    overflow: hidden;
    margin-top: 10px;
}

.news-tuijian li {
    padding: 10px 0;
    border-bottom: 1px dashed #ddd;
}

.news-tuijian li .tbdrop {
    display: none;
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    max-height: 82px;
    padding-top: 10px;
}

.news-tuijian li .tbt {
    color: #333333;
    font-size: 16px;
    line-height: 40px;
}

.news-tuijian li .tbt em {
    font-size: 30px;
    font-family: 'Times New Roman', Times, serif;
}

.news-tuijian li.active .tbdrop {
    display: block;
}

.news988 {
    width: 100%;
}

.alay1 {
    position: relative;
    left: -100px;
    margin-top: 80px;
}

.alay2 {
    margin-top: 55px;
}

.alay-con {
    margin-top: 30px;
    color: #4c4c4c;
    font-size: 16px;
    line-height: 32px;
    position: relative;
    z-index: 2;
}

.alay3 {
    position: relative;
    margin-top: 60px;
    padding-top: 20px;
}

.alay3::before {
    content: "";
    position: absolute;
    width: 1500px;
    right: 10%;
    background: #fff;
    height: 1080px;
    box-shadow: 0px 0px 20px #d0d7df;
}

.ts-title {
    position: relative;
    z-index: 2;
    color: #c6a265;
    font-size: 24px;
    line-height: 36px;
}

.ts-title h1 {
    color: #c6a265;
    font-size: 36px;
    margin-top: 50px;
}

.ts-title h3 {
    text-transform: uppercase;
}

.alay3 .alay-con {
    margin-top: 20px;
    font-size: 16px;
}

.ts-list {
    position: relative;
    z-index: 2;
    padding: 0px 80px;
}

.ts-list .item {
    width: 480px;
    height: 400px;
    background: #f2f8ff;
    margin-top: 50px;
    text-align: center;
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    padding: 45px 50px 20px;
    border: 1px solid #ddd;
    border-image: -webkit-linear-gradient(#c6a265, #c6a265) 20 20;
    border-image: -moz-linear-gradient(#c6a265, #c6a265) 20 20;
    border-image: linear-gradient(#c6a265, #c6a265) 20 20;
}

.ts-list .item img {
    width: 110px;
}

.ts-list .item h1 {
    color: #333333;
    font-size: 20px;
    margin: 15px 0 20px;
}

#abss2 {
    margin-top: 50px !important;
    padding-bottom: 50px;
}

#abss2 .swiper-slide img {
    width: 285px;
    height: 180px;
}


/***********/

.layui-form-select {
    width: 100%;
}

.ssq .layui-form-select {}


/******************/

.tanc-box {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999999;
    display: none;
}

.tanc-box .concon {
    width: 420px;
    height: 310px;
    background: #4ca1f6;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -155px 0 0 -210px;
    border-radius: 15px;
    padding: 45px 0 0 50px;
    color: #fff;
    overflow: hidden;
}

.tanc-box .concon .tbt {
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 15px;
}

.tanc-box .concon .tbc {
    font-size: 18px;
    line-height: 30px;
    margin-top: 15px;
}

.tanc-box .concon .tbb {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 84px;
    line-height: 84px;
    text-align: center;
    background: #fff;
    color: #222;
}

.tanc-box .concon .closex {
    font-size: 24px;
    position: absolute;
    right: 30px;
    top: 30px;
}

.searchBtn {
    width: 150px;
    background-color: #c6a265;
    border-radius: 50px;
    border: none;
    color: #fff;
    /* font-weight: bold; */
    font-size: 16px;
    margin-left: 20px;
}