/*# sourceURL=css/index.css */
/*@ sourceURL=css/index.css */
/*# sourceURL=css/index.css */
/*@ sourceURL=css/index.css */
/*@ sourceURL=../css/index.css */
/*@ sourceURL=../../css/index.css */
@charset "UTF-8";

::-webkit-scrollbar {
    width: 5px;
    /* 设置滚动条的宽度 */
    border-radius: 4px;
    /* 设置滚动条的圆角 */
}

::-webkit-scrollbar-thumb {
    background-color: #E3D873;
    /* 设置滑块的背景颜色 */
    border-radius: 4px;
    /* 设置滑块的圆角 */
}

::-webkit-scrollbar-track {
    background-color: #B1BCBF;
    /* 设置轨道的背景颜色 */
    border-radius: 4px;
    /* 设置轨道的圆角 */
}


.in-page {
    width: 100%;
    text-align: center;
    padding: 30px;
}


.c-box .news-det .box .dt .title {
    font-weight: normal;
    font-size: 28px;
    text-align: center;
    line-height: 1.8;
    border-bottom: 4PX solid #ebebeb;
    padding-top: 40px;
    padding-bottom: 20px;
    margin: 0 0;
}



html,
body {
    font-family: "Microsoft YaHei";
    overflow-x: hidden;
    position: relative;
}

