@charset "utf-8";
@font-face {
    font-family: 'ali';
    src: url('../fonts/Alibaba-PuHuiTi-Medium.ttf');
}

@font-face {
    font-family: 'ali1';
    src: url('../fonts/Alibaba-PuHuiTi-Regular.ttf');
}

@font-face {
    font-family: 'ali2';
    src: url('../fonts/Alibaba-PuHuiTi-Bold.ttf');
}

@font-face {
    font-family: 'ali3';
    src: url('../fonts/Alibaba-PuHuiTi-Light.ttf');
}

@font-face {
    font-family: 'ali4';
    src: url('../fonts/AvenirNext.ttc');
}

@font-face {
    font-family: 'ali5';
    src: url('../fonts/PangMenZhengDaoCuShuTi-2.ttf');
}

* {
    padding: 0px;
    margin: 0px;
}

body {
    font-size: 14px;
    color: #555;
    font-family: "Microsoft YaHei", 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: 14px;
    border: 0;
    background: none;
    outline: none;
    vertical-align: middle;
    font-family: "Microsoft YaHei", Arial, Tahoma, sans-serif;
}

button {
    overflow: visible
}

img {
    border: none;
}

li {
    list-style: none;
}

a {
    color: #000;
    text-decoration: none;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

a:hover {
    color: #a40000;
    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: #00b7ee;
}

@media only screen and (max-width:992px) {
    body {
        font-size: 16px;
    }
    input,
    select,
    button,
    textarea {
        font-size: 16px;
    }
    .container {
        padding: 0 30px;
        max-width: 100%;
    }
    input,
    textarea {
        -webkit-appearance: none;
        border-radius: 0;
    }
}

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

body {
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

@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, .5);
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        z-index: 99999;
        display: none;
    }
}

.header_top {
    padding: 20px 0;
}

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

.header_top .container .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.header_top .container .logo .zi {
    margin-left: 20px;
    padding-left: 30px;
    position: relative;
}

.header_top .container .logo .zi::after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 70px;
    background-color: #C0C0C0;
    content: "";
}

.header_top .container .logo .zi h5 {
    font-size: 13px;
    color: #CF0F31;
    font-family: 'ali5';
    font-size: 38px;
}

.header_top .container .logo .zi h6 {
    font-size: 13px;
    font-family: 'ali';
    margin-top: 10px;
    letter-spacing: 10px;
}

