/* Common */

/* CMS */
#ControlBar,
#ControlBar dl,
#ControlBar li,
#ControlNav>li>a,
#ControlActionMenu>li ul,
#ControlActionMenu>li>a,
#ControlEditPageMenu>li>a,
.ServiceIcon.professional,
.dnn_mact>li.actionMenuMove>ul li {
    box-sizing: content-box;
}

body #Form.showModulePane {
    margin-top: 0 !important;
}

/* default.css */
a,
a:link,
a:visited,
a:focus,
a:active {
    color: inherit;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    line-height: inherit;
    letter-spacing: 0;
    font-weight: normal;
}

li p {
    line-height: 2;
}

p {
    margin: 0;
}

/* html5新元素 */
header,
footer,
section,
article,
nav {
    display: block;
}

/* rem设置 */
html {
    font-size: 5.20833333vw;
}

@media (max-width: 768px) {
    html {
        font-size: 26.66666666vw;
    }
}

body {
    font-size: .16rem;
    line-height: 2;
    color: #999;
    font-family: Microsoft YaHei, SimSun;
    overflow-x: hidden;
}

@media (max-width: 1920px) {
    body {
        font-size: 16px;
    }
}

@media (max-width: 1366px) {
    body {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    body {
        font-size: .14rem;
    }
}

/* 清除浮动 */
.clearfix::after,
[class*='list']::after,
.nav::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    clear: both;
}

/* 列表 */
[class*='list']>li,
.nav>li {
    float: left;
}

/* 文本两端对齐 */
.txt {
    text-align: justify;
    text-align-last: left;
    text-justify: distribute;
}

/* 文本溢出显示省略号 */
.line-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}

.line-2,
.line-3,
.line-4 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.line-2 {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    height: 4em;
}

.line-3 {
    -webkit-line-clamp: 3;
    line-clamp: 3;
    height: 6em;
}

.line-4 {
    -webkit-line-clamp: 4;
    line-clamp: 4;
    height: 8em;
}

/* 动画 */
@keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
        -o-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -webkit-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
        -o-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -webkit-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
        -o-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -webkit-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
        -o-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -webkit-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px);
        -o-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -webkit-transform: translateX(20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
    }
}

@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px);
        -o-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -webkit-transform: translateX(20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px);
        -o-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -webkit-transform: translateX(20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px);
        -o-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -webkit-transform: translateX(20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px);
        -o-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -webkit-transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
    }
}

@-o-keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px);
        -o-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -webkit-transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px);
        -o-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -webkit-transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px);
        -o-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -webkit-transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
    }
}

.animated {
    animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}

.fade {
    animation-name: fade;
    -o-animation-name: fade;
    -moz-animation-name: fade;
    -webkit-animation-name: fade;
}

.fadeInUp {
    animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

.fadeInRight {
    animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -webkit-animation-name: fadeInRight;
}

.fadeInLeft {
    animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
}


* {
    margin: 0;
    outline: 0;
    border: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: inherit;
    font-style: inherit;
    color: inherit;
    vertical-align: baseline;
    /* 文字防锯齿 */
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    /* 防止图片缩放模糊 */
    image-rendering: -moz-crisp-edges;
    /* Firefox */
    image-rendering: -o-crisp-edges;
    /* Opera   */
    image-rendering: -webkit-optimize-contrast;
    /* Webkit  */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    /* IE      */
}

/* Rem */
html {
    font-size: 5.20833333vw;
}

@media (max-width: 768px) {
    html {
        font-size: 26.66666666vw;
    }
}

body {
    font-size: .16rem;
    color: #8e8887;
    line-height: 2;
    font-family: Microsoft YaHei, SimSun;
    overflow-x: hidden;
}

@media (max-width: 1920px) {
    body {
        font-size: 16px;
    }
}

@media (max-width: 1366px) {
    body {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    body {
        font-size: .14rem;
    }

    .body {
        background-size: 1.84rem 3.68rem;
    }
}

header,
footer,
section,
article,
nav {
    display: block;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
}

[class*='list']>li,
.nav>li {
    float: left;
}

.header .container {
    position: static;
}

/* 滚动条 */
::-webkit-scrollbar-track-piece {
    width: 5px;
    background: #eee;
}

::-webkit-scrollbar {
    width: 5px;
    background: #24379a;
}

::-webkit-scrollbar-thumb {
    width: 5px;
    background: #24379a;
}

::-webkit-scrollbar-thumb:hover {
    width: 5px;
    background: #24379a;
}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */

.wow {
    opacity: 0;
}

/* 1366 / 1920 = 0.7114583333333333 */
/* 1200 / 1920 = 0.625 */

/* 清除浮动 */
.clearfix::after,
[class*='list']::after,
.nav::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    clear: both;
}

/* Page Width */
.w1640 {
    width: 16.4rem;
    margin: 0 auto;
}

@media (max-width: 1920px) {
    .w1640 {
        width: 100%;
        max-width: 1740px;
        min-width: 1200px;
        padding: 0 50px;
    }
}

/* Div */
.box {
    position: relative;
}

/* Header */
#dnn_HeaderPane {
    position: relative;
    z-index: 1;
}

