/* 历程 */
.index_history {
    width: 100%;
    margin-top: -40px;
    position: relative;
    z-index: 2;
}

.index_history .content {
    width: 66.6%;
    margin: 0 auto;
}

.index_history .content .boxlist {
    width: 100%;
    background-color: #ffffff;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3%;
}

.index_history .content .boxlist .left {
    width: 66.6%;
    display: flex;
    justify-content: space-between;
}

.index_history .content .boxlist .left .swiper {
    width: 100%;
}

.index_history .content .boxlist .left .swiper .swiper-wrapper {
    width: 100%;
}

.index_history .content .boxlist .left .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
}

.index_history .content .boxlist .left .list {
    width: 100%;
    display: flex;
    align-items: flex-start;
}

.index_history .content .boxlist .left .swiper .swiper-button-next {
    display: none;
}

.index_history .content .boxlist .left .swiper .swiper-button-prev {
    display: none;
}

.index_history .content .boxlist .left .swiper .swiper-pagination {
    display: none;
}

.index_history .content .boxlist .left .list .list_img {
    width: 60px;
    margin: 0 25px;
}

.index_history .content .boxlist .left .list .list_img .img {
    width: 100%;
}

.index_history .content .boxlist .left .list .list_img .img img {
    width: 100%;
}

.index_history .content .boxlist .left .list .list_txt {
    width: calc(100% - 110px);
}

.index_history .content .boxlist .left .list .list_txt h1 {
    font-size: 24px;
    color: #000000;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: bold;
}

.index_history .content .boxlist .left .list .list_txt p {
    font-size: 14px;
    color: #666666;
    line-height: 22px;
}

.index_history .content .boxlist .more {
    width: 33%;
    display: flex;
    justify-content: flex-end;
}

.index_history .content .boxlist .more a {
    width: 140px;
    height: 46px;
    background-color: #0178fa;
    font-size: 14px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    -ms-border-radius: 23px;
    -o-border-radius: 23px;
}

@media (max-width: 1600px) {
    .index_history .content {
        width: 75%;
    }
}

@media (max-width: 1400px) {
    .index_history .content {
        width: 85%;
    }
}

@media (max-width: 1200px) {
    .index_history .content {
        width: 95%;
    }

    .index_history .content .boxlist .left .list .list_txt h1 {
        font-size: 20px;
        line-height: 24px;
    }

    .index_history .content .boxlist .left .list .list_txt p {
        font-size: 13px;
    }

    .index_history .content .boxlist .more a {
        width: 120px;
        height: 40px;
        font-size: 13px;
    }

    .index_history .content .boxlist .left .list .list_img {
        width: 50px;
        margin: 0px 20px;
    }

    .index_history .content .boxlist .left .list .list_txt {
        width: calc(100% - 90px);
    }
}

@media (max-width: 760px) {
    .index_history {
        margin-top: -20px;
    }

    .index_history .content .boxlist {
        flex-wrap: wrap;
        justify-content: center;
    }

    .index_history .content .boxlist .left {
        width: 100%;
        margin-bottom: 30px;
    }

    .index_history .content .boxlist .more {
        justify-content: center;
    }
}

@media (max-width: 550px) {
    .index_history .content .boxlist .left {
        flex-wrap: wrap;
        margin-bottom: 0;
    }

    .index_history .content .boxlist .left .list {
        width: 100%;
        margin-bottom: 30px;
    }

    .index_history .content .boxlist .left .list .list_txt h1 {
        font-size: 16px;
    }

    .index_history .content .boxlist .left .list .list_txt p {
        font-size: 12px;
    }

    .index_history .content .boxlist .more a {
        width: 100px;
        height: 34px;
        font-size: 12px;
    }

    .index_history .content .boxlist .left .list .list_img {
        width: 40px;
        margin: 0px 15px;
    }

    .index_history .content .boxlist .left .list .list_txt {
        width: calc(100% - 70px);
    }
}

/* 产品信息 */
.index_product {
    width: 100%;
    padding-top: 110px;
    background-color: #ffffff;
}

.index_product .content {
    width: 66.6%;
    margin: 0 auto;
}

.index_product .content .boxlist {
    width: 100%;
}

.index_product .content .boxlist .top {
    width: 100%;
    margin-bottom: 60px;
}

.index_product .content .boxlist .top .theme {
    width: 100%;
    text-align: center;
}

.index_product .content .boxlist .top .theme h1 {
    font-size: 120px;
    line-height: 36px;
    color: #ffffff;
    text-shadow: 9px 9px 30px rgba(0, 0, 0, 0.06);
    text-transform: uppercase;
    font-weight: normal;
}

.index_product .content .boxlist .top .theme p {
    font-size: 44px;
    line-height: 36px;
    color: #333333;
    font-weight: bold;
}

.index_product .content .boxlist .top .theme p span {
    color: #0178fa;
}

.index_product .content .boxlist .bottom {
    width: 100%;
}

.index_product .content .boxlist .bottom .boxlist_pc {
    width: 100%;
}

.index_product .content .boxlist .bottom .boxlist_pc .content_show {
    width: 100%;
    padding-bottom: 42.18%;
    overflow: hidden;
    position: relative;
}

.index_product .content .boxlist .bottom .boxlist_pc .content_show .content_list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
}