.header_top .container .you {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

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

.header_top .container .you .z .z_tu {
    padding-top: 10px;
}

.header_top .container .you .z .you_zi {
    margin-left: 15px;
}

.header_top .container .you .z .you_zi h5 {
    font-size: 13px;
    color: #333333;
    font-family: 'ali1';
}

.header_top .container .you .z .you_zi h6 {
    font-size: 24px;
    color: #CF0F31;
    font-family: 'ali';
    margin-top: 3px;
    font-weight: bold;
}

.header_top .container .you .y {
    width: 109px;
    margin-left: 20px;
}

.header_top .container .you .y img {
    width: 100%;
}

.header {
    width: 100%;
    background-color: #DB2841;
    z-index: 9999;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    border-bottom: 5px solid #B61A2F;
}

.header.on {
    box-shadow: 0 0 10px #fff;
    /* background-color: rgba(0, 0, 0, .8); */
}

.header .logo {
    /* width: 136px; */
    float: left;
    margin: 15px 0;
    position: relative;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}


/* .header.on .logo {
    margin: 30px 0;
} */

.header .logo img {
    width: 100%;
    height: auto;
    display: block;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.heade.on .logo img {
    /* opacity: 0; */
}

.header .logo img.d_w {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.header.on .logo img.d_w {
    opacity: 1;
}

.header .language {
    float: right;
    height: 32px;
    text-align: center;
    line-height: 32px;
    color: #fff;
    margin-top: 34px;
    margin-left: 25px;
    cursor: pointer;
    position: relative;
    z-index: 9;
}

.header.on .language {
    color: #555;
}

.header .language .l_m i {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 5px;
}

.header .language .x_l {
    width: 120px;
    padding-top: 8px;
    position: absolute;
    top: 58px;
    left: 50%;
    margin-left: -60px;
    display: none;
}

.header .language .x_l:before {
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 8px solid #535352;
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -10px;
}

.header .language .x_l ul {
    padding: 5px 15px;
    background-color: #535352;
}

.header .language .x_l ul li a {
    color: #ddd;
    line-height: 36px;
    display: block;
}

.header .language .x_l ul li a:hover {
    color: #a40000;
}

.header .s_ch {
    height: 32px;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    color: #234075;
    margin-top: 35px;
    margin-left: 15px;
    float: right;
    cursor: pointer;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.header.on .s_ch {
    /* color: #fff; */
}

.header .s_ch i {
    font-size: 22px;
}

.header .s_ch:hover {
    color: #a40000;
}

.header .an {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 15px;
    height: 22px;
    width: 30px;
    display: none;
}

.header .an span {
    width: 30px;
    height: 2px;
    background-color: #555;
    display: block;
    position: absolute;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

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

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

.header .an span.a3 {
    top: 20px;
    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 .nav {
    width: 100%;
}

.header .nav ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.header .nav ul li {
    /* flex: 1; */
    position: relative;
}

.header .nav .y_j {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}

.header .nav .y_j i {
    color: #fff;
    margin-left: 10px;
}

.header .nav .y_j a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    height: 80px;
}

.header .nav ul li:hover .y_j {
    background-color: rgba(0, 0, 0, .5);
}

.header .nav ul li.on .y_j {
    background-color: rgba(0, 0, 0, .5);
}

.header .nav .e_j {
    width: 100%;
    padding: 10px 0;
    background-color: rgba(0, 0, 0, .5);
    /* box-shadow: 0 0 5px #aaa; */
    position: absolute;
    left: 0%;
    top: 100%;
    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 .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.header .nav ul li:hover .e_j {
    opacity: 1;
    z-index: 2;
    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: 36px;
    text-align: center;
    display: block;
    color: #fff;
}

@media only screen and (max-width:1200px) {
    .header .nav ul li {
      
    }
    .header .nav .y_j{

    }
}

@media only screen and (max-width:992px) {
    .header .nav ul li.on .y_j,.header .nav ul li:hover .y_j{
        background-color: rgba(0, 0, 0, 0);
    }
    .header .nav .y_j{
        padding: 0;
    }
    .header_top .container .logo .zi h6 {
        font-size: 16px;
        margin-top: 0;
    }
    .header .nav .y_j {
        justify-content: flex-start;
    }
    .header {
        /* background-color: #fff; */
        position: relative;
        top: auto;
        left: auto;
    }
    .header.on {
        box-shadow: none;
    }
    .header .logo {
        /* width: 188px; */
        margin: 15px 0;
    }
    .header.on .logo {
        margin: 20px 0;
    }
    .header .logo img {
        width: 100%;
        height: auto;
        display: block;
        /* opacity: 0; */
        transition: all .5s;
        -o-transition: all .5s;
        -ms-transition: all .5s;
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
    }
    .header .logo img.d_w {
        opacity: 1;
    }
    .header .language {
        float: right;
        height: 32px;
        font-size: 15px;
        text-align: center;
        line-height: 32px;
        color: #fff;
        margin-top: 21px;
        margin-left: 0;
        margin-right: 50px;
        color: #555;
    }
    .header .s_ch {
        margin-top: 20px;
        margin-left: 0;
        float: left;
    }
    .header .an {
        display: block;
        right: 39px;
    }
    .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 .5s;
        -o-transition: all .5s;
        -ms-transition: all .5s;
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
    }
    .header .nav ul {
        width: 100%;
        float: none;
        display: block;
    }
    .header .nav ul li {
        width: 100%;
        height: auto;
        line-height: 50px;
        text-align: left;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        float: none;
        padding: 5px 0;
        margin: 0;
    }
    .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: 24px;
        text-align: right;
        color: #fff;
        line-height: 79px;
        z-index: 99;
    }
    .header .nav .y_j a {
        line-height: 66px;
        color: #fff;
        font-size: 22px;
        justify-content: flex-start;
        background: transparent !important;
    }
    .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;
        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 {
        line-height: 56px;
        font-size: 20px;
        text-align: left;
        color: #fff;
    }
    .header_top .container .you {
        display: none;
    }
    .header_top .container .logo .zi {
        font-size: 23px;
        margin-left: 11px;
    }
    .header_top .container .logo img {
        width: 152px;
    }
    .header .an {
        top: -55px;
    }
    .header .you_zi {
        color: #fff;
        font-size: 30px;
        margin-top: 30px;
    }
    .header .you_zi h6 {
        margin-top: 30px;
        line-height: 50px;
        font-size: 25px;
    }
    .header .z_tu {
        display: none;
    }
}

@media only screen and (max-width:640px) {
    .header .an {
        right: 15px;
    }
}

@media only screen and (max-width:320px) {
    .header .logo {
        width: 168px;
    }
    .header .language {
        margin-top: 19px;
        margin-right: 45px;
    }
}

.search {
    width: 100%;
    background-color: #a40000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

.search .container {
    position: relative;
}

.search .sc_gb {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    right: 15px;
    cursor: pointer;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

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

.search .sc_gb i {
    font-size: 26px;
    line-height: 50px;
    color: #fff;
}

.search .sc_nr {
    width: 700px;
    margin: 20px auto;
}

.search input {
    width: 430px;
    height: 60px;
    font-size: 16px;
    line-height: 60px;
    color: #fff;
    float: left;
}

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

.search button {
    width: 70px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    float: right;
    outline: none;
}

.search button i {
    font-size: 30px;
}

@media only screen and (max-width:992px) {
    .search .sc_gb i {
        font-size: 22px;
    }
    .search .sc_nr {
        width: 90%;
    }
    .search input {
        width: 85%;
        font-size: 15px;
    }
    .search button {
        width: 15%;
    }
    .search button i {
        font-size: 26px;
    }
}

.head_h {
    width: 100%;
    height: 86px;
    background-color: #fff;
    overflow: hidden;
}

@media only screen and (max-width:992px) {
    .head_h {
        display: block;
    }
}

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

.pc_ban .swiper-slide img {
    width: 100%;
}

.pc_ban .swiper-slide {
    overflow: hidden;
}

.pc_ban .sw_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: all 5s;
    -o-transition: all 5s;
    -ms-transition: all 5s;
    -moz-transition: all 5s;
    -webkit-transition: all 5s; */
}


/* 
.pc_ban .swiper-slide-active .sw_bg {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
} */

.pc_ban .swiper-button-prev {
    color: #fff;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    width: 30px;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 12px;
}


/* .pc_ban:hover .swiper-button-prev {
    left: 15%;
    opacity: .8;
} */

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 12px;
}

.pc_ban .swiper-button-next {
    font-size: 12px;
    width: 30px;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}


/* .pc_ban:hover .swiper-button-next {
    right: 15%;
    opacity: .8;
} */

.pc_ban .swiper-pagination-bullet {
    transition: all .6s;
}

.pc_ban .swiper-pagination-bullet-active {
    margin: 0 4px;
    width: 40px;
    height: 8px;
    border-radius: 30px;
    background: #fff;
}

.pc_ban .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
    height: 100%;
}

.pc_ban .container .zuo {
    flex: 0 0 58%;
    max-width: 58%;
}

.pc_ban .container .zuo h5 {
    width: 378px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 21px;
    color: #ffffff;
    font-weight: bold;
}

.pc_ban .container .zuo h6 {
    font-size: 54px;
    color: #ffffff;
    margin-top: 30px;
    font-weight: bold;
}

.pc_ban .container .zuo .w_z {
    font-size: 30px;
    color: #ffffff;
    margin-top: 30px;
}

.pc_ban .container .you {
    flex: 0 0 39%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.pc_ban .container .you img {
    width: 100%;
    max-height: 100%;
}

@media only screen and (max-width:1200px) {
    .pc_ban .container .zuo h6 {
        font-size: 42px;
    }
}

@media only screen and (max-width:1024px) {
    .pc_ban {
        width: 100%;
        position: relative;
        overflow: hidden;
    }
}

@media only screen and (max-width:992px) {
    .pc_ban .swiper-button-prev {
        display: none;
    }
    .pc_ban .swiper-button-next {
        display: none;
    }
    .pc_ban .swiper-pagination {
        bottom: 10px;
    }
    .pc_ban .swiper-pagination-bullet {
        width: 30px;
        height: 2px;
    }
    .pc_ban .container .zuo h6 {
        font-size: 26px;
    }
    .pc_ban .container .zuo .w_z {
        font-size: 22px;
    }
    .pc_ban .container .zuo h5 {
        width: 290px;
    }
}


/* 产品中心 */

.sy_mokuai1 {
    padding: 90px 0 144px;
}

.ggbt {
    text-align: center;
    position: relative;
    padding-bottom: 22px;
}

.ggbt::after {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 350px;
    height: 1px;
    background-color: #C0C0C0;
    content: "";
}

.ggbt::before {
    position: absolute;
    left: 50%;
    bottom: -3px;
    transform: translateX(-50%);
    width: 8px;
    height: 8px;
    background-color: #C41F37;
    content: "";
    z-index: 2;
}

.ggbt h5 {
    font-size: 32px;
    color: rgba(51, 51, 51, 1);
    font-family: 'ali';
}

.ggbt h6 {
    font-size: 16px;
    color: #B3B3B3;
    font-family: 'ali';
    margin-top: 10px;
}

.sy_mokuai1 .zuoyou {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 12px;
}

.sy_mokuai1 .zuoyou .zuo {
    flex: 0 0 20.5%;
    max-width: 20.5%;
}

.sy_mokuai1 .zuoyou .zuo .yige {
    margin-top: 25px;
}

.sy_mokuai1 .zuoyou .zuo .yige:nth-child(1) {
    margin-top: 20px;
}

.sy_mokuai1 .zuoyou .zuo .yiji_bg {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    background-color: #225242;
    font-size: 15px;
    color: #fff;
    font-family: 'ali';
    height: 70px;
    padding: 0 10px;
    position: relative;
}
.sy_mokuai1 .zuoyou .zuo .yiji_bg span{ word-break: break-all;}

.sy_mokuai1 .zuoyou .zuo .yiji_bg::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    content: "";
    background-color: #C41F37;
}

.sy_mokuai1 .zuoyou .zuo .yiji_bg i {
    width: 24px;
    height: 24px;
    border-radius: 100px;
    border: 2px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-weight: normal;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    line-height: 21px;
}

.sy_mokuai1 .zuoyou .zuo .yige ul {
    border: 1px solid #E4E4E4;
    padding: 10px;
    display: none;
    margin-top: 10px;
}

.sy_mokuai1 .zuoyou .zuo .yige ul li {
    display: flex;
    align-items: center;
    border-bottom: 2px dashed #E4E4E4;
}

.sy_mokuai1 .zuoyou .zuo .yige ul li span {
    font-size: 14px;
}

.sy_mokuai1 .zuoyou .zuo .yige ul li a {
    height: 36px;
    line-height: 36px;
    display: block;
    font-size: 16px;
    color: #333333;
    margin-left: 10px;
}

.sy_mokuai1 .zuoyou .you {
    flex: 0 0 76.8%;
    max-width: 76.8%;
}

.sy_mokuai1 .zuoyou .you .sy_cp_nr {
    margin-top: 20px;
    background-color: #F7F7F7;
    padding: 10px;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.sy_mokuai1 .zuoyou .you .sy_cp_nr:hover {
    background-color: #E62A41;
}

.sy_mokuai1 .zuoyou .you .sy_cp_nr .shang {
    overflow: hidden;
}

.sy_mokuai1 .zuoyou .you .sy_cp_nr .shang img {
    width: 100%;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.sy_mokuai1 .zuoyou .you .sy_cp_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_mokuai1 .zuoyou .you .sy_cp_nr .xia {
    padding-bottom: 10px;
}

.sy_mokuai1 .zuoyou .you .sy_cp_nr .xia h5 {
    font-size: 16px;
    color: #333333;
    font-family: 'ali1';
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
}

.sy_mokuai1 .zuoyou .you .sy_cp_nr:hover .xia h5 {
    color: #fff;
}

.sy_mokuai1 .zuoyou .you .sy_cp_nr .xia .lia_an {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.sy_mokuai1 .zuoyou .you .sy_cp_nr .xia .lia_an a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 90px;
    height: 50px;
    background-color: #225242;
    color: #fff;
    font-size: 16px;
    font-family: 'ali';
    margin: 0 10px;
    border: 1px solid #225242;
}

.sy_mokuai1 .zuoyou .you .sy_cp_nr:hover .xia .lia_an a {
    border: 1px solid #E4E4E4;
    background: none;
}

.sy_mokuai1 .zuoyou .you .sy_cp_nr .xia .lia_an a:hover {
    color: #333333;
    background: #fff;
}

.ckgd {
    margin: 0 auto;
    margin-top: 48px;
    height: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    box-shadow: 0 0 5px #BABABA;
    width: 120px;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.ckgd:hover {
    box-shadow: 0 0 10px #999;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px)
}

.ckgd span {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-family: "ali";
    font-size: 14px;
    color: #B3B3B3;
    font-weight: bold;
    width: 95px;
}

.ckgd i {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 25px;
    height: 100%;
    background-color: #225242;
    color: #fff;
}

@media only screen and (max-width:1200px) {
    .sy_mokuai1 .zuoyou .you .sy_cp_nr .xia .lia_an a {
        width: 77px;
    }
}

@media only screen and (max-width:992px) {
    .ckgd {
        height: 58px;
        width: 189px;
    }
    .ckgd span {
        width: 140px;
        font-size: 21px;
    }
    .ckgd i {
        width: 45px;
    }
    .sy_mokuai1 .zuoyou .zuo {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .sy_mokuai1 .zuoyou .you {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 30px;
    }
    .sy_mokuai1 .zuoyou .zuo .yiji_bg {
        font-size: 22px;
        height: 69px;
    }
    .sy_mokuai1 .zuoyou .zuo .yiji_bg i {
        width: 30px;
        height: 30px;
    }
    .sy_mokuai1 .zuoyou .zuo .yige {
        margin-top: 16px;
    }
    .sy_mokuai1 .zuoyou .zuo .yige ul li a {
        font-size: 20px;
        height: 55px;
        line-height: 55px;
    }
    .sy_mokuai1 .zuoyou .you .sy_cp_nr .xia h5 {
        font-size: 22px;
    }
    .sy_mokuai1 .zuoyou .you .sy_cp_nr .xia .lia_an a {
        width: 167px;
        height: 70px;
        font-size: 22px;
    }
    .sy_mokuai1 {
        padding: 50px 0;
    }
}


/* 企业荣誉 */

.sy_mokuai2 {
    padding: 70px 0 87px;
}

.sy_mokuai2 .ggbt h5 {
    color: #fff;
}

.sy_mokuai2 .nei_rong {
    margin-top: 63px;
}

.sy_mokuai2 .nei_rong .shang {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.sy_mokuai2 .nei_rong:hover .shang {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

.sy_mokuai2 .nei_rong .shang img {
    max-width: 100%;
    box-shadow: 0 3px 4px #c4c4c4;
}

.sy_mokuai2 .nei_rong .xia {
    font-size: 19px;
    color: #333333;
    font-family: "ali";
    margin: 15px 0;
    text-align: center;
}

@media only screen and (max-width:992px) {
    .sy_mokuai2 {
        padding: 50px 0;
    }
    .sy_mokuai2 .nei_rong .xia {
        font-size: 22px;
    }
}


/* 关于我们 */

.sy_mokuai3 {
    padding: 60px 0 40px;
}

.sy_mokuai3 .neirong_nr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 34px 38px 22px;
}

.sy_mokuai3 .neirong_nr .zuo {
    flex: 0 0 85%;
    max-width: 85%;
}

.sy_mokuai3 .neirong_nr .zuo img {
    width: 100%;
    margin-top: -25px;
}

.sy_mokuai3 .neirong_nr .you {
    flex: 0 0 13%;
    max-width: 13%;
}

.sy_mokuai3 .neirong_nr .you h5 {
    font-size: 32px;
    color: #FFFFFF;
    font-family: "ali";
    text-align: center;
}

.sy_mokuai3 .neirong_nr .you h6 {
    font-size: 14px;
    color: rgba(255, 255, 255, .7);
    font-family: "ali";
    text-align: center;
    margin-top: 6px;
}

.sy_mokuai3 .neirong_nr .you .ms {
    font-size: 12px;
    color: #FFFFFF;
    font-family: "ali1";
    margin-top: 20px;
    line-height: 17px;
}

.sy_mokuai3 .ckgd {
    background-color: #fff;
    margin: 20px auto 0;
}

@media only screen and (max-width:1200px) {
    .sy_mokuai3 .neirong_nr .zuo {
        flex: 0 0 68%;
        max-width: 68%;
    }
    .sy_mokuai3 .neirong_nr .you {
        flex: 0 0 30%;
        max-width: 30%;
        padding-top: 30px;
    }
    .sy_mokuai3 .neirong_nr .zuo img {
        margin-top: 0;
    }
}

@media only screen and (max-width:992px) {
    .sy_mokuai3 .neirong_nr {
        padding: 30px;
    }
    .sy_mokuai3 .neirong_nr .zuo {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .sy_mokuai3 .neirong_nr .you {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .sy_mokuai3 .neirong_nr .you h6 {
        font-size: 17px;
    }
    .sy_mokuai3 .neirong_nr .you .ms {
        font-size: 20px;
        line-height: 36px;
    }
}


/* 新闻动态 */

.sy_mokuai4 {
    padding: 66px 0 78px;
}

.sy_mokuai4 .nri_orng {
    position: relative;
}

.sy_mokuai4 .nri_orng .bt {
    position: relative;
    font-size: 16px;
    color: #333333;
    padding-bottom: 24px;
    font-family: "ali";
}

.sy_mokuai4 .nri_orng .bt::after {
    left: 0;
    bottom: 0;
    width: 45px;
    height: 2px;
    background-color: #225242;
    position: absolute;
    content: "";
}

.sy_mokuai4 .nri_orng .nei_zhneg {
    margin-top: 30px;
}

.sy_mokuai4 .nri_orng .nei_zhneg .shang {
    height: 190px;
    width: 100%;
}

.sy_mokuai4 .nri_orng .nei_zhneg .xia {
    border: 1px solid #E4E4E4;
    padding: 10px 20px 30px;
}

.sy_mokuai4 .nri_orng .nei_zhneg .xia a {
    font-size: 16px;
    color: #333333;
    font-family: 'ali';
    border-bottom: 2px dashed #E4E4E4;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    line-height: 37px;
    position: relative;
    padding-left: 20px;
}

.sy_mokuai4 .nri_orng .nei_zhneg .xia a:nth-last-child(1) {
    border-bottom: none;
}

.sy_mokuai4 .nri_orng .nei_zhneg .xia a i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    animation: xq 1.5s linear infinite;
}

@keyframes xq {
    50% {
        left: -5px;
    }
    100% {
        left: 0;
    }
}

.sy_mokuai4 .ckgd {
    position: absolute;
    left: 22px;
    bottom: -12px;
    background-color: #fff;
}

.sy_mokuai4 .nri_orng .nei_zhneg .xia .miaoshu .tiao {
    display: flex;
    margin-top: 15px;
}

.sy_mokuai4 .nri_orng .nei_zhneg .xia .miaoshu .tiao i {
    flex: 0 0 16%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.sy_mokuai4 .nri_orng .nei_zhneg .xia .miaoshu .tiao span {
    flex: 0 0 84%;
    font-size: 15px;
    color: #333333;
    font-family: 'ali';
}

@media only screen and (max-width:1200px) {
    .sy_mokuai4 .nri_orng .nei_zhneg .xia .miaoshu .tiao {
        margin-top: 5px;
    }
    .sy_mokuai4 .liand_sy .nei_zhneg .xia {
        padding-bottom: 6px;
    }
}

@media only screen and (max-width:992px) {
    .sy_mokuai4 {
        padding: 0 0 50px;
    }
    .sy_mokuai4 .nri_orng {
        margin-top: 50px;
    }
    .sy_mokuai4 .nri_orng .bt {
        font-size: 22px;
    }
    .sy_mokuai4 .nri_orng .nei_zhneg .xia a {
        font-size: 20px;
        line-height: 58px;
    }
    .sy_mokuai4 .ckgd {
        position: static;
        margin-top: 33px;
    }
    .sy_mokuai4 .nri_orng .nei_zhneg .xia .miaoshu .tiao {
        margin-top: 15px;
    }
    .sy_mokuai4 .nri_orng .nei_zhneg .xia {
        padding: 30px;
    }
    .sy_mokuai4 .nri_orng .nei_zhneg .xia .miaoshu .tiao span {
        font-size: 19px;
    }
}


/* =底 */

footer {
    padding: 36px 0 15px;
}

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

footer .container .zuo {
    flex: 0 0 29%;
    max-width: 29%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

footer .container .zuo .sh img {
    width: 110px;
}

footer .container .zuo .xia_y h5 {
    font-size: 20px;
    color: #fff;
    font-family: 'ali';
}

footer .container .zuo .xia_y h6 {
    margin-top: 30px;
}

footer .container .zuo .xia_y h6 a {
    margin-left: 23px;
}

footer .container .zuo .xia_y h6 a:nth-child(1) {
    margin-left: 0;
}

footer .container .you {
    flex: 0 0 61%;
    max-width: 61%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

footer .container .you .diz {
    flex: 1;
}

footer .container .you .diz h5 {
    font-size: 20px;
    color: #fff;
    font-family: 'ali';
}

footer .container .you .diz .dant {
    margin-top: 10px;
}

footer .container .you .diz .dant .s {
    margin-top: 15px;
    display: flex;
    align-items: center;
}

footer .container .you .diz .dant .s i {
    flex: 0 0 7%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

footer .container .you .diz .dant .s span {
    flex: 1;
    font-size: 15px;
    color: #fff;
    font-weight: 'ali1';
}

footer .container .you .yash {
    width: 100px;
}

footer .container .you .yash img {
    width: 100%;
}

footer .container .you .yash h5 {
    font-size: 14px;
    color: #fff;
    font-family: 'ali';
    margin-top: 15px;
}

footer .di_dh {
    margin-top: 30px;
    border-top: 1px solid #E2A6AE;
    padding-top: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

footer .di_dh a {
    font-size: 14px;
    color: #fff;
    font-family: 'ali1';
    margin: 0 20px;
}

@media only screen and (max-width:992px) {
    footer .container .zuo {
        flex: 0 0 100%;
        max-width: 100%;
    }
    footer .container .you {
        flex: 0 0 100%;
        margin-top: 50px;
        max-width: 100%;
    }
    footer .container .zuo .xia_y h6 a img {
        width: 40px;
    }
    footer .container .you .diz {
        flex: 0 0 100%;
    }
    footer .container .you .yash {
        flex: 0 0 100%;
        margin-top: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        /* 换主轴方向 */
        flex-direction: column;
        /* height: 100%; */
    }
    footer .container .you .yash img {
        width: 50%;
    }
    footer .container .you .yash h5 {
        font-size: 24px;
    }
    footer .container .you .diz .dant .s span {
        font-size: 20px;
    }
    footer .container .you .diz h5 {
        font-size: 24px;
    }
    footer .di_dh {
        display: none;
    }
}


/* 关于我们 */


/* .nei_ban {
    height: 600px;
} */

.nei_ban img {
    width: 100%;
}

.erji {
    background-color: #F5F5F5;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.erji a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: 60px;
    width: 110px;
    font-size: 16px;
    color: #333333;
}

.erji a.on {
    color: #fff;
    background-color: #DB2841;
}

.guanyu_gk1 {
    padding: 35px 0 65px;
}

.guanyu_gk1 .guy_nr {
    margin-top: 38px;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 30px;
}

.guanyu_gk1 .guy_nr img {
    max-width: 100%;
}
.rongyu_nr img{
    max-width: 300px;
    max-height: 300px;
    margin: 15px;
}
.rongyu_nr .tipian_pi{
    text-align: center;
}
@media only screen and (max-width:992px) {
    .erji a {
        flex: 0 0 33.333%;
        font-size: 20px;
    }
    .guanyu_gk1 .guy_nr {
        font-size: 20px;
        line-height: 40px;
    }
}


/* 产品导航 */

.daohang {
    background-color: #F7F7F7;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.daohang a {
    line-height: 30px;
    font-size: 12px;
    color: #333333;
}

.daohang i {
    color: #333333;
    margin: 0 10px;
}

.daohang a:nth-last-child(1) {
    color: #CF0F31;
}

.chanp_ye {
    padding: 50px 0 330px;
}

@media only screen and (max-width:992px) {
    .chanp_ye {
        padding: 50px 0;
    }
    .daohang a {
        line-height: 50px;
        font-size: 19px;
        display: none;
    }
    .daohang a:nth-child(1) {
        display: block;
    }
    .daohang a:nth-child(2) {
        display: block;
    }
    .daohang a:nth-last-child(1) {
        display: block;
    }
    .daohang .container {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .daohang .container i {
        display: none;
    }
    .daohang .container i:nth-last-child(2) {
        display: block;
    }
}


/* 产品内页 */

.cpnei_sige_kuai {
    padding: 30px 0;
}

.cpnei_sige_kuai .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.cpnei_sige_kuai .dand {
    flex: 0 0 23%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* 换主轴方向 */
    flex-direction: column;
}

.cpnei_sige_kuai .dand .shang {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 70px;
    height: 70px;
    border: 1px solid #333333;
    border-radius: 100px;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.cpnei_sige_kuai .dand:hover .shang {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}

.cpnei_sige_kuai .dand h5 {
    font-size: 18px;
    color: #424242;
    margin-top: 10px;
}

@media only screen and (max-width:992px) {
    .cpnei_sige_kuai .dand {
        flex: 0 0 48%;
        margin-top: 20px;
    }
    .cpnei_sige_kuai .dand h5 {
        font-size: 23px;
        padding: 20px;
    }
    .cpnei_sige_kuai {
        padding-bottom: 50px;
    }
}

.dazuyou {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    position: relative;
}

.dazuyou .zhoingjin {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.dazuyou .zuo {
    flex: 0 0 50%;
    background: linear-gradient( to right, #96011d, #d61f3a) no-repeat;
    background: -webkit-linear-gradient( left, #96011d, #d61f3a) no-repeat;
    padding-left: 350px;
    padding: 60px 0 45px 350px;
}

.dazuyou .zuo h5 {
    font-size: 50px;
    font-family: 'ali2';
    color: #fff;
    font-weight: bold;
}

.dazuyou .zuo h6 {
    font-size: 21px;
    color: #FFFFFF;
    font-family: 'ali2';
    margin-top: 15px;
}

.dazuyou .zuo .xia_bt {
    margin-top: 200px;
    font-family: 'ali3';
    color: #FFFFFF;
    font-size: 43px;
    line-height: 54px;
}

.dazuyou .zuo i {
    display: block;
    margin-top: 10px;
}

.dazuyou .you {
    flex: 0 0 50%;
    background: url(../image/lvbg.jpg) no-repeat center / cover;
    padding: 80px 350px 45px 0;
}

.dazuyou .you h5 {
    font-size: 72px;
    font-weight: bold;
    font-family: 'ali4';
    color: #fff;
    text-align: right;
    line-height: 59px;
}

.dazuyou .you h6 {
    font-size: 50px;
    font-weight: bold;
    font-family: 'ali4';
    color: #fff;
    text-align: right;
}

.dazuyou .you h4 {
    font-size: 30px;
    font-weight: bold;
    font-family: 'ali4';
    color: #fff;
    text-align: right;
}

.dazuyou .you .ms {
    font-size: 20px;
    font-family: 'ali';
    color: #fff;
    text-align: right;
    margin-top: 50px;
    line-height: 37px;
}

@media only screen and (max-width:1600px) {
    .dazuyou .zuo {
        padding: 60px 0 45px 256px;
    }
    .dazuyou .you {
        padding: 80px 256px 45px 0;
    }
}

@media only screen and (max-width:1400px) {
    .dazuyou .zuo {
        padding: 60px 0 45px 99px;
    }
    .dazuyou .you {
        padding: 80px 99px 45px 0;
    }
}

@media only screen and (max-width:1200px) {
    .dazuyou .zuo {
        flex: 0 0 100%;
    }
    .dazuyou .you {
        flex: 0 0 100%;
    }
}

.dazuyou .zhoingjin img {
    max-width: 300px;
    max-height: 491px;
}

@media only screen and (max-width:992px) {
    .dazuyou .zuo {
        padding: 50px;
    }
    .dazuyou .you {
        padding: 50px;
    }
    .dazuyou .you h5,
    .dazuyou .you h6,
    .dazuyou .you h4,
    .dazuyou .you .ms {
        text-align: left;
    }
    .dazuyou .zhoingjin {
        left: auto;
        right: 0;
        transform: translate(0%, -50%);
    }
    .dazuyou .zuo h5 {
        font-size: 40px;
    }
    .dazuyou .zuo h6 {
        font-size: 24px;
    }
}


/* 产品尺寸及参数 */

.cpcc_cs {
    padding: 40px 0;
    overflow: hidden;
}

.cpcc_cs .dandu {
    padding: 15px 40px;
    border-bottom: 1px solid #C41F37;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.cpcc_cs .dandu .zuo {
    flex: 0 0 26%;
    max-width: 26%;
}

.cpcc_cs .dandu .zuo .tu img {
    max-width: 100%;
}

.cpcc_cs .dandu .zuo .zi {
    font-size: 16px;
    color: #B40729;
    font-family: 'ali';
}

.cpcc_cs .dandu .you {
    flex: 0 0 74%;
    max-width: 74%;
}

.cpcc_cs .dandu .you img {
    max-width: 100%;
}

.cpcc_cs .container {
    margin-top: 20px;
}

.cpcc_cs .xiao_btr {
    font-size: 21px;
    color: #B40729;
    font-family: 'ali';
    padding-top: 20px;
    text-align: center;
}

.cpcc_cs .biaoge {
    margin-top: 10px;
}

.cpcc_cs .biaoge .bg_tou {
    padding: 10px 0;
    background-color: #b40729;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    /* overflow: hidden; */
}

.cpcc_cs .biaoge .bg_tou::after {
    width: 300%;
    height: 100%;
    background-color: #b40729;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    position: absolute;
    content: "";
}

.cpcc_cs .biaoge span {
    font-size: 16px;
    color: #b40729;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.cpcc_cs .biaoge .bg_tou span {
    text-align: center;
    color: #fff;
    font-size: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

.cpcc_cs .biaoge .biaoge_bid {
    padding: 10px 30px;
    border: 1px solid #dddddd;
}

.cpcc_cs .biaoge .biaoge_bid .hang {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.cpcc_cs .biaoge span:nth-child(1) {
    flex: 0 0 13%;
    max-width: 13%;
}

.cpcc_cs .biaoge span:nth-child(2) {
    flex: 0 0 17%;
    max-width: 17%;
}

.cpcc_cs .biaoge span:nth-child(3) {
    flex: 0 0 8%;
    max-width: 8%;
}

.cpcc_cs .biaoge span:nth-child(4) {
    flex: 0 0 12%;
    max-width: 12%;
}

.cpcc_cs .biaoge span:nth-child(5) {
    flex: 0 0 12%;
    max-width: 12%;
}

.cpcc_cs .biaoge span:nth-child(6) {
    flex: 0 0 12%;
    max-width: 12%;
}

.cpcc_cs .biaoge span:nth-child(7) {
    flex: 0 0 12%;
    max-width: 12%;
}

.cpcc_cs .biaoge span:nth-child(8) {
    flex: 0 0 12%;
    max-width: 12%;
}

@media only screen and (max-width:1200px) {
    .cpcc_cs .biaoge {
        overflow-x: auto;
    }
    .cpcc_cs .biaoge .geig {
        width: 1200px;
    }
    .cpcc_cs .biaoge .bg_tou::after {
        display: none;
    }
}

@media only screen and (max-width:992px) {
    .cpcc_cs {
        padding: 50px 0;
    }
    .cpcc_cs .dandu .zuo {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .cpcc_cs .dandu .you {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 20px;
    }
    .cpcc_cs .dandu {
        padding: 15px;
    }
    .cpcc_cs .dandu .zuo .zi {
        font-size: 20px;
    }
    .cpcc_cs .biaoge span {
        font-size: 20px;
    }
    .cpcc_cs .biaoge .bg_tou span {
        font-size: 20px;
    }
    .cpcc_cs .biaoge .geig {
        width: 1522px;
    }
    .cpcc_cs .xiao_btr {
        font-size: 25px;
    }
}


/* 轮播 */

.cp_lunb {
    height: 850px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.cp_ban {
    height: 100%;
}

.cp_lunb .zuoyou {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cp_lunb .zuoyou .zuo {
    flex: 0 0 37%;
    max-width: 37%;
    position: relative;
}

.cp_lunb .zuoyou .you {
    flex: 0 0 63%;
    max-width: 63%;
    height: 550px;
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 60px;
    position: relative;
}

.cp_lunb .zuoyou .you .zy_jiant {
    position: absolute;
    left: -45px;
    top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    z-index: 3;
}

.cp_lunb .zuoyou .you .zy_jiant .swiper-button-prev,
.cp_lunb .zuoyou .you .zy_jiant .swiper-button-next {
    position: static;
    width: 45px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: #E5E5E6;
    color: #fff;
    font-size: 18px;
}

.cp_lunb .zuoyou .you .zy_jiant .swiper-button-next {
    background-color: #FEFFFF;
    color: #ED5760;
}

.cp_lunb .zuoyou .you .swiper-pagination {
    bottom: 15px;
}

.cp_lunb .zuoyou .you .swiper-pagination-bullet {
    background: #fff;
    margin: 0 5px;
}

.lun_b_bt h5 {
    font-size: 32px;
    color: #fff;
    font-family: 'ali';
}

.lun_b_bt h6 {
    font-size: 16px;
    color: #fff;
    font-family: 'ali';
    text-transform: uppercase;
    margin-top: 10px;
    position: relative;
    padding-bottom: 18px;
}

.lun_b_bt h6::after {
    width: 250px;
    height: 2px;
    background-color: #C41F37;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
}

.lun_b_bt .mis {
    width: 250px;
    font-size: 16px;
    color: #fff;
    font-family: 'ali';
    margin-top: 20px;
    line-height: 25px;
    max-height: 150px;
    overflow-y: auto;
}

.cp_lunb .tp_kuang {
    position: absolute;
    width: 500px;
    height: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    left: 0;
    bottom: 45px;
    z-index: 3;
}

.cp_lunb .tp_kuang img {
    max-width: 100%;
    max-height: 100%;
}

.cp_lunb .zuoyou .you img {
    max-width: 100%;
    max-height: 100%;
}

@media only screen and (max-width:1200px) {
    .cp_lunb .tp_kuang {
        width: 285px;
        height: 198px;
    }
}

@media only screen and (max-width:992px) {
    .cp_lunb {
        height: auto;
        padding: 50px 0;
    }
    .cp_lunb .zuoyou .zuo {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .cp_lunb .zuoyou .you {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .cp_lunb .tp_kuang {
        position: static;
        width: 100%;
        height: 300px;
        margin-top: 30px;
    }
    .lun_b_bt .mis {
        width: 100%;
        font-size: 20px;
        max-height: 100%;
        line-height: 37px;
    }
    .lun_b_bt h6 {
        font-size: 20px;
    }
    .cp_lunb .zuoyou .you .zy_jiant {
        display: none;
    }
}


/* 新闻 */

.xinwen {
    padding: 50px 0 75px;
}

.xinwen .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}

.xinwen .container .zuo {
    flex: 0 0 20.5%;
    max-width: 20.5%;
}

.xinwen .container .zuo .biaoti {
    background-color: #1e4132;
    padding: 13px 18px 18px;
    font-size: 20px;
    font-family: 'ali';
    color: #fff;
    position: relative;
}

.xinwen .container .zuo .biaoti::after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background-color: #b40729;
    content: "";
}

.xinwen .container .zuo .xia {
    border: 1px solid #dddddd;
    padding: 14px 10px;
    min-height: 200px;
}

.xinwen .container .zuo .xia a {
    display: block;
    padding: 15px 30px;
    font-size: 16px;
    font-family: 'ali';
    color: #fff;
    background-color: #1e4132;
    margin-top: 10px;
    position: relative;
}

.xinwen .container .zuo .xia a i {
    position: absolute;
    left: 13px;
    top: 53%;
    transform: translateY(-50%);
    font-size: 13px;
    animation: xq2 1.5s linear infinite;
}

@keyframes xq2 {
    50% {
        left: 5px;
    }
    100% {
        left: 13px;
    }
}

.xinwen .container .zuo .xia a:nth-child(1) {
    margin-top: 0;
}

.xinwen .container .you {
    flex: 0 0 78%;
    max-width: 78%;
}

.xinwen .container .you .dange {
    background-color: #F7F7F7;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 176px 20px 20px;
    position: relative;
}

.xinwen .container .you .dange .ckgd_ck {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 91px;
    height: 36px;
    border: 1px solid #1e4132;
    background-color: #1e4132;
    color: #fff;
    font-size: 14px;
    font-family: 'ali';
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.xinwen .container .you .dange .ckgd_ck:hover {
    background-color: #fff;
    color: #1e4132;
}

.xinwen .container .you .dange:nth-child(1) {
    margin-top: 0;
}

.xinwen .container .you .dange .z {
    width: 76px;
    height: 76px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    /* 换主轴方向 */
    flex-direction: column;
}

.xinwen .container .you .dange .z h5 {
    font-size: 32px;
    color: #333333;
    font-weight: bold;
    font-family: 'ali';
}

.xinwen .container .you .dange .z h6 {
    font-size: 16px;
    color: #333333;
    font-family: 'ali';
}

.xinwen .container .you .dange .y {
    flex: 1;
    padding-left: 25px;
}

.xinwen .container .you .dange .y h5 {
    font-size: 16px;
    color: #000000;
    font-family: 'ali';
    font-weight: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
}

.xinwen .container .you .dange .y h6 {
    font-size: 12px;
    color: #666666;
    font-family: 'ali';
    font-weight: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    line-height: 20px;
    margin-top: 5px;
}

@media only screen and (max-width:992px) {
    .xinwen .container .zuo .xia a {
        font-size: 19px;
    }
    .xinwen .container .you .dange .z h6 {
        font-size: 18px;
    }
    .xinwen .container .you .dange .ckgd_ck {
        position: static;
        order: 1;
        width: 100%;
        margin-top: 50px;
        height: 53px;
        font-size: 19px;
    }
    .xinwen .container .you .dange {
        padding: 20px;
        align-items: flex-start;
    }
    .xinwen .container .you .dange .z {
        width: 83px;
        height: 83px;
    }
    .xinwen .container .you .dange .y {
        flex: 0 0 80%;
        padding-left: 0;
    }
    .xinwen .container .you .dange .y h5 {
        font-size: 20px;
    }
    .xinwen .container .you .dange .y h6 {
        font-size: 19px;
        line-height: 32px;
    }
}


/* 招聘 */

.xhaopin .container .zuo .biaoti2 {
    padding: 10px 30px 40px 20px;
}

.xhaopin .ms span {
    display: block;
    margin-top: 28px;
    line-height: 20px;
    color: #fff;
    font-size: 14px;
}

.xhaopin .container .you .dange {
    padding: 20px 40px 30px 30px;
}

.xhaopin .container .you .dange .bt1 {
    font-size: 20px;
    color: #333333;
    font-family: 'ali';
}

.xhaopin .container .you .dange .ms1 {
    font-size: 14px;
    color: #666666;
    font-family: 'ali';
    margin-top: 8px;
    line-height: 20px;
    flex: 0 0 100%;
}

@media only screen and (max-width:992px) {
    .xinwen .container .zuo {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .xinwen .container .you {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 30px;
    }
    .xhaopin .ms span {
        font-size: 19px;
    }
    .xinwen .container .zuo .biaoti {
        font-size: 27px;
    }
    .xhaopin .container .you .dange .ms1 {
        font-size: 20px;
        line-height: 31px;
    }
}


/* 联系 */

.lianxi {
    padding: 50px 0 40px;
}

.lianxi .container {}

.lianxi .container .zuoyou {
    margin-top: 20px;
    background-color: #F7F7F7;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 23px;
}

.lianxi .container .zuoyou .zuo {
    flex: 0 0 50%;
    max-width: 50%;
}

.lianxi .container .zuoyou .you {
    flex: 0 0 50%;
    max-width: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    /* 换主轴方向 */
    flex-direction: column;
    padding: 60px;
}

.lianxi .container .zuoyou .you h5 {
    font-size: 27px;
    color: #333333;
    font-family: 'ali';
}

.lianxi .container .zuoyou .you h6 {
    margin-top: 40px;
}

.lianxi .container .zuoyou .you h6 .tiao {
    display: flex;
    flex-wrap: wrap;
    padding: 9px 0;
}

.lianxi .container .zuoyou .you h6 i {
    display: block;
    width: 50px;
}

.lianxi .container .zuoyou .you h6 span {
    display: block;
    flex: 1;
    font-size: 20px;
    color: #333333;
}

@media only screen and (max-width:992px) {
    .lianxi .container .zuoyou .zuo {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .lianxi .container .zuoyou .you {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 30px;
        margin-top: 30px;
    }
    .lianxi .container .zuoyou .you h5 {
        font-size: 24px;
    }
}


/* 侧边栏 */

.cebian {
    position: fixed;
    display: block;
    font-size: 22px;
    color: #fff;
    font-family: 'ali';
    width: 40px;
    padding: 10px;
    height: 200px;
    background-color: #DB2841;
    right: 0;
    bottom: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    z-index: 99;
}
.cebian:hover{
    color: #fff;
}

.yema{margin-top:50px; text-align:center;}
.yema ul li{display:inline-block; margin:0 2px;}
.yema ul li a{min-width:40px; padding:0 15px; border-radius:2px; background-color:#fff; border:1px solid #E4E6E9; font-size:16px; line-height:38px; text-align:center; color:#333; display:block;}
.yema ul li a:hover{background-color:#1461ab; border:1px solid #424242; color:#fff;}
.yema ul li a.on{background-color:#1461ab; border:1px solid #424242; color:#fff;}
.yema ul li.active a{
    background-color:#424242; border:1px solid #424242; color:#fff;
}
.pagination{
    justify-content: center;
}
@media only screen and (max-width:1024px){
.yema{margin-top:20px;}
}
@media only screen and (max-width:992px){
.yema{margin-top:10px;}
.yema ul li{margin:0 2px;}
.yema ul li:first-child(2){display:none;}
.yema ul li:last-child(2){display:none;}
.yema ul li a{min-width:30px; padding:0 10px; height:30px; font-size:12px; line-height:28px;}
}
@media only screen and (max-width:320px){
.yema ul li{margin:0 1px;}
.yema ul li a{padding:0 6px;}
}
    
/* 模板详情页 */

.ny_nr .xw_xq {
    padding: 30px 0px;
}

.ny_nr .xw_xq .xq_lf .xq_tl {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 15px;
}

.ny_nr .xw_xq .xq_lf .xq_fc {
    width: 100%;
    border-bottom: solid 1px #cacaca;
    padding: 20px 0px;
}

.ny_nr .xw_xq .xq_lf .xq_fc .right {
    text-align: right;
}

.ny_nr .xw_xq .xq_nr {
    width: 100%;
    overflow: hidden;
    padding: 20px 0px;
    line-height: 30px;
    font-size: 14px;
}
.ny_nr .xw_xq .xq_nr img{
    max-width: 100%;
}
@media only screen and (min-height:992px) {
    .ny_nr .xw_xq .xq_nr {
        min-height: 20vh;
    }
}