.header {
    background: #fff;
}

.header .w1640 {
    height: 1.3rem;
}

.header .logo {
    float: left;
    font-size: 0;
    line-height: 1.3rem;
}

.header .logo img {
    vertical-align: middle;
}

.header .search {
    float: right;
    display: block;
    position: relative;
    font-size: 0;
    width: .33rem;
    height: .33rem;
    margin-top: .485rem;
}

.header .search::before,
.header .search::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center / .33rem .33rem;
    transition: .5s;
}

.header .search::before {
    background-image: url(../img/i-search.png);
    opacity: 1;
}

.header .search::after {
    background-image: url(../img/i-search-hover.png);
    opacity: 0;
}

.header .search:hover::before {
    opacity: 0;
}

.header .search:hover::after {
    opacity: 1;
}

.header .nav {
    float: right;
    margin-right: 1.8rem;
}

.header .nav>li {
    margin-right: .5rem;
}

.header .nav>li:nth-last-of-type(1) {
    margin-right: 0;
}

.header .nav>li>a {
    display: inline-block;
    position: relative;
    font-weight: bold;
    color: #45484c;
    line-height: 1.3rem;
    font-size: .22rem;
    transition: color .5s;
}

.header .nav>li>a:hover {
    color: #24379a;
}

.header .nav ul {
    position: absolute;
    overflow: hidden;
    height: 0;
    background: rgba(255, 255, 255, .9);
    padding-left: 1.38em;
    border-radius: 0 0 .55em .55em;
    opacity: 0;
    font-size: .18rem;
    transition: .5s;
}

.header .nav>li:nth-last-of-type(2) ul {
    margin-left: -18.14em;
}

.header .nav>li:hover ul {
    height: 5.55em;
    opacity: 1;
}

.header .nav ul li {
    margin-right: 1.38em;
}

.header .nav ul a {
    display: inline-block;
    font-weight: bold;
    color: #666;
    line-height: 5.55em;
    transition: .5s;
}

.header .nav ul a:hover {
    color: #24379a;
}

@media (max-width: 1920px) {
    .header .nav ul {
        font-size: 18px;
    }
}

@media (max-width: 1536px) {
    .header .nav>li>a {
        font-size: 18px;
    }

    .header .nav ul {
        font-size: 16px;
    }
}

@media (max-width: 1366px) {
    .header .w1640 {
        height: 90px;
    }

    .header .logo {
        line-height: 90px;
    }

    .header .search {
        width: 24px;
        height: 24px;
        margin-top: 33px;
    }

    .header .search::before,
    .header .search::after {
        background-size: 24px 24px;
    }

    .header .nav {
        margin-right: 128px;
    }

    .header .nav>li {
        margin-right: 35px;
    }

    .header .nav>li>a {
        line-height: 90px;
    }
}

/* Banner */
#dnn_BannerPane {
    position: relative;
    z-index: 0;
}

.banner .item {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 8rem;
    background: #eee url() no-repeat center / cover;
    cursor: pointer;
}