.main {
    min-height: 600px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

p {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.children {
    margin-top: 174px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.children .img {
    display: inline-block;
    width: 100%;
    height: 300px;
}

.children .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.children .nav-c {
    width: 100%;
    height: 44px;
    background-color: #ebebeb;
    margin-bottom: 40px;
}

.children .nav-c .box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1300px;
    height: 44px;
    margin: 0 auto;
}

.children .nav-c .box img {
    display: inline-block;
    width: 16px;
    height: 14px;
    margin-right: 10px;
}

.children .nav-c .box span,
.children .nav-c .box a {
    font-size: 14px;
    color: #333;
}

@media (max-width: 1410px) {
    .children .nav-c .box {
        width: 96%;
    }


}



@media (max-width: 1000px) {





    .children {
        margin-top: 86px;
    }

    .children .nav-c .box {
        width: 96%;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
    }
}

@media (max-width: 768px) {
    .children {
        margin-top: 86px;
    }

    .children .nav-c {
        margin-bottom: 0;
    }

    .children .nav-c .box {
        width: 96%;
    }
}

.bodyhid {
    width: 100%;
    overflow: hidden;
}

.load {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background: #1D2630;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -moz-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.spinner-box {
    width: 300px;
    height: 300px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
}

.circle-border {
    width: 150px;
    height: 150px;
    padding: 3px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #55b0de;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(33%, ), to(#55b0de));
    background: -moz-linear-gradient(bottom, #014285 33%, #55b0de 100%);
    background: linear-gradient(0deg, #014285 33%, #55b0de 100%);
    -webkit-animation: spin 0.8s linear 0s infinite;
    -moz-animation: spin 0.8s linear 0s infinite;
    animation: spin 0.8s linear 0s infinite;
}

.circle-core {
    width: 100%;
    height: 100%;
    background-color: #1d2630;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

@-webkit-keyframes nav_two_index {
    0% {
        left: -30px;
    }

    100% {
        left: 0;
    }
}

@-moz-keyframes nav_two_index {
    0% {
        left: -30px;
    }

    100% {
        left: 0;
    }
}

@keyframes nav_two_index {
    0% {
        left: -30px;
    }

    100% {
        left: 0;
    }
}

@-webkit-keyframes change_top {
    0% {
        top: 30px;
    }

    100% {
        top: 0;
    }
}

@-moz-keyframes change_top {
    0% {
        top: 30px;
    }

    100% {
        top: 0;
    }
}

@keyframes change_top {
    0% {
        top: 30px;
    }

    100% {
        top: 0;
    }
}

@-webkit-keyframes and_none1 {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    to {
        -webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1);
    }
}

@-moz-keyframes and_none1 {
    from {
        -moz-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    to {
        -moz-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes and_none1 {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    to {
        -webkit-transform: scale3d(1.1, 1.1, 1);
        -moz-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1);
    }
}


.in-page {
    width: 100%;
    text-align: center;
    padding: 30px;
}


@media (max-width: 768px) {

    .in-page a,
    .in-page span {
        padding: 5px;
    }
}

html,
body {
    font-family: "Microsoft YaHei";
    overflow-x: hidden;
    position: relative;
}

.main {
    min-height: 600px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

p {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.children {
    margin-top: 174px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.children .img {
    display: inline-block;
    width: 100%;
    height: 300px;
}

.children .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.children .nav-c {
    width: 100%;
    height: 44px;
    background-color: #ebebeb;
    margin-bottom: 40px;
}

.children .nav-c .box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1300px;
    height: 44px;
    margin: 0 auto;
}

.children .nav-c .box img {
    display: inline-block;
    width: 16px;
    height: 14px;
    margin-right: 10px;
}

.children .nav-c .box span,
.children .nav-c .box a {
    font-size: 14px;
    color: #333;
}

@media (max-width: 1410px) {
    .children .nav-c .box {
        width: 96%;
    }
}

@media (max-width: 1000px) {
    .children {
        margin-top: 86px;
    }

    .children .nav-c .box {
        width: 96%;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
    }
}

@media (max-width: 768px) {
    .children {
        margin-top: 86px;
    }

    .children .nav-c {
        margin-bottom: 0;
    }

    .children .nav-c .box {
        width: 96%;
    }
}

.bodyhid {
    width: 100%;
    overflow: hidden;
}

.load {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background: #1D2630;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.spinner-box {
    width: 300px;
    height: 300px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
}

.circle-border {
    width: 150px;
    height: 150px;
    padding: 3px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #55b0de;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(33%, #014285), to(#55b0de));
    background: -moz-linear-gradient(bottom, #014285 33%, #55b0de 100%);
    background: linear-gradient(0deg, #014285 33%, #55b0de 100%);
    -webkit-animation: spin 0.8s linear 0s infinite;
    -moz-animation: spin 0.8s linear 0s infinite;
    animation: spin 0.8s linear 0s infinite;
}

.circle-core {
    width: 100%;
    height: 100%;
    background-color: #1d2630;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.content-wrapper {
    /* margin-top: 170px; */
    position: relative;
}

.content-wrapper .img {
    width: 100%;
    height: 441px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    overflow: hidden;
    border-radius: 5px;
    overflow: hidden;
}

.content-wrapper .wz3 {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background: rgba(94, 164, 233, 0.5);
    font-size: 20px;
    color: #fff;
    padding: 10px 15px;
    font-weight: bold;
    text-overflow: ellipsis;
    text-wrap: nowrap;
    max-width: calc(100% - 60px);
    overflow: hidden;
}

@media screen and (max-width:1200px) {
    .t4 {
        /* width: 100%; */
    }

}

@media screen and (max-width:768px) {
    .content-wrapper .wz3 {
        max-width: calc(100%) !important;
        width: calc(100%) !important;
        bottom: 0px;
        right: 0px;
        font-size: 14px;
        padding-left: 150px;
        background: rgba(94, 164, 233, 0.8);
    }

    .content-wrapper .banner {
        height: 234px !important;
    }

    .content-wrapper .banner .swiper-pagination {
        padding-left: 5px !important;
    }
}

.content-wrapper .img {
    width: 100%;
    height: 441px;
}


.content-wrapper .tips-icon {
    position: absolute;
    right: 0;
    top: 40px;
    width: 569px;
    height: 209px;
}

.content-wrapper .tips-icon img {
    position: absolute;
    left: 0;
    top: 0;
}

.content-wrapper .tips-icon img:nth-of-type(2) {
    left: 126px;
    top: 40px;
}

.c-box .img-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 1300px;
    margin: 0 auto;
}

.c-box .img-list li {
    width: 31%;
    margin-right: 3.5%;
    border: 1px solid #dadada;
    margin-top: 30px;
}

.c-box .img-list li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: auto;
    overflow: hidden;
}

.c-box .img-list li a img {
    width: 100%;
    height: 234px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.c-box .img-list li a p {
    width: 100%;
    height: 60px;
    text-align: center;
    line-height: 60px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    color: #333;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.c-box .img-list li:hover {
    -webkit-box-shadow: 1px 1px 8px -4px;
    -moz-box-shadow: 1px 1px 8px -4px;
    box-shadow: 1px 1px 8px -4px;
}

.c-box .img-list li:hover a img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.c-box .img-list li:hover a p {
    color: #ffffff;
    background-color: #004285;
    font-weight: bold;
}

.c-box .img-list li:nth-child(3n + 3) {
    margin-right: 0;
}

.c-box .team-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 1300px;
    margin: 0 auto;
}

.c-box .team-list li {
    width: 31%;
    margin-right: 3.5%;
    border: 1px solid #dadada;
    margin-top: 30px;
    overflow: hidden;
}

.c-box .team-list li a {
    display: block;
    height: auto;
}

.c-box .team-list li a img {
    width: 100%;
    height: 300px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.c-box .team-list li a .text-wrap {
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100% !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.c-box .team-list li a .text-wrap .name {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.c-box .team-list li a .text-wrap .name .n1 {
    font-size: 20px;
    font-weight: bold;
    color: #004285;
}

.c-box .team-list li a .text-wrap .name .n2 {
    text-align: right;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
    color: #e69e14;
}

.c-box .team-list li a .text-wrap .text {
    font-size: 16px;
    line-height: 32px;
    color: #888;
    height: 96px;
    margin-top: 10px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.c-box .team-list li:hover {
    -webkit-box-shadow: 1px 1px 8px -4px;
    -moz-box-shadow: 1px 1px 8px -4px;
    box-shadow: 1px 1px 8px -4px;
}

.c-box .team-list li:hover a img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.c-box .team-list li:hover a .text-wrap {
    background-color: #004285;
    padding: 20px 30px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.c-box .team-list li:hover a .text-wrap .name .n1 {
    color: #ffffff;
}

.c-box .team-list li:hover a .text-wrap .name .n2 {
    color: #ffffff;
}

.c-box .team-list li:hover a .text-wrap .text {
    color: #ffffff;
}

.c-box .team-list li:nth-child(3n + 3) {
    margin-right: 0;
}

@media (max-width: 1310px) {
    .content-wrapper .nav-c .nav-box {
        width: 96% !important;
    }

    .c-box .img-list {
        width: 96% !important;
    }

    .c-box .team-list {
        width: 96% !important;
    }
}

@media (max-width: 1000px) {
    .c-box .news-det .box .xw-1-wrap .xw-1 li a>span {
        margin-bottom: 0px;
    }

    .content-wrapper .img {
        width: 100%;
        height: 100% !important;
    }

    .content-wrapper .tips-icon {
        display: none;
    }

    .c-box .tab {
        height: auto;
    }

    .c-box .tab li {
        height: 50px !important;
    }

    .c-box .tab li a {
        height: 50px !important;
        line-height: 50px !important;
    }

    .c-box .img-list li {
        width: 48%;
        margin-right: 4% !important;
    }

    .c-box .img-list li:nth-child(2n + 2) {
        margin-right: 0 !important;
    }

    .c-box .team-list li {
        width: 48%;
        margin-right: 4% !important;
    }

    .c-box .team-list li:nth-child(2n + 2) {
        margin-right: 0 !important;
    }
}

@media (max-width: 768px) {
    .c-box .img-list li {
        width: 100% !important;
        margin-right: 0% !important;
    }

    .c-box .team-list li {
        width: 100% !important;
        margin-right: 0% !important;
    }
}



.in-page {
    width: 100%;
    text-align: center;
    padding: 30px;
}




@media (max-width: 768px) {

    .in-page a,
    .in-page span {
        padding: 5px;
    }
}

html,
body {
    font-family: "Microsoft YaHei";
    overflow-x: hidden;
    position: relative;
}

.main {
    min-height: 600px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

p {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.children {
    margin-top: 174px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.children .img {
    display: inline-block;
    width: 100%;
    height: 300px;
}

.children .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.children .nav-c {
    width: 100%;
    height: 44px;
    background-color: #ebebeb;
    margin-bottom: 40px;
}

.children .nav-c .box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1300px;
    height: 44px;
    margin: 0 auto;
}

.children .nav-c .box img {
    display: inline-block;
    width: 16px;
    height: 14px;
    margin-right: 10px;
}

.children .nav-c .box span,
.children .nav-c .box a {
    font-size: 14px;
    color: #333;
}

@media (max-width: 1410px) {
    .children .nav-c .box {
        width: 96%;
    }
}

@media (max-width: 1000px) {
    .children {
        margin-top: 86px;
    }

    .children .nav-c .box {
        width: 96%;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
    }
}

@media (max-width: 768px) {
    .children {
        margin-top: 86px;
    }

    .children .nav-c {
        margin-bottom: 0;
    }

    .children .nav-c .box {
        width: 96%;
    }
}

.bodyhid {
    width: 100%;
    overflow: hidden;
}

.load {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background: #1D2630;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.spinner-box {
    width: 300px;
    height: 300px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
}

.circle-border {
    width: 150px;
    height: 150px;
    padding: 3px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #55b0de;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(33%, #014285), to(#55b0de));
    background: -moz-linear-gradient(bottom, #014285 33%, #55b0de 100%);
    background: linear-gradient(0deg, #014285 33%, #55b0de 100%);
    -webkit-animation: spin 0.8s linear 0s infinite;
    -moz-animation: spin 0.8s linear 0s infinite;
    animation: spin 0.8s linear 0s infinite;
}

.circle-core {
    width: 100%;
    height: 100%;
    background-color: #1d2630;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

@keyframes nav_two_index {
    0% {
        left: -30px;
    }

    100% {
        left: 0;
    }
}

.content-wrapper {
    /* margin-top: 170px; */
    position: relative;
}



.content-wrapper .img {
    width: 100%;
    height: 327px;
}

.content-wrapper .img img {
    width: 100%;
    height: 100%;
}





.content-wrapper .tips-icon {
    position: absolute;
    right: 0;
    top: 40px;
    width: 569px;
    height: 209px;
}

.content-wrapper .tips-icon img {
    position: absolute;
    left: 0;
    top: 0;
}

.content-wrapper .tips-icon img:nth-of-type(2) {
    left: 126px;
    top: 40px;
}

.c-box .text-wrap {
    width: 1300px;
    margin: 0 auto;
}

.c-box .text-wrap .name-zh {
    margin-top: 40px;
    font-size: 24px;
    color: #004285;
    line-height: 34px;
    text-align: center;
}

.c-box .text-wrap .name-en {
    font-size: 18px;
    line-height: 34px;
    color: rgba(0, 66, 133, 0.5);
    text-align: center;
}

.c-box .text-wrap .text {
    font-size: 16px;
    line-height: 36px;
    color: #555;
    text-indent: 32px;
    text-align: justify;
    margin-top: 20px;
}

.c-box .time-wrap {
    margin: 20px auto;
    width: 1300px;
}

.c-box .time-wrap .time-wrap-t {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.c-box .time-wrap .time-wrap-t img {
    width: auto;
    height: auto;
}

.c-box .time-wrap .time-wrap-t .time-prev,
.c-box .time-wrap .time-wrap-t .time-next {
    margin-top: 40px;
    cursor: pointer;
}

.c-box .time-wrap .time-wrap-t .time-nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 20px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.c-box .time-wrap .time-wrap-t .time-nav::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #dadada;
    left: 0;
    bottom: 9px;
}

.c-box .time-wrap .time-wrap-t .time-nav .time-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
}

.c-box .time-wrap .time-wrap-t .time-nav .time-item .time-num {
    font-size: 16px;
    color: #333;
}

.c-box .time-wrap .time-wrap-t .time-nav .time-item .icon2 {
    width: 18px;
    height: 18px;
    background-color: #fff;
    border: 5px solid #ccc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    margin-top: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
}

.c-box .time-wrap .time-wrap-t .time-nav .time-item .icon2::before {
    content: "";
    position: absolute;
    left: -webkit-calc(50%);
    left: -moz-calc(50%);
    left: calc(50%);
    top: -15px;
    width: 1px;
    height: 10px;
    background-color: #dadada;
}

.c-box .time-wrap .time-wrap-t .time-nav .time-item.act .time-num {
    color: #014285;
}

.c-box .time-wrap .time-wrap-t .time-nav .time-item.act .icon2 {
    border: 5px solid #014285;
}

.c-box .time-wrap .time-wrap-t .time-nav .time-item.act .icon2::before {
    content: "";
    position: absolute;
    left: -webkit-calc(50%);
    left: -moz-calc(50%);
    left: calc(50%);
    top: -15px;
    width: 1px;
    height: 10px;
    background-color: #014285;
}

.c-box .time-wrap .time-page {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
    -webkit-animation-name: nav_two_index;
    -moz-animation-name: nav_two_index;
    animation-name: nav_two_index;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

.c-box .time-wrap .time-page .img {
    width: 240px;
    margin: 0 42px 10px 42px;
}

.c-box .time-wrap .time-page .img .img-box {
    border: 1px solid #efefef;
    overflow: hidden;
    cursor: pointer;
}

.c-box .time-wrap .time-page .img .img-box:hover {
    -webkit-box-shadow: 1px 1px 8px -4px;
    -moz-box-shadow: 1px 1px 8px -4px;
    box-shadow: 1px 1px 8px -4px;
}

.c-box .time-wrap .time-page .img .img-box:hover img {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.c-box .time-wrap .time-page .img img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.c-box .time-wrap .time-page .img div {
    margin-top: 10px;
    font-size: 16px;
    line-height: 36px;
    color: #555;
}

.c-box .time-wrap .time-page.act {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.c-box .dynamic {
    width: 1300px;
    margin: 40px auto;
}

.c-box .dynamic .title {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #dadada;
    margin: 0 auto 30px auto;
    position: relative;
    padding: 20px 0;
}

.c-box .dynamic .title::before {
    position: absolute;
    content: "";
    left: -1.5px;
    bottom: -1.5px;
    width: 3px;
    height: 3px;
    background-color: #014285;
}

.c-box .dynamic .title::after {
    content: "";
    position: absolute;
    right: -1.5px;
    bottom: -1.5px;
    width: 3px;
    height: 3px;
    background-color: #014285;
}

.c-box .dynamic .title .l {
    font-size: 20px;
    color: #104b8a;
    padding-left: 16px;
    font-weight: bold;
    position: relative;
}

.c-box .dynamic .title .l::before {
    content: "";
    width: 3px;
    height: 20px;
    background-color: #104b8a;
    position: absolute;
    left: 0;
    top: -webkit-calc(50% - 10px);
    top: -moz-calc(50% - 10px);
    top: calc(50% - 10px);
}

.c-box .dynamic .title a {
    font-size: 14px;
    color: #104b8a;
}

.c-box .dynamic .dynamic-img {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.c-box .dynamic .dynamic-img a {
    width: 24%;
    margin-bottom: 10px;
}

.c-box .dynamic .dynamic-img a .img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.c-box .dynamic .dynamic-img a .img img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.c-box .dynamic .dynamic-img a p {
    margin-top: 10px;
    font-size: 17px;
    line-height: 36px;
    color: #333;
    text-align: center;
    padding: 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.c-box .dynamic .dynamic-img a:hover .img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.c-box .dynamic .dynamic-img a:hover p {
    color: #004285;
}

@media (max-width: 1310px) {
    .content-wrapper .nav-c .nav-box {
        width: 96% !important;
    }

    .c-box .text-wrap {
        width: 96% !important;
    }

    .c-box .time-wrap {
        width: 96% !important;
    }

    .c-box .dynamic {
        width: 96% !important;
    }
}

@media (max-width: 1010px) {
    .c-box .text-wrap .name-zh {
        margin-top: 20px;
    }

    .c-box .time-wrap .time-wrap-t .time-prev,
    .c-box .time-wrap .time-wrap-t .time-next {
        margin-top: 0 !important;
        cursor: pointer;
    }

    .c-box .time-wrap .time-wrap-t .time-nav {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .c-box .time-wrap .time-wrap-t .time-nav::after {
        content: none;
    }

    .c-box .time-wrap .time-wrap-t .time-nav .time-item {
        margin: 10px 5px;
    }

    .c-box .time-wrap .time-wrap-t .time-nav .time-item .icon2 {
        margin-top: 2px;
    }

    .c-box .time-wrap .time-wrap-t .time-nav .time-item .icon2::before {
        content: none;
    }

    .c-box .time-wrap .time-wrap-t .time-nav .time-item.act .icon2::before {
        content: none;
    }

    .c-box .time-wrap .time-page {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .c-box .time-wrap .time-page .img {
        margin: 0 10px 10px 10px;
    }

    .c-box .dynamic {
        margin: 20px auto;
    }

    .c-box .dynamic .dynamic-img a {
        width: 48% !important;
        max-width: 100%;
    }

    .c-box .dynamic .dynamic-img a min p {
        margin-top: 0 !important;
    }
}

@media (max-width: 475px) {
    .c-box .dynamic .dynamic-img a {
        width: 312px !important;
        margin: 0 auto 10px auto;
    }

    .c-box .dynamic .dynamic-img a p {
        margin-top: 0 !important;
        margin-bottom: 5px;
    }
}




.in-page a:hover {
    background-color: #014285;
    color: #FFFFFF;
}

@media (max-width: 768px) {

    .in-page a,
    .in-page span {
        padding: 5px;
    }
}

html,
body {
    font-family: "Microsoft YaHei";
    overflow-x: hidden;
    position: relative;
}

.main {
    min-height: 600px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

p {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.children {
    margin-top: 174px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.children .img {
    display: inline-block;
    width: 100%;
    height: 300px;
}

.children .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.children .nav-c {
    width: 100%;
    height: 44px;
    background-color: #ebebeb;
    margin-bottom: 40px;
}

.children .nav-c .box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1300px;
    height: 44px;
    margin: 0 auto;
}

.children .nav-c .box img {
    display: inline-block;
    width: 16px;
    height: 14px;
    margin-right: 10px;
}

.children .nav-c .box span,
.children .nav-c .box a {
    font-size: 14px;
    color: #333;
}

@media (max-width: 1410px) {
    .children .nav-c .box {
        width: 96%;
    }
}

@media (max-width: 1000px) {
    .children {
        margin-top: 86px;
    }

    .children .nav-c .box {
        width: 96%;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
    }
}

@media (max-width: 768px) {
    .children {
        margin-top: 86px;
    }

    .children .nav-c {
        margin-bottom: 0;
    }

    .children .nav-c .box {
        width: 96%;
    }
}

.bodyhid {
    width: 100%;
    overflow: hidden;
}

.load {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background: #1D2630;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.spinner-box {
    width: 300px;
    height: 300px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
}

.circle-border {
    width: 150px;
    height: 150px;
    padding: 3px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #55b0de;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(33%, #014285), to(#55b0de));
    background: -moz-linear-gradient(bottom, #014285 33%, #55b0de 100%);
    background: linear-gradient(0deg, #014285 33%, #55b0de 100%);
    -webkit-animation: spin 0.8s linear 0s infinite;
    -moz-animation: spin 0.8s linear 0s infinite;
    animation: spin 0.8s linear 0s infinite;
}

.circle-core {
    width: 100%;
    height: 100%;
    background-color: #1d2630;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.content-wrapper {
    /* margin-top: 170px; */
    position: relative;
}



.content-wrapper .img {
    width: 100%;
    height: 327px;
}

.content-wrapper .img img {
    width: 100%;
    height: 100%;
}





.content-wrapper .tips-icon {
    position: absolute;
    right: 0;
    top: 40px;
    width: 569px;
    height: 209px;
}

.content-wrapper .tips-icon img {
    position: absolute;
    left: 0;
    top: 0;
}

.content-wrapper .tips-icon img:nth-of-type(2) {
    left: 126px;
    top: 40px;
}

.c-box .tab {
    width: 1300px;
    height: auto;
    border-bottom: 1px solid #dadada;
    margin: 0 auto;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}



.c-box .tab li {
    height: 80px;
    display: inline-block !important;
}

.c-box .tab li a {
    height: 80px;
    line-height: 80px;
    padding: 0 26px;
    font-size: 18px;
    color: #555;
    display: block;
}

.c-box .tab li:hover a {
    background-color: #014285;
    color: #fff;
    font-weight: bold;
}

.c-box .tab li.act a {
    background-color: #014285;
    color: #fff;
    font-weight: bold;
}

.c-box .gk-item.gk1 .gk1-box {
    margin: 40px auto;
    width: 1300px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.c-box .gk-item.gk1 .gk1-box .img {
    width: 50%;
    height: 380px;
    position: relative;
}

.c-box .gk-item.gk1 .gk1-box .img img {
    display: block;
}

.c-box .gk-item.gk1 .gk1-box .img img:nth-of-type(1) {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.c-box .gk-item.gk1 .gk1-box .img img:nth-of-type(2) {
    position: absolute;
    left: 0;
    top: -webkit-calc(50% - 60px);
    top: -moz-calc(50% - 60px);
    top: calc(50% - 60px);
    width: auto;
    height: auto;
}

.c-box .gk-item.gk1 .gk1-box .text {
    width: -webkit-calc(50% - 50px);
    width: -moz-calc(50% - 50px);
    width: calc(50% - 50px);
    margin-left: 50px;
    height: 380px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 20px;
}

.c-box .gk-item.gk1 .gk1-box .text p {
    text-indent: 36px;
    font-size: 16px;
    line-height: 40px;
    color: #333;
}



.c-box .c-name {
    margin: 0 auto 40px auto;
    text-align: center;
    width: 228px;
    height: 55px;
    background-image: url("/kyc/images/name-bg.png");
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    line-height: 55px;
    color: #014285;
    font-size: 20px;
    font-weight: bold;
}

.c-box .hz-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: -webkit-calc(1300px + 1%);
    width: -moz-calc(1300px + 1%);
    width: calc(1300px + 1%);
    margin: 0 auto 40px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.c-box .hz-wrap .img {
    margin: 0.4%;
    border: 1px solid #dadada;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
}

.c-box .hz-wrap .img img {
    width: 100%;
    height: 100%;
}

.c-box .hz-wrap .img:nth-child(1),
.c-box .hz-wrap .img:nth-child(2),
.c-box .hz-wrap .img:nth-child(3) {
    height: 290px;
}

.c-box .hz-wrap .img:nth-child(4),
.c-box .hz-wrap .img:nth-child(5),
.c-box .hz-wrap .img:nth-child(6),
.c-box .hz-wrap .img:nth-child(7) {
    height: 250px;
}

.c-box .hz-wrap .img:nth-child(1) {
    width: 33.4%;
}

.c-box .hz-wrap .img:nth-child(2) {
    width: 30%;
}

.c-box .hz-wrap .img:nth-child(3) {
    width: 33.8%;
}

.c-box .hz-wrap .img:nth-child(4) {
    width: 27.5%;
}

.c-box .hz-wrap .img:nth-child(5) {
    width: 29.3%;
}

.c-box .hz-wrap .img:nth-child(6) {
    width: 27.5%;
}

.c-box .hz-wrap .img:nth-child(7) {
    width: 12%;
}

.c-box .cy-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: -webkit-calc(1300px + 1%);
    width: -moz-calc(1300px + 1%);
    width: calc(1300px + 1%);
    margin: 0 auto 40px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.c-box .cy-wrap .img {
    border: 1px solid #dadada;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
}

.c-box .cy-wrap .img img {
    width: 100%;
    height: 100%;
}

.c-box .cy-wrap .l {
    width: 57%;
    margin: 0.4%;
}

.c-box .cy-wrap .l .img {
    height: 556px;
    width: 100%;
}

.c-box .cy-wrap .r {
    margin: 0.4%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 41%;
}

.c-box .cy-wrap .r .img {
    height: 271px;
    width: 100%;
}

.c-box .sx-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: -webkit-calc(1300px + 1%);
    width: -moz-calc(1300px + 1%);
    width: calc(1300px + 1%);
    margin: 0 auto 40px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.c-box .sx-wrap .img {
    margin: 0.1%;
    border: 1px solid #dadada;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
}

.c-box .sx-wrap .img img {
    width: 100%;
    height: 100%;
}

.c-box .sx-wrap .img:nth-child(1),
.c-box .sx-wrap .img:nth-child(2),
.c-box .sx-wrap .img:nth-child(3),
.c-box .sx-wrap .img:nth-child(4) {
    height: 214px;
    width: 24.6%;
}

.c-box .sx-wrap .img:nth-child(5),
.c-box .sx-wrap .img:nth-child(6),
.c-box .sx-wrap .img:nth-child(7),
.c-box .sx-wrap .img:nth-child(8),
.c-box .sx-wrap .img:nth-child(9) {
    height: 175PX;
}

.c-box .sx-wrap .img:nth-child(10),
.c-box .sx-wrap .img:nth-child(11),
.c-box .sx-wrap .img:nth-child(12),
.c-box .sx-wrap .img:nth-child(13) {
    height: 222px;
}

.c-box .sx-wrap .img:nth-child(5) {
    width: 29.1%;
}

.c-box .sx-wrap .img:nth-child(6),
.c-box .sx-wrap .img:nth-child(7),
.c-box .sx-wrap .img:nth-child(8) {
    width: 20%;
}

.c-box .sx-wrap .img:nth-child(9) {
    width: 9%;
}

.c-box .sx-wrap .img:nth-child(10) {
    width: 23.4%;
}

.c-box .sx-wrap .img:nth-child(11) {
    width: 25%;
}

.c-box .sx-wrap .img:nth-child(12) {
    width: 25%;
}

.c-box .sx-wrap .img:nth-child(13) {
    width: 25%;
}

.c-box .zx-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: -webkit-calc(1300px + 1%);
    width: -moz-calc(1300px + 1%);
    width: calc(1300px + 1%);
    margin: 0 auto 40px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.c-box .zx-wrap .img {
    margin: 0.2%;
    border: 1px solid #dadada;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
}

.c-box .zx-wrap .img img {
    width: 100%;
    height: 100%;
}

.c-box .zx-wrap .img:nth-child(1),
.c-box .zx-wrap .img:nth-child(2),
.c-box .zx-wrap .img:nth-child(3),
.c-box .zx-wrap .img:nth-child(4) {
    height: 285px;
}

.c-box .zx-wrap .img:nth-child(5),
.c-box .zx-wrap .img:nth-child(6),
.c-box .zx-wrap .img:nth-child(7) {
    height: 295px;
    width: 32.6%;
}

.c-box .zx-wrap .img:nth-child(1) {
    width: 32.6%;
}

.c-box .zx-wrap .img:nth-child(2) {
    width: 14%;
}

.c-box .zx-wrap .img:nth-child(3) {
    width: 19.6%;
}

.c-box .zx-wrap .img:nth-child(4) {
    width: 31%;
}

.c-box .js-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: -webkit-calc(1300px + 1%);
    width: -moz-calc(1300px + 1%);
    width: calc(1300px + 1%);
    margin: 0 auto 40px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.c-box .js-wrap .img {
    margin: 0.3%;
    border: 1px solid #dadada;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
}

.c-box .js-wrap .img img {
    width: 100%;
    height: 100%;
}

.c-box .js-wrap .img:nth-child(6) {
    position: absolute;
    left: 0;
    top: 37%;
    width: 27%;
}

.c-box .js-wrap .img:nth-child(7),
.c-box .js-wrap .img:nth-child(12) {
    margin-left: -webkit-calc(27% + 1%);
    margin-left: -moz-calc(27% + 1%);
    margin-left: calc(27% + 1%);
}

.c-box .js-wrap .img:nth-child(1),
.c-box .js-wrap .img:nth-child(2),
.c-box .js-wrap .img:nth-child(3),
.c-box .js-wrap .img:nth-child(4),
.c-box .js-wrap .img:nth-child(5) {
    height: 156px;
}

.c-box .js-wrap .img:nth-child(7),
.c-box .js-wrap .img:nth-child(8),
.c-box .js-wrap .img:nth-child(9),
.c-box .js-wrap .img:nth-child(10),
.c-box .js-wrap .img:nth-child(11) {
    height: 116px;
}

.c-box .js-wrap .img:nth-child(12),
.c-box .js-wrap .img:nth-child(13),
.c-box .js-wrap .img:nth-child(14),
.c-box .js-wrap .img:nth-child(15),
.c-box .js-wrap .img:nth-child(16) {
    height: 146px;
}

.c-box .js-wrap .img:nth-child(1) {
    width: 21%;
}

.c-box .js-wrap .img:nth-child(2) {
    width: 23%;
}

.c-box .js-wrap .img:nth-child(3) {
    width: 15%;
}

.c-box .js-wrap .img:nth-child(4) {
    width: 19%;
}

.c-box .js-wrap .img:nth-child(5) {
    width: 18%;
}

.c-box .js-wrap .img:nth-child(7),
.c-box .js-wrap .img:nth-child(8),
.c-box .js-wrap .img:nth-child(9) {
    width: 12%;
}

.c-box .js-wrap .img:nth-child(10) {
    width: 16%;
}

.c-box .js-wrap .img:nth-child(11) {
    width: 16%;
}

.c-box .js-wrap .img:nth-child(12),
.c-box .js-wrap .img:nth-child(13),
.c-box .js-wrap .img:nth-child(14),
.c-box .js-wrap .img:nth-child(15) {
    width: 14.5%;
}

.c-box .js-wrap .img:nth-child(16) {
    width: 10%;
}

.c-box .c-title {
    height: 40px;
    -webkit-border-radius: 0 50px 50px 0;
    -moz-border-radius: 0 50px 50px 0;
    border-radius: 0 50px 50px 0;
    background-color: #014285;
    color: #fff;
    text-align: center;
    padding: 0 40px;
    line-height: 40px;
    display: inline-block;
    margin-bottom: 20px;
}

.c-box .cx-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: -webkit-calc(1300px + 1%);
    width: -moz-calc(1300px + 1%);
    width: calc(1300px + 1%);
    margin: 0 auto 40px auto;
}

.c-box .cx-wrap .l {
    width: 56%;
}

.c-box .cx-wrap .l .l-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.c-box .cx-wrap .l .l-box .img {
    margin: 0.2%;
    border: 1px solid #dadada;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    width: 23%;
}

.c-box .cx-wrap .l .l-box .img img {
    width: 100%;
    height: 100%;
}

.c-box .cx-wrap .l .l-box .img:nth-child(1),
.c-box .cx-wrap .l .l-box .img:nth-child(2),
.c-box .cx-wrap .l .l-box .img:nth-child(3),
.c-box .cx-wrap .l .l-box .img:nth-child(4) {
    height: 247px;
}

.c-box .cx-wrap .l .l-box .img:nth-child(5),
.c-box .cx-wrap .l .l-box .img:nth-child(6),
.c-box .cx-wrap .l .l-box .img:nth-child(7),
.c-box .cx-wrap .l .l-box .img:nth-child(8) {
    height: 120px;
}

.c-box .cx-wrap .r {
    width: 43%;
}

.c-box .cx-wrap .r .r-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.c-box .cx-wrap .r .r-box .img {
    margin: 0.2%;
    border: 1px solid #dadada;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    width: 31%;
    height: 122px;
}

.c-box .cx-wrap .r .r-box .img img {
    width: 100%;
    height: 100%;
}

.c-box .ds-wrap {
    width: 1300px;
    margin: 0 auto;
}

.c-box .ds-wrap .list-swiper {
    margin-bottom: 50px;
    height: 234px;
}

.c-box .ds-wrap .list-swiper .djSwiper {
    overflow: hidden;
}

.c-box .ds-wrap .list-swiper .djSwiper .swiper-pagination {
    display: none;
}

.c-box .ds-wrap .list-swiper .swiper-slide {
    width: 24%;
    height: 234px;
    margin-right: 1.34%;
}

.c-box .ds-wrap .list-swiper .swiper-slide a {
    display: inline-block;
    width: 100%;
    height: 234px;
}

.c-box .ds-wrap .list-swiper .swiper-slide a img {
    display: inline-block;
    width: 100%;
    height: 234px;
}

@media (max-width: 1310px) {
    .c-box .gk-item.gk1 .gk1-box {
        width: 96%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .c-box .hz-wrap,
    .c-box .cy-wrap,
    .c-box .sx-wrap,
    .c-box .zx-wrap,
    .c-box .js-wrap,
    .c-box .cx-wrap {
        width: 100%;
        margin-bottom: 20px;
    }

    .c-box .hz-wrap .img,
    .c-box .cy-wrap .img,
    .c-box .sx-wrap .img,
    .c-box .zx-wrap .img,
    .c-box .js-wrap .img,
    .c-box .cx-wrap .img {
        height: auto !important;
    }

    .c-box .cx-wrap {
        margin-bottom: 20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .c-box .ds-wrap {
        width: 96%;
    }
}

@media (max-width: 1010px) {
    .c-box .gk-item.gk1 .gk1-box {
        width: 96%;
    }

    .c-box .gk-item.gk1 .gk1-box .img {
        width: 100%;
        height: 280px;
    }

    .c-box .gk-item.gk1 .gk1-box .img img:nth-of-type(2) {
        width: -webkit-calc(445px * 0.7);
        width: -moz-calc(445px * 0.7);
        width: calc(445px * 0.7);
        height: -webkit-calc(101px * 0.7);
        height: -moz-calc(101px * 0.7);
        height: calc(101px * 0.7);
    }

    .c-box .gk-item.gk1 .gk1-box .text {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }

    .c-box .c-name {
        margin: 0 auto 10px auto;
        width: -webkit-calc(228px * 0.7);
        width: -moz-calc(228px * 0.7);
        width: calc(228px * 0.7);
        height: -webkit-calc(55px * 0.7);
        height: -moz-calc(55px * 0.7);
        height: calc(55px * 0.7);
        line-height: -webkit-calc(55px * 0.7);
        line-height: -moz-calc(55px * 0.7);
        line-height: calc(55px * 0.7);
        font-size: 18px;
    }

    .c-box .c-title {
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .list-swiper {
        margin-bottom: 50px;
        height: auto !important;
    }

    .list-swiper .swiper-slide {
        width: 49% !important;
        height: auto !important;
        margin-right: 1.34%;
    }

    .list-swiper .swiper-slide a {
        display: inline-block;
        width: 100%;
        height: auto !important;
    }

    .list-swiper .swiper-slide a img {
        display: inline-block;
        width: 100%;
        height: auto !important;
    }

    .list-swiper .swiper-pagination {
        display: block !important;
        position: absolute;
        left: 0;
        bottom: -20px;
    }

    .list-swiper .swiper-pagination span {
        width: 10px;
        height: 10px;
        border: 2px solid #014285;
        background: transparent;
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    }

    .list-swiper .swiper-pagination span.swiper-pagination-bullet-active {
        opacity: 1;
        background: #014285;
    }
}



.in-page {
    width: 100%;
    text-align: center;
    padding: 30px;
}




@media (max-width: 768px) {

    .in-page a,
    .in-page span {
        padding: 5px;
    }
}

html,
body {
    font-family: "Microsoft YaHei";
    overflow-x: hidden;
    position: relative;
}

.main {
    min-height: 600px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

p {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.children {
    margin-top: 174px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.children .img {
    display: inline-block;
    width: 100%;
    height: 300px;
}

.children .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.children .nav-c {
    width: 100%;
    height: 44px;
    background-color: #ebebeb;
    margin-bottom: 40px;
}

.children .nav-c .box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1300px;
    height: 44px;
    margin: 0 auto;
}

.children .nav-c .box img {
    display: inline-block;
    width: 16px;
    height: 14px;
    margin-right: 10px;
}

.children .nav-c .box span,
.children .nav-c .box a {
    font-size: 14px;
    color: #333;
}

@media (max-width: 1410px) {
    .children .nav-c .box {
        width: 96%;
    }
}

@media (max-width: 1000px) {
    .children {
        margin-top: 86px;
    }

    .children .nav-c .box {
        width: 96%;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
    }
}

@media (max-width: 768px) {
    .children {
        margin-top: 86px;
    }

    .children .nav-c {
        margin-bottom: 0;
    }

    .children .nav-c .box {
        width: 96%;
    }
}

.bodyhid {
    width: 100%;
    overflow: hidden;
}

.load {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background: #1D2630;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.spinner-box {
    width: 300px;
    height: 300px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
}

.circle-border {
    width: 150px;
    height: 150px;
    padding: 3px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #55b0de;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(33%, #014285), to(#55b0de));
    background: -moz-linear-gradient(bottom, #014285 33%, #55b0de 100%);
    background: linear-gradient(0deg, #014285 33%, #55b0de 100%);
    -webkit-animation: spin 0.8s linear 0s infinite;
    -moz-animation: spin 0.8s linear 0s infinite;
    animation: spin 0.8s linear 0s infinite;
}

.circle-core {
    width: 100%;
    height: 100%;
    background-color: #1d2630;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.content-wrapper {
    /* margin-top: 170px; */
    position: relative;
}



.content-wrapper .img {
    width: 100%;
    height: 441px;
}

.content-wrapper .img img {
    width: 100%;
    height: 100%;
}

.content-wrapper .nav-c {
    height: 50px;
    width: 100%;
    display: flex;
    align-items: center;
}

/* .source .source {
    width: 1300px;
    margin: 0 auto;
} */

.source .el-breadcrumb {
    font-size: 14px;
    line-height: 1
}

.source .el-breadcrumb:after,
.source .el-breadcrumb:before {
    display: table;
    content: ""
}

.source .el-breadcrumb:after {
    clear: both
}

.source .el-breadcrumb__separator {
    margin: 0 0px;
    font-weight: 700;
    color: #c0c4cc;
    margin-right: 5px;
}

.source .el-breadcrumb__separator[class*=icon] {
    margin: 0 6px;
    font-weight: 400
}

.source .el-breadcrumb__item {
    float: left
}

.source .el-breadcrumb__inner {
    color: #606266
}

.source .el-breadcrumb__inner.is-link,
.source .el-breadcrumb__inner a {
    font-weight: 700;
    text-decoration: none;
    transition: color .2s cubic-bezier(.645, .045, .355, 1);
    color: #303133
}

.source .el-breadcrumb__inner.is-link:hover {
    color: #63A6EC;
    cursor: pointer
}

.source .el-breadcrumb__item:last-child .el-breadcrumb__inner,
.source .el-breadcrumb__item:last-child .el-breadcrumb__inner:hover,
.source .el-breadcrumb__item:last-child .el-breadcrumb__inner a,
.source .el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover {
    font-weight: 400;
    color: #606266;
    cursor: text
}

.source .el-breadcrumb__item:last-child .el-breadcrumb__separator {
    display: none
}



.content-wrapper .tips-icon {
    position: absolute;
    right: 0;
    top: 40px;
    width: 569px;
    height: 209px;
}

.content-wrapper .tips-icon img {
    position: absolute;
    left: 0;
    top: 0;
}

.content-wrapper .tips-icon img:nth-of-type(2) {
    left: 126px;
    top: 40px;
}

.c-box .news-det {
    width: 1100px;
    margin: 40px auto 0 auto;
}

.c-box .news-det .box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.c-box .news-det .box .xw-1-wrap {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.c-box .news-det .box .xw-1-wrap .xw-1 li {
    width: 100%;
}

.c-box .news-det .box .xw-1-wrap .xw-1 li a {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd;
    padding: 15px 0px 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.c-box .news-det .box .xw-1-wrap .xw-1 li a .list-content-box {
    display: flex;
    width: 100%;
}

.c-box .news-det .box .xw-1-wrap .xw-1 li a>span {
    display: block;
    width: 100%;
    font-size: 20px;
    color: #333333;
    margin-bottom: 20px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.c-box .news-det .box .xw-1-wrap .xw-1 li a .list-content-box .img {
    width: 138px;
    height: 100px;
    overflow: hidden;
}

.c-box .news-det .box .xw-1-wrap .xw-1 li a .list-content-box .img+.det {
    width: -webkit-calc(100% - 210px);
    width: -moz-calc(100% - 210px);
    width: calc(100%);
    padding-left: 2.07%;
}

.c-box .news-det .box .xw-1-wrap .xw-1 li a .list-content-box .det {
    width: 100%;
}

.c-box .news-det .box .xw-1-wrap .xw-1 li a .list-content-box .det .p1 {
    font-size: 14px;
    color: #878787;
    line-height: 25px;
    /* max-height: 3em; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.c-box .news-det .box .xw-1-wrap .xw-1 li a .list-content-box .det .p2 {
    font-size: 14px;
    color: #888888;
    text-align: right;
    display: flex;
    line-height: 24px;
    align-items: center;
    justify-content: flex-end;
    padding-right: 10px;
}

/* .c-box .news-det .box .xw-1-wrap .xw-1 li a:hover {}

.c-box .news-det .box .xw-1-wrap .xw-1 li a:hover>span {
    color: #63A6EC;
}

.c-box .news-det .box .xw-1-wrap .xw-1 li a:hover>.list-content-box .det p {
 
    color: #000;
} */


.c-box .news-det .box .gongg {
    width: 300px;
    height: 100%;
    margin-left: 40px;
}

.c-box .news-det .box .gongg .more_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #63A6EC;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.c-box .news-det .box .gongg .more_wrap span {
    font-size: 18px;
    line-height: 26px;
}

.c-box .news-det .box .gongg .more_wrap a {
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;
}

.c-box .news-det .box .gongg .ul-text {
    padding-left: 10px;
    width: 300px;
    margin-bottom: 20px;
}

.c-box .news-det .box .gongg .ul-text li {
    border-bottom: 1px dashed #E5E5E5;
    padding: 20px 0;

    color: #929191;
}

.c-box .news-det .box .gongg .ul-text li a {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #555;
    line-height: 26px;
    display: -moz-box;
    -moz-box-orient: vertical;
    -moz-line-clamp: 2;
    overflow: hidden;
    /* Safari, Opera, and Chrome */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    /* W3C */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.c-box .news-det .box .gongg .ul-text li:hover {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: #014285;
    font-weight: bold;
}


.c-box .news-det .box .gongg .ul-img li {
    margin-top: 20px;
}

.c-box .news-det .box .gongg .ul-img li a {
    display: block;
    position: relative;
    height: 170px;
    overflow: hidden;
}

.c-box .news-det .box .gongg .ul-img li a .img {
    display: inline-block;
    width: 100%;
    height: 170px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.c-box .news-det .box .gongg .ul-img li a div {
    font-size: 16px;
    height: 36px;
    width: 100%;
    line-height: 36px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
}

.c-box .news-det .box .gongg .ul-img li a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.c-box .news-det .box .gongg .ul-img li a:hover div {
    font-weight: bold;
}

.c-box .news-det {
    width: 1300px;
    margin: 0px auto 0px auto;
    padding: 40px 0;
}

.c-box .news-det .box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}










.c-box .news-det .box .dt {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: #fff;
    padding: 30px 50px;
    flex: 1;
    box-sizing: border-box;
    width: 100%;
    overflow: scroll;
}

.c-box .news-det .box .dt::-webkit-scrollbar {
    width: 0px;
    /* 设置滚动条的宽度 */
    border-radius: 4px;
    /* 设置滚动条的圆角 */
}

.c-box .news-det .box .dt::-webkit-scrollbar-thumb {
    background-color: transparent;
    /* 设置滑块的背景颜色 */
    border-radius: 4px;
    /* 设置滑块的圆角 */
}

.c-box .news-det .box .dt::-webkit-scrollbar-track {
    background-color: transparent;
    /* 设置轨道的背景颜色 */
    border-radius: 4px;
    /* 设置轨道的圆角 */
}

.c-box .news-det .box .dt .bottom-tool-bar {
    font-size: 16px;
    color: #333;
    display: flex;
    flex-wrap: wrap;
}

.c-box .news-det .box .dt .bottom-tool-bar>a {
    font-size: 16px;
    color: #43A6FF;
}

.c-box .news-det .box .dt .bottom-tool-bar-off>a:hover {
    background: #f78989;
    border-color: #f78989;
    color: #fff;
}

.c-box .news-det .box .dt .bottom-tool-bar-off>a {
    color: #fff;
    background-color: #f56c6c;
    border-color: #f56c6c;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    display: flex;
    margin: 0;
    transition: .1s;
    font-weight: 500;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    display: inline-block;
    padding-left: 6px;
}

.c-box .news-det .box .dt .time {
    font-size: 14px;
    color: #888;
    margin-bottom: 30px;
    padding: 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #e8ebf2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}

/* .c-box .news-det .box#content-wraper-box-page .dt .time {
    display: none;
}

.c-box .news-det .box#content-wraper-box-page .gongg {
    display: none;
} */

.c-box .news-det .box .dt P {
    text-indent: 1em;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;

    /*-webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;*/
    margin: 10px 0;
    font-size: 16px;
    color: #333;
    line-height: 40px;
    display: block;
}

.c-box .news-det .box .dt img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.c-box .news-det .box .gongg {
    width: 300px;
    height: 100%;
    margin-right: 40px;
}

.c-box .news-det .box .gongg .more_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.c-box .news-det .box .gongg .more_wrap span {
    font-size: 16px;
    line-height: 26px;
}

.c-box .news-det .box .gongg .more_wrap a {
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;
    transition: all .3s;
}

.c-box .news-det .box .gongg .more_wrap a:hover {
    transform: scale(1.05);
    transition: all .3s;
}

.c-box .news-det .box .gongg .more_wrap a>span {
    font-size: 14px;
}

.c-box .news-det .box .gongg .more_wrap svg {
    fill: #fff;
}

.c-box .news-det .box .gongg .ul-text {
    padding-left: 10px;
    background-color: #ffffffc4;
    width: calc(100%);
    /* margin: 0 4px; */
    margin-bottom: 20px;
    /* border-radius: 0px 0px 8px 8px; */
}

.c-box .news-det .box .gongg .ul-text li {
    border-bottom: 1px dashed #E5E5E5;
    padding: 20px 0px;
 
    color: #929191;
    padding-right: 6px;
}

.c-box .news-det .box .gongg .ul-text li a {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #555;
    line-height: 26px;
    display: -moz-box;
    -moz-box-orient: vertical;
    -moz-line-clamp: 2;
    overflow: hidden;
    /* Safari, Opera, and Chrome */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    /* W3C */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.c-box .news-det .box .gongg .ul-text li:hover {
    padding-left: 5px;
    padding-right: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: #014285;
    font-weight: bold;
}


.c-box .news-det .box .gongg .ul-img li {
    margin-bottom: 20px;
}

.c-box .news-det .box .gongg .ul-img li a {
    display: block;
    position: relative;
    height: 170px;
    overflow: hidden;
}

.c-box .news-det .box .gongg .ul-img li a .img {
    display: inline-block;
    width: 100%;
    height: 170px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.c-box .news-det .box .gongg .ul-img li a div {
    font-size: 16px;
    height: 36px;
    width: 100%;
    line-height: 36px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
}

.c-box .news-det .box .gongg .ul-img li a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.c-box .news-det .box .gongg .ul-img li a:hover div {
    font-weight: bold;
}

.c-box .news-det .prev,
.c-box .news-det .next {
    width: 100%;
    margin-top: 20px;
}

.c-box .news-det .prev span,
.c-box .news-det .next span {
    font-size: 16px;
    color: #333;
}

.c-box .news-det .prev a,
.c-box .news-det .next a {
    font-size: 16px;
    color: #014285;
}

.c-box .map-box {
    width: 1300px;
    margin: 40px auto;
}

.c-box .map-box .box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.c-box .map-box .box .map {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.c-box .map-box .box .map img {
    -o-object-fit: fill;
    object-fit: fill;
    width: auto;
    height: auto;
}

.c-box .map-box .box .map #map {
    width: 100%;
    height: 400px;
    margin-bottom: 20px;
}

.c-box .map-box .box .map .text1,
.c-box .map-box .box .map .text2,
.c-box .map-box .box .map .text3 {
    font-size: 18px;
    line-height: 40px;
    color: #333;
}

.c-box .map-box .box .map .code-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}

.c-box .map-box .box .map .code-wrap img {
    width: auto;
    height: auto;
}

.c-box .map-box .box .map .code-wrap .t {
    margin: 5px 3px;
    font-size: 18px;
    line-height: 40px;
    color: #333;
}

.c-box .map-box .box .gongg {
    width: 300px;
    height: 100%;
    margin-left: 40px;
}

.c-box .map-box .box .gongg .more_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #014285;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.c-box .map-box .box .gongg .more_wrap span {
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
}

.c-box .map-box .box .gongg .more_wrap a {
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;
}

.c-box .map-box .box .gongg .ul-text {
    padding-left: 20px;
    width: 300px;
    margin-bottom: 20px;
}

.c-box .map-box .box .gongg .ul-text li {
    border-bottom: 1px dashed #E5E5E5;
    padding: 20px 0;
    list-style: disc;
    color: #929191;
}

.c-box .map-box .box .gongg .ul-text li a {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #555;
    line-height: 26px;
    display: -moz-box;
    -moz-box-orient: vertical;
    -moz-line-clamp: 2;
    overflow: hidden;
    /* Safari, Opera, and Chrome */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    /* W3C */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.c-box .map-box .box .gongg .ul-text li:hover {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    color: #014285;
    font-weight: bold;
}

.c-box .map-box .box .gongg .ul-text li:hover a {
    color: #014285;
}

.c-box .map-box .box .gongg .ul-img li {
    margin-top: 20px;
}

.c-box .map-box .box .gongg .ul-img li a {
    display: block;
    position: relative;
    height: 170px;
    overflow: hidden;
}

.c-box .map-box .box .gongg .ul-img li a img {
    display: inline-block;
    width: 100%;
    height: 170px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.c-box .map-box .box .gongg .ul-img li a div {
    font-size: 16px;
    height: 36px;
    width: 100%;
    line-height: 36px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
}

.c-box .map-box .box .gongg .ul-img li a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.c-box .map-box .box .gongg .ul-img li a:hover div {
    font-weight: bold;
}

@media (max-width: 1310px) {
    .c-box .tab {
        width: 96%;
    }

    .c-box .news-det {
        width: 96% !important;
    }

    .c-box .news-det {
        width: 96%;
    }

    .c-box .map-box {
        width: 96%;
    }
}

@media (max-width: 1010px) {
    .c-box .box .gongg {
        display: none;
    }

    /* .c-box .news-det .time .week_share {
        display: none;
    } */
}

@media (max-width: 768px) {
    .c-box .news-det {
        margin: 80px auto 0 auto;
    }

    .c-box .news-det .box .xw-1-wrap {
        width: 100%;
    }

    .c-box .news-det .box .xw-1-wrap .xw-1 li {
        width: 100%;
    }

    .c-box .news-det .box .xw-1-wrap .xw-1 li a .list-content-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 25px 0 30px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .c-box .news-det .box .xw-1-wrap .xw-1 li a .list-content-box>span {
        display: block;
        width: 100%;
        font-size: 20px;
        color: #333333;
        margin-bottom: 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
    }

    .c-box .news-det .box .xw-1-wrap .xw-1 li a .list-content-box .img {
        width: -webkit-calc(210px * 0.7);
        width: -moz-calc(210px * 0.7);
        width: calc(210px * 0.5);
        height: -webkit-calc(136px * 0.7);
        height: -moz-calc(136px * 0.7);
        height: calc(136px * 0.7);
        overflow: hidden;
    }

    .c-box .news-det .box .xw-1-wrap .xw-1 li a .list-content-box .img+.det {
        width: -webkit-calc(100% - -webkit-calc(210px * 0.7));
        width: -moz-calc(100% - -moz-calc(210px * 0.7));
        width: calc(100% - calc(210px * 0.7));
        padding-left: 2.07%;
        flex: 1;
    }

    .c-box .news-det .box .xw-1-wrap .xw-1 li a .list-content-box .det {
        width: 100%;
    }

    .c-box .news-det .box .xw-1-wrap .xw-1 li a .list-content-box .det .p1 {
        font-size: 14px;
        color: #888888;
        line-height: 32px;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
    }

    .c-box .news-det {
        margin: 0px auto 0px auto;
    }

    .c-box .news-det .box .dt .time {
        margin-bottom: 10px !important;
    }

    .c-box .box .gongg {
        display: none;
    }
}


.in-page {
    width: 100%;
    text-align: center;
    padding: 30px;
}


@media (max-width: 768px) {

    .in-page a,
    .in-page span {
        padding: 5px;
    }
}

html,
body {
    font-family: "Microsoft YaHei";
    overflow-x: hidden;
    position: relative;
}

.main {
    min-height: 600px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

p {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.children {
    margin-top: 174px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.children .img {
    display: inline-block;
    width: 100%;
    height: 300px;
}

.children .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.children .nav-c {
    width: 100%;
    height: 44px;
    background-color: #ebebeb;
    margin-bottom: 40px;
}

.children .nav-c .box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1300px;
    height: 44px;
    margin: 0 auto;
}

.children .nav-c .box img {
    display: inline-block;
    width: 16px;
    height: 14px;
    margin-right: 10px;
}

.children .nav-c .box span,
.children .nav-c .box a {
    font-size: 14px;
    color: #333;
}

@media (max-width: 1410px) {
    .children .nav-c .box {
        width: 96%;
    }
}

@media (max-width: 1000px) {
    .children {
        margin-top: 86px;
    }

    .c-box .news-det .box .dt {
        padding: 30px 10px !important;
    }

    .children .nav-c .box {
        width: 96%;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
    }
}

@media (max-width: 768px) {
    .c-box .news-det .box .dt {
        margin-top: 50px;
    }

    .children {
        margin-top: 86px;
    }

    .children .nav-c {
        margin-bottom: 0;
    }

    .children .nav-c .box {
        width: 96%;
    }
}

.bodyhid {
    width: 100%;
    overflow: hidden;
}

.load {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background: #1D2630;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.spinner-box {
    width: 300px;
    height: 300px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
}

.circle-border {
    width: 150px;
    height: 150px;
    padding: 3px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #55b0de;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(33%, #014285), to(#55b0de));
    background: -moz-linear-gradient(bottom, #014285 33%, #55b0de 100%);
    background: linear-gradient(0deg, #014285 33%, #55b0de 100%);
    -webkit-animation: spin 0.8s linear 0s infinite;
    -moz-animation: spin 0.8s linear 0s infinite;
    animation: spin 0.8s linear 0s infinite;
}

.circle-core {
    width: 100%;
    height: 100%;
    background-color: #1d2630;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.c-box .zy-wrap {
    width: 1300px;
    margin: 0 auto;
}

.c-box .zy-wrap .name-zh {
    margin-top: 40px;
    font-size: 24px;
    color: #004285;
    line-height: 34px;
    text-align: center;
}

.c-box .zy-wrap .name-en {
    font-size: 18px;
    line-height: 34px;
    color: rgba(0, 66, 133, 0.5);
    text-align: center;
}

.c-box .zy-wrap .zy-img {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 40px auto;
    width: 100%;
}

.c-box .zy-wrap .zy-img a {
    margin: 0.6%;
    width: 22%;
    height: auto;
    position: relative;
}

.c-box .zy-wrap .zy-img a .img {
    overflow: hidden;
}

.c-box .zy-wrap .zy-img a img {
    width: 100%;
    height: 205px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.c-box .zy-wrap .zy-img a p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    text-align: center;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-overflow: ellipsis;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.8)));
    background-image: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.c-box .zy-wrap .zy-img a:hover {
    -webkit-box-shadow: 1px 1px 8px -4px;
    -moz-box-shadow: 1px 1px 8px -4px;
    box-shadow: 1px 1px 8px -4px;
}

.c-box .zy-wrap .zy-img a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.c-box .zy-wrap .zy-img a:hover p {
    height: 80px;
    line-height: 80px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.c-box .zy-wrap .zy-img a:nth-child(1) {
    width: 29%;
}

.c-box .zy-wrap .zy-img a:nth-last-child(1) {
    width: 29%;
}

@media (max-width: 1310px) {
    .c-box .zy-wrap {
        width: 96%;
    }
}

@media (max-width: 1010px) {
    .c-box .zy-wrap {
        width: 96%;
    }

    .c-box .zy-wrap .name-zh {
        margin-top: 20px;
    }

    .c-box .zy-wrap .zy-img {
        margin: 20px auto !important;
    }

    .c-box .zy-wrap .zy-img a {
        width: 23% !important;
    }
}

@media (max-width: 768px) {
    .c-box .zy-wrap .zy-img a {
        width: 48% !important;
    }
}

@media (max-width: 475px) {
    .c-box .zy-wrap .zy-img a {
        max-width: 100%;
        width: 300px !important;
    }
}

.nav {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    -webkit-box-shadow: 10px 15px 10px -15px #111;
    -moz-box-shadow: 10px 15px 10px -15px #111;
    box-shadow: 10px 15px 10px -15px #111;
    background-image: url("/kyc/images/nav-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}

.nav .top-wrap {
    width: 100%;
    height: 120px;
}

.header .extent-button {
    height: 117px;
    width: 1300px;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.header .extent-button .logo {
    height: 80px;
    width: 80px;
}

.header .extent-button .i {
    margin: 0 40px;
    width: 1px;
    height: 40px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(white), to(rgba(255, 255, 255, 0)));
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), white, rgba(255, 255, 255, 0));
    background-image: linear-gradient(rgba(255, 255, 255, 0), white, rgba(255, 255, 255, 0));
}

.header .extent-button .logo_ {
    height: 54px;
    width: 233px;
    margin-left: 20px;
}

.header .extent-button .logo_t {
    height: 64px;
    width: 227px;
}

.header .extent-button .search {
    /* 适配 */
    /* WebKit browsers */
    /* Mozilla Firefox */
    /* internet Explorer */
    width: 260px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    right: 130px;
    top: -webkit-calc(50% - 18px);
    top: -moz-calc(50% - 18px);
    top: calc(50% - 18px);
}

.header .extent-button .search ::-webkit-input-placeholder {
    color: #fff;
}

.header .extent-button .search ::-moz-placeholder {
    color: #fff;
}

.header .extent-button .search ::-ms-input-placeholder {
    color: #fff;
}

.header .extent-button .search .box {
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 36px;
    padding: 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.header .extent-button .search .box button {
    cursor: pointer;
    display: block;
    width: 36px;
    height: 36px;
    padding: 0;
    border: none;
    background-color: rgba(255, 255, 255, 0.2);
}

.header .extent-button .search .box input {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    height: 36px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: none;
    outline: none;
    padding: 10px 0 10px 10px;
}

.header .extent-button .search .box:hover input {
    display: block;
}

.header .extent-button .home_page {
    position: absolute;
    right: 20px;
    top: -webkit-calc(50% - 18px);
    top: -moz-calc(50% - 18px);
    top: calc(50% - 18px);
    background-color: rgba(255, 255, 255, 0.2);
    width: 100px;
    height: 36px;
    font-size: 16px;
    color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    line-height: 36px;
}

.header .extent-button .menu-button {
    position: absolute;
    top: -webkit-calc(50% - 19.5px);
    top: -moz-calc(50% - 19.5px);
    top: calc(50% - 17.5px);
    right: 0px;
    padding: 10px;
    cursor: pointer;
    background-image: -moz-linear-gradient(315deg, #014285, #efefef);
    /* background-image: linear-gradient(135deg, #014285, #efefef); */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    z-index: 99;
}

.header .extent-button .menu-button .bar {
    position: relative;
    display: block;
    width: 30px;
    height: 3px;
    margin: 5px auto;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.header .extent-button .menu-button .bar:nth-of-type(1) {
    margin-top: 0px;
}

.header .extent-button .menu-button .bar:nth-of-type(3) {
    margin-bottom: 0px;
}

.header .extent-button .cross .bar:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    -moz-transform: translateY(8px) rotate(-45deg);
    -ms-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
}

.header .extent-button .cross .bar:nth-of-type(2) {
    opacity: 0;
}

.header .extent-button .cross .bar:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    -moz-transform: translateY(-8px) rotate(45deg);
    -ms-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
}

.header .extent-button .menu-button.cross {
    background-image: -moz-linear-gradient(315deg, #014285, #efefef);
    /* background-image: linear-gradient(135deg, #014285, #efefef); */
}

.nav .list {
    width: 100%;
    height: 54px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.nav .list .search {
    display: none;
    /* 适配 */
    /* WebKit browsers */
    /* Mozilla Firefox */
    /* internet Explorer */
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 10px auto;
}

.nav .list .search ::-webkit-input-placeholder {
    color: #fff;
}

.nav .list .search ::-moz-placeholder {
    color: #fff;
}

.nav .list .search ::-ms-input-placeholder {
    color: #fff;
}

.nav .list .search .box {
    width: 90%;
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    background-color: #405b85;
    padding: 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    display: flex !important;
}

.nav .list .search .box button {
    cursor: pointer;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 0;
    border: none;
    background-color: #014285;
}

.nav .list .search .box input {
    background-color: #405b85;
    color: #fff;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: none;
    outline: none;
    padding: 10px 10px 10px 10px;
    /* width: 60%; */
}

.nav .list .search .box:hover input {
    display: block;
}

.nav .list .home_page {
    display: none;
}

.nav .list ul {
    width: 1300px;
    height: 53px;
    margin: 0 auto;
    padding: 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.nav .list ul li {
    display: inline-block;
    height: 53px;
    line-height: 50px;
    margin: 0 5px;
}

.nav .list ul li a {
    display: block;
    height: 53px;
    color: #fff;
    font-size: 18px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.nav .list ul li a::after {
    content: "";
    display: block;
    width: 0px;
    height: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.nav .list ul li:nth-of-type(1) {
    padding-left: 0;
}

.nav .list ul li:hover>a::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: #d4ae14;
}

.nav .list ul li:hover .nav-two {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation-name: nav_two_index;
    -moz-animation-name: nav_two_index;
    animation-name: nav_two_index;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

.nav .list ul li:hover .nav-two .box {
    width: 1300px;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.nav .list ul li .nav-two {
    -webkit-box-shadow: 10px 15px 10px -15px #111;
    -moz-box-shadow: 10px 15px 10px -15px #111;
    box-shadow: 10px 15px 10px -15px #111;
    display: none;
    padding: 0 40px;
    position: absolute;
    left: 0;
    top: 53px;
    min-width: 1300px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
}

.nav .list ul li .nav-two .box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
}

.nav .list ul li .nav-two .box .left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}

.nav .list ul li .nav-two .box .left img:nth-of-type(1) {
    width: 340px;
    height: 180px;
}

.nav .list ul li .nav-two .box .left img:nth-of-type(2) {
    width: 323px;
    height: 100px;
    margin: 0 0 0 60px;
}

.nav .list ul li .nav-two .box .icon {
    display: none;
    margin: 0 40px;
    width: 1px;
    height: 147px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f9f8), color-stop(#014285), to(#f4f9f8));
    background-image: -moz-linear-gradient(#f4f9f8, #014285, #f4f9f8);
    background-image: linear-gradient(#f4f9f8, #014285, #f4f9f8);
}

.nav .list ul li .nav-two .box .right {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.nav .list ul li .nav-two .box .right .nav-title {
    font-size: 22px;
    color: #014285;
    font-weight: bold;
    position: relative;
    margin-bottom: 10px;
    display: none;
}

.nav .list ul li .nav-two .box .right .nav-title::after {
    content: "";
    position: absolute;
    width: 39px;
    height: 3px;
    left: 0;
    bottom: 0;
    background-color: #014285;
}

.nav .list ul li .nav-two .box .right ul {
    display: block;
    width: 100% !important;
    margin: 0;
    padding: 0;
}

.nav .list ul li .nav-two .box .right ul li {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin-right: 30px;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 0;
    color: #014285;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 10px;
    border: 1px solid transparent;
}

.nav .list ul li .nav-two .box .right ul li a {
    display: block;
    height: 30px;
    color: #014285;
    font-size: 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;

}

.nav .list ul li .nav-two .box .right ul li a::after {
    content: "";
    display: block;
    width: 0px;
    height: 1px;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.nav .list ul li .nav-two .box .right ul li:hover>a::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
}

.nav .list ul li .nav-two li a::after {
    content: "";
    display: block;
    width: 0;
    height: 3px;
    background-color: #014285 !important;
}

.content-wrapper .banner {
    width: 1200px;
    height: 438px;
    max-height: 550px;
    margin: 50px auto 25px;
    padding-top: 2px;
    border-radius: 5px;
}

.content-wrapper .banner .image,
.content-wrapper .banner .swiper-container .swiper-slide>img {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

.content-wrapper .banner .wh,
.content-wrapper .banner .swiper-container,
.content-wrapper .banner .swiper-container .swiper-wrapper,
.content-wrapper .banner .swiper-container .swiper-slide,
.content-wrapper .banner .swiper-container .swiper-slide .ban {
    width: 100%;
    height: 100%;
}

.content-wrapper .banner .ts-mc,
.content-wrapper .banner .swiper-container .swiper-slide .ban {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.content-wrapper .banner .swiper-container .swiper-slide {
    position: relative;
}

.content-wrapper .banner .swiper-container .swiper-slide .ban {
    z-index: 15;
    max-width: 1400px;
    top: -50px;
}

.content-wrapper .banner .swiper-container .swiper-slide .ban img {
    display: inline-block;
    width: auto;
    height: auto;
    position: absolute;
    opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    transition: all 1.5s;
}

.content-wrapper .banner .swiper-container .swiper-slide .ban .b11 {
    left: 0;
    top: 24%;
    z-index: 10;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transform: translate(0, 0) scale(1.5, 1.5);
    -moz-transform: translate(0, 0) scale(1.5, 1.5);
    -ms-transform: translate(0, 0) scale(1.5, 1.5);
    transform: translate(0, 0) scale(1.5, 1.5);
}

.content-wrapper .banner .swiper-container .swiper-slide .ban .b12 {
    left: 10%;
    top: 30.6%;
    z-index: 10;
    -webkit-transition-delay: .7s;
    -moz-transition-delay: .7s;
    transition-delay: .7s;
    -webkit-transform: translate(0, 150px) scale(1, 1);
    -moz-transform: translate(0, 150px) scale(1, 1);
    -ms-transform: translate(0, 150px) scale(1, 1);
    transform: translate(0, 150px) scale(1, 1);
}

.content-wrapper .banner .swiper-container .swiper-slide-active>img {
    -webkit-animation: and_none1 10s linear 0s both;
    -moz-animation: and_none1 10s linear 0s both;
    animation: and_none1 10s linear 0s both;
}

.content-wrapper .banner .swiper-container .swiper-slide-active .ban img {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1, 1) !important;
    -moz-transform: translate(0, 0) scale(1, 1) !important;
    -ms-transform: translate(0, 0) scale(1, 1) !important;
    transform: translate(0, 0) scale(1, 1) !important;
}

.content-wrapper .banner .swiper-button-next,
.content-wrapper .banner .swiper-button-prev {
    opacity: 0.2;
}

.content-wrapper .banner:hover .swiper-button-next,
.content-wrapper .banner:hover .swiper-button-prev {
    opacity: 1;
}

.content-wrapper .banner .swiper-pagination {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    margin: 20px auto;
    padding-left: 30px;
}

.content-wrapper .banner .swiper-pagination span {
    opacity: 1;
    margin: 0 5px !important;
    width: 13px;
    height: 13px;
    background: rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;

    transition: all 0.3s;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.content-wrapper .banner .swiper-pagination span.swiper-pagination-bullet-active {
    opacity: 1;
    /* width: 40px; */
    background-color: #fff;
}

.index .title-c {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.index .title-c .l {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-calc((100% - 148px) /2);
    width: -moz-calc((100% - 148px) /2);
    width: calc((100% - 148px) /2);
}

.index .title-c .l>img {
    min-height: 10px;
    max-height: 10px;
}

.index .title-c .c {
    width: 148px;
    color: #014285;
    font-weight: bold;
    font-size: 26px;
    text-align: center;
    position: relative;
}

.index .title-c .c .en {
    width: 200%;
    text-align: center;
    position: absolute;
    left: -50%;
    right: auto;
    top: 36px;
    font-size: 16px;
    color: #ccc;
    font-weight: 400;
}

.index .title-c .r {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-calc((100% - 148px) /2);
    width: -moz-calc((100% - 148px) /2);
    width: calc((100% - 148px) /2);
}

.index .title-c .r>img {
    max-height: 10px;
    min-height: 10px;
    width: -webkit-calc(100% - 70px);
    width: -moz-calc(100% - 70px);
    width: calc(100% - 70px);
}

.index .title-c .r>span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #014285;
    margin-left: 10px;
}

.index .title-c .r>span img {
    width: auto;
    height: auto;
    margin-left: 10px;
}

.index .title-common {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}


.links-Wrapper-box {
    width: 100%;
}



.index .title-l {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #63A6EC;

}

.index .title-common .title-l .zh {
    font-size: 28px;
    font-weight: bold;
}

.index .title-common .title-l .partition {
    font-size: 29px;
    margin: 0 5px;
    font-weight: 100;

}

.index .title-common .title-l .en {
    font-size: 24px;
    font-weight: lighter;
}

.index .title-common .title-r {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.index .title-common .title-r span {
    font-size: 15px;
    color: #bdbdbd;
}

.index .title-common .title-r .icon {
    height: 30px;
    fill: #bdbdbd;
}

.index .title-common .title-r:hover>.icon {
    opacity: .8;
}

.index .title-common .title-r:hover>span {
    opacity: .8;
}

.index .title-common .title-r img {
    width: auto;
    height: auto;
    margin-left: 10px;
}

.index .bg1 {
    background-image: url("/kyc/images/bg1.png");
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}

.index .bg2 {
    background-image: url("/kyc/images/bg2.png");
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}

.index .news .news-box {
    width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.index .news .news-box .l {
    width: 100%;
    margin-right: 2%;
    margin-top: 5px;
}

.index .news .news-box .l .l-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 30px 0;
}

.index .news .news-box .l .l-box .news-banner {
    width: 48%;
    margin-right: 4%;
    -webkit-box-shadow: 1px 1px 10px -4px gray;
    -moz-box-shadow: 1px 1px 10px -4px gray;
    box-shadow: 1px 1px 10px -4px gray;
    overflow: hidden;
    border-radius: 5px;
    /*先去掉默认样式*/
    /*再自定义样式*/
}

.index .news .news-box .l .l-box .news-banner .btn-wrap {
    height: 36px;
    width: 120px;
    position: absolute;
    right: 0;
    bottom: 100px;
    z-index: 666;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 50px 0 0 50px;
    -moz-border-radius: 50px 0 0 50px;
    border-radius: 50px 0 0 50px;
    background-color: #63a5ecec;
}

.index .news .news-box .l .l-box .news-banner .btn-wrap span {
    color: #fff;
}

.index .news .news-box .l .l-box .news-banner .btn-wrap div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.index .news .news-box .l .l-box .news-banner .swiper-button-prev:after {
    display: none;
}

.index .news .news-box .l .l-box .news-banner .swiper-button-next:after {
    display: none;
}

.index .news .news-box .l .l-box .news-banner .swiper-button-next,
.index .news .news-box .l .l-box .news-banner .swiper-button-prev {
    width: 13px;
    height: 22px;
    top: 28px;
}

.index .news .news-box .l .l-box .news-banner .swiper-button-prev {
    background: url("/kyc/images/left.png") no-repeat;
}

.index .news .news-box .l .l-box .news-banner .swiper-button-next {
    background: url("/kyc/images/right.png") no-repeat;
}

.index .news .news-box .l .l-box .news-banner .swiper-slide {
    height: 100%;
    width: 100%;
    transition-duration: 0ms;
    opacity: 0;
    transform: translate3d(0px, 0px, 0px);
}

.index .news .news-box .l .l-box .news-banner .swiper-slide .img {
    overflow: hidden;
    width: 100%;
    height: 290px;
}

.index .news .news-box .l .l-box .news-banner .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.index .news .news-box .l .l-box .news-banner .swiper-slide .div {
    padding: 24px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
}

.index .news .news-box .l .l-box .news-banner .swiper-slide .div p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.index .news .news-box .l .l-box .news-banner .swiper-slide .div p:nth-of-type(1) {
    font-size: 18px;
    color: #555;

}


.index .news .news-box .l .l-box .news-banner .swiper-slide .div p:nth-of-type(2) {
    font-size: 15px;
    color: #666666;
    margin-top: 16px;
}

.index .news .news-box .l .l-box .news-banner .swiper-slide:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.index .news .news-box .l .l-box .news-list {
    width: 48%;
}

.index .news .news-box .l .l-box .news-list li {
    display: block;
    width: 100%;
    margin-bottom: 4px;
}

.index .news .news-box .l .l-box .news-list li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #dedede;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    transition: all .5s;
}

.index .news .news-box .l .l-box .news-list li a .time {
    min-width: 60px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10.8px 0;
}

.index .news .news-box .l .l-box .news-list li a .time span:nth-of-type(1) {
    font-size: 14px;
    color: #666;
    font-size: 22px;
}

.index .news .news-box .l .l-box .news-list li a .time span:nth-of-type(2) {
    font-size: 14px;
    color: #666;
    margin-top: 3px;
}

.index .news .news-box .l .l-box .news-list li a .text {
    width: calc(100% - 80px);
    font-size: 17px;
    line-height: 25px;
    color: #333;
    /* padding-top: 5px; */
    /* height: 72px; */
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index .news .news-box .l .l-box .news-list li:hover a {
    /* background: linear-gradient(212deg, rgb(137 0 145 / 74%), #0454b6f2); */
    transition: all 0.3s linear;
    overflow: hidden;
    transition: all .5s;
}

.index .news .news-box .l .l-box .news-list li:hover a .time span {
    color: #63A6EC;

}

.index .news .news-box .l .l-box .news-list li:hover a .text {
    color: #63A6EC;

}

.index .news .news-box .r {
    width: 32%;
    /* height: 438px; */
    margin-top: 81px;
    -webkit-box-shadow: 1px 1px 10px -4px gray;
    -moz-box-shadow: 1px 1px 10px -4px gray;
    box-shadow: 1px 1px 10px -4px gray;
    padding: 8px 3px 8px 10px;
    position: relative;
    border-radius: 10PX;
    display: none;
}

.index .news .news-box .r .line {
    position: absolute;
    left: -webkit-calc(50% - 0.5px);
    left: -moz-calc(50% - 0.5px);
    left: calc(50% - 0.5px);
    z-index: 1;
    top: 90px;
    width: 1px;
    height: 420px;
    background-color: #e3e3e3;
}

.index .news .news-box .r .line::before {
    position: absolute;
    content: "";
    left: -1.5px;
    top: -1.5px;
    width: 3px;
    height: 3px;
    background-color: #014285;
}

.index .news .news-box .r .line::after {
    content: "";
    position: absolute;
    left: -1.5px;
    bottom: -1.5px;
    width: 3px;
    height: 3px;
    background-color: #014285;
}

.index .news .news-box .r .item {
    margin-top: 10px;
    cursor: pointer;
}

.index .news .news-box .r .item .item-text-wrap {
    display: none;
    position: relative;
    -webkit-animation-name: change_top;
    -moz-animation-name: change_top;
    animation-name: change_top;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-duration: 0.5s;
    padding: 15px;
    border: 1px solid #e2edf8;
    margin: 20px 0 10px 0;
    background-color: #fff;
    z-index: 6;
}

.index .news .news-box .r .item .item-text-wrap .item-text {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    font-size: 14px;
    line-height: 24px;
    color: #888888;
    position: relative;
    z-index: 2;
    height: 96px;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index .news .news-box .r .item .item-text-wrap::before {
    content: "";
    position: absolute;
    z-index: 3;
    left: -webkit-calc(50% - 10px);
    left: -moz-calc(50% - 10px);
    left: calc(50% - 10px);
    top: -20px;
    width: 10px;
    height: 10px;
    border: 10px solid transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 10px solid #63A6EC;
}

.index .news .news-box .r .item.act .item-text-wrap {
    display: block;
}

.index .news .news-box .r .item.act .item-title .item-t-l,
.index .news .news-box .r .item.act .item-title .item-t-r {
    color: #63A6EC !important;
}

.index .news .news-box .r .item.act .item-title .item-t-l::before,
.index .news .news-box .r .item.act .item-title .item-t-r::before {
    background-color: #63A6EC !important;
}

.index .news .news-box .r .item.act .item-title .item-t-l::after,
.index .news .news-box .r .item.act .item-title .item-t-r::after {
    background-color: #63A6EC !important;
}

.index .news .news-box .r .item.act .item-title .item-t-c {
    border: 3px solid #63A6EC !important;
}

.index .news .news-box .r .item:hover .item-title .item-t-l,
.index .news .news-box .r .item:hover .item-title .item-t-r {
    color: #63A6EC !important;
}

.index .news .news-box .r .item:hover .item-title .item-t-l::before,
.index .news .news-box .r .item:hover .item-title .item-t-r::before {
    background-color: #63A6EC !important;
}

.index .news .news-box .r .item:hover .item-title .item-t-l::after,
.index .news .news-box .r .item:hover .item-title .item-t-r::after {
    background-color: #63A6EC !important;
}

.index .news .news-box .r .item:hover .item-title .item-t-c {
    border: 3px solid #63A6EC !important;
}

.index .news .news-box .r .item:nth-child(odd) .item-title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.index .news .news-box .r .item:nth-child(odd) .item-title .item-t-l {
    position: relative;
    color: #555555;
    font-size: 17px;
    width: -webkit-calc((100% - 16px) /2);
    width: -moz-calc((100% - 16px) /2);
    width: calc((100% - 16px) /2);
    z-index: 2;
    text-align: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 40px;
}

.index .news .news-box .r .item:nth-child(odd) .item-title .item-t-l::after {
    content: "";
    position: absolute;
    right: 10px;
    top: -webkit-calc(50% - 0.5px);
    top: -moz-calc(50% - 0.5px);
    top: calc(50% - 0.5px);
    width: 20px;
    height: 1px;
    background-color: #ddd;
}

.index .news .news-box .r .item:nth-child(odd) .item-title .item-t-c {
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    border: 3px solid #ccc;
    background-color: #fff;
}

.index .news .news-box .r .item:nth-child(odd) .item-title .item-t-r {
    width: -webkit-calc((100% - 16px) /2);
    width: -moz-calc((100% - 16px) /2);
    width: calc((100% - 16px) /2);
}

.index .news .news-box .r .item:nth-child(even) .item-title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.index .news .news-box .r .item:nth-child(even) .item-title .item-t-l {
    width: -webkit-calc((100% - 16px) /2);
    width: -moz-calc((100% - 16px) /2);
    width: calc((100% - 16px) /2);
}

.index .news .news-box .r .item:nth-child(even) .item-title .item-t-c {
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    border: 3px solid #ccc;
    background-color: #fff;
}

.index .news .news-box .r .item:nth-child(even) .item-title .item-t-r {
    position: relative;
    color: #555555;
    font-size: 17px;
    width: -webkit-calc((100% - 16px) /2);
    width: -moz-calc((100% - 16px) /2);
    width: calc((100% - 16px) /2);
    z-index: 2;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 40px;
}

.index .news .news-box .r .item:nth-child(even) .item-title .item-t-r::before {
    content: "";
    position: absolute;
    left: 10px;
    top: -webkit-calc(50% - 0.5px);
    top: -moz-calc(50% - 0.5px);
    top: calc(50% - 0.5px);
    width: 20px;
    height: 1px;
    background-color: #ddd;
}

.index .team-wrap {
    width: 100%;
    background-image: url("/kyc/images/team-bg.png");
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: left bottom;
    padding: 40px 0;
}

.index .team-wrap .equipment {
    width: 1300px;
    margin: 20px auto 0 auto;
}

.index .team-wrap .equipment .user {
    position: relative;
    z-index: 2;
}

.index .team-wrap .equipment .user .swiper-button-next {
    position: absolute;
    top: 56%;
    right: -40px;
    color: #dddddd;
}

.index .team-wrap .equipment .user .swiper-button-prev {
    position: absolute;
    top: 56%;
    left: -40px;
    color: #dddddd;
}

.index .team-wrap .equipment .user .mySwiper_ {
    overflow: hidden;
    padding: 40px 0 0 0;
}

.index .team-wrap .equipment .user .swiper-slide {
    width: 240px;
    height: 294px;
    border: 1px solid #c9c9c9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin-right: 10px;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.index .team-wrap .equipment .user .swiper-slide .img-a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.index .team-wrap .equipment .user .swiper-slide .img-a img {
    display: inline-block;
    width: 240px;
    height: 100%;
}

.index .team-wrap .equipment .user .swiper-slide .img-a div {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 240px;
    display: block;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.index .team-wrap .equipment .user .swiper-slide .text {
    width: 0px;
    overflow: hidden;
    height: 100%;
    padding: 20px 20px;
}

.index .team-wrap .equipment .user .swiper-slide .text .name-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.index .team-wrap .equipment .user .swiper-slide .text .name-wrap .name {
    color: #63A6EC;
    font-size: 20px;
    font-weight: bold;
}

.index .team-wrap .equipment .user .swiper-slide .text .name-wrap .name2 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
    font-size: 16px;
    color: #f2c71c;
}

.index .team-wrap .equipment .user .swiper-slide .text .det-swiper {
    color: #555555;
    font-size: 16px;
    line-height: 34px;
    height: 170px;
    overflow: hidden;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.index .team-wrap .equipment .user .swiper-slide .text .more {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 20px;
    width: 100%;
}

.index .team-wrap .equipment .user .swiper-slide .text .more img {
    width: auto;
    height: auto;
    margin-left: 10px;
}

.index .team-wrap .equipment .user .swiper-slide .text .more span {
    font-size: 14px;
    color: #63A6EC;
}

.index .team-wrap .equipment .user .swiper-slide:hover {
    width: 649px;
    -webkit-box-shadow: 1px 1px 8px -4px;
    -moz-box-shadow: 1px 1px 8px -4px;
    box-shadow: 1px 1px 8px -4px;
}

.index .team-wrap .equipment .user .swiper-slide:hover .img-a img {
    width: 324px;
}

.index .team-wrap .equipment .user .swiper-slide:hover .img-a div {
    display: none;
}

.index .team-wrap .equipment .user .swiper-slide:hover .text {
    width: 326px;
}

.index .list-wrap {
    width: 100%;
    position: relative;
    z-index: 2;
    padding: 0;
}

.index .list-wrap .list_box {
    width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
}

.index .list-wrap .item {
    width: 48%;
    padding-top: 40px;
}

.index .list-wrap .item:nth-child(2n+1) {
    margin-right: 4%;
}

/* .index .list-wrap .item:nth-child(2),
.index .list-wrap .item:nth-child(3),
.index .list-wrap .item:nth-child(5),
.index .list-wrap .item:nth-child(6),
.index .list-wrap .item:nth-child(8),
.index .list-wrap .item:nth-child(9),
.index .list-wrap .item:nth-child(11),
.index .list-wrap .item:nth-child(12),
.index .list-wrap .item:nth-child(14),
.index .list-wrap .item:nth-child(15) {
    margin-left: 33px;
} */

.index .list-wrap .item .img {
    height: 240px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;


    display: none;
}

.index .list-wrap .item .img img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.index .list-wrap .item .img:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.index .list-wrap .item .img p {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.8)));
    background-image: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
}

.index .list-wrap .item ul {
    display: inline-block;
    width: 100%;
}

.index .list-wrap .item ul li {
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    height: 44px;
    margin: 0 auto;
    line-height: 44px;
    list-style: disc;
    margin-left: 20px;
}

.index .list-wrap .item ul li a {
    height: 44px;
    font-size: 16px;
    color: #333;
    display: block;
    width: calc(100% - 20px);

    position: relative;
    /* padding-left: 10px; */
    display: flex;
    justify-content: space-between;
}

.index .list-wrap .item ul li a span {
    width: 100px;
    flex: none;
    color: #bdbdbd;
}

.index .list-wrap .item ul li a b {
    font-weight: normal;
    width: calc(100% - 120px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;

}

.index .list-wrap .item ul li a::before {
    position: absolute;
    /* content: ""; */
    left: 0;
    top: -webkit-calc(50% - 6px);
    top: -moz-calc(50% - 6px);
    top: calc(50% - 6px);
    width: 5px;
    height: 12px;
    background-image: url("/kyc/images/icon/y.png");
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}

.index .list-wrap .item ul li:hover {}

.index .list-wrap .item ul li:hover a {
    color: #63A6EC;
}

.index .img-wrap {
    padding: 0 0 10px 0;
    background-position: left bottom;
    background-repeat: no-repeat;
}

.index .img-wrap .img-wrap-box {
    width: 1300px;
    margin: 0 auto;
}

.index .img-wrap .img-wrap-box .img1-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px;
}

.index .img-wrap .img-wrap-box .img1-box .img {
    height: 236px;
    position: relative;
    overflow: hidden;
    margin-bottom: 16px;
}

.index .img-wrap .img-wrap-box .img1-box .img div {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 47px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    text-align: center;
    width: 100%;
    white-space: nowrap;
    line-height: 47px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.index .img-wrap .img-wrap-box .img1-box .img img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.index .img-wrap .img-wrap-box .img1-box .img:hover {
    -webkit-box-shadow: 1px 1px 10px 1px gray;
    -moz-box-shadow: 1px 1px 10px 1px gray;
    box-shadow: 1px 1px 10px 1px gray;
}

.index .img-wrap .img-wrap-box .img1-box .img:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.index .img-wrap .img-wrap-box .img1-box .img:hover div {
    font-weight: bold;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.index .img-wrap .img-wrap-box .img1-box {
    margin-bottom: 16px;
}

.index .img-wrap .img-wrap-box .img1-box .img:nth-of-type(1),
.index .img-wrap .img-wrap-box .img1-box .img:nth-of-type(3) {
    width: 380px;
}

.index .img-wrap .img-wrap-box .img1-box .img:nth-of-type(2) {
    width: -webkit-calc(100% - 794px);
    width: -moz-calc(100% - 794px);
    width: calc(100% - 794px);
    margin: 0 16px;
}

.index .img-wrap .img-wrap-box .img1-box .img:nth-of-type(5),
.index .img-wrap .img-wrap-box .img1-box .img:nth-of-type(6) {
    width: 380px;
    margin-left: 16px;
}

.index .img-wrap .img-wrap-box .img1-box .img:nth-of-type(4) {
    width: -webkit-calc(100% - 794px);
    width: -moz-calc(100% - 794px);
    width: calc(100% - 794px);
}

.footer .footer-box {
    width: 100%;
    background-image: url("/kyc/images/footer-bg.png");
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center;
    height: 227px;
    border-top: 3px solid #1875e7;
}

.footer .footer-box .footer-main {
    width: 1300px;
    height: auto;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer .footer-box .footer-main .i {
    margin: 0 40px;
    width: 1px;
    height: 160px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(white), to(rgba(255, 255, 255, 0)));
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), white, rgba(255, 255, 255, 0));
    background-image: linear-gradient(rgba(255, 255, 255, 0), white, rgba(255, 255, 255, 0));
}

.footer .footer-box .footer-main .text {
    display: inline-block;
}

.footer .footer-box .footer-main .text p {
    font-size: 14px;
    color: #fff;
    height: 35px;
    line-height: 35px;
}

.footer .footer-box .footer-main .icon-wrap .icon1,
.footer .footer-box .footer-main .icon-wrap .icon2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer .footer-box .footer-main .icon-wrap .icon1 img,
.footer .footer-box .footer-main .icon-wrap .icon2 img {
    width: auto;
    height: auto;
}

.footer .footer-box .footer-main .icon-wrap .icon1 span,
.footer .footer-box .footer-main .icon-wrap .icon2 span {
    color: #fff;
    font-size: 15px;
}

.footer .footer-box .footer-main .icon-wrap .icon1 {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

}

.footer .footer-box .footer-main .icon-wrap .icon1 img:nth-of-type(1) {
    margin-right: 20px;
}

.footer .footer-box .footer-main .icon-wrap .icon1 .i {
    margin: 0 20px;
    width: 1px;
    height: 30px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(white), to(rgba(255, 255, 255, 0)));
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), white, rgba(255, 255, 255, 0));
    background-image: linear-gradient(rgba(255, 255, 255, 0), white, rgba(255, 255, 255, 0));
}

.footer .footer-box .footer-main .icon-wrap .icon2 {
    margin-top: 20px;
}

.footer .footer-box .footer-main .icon-wrap .icon2 div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 10px;
}

.footer .footer-box .footer-main .icon-wrap .icon2 span {
    margin: 0 10px;
}

.footer .footer-box .footer-main .code-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer .footer-box .footer-main .code-wrap span img {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
}

.footer .footer-box .footer-main .code-wrap div {
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 15px;
}

@media (max-width: 1500px) {
    .content-wrapper .banner {
        height: 550px;
        width: 100%;
        min-height: 0 !important;
    }
}

@media (max-width: 1310px) {

    .index>.list-wrap>.list_box>.item {
        margin-left: 0;
        width: 46%;
    }

    .index>.list-wrap>.list_box>.item:nth-child(2n) {
        margin-left: 4%;
    }

    .header .extent-button {
        width: 96%;
    }

    .header .extent-button .logo_t {
        margin-left: 20px;
    }

    .nav .list ul {
        width: 96%;
    }

    .nav .list ul li .nav-two {
        padding: 0px 20px;
        top: 53px;
        min-width: 96%;
    }

    .nav .list ul li .nav-two .box .left {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: none;
    }

    .nav .list ul li .nav-two .box .left img:nth-of-type(2) {
        display: none;
    }

    .nav .list ul li .nav-three {
        padding: 20px;
        top: 53px;
        min-width: 96%;
    }

    .nav .list ul li .nav-three .nav-box {
        width: 96%;
    }

    .nav .list ul li .nav-three .nav-box .left {
        width: 140px;
    }

    .nav .list ul li .nav-three .nav-box .left::after {
        content: "";
        position: absolute;
        width: 39px;
        height: 3px;
        left: 0;
        bottom: 0;
        background-color: #2e7c6a;
    }

    .nav .list ul li .nav-three .nav-box .right {
        border-left: 1px solid #2e7c6a;
        padding: 0 0 10px 20px;
    }

    .nav .list ul li .nav-three .nav-box .right .item ul li {
        margin-right: 20px;
    }

    .index .nav-tab {
        width: 96%;
    }

    .index .nav-tab .box {
        width: 100%;
    }

    .index .nav-tab::after {
        content: none;
    }

    .content-wrapper .banner {
        height: 590px;
        min-height: 0 !important;
    }

    .content-wrapper .banner .swiper-container .swiper-slide .ban {
        -webkit-transform: translate(-10%, -10%) scale(0.7);
        -moz-transform: translate(-10%, -10%) scale(0.7);
        -ms-transform: translate(-10%, -10%) scale(0.7);
        transform: translate(-10%, -10%) scale(0.7);
    }

    .index .news .news-box {
        width: 96%;
    }

    .index .news .news-box .r .item .item-t-l::before,
    .index .news .news-box .r .item .item-t-r::before {
        content: none !important;
    }

    .index .news .news-box .r .item .item-t-l::after,
    .index .news .news-box .r .item .item-t-r::after {
        content: none !important;
    }

    .index .news .news-box .r .item:nth-child(odd) .item-title .item-t-l {
        padding-right: 5px !important;
    }

    .index .news .news-box .r .item:nth-child(even) .item-title .item-t-r {
        padding-left: 5px !important;
    }

    .index .team-wrap {
        padding: 20px 0;
    }

    .index .team-wrap .equipment {
        width: 96%;
        margin: 20px auto 0 auto;
    }

    .index .team-wrap .equipment .user {
        position: relative;
        z-index: 2;
    }

    .index .team-wrap .equipment .user .swiper-button-next {
        position: absolute;
        right: -27px;
        color: #dddddd;
    }

    .index .team-wrap .equipment .user .swiper-button-prev {
        position: absolute;
        left: -27px;
        color: #dddddd;
    }

    .index .team-wrap .equipment .user .mySwiper_ {
        overflow: hidden;
        padding: 40px 0 0 0;
    }

    .index .team-wrap .equipment .user .swiper-slide {
        width: 240px;
        height: 228px;
        border: 1px solid #c9c9c9;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        margin-right: 10px;
        position: relative;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .index .team-wrap .equipment .user .swiper-slide .img-a {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .index .team-wrap .equipment .user .swiper-slide .img-a img {
        display: inline-block;
        width: 240px;
        height: 100%;
    }

    .index .team-wrap .equipment .user .swiper-slide .img-a div {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 240px;
        display: block;
        height: 36px;
        line-height: 36px;
        text-align: center;
        font-size: 16px;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.3);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .index .team-wrap .equipment .user .swiper-slide .text {
        width: 0px;
        overflow: hidden;
        height: 100%;
        padding: 20px 30px;
    }

    .index .team-wrap .equipment .user .swiper-slide .text .name {
        color: #00205b;
        font-size: 18px;
        margin-bottom: 15px;
        font-weight: bold;
    }

    .index .team-wrap .equipment .user .swiper-slide .text .det-swiper {
        font-size: 14px;
        line-height: 28px;
        height: 140px;
        overflow: hidden;
    }

    .index .team-wrap .equipment .user .swiper-slide:hover {
        width: 649px;
        -webkit-box-shadow: 1px 1px 8px -4px;
        -moz-box-shadow: 1px 1px 8px -4px;
        box-shadow: 1px 1px 8px -4px;
    }

    .index .team-wrap .equipment .user .swiper-slide:hover .img-a img {
        width: 324px;
    }

    .index .team-wrap .equipment .user .swiper-slide:hover .img-a div {
        display: none;
    }

    .index .team-wrap .equipment .user .swiper-slide:hover .text {
        width: 326px;
    }

    .index .list-wrap .list_box {
        width: 96%;
    }

    .index .img-wrap {
        padding: 0 0 10px 0;
    }

    .index .img-wrap .img-wrap-box {
        width: 96%;
        margin: 0 auto;
    }

    .footer .footer-box {
        height: auto !important;
        padding: 10px 0;
    }

    .footer .footer-box .footer-main {
        width: 96% !important;
        height: auto !important;
    }

    .footer .footer-box .footer-main>.i {
        margin: 0 10px;
    }
}

@media (max-width: 1210px) {
    .title-c {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }

    .title-c .l {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: -webkit-calc((100% - 148px) /2);
        width: -moz-calc((100% - 148px) /2);
        width: calc((100% - 148px) /2);
    }

    .title-c .l>img {
        min-height: 10px;
        max-height: 10px;
        display: none;
    }

    .title-c .c {
        width: 148px;
        color: #63A6EC;
        font-weight: bold;
        font-size: 26px;
        text-align: center;
        position: relative;
    }

    .title-c .c .en {
        width: 200%;
        text-align: center;
        position: absolute;
        left: -50%;
        right: auto;
        top: 36px;
        font-size: 16px;
        color: #ccc;
        font-weight: 400;
    }

    .title-c .r {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: -webkit-calc((100% - 148px) /2);
        width: -moz-calc((100% - 148px) /2);
        width: calc((100% - 148px) /2);
    }

    .title-c .r>img {
        max-height: 10px;
        min-height: 10px;
        width: -webkit-calc(100% - 70px);
        width: -moz-calc(100% - 70px);
        width: calc(100% - 70px);
        display: none;
    }

    .title-c .r>span {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 14px;
        color: #63A6EC;
        margin-left: 10px;
    }

    .title-c .r>span img {
        width: auto;
        height: auto;
        margin-left: 10px;
    }

    /*   .header .extent-button .logo_t {
    display: none;
  } */
    .header .extent-button .logo_ {
        display: none;
    }

    .header .extent-button .i {
        display: none;
    }

    .index .news .news-box .r .item .item-t-l,
    .index .news .news-box .r .item .item-t-r {
        font-size: 14px !important;
    }

    .index .team-wrap {
        padding: 20px 0;
    }

    .index .team-wrap .equipment {
        width: 96%;
        margin: 20px auto 0 auto;
    }

    .index .team-wrap .equipment .user {
        position: relative;
        z-index: 2;
    }

    .index .team-wrap .equipment .user .swiper-button-next {
        position: absolute;
        right: 0;
        color: #dddddd;
    }

    .index .team-wrap .equipment .user .swiper-button-prev {
        position: absolute;
        left: 0;
        color: #dddddd;
    }

    .index .team-wrap .equipment .user .mySwiper_ {
        overflow: hidden;
        padding: 40px 0 0 0;
    }

    .index .team-wrap .equipment .user .swiper-slide {
        width: 240px;
        height: 228px;
        border: 1px solid #c9c9c9;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        margin-right: 10px;
        position: relative;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .index .team-wrap .equipment .user .swiper-slide .img-a {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .index .team-wrap .equipment .user .swiper-slide .img-a img {
        display: inline-block;
        width: 240px;
        height: 100%;
    }

    .index .team-wrap .equipment .user .swiper-slide .img-a div {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 240px;
        display: block;
        height: 36px;
        line-height: 36px;
        text-align: center;
        font-size: 16px;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.3);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .index .team-wrap .equipment .user .swiper-slide .text {
        width: 0px;
        overflow: hidden;
        height: 100%;
        padding: 20px 30px;
    }

    .index .team-wrap .equipment .user .swiper-slide .text .name {
        color: #00205b;
        font-size: 18px;
        margin-bottom: 15px;
        font-weight: bold;
    }

    .index .team-wrap .equipment .user .swiper-slide .text .det-swiper {
        font-size: 14px;
        line-height: 28px;
        height: 140px;
        overflow: hidden;
    }

    .index .team-wrap .equipment .user .swiper-slide:hover {
        width: 649px;
        -webkit-box-shadow: 1px 1px 8px -4px;
        -moz-box-shadow: 1px 1px 8px -4px;
        box-shadow: 1px 1px 8px -4px;
    }

    .index .team-wrap .equipment .user .swiper-slide:hover .img-a img {
        width: 324px;
    }

    .index .team-wrap .equipment .user .swiper-slide:hover .img-a div {
        display: none;
    }

    .index .team-wrap .equipment .user .swiper-slide:hover .text {
        width: 326px;
    }

    .index .img-wrap .img-wrap-box .t {
        margin-bottom: 20px;
    }

    .index .img-wrap .img-wrap-box .t img {
        width: -webkit-calc(40px * 0.8);
        width: -moz-calc(40px * 0.8);
        width: calc(40px * 0.8);
        height: -webkit-calc(45px * 0.8);
        height: -moz-calc(45px * 0.8);
        height: calc(45px * 0.8);
        margin-right: 6px;
    }

    .index .img-wrap .img-wrap-box .t div .zh {
        font-size: 24px;
    }

    .index .img-wrap .img-wrap-box .t div .en {
        display: none;
    }

    .index .img-wrap .img-wrap-box .img1-box,
    .index .img-wrap .img-wrap-box .img2-box {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .index .img-wrap .img-wrap-box .img1-box .img,
    .index .img-wrap .img-wrap-box .img2-box .img {
        height: 308px;
        position: relative;
        width: 48% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

@media (max-width: 1000px) {
    .index>.list-wrap>.list_box>.item {
        margin-left: 0 !important;
    }

    .c-box .news-det {
        padding: 0;
        padding-top: 20px;
    }

    .nav {
        -moz-background-size: 100% 200px !important;
        background-size: 100% 200px !important;
        background-position: left top !important;
    }

    .nav .top-wrap {
        height: 86px;
    }

    .header .extent-button {
        height: 86px;
    }

    .header .extent-button .logo {
        height: -webkit-calc(80px * 0.6);
        height: -moz-calc(80px * 0.6);
        height: calc(80px * 0.6);
        width: -webkit-calc(80px * 0.6);
        width: -moz-calc(80px * 0.6);
        width: calc(80px * 0.6);
    }

    .header .extent-button .logo_ {
        height: -webkit-calc(56px * 0.61);
        height: -moz-calc(56px * 0.61);
        height: calc(56px * 0.61);
        width: -webkit-calc(294px * 0.6);
        width: -moz-calc(294px * 0.6);
        width: calc(294px * 0.6);
        margin-left: 10px;
    }

    .header .extent-button .logo_t {
        height: -webkit-calc(64px * 0.61);
        height: -moz-calc(64px * 0.61);
        height: calc(64px * 0.61);
        width: -webkit-calc(227px * 0.6);
        width: -moz-calc(227px * 0.6);
        width: calc(227px * 0.6);
        margin-left: 10px;
    }

    .header .extent-button .icon {
        margin: 0 6px;
    }

    .header .extent-button .search,
    .header .extent-button .home_page {
        display: none;
    }

    .nav .list {
        border-top: none;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        background-image: -moz-linear-gradient(315deg, #63A6EC, #efefef);
        background-image: linear-gradient(135deg, #63A6EC, #efefef);
        width: 100%;
        height: 0;
        overflow-y: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .nav .list .search {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .nav .list .home_page {
        display: block;
        background-color: rgba(255, 255, 255, 0.2);
        width: 100px;
        height: 36px;
        font-size: 16px;
        color: #fff;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        text-align: center;
        line-height: 36px;
        margin-left: 6%;
    }

    .nav .list ul {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        /* height: 100%; */
        justify-content: flex-start;
    }

    .nav .list ul li {
        border-bottom: 1px solid #fff;
        display: block;
        padding: 0;
        height: auto;
        width: 90%;
        position: relative;
    }

    .nav .list ul li a {
        color: #fff;
    }

    .nav .list ul li .menu-list .more_ {
        position: absolute;
        right: 0;
        top: 0;
        width: 50%;
        height: 50px;
        overflow: hidden;
    }

    .nav .list ul li .menu-list .more_::before {
        content: "";
        width: 20px;
        height: 2px;
        background-color: #fff;
        position: absolute;
        right: 0;
        top: -webkit-calc(50% - 2px);
        top: -moz-calc(50% - 2px);
        top: calc(50% - 2px);
    }

    .nav .list ul li .menu-list .more_::after {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        content: "";
        width: 2px;
        height: 20px;
        background-color: #fff;
        position: absolute;
        right: 9px;
        top: -webkit-calc(50% - 10px);
        top: -moz-calc(50% - 10px);
        top: calc(50% - 10px);
    }

    .nav .list ul li .menu-list .more_.act::after {
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        transition: all 0.3s linear;
        opacity: 0;
    }

    .nav .list ul li .nav-two {
        position: relative;
        top: 0;
        padding: 10px;
        min-width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .nav .list ul li .nav-two .box {
        margin: 0;
        min-width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
    }

    .nav .list ul li .nav-two .box .left,
    .nav .list ul li .nav-two .box .icon,
    .nav .list ul li .nav-two .box .right .nav-title {
        display: none;
    }

    .nav .list ul li .nav-two .box .right {
        height: auto;
    }

    .nav .list ul li .nav-two .box .right ul {
        height: auto;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        overflow: hidden;
    }

    .nav .list ul li .nav-two .box .right ul li {
        background-image: none;
        padding: 0;
        text-align: left;
        width: auto;
        margin: 5px 0;
        /*         border-bottom: 1px solid #014285; */
    }

    .nav .list ul li a {
        display: inline-block;
        width: auto;
        font-size: 16px;
    }

    .nav .list ul li:last-of-type {
        padding-bottom: 30px;
        border: none;
    }

    .nav .list ul li:hover .nav-three {
        display: none;
    }

    .nav .list ul li:hover .nav-two {
        display: none;
    }

    .nav .list ul li:hover a::after {
        content: "";
        display: block;
        width: 0;
        height: 0;
    }

    .title-common {
        margin-bottom: 10px !important;
    }

    .content-wrapper .banner {
        height: 460px;
        min-height: 0 !important;
    }

    .content-wrapper .banner .swiper-container .swiper-slide .ban {
        -webkit-transform: translate(-20%, -20%) scale(0.5);
        -moz-transform: translate(-20%, -20%) scale(0.5);
        -ms-transform: translate(-20%, -20%) scale(0.5);
        transform: translate(-20%, -20%) scale(0.5);
    }

    .index .news .news-box {
        width: 96%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .index .news .news-box .l {
        margin-bottom: 20px;
        margin-right: 0;
        margin-top: 0px;
    }

    .index .news .news-box .l,
    .index .news .news-box .r {
        width: 100%;
    }

    .index .news .news-box .r {
        margin-top: 10px;
        height: 500px;
        padding: 20px 10px 0 10px;
    }

    .index .news .news-box .r .line {
        top: 60px;
    }

    .index .news .news-box .r .item {
        margin-top: 14px;
    }

    .index .news .news-box .r .title-common {
        margin-bottom: 20px !important;
    }

    .index .list-wrap {
        padding: 0px 0 0 0;
    }

    .index .list-wrap .list_box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .index .list-wrap .list_box .item {
        width: 100%;
        margin-bottom: 0px;
        margin-right: 0;
    }

    .index .list-wrap .item {
        padding-top: 20px;
    }

    .index .team-wrap {
        padding: 20px 0;
    }

    .index .img-wrap .img-wrap-box .t .text img {
        width: -webkit-calc(40px * 0.8);
        width: -moz-calc(40px * 0.8);
        width: calc(40px * 0.8);
        height: -webkit-calc(45px * 0.8);
        height: -moz-calc(45px * 0.8);
        height: calc(45px * 0.8);
        margin-right: 6px;
    }

    .index .img-wrap .img-wrap-box .t .text div .zh {
        font-size: 24px;
    }

    .index .img-wrap .img-wrap-box .t .text div .en {
        display: none;
    }

    .index .img-wrap .img-wrap-box .img1-box,
    .index .img-wrap .img-wrap-box .img2-box {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 0 !important;
    }

    .index .img-wrap .img-wrap-box .img1-box .img,
    .index .img-wrap .img-wrap-box .img2-box .img {
        height: 308px;
        position: relative;
        width: 100% !important;
        margin: 0 0 10px 0 !important;
    }

    .footer .footer-box .footer-main {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto;
    }

    .footer .footer-box .footer-main .text {
        margin: 0 auto;
    }

    .footer .footer-box .footer-main .text p {
        text-align: center;
    }

    .footer .footer-box .footer-main .i {
        display: none;
    }

    .footer .footer-box .footer-main .icon-wrap {
        width: 100%;
        margin: 0 auto;
    }

    .footer .footer-box .footer-main .icon-wrap .icon1 {
        height: 88px;
        display: none;
        transform: scale(0.78);
        margin: -28px 0px;
    }

    .footer .footer-box .footer-main .icon-wrap .icon2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 auto 10px auto;
    }

    .footer .footer-box .footer-main .icon-wrap .icon2 div {
        width: 100%;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }



    .footer .footer-box .footer-main .icon-wrap .icon2 div span {
        line-height: 2;
        margin: 0 10px;
    }

    .footer .footer-box .footer-main .icon {
        margin: 0 10px;
    }

    .footer .footer-box .footer-main .code-wrap {
        width: 100%;
    }

    .footer .footer-box .footer-main .code-wrap span {
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .footer .footer-box .footer-main .text p {
        font-size: 13px !important;
    }

    .header #showlist>.nav-item2 {
        padding-left: 15px;
        flex: none;
        height: 50px;
        width: 100%;
        justify-content: flex-start;
        border-bottom: 1px solid rgba(255, 255, 255, 0.308)
    }

    .footer .footer-box .footer-main .icon-wrap .icon1 span,
    .footer .footer-box .footer-main .icon-wrap .icon2 span {
        font-size: 14px !important;
    }

    ::-webkit-scrollbar {
        width: 0px;
        /* 设置滚动条的宽度 */
        border-radius: 4px;
        /* 设置滚动条的圆角 */
    }

    .search-box {
        position: absolute;
        top: 144px;
        left: calc(50% - 130px);
        display: none !important;
    }

    .index .news .news-box .l .l-box {

        margin: 0;
    }

    .contaner-wraper-box .top-wrapepr {}

    .content-wrapper .banner {
        min-height: 0 !important;
        margin-top: 80px;
        padding: 0;
    }

    .contaner-wraper-box .top {
        flex-direction: column !important;
    }

    .contaner-wraper-box .top .i {
        margin: 0 20px !important;
    }

    .top .right-bar .search-box input {
        width: 180px;
    }

    .top .right-bar .search-box input:focus {
        width: 180px !important;
    }

    .header {
        height: 80px !important;
        position: fixed !important;
        top: 0;
        left: 0;
    }

    .header>.contaner-wraper-box>#showlist>.is-current-page::before {
        width: 10px !important;
        height: 10px;
        margin: 0px 0px;
        bottom: 8px;
        border-radius: 2px;
        transform: rotate(45deg) translate(-3px, -12px);
    }

    .header .nav-var-box .nav-item2 button {
        letter-spacing: 3px;
        color: #fff !important;
        padding: 0 !important;
        border-right: none !important;
    }

    .content-wrapper {
        /* margin-top: 70px !important; */
    }


    .header .contaner-wraper-box>.nav-var-box {
        position: fixed !important;
        top: 80px;
        right: 0%;
        width: 100%;
        background-color: #1145a5ed;
        flex-direction: column;
        justify-content: flex-start !important;
        padding-bottom: 0px;
        height: 0;
        overflow-y: scroll;
        transition: all .3s;
        margin-bottom: 5px;
    }

    .header>.contaner-wraper-box>#showlist {
        padding-top: 0px;
        padding-left: 0px;
    }

    .header .nav-var-box .keyanchu-logo-left-fixed {
        display: none;
    }

    .header .contaner-wraper-box>.nav-var-box-active {
        height: calc(100vh - 80px);
        transition: all .3s;
    }

    .contaner-wraper-box .top .logo_ {
        width: 96% !important;
        margin-left: 10px;
        height: auto !important;
    }

    .contaner-wraper-box .top .left-bar {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: center !important;
        justify-content: center !important;
        transform: scale(.8) translate(-38px) !important;
    }

    .contaner-wraper-box .top .logo_t img {
        margin-top: 6px;
        height: 60px !important;
    }

    .content-wrapper .banner .swiper-container .swiper-slide .ban {
        -webkit-transform: translate(-10%, -10%) scale(0.3);
        -moz-transform: translate(-10%, -10%) scale(0.3);
        -ms-transform: translate(-10%, -10%) scale(0.3);
        transform: translate(-10%, -10%) scale(0.3);
    }

    .content-wrapper .banner .swiper-container .swiper-slide .ban .b11 {
        left: 0;
    }

    .content-wrapper .banner .swiper-container .swiper-slide .ban .b12 {
        left: 24%;
        top: 40%;
    }

    .content-wrapper .banner .swiper-pagination {
        margin: 0 auto;
    }

    .index .news .news-box .l .l-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .index .news .news-box .l .l-box .news-banner {
        width: 100%;
        margin-bottom: 25px;
        margin-top: 25px;
        margin-right: 0;
    }

    .index .news .news-box .l .l-box .news-banner .swiper-slide {
        height: 340px !important;
    }

    .index .news .news-box .l .l-box .news-banner .swiper-slide a .img {
        height: 240px !important;
    }

    .index .news .news-box .l .l-box .news-list {
        width: 100%;
    }

    .index .nav-tab {
        width: 96%;
        height: auto;
        margin: 10px auto;
    }

    .index .nav-tab .box {
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        margin: 0 auto;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .index .nav-tab .box .item {
        height: 100%;
        width: 25%;
        padding: 10px;
    }

    .index .nav-tab .box .item span:nth-of-type(1) {
        width: -webkit-calc(46px * 0.8);
        width: -moz-calc(46px * 0.8);
        width: calc(46px * 0.8);
        height: -webkit-calc(43px * 0.8);
        height: -moz-calc(43px * 0.8);
        height: calc(43px * 0.8);
        margin-bottom: 10px;
    }

    .index .nav-tab .box .item span:nth-of-type(2) {
        font-size: 14px;
    }

    .index .nav-tab .box .item:hover span:nth-of-type(2) {
        font-size: 14px;
    }
}

.bd_weixin_popup {
    width: 260px !important;
    height: 300px !important;
}


.Prev,
.PrevDisabled {
    height: auto !important;
}

.Next,
.NextDisabled {
    height: auto !important;
}

.PrevDisabled,
.NextDisabled,
.cont .page a.Next,
.cont .page a.Prev,
.defaultButtonStyle,
.defaultInputStyle {
    width: 50px;
    padding: 0 !important;
    text-align: center;
    line-height: 30px !important;
    height: 30px !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #1a56ba !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



@media (min-width: 1000px) {
    .nav .list ul li .nav-two {
        /*     padding:20px 0; */
        /*    display:flex;  */

    }

    .nav .list ul li .nav-two .box {
        padding: 20px 0;
        align-items: flex-start;
    }

    .nav .list ul li .nav-two .box .left {
        display: flex;
    }

    .nav .list ul li .nav-two .box .icon {
        display: block;
        height: 180px;
    }

    .nav .list ul li .nav-two .box .right .nav-title {
        display: block;
    }

}

@keyframes nav_two_li {
    0% {
        margin-top: 30px;
        opacity: 0;
    }

    100% {
        margin-top: 0px;
        opacity: 1;
    }
}

@media (max-width: 1000px) {
    .nav .list ul li .nav-two .left1 {
        display: none !important;
    }

    .index .link-wrapper-box .link-item {
        color: #409EFF !important;
        color: #555;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        height: 60px !important;
        /* width: 45%; */
    }

    .index .link-wrapper-box {
        display: flex;
        flex-direction: row !important;
        flex-wrap: wrap;
    }

    #showlist.act {
        height: calc(100vh - 86px) !important;
        padding-bottom: 20px;
    }

    #showlist.act li {
        -webkit-animation-name: nav_two_li !important;
        -moz-animation-name: nav_two_li !important;
        animation-name: nav_two_li !important;
        -webkit-animation-duration: 0.6s;
        -moz-animation-duration: 0.6s;
        animation-duration: 0.6s;
        margin-bottom: 0;
    }

    #showlist.act li .nav-two li {
        -webkit-animation-name: none !important;
        -moz-animation-name: none !important;
        animation-name: none !important;
    }

    .nav .list ul li .nav-two {

        margin-top: 0px;
        margin-bottom: 10px;
    }

    .nav .list ul li .nav-two li {
        height: 40px !important;
        line-height: 40px !important;
        margin-top: 0 !important;
    }

    .nav .list ul li .nav-two li a {
        height: 40px;
        line-height: 40px;
    }

    .index .img-wrap .img-wrap-box .img1-box {
        display: block !important;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap !important;
    }

    .index .img-wrap .img-wrap-box .img1-box .img {
        display: inline-block !important;
        white-space: nowrap !important;
        width: 330px !important;
        margin-right: 10px !important;
        ;
    }
}

.nav .list ul li .nav-two .left1 {
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav .list ul li .nav-two .left1 img {
    width: auto;
    height: auto;
}

.spinner-box {
    position: relative;
}

.spinner-box img {
    width: 130px;
    height: 130px;
    position: absolute;
    left: calc(50% - 65px);
    top: calc(50% - 65px);
    z-index: 10;
}

@media (max-width: 1000px) {
    .c-box .news-det .box .xw-1-wrap .xw-1 li a>span {
        margin-bottom: 0px;
        font-size: 16px;
        font-weight: 700;
    }

    .c-box .news-det .box .xw-1-wrap .xw-1 li a .list-content-box .img {
        height: 80px !important;
    }

    .c-box .news-det .box .xw-1-wrap .xw-1 li a .list-content-box .det .p1 {
        font-size: 14px;
        color: #888888;
        line-height: 26px;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
        margin: 0;
        text-indent: 0;
        -webkit-line-clamp: 2;
    }

    .c-box .news-det .box .xw-1-wrap .xw-1 li a .list-content-box .det .p2 {
        padding-right: 15px;
        margin: 1px;
    }

    .c-box .news-det .box .xw-1-wrap .xw-1 li a .list-content-box {
        padding: 15px 0 0px;
        width: 100%;
    }

    .box .dt .time .left,
    .box .dt .time .week_share {
        height: 25px;
        display: flex;
        align-items: center;
    }

    .c-box .news-det .box .dt .time {
        padding: 10px 15px;
    }
}



.links-Wrapper-box .t2 {
    margin-top: -5px;
    height: 65px;
    width: 100%;
    border-bottom: 0px solid #ccc;
    background-color: #fff;
    box-shadow: 0px 0 10px #d4d4d4;
    z-index: 999;
}

.links-Wrapper-box .wz3 {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background: rgba(94, 164, 233, 0.5);
    font-size: 20px;
    color: #fff;
    padding: 10px 15px;
}

.links-Wrapper-box .swiper-pagination {
    text-align: left;
    padding-left: 20px;
}

.links-Wrapper-box .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: .2;
}

.links-Wrapper-box .swiper-pagination-bullet-active {
    color: #fff;
    opacity: 1;
}

.links-Wrapper-box .t4 {
    box-sizing: border-box;
    background-color: #f9f9f9;
    width: 1100px;
    margin: 30px auto;
    padding: 10px 20px;
    display: flex;
}

.links-Wrapper-box .t4right {
    margin-left: 20px;
    flex: 1;
}

.links-Wrapper-box .t4left {
    width: 68%;
}

.links-Wrapper-box .t4left img {
    width: 80px;
}

.links-Wrapper-box .t41 {
    cursor: pointer;
    width: 25%;
    margin: 10px 0;
    float: left;
    text-align: center;
}

.links-Wrapper-box .t41 p {
    margin: 0;
    margin-top: -5px;
    color: #868686;
}

.links-Wrapper-box .t42 {
    margin: 10px 0;
    color: #fff;
    width: 80px;
    border-radius: 5px;
    background: #63A6EC;
    text-align: center;
    line-height: 34px;
    font-weight: bold;
    font-size: 16px;
}

.links-Wrapper-box .t43 {
    line-height: 24px;
    font-size: 14px;
}

.links-Wrapper-box .t43 b {
    margin-right: 5px;
}

.links-Wrapper-box .t44 {
    margin-top: 15px;
    box-shadow: 0 0 3px #ccc;
    width: 231px;
    padding: 10px 15px;
    line-height: 16px;
    background: #fff;
    color: #aaa;
    border-radius: 9px;
    display: flex;
    align-items: center;
    font-size: 16px;
}

.links-Wrapper-box .i1 {
    padding: 0;
    margin: 0;
    outline: none;
    width: 150px;
    box-sizing: border-box;
    height: 16px;
    flex: 1;
    font-size: 16px;
    margin-left: 15px;
    background: none;
    border: 0;
    border-left: 1px solid #ccc;
    padding: 0 10px;
}

.links-Wrapper-box .t5 {
    margin: 0 auto;
    margin-top: 50px;
    overflow: hidden;
    width: 1100px;
}

.links-Wrapper-box .t51 {
    width: 47%;
    float: left;
}

.links-Wrapper-box .t51t {
    font-size: 30px;
    color: #63A6EC;
}

.links-Wrapper-box .bt1 {
    font-size: 28px;
    font-weight: bold;
}

.links-Wrapper-box .bt3 {
    font-size: 24px;
    font-weight: lighter;
}

.links-Wrapper-box .bt4 {
    float: right;
    margin-top: 5px;
}

.links-Wrapper-box .xw1 {
    margin-top: 18px;
}

.links-Wrapper-box .xw1 li {
    cursor: pointer;
    line-height: 30px;
    color: #252525;
}

.links-Wrapper-box .xwtime {
    color: #aaa;
    float: right;
}

.links-Wrapper-box .t53 {
    margin-top: 15px;
}

.links-Wrapper-box .t53k {
    display: block;
    box-sizing: border-box;
    width: 48%;
    margin: 0 1%;
    float: left;
    display: flex;
    align-items: center;
    font-size: 18px;
    height: 46px;
    font-weight: bold;
    color: #96b0e7;
    border: 1px solid #96b0e7;
    border-radius: 8px;
    padding: 6px 12px;
}

.links-Wrapper-box .t53k img {
    margin-right: 10px;
}

.links-Wrapper-box .t51l {
    margin-right: 3%;
}

.links-Wrapper-box .t51r {
    margin-left: 3%;
}

.links-Wrapper-box .xw1 li:hover span:first-child {
    color: #63A6EC;
}

.links-Wrapper-box .t6 {
    height: 350px;
    width: 100%;
    background: url(/kyc/images/bbj.jpg) center bottom/ 100% auto no-repeat;
}

.links-Wrapper-box .t61 {
    width: 1200px;
    margin: auto;
    margin-top: 20px;
}

@media screen and (max-width:1200px) {

    .links-Wrapper-box .t61 {
        width: 100%;
        padding: 0 20px;
        margin-top: 20px;
    }
}

@media screen and (max-width:800px) {
    .links-Wrapper-box .lj {
        margin-top: 10px !important;
    }

    .links-Wrapper-box .t61 {
        width: 100%;
        padding: 0 10px;
        margin-top: 0px;
    }
}

.links-Wrapper-box .t61t {
    font-size: 30px;
    border-bottom: 1px solid #eee;
}

.links-Wrapper-box .tt4 {
    border-bottom: 2px solid #408fd9;
    display: block;
    width: 140px;
    margin-bottom: -1px;
    padding: 10px 0;
}

.links-Wrapper-box .lj {
    margin-top: 30px;
}

.links-Wrapper-box .lj a {
    font-size: 15px;
    display: block;
    float: left;
    text-align: left;
    min-width: 220px;
    line-height: 2;
    color: #000;
    text-decoration: none;
}

.links-Wrapper-box .t7 {
    width: 100%;
    height: 230px;
    background: url(/kyc/images/bbj2.jpg) #3386D4 center bottom/ 1400px auto no-repeat;
}

.links-Wrapper-box .t71 {
    font-size: 14px;
    width: 1100px;
    margin: 0 auto;
    color: #fff;
}

.links-Wrapper-box .t71left {
    float: left;
    margin-top: 45px;
}

.links-Wrapper-box p {
    margin: 0;
}

.links-Wrapper-box .t71right {
    font-weight: normal;
    float: right;
    margin-top: 46px;
    text-align: center;
}

.dt ul.news-list #line_u9_888 .title {
    border-bottom: none;
}

.dt ul.news-list li .title .left-text {
    height: auto;
    line-height: 30px;
    white-space: normal;
    width: 86%;
    text-align: start;
}

.dt ul.news-list #line_u9_888 {
    padding: 0;
}

.c-box .news-det .box .dt .title {
    padding-top: 12px;
    padding-bottom: 12px;
    margin: 0 0;
}

body>div.content-wrapper.c-box>div.footer>div>div.footer-main>div.icon-wrap>div.icon1>a {
    width: 234px;
}


.t4 {
    box-sizing: border-box;
    background-color: #f9f9f9;
    max-width: 1200px;
    margin: 30px auto;
    padding: 10px;
    display: flex;
    padding-bottom: 20px;
    margin-bottom: 0;
}

.t4 .t4right {
    margin-left: 20px;
    flex: 1;
}

.t4 .t4left {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.t4 .t4left img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.t4 .t41 {
    cursor: pointer;
    width: 164px;
    margin: 10px 0;
    float: left;
    text-align: center;
}

@media (max-width:1200px) {
    .t4 .t41 {
        width: 14.2%;
    }
}

@media (max-width:760px) {
    .t4 .t41 {
        width: 25%;
    }
}

.t4 .t41 p {
    margin: 0;
    margin-top: -5px;
    color: #868686;
}

.t4 .t42 {
    margin: 10px 0;
    color: #fff;
    width: 80px;
    border-radius: 5px;
    background: #63A6EC;
    text-align: center;
    line-height: 34px;
    font-weight: bold;
    font-size: 16px;
}

.t4 .t43 {
    line-height: 24px;
    font-size: 14px;
}

.t4 .t43 b {
    margin-right: 5px;
}

.t4 .t44 {
    margin-top: 15px;
    box-shadow: 0 0 3px #ccc;
    width: 231px;
    padding: 10px 15px;
    line-height: 16px;
    background: #fff;
    color: #aaa;
    border-radius: 9px;
    display: flex;
    align-items: center;
    font-size: 16px;
}

.t4 .i1 {
    padding: 0;
    margin: 0;
    outline: none;
    width: 150px;
    box-sizing: border-box;
    height: 16px;
    flex: 1;
    font-size: 16px;
    margin-left: 15px;
    background: none;
    border: 0;
    border-left: 1px solid #ccc;
    padding: 0 10px;
}

.t4 .t5 {
    margin: 0 auto;
    margin-top: 50px;
    overflow: hidden;
    width: 1100px;
}

.t4 .t51 {
    width: 47%;
    float: left;
}

.t4 .t51t {
    font-size: 30px;
    color: #63A6EC;
}

.t4 .bt1 {
    font-size: 28px;
    font-weight: bold;
}

.t4 .bt3 {
    font-size: 24px;
    font-weight: lighter;
}

.t4 .bt4 {
    float: right;
    margin-top: 5px;
}

.t4 .xw1 {
    margin-top: 18px;
}

.t4 .xw1 li {
    cursor: pointer;
    line-height: 30px;
    color: #252525;
}

.t4 .xwtime {
    color: #aaa;
    float: right;
}

.t4 .t53 {
    margin-top: 15px;
}

.t4 .t53k {
    display: block;
    box-sizing: border-box;
    width: 48%;
    margin: 0 1%;
    float: left;
    display: flex;
    align-items: center;
    font-size: 18px;
    height: 46px;
    font-weight: bold;
    color: #96b0e7;
    border: 1px solid #96b0e7;
    border-radius: 8px;
    padding: 6px 12px;
}

.t4 .t53k img {
    margin-right: 10px;
}

.t4 .t51l {
    margin-right: 3%;
}

.t4 .t51r {
    margin-left: 3%;
}

.t4 .xw1 li:hover span:first-child {
    color: #63A6EC;
}

.t4 .t6 {
    height: 350px;
    width: 100%;
    background: url(/kyc/style/images/bbj.jpg) center bottom/ 100% auto no-repeat;
}

.t4 .t61 {
    width: 1100px;
    margin: auto;
    margin-top: 20px;
}

.t4 .t61t {
    font-size: 30px;
    border-bottom: 1px solid #eee;
}

.t4 .tt4 {
    border-bottom: 2px solid #408fd9;
    display: block;
    width: 140px;
    margin-bottom: -1px;
    padding: 10px;
}

.t4 .lj {
    margin-top: 30px;
}

.t4 .lj a {
    font-size: 15px;
    display: block;
    float: left;
    text-align: left;
    min-width: 220px;
    line-height: 2;
    color: #000;
    text-decoration: none;
}

.t4 .t7 {
    width: 100%;
    height: 230px;
    background: url(/kyc/style/images/bbj2.jpg) #3386D4 center bottom/ 1400px auto no-repeat;
}

.t4 .t71 {
    font-size: 14px;
    width: 1100px;
    margin: 0 auto;
    color: #fff;
}

.t4 .t71left {
    float: left;
    margin-top: 45px;
}

.t4 p {
    margin: 0;
}

.t4 .t71right {
    font-weight: normal;
    float: right;
    margin-top: 46px;
    text-align: center;
}

.forest-hover:hover {
    opacity: .8;
    transition: all .2s;
}