.index_product .content .boxlist .bottom .boxlist_pc .content_show .content_list .list {
    width: 100px;
    height: 100%;
    border-right: 2px solid #ffffff;
    overflow: hidden;
    position: relative;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

.index_product .content .boxlist .bottom .boxlist_pc .content_show .content_list .list:last-child {
    border-right: none;
}

.index_product .content .boxlist .bottom .boxlist_pc .content_show .content_list .list.active {
    width: calc(100% - 400px);
}

.index_product .content .boxlist .bottom .boxlist_pc .content_show .content_list .list .list_img {
    position: absolute;
    top: 0;
    height: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.index_product .content .boxlist .bottom .boxlist_pc .content_show .content_list .list .list_img .img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.index_product .content .boxlist .bottom .boxlist_pc .content_show .content_list .list .list_img .img img {
    height: 100%;
}

.index_product .content .boxlist .bottom .boxlist_pc .content_show .content_list .list .list_txt {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}

.index_product .content .boxlist .bottom .boxlist_pc .content_show .content_list .list .list_txt .show_info {
    display: none;
    width: 100%;
    height: 100%;
}

.index_product .content .boxlist .bottom .boxlist_pc .content_show .content_list .list.active .list_txt .show_info {
    display: block;
}

.index_product .content .boxlist .bottom .boxlist_pc .content_show .content_list .list.active .list_txt .show_title {
    display: none;
}

.index_product .content .boxlist .bottom .boxlist_pc .content_show .content_list .list .list_txt .show_title {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.index_product .content .boxlist .bottom .boxlist_pc .content_show .content_list .list .list_txt .show_title h1 {
    font-size: 22px;
    line-height: 48px;
    color: #ffffff;
    font-weight: normal;
    writing-mode: vertical-lr;
    margin-bottom: 50px;
}

.index_product .content .boxlist .bottom .boxlist_pc .content_show .content_list .list .list_txt .show_info .info {
    width: 100%;
    height: 100%;
    padding: 6%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.index_product .content .boxlist .bottom .boxlist_pc .content_show .content_list .list .list_txt .show_info .info .theme {
    width: 62%;
}

.index_product .content .boxlist .bottom .boxlist_pc .content_show .content_list .list .list_txt .show_info .info .theme h1 {
    font-size: 34px;
    line-height: 36px;
    color: #ffffff;
    font-weight: normal;
    margin-bottom: 70px;
    position: relative;
}

.index_product .content .boxlist .bottom .boxlist_pc .content_show .content_list .list .list_txt .show_info .info .theme p {
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: lighter;
}

.index_product .content .boxlist .bottom .boxlist_pc .content_show .content_list .list .list_txt .show_info .info .theme h1::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 60px;
    height: 3px;
    background-color: #ffffff;
}

.index_product .content .boxlist .bottom .boxlist_pc .content_show .content_list .list .list_txt .show_info .info .more {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.index_product .content .boxlist .bottom .boxlist_pc .content_show .content_list .list .list_txt .show_info .info .more a {
    display: block;
    font-size: 20px;
    color: #ffffff;
    line-height: 36px;
    margin-top: 20px;
}

.index_product .content .boxlist .bottom .boxlist_yd {
    width: 100%;
}

.index_product .content .boxlist .bottom .boxlist_yd .content_show {
    width: 100%;
    margin-bottom: 20px;
}

.index_product .content .boxlist .bottom .boxlist_yd .content_show .list {
    width: 100%;
    display: none;
}

.index_product .content .boxlist .bottom .boxlist_yd .content_show .list.active {
    display: block;
}

.index_product .content .boxlist .bottom .boxlist_yd .content_show .list .list_txt {
    width: 100%;
}

.index_product .content .boxlist .bottom .boxlist_yd .content_show .list .list_txt .theme {
    width: 100%;
    margin-bottom: 60px;
}

.index_product .content .boxlist .bottom .boxlist_yd .content_show .list .list_txt .theme h1 {
    font-size: 20px;
    line-height: 36px;
    color: #0178fa;
    font-weight: normal;
    margin-bottom: 50px;
    position: relative;
}

.index_product .content .boxlist .bottom .boxlist_yd .content_show .list .list_txt .theme h1::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 40px;
    height: 2px;
    background-color: #0178fa;
}

.index_product .content .boxlist .bottom .boxlist_yd .content_show .list .list_txt .theme p {
    font-size: 14px;
    line-height: 30px;
    color: #333333;
    font-weight: lighter;
}

.index_product .content .boxlist .bottom .boxlist_yd .content_show .list .list_txt .more {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.index_product .content .boxlist .bottom .boxlist_yd .content_show .list .list_txt .more a {
    display: block;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    margin-top: 10px;
}

.index_product .content .boxlist .bottom .boxlist_yd .content_title {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.index_product .content .boxlist .bottom .boxlist_yd .content_title ul {
    width: 100%;
    position: relative;
    z-index: 2;
}

.index_product .content .boxlist .bottom .boxlist_yd .content_title ul li {
    width: 100%;
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    padding: 20px 30px;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.2);
}

.index_product .content .boxlist .bottom .boxlist_yd .content_title ul li.active {
    background-color: transparent;
}

.index_product .content .boxlist .bottom .boxlist_yd .content_title ul li.active {
    color: #0178fa;
}

.index_product .content .boxlist .bottom .boxlist_yd .content_title .list_back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.index_product .content .boxlist .bottom .boxlist_yd .content_title .list_back .list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index_product .content .boxlist .bottom .boxlist_yd .content_title .list_back .list .list_img {
    width: 100%;
    height: 100%;
}

.index_product .content .boxlist .bottom .boxlist_yd .content_title .list_back .list .list_img .img {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index_product .content .boxlist .bottom .boxlist_yd .content_title .list_back .list .list_img .img img {
    width: 100%;
}

.index_product .content .boxlist .bottom .boxlist_yd {
    display: none;
}

@media (max-width: 1600px) {
    .index_product .content .boxlist .top .theme h1 {
        font-size: 80px;
    }

    .index_product .content .boxlist .top .theme p {
        font-size: 32px;
        line-height: 30px;
        margin-top: -10px;
    }

    .index_product .content .boxlist .bottom .boxlist_pc .content_show .content_list .list .list_txt .show_title h1 {
        font-size: 18px;
        line-height: 36px;
        margin-bottom: 30px;
    }

    .index_product .content .boxlist .bottom .boxlist_pc .content_show .content_list .list {
        width: 80px;
    }

    .index_product .content .boxlist .bottom .boxlist_pc .content_show .content_list .list.active {
        width: calc(100% - 320px);
    }

    .index_product .content .boxlist .bottom .boxlist_pc .content_show .content_list .list .list_txt .show_info .info .theme {
        width: 80%;
    }

    .index_product .content .boxlist .bottom .boxlist_pc .content_show .content_list .list .list_txt .show_info .info .theme h1 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 50px;
    }

    .index_product .content .boxlist .bottom .boxlist_pc .content_show .content_list .list .list_txt .show_info .info .theme h1::after {
        bottom: -20px;
        width: 40px;
        height: 2px;
    }

    .index_product .content .boxlist .bottom .boxlist_pc .content_show .content_list .list .list_txt .show_info .info .theme p {
        font-size: 14px;
    }

    .index_product .content .boxlist .bottom .boxlist_pc .content_show .content_list .list .list_txt .show_info .info .more a {
        font-size: 16px;
    }

    .index_product .content .boxlist .bottom .boxlist_pc .content_show .content_list .list .list_txt .show_info .info .more a {
        line-height: 30px;
        margin-top: 10px;
    }
}

@media (max-width: 1400px) {
    .index_product .content {
        width: 85%;
    }
}

@media (max-width: 1200px) {
    .index_product .content {
        width: 95%;
    }

    .index_product .content .boxlist .top .theme h1 {
        font-size: 50px;
        line-height: 30px;
    }

    .index_product .content .boxlist .top .theme p {
        font-size: 24px;
    }

    .index_product .content .boxlist .bottom .boxlist_pc {
        display: none;
    }

    .index_product .content .boxlist .bottom .boxlist_yd {
        display: block;
    }

    .index_product .content .boxlist .bottom .boxlist_yd .content_show {
        padding: 4%;
        background-color: #f5f8fb;
    }

    .index_product {
        padding-top: 30px;
    }

    .index_product .content .boxlist .top {
        margin-bottom: 15px;
    }
}

@media (max-width: 550px) {
    .index_product .content .boxlist .top .theme h1 {
        font-size: 34px;
    }

    .index_product .content .boxlist .top .theme p {
        font-size: 18px;
        margin-top: -15px;
    }

    .index_product {
        padding-top: 10px;
    }

    .index_product .content .boxlist .bottom .boxlist_yd .content_show .list .list_txt .theme h1 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    .index_product .content .boxlist .bottom .boxlist_yd .content_show .list .list_txt .theme h1::after {
        bottom: -10px;
        width: 20px;
        height: 1px;
    }

    .index_product .content .boxlist .bottom .boxlist_yd .content_show .list .list_txt .theme p {
        font-size: 12px;
        line-height: 24px;
    }

    .index_product .content .boxlist .bottom .boxlist_yd .content_show .list .list_txt .theme {
        margin-bottom: 30px;
    }

    .index_product .content .boxlist .bottom .boxlist_yd .content_show .list .list_txt .more a {
        font-size: 14px;
        line-height: 24px;
        margin-top: 5px;
    }

    .index_product .content .boxlist .bottom .boxlist_yd .content_title ul li {
        font-size: 14px;
        padding: 10px 20px;
    }
}

/* 边缘计算服务 */
.index_service {
    width: 100%;
    padding-top: 130px;
    background-color: #ffffff;
}

.index_service .content {
    width: 66.6%;
    margin: 0 auto;
}

.index_service .content .boxlist {
    width: 100%;
}

.index_service .content .boxlist .top {
    width: 100%;
    margin-bottom: 80px;
}

.index_service .content .boxlist .top .theme {
    width: 100%;
    text-align: center;
}

.index_service .content .boxlist .top .theme h1 {
    font-size: 120px;
    line-height: 36px;
    color: #ffffff;
    text-shadow: 9px 9px 30px rgba(0, 0, 0, 0.06);
    text-transform: uppercase;
    font-weight: normal;
}

.index_service .content .boxlist .top .theme p {
    font-size: 44px;
    line-height: 36px;
    color: #333333;
    font-weight: bold;
}

.index_service .content .boxlist .top .theme p span {
    color: #0178fa;
}

.index_service .content .boxlist .bottom {
    width: 100%;
}

.index_service .content .boxlist .bottom .swiper {
    width: 100%;
}
.index_service .content .boxlist .bottom .swiper .swiper-wrapper{
    width: 100%;
}
.index_service .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide{
    width: 100%;
    border: 1px solid transparent;
}
.index_service .content .boxlist .bottom .swiper .swiper-button-next{
    display: none;
}
.index_service .content .boxlist .bottom .swiper .swiper-button-prev{
    display: none;
}
.index_service .content .boxlist .bottom .swiper .swiper-pagination{
    display: none;
}
.index_service .content .boxlist .bottom .list {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #b5b5b5;
    padding: 20% 0%;
    overflow: hidden;
    position: relative;
}

.index_service .content .boxlist .bottom .list h1 {
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
    position: relative;
}

.index_service .content .boxlist .bottom .list h1 a {
    font-size: 32px;
    color: #0178fa;
    line-height: 36px;
}

.index_service .content .boxlist .bottom .list p {
    font-size: 16px;
    color: #666666;
    line-height: 36px;
    height: 72px;
    padding: 0 10px;
}

.index_service .content .boxlist .bottom .list span {
    position: absolute;
    right: 6%;
    bottom: -3%;
    font-size: 64px;
    line-height: 36px;
    font-weight: bold;
    color: #cbcbcb;
    font-style: italic;
}

@media (max-width: 1600px) {
    .index_service .content .boxlist .top .theme h1 {
        font-size: 80px;
    }

    .index_service .content .boxlist .top .theme p {
        font-size: 32px;
        line-height: 30px;
        margin-top: -10px;
    }

    .index_service .content .boxlist .bottom .list h1 a {
        font-size: 26px;
        line-height: 30px;
    }

    .index_service .content .boxlist .bottom .list span {
        font-size: 50px;
    }
}

@media (max-width: 1400px) {
    .index_service .content {
        width: 85%;
    }
}

@media (max-width: 1200px) {
    .index_service .content {
        width: 95%;
    }

    .index_service .content .boxlist .top .theme h1 {
        font-size: 50px;
        line-height: 30px;
    }

    .index_service .content .boxlist .top .theme p {
        font-size: 24px;
    }

    .index_service .content .boxlist .top {
        margin-bottom: 50px;
    }

    .index_service .content .boxlist .bottom .list h1 a {
        font-size: 20px;
    }

    .index_service .content .boxlist .bottom .list h1 {
        margin-bottom: 10px;
    }

    .index_service .content .boxlist .bottom .list p {
        font-size: 14px;
        line-height: 24px;
    }

    .index_service .content .boxlist .bottom .list span {
        font-size: 40px;
        line-height: 30px;
    }

    .index_service {
        padding-top: 90px;
    }
}

@media (max-width: 760px) {
    .index_service .content .boxlist .bottom {
        flex-wrap: wrap;
    }

    .index_service .content .boxlist .bottom .list {
        padding: 8% 2%;
    }
}

@media (max-width: 550px) {
    .index_service .content .boxlist .top .theme h1 {
        font-size: 34px;
    }

    .index_service .content .boxlist .top .theme p {
        font-size: 18px;
        margin-top: -15px;
    }

    .index_service {
        padding-top: 60px;
    }

    .index_service .content .boxlist .top {
        margin-bottom: 30px;
    }

    .index_service .content .boxlist .bottom .list h1 a {
        font-size: 16px;
    }

    .index_service .content .boxlist .bottom .list p {
        font-size: 12px;
    }

    .index_service .content .boxlist .bottom .list h1 {
        margin-bottom: 0px;
    }

    .index_service .content .boxlist .bottom .list span {
        font-size: 28px;
        line-height: 24px;
    }
}


/* 边缘计算服务行业 */
.index_service_trade {
    width: 100%;
    padding: 130px 0 110px;
    background-color: #ffffff;
}

.index_service_trade .content {
    width: 100%;
    margin: 0 auto;
}

.index_service_trade .content .boxlist {
    width: 100%;
}

.index_service_trade .content .boxlist .top {
    width: 100%;
    margin-bottom: 80px;
}

.index_service_trade .content .boxlist .top .theme {
    width: 100%;
    text-align: center;
}

.index_service_trade .content .boxlist .top .theme h1 {
    font-size: 120px;
    line-height: 36px;
    color: #ffffff;
    text-shadow: 9px 9px 30px rgba(0, 0, 0, 0.06);
    text-transform: uppercase;
    font-weight: normal;
}

.index_service_trade .content .boxlist .top .theme p {
    font-size: 44px;
    line-height: 36px;
    color: #333333;
    font-weight: bold;
}

.index_service_trade .content .boxlist .top .theme p span {
    color: #0178fa;
}

.index_service_trade .content .boxlist .bottom {
    width: 100%;
}

.index_service_trade .content .boxlist .bottom .swiper {
    width: 100%;
}

.index_service_trade .content .boxlist .bottom .swiper .swiper-wrapper {
    width: 100%;
}

.index_service_trade .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
}

.index_service_trade .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list {
    width: 100%;
    position: relative;
}

.index_service_trade .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_img {
    width: 100%;
}

.index_service_trade .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_img .img {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 76.4%;
    
}

.index_service_trade .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_img .img a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border:solid 1px #999;
    overflow:hidden;
}

.index_service_trade .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_img .img a img {
    width: 100%;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    opacity: 0.45;
}

.index_service_trade .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide.swiper-slide-prev .list .list_img .img a img,
.index_service_trade .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .list .list_img .img a img,
.index_service_trade .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide.swiper-slide-next .list .list_img .img a img {
    opacity: 1;
}

.index_service_trade .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_img:hover .img a img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.index_service_trade .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_txt {
    width: 100%;
    text-align:center;   
    bottom: 0;
    left: 0;
}

.index_service_trade .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_txt h1 {
    padding: 20px;
    font-weight: normal;
    opacity: 0;
}

.index_service_trade .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_txt h1 a {
    font-size: 26px;
    color: #666;
    line-height: 36px;
}

.index_service_trade .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide.swiper-slide-prev .list .list_txt h1,
.index_service_trade .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .list .list_txt h1,
.index_service_trade .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide.swiper-slide-next .list .list_txt h1 {
    opacity: 1;
}

.index_service_trade .content .boxlist .bottom .swiper .swiper-button-next {
    position: absolute;
    top: 50%;
    right: 5.2%;
    left: auto;
    bottom: auto;
    width: 60px;
    height: 60px;
    background: #fefefe url(../images/index_service_trade_right_icon01.png) no-repeat center center;
    background-size: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    margin: 0;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.index_service_trade .content .boxlist .bottom .swiper .swiper-button-next:hover {
    background: #0178fa url(../images/index_service_trade_right_icon02.png) no-repeat center center;
    background-size: 100%;
}

.index_service_trade .content .boxlist .bottom .swiper .swiper-button-prev {
    position: absolute;
    top: 50%;
    left: 5.2%;
    right: auto;
    bottom: auto;
    width: 60px;
    height: 60px;
    background: #fefefe url(../images/index_service_trade_left_icon01.png) no-repeat center center;
    background-size: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    margin: 0;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.index_service_trade .content .boxlist .bottom .swiper .swiper-button-prev:hover {
    background: #0178fa url(../images/index_service_trade_left_icon02.png) no-repeat center center;
    background-size: 100%;
}

.index_service_trade .content .boxlist .bottom .swiper .swiper-pagination {
    display: none;
}

@media (max-width: 1600px) {
    .index_service_trade .content .boxlist .top .theme h1 {
        font-size: 80px;
    }

    .index_service_trade .content .boxlist .top .theme p {
        font-size: 32px;
        line-height: 30px;
        margin-top: -10px;
    }

    .index_service_trade .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_txt h1 a {
        font-size: 20px;
        line-height: 30px;
    }
}

@media (max-width: 1200px) {
    .index_service_trade .content .boxlist .top .theme h1 {
        font-size: 50px;
        line-height: 30px;
    }

    .index_service_trade .content .boxlist .top .theme p {
        font-size: 24px;
    }

    .index_service_trade .content .boxlist .bottom .swiper .swiper-button-next {
        width: 50px;
        height: 50px;
    }

    .index_service_trade .content .boxlist .bottom .swiper .swiper-button-prev {
        width: 50px;
        height: 50px;
    }

    .index_service_trade .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_txt h1 a {
        font-size: 16px;
    }

    .index_service_trade .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_txt h1 {
        padding: 10px;
    }

    .index_service_trade .content .boxlist .top {
        width: 95%;
        margin: 0 auto;
        margin-bottom: 50px;
    }

    .index_service_trade {
        padding: 90px 0 70px;
    }
}

@media (max-width: 760px) {
    .index_service_trade .content .boxlist .bottom .swiper .swiper-button-next {
        width: 40px;
        height: 40px;
    }

    .index_service_trade .content .boxlist .bottom .swiper .swiper-button-prev {
        width: 34px;
        height: 34px;
    }
}

@media (max-width: 550px) {
    .index_service_trade .content .boxlist .top {
        margin-bottom: 30px;
    }

    .index_service_trade .content .boxlist .top .theme h1 {
        font-size: 34px;
    }

    .index_service_trade .content .boxlist .top .theme p {
        font-size: 18px;
        margin-top: -15px;
    }

    .index_service_trade {
        padding: 20px 0;
        padding-top:0px;
    }

    .index_service_trade .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_txt h1 a {
        font-size: 14px;
        line-height: 24px;
    }

    .index_service_trade .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide.swiper-slide-prev .list .list_img .img a img,
    .index_service_trade .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .list .list_img .img a img,
    .index_service_trade .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide.swiper-slide-next .list .list_img .img a img {
        opacity: .45;
    }

    .index_service_trade .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .list .list_img .img a img {
        opacity: 1;
    }

    .index_service_trade .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide.swiper-slide-prev .list .list_txt h1,
    .index_service_trade .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .list .list_txt h1,
    .index_service_trade .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide.swiper-slide-next .list .list_txt h1 {
        opacity: 0;
    }

    .index_service_trade .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .list .list_txt h1 {
        opacity: 1;
    }
}


/* 关于我们 */
.index_about {
    width: 100%;
    padding: 170px 0 130px;
    background: url(../images/index_about_background.jpg) no-repeat;
    background-size: cover;
}

.index_about .content {
    width: 66.6%;
    margin: 0 auto;
}

.index_about .content .boxlist {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.index_about .content .boxlist .left {
    width: 39%;
    position: relative;
}

.index_about .content .boxlist .left .img {
    width: 100%;
    border-bottom-right-radius: 40px;
    overflow: hidden;
    box-shadow: 9px 9px 13px rgba(0, 39, 85, .35);
    position: relative;
}

.index_about .content .boxlist .left .mask {
    position: absolute;
    top: -40px;
    left: -40px;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #006fe9, #1fadee);
    z-index: 1;
}

.index_about .content .boxlist .left .img img {
    position: relative;
    width: 100%;
    cursor: pointer;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    z-index: 2;
}

.index_about .content .boxlist .left .img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.index_about .content .boxlist .right {
    width: 48.4%;
}

.index_about .content .boxlist .right .theme {
    width: 100%;
    margin-bottom: 40px;
}

.index_about .content .boxlist .right .theme h1 {
    font-size: 120px;
    line-height: 36px;
    color: #ffffff;
    text-shadow: 9px 9px 30px rgba(0, 0, 0, 0.06);
    text-transform: uppercase;
    font-weight: normal;
    transform: translateX(-20%);
    -webkit-transform: translateX(-20%);
    -moz-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    -o-transform: translateX(-20%);
}

.index_about .content .boxlist .right .theme p {
    font-size: 44px;
    line-height: 36px;
    color: #333333;
    font-weight: bold;
    position: relative;
}

.index_about .content .boxlist .right .theme p span {
    color: #0178fa;
}

.index_about .content .boxlist .right .info {
    width: 100%;
    margin-bottom: 60px;
}

.index_about .content .boxlist .right .info p {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.index_about .content .boxlist .right ul {
    width: 75%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.index_about .content .boxlist .right ul li {
    width: 48%;
    margin: 20px 0;
}

.index_about .content .boxlist .right ul li a {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.index_about .content .boxlist .right ul li a img {
    width: 60px;
    height: 60px;
    margin-bottom: 5px;
}

.index_about .content .boxlist .right ul li a span {
    font-size: 18px;
    line-height: 36px;
    color: #333333;
    font-weight: 500;
}
.index_about .content .boxlist .right .td_img{
    display: none;
    width: 48%;
}
.index_about .content .boxlist .right .td_img .img{
    width: 100%;
}
.index_about .content .boxlist .right .td_img .img img{
    width: 100%;
    cursor: pointer;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}
.index_about .content .boxlist .right .td_img .img:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
@media (max-width: 1800px) {
    .index_about .content .boxlist .right .theme h1 {
        font-size: 80px;
    }

    .index_about .content .boxlist .right .theme p {
        font-size: 32px;
        line-height: 30px;
        margin-top: -10px;
    }
}

@media (max-width: 1600px) {
    .index_about .content {
        width: 75%;
    }

    .index_about .content .boxlist .right .theme h1 {
        font-size: 80px;
    }

    .index_about .content .boxlist .right .theme p {
        font-size: 32px;
        line-height: 30px;
        margin-top: -10px;
    }
}

@media (max-width: 1400px) {
    .index_about .content {
        width: 85%;
    }
}

@media (max-width: 1200px) {
    .index_about .content {
        width: 95%;
    }

    .index_about .content .boxlist .right .theme h1 {
        font-size: 60px;
        line-height: 30px;
        transform: translateX(-10%);
        -webkit-transform: translateX(-10%);
        -moz-transform: translateX(-10%);
        -ms-transform: translateX(-10%);
        -o-transform: translateX(-10%);
    }

    .index_about .content .boxlist .right .theme p {
        font-size: 24px;
    }

    .index_about .content .boxlist .right .info p {
        font-size: 14px;
        line-height: 24px;
    }

    .index_about .content .boxlist .right .theme {
        margin-bottom: 30px;
    }

    .index_about .content .boxlist .left .mask {
        top: -20px;
        left: -20px;
    }

    .index_about .content .boxlist .left {
        margin-left: 20px;
    }

    .index_about .content .boxlist .right .info {
        margin-bottom: 40px;
    }

    .index_about .content .boxlist .right ul li a span {
        font-size: 16px;
        line-height: 30px;
    }

    .index_about .content .boxlist .right ul li {
        width: 48%;
        margin: 10px 0;
    }

    .index_about .content .boxlist .right ul li a img {
        width: 45px;
        height: 45px;
    }

    .index_about {
        padding: 100px 0 80px;
    }
}

@media (max-width: 1000px) {
    .index_about .content .boxlist .right{
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
    }
    .index_about .content .boxlist {
        flex-wrap: wrap;
    }

    .index_about .content .boxlist .left {
        width: 100%;
        padding-left: 20px;
        margin-left: 0;
        margin-bottom: 60px;
        display: none;
    }
    .index_about .content .boxlist .right .td_img{
        display: block;
    }

    .index_about .content .boxlist .left .mask {
        top: -20px;
        left: 0px;
        width: calc(100% - 20px);
    }

    .index_about .content .boxlist .right {
        width: 100%;
    }

    .index_about .content .boxlist .right .theme {
        text-align: center;
    }

    .index_about .content .boxlist .right .theme h1 {
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
    }

    .index_about .content .boxlist .right ul li {
        width: 48%;
    }

    .index_about .content .boxlist .right ul {
        width: 48%;
    }
}

@media (max-width: 550px) {
    .index_about .content .boxlist .right .theme h1 {
        font-size: 40px;
    }

    .index_about .content .boxlist .right .theme p {
        font-size: 18px;
        margin-top: -15px;
    }

    .index_about .content .boxlist .right .info p {
        font-size: 12px;
    }

    .index_about .content .boxlist .right ul li a span {
        font-size: 14px;
        line-height: 24px;
    }

    .index_about .content .boxlist .right .info {
        margin-bottom: 20px;
    }

    .index_about .content .boxlist .left {
        margin-bottom: 40px;
    }

    .index_about .content .boxlist .right .theme {
        margin-bottom: 20px;
    }

    .index_about {
        padding: 30px 0 50px;
    }
}


/* 客户展示 */
.index_connection {
    width: 100%;
    padding: 150px 0 350px;
    background: url(../images/index_connection_background.jpg) no-repeat center;
    background-size: cover;
}

.index_connection .content {
    width: 66.6%;
    margin: 0 auto;
}

.index_connection .content .boxlist {
    width: 100%;
}

.index_connection .content .boxlist .top {
    width: 100%;
    margin-bottom: 60px;
}

.index_connection .content .boxlist .top .theme {
    width: 100%;
    text-align: center;
}

.index_connection .content .boxlist .top .theme h1 {
    font-size: 120px;
    line-height: 36px;
    color: #ffffff;
    text-shadow: 9px 9px 30px rgba(0, 0, 0, 0.06);
    text-transform: uppercase;
    font-weight: normal;
}

.index_connection .content .boxlist .top .theme p {
    font-size: 44px;
    line-height: 36px;
    color: #333333;
    font-weight: bold;
}

.index_connection .content .boxlist .top .theme p span {
    color: #0178fa;
}

.index_connection .content .boxlist .bottom {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.index_connection .content .boxlist .bottom .list {
    box-shadow: -5px 5px 18px rgba(3, 42, 141, .14);
}

.index_connection .content .boxlist .bottom .list:nth-child(4) {
    margin-right: 0%;
}

.index_connection .content .boxlist .bottom .list:last-child {
    margin-right: 0%;
}

.index_connection .content .boxlist .bottom .list_one1 {
    width: 23.4%;
    margin-right: 2%;
    margin-bottom: 2%;
}

.index_connection .content .boxlist .bottom .list_one1 .list_img {
    width: 100%;
}

.index_connection .content .boxlist .bottom .list_one1 .list_img .img {
    width: 100%;
    padding-bottom: 46.6%;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
}

.index_connection .content .boxlist .bottom .list_one1 .list_img .img a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index_connection .content .boxlist .bottom .list_one1 .list_img .img a img {
    height: 70%;
}

.index_connection .content .boxlist .bottom .list_one2 {
    width: 32%;
    margin-right: 1.9%;
    margin-bottom: 2%;
}

.index_connection .content .boxlist .bottom .list_one2 .list_img {
    width: 100%;
}

.index_connection .content .boxlist .bottom .list_one2 .list_img .img {
    width: 100%;
    padding-bottom: 34.1%;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
}

.index_connection .content .boxlist .bottom .list_one2 .list_img .img a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index_connection .content .boxlist .bottom .list_one2 .list_img .img a img {
    height: 70%;
}

.index_connection .content .boxlist .bottom .list .list_img .img a img {
    filter: invert(50%);
    -webkit-filter: invert(50%);
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.index_connection .content .boxlist .bottom .list .list_img:hover .img a img {
    filter: invert(0%);
    -webkit-filter: invert(0%);
}

@media (max-width: 1600px) {
    .index_connection .content {
        width: 75%;
    }

    .index_connection .content .boxlist .top .theme h1 {
        font-size: 80px;
    }

    .index_connection .content .boxlist .top .theme p {
        font-size: 32px;
        line-height: 30px;
        margin-top: -10px;
    }
}

@media (max-width: 1400px) {
    .index_connection .content {
        width: 85%;
    }
}

@media (max-width: 1200px) {
    .index_connection .content {
        width: 95%;
    }

    .index_connection .content .boxlist .top .theme h1 {
        font-size: 50px;
        line-height: 30px;
    }

    .index_connection .content .boxlist .top .theme p {
        font-size: 24px;
    }

    .index_connection {
        padding: 100px 0 200px;
    }

    .index_connection .content .boxlist .top {
        margin-bottom: 30px;
    }
}

@media (max-width: 760px) {
    .index_connection .content .boxlist .bottom {
        justify-content: space-between;
    }

    .index_connection .content .boxlist .bottom .list {
        width: 48%;
        margin-right: 0;
        margin-bottom: 4%;
    }

    .index_connection .content .boxlist .bottom .list .list_img .img {
        padding-bottom: 46.6%;
    }
    .index_connection .content .boxlist .bottom .list:last-child{
        display: none;
    }
}

@media (max-width: 550px) {
    .index_connection .content .boxlist .top .theme h1 {
        font-size: 40px;
    }

    .index_connection .content .boxlist .top .theme p {
        font-size: 18px;
        margin-top: -15px;
    }

    .index_connection {
        padding: 10px 0 20px;
    }
}



/* 新闻发布 */
.index_news {
    width: 100%;
    padding: 130px 0;
    background: url(../images/index_news_background.jpg) no-repeat;
    background-size: cover;
}

.index_news .content {
    width: 66.6%;
    margin: 0 auto;
}

.index_news .content .boxlist {
    width: 100%;
}

.index_news .content .boxlist .top {
    width: 100%;
    margin-bottom: 60px;
}

.index_news .content .boxlist .top .theme {
    width: 100%;
    text-align: center;
}

.index_news .content .boxlist .top .theme h1 {
    font-size: 120px;
    line-height: 36px;
    color: #ffffff;
    text-shadow: 9px 9px 30px rgba(0, 0, 0, 0.06);
    text-transform: uppercase;
    font-weight: normal;
}

.index_news .content .boxlist .top .theme p {
    font-size: 44px;
    line-height: 36px;
    color: #333333;
    font-weight: bold;
}

.index_news .content .boxlist .top .theme p span {
    color: #0178fa;
}

.index_news .content .boxlist .bottom {
    display: flex;
    justify-content: space-between;
}

.index_news .content .boxlist .bottom .left {
    width: 31.25%;
}

.index_news .content .boxlist .bottom .left .swiper {
    width: 100%;
}

.index_news .content .boxlist .bottom .left .swiper .swiper-wrapper {
    width: 100%;
}

.index_news .content .boxlist .bottom .left .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
}

.index_news .content .boxlist .bottom .left .swiper .swiper-wrapper .swiper-slide .list {
    width: 100%;
    position: relative;
}

.index_news .content .boxlist .bottom .left .swiper .swiper-wrapper .swiper-slide .list .list_img {
    width: 100%;
}

.index_news .content .boxlist .bottom .left .swiper .swiper-wrapper .swiper-slide .list .list_img .img {
    width: 100%;
    padding-bottom: 132%;
    position: relative;
    overflow: hidden;
}

.index_news .content .boxlist .bottom .left .swiper .swiper-wrapper .swiper-slide .list .list_img .img a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index_news .content .boxlist .bottom .left .swiper .swiper-wrapper .swiper-slide .list .list_img .img a img {
    width: 100%;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.index_news .content .boxlist .bottom .left .swiper .swiper-wrapper .swiper-slide .list .list_img:hover .img a img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.index_news .content .boxlist .bottom .left .swiper .swiper-wrapper .swiper-slide .list .list_txt {
    padding: 5%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 83, 175, 0.6);
}

.index_news .content .boxlist .bottom .left .swiper .swiper-wrapper .swiper-slide .list .list_txt h1 {
    font-weight: normal;
    margin-bottom: 10px;
}

.index_news .content .boxlist .bottom .left .swiper .swiper-wrapper .swiper-slide .list .list_txt h1 a {
    font-size: 18px;
    color: #ffffff;
    line-height: 30px;
    height: 60px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.index_news .content .boxlist .bottom .left .swiper .swiper-wrapper .swiper-slide .list .list_txt .time {
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
}

.index_news .content .boxlist .bottom .left .swiper .swiper-button-next {
    display: none;
}

.index_news .content .boxlist .bottom .left .swiper .swiper-button-prev {
    display: none;
}

.index_news .content .boxlist .bottom .left .swiper .swiper-pagination {
    bottom: 5%;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding: 0 5%;
}

.index_news .content .boxlist .bottom .left .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: #ffffff;
    opacity: .6;
}

.index_news .content .boxlist .bottom .left .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

.index_news .content .boxlist .bottom .right {
    width: 65.625%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.index_news .content .boxlist .bottom .right .list {
    width: 47.6%;
    padding: 3.5% 0;
    border-bottom: 1px dashed #bfbfbf;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.index_news .content .boxlist .bottom .right .list:hover {
    border-bottom: 1px solid #0178fa;
}

.index_news .content .boxlist .bottom .right .list:last-child {
    border-bottom: none;
}

.index_news .content .boxlist .bottom .right .list .list_txt {
    width: 100%;
}

.index_news .content .boxlist .bottom .right .list .list_txt h1 {
    font-weight: normal;
}

.index_news .content .boxlist .bottom .right .list .list_txt h1 a {
    font-size: 18px;
    color: #333333;
    line-height: 28px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.index_news .content .boxlist .bottom .right .list:hover .list_txt h1 a {
    color: #0178fa;
}

.index_news .content .boxlist .bottom .right .list .list_txt .time {
    font-size: 14px;
    color: #0178fa;
    line-height: 30px;
    margin-bottom: 10px;
}

.index_news .content .boxlist .bottom .right .list .list_txt p {
    font-size: 13px;
    color: #666666;
    line-height: 20px;
    height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.index_news .content .boxlist .bottom .right .list .more {
    width: 180px;
    height: 60px;
    background-color: #0178fa;
}

.index_news .content .boxlist .bottom .right .list .more a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index_news .content .boxlist .bottom .right .list .more a span {
    font-size: 16px;
    color: #ffffff;
    line-height: 28px;
    margin-right: 10px;
}

.index_news .content .boxlist .bottom .right .list .more a img {
    width: 16px;
    height: 14px;
}

@media (max-width: 1600px) {
    .index_news .content {
        width: 75%;
    }

    .index_news .content .boxlist .top .theme h1 {
        font-size: 80px;
    }

    .index_news .content .boxlist .top .theme p {
        font-size: 32px;
        line-height: 30px;
        margin-top: -10px;
    }
}

@media (max-width: 1400px) {
    .index_news .content {
        width: 85%;
    }
}

@media (max-width: 1200px) {
    .index_news .content {
        width: 95%;
    }

    .index_news .content .boxlist .top .theme h1 {
        font-size: 50px;
        line-height: 30px;
    }

    .index_news .content .boxlist .top .theme p {
        font-size: 24px;
    }

    .index_news {
        padding: 20px 0;
    }

    .index_news .content .boxlist .bottom .right .list .list_txt h1 a {
        font-size: 16px;
        line-height: 24px;
    }

    .index_news .content .boxlist .bottom .right .list .list_txt .time {
        font-size: 13px;
        line-height: 24px;
    }

    .index_news .content .boxlist .bottom .right .list .more {
        width: 150px;
        height: 50px;
    }

    .index_news .content .boxlist .bottom .right .list .more a span {
        font-size: 14px;
    }

    .index_news .content .boxlist .bottom .left .swiper .swiper-wrapper .swiper-slide .list .list_txt h1 a {
        font-size: 16px;
        line-height: 24px;
        height: 48px;
    }

    .index_news .content .boxlist .bottom .left .swiper .swiper-wrapper .swiper-slide .list .list_txt .time {
        font-size: 13px;
        line-height: 24px;
    }
}

@media (max-width: 1000px) {
    .index_news .content .boxlist .bottom .left {
        width: 56%;
    }

    .index_news .content .boxlist .bottom .right {
        width: 42%;
    }

    .index_news .content .boxlist .bottom .right .list {
        width: 100%;
    }
}

@media (max-width: 760px) {
    .index_news .content .boxlist .bottom {
        flex-wrap: wrap;
    }

    .index_news .content .boxlist .bottom .left {
        width: 100%;
    }

    .index_news .content .boxlist .bottom .right {
        width: 100%;
    }

    .index_news .content .boxlist .bottom .right .list {
        width: 47.6%;
    }
}

@media (max-width: 550px) {
    .index_news .content .boxlist .top .theme h1 {
        font-size: 34px;
    }
    .index_news .content .boxlist .bottom .right .list{
        padding: 6% 5%;
    }

    .index_news .content .boxlist .top .theme p {
        font-size: 18px;
        margin-top: -15px;
    }

    .index_news .content .boxlist .bottom .right .list {
        width: 100%;
        display: none;
    }
    .index_news .content .boxlist .bottom .right .list:nth-child(1),.index_news .content .boxlist .bottom .right .list:nth-child(2){
        display: block;
    }
    .index_news .content .boxlist .bottom .right .list:last-child{
        display: block;
    }

    .index_news .content .boxlist .bottom .right .list .more {
        width: 100px;
        height: 34px;
        margin: 0 auto;
    }

    .index_news .content .boxlist .bottom .right .list .more a span {
        font-size: 12px;
    }

    .index_news .content .boxlist .bottom .right .list .more a img {
        width: 12px;
        height: 10px;
    }

    .index_news .content .boxlist .bottom .left .swiper .swiper-wrapper .swiper-slide .list .list_txt h1 a {
        font-size: 14px;
    }

    .index_news .content .boxlist .bottom .left .swiper .swiper-wrapper .swiper-slide .list .list_txt .time {
        font-size: 12px;
    }

    .index_news .content .boxlist .bottom .right .list .list_txt h1 a {
        font-size: 14px;
    }

    .index_news .content .boxlist .bottom .right .list .list_txt .time {
        font-size: 12px;
        line-height: 20px;
    }

    .index_news .content .boxlist .bottom .right .list .list_txt p {
        font-size: 12px;
    }
}


.index_contact {
    width: 100%;
    padding: 80px 0;
    background: url(../images/index_contact_background.jpg) no-repeat;
    background-size: cover;
}

.index_contact .content {
    width: 66.6%;
    margin: 0 auto;
}

.index_contact .content .boxlist {
    width: 100%;
}

.index_contact .content .boxlist {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index_contact .content .boxlist .theme {
    width: auto;
}

.index_contact .content .boxlist .theme h1 {
    font-size: 36px;
    line-height: 36px;
    font-weight: 500;
    color: #ffffff;
}

.index_contact .content .boxlist .more {
    width: 180px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    background-color: #ffffff;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.index_contact .content .boxlist .more a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #0178fa;
}

@media (max-width: 1600px) {
    .index_contact .content {
        width: 75%;
    }

    .index_contact .content .boxlist .theme h1 {
        font-size: 28px;
    }
}

@media (max-width: 1400px) {
    .index_contact .content {
        width: 85%;
    }
}

@media (max-width: 1200px) {
    .index_contact .content {
        width: 95%;
    }

    .index_contact .content .boxlist .theme h1 {
        font-size: 22px;
        line-height: 30px;
    }

    .index_contact .content .boxlist .more {
        width: 150px;
        height: 50px;
    }

    .index_contact .content .boxlist .more a {
        font-size: 14px;
    }
}

@media (max-width: 550px) {
    .index_contact {
        padding: 40px 0;
    }

    .index_contact .content .boxlist .theme h1 {
        font-size: 14px;
        line-height: 30px;
    }

    .index_contact .content .boxlist {
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .index_contact .content .boxlist .theme {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }

    .index_contact .content .boxlist .more {
        width: 100px;
        height: 34px;
        margin: 0 auto;
    }

    .index_contact .content .boxlist .more a {
        font-size: 12px;
    }
}