.banner .box {
    height: 0;
}

.banner [class*='swiper-button'] {
    width: .6rem;
    height: .61rem;
    background: url() no-repeat center / .6rem .61rem;
    top: -4.305rem;
    margin-top: 0;
    opacity: 0;
    transition: .5s;
}

.banner:hover [class*='swiper-button']:hover {
    opacity: 1;
}

.banner:hover [class*='swiper-button'] {
    opacity: .5;
}

.banner .swiper-button-prev {
    background-image: url(../img/i-left.png);
}

.banner .swiper-button-next {
    background-image: url(../img/i-right.png);
}

@media (max-width: 1200px) {
    .banner {
        width: 1200px;
    }

    .banner .item {
        height: 500px;
    }

    .banner [class*='swiper-button'] {
        width: 37.5px;
        height: 38.125px;
        background-size: 37.5px 38.125px;
        top: -269.0625px;
    }
}

/* Title */
.title {
    font-weight: bold;
    color: #1a1a1a;
    font-size: .4rem;
    line-height: 1;
    margin: 1rem 0 .6rem;
}

@media (max-width: 1200px) {
    .title {
        font-size: 25px;
        margin: 62.5px 0 37.5px;
    }
}

/* 新闻中心 */
.index-1 {
    margin-bottom: 1rem;
}

.index-1 .box {
    position: relative;
    padding-left: 45.73%;
}

.index-1 .tabs {
    position: relative;
}

.index-1 .tabs li {
    position: relative;
    margin-right: .5rem;
    padding-bottom: .3rem;
}

.index-1 .tabs li::after {
    content: '';
    display: block;
    width: 100%;
    height: .04rem;
    border-radius: 2px;
    background: #1a1a1a;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
}

.index-1 .tabs li.active::after {
    opacity: 1;
}

.index-1 .tabs li.active a,
.index-1 .tabs li:hover a {
    color: #1a1a1a;
}

.index-1 .tabs li a {
    font-weight: bold;
    color: #999;
    font-size: .32rem;
    line-height: 1;
    transition: .5s;
}

.index-1 .tabs .more {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    color: #999;
    font-size: .22rem;
    line-height: .46rem;
    border: 1px solid #999;
    padding: 0 .2rem;
    border-radius: .23rem;
    transition: .5s;
}

.index-1 .tabs .more:hover {
    color: #fff;
    border-color: #24379a;
    background: #24379a;
}

.index-1 .news {
    margin-top: .35rem;
}

.index-1 .news .li-txt {
    position: relative;
    border-bottom: 1px solid #E3E4E6;
    cursor: pointer;
}

.index-1 .news .li-txt::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: .04rem;
    background: #24379a;
    width: 0;
    transition: 1s;
}

.index-1 .news .li-txt:hover::after {
    width: 100%;
}

.index-1 .news .li-txt:hover h3 {
    color: #24379a;
}

.index-1 .news .li-txt h3 {
    color: #666;
    font-size: .28rem;
    margin-top: .15rem;
    transition: .5s;
}

.index-1 .news .li-txt .date {
    color: #999;
    font-size: .22rem;
    margin: -.05rem 0 .2rem;
    padding-left: .3rem;
    position: relative;
    transition: .5s;
}

.index-1 .news .li-txt:hover .date {
    color: #24379a;
}

.index-1 .news .li-txt .date::before,
.index-1 .news .li-txt .date::after {
    content: '';
    display: block;
    width: .2rem;
    height: .22rem;
    background: url() no-repeat center / .2rem .22rem;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -.12rem;
    transition: .5s;
}

.index-1 .news .li-txt .date::before {
    background-image: url(../img/i-date.png);
    opacity: 1;
}

.index-1 .news .li-txt .date::after {
    background-image: url(../img/i-date-hover.png);
    opacity: 0;
}

.index-1 .news .li-txt:hover .date::before {
    opacity: 0;
}

.index-1 .news .li-txt:hover .date::after {
    opacity: 1;
}

.index-1 .news .li-img {
    position: absolute;
    top: 0;
    left: 0;
    background: #f2f3f5;
    width: 39.63%;
    height: 100%;
    cursor: pointer;
}

