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


/* css初始化 */

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

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

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

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

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

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

button {
    overflow: visible;
}

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

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

li {
    list-style: none;
}

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

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

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

button:focus {
    outline: none;
}


/* 整体 */

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

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

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

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

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

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

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

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

:focus {
    outline: none;
}

:root {
    --main-color: #3b529c;
}

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

.header {
    /* color: var(--main-color); */
    /* background: rgb(40, 40, 40); */
    background-color: #fff;
    width: 100%;
    position: relative;
    z-index: 9999999999999;
    transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.header.on {
    background-color: #000;
    top: 0;
    box-shadow: 0 2px 8px #ddd;
}

.header_h {
    height: 120px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.header .nav ul li:hover:after {
    width: 100%;
}

.header .nav ul li.on:after {
    width: 100%;
}

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

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

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

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

.header .nav ul li:hover .y_j a {
    color: #e60012;
    font-weight: bold;
}

.header .nav ul li.on .y_j a {
    color: #e60012;
    font-weight: bold;
}

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

.header .nav .e_j.on {
    top: 102px;
}

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

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

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

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

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


/* header  an */

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

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

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

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

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

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

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

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


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

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

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


/* 模态框 */

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

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

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

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

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

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

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

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

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

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

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

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

.header_l .logo {
    width: auto;
}

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

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

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

.header .header_r a.header_shop {
    font-size: 18px;
    color: #333;
}

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

.header .header_r a.header_shop {
    width: 105px;
    height: 36px;
    background-color: #e02b2b;
    color: #fff;
    display: flex;
    font-size: 18px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-left: 35px;
}

.header .header_r .header_sea {
    margin-left: 20px;
    padding-left: 50px;
    position: relative;
}

.header .header_r .header_sea::after {
    height: 50px;
    width: 1px;
    background-color: #fff;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    content: "";
}

.header .header_r a.header_shop:hover {
    background-color: #fff;
    box-shadow: 0 0 0 2px #e02b2b, 3px 3px 8px #e02b2b;
    color: #e02b2b;
}


/* 模态框 end*/

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

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

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

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

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

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

@media only screen and (max-width: 992px) {
    .container {
        max-width: 100%;
        padding: 0 30px;
    }
    .header .header_r .header_sea::after {
        display: none;
    }
    .header .header_r .header_sea {
        margin-right: 20px;
    }
}

@media only screen and (max-width:1300px) {
    .header .nav .y_j a {
        font-size: 16px;
    }
}

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

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

.pc_ban {
    width: 100%;
    height: 860px;
    overflow: hidden;
}

.pc_ban .container {
    height: 100%;
    position: relative;
}

.pc_ban .swiper-wrapper {
    height: 100%;
}

.pc_ban .swiper-wrapper .swiper-slide {
    height: 100%;
    position: relative;
}

.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 .swiper-slide-active .sw_bg {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.swiper-button-prev::after,
.swiper-button-next::after {
    content: "";
}

.pc_ban .banner_other {
    left: 4%;
    bottom: 155px;
    position: absolute;
    z-index: 9;
}

.pc_ban .banner_other .banner_xh {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-transform: uppercase;
    cursor: pointer;
    animation: dd .5s linear infinite alternate;
}

@keyframes dd {
    100% {
        transform: translateY(-10px);
    }
}

.pc_ban .banner_other .swiper-button-prev,
.pc_ban .banner_other .swiper-button-next {
    position: static;
}

.pc_ban .banner_other .swiper-button {
    width: 190px;
    height: 50px;
    /* background-color: #fff; */
    /* border-radius: 10px 10px 0 0; */
    position: relative;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    margin-top: 25px;
}


/* .pc_ban .banner_other .swiper-button::before {
   content: "";
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   width: 1px;
   height: 30px;
   background-color: #eeeeee;
} */

.pc_ban .banner_other .swiper-button .swiper-button-prev,
.pc_ban .banner_other .swiper-button .swiper-button-next {
    height: auto;
    width: auto;
    margin-top: 0;
    font-size: 18px;
    color: #000;
}

.pc_ban .banner_other .swiper-button .swiper-button-prev {
    width: 30px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 100px;
    z-index: 99;
}

.pc_ban .banner_other .swiper-button .swiper-button-next {
    margin-left: 8px;
    width: 30px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 30px;
}

.pc_ban .banner_other .swiper-pagination {
    color: #fff;
    color: #fff;
    left: -9px;
    top: 15px;
}

.pc_ban .swiper-pagination .swiper-pagination-bullet {
    width: 13px;
    height: 7px;
    opacity: 1;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    border-radius: 5px;
}

.pc_ban .swiper-pagination {
    bottom: 60px;
}

.pc_ban .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 42px;
    height: 7px;
    border-radius: 5px;
}

.pc_ban_link {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    /* 换主轴方向 */
    flex-direction: column;
    height: 100%;
}

.pc_ban_link .zs_s {
    font-size: 18px;
    color: #ffffff;
    padding-bottom: 50px;
    position: relative;
}

.pc_ban_link .zs_s::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 43px;
    height: 1px;
    background-color: #fff;
    content: "";
}

.pc_ban_link h5 {
    font-size: 60px;
    color: #ffffff;
    font-weight: bold;
    margin-top: 47px;
}

.pc_ban_link h6 {
    font-size: 32px;
    color: #ffffff;
    font-weight: bold;
    margin-top: 32px;
}

.pc_ban_link .liaojie_syban {
    font-size: 30px;
    color: #ffffff;
    margin-top: 55px;
}

@media only screen and (max-width:992px) {
    .pc_ban {
        height: 381px;
    }
    .pc_ban_link h5 {
        font-size: 34px;
        margin-top: 21px;
    }
    .pc_ban_link h6 {
        font-size: 20px;
        padding: 19px 0 13px;
        margin-top: 0;
    }
    .pc_ban_link .zs_s {
        padding-bottom: 15px;
    }
    .pc_ban .banner_other .swiper-button {
        display: none;
    }
    .pc_ban_link .liaojie_syban {
        font-size: 18px;
        margin-top: 18px;
    }
    .pc_ban .swiper-pagination {
        bottom: 10px;
    }
}


/* .模块一 */

.sy_mokuaiyi {
    padding-top: 160px;
    overflow: hidden;
}


/* 公司简介 */

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

.sy_gsjj .you {
    flex: 0 0 55%;
}

.sy_gsjj .zuo {
    flex: 0 0 41%;
    position: relative;
}

.sy_gsjj .zuo .tp_tt {
    position: relative;
    right: 0;
    top: 0;
    max-width: 632px;
}

.sy_gsjj .zuo .tp_tt::after {
    width: 608px;
    height: 306px;
    background-color: #e70012;
    position: absolute;
    left: -120px;
    bottom: 20px;
    content: "";
}

.sy_gsjj .zuo .tp_tt img {
    max-width: 100%;
    position: relative;
    z-index: 2;
}

.ggbt {
    text-align: right;
}

.ggbt h5 {
    font-size: 30px;
    font-weight: bold;
    color: #000000;
}

.ggbt h6 {
    font-size: 14px;
    color: #000000;
    text-transform: uppercase;
    margin-top: 18px;
}

.sy_gsjj .you .gy_ne_sy {
    font-size: 16px;
    color: #000000;
    line-height: 30px;
    margin-top: 30px;
}

.sy_gsjj .you .gy_ne_sy .you_ce {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 70px;
}

.gg_ckgd {
    width: 145px;
    height: 31px;
    display: flex;
}

.gg_ckgd .z {
    width: 109px;
    height: 31px;
    background-color: #e70012;
    font-size: 12px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.gg_ckgd .y {
    width: 36px;
    height: 31px;
    background-color: #a40000;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.sy_mokuaiyi .sy_cpzs {
    margin-top: 103px;
}

@media only screen and (max-width:1300px) {
    .sy_gsjj .zuo .tp_tt::after {
        width: 521px;
        height: 239px;
    }
}

@media only screen and (max-width:992px) {
    .sy_mokuaiyi {
        padding-top: 50px;
    }
    .sy_gsjj .zuo {
        flex: 0 0 100%;
        margin-top: 30px;
    }
    .sy_gsjj .you {
        flex: 0 0 100%;
        order: -1;
    }
    .sy_gsjj .you .gy_ne_sy {
        font-size: 19px;
        line-height: 35px;
    }
    .ggbt h6 {
        font-size: 18px;
    }
    .sy_gsjj .you .gy_ne_sy .you_ce {
        margin-top: 33px;
    }
    .gg_ckgd {
        width: 188px;
        height: 56px;
    }
    .gg_ckgd .z {
        height: 100%;
        font-size: 18px;
    }
    .gg_ckgd .y {
        height: 100%;
    }
}


/* 产品 */

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

.sy_cpzs .zz {
    flex: 0 0 45%;
    height: 486px;
}

.sy_cpzs .yy {
    flex: 0 0 55%;
    height: 486px;
    padding: 36px 40px 35px 80px;
}

.sy_cpzs .cp_zs {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    flex-wrap: wrap;
}

.sy_cpzs .cp_zs_synr {
    font-size: 16px;
    color: #190f05;
    line-height: 30px;
    margin-top: 26px;
}

.sy_cpzs .xia_tu {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    flex-wrap: wrap;
}

.sy_cpzs .xia_tu {
    margin-top: 40px;
}

.sy_cpzs .xia_tu .z {
    flex: 0 0 50%;
    max-width: 50%;
}



.sy_cpzs img {
    max-width: 100%;
}

@media only screen and (max-width:992px) {
    .sy_cpzs .zz {
        flex: 0 0 100%;
    }
    .sy_cpzs .yy {
        flex: 0 0 100%;
        order: -1;
        height: auto;
        padding: 30px;
    }
    .sy_cpzs .cp_zs_synr {
        font-size: 19px;
    }
}


/* 模块二荣誉资质 */

.sy_ryzz {
    padding-top: 70px;
    position: relative;
    padding-bottom: 78px;
}

.ry-button {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #e70012;
    height: 78px;
    box-shadow: 0 0 10px #dddada;
}

.ry-button .container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    flex-wrap: wrap;
}

.sy_ryzz .swiper-button-prev,
.sy_ryzz .swiper-pagination,
.sy_ryzz .swiper-button-next {
    position: unset;
    margin-top: 0;
}

.sy_ryzz .swiper-pagination {
    width: 261px;
    color: #fff;
}

.zz_banner {
    padding-bottom: 97px;
}

.zz_banner .b2b_ban .zuo {
    flex: 0 0 41%;
    text-align: center;
    padding: 0 77px;
}

.zz_banner .b2b_ban .container {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    flex-wrap: wrap;
}

.zz_banner .b2b_ban .zuo h5 {
    font-size: 24px;
    color: #000000;
    margin-top: 40px;
}

.zz_banner .b2b_ban .zuo h6 {
    font-size: 14px;
    color: #000000;
    margin-top: 35px;
    line-height: 35px;
}

.zz_banner .b2b_ban .you {
    flex: 0 0 21%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.zz_banner .b2b_ban .you img {
    max-width: 100%;
    max-height: 100%;
}

@media only screen and (max-width:1300px) {
    .zz_banner .b2b_ban .zuo {
        padding: 0;
    }
}

@media only screen and (max-width:992px) {
    .zz_banner .b2b_ban .zuo {
        flex: 0 0 50%;
    }
    .zz_banner .b2b_ban .you {
        flex: 0 0 50%;
    }
    .zz_banner .b2b_ban .zuo h6 {
        font-size: 18px;
    }
}


/* 公司新闻 */

.sy_gsxw {
    padding: 70px 0;
}

.sy_gsxw .xw_xw_sy {
    box-shadow: 0 0 10px #acacac;
    margin-top: 40px;
}

.sy_gsxw .shang_tu {
    overflow: hidden;
}

.sy_gsxw .shang_tu img {
    width: 100%;
    transition: all 1.7s;
    -o-transition: all 1.7s;
    -ms-transition: all 1.7s;
    -moz-transition: all 1.7s;
    -webkit-transition: all 1.7s;
}

.sy_gsxw .xw_xw_sy:hover .shang_tu 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_gsxw .xia_zi {
    height: 227px;
    background-color: #f7f7f7;
    padding: 40px;
    transition: all .7s;
    -o-transition: all .7s;
    -ms-transition: all .7s;
    -moz-transition: all .7s;
    -webkit-transition: all .7s;
}

.sy_gsxw .xia_zi h5 {
    font-size: 18px;
    color: #000000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.sy_gsxw .xia_zi h6 {
    font-size: 14px;
    color: #666666;
    margin-top: 20px;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}

.gg_xw {
    margin-top: 35px;
    width: 89px;
    /* height: 20px; */
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0);
}

.gg_xw .z {
    width: 67px;
    height: 20px;
    background-color: #e70012;
    font-size: 12px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.gg_xw .y {
    width: 22px;
    height: 20px;
    background-color: #a40000;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.sy_gsxw .xw_xw_sy:hover .xia_zi {
    background-color: #e70012;
}

.sy_gsxw .xw_xw_sy:hover .xia_zi h5 {
    color: #fff;
}

.sy_gsxw .xw_xw_sy:hover .xia_zi h6 {
    color: #fff;
}

.sy_gsxw .xw_xw_sy:hover .xia_zi .gg_xw {
    border: 1px solid #fff;
}

@media only screen and (max-width:1300px) {
    .sy_gsxw .xia_zi {
        height: 193px;
        padding: 18px
    }
}

@media only screen and (max-width:992px) {
    .sy_gsxw .xia_zi h5 {
        font-size: 23px;
    }
    .sy_gsxw .xia_zi h6 {
        font-size: 20px;
    }
    .gg_xw {
        height: 48px;
        width: 168px;
    }
    .gg_xw .z {
        width: 129px;
        height: 100%;
        font-size: 17px;
    }
    .gg_xw .y {
        width: 38px;
        height: 100%;
    }
    .gg_xw .y img {
        width: 15px;
    }
}


/* 产品中心 */

.nei_ban {
    height: 400px;
}

.ny_cp_nr {
    padding: 70px 0;
}

.ny_cp_nr .shang_zi {
    font-size: 16px;
    color: #000000;
    line-height: 30px;
    padding-bottom: 106px;
}

.ny_cp_nr .shang_zi img {
    max-width: 100%;
}

.cp_liebiao {
    padding: 30px 0 70px;
}

.cp_liebiao ul li {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.cp_liebiao ul li .zuo_yi {
    flex: 0 0 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* 换主轴方向 */
    flex-direction: column;
    height: 100%;
    background-color: #facccf;
    font-size: 18px;
    color: #e60012;
    font-weight: bold;
}
.cp_liebiao ul li .zuo_yi a{
    display: block;
 
    color: #e60012;
}
.cp_liebiao ul li .zuo_er {
    flex: 0 0 18%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* 换主轴方向 */
    flex-direction: column;
    height: 100%;
    background-color: #e6e6e5;
}

.cp_liebiao ul li .zui_san {
    flex: 0 0 15%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* 换主轴方向 */
    flex-direction: column;
    height: 100%;
    background-color: #f0f0ef;
}

.cp_liebiao ul li .zui_san p {
    position: relative;
    padding-left: 20px;
}

.cp_liebiao ul li .zui_san p::after {
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: #e60012;
    content: "";
    border-radius: 100px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.cp_liebiao ul li .zuo_si {
    flex: 0 0 26%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* 换主轴方向 */
    flex-direction: column;
    background-color: #d6d6d5;
    height: 100%;
    padding: 0 60px;
    line-height: 25px;
}

.cp_liebiao ul li .zuo_wu {
    flex: 0 0 13%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* 换主轴方向 */
    flex-direction: column;
    height: 100%;
    background-color: #e6e6e5;
}

.cp_liebiao ul li {
    margin-top: 10px;
    height: 120px;
}

.cp_liebiao ul li:nth-child(1) {
    height: 25px;
    font-size: 16px;
    color: #fff;
}

.cp_liebiao ul li:nth-child(1) .zuo_yi {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
}

.cp_liebiao ul li:nth-child(1) .zuo_yi {
    background-color: #e60012;
}

.cp_liebiao ul li:nth-child(1) .zuo_er {
    background-color: #808080;
}

.cp_liebiao ul li:nth-child(1) .zui_san {
    background-color: #b3b3b3;
}

.cp_liebiao ul li:nth-child(1) .zuo_si {
    background-color: #333333;
}

.cp_liebiao ul li:nth-child(1) .zuo_wu {
    background-color: #808080;
}

@media only screen and (max-width:992px) {
    .cp_liebiao ul {
        overflow-y: scroll;
    }
    .cp_liebiao ul li {
        min-width: 1200px;
    }
    .ny_cp_nr .shang_zi {
        font-size: 19px;
    }
}


/* 新闻 */

.news_ban {
    position: relative;
}

.news_mk1 {
    background-color: #f7f7f7;
    padding: 75px;
}

.news_mk1 .container {
    padding: 0;
}

.news_mk1 .row {
    margin: 0 -15px;
}

.news_mk1 .col-lg-6 {
    padding: 0 15px;
    position: relative;
}

.news_mk1 .news_hotContent {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -50px;
    background-color: #fff;
    padding: 50px;
    padding-bottom: 115px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news_mk1 .news_hotContent .news_time {
    width: 120px;
    background-color: #c8161e;
    height: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
}

.news_mk1 .img img {
    width: 100%;
}

.news_mk1 .news_hotContent .news_time h5 {
    font-size: 24px;
    font-weight: bold;
}

.news_mk1 .news_hotContent .news_time p {
    width: 65px;
    height: 1px;
    background-color: #fff;
    margin: 7px 0;
}

.news_mk1 .news_hotContent .news_text {
    width: calc(100% - 145px);
}

.news_mk1 .news_hotContent .news_title {
    font-size: 24px;
    margin-bottom: 8px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.news_mk1 .news_hotContent .news_des {
    font-size: 16px;
    color: #666666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}

.news_button {
    top: 60%;
    position: absolute;
    left: calc(50%);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    z-index: 11;
}

.news_button .swiper-button-next,
.news_button .swiper-button-prev {
    position: static;
    margin: 0;
}

.news_button .swiper-pagination {
    margin: 0 10px;
    position: static;
    width: auto;
}

.xin_we {
    background-color: #fff;
    padding: 50px 0;
}

.news .dange_xw {
    display: block;
    position: relative;
    padding-left: 60px;
    margin-top: 20px;
}

.news .dange_xw .you {
    background-color: #f7f7f7;
    width: 100%;
    padding-left: 96px;
    padding-right: 50px;
    height: 140px;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    /* 换主轴方向 */
    flex-direction: column;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.news .dange_xw .you h5 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    font-size: 18px;
    color: #000000;
}

.news .dange_xw .you h6 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #333333;
    margin-top: 20px;
    line-height: 21px;
}

.news .dange_xw .zuo {
    width: 119px;
    height: 101px;
    background-color: #c8161e;
    display: flex;
    justify-content: center;
    align-items: center;
    /* 换主轴方向 */
    flex-direction: column;
    color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.news .dange_xw .zuo h5 {
    font-size: 24px;
    font-weight: bold;
}

.news .dange_xw .zuo span {
    width: 65px;
    height: 1px;
    background-color: #fff;
    margin: 10px 0;
}

.news .dange_xw .zuo h6 {
    font-size: 16px;
}

.news .dange_xw:hover .you {
    box-shadow: 0 0 10px #d5cdcd;
}

@media only screen and (max-width:992px) {
    .news .dange_xw .you h5 {
        font-size: 22px;
    }
    .news .dange_xw .you h6 {
        font-size: 18px;
    }
    .news .dange_xw .zuo h6 {
        font-size: 19px;
    }
    .news_mk1 {
        padding: 60px 15px;
    }
    .news_mk1 .news_hotContent {
        padding: 25px;
        position: static;
        padding-bottom: 60px;
        transform: translateY(0);
    }
    .news_button {
        top: auto;
        bottom: 10px;
        transform: translateX(-50%);
    }
}


/* 联系我们 */


/* contact */

.contact .contact_ban {
    position: relative;
    margin-top: 70px;
}

@media only screen and (max-width:992px) {
    .contact .contact_ban {
        margin-top: 30px;
    }
}

.contact .contact_text {
    width: 307px;
    position: absolute;
    left: 110px;
    top: calc(50% - 375px /2);
    background-color: #fff;
}

.contact .contact_text .contact_bt {
    padding: 20px 0 20px;
    text-align: center;
    border-bottom: 1px solid #c5c5c5;
}

.contact .contact_text .contact_bt h2 {
    font-size: 20px;
}

.contact .contact_text .contact_bt i {
    width: 34px;
    height: 2px;
    background-color: #000;
    margin: 10px auto;
    display: block;
}

.contact .contact_text .contact_bt h5 {
    font-size: 12px;
}

.contact .contact_text .contact_xx {
    padding: 15px 40px;
}

.contact .contact_text .contact_xx li {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.8;
}

.contact .contact_text .contact_xx .text {
    flex: 1;
}

.contact .contact_text .contact_bottom {
    min-height: 85px;
    background-color: #e60012;
    padding: 15px 50px 0 70px;
    color: #fff;
    font-size: 12px;
    position: relative;
}

.contact .contact_text .contact_bottom::before {
    content: '';
    background: url(../images/lx_xb_10.jpg) no-repeat;
    width: 20px;
    height: 13px;
    position: absolute;
    top: 20px;
    left: 40px;
}

.contact_img {
    padding: 60px 0 50px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.contact_img .two {
    text-align: center;
    margin: 0 50px;
}

.contact_img .two img {
    width: 105px;
    display: block;
}

.contact_img .two span {
    font-size: 16px;
    margin-top: 10px;
}

@media only screen and (max-width:1024px) {
    .contact .contact_text {
        position: static;
        width: 100%;
    }
    .contact .contact_text .contact_bt h2 {
        font-size: 30px;
    }
    .contact .contact_text .contact_bt i {
        width: 60px;
        height: 2px;
        margin: 15px auto;
    }
    .contact .contact_text .contact_bt h5 {
        font-size: 20px;
    }
    .contact .contact_text .contact_xx li {
        font-size: 20px;
    }
    .contact .contact_text .contact_bottom {
        font-size: 20px;
    }
    .contact .contact_text .contact_bottom::before {
        background-size: 100%;
        width: 19px;
        height: 18px;
    }
    .contact_img .two {
        margin: 0 40px;
    }
}

@media only screen and (max-width:992px) {
    .contact .contact_text .contact_xx li .text img {
        width: 150px;
    }
}

.liuyan {
    color: #000;
    padding: 70px 0;
}

.liuyan .ly_bt {
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.liuyan .ly_bt h5 {
    font-size: 24px;
    color: #000;
}

.liuyan .ly_bt span {
    width: 2px;
    height: 16px;
    background-color: #666666;
    transform: rotate(20deg);
    margin: 0 10px;
}

.liuyan .ly_bt h6 {
    font-size: 16px;
    color: #666666;
}

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

.biao_dan .zuo {
    flex: 0 0 48%;
}

.biao_dan .you {
    flex: 0 0 48%;
}

.biao_dan input {
    width: 100%;
    height: 56px;
    border: 1px solid #e5e5e5;
    margin-top: 25px;
    padding: 0 20px;
}

.biao_dan textarea {
    width: 100%;
    height: 218px;
    border: 1px solid #e5e5e5;
    margin-top: 25px;
    padding: 20px;
}

.biao_dan button {
    margin-top: 40px;
    width: 100%;
    height: 47px;
    background-color: #666666;
    border: 1px solid #666666;
    font-size: 16px;
    color: #d7d7d7;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.biao_dan button:hover {
    color: #000;
    background-color: rgba(0, 0, 0, 0);
}

@media only screen and (max-width:992px) {
    .biao_dan input {
        flex: 0 0 100%;
        height: 60px;
        margin-top: 10px;
        font-size: 22px;
    }
    .biao_dan .zuo {
        flex: 0 0 100%;
    }
    .biao_dan .you {
        flex: 0 0 100%;
    }
    .biao_dan textarea {
        margin-top: 10px;
        font-size: 22px;
    }
    .liuyan .ly_bt h5 {
        font-size: 30px;
    }
    .liuyan .ly_bt h6 {
        font-size: 20px;
    }
    .liuyan .ly_bt span {
        height: 23px;
    }
    .biao_dan button {
        font-size: 20px;
    }
}


/* contact end */


/* 底 */

footer {
    padding: 69px 0;
    background-color: #333333;
}

footer .container {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    flex-wrap: wrap;
    color: #fff;
}

footer .container .zuo {
    flex: 0 0 50%;
}

footer .container .zuo h5 {
    line-height: 37px;
}

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

footer .container .zuo h6 .nr {
    display: inline-block;
    text-align: center;
}

footer .container .zuo h6 .nr .sm_saom {
    font-size: 14px;
    margin-top: 15px;
}

footer .container .you {
    flex: 0 0 40%;
    font-size: 18px;
    text-align: right;
}

footer .container .you a {
    color: #fff;
}

@media only screen and (max-width:992px) {
    footer .container .zuo {
        flex: 0 0 100%;
    }
    footer .container .you {
        flex: 0 0 100%;
        margin-top: 30px;
        text-align: left;
    }
    footer .container .zuo h6 .nr img {
        width: 150px;
    }
    footer .container .zuo h6 .nr .sm_saom {
        font-size: 22px;
    }
    footer .container .zuo h6 {
        text-align: center;
    }
    footer .container .zuo h5 {
        font-size: 22px;
    }
}


/* 分页 */

.pages {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-bottom:20px;
    margin-top: 20px;
}

.pages a {
    text-decoration: none;
    display: inline-block;
    font-family: 微软雅黑;
    margin-left: 5px;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    color: #000;
    margin-left: 10px;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #dddddc;
}
.pages span{
   
    border: 1px solid #dddddc;
    width: 40px;
    height: 40px;
    border-radius: 5px;
}
.pages .current-page {
    color: #fff;
    font-size: 16px;
 
    background: #e70012 ;
    border-radius: 5px;
    font-weight: bold;
}

.pages span {
   
    text-decoration: none;
    display: inline-block;
    font-family: 微软雅黑;
    margin-left: 5px;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    color: #000;
    margin-left: 10px;
    width: 40px;
    height: 40px;
   

}
  
 /* 新闻内页 */
    
 .ny_nr .xw_xq {
    padding: 30px 0px;
}

.ny_nr .xw_xq .xq_lf .xq_tl {
    text-align: center;
    font-size: 30px;
    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%;
    
}

.ny_nr .xw_xq .xq_fy {
    text-align: center;
    padding: 15px 0px;
}

.ny_nr .xw_xq .xq_fy a {
    display: inline-block;
    margin: 0px 15px;
    padding: 10px 20px;
    background-color: #000000;
    color: #FFFFFF;
    font-size: 14px;
}

.ny_nr .xw_xq .xq_rt {
    width: 100%;
    overflow: hidden;
    margin-top: 56px;
}

.ny_nr .xw_xq .xq_rt .rt_bt {
    font-size: 24px;
    font-weight: bold;
    background-color: #000000;
    color: #FFFFFF;
    padding: 15px 0px;
    text-align: center;
}

.ny_nr .xw_xq .xq_rt .rt_lb li a {
    display: block;
    border-bottom: dashed 1px #cccccc;
    line-height: 56px;
    font-size: 14px;
    color: #666;
}

@media only screen and (max-width:640px) {
    .ny_nr .xw_xq {
        padding: 20px 0px;
    }
    .ny_nr .xw_xq .xq_lf .xq_tl {
        font-size: 22px;
    }
    .ny_nr .xw_xq .xq_lf .xq_fc {
        padding: 15px 0px;
    }
    .ny_nr .xw_xq .xq_lf .xq_fc .right {
        text-align: center;
    }
    .ny_nr .xw_xq .xq_fy {
        padding: 10px 0px;
    }
    .ny_nr .xw_xq .xq_fy a {
        margin: 0px 10px;
        padding: 10px 15px;
    }
    .ny_nr .xw_xq .xq_rt {
        margin-top: 15px;
    }
    .ny_nr .xw_xq .xq_rt .rt_bt {
        font-size: 20px;
        padding: 10px 0px;
    }
    .ny_nr .xw_xq .xq_rt .rt_lb li a {
        line-height: 40px;
    }
}
/* 荣誉资质 */

.ny_bt{font-size:28px; font-weight:bold; text-align:center; color:#e70012; margin-bottom:40px;}
@media only screen and (max-width:1024px){
.ny_bt{font-size:26px; margin-bottom:30px;}
}
@media only screen and (max-width:640px){
.ny_bt{font-size:23px;}
}
.gy_wm{width:100%; padding:80px 0 100px; overflow:hidden;}
.gy_wm .ry_zz .n_r{background-color:#fff; padding:20px; margin-bottom:30px; box-shadow:0px 8px 20px 0px rgba(95,125,158,.1);
    transition:all .5s;
    -o-transition:all .5s;
    -ms-transition:all .5s;
    -moz-transition:all .5s;
    -webkit-transition:all .5s;}
    .gy_wm .ry_zz .n_r:hover{box-shadow:0px 8px 20px 0px rgba(95, 125, 158, 0.3);
    transform:translateY(-10px);
    -o-transform:translateY(-10px);
    -ms-transform:translateY(-10px);
    -moz-transform:translateY(-10px);
    -webkit-transform:translateY(-10px);}
    .gy_wm .ry_zz img{width:100%; height:auto; display:block;}
    .gy_wm .ry_zz p{font-size:16px; text-align:center; margin-top:20px; padding-top:20px; border-top:1px solid #ddd;}


    
.gy_wm .cp_lb .n_r{ border:1px solid #ba2229; margin-bottom:30px;}
.gy_wm .cp_lb .t_p{overflow:hidden; position:relative;}
.gy_wm .cp_lb .t_p img{width:100%; height:auto; display:block;
transition:all 1s;
-o-transition:all 1s;
-ms-transition:all 1s;
-moz-transition:all 1s;
-webkit-transition:all 1s;}
.gy_wm .cp_lb .n_r:hover .t_p img{transform:scale(1.1);
-o-transform:scale(1.1);
-ms-transform:scale(1.1);
-moz-transform:scale(1.1);
-webkit-transform:scale(1.1);}
.gy_wm .cp_lb .t_p:before{width:100%; height:100%; position:absolute; top:0; left:0; content:""; background-color:rgba(0,0,0,.4); opacity:0; z-index:99;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.gy_wm .cp_lb .n_r:hover .t_p:before{opacity:1;}
.gy_wm .cp_lb .t_p:after{width:0; height:0; position:absolute; top:50%; left:50%; content:""; background:url(../images/jh.jpg) no-repeat center / cover; z-index:99;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;
transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
-moz-transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);
-o-transform:translate(-50%,-50%);}
.gy_wm .cp_lb .n_r:hover .t_p:after{width:60px; height:60px;}
.gy_wm .cp_lb .w_z{padding:25px 20px; color:#000000;}
.gy_wm .cp_lb .w_z h3{font-size:20px; font-weight:bold; text-align:center; line-height:32px;  text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.gy_wm .cp_lb .w_z p{line-height:24px; height:72px; overflow:hidden; display:-webkit-box;
line-clamp:3;
-webkit-line-clamp:3;
-moz-line-clamp:3;
-ms-line-clamp:3;
-o-line-clamp:3;
-webkit-box-orient:vertical;}
@media only screen and (max-width:640px){
    .gy_wm{
padding: 50px 0;
    }
    .gy_wm .ry_zz p{
        font-size: 20px;
    }
}
