﻿@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.eot');
    src: url('../fonts/iconfont.eot') format('embedded-opentype'), url('../fonts/iconfont.woff2') format('woff2'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype'), url('../fonts/iconfont.svg') format('svg');
}


/* css初始化 */

body {
    font-size: 14px;
    font-family: "Microsoft YaHei", Arial, Tahoma, sans-serif, "SimHei", "PingFang SC", "Source Han Sans CN";
    color: #333;
    padding: 0!important;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

@media only screen and (max-width:1024px) {
    body {
        font-size: 16px;
    }
}

body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
i,
b,
em,
span,
form,
fieldset,
legend,
input,
textarea,
select,
button,
th,
td {
    margin: 0;
    padding: 0;
    font-style: normal;
}

.h1,
.h2,
.h3,
h1,
h2,
h3,
p {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    list-style: none;
}

input,
select,
button,
textarea {
    font-size: 14px;
    border: 0;
    background: none;
    outline: none;
    vertical-align: middle;
    font-family: "Microsoft YaHei", "Alibaba-PuHuiTi-Regular", Arial, Tahoma, sans-serif, "SimHei", "PingFang SC", "Source Han Sans CN";
}

button {
    overflow: visible;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    border: none;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

li {
    list-style: none;
}

a {
    color: #333;
    text-decoration: none;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

a:hover {
    text-decoration: none !important;
    color: var(--main-color);
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none;
}

button:focus {
    outline: none;
}


/* 整体 */

.e_m {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 99999;
    display: none;
}

.e_m .n_r {
    width: 285px;
    padding: 10px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.e_m .n_r img {
    width: 100%;
    height: auto;
    display: block;
}

.e_m .n_r p {
    font-size: 15px;
    color: #888;
    margin-top: 10px;
}

@media only screen and (max-width: 640px) {
    .e_m .n_r {
        width: 230px;
        padding: 15px;
    }
    .e_m .n_r p {
        font-size: 15px;
    }
}

@media only screen and (max-width: 992px) {
    html.on {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        overflow: hidden;
    }
}

@media only screen and (max-width: 992px) {
    body.on {
        transform: translateX(-60%);
        -webkit-transform: translateX(-60%);
        -moz-transform: translateX(-60%);
        -ms-transform: translateX(-60%);
        -o-transform: translateX(-60%);
    }
}

@media only screen and (max-width: 992px) {
    .sj_bj {
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        z-index: 999999999999999999999;
        display: none;
    }
}

:focus {
    outline: none;
}

:root {
    --main-color: #1f62ad;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    display: none;
}

.header {
    width: 100%;
    position: fixed;
    z-index: 999;
    background: linear-gradient(to right, rgba(96, 32, 106, 0), rgba(96, 32, 106, .1), rgba(96, 32, 106, .9));
    background: -webkit-linear-gradient( left, rgba(96, 32, 106, 0), rgba(96, 32, 106, .1), rgba(96, 32, 106, .9));
    transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.header.on {
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    box-shadow: 0 2px 8px #ddd;
}

.header .container {
    max-width: 100%;
    display: flex;
    padding: 0 95px;
    align-items: center;
    justify-content: space-between;
}

.header .logo>a {
    display: flex;
    align-items: center;
}

.header .logo>a .logo_wz {
    margin-left: 12px;
    text-align: center;
}

.header .logo>a h3 {
    font-size: 24px;
    font-weight: bold;
}

.header .logo>a h4 {
    font-size: 14px;
    font-weight: bold;
}

.header .en a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-left: 5px;
}

.header .en a:hover {
    color: var(--main-color);
}

.header .nav ul {
    width: 100%;
    display: flex;
}

.header .nav ul li {
    position: relative;
    height: 100px;
    background-size: 0 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 50px;
    text-align: center;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.header .nav ul li:hover {
    background-size: 100% 100%;
}

.header .nav ul li.on {
    background-size: 100% 100%;
}

.header .nav ul li:after {
    width: 0;
    height: 3px;
    background-color: #9b7345;
    position: absolute;
    left: 50%;
    bottom: 20px;
    content: "";
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.header .nav ul li:hover:after {
    width: 36px;
}

.header .nav ul li.on:after {
    width: 36px;
}

.header .nav .y_j {
    position: relative;
}

.header .nav .y_j i {
    display: none;
    padding-left: 10px;
    font-size: 12px;
    font-weight: bold;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.header .nav .y_j a {
    display: block;
    font-size: 16px;
    color: #fff;
}

.header .nav .y_j a>span {
    text-transform: uppercase;
    font-size: 13px;
    display: block;
}

.header .nav ul li:hover .y_j a {
    color: #fff;
}

.header .nav ul li.on .y_j a {
    color: #fff;
}

.header .nav .e_j {
    width: 150px;
    background-color: #fff;
    box-shadow: 0 0 5px #aaa;
    position: absolute;
    top: 70px;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}



.header .nav ul li:hover .e_j {
    opacity: 1;
    visibility: inherit;
    z-index: 999;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

.header .nav .e_j a {
    font-size: 14px;
    text-align: center;
    display: block;
    padding: 5px 0;
}

.header .nav .e_j a:first-child {
    padding-top: 10px;
}

.header .nav .e_j a:last-child {
    padding-bottom: 10px;
}

.header .nav .e_j a:hover {
    background-color: var(--main-color);
    color: #fff;
}

.header_sea {
    margin-left: 65px;
}


/* header  an */

.header .an {
    position: absolute;
    top: 50%;
    margin-top: -13px;
    right: 65px;
    height: 27px;
    width: 40px;
    display: none;
}

.header .an span {
    width: 40px;
    height: 3px;
    background-color: #fafafa;
    display: block;
    position: absolute;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.header .an span.a1 {
    top: 0;
    left: 0;
}

.header .an span.a2 {
    top: 12px;
    left: 0;
}

.header .an span.a3 {
    top: 24px;
    left: 0;
}

.header .an.n span.a2 {
    display: none;
}

.header .an.n span.a1 {
    top: 10px;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.header .an.n span.a3 {
    top: 10px;
    transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}


/* .header .container {
    position: relative;
} */

.header .head_icon {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -17px;
}

.header .header_ls {
    display: flex;
    align-items: center;
    margin-left: 60px;
}


/* 模态框 */

.search {
    position: fixed;
    top: 100px;
    width: 100%;
    background-color: var(--main-color);
    height: 80px;
    display: none;
    z-index: 9999;
}

.search>.container {
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 100px;
}

.search label {
    position: relative;
    margin: 0 0 0 50px;
    flex: 1;
}

.search label .hr {
    /* content: ''; */
    position: absolute;
    width: 0;
    height: 1px;
    bottom: -8px;
    background-color: #131313;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.search button {
    margin: 0px 60px 0 30px;
}

.search i {
    margin-right: 40px;
    font-size: 22px;
    cursor: pointer;
    color: #fff;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.search i:hover {
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}

.search label input {
    font-size: 17px;
    color: #fff;
    width: 100%;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.search label input::placeholder {
    color: #fff;
}

.search label input:focus {
    padding-left: 10px;
}

.search label input:focus~.hr {
    width: 100%;
    background-color: #fff;
}

.header .header_l {
    display: flex;
    align-items: center;
}

.header_l .logo {
    height: 34px;
}

.header .header_l .header_dh {
    margin-left: 50px;
    color: var(--main-color);
    font-size: 16px;
}

.header .header_l .header_dh img {
    margin-right: 5px;
}

.header .header_r {
    display: flex;
    align-items: center;
}

.header_icon .w_x {
    margin-right: 35px;
}


/* 模态框 end*/

.container {
    padding: 0 30px;
    max-width: 100%;
}

@media only screen and (min-width: 992px) {
    .container {
        max-width: 100%;
        padding: 0 30px;
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 100%;
        padding: 0 60px;
    }
}

@media only screen and (min-width: 1400px) {
    .container {
        max-width: 1430px;
        padding: 0 15px;
    }
}

@media only screen and (max-width: 1400px) {
    .container {
        max-width: 1230px;
        padding: 0 15px;
    }
}

@media only screen and (max-width: 1360px) {
    .header .nav ul li {
        margin-left: 40px;
    }
}

@media only screen and (max-width: 992px) {
    .container {
        max-width: 100%;
        padding: 0 30px;
    }
}

@media only screen and (max-width: 1200px) {
    .header .logo {
        margin: 15px 0;
    }
}

.header_h {
    display: none;
}

@media only screen and (max-width: 992px) {
    .header .en {
        margin-right: 40px;
    }
    .header_h {
        display: block;
    }
    .header .logo>a {
        position: static;
    }
    .header .logo img {
        height: 38px;
    }
    .header .container {
        padding: 0 30px;
    }
    .header_icon {
        margin-right: 70px;
    }
    .header_icon .w_x {
        margin-right: 18px;
    }
    .header_sea {
        margin-left: 0;
        margin-right: 30px;
    }
    .header .nav {
        width: 60%;
        padding: 10px 5% 0;
        margin: 0;
        background-color: #141414;
        height: 100%;
        position: fixed;
        top: 0;
        right: -60%;
        z-index: 9999;
        overflow: auto;
        transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }
    .header .nav ul {
        width: 100%;
        display: block;
    }
    .header .nav ul li:nth-child(2) {
        margin-left: 0;
    }
    .header .nav ul li {
        width: 100%;
        height: auto;
        text-align: left;
        background: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        float: none;
        margin: 0;
        padding: 0;
        display: block;
    }
    .header .nav ul li:after {
        display: none;
    }
    .header .nav .y_j i {
        display: block;
        width: 100%;
        padding-right: 10px;
        position: absolute;
        top: 0;
        right: 0;
        font-size: 16px;
        text-align: right;
        color: #ddd;
        line-height: 73px;
        z-index: 99;
    }
    .header .nav ul li:hover .y_j i {
        color: #ddd;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
    .header .nav ul li.on .y_j i {
        color: #ddd;
    }
    .header .nav .y_j a {
        /* padding: 15px 0; */
        font-size: 22px;
        line-height: 70px;
        color: #fff;
        display: block;
        font-weight: 400;
    }
    .header .nav .y_j a>span {
        display: none;
    }
    .header .nav ul li:hover .y_j a {
        color: #fff;
        border-bottom: 3px solid transparent;
    }
    .header .nav ul li.on .y_j a {
        color: #fff;
        border-bottom: 3px solid transparent;
    }
    .header_h {
        height: 65px;
        background: slategray;
    }
    .header .head_icon {
        top: 0;
        margin-top: 0;
        right: 20%;
    }
    .header .nav .e_j {
        width: 100%;
        background: none;
        box-shadow: none;
        position: relative;
        left: auto;
        top: auto;
        padding: 5px 0;
        margin-left: 0;
        opacity: 1;
        visibility: inherit;
        display: none;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transition: none;
        -o-transition: none;
        -ms-transition: none;
        -moz-transition: none;
        -webkit-transition: none;
    }
    .header .nav ul li:hover .e_j {
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
    .header .nav .e_j a {
        font-size: 18px;
        line-height: 29px;
        text-align: left;
        color: #fff;
    }
    .header .an {
        display: block;
    }
    /* 640 */
    .header .header_ls {
        margin-left: 0;
        margin-right: 70px;
    }
    .header .an {
        right: 5% !important;
    }
    .header .header_r {
        margin-right: 9%;
    }
}

.pc_ban {
    width: 100%;
    overflow: hidden;
}

.pc_ban img {
    width: 100%;
}

.pc_ban .swiper-slide img {
    transition: all 5s;
    -o-transition: all 5s;
    -ms-transition: all 5s;
    -moz-transition: all 5s;
    -webkit-transition: all 5s;
}

.pc_ban .swiper-slide-active img {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.pc_ban .swiper-button-prev,
.pc_ban .swiper-button-next {
    color: #fff;
    transform: scale(0);
    font-size: 30px;
    /* font-weight: bold; */
    margin-top: -25px;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.pc_ban .swiper-button-prev {
    left: 0%;
    margin-left: 3%
}

.pc_ban .swiper-button-next {
    right: 0%;
    margin-right: 3%;
}

.pc_ban:hover .swiper-button-prev {
    left: 2%;
    transform: scale(1);
}

.pc_ban:hover .swiper-button-next {
    transform: scale(1);
    right: 2%;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 50px;
}

.pc_ban .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    /* border-radius: 0; */
    background-color: rgba(255, 255, 255, .5);
    margin: 0 9px;
    opacity: 1;
}

.pc_ban .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #60206a;
}

@media only screen and (max-width:1024px) {
    .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 20px;
    }
}

.sy_code {
    padding: 190px 0;
    overflow: hidden;
}

.sy_code .code_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    color: #fff;
    font-size: 30px;
    line-height: 2;
}

.sy_code .code_row .code_m {
    position: relative;
}

.sy_code .code_row .code_m .code_img {
    border-radius: 50%;
    position: relative;
}

.sy_code .code_row .code_m .code_text {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 100%;
    transform: translate(-50%, -50%);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    flex-direction: column;
}

.sy_code .code_row .code_m .code_text h2 {
    font-size: 50px;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
    font-weight: bold;
}

.sy_code .code_row .code_m .code_text>span {
    width: 58px;
    height: 5px;
    background-color: #fff;
    display: block;
    margin-top: 15px;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.sy_code .code_row .code_m .code_img::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 60px);
    height: calc(100% + 60px);
    border-radius: 50%;
    border: 30px solid rgba(250, 249, 254, .1);
    opacity: 1;
    animation: border 2s ease-in-out infinite alternate;
}

@keyframes border {
    100% {
        opacity: 0;
    }
}

.sy_code .code_row .code_m img {
    border-radius: 50%;
}

.sy_code .code_row .code_r {
    text-align: right;
}

.sy_gs {
    height: 770px;
    position: relative;
    padding: 110px;
    background-color: #f6f3fb;
    overflow: hidden;
}

.sy_gs .gs_content {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    flex-wrap: wrap;
}

.sy_gs .gs_content h2 {
    font-size: 45px;
}

.sy_gs .gs_content .gs_bt>span {
    width: 64px;
    height: 5px;
    background-color: #742f7d;
    display: block;
    margin: 20px 0 50px;
}

.sy_gs .gs_content>img {
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 1;
}

.sy_cvc .sy_cvc_content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 90px 0;
}

.sy_cvc .sy_cvc_content .sy_cvc_bt {
    font-size: 45px;
    color: #fff;
    margin-bottom: 55px;
}

@media only screen and (max-width:1024px) {
    .sy_code {
        padding: 90px 0;
    }
    .sy_code .code_row .code_m {
        margin: 50px 0;
    }
    .sy_code .code_row {
        justify-content: center;
    }
    .sy_code .code_row .code_r {
        text-align: left;
    }
    .sy_gs {
        height: 570px;
        padding: 80px 0;
    }
}

.footer {
    background-color: #2c2a28;
    padding: 50px 0;
}

.footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer .ft_l {
    display: flex;
}

.footer .ft_l .ft_logo {
    margin-right: 60px;
}

.footer .ft_l .ft_nav ul {
    display: flex;
}

.footer .ft_l .ft_nav ul a {
    margin-right: 30px;
    color: #fff;
}

.footer .ft_l .ft_nav ul a:hover {
    color: var(--main-color);
}

.footer .ft_l .ft_nav .ft_bq {
    font-size: 12px;
    color: rgba(255, 255, 255, .5);
    margin-top: 6px;
}

.footer .ft_l .ft_nav .ft_bq a {
    color: rgba(255, 255, 255, .5);
}

.footer .ft_r {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    color: #fff;
}

.footer .ft_r a {
    color: #fff;
}

.footer .ft_r .ft_icon {
    margin-bottom: 10px;
}

.footer .ft_r .ft_icon .w_x {
    margin-right: 20px;
}

.ny_ban {
    position: relative;
    color: #fff;
}

.ny_ban .w_z {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ny_ban .w_z h3 {
    font-size: 20px;
    text-transform: uppercase;
    transform: skewX(-9deg);
    -o-transform: skewX(-9deg);
    -ms-transform: skewX(-9deg);
    -moz-transform: skewX(-9deg);
    -webkit-transform: skewX(-9deg);
}

.ny_ban .w_z h1 {
    font-size: 48px;
    margin-top: 10px;
}

@media only screen and (max-width:1024px) {
    .ny_ban .w_z h1 {
        font-size: 32px;
        margin-top: 5px;
    }
}


/* viewpoint */

.viewpoint {
    padding: 80px 0 50px;
}

.viewpoint_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.viewpoint_row .viewpoint_l {
    flex: 0 0 28.57%;
    max-width: 28.57%;
    border-radius: 10px;
    overflow: hidden;
}

.viewpoint_row .viewpoint_l img {
    width: 100%;
}

.viewpoint_row .viewpoint_l:hover img {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: .9;
}

.viewpoint_row .viewpoint_text {
    flex: 1;
    padding: 20px 20px 20px 50px;
}

.viewpoint_row .viewpoint_text .h2 {
    font-size: 20px;
    margin-bottom: 20px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.viewpoint_row .viewpoint_text .viewpoint_des {
    font-size: 16px;
    line-height: 1.8;
    color: #999;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}

.viewpoint_row .viewpoint_time {
    /*flex: 0 0 12.85%;*/
    max-width: 12.85%;
    font-size: 16px;
    color: #999999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.viewpoint_row .viewpoint_time h3 {
    font-size: 40px;
    color: var(--main-color);
    margin-bottom: 15px;
}

@media only screen and (max-width:1024px) {
    .viewpoint_row .viewpoint_text {
        flex: 0 0 100%;
        max-width: 100%;
        order: 1;
        padding: 20px 0 40px;
    }
    .viewpoint_row .viewpoint_l {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .viewpoint_row .viewpoint_time {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .viewpoint_row .viewpoint_text .h2 {
        font-size: 16px;
        margin-bottom: 13px;
    }
    .viewpoint_row .viewpoint_text .viewpoint_des{
        font-size: 14px;
    }
    .footer .ft_l {
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer .ft_l .ft_logo {
        margin-right: 0;
    }
    .footer .ft_l .ft_nav {
        margin: 20px 0;
    }
    .footer .ft_l .ft_nav ul {
        justify-content: center;
    }
    .footer .ft_l .ft_nav ul a {
        margin: 0 15px;
    }
    .footer .ft_l .ft_nav .ft_bq {
        font-size: 14px;
    }
    .footer .ft_r {
        align-items: center;
        width: 100%;
    }
}


/* viewpoint end */


/* news */

.news {
    background-color: #f3f3f3;
    padding: 75px 0 100px;
}

.news .news_slide {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
}

.news_slide .news_slide_l,
.news_slide .news_slide_r {
    flex: 0 0 50%;
    max-width: 50%;
}
.news_slide .news_slide_l a{
    overflow: hidden;
}
.news_slide .news_slide_l a:hover img{
     transform: scale(1.1);
     -o-transform: scale(1.1);
     -ms-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -webkit-transform: scale(1.1);
}
.news_slide .news_slide_r .swiper-container {
    height: 100%;
    background-color: #fff;
}

.news_slide .news_slide_r .swiper-slide {
    padding: 45px 100px 120px 50px;
}

.news_slide .news_slide_r .news_slide_time {
    font-size: 16px;
    color: #999;
}

.news_slide .news_slide_r .news_slide_time strong {
    font-size: 40px;
    color: var(--main-color);
    font-weight: 400;
}

.news_slide .news_slide_r .h2 {
    font-size: 20px;
    line-height: 1.5;
    margin: 20px 0 15px;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}

.news_slide .news_slide_r .news_slide_des {
    font-size: 16px;
    color: #999;
    line-height: 1.8;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
}

.news_slide .news_slide_r .swiper-pagination {
    display: flex;
    padding-left: 50px;
}

.news_slide .news_slide_r .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    opacity: 1;
    background-color: #ebebeb;
}

.news_slide .news_slide_r .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #9d7a4c;
}

.news_row a {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    display: block;
}

.news_row .row {
    margin: 0 -13px;
}

.news_row .col-lg-3 {
    padding: 0 13px;
    margin-bottom: 20px;
}

.news_row .news_img {
    padding: 10px 10px 0;
    height: 210px;
    overflow: hidden;
    transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
}

.news_row .news_img img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.news_row a:hover .news_img {
    padding: 0;
}

.news_row .news_row_content {
    padding: 25px 25px 50px;
    position: relative;
    z-index: 1;
}

.news_row .news_row_content::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: var(--main-color);
    transform: scaleY(0);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    transform-origin: bottom center;
    transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
}

.news_row a:hover .news_row_content::before {
    /* transform-origin: top center; */
    transform: scaleY(1);
}

.news_row .news_row_time {
    font-size: 16px;
    color: #999;
}

.news_row a:hover .news_row_time {
    color: rgba(255, 255, 255, .5);
}

.news_row .news_row_title {
    font-weight: bold;
    line-height: 2;
    margin: 7px 0 15px;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}

.news_row a:hover .news_row_title {
    color: rgba(255, 255, 255, 1);
}

.news_row .news_row_des {
    font-size: 16px;
    line-height: 1.7;
    color: #999;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}

.news_row a:hover .news_row_des {
    color: rgba(255, 255, 255, .5);
}

@media only screen and (max-width:1024px) {
    .news_slide .news_slide_l,
    .news_slide .news_slide_r {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .news_slide .news_slide_r .swiper-slide {
        padding: 30px 40px 70px;
    }
    .news_slide .news_slide_r .h2 {
        font-size: 16px;
    }
    .news_slide .news_slide_r .news_slide_des{
         font-size: 14px;
    }
    .news_row .col-lg-3 {
        padding: 0 7px;
        margin-bottom: 20px;
    }
    .news_row .row {
        margin: 0 -7px;
    }
    .news_row .news_img {
        padding: 5px 5px 0;
    }
    .news_row .news_row_content {
        padding: 25px 20px 40px;
    }
    .news_row .news_row_title {
        line-height: 1.5;
        font-size: 16px;
    }
    .news_row .news_row_des{
        font-size: 14px;
    }
}


/* news end */


/* pages */

.pages {
    display: flex;
    justify-content: center;
}

.pages span,
.pages a {
    padding: 8px 15px;
    border: 1px solid #e6e6e6;
    font-size: 16px;
    color: #969696;
    /* border-radius: 5px; */
    margin: 0 5px;
    background-color: #fff;
}

.pages span:hover,
.pages a:hover {
    color: #fff;
    background-color: var(--main-color);
}

.pages a.current-page {
    color: #fff;
    background-color: var(--main-color);
}

.pages .prev-page,
.pages .next-page {
    display: none;
}


/* pages end */


/* show */

.new_show {
    padding: 70px 0 100px;
}

.new_show .container {
    max-width: 1000px;
}

.new_show .news_show_title {
    font-size: 24px;
    text-align: center;
}

.new_show .time {
    text-align: center;
    color: #999;
    margin: 5px 0 15px;
}

.new_show .news_show_content {
    padding: 40px 0;
    border-top: 1px solid #ebebeb;
    color: #666;
    line-height: 1.7;
    border-bottom: 1px solid #ebebeb;
    font-size: 16px;
}

.new_show .pageUpDown {
    margin-top: 25px;
    font-weight: bold;
}

.new_show .pageUpDown a {
    color: #666;
    font-weight: 400;
}


/* show end */


/* case */

.case {
    padding-top: 50px;
}

.ny_link {
    border-bottom: 1px solid #e4e4e4;
}

.ny_link .container {
    display: flex;
    flex-wrap: wrap;
}

.ny_link a {
    margin: 0 80px;
    font-size: 16px;
    height: 88px;
    display: flex;
    align-items: center;
    position: relative;
}

.ny_link a:hover {
    color: var(--main-color);
    font-weight: bold;
}

.ny_link a.on {
    color: var(--main-color);
    font-weight: bold;
}

.ny_link a::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 3px;
    left: 50%;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transform: translateX(-50%);
    background: var(--main-color);
}

.ny_link a:hover::before {
    width: 90%;
}

.ny_link a.on::before {
    width: 90%;
}

.case_view {
    width: 120px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-top: 30px;
    color: var(--main-color);
    text-decoration: none;
    border: 1px solid var(--main-color);
}

.case_view:hover {
    -webkit-animation: halftone 1s forwards;
    animation: halftone 1s forwards;
    color: #fff;
    background: -webkit-radial-gradient(circle, var(--main-color) 0.2em, rgba(0, 0, 0, 0) 0.25em) 0 0/1.25em 1.25em, -webkit-radial-gradient(circle, var(--main-color) 0.2em, rgba(0, 0, 0, 0) 0.25em) 6.25em 6.25em/1.25em 1.25em;
    background: radial-gradient(circle, var(--main-color) 0.2em, rgba(0, 0, 0, 0) 0.25em) 0 0/1.25em 1.25em, radial-gradient(circle, var(--main-color) 0.2em, rgba(0, 0, 0, 0) 0.25em) 6.25em 6.25em/1.25em 1.25em;
}

@-webkit-keyframes halftone {
    100% {
        background-size: 2.375em 2.375em, 0.1em 0.1em;
    }
}

@keyframes halftone {
    100% {
        background-size: 2.375em 2.375em, 0.1em 0.1em;
    }
}

@media only screen and (max-width:1024px) {
    .case .viewpoint_row .viewpoint_l {
        flex: 0 0 100%;
        max-width: 100%;
    }
}


/* case end */


/* about_team */

.about_team {
    padding: 70px 0 80px;
}

.about_team .about_team_row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.about_team .about_team_row .about_team_col {
    padding: 0 10px;
    flex: 0 0 20%;
    max-width: 20%;
}

.about_team .about_team_row .about_team_col a {
    position: relative;
    height: 420px;
    display: block;
    overflow: hidden;
}

.about_team .about_team_row .about_team_col a>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.about_team .about_team_row .about_team_col .about_team_mask {
    position: absolute;
    /*top: 0;*/
    bottom: 0;
    left: 0;
    width: 100%;
    /*height: 100%;*/
    height: 30%;
    background-color: rgba(160, 157, 157);
    color: #fff;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    /*padding-top: 155px;
     opacity: 0; */
    padding: 18px  0;
    transform: scale(0) rotate(360deg);
    /*transition: all .3s;*/
    /*-o-transition: all .3s;*/
    /*-ms-transition: all .3s;*/
    /*-moz-transition: all .3s;*/
    /*-webkit-transition: all .3s;*/
    transition:All 0.4s ease-in-out;
    -webkit-transition:All 0.4s ease-in-out;
    -moz-transition:All 0.4s ease-in-out;
    -o-transition:All 0.4s ease-in-out;
}

.about_team .about_team_row .about_team_col a:hover .about_team_mask {
    /*transform: scale(1) rotate(0);*/
    background-color: rgba(160, 157, 157, .5);
    transform:translate(0,-10px);
    -webkit-transform:translate(0,0px);
    -moz-transform:translate(0,-10px);
    -o-transform:translate(0,-10px);
    -ms-transform:translate(0,-10px);
}

.about_team .about_team_row .about_team_col .about_team_mask h2 {
    font-size: 28px;
}

.about_team .about_team_row .about_team_col .about_team_mask h5 {
    font-size: 18px;
    /*margin: 15px 0 40px;*/
    margin: 15px 0 20px;
}

.about_team .about_team_row .about_team_col .about_team_mask .more {
    width: 110px;
    height: 40px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 16px;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.about_team .about_team_row .about_team_col .about_team_mask .more:hover {
    background-color: #fff;
    color: var(--main-color);
}


/* about_team end */


/* about_profile */

.about_profile .about_profile_back .container {
    min-height: 660px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    color: #fff;
    padding: 0 180px;
    flex-direction: column;
}

.about_profile .about_profile_back h2 {
    font-size: 35px;
    margin-bottom: 50px;
}

.about_profile .about_profile_back .about_profile_des {
    font-size: 16px;
    line-height: 2;
    position: relative;
    width: 65%;
}

.about_profile .about_profile_back .about_profile_des::before,
.about_profile .about_profile_back .about_profile_des::after {
    content: '';
    width: 41px;
    height: 35px;
    position: absolute;
}

.about_profile .about_profile_back .about_profile_des::before {
    background: url(../images/y1.png);
    top: 0;
    left: -80px;
}

.about_profile .about_profile_back .about_profile_des::after {
    background: url(../images/y2.png);
    right: -70px;
    bottom: 0;
}

.about_profile_brand {
    /*border-top: 10px solid var(--main-color);*/
    /*border-bottom: 10px solid var(--main-color);*/
    border-top: 10px solid #8e8b8b;
    border-bottom: 10px solid #8e8b8b;
}

.about_profile_brand li {
    position: relative;
}

.about_profile_brand li::after {
    content: "";
    width: 100%;
    right: 0;
    bottom: 0;
    height: 2px;
    /*background-image: linear-gradient(to left, #cbdbec 0%, #cbdbec 50%, transparent 50%);
    background-size: 42px 2px;*/
    background-image: linear-gradient(to left, #8e8b8b 0%, #8e8b8b 50%, transparent 50%);
    background-size: 7px 2px;
    background-repeat: repeat-x;
    position: absolute;
}

.about_profile_brand li:last-child::after {
    display: none;
}

.about_profile_brand li .container {
    padding: 30px 110px;
    display: flex;
    flex-wrap: wrap;
    min-height: 150px;
    align-items: center;
}

.about_profile_brand li .brand_l {
    flex: 0 0 20%;
    max-width: 20%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.about_profile_brand li .brand_3 {
    flex: 1;
    display: flex;
    padding: 0 55px;
    justify-content: space-between;
}

.about_profile_brand li .brand_3 .brand_img {
    margin-bottom: 10px;
}

.about_profile_brand li .brand_3 .brand_content {
    text-align: center;
    color: var(--main-color);
}

.about_profile_brand li .brand_4 {
    flex: 0 0 18.14%;
    max-width: 18.14%;
    /*background-color: var(--main-color);*/
    background-color: #8e8b8b;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.6;
    min-height: 80px;
    padding: 10px;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.about_profile_table {
    margin-top: 55px;
    text-align: center;
}

.about_profile_table:last-child {
    padding-bottom: 100px;
}

.about_profile_table h2 {
    font-size: 26px;
    /*color: var(--main-color);*/
    color: #8e8b8b;
    font-weight: bold;
    padding: 15px 50px;
    background-color: #f1f8ff;
    border-radius: 50px;
    border: 1px solid #d2d2d2;
    display: inline-block;
    position: relative;
}

.about_profile_table .about_profile_bt {
    position: relative;
    margin-bottom: 20px;
}

.about_profile_table .about_profile_bt::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 1px;
    width: 100%;
    background-color: #d2d2d2;
}

.about_profile_table ul {
    display: flex;
    flex-wrap: wrap;
    border-collapse: collapse;
}

.about_profile_table ul li {
    flex: 0 0 16.66%;
    max-width: 16.66%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: 110px;
    overflow: hidden;
    border: 1px solid #ebebeb;
    /*border-right: none;*/
    border-top: none;
    cursor: pointer;
}

.about_profile_table ul li:nth-child(-n+6) {
    border-top: 1px solid #ebebeb;
}

.about_profile_table ul li:nth-child(6n) {
    border-right: 1px solid #ebebeb;
}

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

@media only screen and (max-width:1024px) {
    .ny_link a {
        margin: 0 20px;
    }
    .about_profile .about_profile_back .container {
        min-height: 560px;
        padding: 0 30px 0 95px;
    }
    .about_profile .about_profile_back .about_profile_des {
        width: 80%;
    }
    .about_profile_brand li .brand_3 {
        order: 1;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
        margin-top: 20px;
    }
    .about_profile_brand li .container {
        padding: 30px;
        justify-content: space-between;
    }
    .about_profile_brand li .brand_4 {
        flex: 0 0 40%;
        max-width: 40%;
    }
    .about_profile_brand li .brand_l {
        flex: 0 0 40%;
        max-width: 40%;
    }
    .about_profile_table ul li:nth-child(-n+6) {
        border-top: none;
    }
    .about_profile_table ul li:nth-child(-n+3) {
        border-top: 1px solid #ebebeb;
    }
    .about_profile_table ul li:nth-child(3n) {
        border-right: 1px solid #ebebeb;
    }
    .about_profile_table ul li {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}


/* about_profile end */


/* about_contact  */

.about_contact {
    padding: 95px 0 80px;
}

.about_contact .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.about_contact .container>img {
    margin-bottom: 60px;
}

.about_contact ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.about_contact ul li {
    text-align: center;
    margin: 0 40px 20px;
}

.about_contact ul li img {
    display: block;
    margin-bottom: 18px;
    width: 140px;
}

.about_contact ul li p {
    padding: 5px 15px;
    background-color: #fef7ff;
    border-radius: 50px;
    color: #742f7d;
    font-weight: bold;
    border: 1px solid #e9ceec;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    display: inline-block;
}

.about_contact ul li:nth-child(1) p {
    border: 1px solid #d3dbe4;
    color: var(--main-color);
    background-color: #f1f8ff;
}

.about_contact ul li:nth-child(4) p {
    border: 1px solid #dacec0;
    color: #9d7a4c;
    background-color: #fff9f2;
}


/* about_contact  end */


/* about_team_show */

.about_team_show {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    flex-wrap: wrap;
    padding: 10px 70px 170px;
}

.about_team_show .team_show_l {
    flex: 0 0 31%;
    max-width: 31%;
}

.about_team_show .team_show_r {
    flex: 0 0 calc(69% - 90px);
    max-width: calc(69% - 90px);
    color: #9d7a4c;
    position: relative;
}

.about_team_show .team_show_r h2 {
    font-size: 16px;
}

.about_team_show .team_show_r h5 {
    font-size: 16px;
    margin: 20px 0 40px;
    line-height: 1.5;
}

.about_team_show .team_show_r .team_show_contact {
    color: var(--main-color);
    line-height: 2.1;
    font-size: 16px;
}

.about_team_show .team_show_r .pageUpDown {
    position: absolute;
    display: flex;
    left: 0;
    bottom: -120px;
}


/* .about_team_show .team_show_r .pageUpDown>div {
  
} */

.about_team_show .team_show_r .pageUpDown>div a {
    width: 100px;
    height: 45px;
    border: 1px solid #e5e5e5;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 36px;
    margin-right: 40px;
    position: relative;
    overflow: hidden;
}

.about_team_show .team_show_r .pageUpDown>div a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--main-color);
    left: 0;
    top: 0;
    transform: scaleX(0);
    overflow: hidden;
    transition: transform 340ms ease-in-out;
    transform-origin: right center;
}

.about_team_show .team_show_r .pageUpDown>div a:hover::before {
    transform: scaleX(1);
    transform-origin: left center;
}

.about_team_show .team_show_r .pageUpDown>div i {
    font-size: 26px;
    line-height: 1;
    color: #c4c4c4;
    position: relative;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    z-index: 1;
}

.about_team_show .team_show_r .pageUpDown>div a:hover i {
    color: #fff;
}


/* about_team_show end */


/* about_honer */

.about_honer {
    padding: 40px 0 90px;
}

.about_honer_row {
    margin: 0 -13px;
}

.about_honer_row .col-lg-3 {
    padding: 0 13px;
}

.about_honer_row a {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    font-size: 16px;
    line-height: 1.5;
    box-shadow: 0 0 0 1px #eee;
    color: #969696;
    margin-top: 25px;
    position: relative;
}

.about_honer_row a::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 5px;
    left: calc(50%);
    transform: translateX(-50%);
    background-color: var(--main-color);
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.about_honer_row a:hover {
    box-shadow: 0 0 20px 0 rgba(85, 34, 101, .1);
    color: var(--main-color);
}

.about_honer_row a:hover::before {
    width: 110px;
}

.about_honer_row .about_honer_img {
    min-height: 268px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    overflow: hidden;
}

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

.about_honer_row a>p {
    min-height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 30px;
    text-align: center;
}


/* about_honer end */


/* case other */

.case_bt {
    font-size: 35px;
    text-align: center;
    margin: 35px 0 50px;
}

.case_bt h2 {
    font-size: 45px;
}

.case_row_img ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 70px;
}

.case_row_img ul li {
    flex: 0 0 14.28%;
    max-width: 14.28%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

@media only screen and (max-width:1024px) {
    .case_bt {
        font-size: 30px;
    }
    .case_bt h2 {
        font-size: 36px;
    }
    .case_row_img ul li {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}


/* case other end */

.search-pagination .pagination{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.search-pagination .pagination a{
    padding: 8px 15px;
    border: 1px solid #e6e6e6;
    font-size: 16px;
    color: #969696;
    /* border-radius: 5px; */
    margin: 0 5px;
    background-color: #fff;
}

.search-pagination .pagination li.active a {
    color: #fff;
    background-color: var(--main-color);
}
.search-pagination .pagination li:hover a {
    color: #fff;
    background-color: var(--main-color);
}
.xin_jia_mk{
padding: 50px 0;
}.xin_jia_mk h2{
    font-size: 36px;
    font-weight: bold;
    color:#8e8b8b;
    text-align: center;
 }
 .xin_jia_mk .zuouopu{
     display: flex;
     justify-content: space-between;

     flex-wrap: wrap;
 }
.xin_jia_mk .zuouopu .zuo{
    flex: 0 0 49%;
}
.xin_jia_mk .shang{
    position: relative;
    margin-top: 30px;

 }.xin_jia_mk .shang  .logo_xin{
      height: 139px;
  }
.xin_jia_mk .shang .logo_xin{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;

}
.xin_jia_mk .shang  .logo_xin .zhengge_aa{
    position: relative;
    display: inline-block;
}
.xin_jia_mk .shang .logo_xin img{
    max-height: 100%;
}
.xin_jia_mk .wenbenkuang{
    width: 600px;
    left: 50%;
    top: 100%;
   padding: 15px;
    border: 1px solid #888;
    background-color: rgba(255, 255, 255, .9);
    box-shadow: 0 0 5px #888;
    position: absolute;

    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%) translateY(10%);
    -webkit-transform: translateX(-50%) translateY(10%);
    -moz-transform: translateX(-50%) translateY(10%);
    -ms-transform: translateX(-50%) translateY(10%);
    -o-transform:translateX(-50%) translateY(10%);
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    font-size: 18px;
   line-height: 33px;
    border-radius: 10px;
}
.xin_jia_mk .shang .wenbenkuang.on{
    opacity: 1;
    visibility: inherit;
    transform: translateX(-50%) translateY(0);
    -webkit-transform: translateX(-50%) translateY(0);
    -moz-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    -o-transform: translateX(-50%) translateY(0);
}
.xin_jia_mk .zuouopu .zuo .shuzi_gd{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}.xin_jia_mk .zuouopu .zuo .shuzi_gd .dange{
    flex:1;

 }
.xin_jia_mk .zuouopu .zuo .shuzi_gd{
    margin-top: 70px;
    padding: 30px 50px;
    /*background-color: #A62F2D;*/
    background-image: linear-gradient(to left,#713e81 ,#584d8f ,#3b64a6 );
}
.xin_jia_mk .zuouopu .zuo:nth-child(2n) .shuzi_gd{
    background-image: linear-gradient(to left,#713e81 ,#584d8f ,#3b64a6 );
}

.xin_jia_mk .zuouopu .zuo .shuzi_gd h5{
    font-size: 14px;
    color: #fff;
 }
.xin_jia_mk .zuouopu .zuo .shuzi_gd h5 i{
    font-size: 28px;
}
.xin_jia_mk .zuouopu .zuo .shuzi_gd h6{
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    margin-top: 10px;
}.xin_jia_mk .zuouopu .zuo .xia{
    margin-top: 10px;
 }
.xin_jia_mk .zuouopu .zuo:nth-child(1) .xia{
    /*padding-right: 10px;*/
}
.xin_jia_mk .zuouopu .zuo:nth-child(2) .xia{
    /*padding-left: 10px;*/
}
.xin_jia_mk .zuouopu .zuo .xia img{
    width: 100%;
    height: 370px;
}
/*.xin_jia_mk .zuouopu .zuo:nth-child(2n) .shuzi_gd .dange{*/
    /*text-align: right;*/
/*}*/
/*新加线*/
.xin_jia_mk h2{
    padding-bottom: 80px;
}
.xin_jia_mk .zuouopu{
    padding-top: 50px;
    position: relative;
}
.xin_jia_mk .zuouopu:after{
    width: 51%;
    height: 1px;
    border-bottom: 1px dotted #cacaca;
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.xin_jia_mk .zuouopu:before{
    width: 1px;
    height: 50px;
    border-left: 1px dotted #cacaca;
    content: "";
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}
.xin_jia_mk .zuouopu .zuo{
    position: relative;
    padding-top: 20px;
}
.xin_jia_mk .zuouopu .zuo:before{
    width: 1px;
    height: 50px;
    border-left: 1px dotted #cacaca;
    content: "";
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}
@media only screen and (max-width:1250px){
    .xin_jia_mk .wenbenkuang{
        width: 500px;
    }
}

@media only screen and (max-width:1050px){
    .xin_jia_mk .wenbenkuang{
        width: 400px;
    }
    .xin_jia_mk .zuouopu .zuo .xia img{
        height: 337px
    ;
    }
}
@media only screen and (max-width:1011px){
    .xin_jia_mk .zuouopu:after,.xin_jia_mk .zuouopu:before,
    .xin_jia_mk .zuouopu .zuo:before{
        display: none;
    }
    .xin_jia_mk h2{
        padding-bottom: 0;
    }
    .xin_jia_mk .wenbenkuang{
        position: relative;
         opacity: 1;
         visibility: unset;
}
    .xin_jia_mk .zuouopu .zuo{
        flex: 0 0 100%;
    }
    .xin_jia_mk .shang .logo_xin .zhengge_aa{
        display: block;
        text-align: center;
    }
    .xin_jia_mk .wenbenkuang{
        width: 90%;
        top: auto;
    }
    .xin_jia_mk .shang .wenbenkuang.on{
        transform: translateX(-50%) translateY(10%);
        -webkit-transform: translateX(-50%) translateY(10%);
        -moz-transform: translateX(-50%) translateY(10%);
        -ms-transform: translateX(-50%) translateY(10%);
        -o-transform:translateX(-50%) translateY(10%);
    }
    .xin_jia_mk .shang .logo_xin{
        height: auto;
    }
    .xin_jia_mk .zuouopu .zuo .shuzi_gd h5{
        font-size: 18px;
    }
    .xin_jia_mk .zuouopu .zuo .shuzi_gd h6{
        font-size: 18px;
    }
    .xin_jia_mk .zuouopu .zuo:nth-child(1) .xia{
        padding-right: 0px
    ;
    }
    .xin_jia_mk .zuouopu .zuo:nth-child(2) .xia{
        padding-left:0px;
    }
}