.index-1 .news .img {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 61.53%;
    background: #eee;
    overflow: hidden;
}

.index-1 .news .img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    transition: 1s;
}

.index-1 .news .img .top {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: .85rem;
    height: .58rem;
    line-height: .58rem;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    font-weight: bold;
    color: #fff;
    font-size: .22rem;
}

.index-1 .news .li-img:hover .img img {
    transform: scale(1.05);
    opacity: .9;
}

.index-1 .news .li-img .text {
    padding: 0 .4rem;
}

.index-1 .news .li-img .text h3 {
    font-weight: bold;
    color: #1a1a1a;
    font-size: .28rem;
    margin-top: .35rem;
    transition: .5s;
}

.index-1 .news .li-img:hover .text h3 {
    color: #24379a;
}

.index-1 .news .li-img .date {
    font-weight: bold;
    color: #333;
    font-size: .22rem;
    margin: .05rem 0 .15rem;
    padding-left: .3rem;
    position: relative;
    transition: .5s;
}

.index-1 .news .li-img:hover .date {
    color: #24379a;
}

.index-1 .news .li-img .date::before,
.index-1 .news .li-img .date::after {
    content: '';
    display: block;
    width: .2rem;
    height: .22rem;
    background: url() no-repeat center / .2rem .22rem;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -.12rem;
    transition: .5s;
}

.index-1 .news .li-img .date::before {
    background-image: url(../img/i-date-dark.png);
    opacity: 1;
}

.index-1 .news .li-img .date::after {
    background-image: url(../img/i-date-hover.png);
    opacity: 0;
}

.index-1 .news .li-img:hover .date::before {
    opacity: 0;
}

.index-1 .news .li-img:hover .date::after {
    opacity: 1;
}

.index-1 .news .li-img .txt {
    font-size: .22rem;
    color: #656566;
    transition: .5s;
    line-height: 1.55;
    height: 6.2em;
}

.index-1 .news .li-img:hover .txt {
    color: #24379a;
}

@media (max-width: 1200px) {
    .index-1 {
        margin-bottom: 62.5px;
    }

    .index-1 .tabs li {
        margin-right: 31.25px;
        padding-bottom: 18.75px;
    }

    .index-1 .tabs li::after {
        height: 2px;
    }

    .index-1 .tabs li a {
        font-size: 20px;
    }

    .index-1 .tabs .more {
        font-size: 14px;
        line-height: 28.75px;
        padding: 0 12.5px;
        border-radius: 14.375px;
    }

    .index-1 .news {
        margin-top: 21.875px;
    }

    .index-1 .news .li-txt::after {
        height: 2px;
    }

    .index-1 .news .li-txt h3 {
        font-size: 17.5px;
        margin-top: 9.375px;
    }

    .index-1 .news .li-txt .date {
        font-size: 14px;
        margin: -3.125px 0 12.5px;
        padding-left: 18.75px;
    }

    .index-1 .news .li-txt .date::before,
    .index-1 .news .li-txt .date::after {
        width: 12.5px;
        height: 13.75px;
        background-size: 12.5px 13.75px;
        margin-top: -7.5px;
    }

    .index-1 .news .img .top {
        width: 53.125px;
        height: 36.25px;
        line-height: 36.25px;
        font-size: 14px;
    }

    .index-1 .news .li-img .text {
        padding: 0 25px;
    }

    .index-1 .news .li-img .text h3 {
        font-size: 18px;
        margin-top: 21.875px;
    }

    .index-1 .news .li-img .date {
        font-size: 14px;
        margin: 3.125px 0 12.5px;
        padding-left: 18.75px;
    }

    .index-1 .news .li-img .date::before,
    .index-1 .news .li-img .date::after {
        width: 12.5px;
        height: 13.75px;
        background-size: 12.5px 13.75px;
        margin-top: -7.5px;
    }

    .index-1 .news .li-img .txt {
        font-size: 14px;
    }
}

