﻿@charset "utf-8";
@font-face {
    font-family: 'bold';
    src: url('../font/SourceHanSansCN-Bold.otf');
}

@font-face {
    font-family: 'zhengchang';
    src: url('../font/SourceHanSansCN-Regular.ttf');
}

@font-face {
    font-family: 'light';
    src: url('../font/SourceHanSansCN-Light.otf');
}

* {
    padding: 0px;
    margin: 0px;
}

body {
    font-size: 15px;
    color: #555;
    font-family: 'zhengchang', "Microsoft YaHei", "SimHei", "Source Han Sans CN", Arial, Tahoma, sans-serif;
}

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,
h4,
h5,
h6 {
    list-style: none;
}

input,
select,
button,
textarea {
    font-size: 15px;
    border: 0;
    background: none;
    outline: none;
    vertical-align: middle;
    font-family: "PingFang SC", "SimHei", "Source Han Sans CN", "Microsoft YaHei", Arial, Tahoma, sans-serif;
}

button {
    overflow: visible;
}

img {
    border: none;
}

li {
    list-style: none;
}

a {
    color: #000;
    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 {
    color: #0a0d59;
    text-decoration: none !important;
}

.clear {
    overflow: hidden;
    clear: both;
    height: 0px;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background-color: #000;
}

::-webkit-scrollbar-thumb {
    background-color: #aaa;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #5b5b5b;
}

::-webkit-scrollbar-thumb:active {
    background-color: #0a0d59;
}

@media only screen and (max-width: 1024px) {
    body {
        font-size: 20px;
    }
    input,
    select,
    button,
    textarea {
        font-size: 20px;
    }
    input,
    textarea {
        -webkit-appearance: none;
        border-radius: 0;
    }
    .container {
        padding: 0 25px;
    }
}

@media only screen and (max-width: 1024px) {
    html.on {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
    }
}

body {
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

@media only screen and (max-width: 1024px) {
    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: 1024px) {
    .sj_bj {
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        z-index: 99999;
        display: 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: 200px;
    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: 20px;
    }
}

.top {
    height: 46px;
    background: -moz-linear-gradient(126deg, #f7f7f7 50%, #d2445e 50%);
    background: -ms-linear-gradient(126deg, #f7f7f7 50%, #d2445e 50%);
    background: -webkit-linear-gradient(126deg, #f7f7f7 50%, #d2445e 50%);
    background: -o-linear-gradient(126deg, #f7f7f7 50%, #d2445e 50%);
    background: linear-gradient(126deg, #f7f7f7 50%, #d2445e 50%);
}

.top .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
}

.top .container span {
    font-size: 14px;
    color: #777777;
}

.top .container .you {
    font-size: 14px;
    color: #ffffff;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.top .container .you a {
    color: #ffffff;
    padding-left: 12px;
    margin-left: 12px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.top .container .you .dh i {
    margin-right: 5px;
}

@media only screen and (max-width:1024px) {
    .top .container .you {
        font-size: 15px;
    }
    .top .container span {
        font-size: 15px;
    }
}

.header {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: #fff;
}

.header.s_y {
    background: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}



.header .container .nri_hedar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.header .logo {
    position: relative;
}

.header .zuoyou_y {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.header .logo img {
    max-width: 100%;
    height: auto;
    display: block;
    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 .logo img.d_w {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.header.on .logo img.t_m,
.header.headernei .logo img.t_m {
    opacity: 0;
}

.header.on .logo img.d_w,
.header.headernei .logo img.d_w {
    opacity: 1;
}

.header .an {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    right: 25px;
    height: 33px;
    width: 50px;
    display: none;
}

.header .an span {
    width: 50px;
    height: 3px;
    background-color: #c81233;
    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: 14px;
    left: 0;
}

.header .an span.a3 {
    top: 28px;
    left: 0;
}

.header .an.n span.a2 {
    display: none;
}

.header .an.n span.a1 {
    top: 13px;
    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: 13px;
    transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.header .tel {
    height: 100px;
    font-size: 18px;
    font-weight: bold;
    line-height: 100px;
    text-align: center;
    color: #333;
    float: left;
}

.header.s_y .tel {
    color: #fff;
}

.header.on .tel {
    color: #333;
}

.header .tel i {
    font-weight: normal;
    vertical-align: middle;
    font-size: 21px;
    color: #0a0d59;
    margin-right: 5px;
}

.header.s_y .tel i {
    color: #fff;
}

.header.on .tel i {
    color: #0a0d59;
}

.header .nav {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
}

.header .nav ul {
    float: left;
    height: 100%;
}

.header .nav ul li {
    margin-left: 30px;
    float: left;
    text-align: center;
    position: relative;
    padding: 0 15px;
    height: 120px;
}
.header .nav ul li:nth-last-child(1){
    padding-right: 0;
}
.header .nav .y_j {
    position: relative;
    height: 92px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
}

.header .nav .y_j i {
    width: 60%;
    padding-right: 10px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    text-align: right;
    color: #fff;
    line-height: 70px;
    z-index: 99;
    display: none;
}

.header .nav .y_j a {
    display: block;
    font-size: 18px;
    color: #333333;
    line-height: 47px;
    text-transform: uppercase;
    position: relative;
}

.header .nav li .y_j a::after {
    width: 0%;
    height: 3px;
    background-color: #c81233;
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.header .nav li.on .y_j a::after,
.header .nav li:hover .y_j a::after {
    width: 100%;
}

.header .nav li.on .y_j a,
.header .nav li:hover .y_j a {
    color: #c81233;
    /* font-weight: bold; */
}

.header .nav .e_j {
    width: 160px;
    padding: 10px 0;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 5px #888;
    position: absolute;
    left: 50%;
    margin-left: -80px;
    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;
    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;
    line-height: 40px;
    text-align: center;
    display: block;
}

.header_ls {
    padding-left: 45px;
    position: relative;
}

.header_ls i {
    color: #fff;
    font-size: 18px;
}


/* .header_ls::after {
    width: 1px;
    background-color: #949494;
    height: 17px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    position: absolute;
    content: "";
} */

@media only screen and (max-width: 1024px) {
    .header {
        /* background-color: #000; */
    }
    .header_ls {
        margin-right: 98px;
    }
    .header_ls i {
        font-size: 30px;
    }
    .header_ls::after {
        display: none;
    }
    .search label input {
        font-size: 19px;
    }
}


/* 模态框 */

.search {
    position: fixed;
    top: 121px;
    width: 100%;
    background-color: #f5f5f8;
    height: 80px;
    display: none;
    z-index: 9999;
}

.search>.container {
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 100px;
}

.search label {
    padding-left: 60px;
    position: relative;
    margin: 0;
}

.search label .hr {
    /* content: ''; */
    position: absolute;
    width: 0;
    height: 1px;
    background-color: var(--color);
    bottom: -8px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.search label input {
    font-size: 15px;
    color: var(--color);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.search label input:focus {
    padding-left: 10px;
}

.search label input:focus~.hr {
    width: 100%;
}


/* 模态框 end*/

@media only screen and (max-width: 1200px) {
    .header .nav .y_j a {
        font-size: 16px;
    }
    .header .nav ul li {
        margin-left: 5px;
    }
}

@media only screen and (max-width: 1024px) {
    .header .nav li.on .y_j a::after,
    .header .nav li:hover .y_j a::after {
        display: none;
    }
    .header_h {
        display: none;
    }
    .header.on .nav li.on .y_j a,
    .header.headernei .nav li.on .y_j a {
        color: #fff;
        font-weight: initial;
    }
    .header.s_y {
        border-bottom: 0;
        background-color: rgba(255, 255, 255, 0.9);
    }
    .header .logo {
        margin: 0;
        padding: 25px 0;
        float: none;
    }
    .header .logo img.d_w {
        opacity: 1;
        top: 25px;
    }
    .header .logo img.t_m {
        opacity: 0;
        height: 50px;
    }
    .header.on .logo img.t_m {
        opacity: 0;
    }
    .header.on .logo img.d_w {
        opacity: 1;
    }
    .header .an {
        display: block;
    }
    .header .tel {
        height: 90px;
        font-size: 22px;
        line-height: 90px;
        text-align: left;
        color: #fff;
        float: none;
    }
    .header .tel i {
        color: #fff;
    }
    .header .nav {
        width: 60%;
        height: 100vh;
        padding: 10px 5% 0;
        margin: 0;
        background-color: #141414;
        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;
        display: block;
    }
    .header .nav ul {
        width: 100%;
        float: none;
    }
    .header .nav ul li {
        width: 100%;
        text-align: left;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        float: none;
        padding: 10px 0;
        margin: 0;
        height: auto;
    }
    .header .nav .y_j {
        height: auto;
        justify-content: flex-start;
    }
    .header .nav .y_j i {
        display: block;
    }
    .header .nav .y_j:after {
        display: none;
    }
    .header .nav .y_j a,
    .header.headernei .nav .y_j a {
        font-size: 22px;
        color: #fff;
        line-height: 70px;
    }
    .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: 100%;
        background: none;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        box-shadow: none;
        position: relative;
        left: auto;
        top: auto;
        padding: 10px 0;
        margin-left: 0;
        opacity: 0;
        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: 20px;
        line-height: 56px;
        text-align: left;
        color: #fff;
        margin: 0 30px 0 0;
    }
    .sousuo .sou_suo_kuang {
        width: 275px;
        height: 43px;
    }
    .sousuo .sou_suo_kuang button {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .yuyan {
        margin-right: 100px;
    }
    .header .nav ul li:hover::after,
    .header .nav ul li.on::after {
        display: none;
    }
    .header {
        position: relative;
    }
    .sousuo .ondq {
        opacity: 1;
    }
    .sousuo .zdq {
        opacity: 0;
    }
    .sousuo {
        color: #1e1e1e;
    }
    .header.headernei .yuyan .xia_nr,
    .header .yuyan .xia_nr {
        background: rgba(12, 60, 96, 0.5);
    }
    .header.headernei .yuyan .xia_nr a,
    .header .yuyan .xia_nr a {
        color: #fff;
    }
    .header.headernei .yuyan .xia_nr::after,
    .header .yuyan .xia_nr::after {
        border-bottom: 12px solid rgba(12, 60, 96, 0.5);
    }
}

@media only screen and (max-width: 992px) {
    .header .nav {
        display: block;
    }
    .sousuo .sou_suo_kuang {
        width: 262px;
        height: 44px;
    }
}

.head_h {
    width: 100%;
    height: 100px;
    background-color: #fff;
    overflow: hidden;
}

.head_h.g_b {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .head_h {
        height: 120px;
    }
    .head_h.g_b {
        display: block;
    }
}


/*  */

.pc_ban {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.pc_ban .container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    /* 换主轴方向 */
    flex-direction: column;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    content: "";
    display: none;
}

.pc_ban .swiper-button-prev {
    left: 0;
    opacity: 0;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.pc_ban .swiper-button-next {
    right: 0;
    opacity: 0;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.pc_ban:hover .swiper-button-prev {
    opacity: 1;
    left: 30px;
}

.pc_ban:hover .swiper-button-next {
    opacity: 1;
    right: 30px;
}

.pc_ban .swiper-button-prev i,
.pc_ban .swiper-button-next i {
    font-size: 50px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: lighter;
}

.pc_ban .swiper-slide {
    overflow: hidden;
}

.pc_ban .container {
    position: relative;
}

.pc_ban .container h5 {
    font-size: 48px;
    color: #ffffff;
    line-height: 64px;
}

.sy_anniu1 {
    /* width: 211px;
    height: 51px;
    border: 1px solid #fff;
    border-radius: 30px; */
    margin-top: 95px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 18px;
    color: #ffffff;
    /* padding-right: 40px; */
    position: relative;
}

.sy_anniu1 i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    animation: xq2 1s linear infinite;
}

@keyframes xq2 {
    50% {
        right: 20px;
    }
    100% {
        right: 10px;
    }
}

.pc_ban .swiper-wrapper {
    height: 100%;
}

.pc_ban .swiper-wrapper .swiper-slide {
    height: 100%;
}

.pc_ban .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #a49e9c;
    opacity: 1;
}

.pc_ban .swiper-pagination .swiper-pagination-bullet-active {
    background: #c81233;
}


/* 
.pc_ban .sw_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transition: all 5s;
    -o-transition: all 5s;
    -ms-transition: all 5s;
    -moz-transition: all 5s;
    -webkit-transition: all 5s;
} */

.pc_ban .sw_bg img {
    width: 100%;
}

.pc_ban .sw_bg .wen_zi {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.pc_ban .sw_bg .wen_zi h5 {
    font-size: 28px;
    color: #ffffff;
    line-height: 44px;
    font-family: 'bold';
}

.pc_ban .sw_bg .wen_zi h5 span {
    color: #c81233;
    text-shadow: -1px -1px 0 #fff, 1px 1px 0 #fff, 1px 1px 0 #fff;
}

.pc_ban .sw_bg .wen_zi h6 {
    font-family: 'bold';
    font-size: 18px;
    color: #ffffff;
    line-height: 26px;
    margin-top: 30px;
    padding-bottom: 30px;
    position: relative;
}

.pc_ban .sw_bg .wen_zi h6::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 78px;
    height: 6px;
    background-color: #ffffff;
    content: '';
}

.hei_kuang {
    background-color: rgba(0, 0, 0, 0.3);
    width: 500px;
    padding: 45px 30px 38px 49px;
}
@media only screen and (max-width: 1460px){
    .hei_kuang{
        width: 80%;
    }
}@media only screen and (max-width: 1200px){
    .hei_kuang{
        width: 100%;
    }
    .pc_ban .sw_bg .wen_zi h5{
        font-size: 22px;
    }
    .pc_ban .sw_bg .wen_zi h6{
        margin-top: 2px;

    }
}

@media only screen and (max-width: 1024px) {
    .pc_ban .swiper-button-prev,
    .pc_ban .swiper-button-next {
        display: none;
    }
    .pc_ban .sw_bg .wen_zi h5 {
        font-size: 17px;
        line-height: 23px;
    }
    .pc_ban .sw_bg .wen_zi h6 {
        font-size: 16px;
        margin-top: 7px;
        line-height: 20px;
        padding-bottom: 0;
    }
    .pc_ban .sw_bg .wen_zi h6::after {
        display: none;
    }
    .header .you_yy {
        margin-right: 100px;
    }
    .header .you_yy::after {
        display: none;
    }
    .pc_ban .container h5 {
        font-size: 34px;
        line-height: 41px;
    }
    .sy_anniu1 {
        margin-top: 50px;
        height: 67px;
        font-size: 22px;
    }
    .pc_ban .sw_bg .wen_zi {
        padding: 30px;
    }
    .pc_ban .sw_bg .wen_zi a {
        margin-top: 27px;
        font-size: 19px;
    }
}


/* 我们是谁？ */

.sy_mk1 {
    padding: 107px 0 110px;
}

.ggbt {
    text-align: center;
}

.sy_mk1 .ggbt {
    text-align: left;
}

.ggbt h5 {
    font-size: 38px;
    font-family: 'bold';
    color: #000000;
}

.ggbt span {
    color: #c81233;
}

.ggbt h6 {
    font-size: 20px;
    font-family: 'bold';
    color: #777777;
    text-transform: uppercase;
    margin-top: 10px;
    padding-bottom: 28px;
    position: relative;
}

.ggbt h6::after {
    width: 50px;
    height: 5px;
    background-color: #c81233;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    position: absolute;
}

.sy_mk1 .ggbt h6::after {
    left: 0%;
    transform: translateX(0%);
}

.sy_mk1 .wz {
    font-size: 16px;
    color: #777777;
    line-height: 33px;
    margin-top: 40px;
}

.sy_mk1 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.sy_mk1 .container .zuo a {
    font-size: 16px;
    color: #000000;
    width: 110px;
    height: 40px;
    border: 1px solid #dddddd;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
}

.sy_mk1 .container .zuo a i {
    color: #dd6b80;
}

.sy_mk1 .container .zuo {
    flex: 0 0 46%;
    max-width: 46%;
}

.sy_mk1 .container .you {
    flex: 0 0 50%;
    max-width: 50%;
}

.sy_mk1 .container .you img {
    width: 100%;
}

@media only screen and (max-width:1024px) {
    .sy_mk1 {
        padding: 50px 0;
    }
    .ggbt h5 {
        font-size: 30px;
    }
    .sy_mk1 .container .zuo {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .sy_mk1 .container .you {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 50px;
    }
    .sy_mk1 .wz {
        font-size: 19px;
        line-height: 35px;
    }
    .sy_mk1 .container .zuo a {
        font-size: 19px;
        width: 167px;
        height: 53px;
    }
}


/* 我们的服务项目 */

.sy_mk2 .ggbt h5 {
    color: #fea3b4;
}

.sy_mk2 .ggbt h5 span {
    color: #fff;
}

.sy_mk2 .ggbt h6 {
    color: #fea3b4;
}

.sy_mk2 .ggbt h6::after {
    background-color: #fea3b4;
}

.sy_mk2 {
    position: relative;
    height: 509px;
    padding-top: 100px;
}

.sy_mk2_01 {
    background-color: #f7f7f7;
    height: 460px;
}

.sy_mk2_01 .container {
    position: relative;
    z-index: 2;
}

.sy_mk2_01 .swiper-button-next {
    right: -75px;
    z-index: 9999;
}

.sy_mk2_01 .swiper-button-prev {
    left: -75px;
    z-index: 9999;
}

.sy_mk2_01 .san_banner {
    margin-top: -245px;
    width: 100%;
}

.sy_mk2_01 .wmfw_ban {
    overflow: hidden;
}

.sy_mk2_01 .shang_tu {
    height: 243px;
}

.sy_mk2_01 .xia_zi {
    height: 108px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

.sy_mk2_01 .xia_zi h5 {
    padding-bottom: 22px;
    font-size: 16px;
    color: #333333;
    position: relative;
}

.sy_mk2_01 .xia_zi h5::after {
    position: absolute;
    width: 38px;
    height: 5px;
    background-color: #c81233;
    border-radius: 50px;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.sy_mk2_01 .neirpong{
    display: block;
}

@media only screen and (max-width:1510px) {
    .sy_mk2_01 .swiper-button-next {
        display: none;
    }
    .sy_mk2_01 .swiper-button-prev {
        display: none;
    }
}

@media only screen and (max-width:1024px) {
    .sy_mk2 {
        padding-top: 50px;
    }
    .sy_mk2 {
        height: 428px;
    }
    .sy_mk2_01 .xia_zi h5 {
        font-size: 19px;
    }
    .sy_mk2_01 {
        height: 423px;
    }
}


/*  */

.sy_mk3 {
    padding: 98px 0 120px;
}

.sy_mk3 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.sy_mk3 .container .zuo {
    flex: 0 0 50%;
    max-width: 50%;
}

.xia_guo_gg {
    overflow: hidden;
    position: relative;
}

.xia_guo_gg::after {
    width: 50px;
    height: 200%;
    transform: rotateZ(143deg);
    background-color: rgba(255, 255, 255, 0.5);
    right: -42%;
    top: -55%;
    position: absolute;
    content: "";
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.xia_guo_gg:hover::after {
    right: 144%;
}

.xia_guo_gg img {
    width: 100%;
    transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -webkit-transition: all 1.5s;
}

.xia_guo_gg:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.sy_mk3 .container .you {
    flex: 0 0 41.4%;
    max-width: 41.4%;
}

.sy_mk3 .you .bt {
    font-size: 20px;
    color: #ffffff;
    font-family: 'bold';
    width: 138px;
    height: 42px;
    background-color: #c81233;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 40px;
}

.sy_mk3 .you .bt:nth-child(1) {
    margin-top: 0;
}

.sy_mk3 .you h5 {
    position: relative;
    font-size: 16px;
    color: #777777;
    line-height: 30px;
    padding-left: 20px;
    margin-top: 20px;
}

.sy_mk3 .you h5::after {
    width: 12px;
    height: 1px;
    background-color: #dddddd;
    left: 0;
    content: '';
    top: 15px;
    position: absolute;
}

@media only screen and (max-width:1024px) {
    .sy_mk3 {
        padding: 50px 0;
    }
    .sy_mk3 .container .zuo {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .sy_mk3 .container .you {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 50px;
    }
    .sy_mk3 .you h5 {
        font-size: 19px;
    }
    .sy_mk3 .you h5::after {
        height: 3px;
    }
}


/* 合作前 */

.sy_mk4 {
    padding: 110px 0 105px;
}

.sy_mk4 .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.sy_mk4 .zuo {
    flex: 0 0 50%;
    max-width: 50%;
}

.sy_mk4 .bt {
    font-size: 26px;
    color: #ffffff;
    font-family: 'bold';
    text-align: center;
}

.sy_mk4 .zuo:nth-child(2) .bt {
    color: #c81233;
}

.sy_mk4 .xia_nr {
    margin-top: 27px;
}

.sy_mk4 .xia_nr .hang {
    background-color: #ffffff;
    padding: 20px 45px;
    text-align: center;
    font-size: 16px;
    color: #999999;
    line-height: 30px;
}

.sy_mk4 .xia_nr .hang:nth-child(2n) {
    background-color: #eeeeee;
}

.sy_mk4 .zuo:nth-child(2) .xia_nr .hang {
    background-color: #c81233;
    color: #fff;
}

.sy_mk4 .zuo:nth-child(2) .xia_nr .hang:nth-child(2n) {
    background-color: #b10b29;
}

@media only screen and (max-width:1340px) {
    .sy_mk4 .xia_nr .hang {
        padding: 20px 11px;
    }
}

@media only screen and (max-width:1024px) {
    .sy_mk4 .zuo {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 49px;
    }
    .sy_mk4 {
        padding: 1px 0 50px;
    }
    .sy_mk4 .xia_nr .hang {
        font-size: 19px;
    }
}


/* 客户的评价 */

.sy_mk5 {
    padding: 80px 0 75px;
}

.xia_ggbt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.xia_ggbt h5 {
    font-size: 26px;
    color: #333333;
    font-family: 'bold';
}

.xia_ggbt a {
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    width: 91px;
    height: 32px;
    border-radius: 50px;
    background-color: #c81233;
    border: 1px solid #c81233;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.xia_ggbt a:hover{
    background: none;
    color: #c81233;
}
.sy_mk5 .xia_ner {
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sy_mk5 .xia_ner .dange {
    flex: 0 0 48%;
    max-width: 48%;
    box-shadow: 0 0 10px #f1eeee;
    padding: 74px 40px 28px;
    position: relative;
    display: block;
}

.sy_mk5 .xia_ner .shang_yim {
    position: absolute;
    left: 34px;
    top: 35px;
}

.sy_mk5 .xia_ner .dange .shang_wz {
    font-size: 14px;
    color: #777777;
    line-height: 26px;
    position: relative;
}

.sy_mk5 .xia_ner .dange .shang_wz .xia_yin {
    position: absolute;
    right: 0;
    bottom: -18px;
}

.sy_mk5 .xia_ner .dange .xia_wz {
    margin-top: 50px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}

.sy_mk5 .xia_ner .dange .xia_wz i {
    width: 46px;
    height: 1px;
    background-color: #c81233;
    display: inline-block;
    margin-right: 15px;
}

.sy_mk5 .xia_ner .dange .xia_wz h5 {
    font-size: 15px;
    color: #c81233;
}

@media only screen and (max-width:1024px) {
    .sy_mk5 .xia_ner .dange {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 30px;
    }
    .sy_mk5 .xia_ner .dange .shang_wz {
        font-size: 19px;
        line-height: 35px;
    }
    .sy_mk5 .xia_ner .dange .xia_wz h5 {
        font-size: 19px;
    }
}


/* 我们的客户 */

.sy_mk6 {
    padding-bottom: 85px;
}

.sy_mk6 .zuoypu {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding-top: 20px;
}

.sy_mk6 .dange {
    flex: 0 0 16.6666%;
    max-width: 16.6666%;
    padding: 0 10px;
    margin-top: 20px;
    display: block;
    
}

.sy_mk6 .dange .nr {
    box-shadow: 0 0 10px #f1eeee;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px;
     transition: all .5s;
     -o-transition: all .5s;
     -ms-transition: all .5s;
     -moz-transition: all .5s;
     -webkit-transition: all .5s;
}.sy_mk6 .dange .nr:hover{
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px)
}

.sy_mk6 .dange .nr img {
    max-width: 100%;
    max-height: 100%;
}

@media only screen and (max-width:1200px) {
    .sy_mk6 .dange {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media only screen and (max-width:1024px) {
    .sy_mk6 .dange {
        flex: 0 0 50%;
        max-width: 50%;
    }
}


/* 正昭洞见 */

.sy_mk7 {
    background-color: #f7f7f7;
    padding: 85px 0 100px;
}

.sy_mk7 .zuoyou {
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap;
}

.sy_mk7 .zuoyou .dange {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding: 0 15px;
    margin-top: 45px;
}

.sy_mk7 .zuoyou .dange .nr {
    display: block;
    background-color: #fff;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.sy_mk7 .zuoyou .dange .nr:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 0 10px #cacaca;
}

.sy_mk7 .zuoyou .dange .shang {
    overflow: hidden;
}

.sy_mk7 .zuoyou .dange .shang img {
    width: 100%;
    transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
}

.sy_mk7 .zuoyou .dange:hover .shang img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.sy_mk7 .zuoyou .dange .xia {
    padding-top: 27px;
    padding: 27px 20px 20px;
}

.sy_mk7 .zuoyou .dange .xia h5 {
    font-size: 17px;
    color: #000000;
    font-family: 'bold';
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
}

.sy_mk7 .zuoyou .dange .xia h6 {
    font-size: 14px;
    color: #999999;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    margin-top: 10px;
    line-height: 23px;
}

@media only screen and (max-width:1200px) {
    .sy_mk7 .zuoyou .dange {
        padding: 0 5px;
    }
    .sy_mk7 .zuoyou {
        margin: 0 -5px;
    }
}

@media only screen and (max-width:1024px) {
    .sy_mk7 .zuoyou .dange {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .sy_mk7 .zuoyou .dange .xia h5 {
        font-size: 22px;
    }
    .sy_mk7 .zuoyou .dange .xia h6 {
        font-size: 19px;
        line-height: 28px;
    }
    .sy_mk7 {
        padding: 50px 0;
    }
}


/* 合作鉴证 */

.sy_mk8 {
    padding: 80px 0 75px;
}

.sy_mk8 .zuoyou {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.sy_mk8 .zuoyou .dange {
    margin-top: 40px;
    padding: 0 15px;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}

.sy_mk8 .zuoyou .dange .nr {
    display: block;
}

.sy_mk8 .zuoyou .dange .nr .shang {
    overflow: hidden;
}

.sy_mk8 .zuoyou .dange .nr .shang img {
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    width: 100%;
}

.sy_mk8 .zuoyou .dange .nr:hover .shang img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.sy_mk8 .zuoyou .dange .nr h5 {
    text-align: center;
    font-size: 16px;
    color: #555555;
    padding: 16px 10px 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
}

@media only screen and (max-width:1200px) {
    .sy_mk8 .zuoyou .dange {
        padding: 0 5px;
    }
    .sy_mk8 .zuoyou {
        margin: 0 -5px;
    }
}

@media only screen and (max-width:1024px) {
    .sy_mk8 {
        padding: 50px 0;
    }
    .sy_mk8 .zuoyou .dange {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .sy_mk8 .zuoyou .dange .nr h5 {
        font-size: 22px;
    }
}

.di_shang {
    height: 150px;
position: fixed;bottom: 0;width: 100%;z-index: 999999;}

.di_shang .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
}

.di_shang .zuo h5 {
    font-size: 26px;
    color: #ffffff;
}

.di_shang .zuo h6 {
    font-size: 18px;
    color: #ffffff;
    margin-top: 15px;
}

.di_shang .you {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.di_shang .you a {
    font-size: 18px;
    color: #ffffff;
    width: 150px;
    height: 50px;
    border: 1px solid #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 5px;
    margin-left: 20px;
}

.di_shang .you a i {
    margin-right: 8px;
}

@media only screen and (max-width:1024px) {
    .di_shang .zuo h5 {
        font-size: 30px;
    }
    .di_shang .zuo h6 {
        font-size: 19px;
    }
    .di_shang .you a {
        margin-left: 0;
        margin-right: 20px;
        margin-top: 30px;
    }
    .di_shang {
        height: auto;
        padding: 30px 0;
    }
}

footer {
    background-color: #181a21;
    padding: 78px 0 35px;
margin-bottom: 150px;}

footer .foot_shang {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

footer .foot_shang .zuo {
    flex: 0 0 23.24%;
    max-width: 23.24%;
}

footer .foot_shang .zuo .huiuz {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.2);
}

footer .foot_shang .zuo h5 {
    font-size: 40px;
    color: #ffffff;
    margin-top: 20px;
}

footer .foot_shang .zuo h6 {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.2);
    margin-top: 40px;
    line-height: 30px;
}

footer .foot_shang .zuo a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    color: rgba(255, 255, 255, 0.2);
    font-size: 15px;
    width: 122px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    margin-top: 30px;
}

footer .foot_shang .zhong {
    flex: 0 0 43.54%;
    max-width: 43.54%;
}

footer .foot_shang .zhong h5 {
    font-size: 16px;
    color: #ffffff;
    padding-bottom: 17px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 30px;
}

footer .foot_shang .zhong h5:nth-child(1) {
    margin-top: 0;
}

footer .foot_shang .zhong h6 {
    margin: 0 -20px;
    padding-top: 5px;
}

footer .foot_shang .zhong h6 a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.2);
    padding: 0 20px;
    margin-top: 24px;
    display: inline-block;
}

footer .foot_shang .you {
    flex: 0 0 21.23%;
    max-width: 21.23%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

footer .foot_shang .you .dang {
    flex: 0 0 44%;
    max-width: 44%;
}

footer .foot_shang .you h5 {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}

footer .foot_shang .you img {
    width: 100%;
    margin-top: 24px;
    display: block;
}

footer .banquan {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.2);
    font-size: 14px;
    text-align: center;
    margin-top: 70px;
    padding-top: 30px;
    line-height: 25px;
}

footer .banquan a {
    color: rgba(255, 255, 255, 0.2);
}

@media only screen and (max-width:1200px) {
    footer .foot_shang .zuo h5 {
        font-size: 29px;
    }
}

@media only screen and (max-width:1024px) {
    footer .foot_shang .zuo {
        flex: 0 0 100%;
        max-width: 100%;
    }
    footer .foot_shang .zhong {
        display: none;
    }
    footer .foot_shang .you {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 50px;
    }
    footer {
        padding-top: 50px;
    }
    footer .foot_shang .zuo .huiuz {
        font-size: 19px;
    }
    footer .foot_shang .zuo h6 {
        font-size: 19px;
    }
    footer .foot_shang .zuo a {
        font-size: 19px;
        width: 140px;
        height: 48px;
    }
    footer .foot_shang .you h5 {
        font-size: 19px;
    }
    footer .banquan {
        font-size: 16px;
    }
}


/* 解决方案 */

.nei_ban h5 {
    font-size: 36px;
    color: #ffffff;
    font-family: 'bold';
}

.nei_ban h6 {
    font-size: 22px;
    color: #ffffff;
    margin-top: 20px;
}

.nei_ban .container {
    height: 400px;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    /* 换主轴方向 */
    flex-direction: column;
}

@media only screen and (max-width:1024px) {
    .nei_ban .container {
        height: 313px;
    }
    .nei_ban h5 {
        font-size: 31px;
    }
    .nei_ban h6 {
        line-height: 1.5;
    }
}

.jjfa_lb {
    padding: 66px 0 97px;
}

.erji {
    margin: 0 -30px;
}

.erji a {
    font-size: 18px;
    color: #333333;
    margin: 0 30px;
    padding-bottom: 17px;
    position: relative;
}

.erji a::after {
    width: 0%;
    height: 3px;
    background-color: #c81233;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    content: '';
    position: absolute;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.erji a.on::after,
.erji a:hover::after {
    width: 100%;
}

.erji a.on,
.erji a:hover {
    color: #c81233;
}

@media only screen and (max-width:1200px) {
    .erji a {
        margin: 0 17px;
    }
    .erji {
        margin: 0;
    }
}

@media only screen and (max-width:1024px) {
    .erji {
        display: none;
    }
    .erji a {
        padding: 0;
        margin: 0;
        margin-top: 30px;
        font-size: 22px;
        display: block;
    }
    .pc_ban .swiper-pagination{
        display: none;
    }
}

.jjfa_lb .lieoa_zuoyou {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -17px;
}

.jjfa_lb .lieoa_zuoyou .dange {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    margin-top: 40px;
    padding: 0 17px;
}

.jjfa_lb .lieoa_zuoyou .neir {
    box-shadow: 0 0 10px #cacaca;
    display: block;
}

.jjfa_lb .lieoa_zuoyou .neir .shang {
    overflow: hidden;
    display: block;
}

.jjfa_lb .lieoa_zuoyou .neir .shang img {
    width: 100%;
    transition: all .7s;
    -o-transition: all .7s;
    -ms-transition: all .7s;
    -moz-transition: all .7s;
    -webkit-transition: all .7s;
}

.jjfa_lb .lieoa_zuoyou .neir:hover .shang img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.jjfa_lb .lieoa_zuoyou .neir .xia {
    padding: 16px 15px 18px;
    background-color: #fff;
    text-align: center;
}

.jjfa_lb .lieoa_zuoyou .neir .xia .h4 {
    font-size: 16px;
    color: #000000;
    display: block;
}

.jjfa_lb .lieoa_zuoyou .neir .xia h5 {
    font-size: 14px;
    color: #999999;
    padding-bottom: 19px;
    border-bottom: 1px solid #eeeeee;
    margin-top: 10px;
}

.jjfa_lb .lieoa_zuoyou .neir .xia .h6 {
    font-size: 14px;
    color: #c81233;
    margin-top: 16px;
    display: block;
}

@media only screen and (max-width:1024px) {
    .jjfa_lb {
        padding: 20px 0 50px;
    }
    .jjfa_lb .lieoa_zuoyou .dange {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .jjfa_lb .lieoa_zuoyou .neir .xia .h4 {
        font-size: 24px;
    }
    .jjfa_lb .lieoa_zuoyou .neir .xia h5 {
        font-size: 22px;
    }
    .jjfa_lb .lieoa_zuoyou .neir .xia .h6 {
        font-size: 20px;
    }
}

.fenye {
    text-align: center;
    margin-top: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.fenye .zuo{
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
}
.fenye a,
.fenye span {
    width: 38px;
    height: 38px;
    box-shadow: 0 0 10px #cacaca;
    color: #333333;
    border-radius: 5px;
    margin: 0 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.fenye li.active a {
    background-color: #c81233;
    color: #fff;
}

.lianxi_wm {
    padding: 96px 0 94px;
}

.lianxi_wm .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.lianxi_wm .container .zuo {
    flex: 0 0 32.92%;
    max-width: 32.92%;
}

.lianxi_ggbt h5 {
    font-size: 26px;
    color: #000000;
    font-family: 'bold';
}

.lianxi_ggbt h6 {
    font-size: 14px;
    color: #999999;
    text-transform: uppercase;
    margin-top: 10px;
}

.lianxi_wm .xia_dgz {
    padding-top: 40px;
}

.lianxi_wm .xia_dgz .dang {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}

.lianxi_wm .xia_dgz .dang i {
    display: block;
    width: 25px;
    margin-top: -4px
}

.lianxi_wm .xia_dgz .dang .yy {
    flex: 1;
}

.lianxi_wm .xia_dgz .dang .yy h5 {
    font-size: 14px;
    color: #999999;
}

.lianxi_wm .xia_dgz .dang .yy h6 {
    font-size: 14px;
    margin-top: 10px;
    color: #333333;
    line-height: 27px;
}

.lianxi_wm .you .biaodan {
    margin-top: 34px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.lianxi_wm .you .biaodan input {
    height: 87px;
    font-size: 14px;
    color: #aaaaaa;
    border-bottom: 1px solid #eeeeee;
    flex: 0 0 48%;
}

.lianxi_wm .you .biaodan textarea {
    border-bottom: 1px solid #eeeeee;
    width: 100%;
    height: 116px;
    font-size: 14px;
    color: #aaaaaa;
    resize: none;
    padding-top: 30px;
}

.lianxi_wm .you {
    flex: 0 0 64.77%;
    max-width: 64.77%;
}

.lianxi_wm .you .biaodan .lia_an {
    margin-top: 37px;
    display: flex;
    flex-wrap: wrap;
}

.lianxi_wm .you .biaodan .lia_an button {
    font-size: 16px;
    color: #ffffff;
    width: 140px;
    height: 46px;
    background-color: #c81233;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.lianxi_wm .you .biaodan .lia_an button:nth-child(2) {
    background-color: #888888;
    margin-left: 15px;
}

button:focus {
    outline: none;
}

@media only screen and (max-width:1200px) {
    .lianxi_wm .container .zuo {
        flex: 0 0 35.92%;
        max-width: 35.92%;
    }
    .lianxi_wm .you {
        flex: 0 0 61.77%;
        max-width: 61.77%;
    }
}

@media only screen and (max-width:1024px) {
    .lianxi_wm {
        padding: 50px 0;
    }
    .lianxi_wm .container .zuo {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .lianxi_wm .you {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 50px;
    }
    .lianxi_ggbt h5 {
        font-size: 22px;
    }
    .lianxi_ggbt h6 {
        font-size: 20px;
    }
    .lianxi_wm .xia_dgz .dang .yy h5 {
        font-size: 19px;
    }
    .lianxi_wm .xia_dgz .dang .yy h6 {
        font-size: 19px;
        line-height: 33px;
    }
    .lianxi_wm .xia_dgz .dang i {
        margin-top: -6px;
    }
    .lianxi_wm .xia_dgz {
        padding-top: 0;
    }
    .lianxi_wm .you .biaodan input {
        flex: 0 0 100%;
        font-size: 19px;
    }
    .lianxi_wm .you .biaodan textarea {
        font-size: 19px;
        height: 180px;
    }
    .lianxi_wm .you .biaodan .lia_an button {
        font-size: 19px;
        width: 189px;
        height: 55px;
    }
}


/* 开拓,从未止步 */

.wmss_mk1 {
    padding: 148px 0 130px;
}

.wmss_mk1 .container {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.wmss_mk1 .container .zuo .ggbt {
    text-align: left;
}

.wmss_mk1 .container .zuo .ggbt h6::after {
    left: 0;
    transform: translateX(0);
    display: none;
}

.wmss_mk1 .container .zhiong {
    flex: 0 0 41.7%;
    max-width: 41.7%;
    font-size: 16px;
    color: #333333;
    line-height: 34px;
}

.wmss_mk1 .container .you {
    flex: 0 0 31.8%;
    max-width: 31.8%;
    padding-right: 40px;
    position: relative;
}

.wmss_mk1 .container .you img.zong {
    width: 100%;
}

.wmss_mk1 .container .you h5 {
    position: absolute;
    right: 10px;
    top: 40%;
    font-size: 40px;
    color: rgba(255, 255, 255, 0.5);
    transform: rotateZ(270deg);
    -webkit-transform: rotateZ(270deg);
    -moz-transform: rotateZ(270deg);
    -ms-transform: rotateZ(270deg);
    -o-transform: rotateZ(270deg);
    animation: xq2 3s linear infinite;
}

@keyframes xq2 {
    50% {
        top: 50%;
    }
    100% {
        top: 40%;
    }
}

.wmss_mk1 .container .you .zn {
    position: absolute;
    right: 0;
    bottom: -40px;
}

.wmss_mk2 {
    padding-bottom: 200px;
    background-color: #f7f7f7;
}

.wmss_mk2 .shang {
    height: 676px;
    padding-top: 137px;
    position: relative;
}

.wmss_mk2 .shang .bt {
    font-family: 'bold';
    font-size: 30px;
    color: #ffffff;
    text-align: center;
}

.wmss_mk2 .shang .you_wz {
    position: absolute;
    top: 214px;
    right: 0;
    width: 68.9%;
    background-color: #fff;
    padding: 100px 500px 120px 120px;
}

.wmss_mk2 .shang .you_wz h5 {
    font-family: 'bold';
    font-size: 22px;
    color: #c81233;
}

.wmss_mk2 .shang .you_wz h6 {
    font-size: 16px;
    color: #333333;
    margin-top: 44px;
    padding-left: 20px;
    position: relative;
    line-height: 30px;
}

.wmss_mk2 .shang .you_wz h6::after {
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #cccccc;
    border-radius: 50%;
    content: '';
    top: 12px;
    left: 0;
}

@media only screen and (max-width:1800px) {
    .wmss_mk2 .shang .you_wz {
        padding: 100px 321px 120px 120px;
    }
}

@media only screen and (max-width:1300px) {
    .wmss_mk2 .shang .you_wz {
        padding: 92px;
    }
}

@media only screen and (max-width:1200px) {
    .wmss_mk1 .container .zhiong {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .wmss_mk1 .container .you {
        order: -1;
    }
    .wmss_mk1 .container .zuo {
        order: -1;
    }
}

@media only screen and (max-width:1024px) {
    .wmss_mk1 {
        padding: 50px 0;
    }
    .wmss_mk1 .container .zuo {
        flex: 0 0 100%;
    }
    .wmss_mk1 .container .you {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .wmss_mk1 .container .zhiong {
        margin-top: 50px;
        font-size: 19px;
        line-height: 42px;
    }
    .wmss_mk2 .shang {
        padding-top: 50px;
        padding: 50px 30px;
        height: auto;
    }
    .wmss_mk2 .shang .bt {
        font-size: 24px;
    }
    .wmss_mk2 .shang .you_wz {
        position: static;
        width: 100%;
        padding: 30px;
        margin-top: 50px;
    }
    .wmss_mk2 .shang .you_wz h6 {
        font-size: 20px;
        line-height: 33px;
    }
    .wmss_mk2 {
        padding: 0;
    }
}


/* 新闻详情 */

.xinwen_xq {
    padding: 70px 0 85px;
    background-color: #f7f7f7;
}

.xinwen_xq .zhang_nreie {
    background-color: #fff;
    padding: 75px 60px 55px;
}

.xinwen_xq .biaot {
    font-size: 24px;
    color: #000000;
    font-family: 'bold';
}

.xinwen_xq .zuoy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 25px;
    border-bottom: 1px solid #eeeeee;
}

.xinwen_xq .zuoy .shij {
    font-size: 14px;
    margin-top: 30px;
    color: #555555;
}

.xinwen_xq .zuoy .shij i {
    font-size: 14px;
    color: #c81233;
    margin-left: 15px;
}

.xinwen_xq .nr_mr {
    color: #555555;
    font-size: 14px;
    padding-top: 35px;
    line-height: 27px;
    padding-bottom: 52px;
    border-bottom: 1px solid #eeeeee;
}

.xinwen_xq .nr_mr img {
    max-width: 100%;
}

.xinwen_xq .nr_mr strong {
    font-size: 18px;
    color: #000000;
}

.xinwen_xq .fe_ye {
    padding-top: 17px;
}

.xinwen_xq .fe_ye a {
    color: #000;
    font-size: 14px;
    margin-top: 19px;
    display: block;
}

.xinwen_xq .fe_ye span {
    color: #aaaaaa;
}

@media only screen and (max-width:1024px) {
    .xinwen_xq {
        padding: 50px 0;
    }
    .xinwen_xq .zuoy .shij {
        font-size: 18px;
    }
    .xinwen_xq .zuoy .shij i {
        font-size: 18px;
    }
    .xinwen_xq .zhang_nreie {
        padding: 30px;
    }
    .xinwen_xq .nr_mr {
        font-size: 19px;
        line-height: 33px;
    }
    .xinwen_xq .fe_ye a {
        font-size: 19px;
    }
}


/* 正昭洞见 */

.xinwen_lb {
    padding: 28px 0 87px;
}

.xinwen_lb .dange {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 35px 0;
    border-bottom: 1px solid #eeeeee;
}

.xinwen_lb .dange .zuo {
    flex: 0 0 26.1%;
    max-width: 26.1%;
    overflow: hidden;
}

.xinwen_lb .dange .zuo img {
    width: 100%;
     transition: all .7s;
     -o-transition: all .7s;
     -ms-transition: all .7s;
     -moz-transition: all .7s;
     -webkit-transition: all .7s;
}
.xinwen_lb .dange:hover .zuo img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.xinwen_lb .dange .zhong {
    flex: 0 0 58.85%;
    max-width: 58.85%;
}

.xinwen_lb .dange .zhong h5 {
    font-size: 22px;
    color: #000000;
    font-family: 'bold';
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
}

.xinwen_lb .dange .zhong h6 {
    font-size: 14px;
    color: #999999;
    line-height: 27px;
    margin-top: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}

.xinwen_lb .dange .zhong span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #333333;
    width: 110px;
    height: 38px;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    margin-top: 55px;
}

.xinwen_lb .dange .you {
    flex: 0 0 8.6%;
    max-width: 8.6%;
    background-color: #f7f7f7;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* 换主轴方向 */
    flex-direction: column;
}

.xinwen_lb .dange .you .r {
    font-family: 'bold';
    font-size: 30px;
    color: #333333;
    line-height: 1;
}

.xinwen_lb .dange .you .ny {
    font-size: 16px;
    color: #777777;
    margin-top: 12px;
}

@media only screen and (max-width:1024px) {
    .xinwen_lb .dange .zuo {
        flex: 0 0 100%;
        max-width: 100%;
        order: -1;
    }
    .xinwen_lb .dange .you {
        order: -1;
        flex: 0 0 15.6%;
        max-width: 15.6%;
        margin-top: 50px;
    }
    .xinwen_lb .dange .zhong {
        flex: 0 0 77.85%;
        max-width: 77.85%;
        margin-top: 50px;
    }
    .xinwen_lb .dange .zhong h6 {
        font-size: 19px;
        -webkit-line-clamp: 1;
        margin-top: 6px;
    }
    .xinwen_lb .dange .zhong span {
        margin-top: 19px;
        font-size: 19px;
        width: 159px;
    }
}