/* 业务模式 */
@keyframes tabs-cont {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.index-2 {
    background: url(/Portals/66/BatchImagesThumb/2022/0824/637969460815553331.jpg) no-repeat center / cover;
    padding: 1.7rem 0 .4rem;
}

.index-2 .tabs {
    border-bottom: 1px solid #fff;
}

.index-2 .tabs li {
    width: 25%;
    text-align: center;
}

.index-2 .tabs li span {
    display: inline-block;
    position: relative;
    font-weight: bold;
    color: #fff;
    font-size: .28rem;
    line-height: 1;
    padding-bottom: .2rem;
    cursor: pointer;
}

.index-2 .tabs li span::after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: .5s;
}

.index-2 .tabs li.active span::after {
    width: 100%;
    left: 0;
}

.index-2 .tabs-cont {
    color: #fff;
}

.index-2 .tabs-cont>li.active {
    display: block;
    animation: tabs-cont 2s both;
}

.index-2 .tabs-cont>li {
    display: none;
    opacity: 0;
}

.index-2 .tabs-cont h3 {
    font-weight: bold;
    color: #fff;
    font-size: .4rem;
    line-height: 1;
    margin: 1.3rem 0 .25rem;
    opacity: 0;
}

.index-2 .tabs-cont .txt {
    line-height: 1.65;
    height: 4.95em;
    font-size: .22rem;
    padding-right: 40%;
    opacity: 0;
}

.index-2 .tabs-cont .more {
    display: inline-block;
    width: 1.7rem;
    height: .54rem;
    line-height: .52rem;
    text-align: center;
    border: 1px solid #fff;
    font-size: .18rem;
    margin: .45rem 0 .9rem;
    transition: .5s;
    opacity: 0;
}

.index-2 .tabs-cont .more:hover {
    background: #fff;
    color: #24379a;
}

.index-2 .tabs-cont .list li {
    margin-right: .1rem;
    opacity: 0;
}

.index-2 .tabs-cont .list a {
    display: inline-block;
    position: relative;
    background: rgba(255, 255, 255, .2);
    line-height: 1rem;
    font-size: .22rem;
    padding: 0 .2rem 0 .9rem;
    transition: .5s;
}

.index-2 .tabs-cont .list a img {
    width: .45rem;
    height: .45rem;
    position: absolute;
    top: 50%;
    margin-top: -.225rem;
    left: .35rem;
    transition: .5s;
}

.index-2 .tabs-cont .list a img:nth-of-type(1) {
    opacity: 1;
}

.index-2 .tabs-cont .list a img:nth-of-type(2) {
    opacity: 0;
}

.index-2 .tabs-cont .list a:hover img:nth-of-type(1) {
    opacity: 0;
}

.index-2 .tabs-cont .list a:hover img:nth-of-type(2) {
    opacity: 1;
}

.index-2 .tabs-cont .list a:hover {
    background: #fff;
    color: #24379a;
}

.index-2 .tabs-cont>li.active h3 {
    animation: fadeInUp 1.5s both;
}

.index-2 .tabs-cont>li.active .txt {
    animation: fadeInUp 1.5s both .2s;
}

.index-2 .tabs-cont>li.active .more {
    animation: fadeInUp 1.5s both .4s;
}

.index-2 .tabs-cont>li.active .list li {
    animation: fadeInRight 1.5s both;
}

.index-2 .tabs-cont>li.active .list li:nth-of-type(2) {
    animation-delay: .2s;
}

.index-2 .tabs-cont>li.active .list li:nth-of-type(3) {
    animation-delay: .4s;
}

.index-2 .tabs-cont>li.active .list li:nth-of-type(4) {
    animation-delay: .6s;
}

.index-2 .tabs-cont>li.active .list li:nth-of-type(5) {
    animation-delay: .8s;
}

.index-2 .tabs-cont>li.active .list li:nth-of-type(6) {
    animation-delay: 1s;
}

@media (max-width: 1200px) {
    .index-2 {
        width: 1200px;
    }

    .index-2 {
        padding: 106.25px 0 25px;
    }

    .index-2 .tabs li span {
        font-size: 18px;
        padding-bottom: 12.5px;
    }

    .index-2 .tabs-cont h3 {
        font-size: 25px;
        margin: 81.25px 0 15.625px;
    }

    .index-2 .tabs-cont .txt {
        font-size: 14px;
    }

    .index-2 .tabs-cont .more {
        width: 106.25px;
        height: 33.75px;
        line-height: 32.5px;
        font-size: 12px;
        margin: 25px 0 56.25px;
    }

    .index-2 .tabs-cont .list li {
        margin-right: 6.25px;
    }

    .index-2 .tabs-cont .list a {
        line-height: 62.5px;
        font-size: 14px;
        padding: 0 12.5px 0 56.25px;
    }

    .index-2 .tabs-cont .list a img {
        width: 28.125px;
        height: 28.125px;
        margin-top: -14px;
        left: 21.875px;
    }
}

/* 优势领域 */
.index-3 {
    margin-bottom: 1rem;
}

.index-3 .list {
    margin-left: -.17rem;
}

.index-3 .list .content {
    padding-left: .2rem;
    width: 20%;
}

.index-3 .list .content .item {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 128%;
    background: #eee;
    cursor: pointer;
}

.index-3 .list .content .item img {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.index-3 .list .content .item::before {
    content: '';
    display: block;
    width: 100%;
    height: 1rem;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
}

.index-3 .list .content .item:hover::before {
    opacity: 0;
    display: none;
}

.index-3 .list .content .item::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0, 0, 0, .5);
    -webkit-backdrop-filter: saturate(180%) blur(10px);
    backdrop-filter: saturate(180%) blur(10px);
    opacity: 0;
    transition: .5s;
}

.index-3 .list .content .item:hover::after {
    opacity: 1;
}

.index-3 .list .content .item .text {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 62%;
    left: 0;
    color: #fff;
    padding: 0 .5rem;
    transition: .5s;
}

.index-3 .list .content .item:hover .text {
    top: 0;
}

.index-3 .list .content .item .text h3 {
    font-size: .32rem;
    line-height: 1;
    margin: .8rem 0 .35rem;
    color: #fff;
}

.index-3 .list .content .item .text .txt {
    font-size: .22rem;
    line-height: 1.55;
    height: 4.65em;
    color: rgba(255, 255, 255, .8);
    opacity: 0;
    transition: .5s;
}

.index-3 .list .content .item .text .more {
    display: inline-block;
    font-size: .18rem;
    color: rgba(255, 255, 255, .8);
    margin-top: .35rem;
    font-weight: lighter;
}

.index-3 .list .content .item:hover .text .txt {
    opacity: 1;
}

@media (max-width: 1200px) {
    .index-3 {
        margin-bottom: 62.5px;
    }

    .index-3 .list {
        margin-left: -12.5px;
    }

    .index-3 .list .content {
        padding-left: 12.5px;
    }

    .index-3 .list .content .item::before {
        height: 62.5px;
    }

    .index-3 .list .content .item .text {
        padding: 0 31.25px;
    }

    .index-3 .list .content .item .text h3 {
        font-size: 20px;
        margin: 50px 0 21.875px;
    }

    .index-3 .list .content .item .text .txt {
        font-size: 14px;
    }

    .index-3 .list .content .item .text .more {
        font-size: 12px;
        margin-top: 21.875px;
    }
}

/* 行业风采 */
.index-4 {
    background: #f2f3f5;
    overflow: hidden;
}

.index-4 .item {
    background: #fff;
    cursor: pointer;
}

.index-4 .item:nth-of-type(2) {
    animation-delay: .2s;
}

.index-4 .item:nth-of-type(3) {
    animation-delay: .4s;
}

.index-4 .item:nth-of-type(4) {
    animation-delay: .6s;
}

.index-4 .item .img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 59%;
    background: #eee;
}

.index-4 .item .img img {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .5s;
}

.index-4 .item:hover .img img {
    transform: scale(1.05);
    opacity: .9;
}

.index-4 .item .text {
    padding: 0 .3rem;
}

.index-4 .item .text h3 {
    font-weight: bold;
    color: #1a1a1a;
    font-size: .22rem;
    line-height: 1.7;
    height: 3.4em;
    margin: .2rem 0 .7rem;
    transition: .5s;
}

.index-4 .item:hover .text h3 {
    color: #24379a;
}

.index-4-swiper {
    padding-bottom: 1rem;
}

.index-4 .swiper-pagination {
    bottom: 0;
    height: 1rem;
    line-height: 1rem;
}

.index-4 .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: transparent;
    border: 2px solid #1a1a1a;
    opacity: 1;
    margin: 0 7px !important;
    transition: .5s;
}

.index-4 .swiper-pagination-bullet-active {
    background: #1a1a1a;
}

.index-4 .swiper-pagination-bullet-active:hover {
    background: #24379a;
}

.index-4 .swiper-pagination-bullet:hover {
    border-color: #24379a;
}

@media (max-width: 1200px) {
    .index-4 .item .text {
        padding: 0 18.75px;
    }

    .index-4 .item .text h3 {
        font-size: 14px;
        margin: 12.5px 0 43.75px;
    }

    .index-4-swiper {
        padding-bottom: 62.5px;
    }

    .index-4 .swiper-pagination {
        height: 62.5px;
        line-height: 62.5px;
    }
}

.index-5 {
    margin: 1rem auto .6rem;
}

.index-5-w {
    position: relative;
    overflow: hidden;
}

.index-5-l {
    float: left;
    width: 50%;
}

.index-5-l .list {
    margin-left: -.4rem;
}

.index-5-l li {
    width: 33.3%;
    padding-left: .4rem;
    margin-bottom: .4rem;
}

.index-5-l li .item {
    background: #f2f3f5;
    text-align: center;
    padding-top: .45rem;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: .5s;
}

.index-5-l li .item:hover {
    background: #fff;
    box-shadow: 0 0 .3rem rgba(0, 0, 0, .1);
}

.index-5-l li .item::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: .06rem;
    background: #233898;
    transition: 1s;
}

.index-5-l li .item:hover:after {
    width: 100%;
}

.index-5-l li .item h3 {
    color: #333;
    font-size: .22rem;
    line-height: 1;
    margin: .15rem 0 .4rem;
}

.index-5-l li .item img {
    width: .82rem;
}

/* .index-5-l li:nth-last-of-type(1),
.index-5-l li:nth-last-of-type(2) { width: 50%; } */
.index-5-l li:nth-last-of-type(1) {
    width: 100%;
}

.index-5-r {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    padding: 0 0 .4rem .4rem;
}

.index-5-r-w {
    width: 100%;
    height: 100%;
    background: #f2f3f5;
    position: relative;
    overflow: hidden;
}

.index-5-r-w .title2 {
    font-size: .32rem;
    color: #1a1a1a;
    text-align: center;
    line-height: 1;
    margin: .3rem 0 .5rem;
}

.index-5-swiper .item {
    width: auto !important;
    font-size: 0.0.0;
    cursor: pointer;
}

.index-5-swiper img {
    height: 2.2rem;
    transition: .5s;
}

.index-5-swiper h3 {
    text-align: center;
    font-size: .22rem;
    color: #333;
    margin-top: .3rem;
    transition: .5s;
}

.index-5-swiper .item:hover h3 {
    color: #233898;
}

.index-5-swiper .item:hover img {
    opacity: .8;
}

.index-5-r-prev {
    position: absolute;
    width: 1rem;
    height: 100%;
    background: linear-gradient(to right, rgba(241, 242, 244, 1), rgba(241, 242, 244, 0));
    top: 0;
    left: 0;
    z-index: 1;
}

.index-5-r-next {
    position: absolute;
    width: 1rem;
    height: 100%;
    background: linear-gradient(to right, rgba(241, 242, 244, 0), rgba(241, 242, 244, 1));
    top: 0;
    right: 0;
    z-index: 1;
}

.index-5-r-w .swiper-button-prev {
    width: 1rem;
    height: 1rem;
    background: url(../img/i-arrow-left.png) no-repeat center / .18rem .32rem;
    left: 0;
    top: 50%;
    margin-top: -.5rem;
    transition: .5s;
}

.index-5-r-w .swiper-button-next {
    width: 1rem;
    height: 1rem;
    background: url(../img/i-arrow-right.png) no-repeat center / .18rem .32rem;
    right: 0;
    top: 50%;
    margin-top: -.5rem;
    transition: .5s;
}

@media (max-width: 1200px) {
    .index-5 {
        margin: 62.5px auto 37.5px;
    }

    .index-5-l .list {
        margin-left: -25px;
    }

    .index-5-l li {
        padding-left: 25px;
        margin-bottom: 25px;
    }

    .index-5-l li .item {
        padding-top: 28.125px;
    }

    .index-5-l li .item::after {
        height: 3px;
    }

    .index-5-l li .item h3 {
        font-size: 14px;
        margin: 9.375px 0 25px;
    }

    .index-5-l li .item img {
        width: 51.25px;
    }
}

.footer {
    background: #f2f3f5;
    overflow: hidden;
}

.footer .box {
    position: relative;
    margin: .9rem 0 .75rem;
}

.footer .logo {
    margin: 0 0 .4rem;
}

.footer .list-1 li {
    margin-right: .4rem;
}

.footer .list-1 select {
    border: 2px solid #ccc;
    background: transparent;
    height: .45rem;
    font-size: .18rem;
    color: #999;
    padding: 0 .15rem;
    cursor: pointer;
    position: relative;
    background: url(../img/i-arrow.png) no-repeat 90% center;
    width: 2.4rem;
    appearance: none;
    transition: .5s;
}

.footer .list-1 select:hover {
    border-color: #24379a;
    color: #24379a;
    background-image: url(../img/i-arrow-hover.png);
}

.footer .list-2 {
    line-height: 1;
    margin: .5rem 0 .25rem;
}

.footer .list-2 li.tiltle-2 {
    margin-right: .41rem;
    position: relative;
}

.footer .list-2 li span {
    margin-bottom: 21px;
    display: inline-block;
}

.footer .list-2 li li {
    margin-bottom: 15px
}

.footer .list-2 li.tiltle-2::after {
    content: '';
    display: block;
    width: 2px;
    height: .18rem;
    background: #ddd;
    position: absolute;
    top: 0;
    right: -.21rem;
}

.footer .list-2 li:nth-last-of-type(1) {
    margin-right: 0;
}

.footer .list-2 li:nth-last-of-type(1):after {
    display: none;
}

.footer .list-2 a {
    color: #666;
    font-size: .18rem;
    transition: .5s;
}

.footer .list-2 .footer-sh {
    color: #666;
    font-size: .18rem;
}

.footer .list-2 a:hover {
    color: #24379a;
}

.footer .copy {
    line-height: 1.5;
    color: #666;
    font-size: .18rem;
}

.footer .ewm {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: center;
}

.footer .ewm img {
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    width: 2.17rem;
}

.footer .ewm p {
    line-height: 1.5;
    color: #666;
    font-size: .18rem;
    margin-top: .1rem;
}

@media (max-width: 1366px) {
    .footer .list-1 select {
        font-size: 14px;
    }

    .footer .list-2 li.tiltle-2::after {
        width: 1px;
        height: 14px;
        right: -13.125px;
    }

    .footer .list-2 a {
        font-size: 14px;
    }

    .footer .list-2 .footer-sh {
        font-size: 14px;
    }

    .footer .copy {
        font-size: 14px;
    }

    .footer .ewm p {
        font-size: 14px;
    }
}

@media (max-width: 1200px) {
    .footer .box {
        margin: 56.25px 0 46.875px;
    }

    .footer .logo {
        margin: 0 0 25px;
    }

    .footer .list-1 li {
        margin-right: 25px;
    }

    .footer .list-1 select {
        border-width: 1px;
        height: 28.125px;
        padding: 0 9.375px;
        width: 150px;
    }

    .footer .list-2 {
        margin: 31.25px 0 15.625px;
    }

    .footer .list-2 li.atiltle-2 {
        margin-right: 25.625px;
    }

    .footer .ewm img {
        width: 135.625px;
    }

    .footer .ewm p {
        margin-top: 6.25px;
    }
}