@charset "utf-8";
* {
    padding: 0px;
    margin: 0px;
}

body {
    font-size: 14px;
    color: #555;
    font-family: "Microsoft YaHei", Arial, Tahoma, sans-serif;
    overflow-x: hidden;
}

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;
}

:focus {
    outline: 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) {
   
.container, .container-sm {
    max-width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}
    body {
        font-size: 16px;
    }
    input,
    select,
    button,
    textarea {
        font-size: 13px;
    }
    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;
    }
}

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;
    }
}


/* 微信 */

.e_m {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 99999;
    display: none;
}

.e_m .n_r {
    width: 200px;
    padding: 10px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.e_m .n_r img {
    width: 100%;
    height: auto;
    display: block;
}

.e_m .n_r p {
    font-size: 15px;
    color: #888;
    margin-top: 10px;
}

@media only screen and (max-width: 640px) {
    .e_m .n_r {
        width: 230px;
        padding: 15px;
    }
    .e_m .n_r p {
        font-size: 15px;
    }
}


/* header */

.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    border-bottom: 1px solid rgba(0, 0, 0, .4);
    background-color: rgba(208,227,240,0.5);
}

.header.on {
    background-color: #fff;
    top: 0;
    box-shadow: 0 2px 8px #ddd;
}

.top_he {
    background-color: rgba(0, 0, 0, .5);
}

.top {
    height: 31px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.top span {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, .8);
}

.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .logo img {
    /* width: 100%; */
    max-width: 300px;
}

.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 .nav ul {
    width: 100%;
    display: flex;
}

.header .nav ul li {
    position: relative;
    /* flex: 0 0 10.3333%; */
    height: 100px;
    background-size: 0 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    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 {
    position: relative;
    height: 100%;
}

.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 {
    font-size: 16px;
    color: #000000;
    position: relative;
    padding: 0 32px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.header .nav .y_j a::after {
    width: 0%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 4px;
    background-color: #fe2a00;
    position: absolute;
    content: "";
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.header .nav .on .y_j a::after {
    width: 100%;
}

.header .nav li:hover .y_j a::after {
    width: 100%;
}

.header .nav .on .y_j a {
    /*color: #000;*/
    color: #fe2a00;
    font-weight: bold;
}

.header .nav li.on {
    border: 1px solid rgba(0, 0, 0, .4);
}

.header .nav li.on .y_j a::after {
    width: 100%;
}

.header .nav li:hover .y_j a::after {
    width: 100%;
}

.header .header_r {
    display: flex;
}

.header .nav .e_j {
    width: 150px;
    padding: 10px 0;
    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 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;
    line-height: 36px;
    text-align: center;
    display: block;
}


/* 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: #ff2e2e;
    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;
}

.header .header_ls .hr {
    height: 30px;
    width: 1px;
    background-color: var(--color);
    margin: 0 12px;
}

@media only screen and (max-width:992px) {
    .header .nav .y_j a::after {
        display: none;
    }
}


/* 模态框 */

.search {
    position: fixed;
    top: 100px;
    width: 100%;
    background-color: #f5f5f8;
    height: 80px;
    display: none;
    z-index: 9999;
}

.search>.container {
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 100px;
}

.search label {
    padding-left: 60px;
    position: relative;
    margin: 0;
}

.search label .hr {
    /* content: ''; */
    position: absolute;
    width: 0;
    height: 1px;
    background-color: var(--color);
    bottom: -8px;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.search label input {
    font-size: 15px;
    color: var(--color);
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.search label input:focus {
    padding-left: 10px;
}

.search label input:focus~.hr {
    width: 100%;
}


/* 模态框 end*/

.header .nav ul li:hover .n2_nav {
    display: block;
}


/* .header_h {
    display: none;
} */

@media only screen and (max-width: 1200px) {
    .header .logo {
        margin: 21px 0;
    }
    .header .nav .y_j a {
        padding: 0 8px;
    }
}

@media only screen and (max-width: 1080px) {
    .header .nav ul li {
        margin-left: 15px;
    }
}

@media only screen and (max-width: 992px) {
    .header {
        /* background-color: #000; */
        position: relative;
    }
    .header .nav .on .y_j {
        padding: 0;
        border: none;
    }
    .header_h {
        display: block;
    }
    .header .en {
        margin-right: 40px;
    }
    .header .logo>a {
        position: static;
    }
    .header .logo img {
        max-width: 215px;
    }
    .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: 62px;
        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-bottom: 0;
        font-size: 22px;
        line-height: 62px;
        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;
        padding-left: 20px;
    }
    .header .nav .e_j a {
        font-size: 19px;
        line-height: 39px;
        text-align: left;
        color: #fff;
    }
    .header .an {
        display: block;
    }
    /* 640 */
    .header .header_ls {
        margin-left: 0;
        margin-right: 70px;
    }
    .header .an {
        right: 67px;
    }
    .search {
        top: 76px;
    }
}

@media only screen and (max-width: 640px) {
    .header .en {
        margin-right: 71px;
    }
    .header .en a {
        font-size: 12px;
        margin-left: 2px;
    }
    .header_h {
        height: 50.5px;
    }
    .header .an {
        right: 18px;
    }
    .top_l {
        display: none;
    }
}

.pc_ban {
    width: 100%;
    height: 700px;
    position: relative;
    overflow: hidden;
}

.pc_ban .pc_more {
    width: 160px;
    height: 50px;
    border: 1px solid var(--color);
    position: absolute;
    text-align: center;
    line-height: 48px;
    border-radius: 5px;
    color: var(--color);
    font-size: 18px;
    top: 466px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    content: "";
}

.pc_ban .swiper-button-prev,
.pc_ban .swiper-button-next {
    /* line-height: 61px; */
    color: #fff;
    opacity: 0;
    font-size: 20px;
    font-weight: bold;
    margin-top: -25px;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border: #fff 2px solid;
    border-radius: 100%;
    color: #fff;
}

.pc_ban .swiper-button-prev {
    left: 0%;
    margin-left: 3%
}

.pc_ban .swiper-button-next {
    right: 0%;
    margin-right: 3%;
}

.pc_ban:hover .swiper-button-prev {
    left: 2%;
    opacity: .5;
}

.pc_ban:hover .swiper-button-next {
    right: 2%;
    opacity: .5;
}

.pc_ban .swiper-pagination .swiper-pagination-bullet {
    background: rgba(0, 0, 0, 0);
    border: 1px #fff solid;
}

.pc_ban .swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
    border: 1px #fff solid;
}

.pc_ban .swiper-slide {
    overflow: hidden;
}

.pc_ban .swiper-slide>.container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pc_ban .swiper-wrapper {
    height: 100%;
}

.pc_ban .swiper-wrapper .swiper-slide {
    height: 100%;
}

.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);
}

.pc_ban .wen_zi {
    text-align: center;
}

.pc_ban .wen_zi h5 {
    font-size: 70px;
    font-weight: bold;
    color: #ffffff;
}

.pc_ban .wen_zi h6 {
    font-size: 22px;
    color: #1c6aa5;
    padding: 12px 81px;
    background: linear-gradient( to right, rgba(0, 0, 0, 0), #fff, rgba(0, 0, 0, 0)) no-repeat;
    background: -webkit-linear-gradient( left, rgba(0, 0, 0, 0), #fff, rgba(0, 0, 0, 0)) no-repeat;
    text-align: center;
    display: inline-block;
    margin-top: 35px;
}

@media only screen and (max-width:1200px) {
    .pc_ban {
        height: 544px;
    }
}

@media only screen and (max-width:992px) {
    .pc_ban .wen_zi h5 {
        font-size: 40px;
    }
    .pc_ban .wen_zi h6 {
        font-size: 12px;
        padding: 12px 40px;
        margin-top: 20px;
        display: block;
    }
    .pc_ban {
        height: 309px;
    }
    .pc_ban .swiper-button-prev,
    .pc_ban .swiper-button-next {
        display: none;
    }
}


/* 公共标题 */

.ggbt {
    text-align: center;
    position: relative;
    padding-top: 26px;
}

.ggbt h5 {
    font-size: 30px;
    /*color: #000000;*/
    color: #333333;
    font-weight: bold;
}

.ggbt h6 {
    /*color: rgba(254, 42, 0, .2);*/
    color: rgba(254, 42, 0, .1);
    font-size: 60px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    text-transform: uppercase;
}

@media only screen and (max-width:992px) {
    .ggbt h6 {
        width: 100%;
        font-size: 50px;
    }
    .ggbt h5 {
        font-size: 30px;
    }
    .ggbt {
        padding-top: 20px;
    }
}


/* 关于我们 */

.sy_guanyu {
    padding-top: 56px;
    padding-bottom: 87px;
}

.sy_guanyu .gy_shouye {
    margin-top: 50px;
}

.sy_guanyu .gy_shouye .zuo_tu img {
    width: 100%;
}

.sy_guanyu .gy_shouye .you_zi {
    padding-left: 40px;
}

.sy_guanyu .gy_shouye .you_zi h5 {
    font-size: 16px;
    color: #333333;
    line-height: 33px;
}

.sy_guanyu .gy_shouye .you_zi a {
    width: 120px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
    color: #333333;
    border: 1px solid #333333;
    margin-top: 40px;
    border-radius: 10px;
}

@media only screen and (max-width:992px) {
    .sy_guanyu .gy_shouye .you_zi {
        padding-left: 0;
        margin-top: 30px;
    }
    .sy_guanyu {
        padding: 50px 0;
    }
    .sy_guanyu .gy_shouye {
        margin-top: 30px;
    }
    .sy_guanyu .gy_shouye .you_zi h5 {
        font-size: 18px;
    }
}


/* 产品中心 */

.sy_cpzx {
    padding-top: 67px;
    padding-bottom: 76px;
}


/* 产品公共 */

.chanpin_xiao {
    width: 100%;
    padding: 20px 20px 0;
    border: 1px solid #d2d2d2;
    background-color: #fff;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    border-radius: 10px;
}

.chanpin_xiao:hover {
    border: 1px solid #fe2a00;
}

.chanpin_xiao .shangtu {
    height: 310px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #d2d2d2;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    overflow: hidden;
}

.chanpin_xiao:hover .shangtu {
    border-bottom: 1px solid #fe2a00;
}

.chanpin_xiao .shangtu img {
    max-width: 100%;
    max-height: 100%;
    cursor: pointer;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}

.chanpin_xiao:hover .shangtu 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);
}


.chanpin_xiao .xia_zi {
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 18px;
    color: #d2d2d2;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.chanpin_xiao:hover .xia_zi {
    color: #333333;
}

.sy_cpzx .sy_product_bd11 .jianju {
    padding: 0 24px;
    display: block;
}

.sy_product_bd11 .chanpin_xiao .shangtu {
    height: 270px;
    padding-bottom: 10px;
}

.sy_cpzx .cp_banneer {
    margin-top: 40px;
}

.sy_cpzx .cp_banneer ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.sy_cpzx .cp_banneer ul li {
    padding: 13px 31px;
    /*border: 1px solid #d2d2d2;*/
    /*color: #d2d2d2;*/
    font-size: 16px;
    border-radius: 10px;
    margin: 0 10px;
    cursor: pointer;
    color: #fff;
    background-color: #fe2a00;
    border: 1px solid #fe2a00;
}

.sy_cpzx .cp_banneer ul li.on {
    /*color: #fff;*/
    /*background-color: #fe2a00;*/
    /*border: 1px solid #fe2a00;*/
    background-color:transparent;
    border: 1px solid #d2d2d2;
    color: #d2d2d2;
}

.sy_product_bd11 {
    margin-top: 40px;
}

.sy_product_bd11 .chanpin_xiao .xia_zi {
    height: 67px;
}

.sy_product_swiper11 .swiper-button-next {
    right: -39px;
    left: auto;
}

.sy_product_swiper11 .swiper-button-prev {
    left: -39px;
    right: auto;
}

@media only screen and (max-width:992px) {
    .sy_cpzx .cp_banneer ul li {
        padding: 13px 25px;
        margin: 0;
        cursor: pointer;
        flex: 0 0 47%;
        text-align: center;
        margin-top: 20px;
        font-size: 22px;
    }
    .sy_cpzx {
        padding: 50px 0;
    }
    .sy_cpzx .cp_banneer ul {
        justify-content: space-around;
    }
    .chanpin_xiao .xia_zi {
        font-size: 23px;
    }
    .sy_product_swiper11 .swiper-button-next {
       display: none;
    }

    .sy_product_swiper11 .swiper-button-prev {
        display: none;
    }

}


/* 解决方案 */

.sy_jjfa {
    padding: 70px 0;
}

.sy_jjfa .an_liban {
    margin-top: 36px;
}

.sy_jjfa .syanli_bg {
    padding: 0 1px;
}

.sy_jjfa .syanli_bg .shangtu {
    height: 405px;
    position: relative;
}
.sy_jjfa .syanli_bg .shangtu:hover{
      background-size: 180% 120% ! important;
}
.sy_jjfa .syanli_bg .shangtu a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
   /* background-color: rgba(0, 0, 0, .5);*/
    background-color: rgba(202, 95, 113,0.7);
    left: 0;
    top: 0;
    font-size: 16px;
    color: #ffffff;
    opacity: 0;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.sy_jjfa .syanli_bg:hover .shangtu a {
    opacity: 1;
}

.syanli_bg .xia_zi {
    font-size: 16px;
    color: #000000;
    margin-top: 20px;
    text-align: center;
}


/* 案例展示 */

.sy_anlizhanshi {
    padding: 70px 0;
    background-color: #f7f7f7;
}

.sy_anlizhanshi .anli_xia {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 40px;
}

.sy_anlizhanshi .xia_dandu {
    flex: 33.3333%;
    max-width: 33.3333%;
    display: flex;
    flex-direction: column;
}

.sy_anlizhanshi .xia_dandu .shang {
    height: 236px;
}
.sy_anlizhanshi .xia_dandu .shang:hover{
     background-size: 120% 120% ! important;
}
.sy_anlizhanshi .xia_dandu .xia {
    height: 236px;
    background-color: #ffa061;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    /* 换主轴方向 */
    flex-direction: column;
    padding: 0 60px;
    position: relative;
}
.sy_anlizhanshi .xia_dandu .xia i {
    position: absolute;
    font-size: 86px;
    color: #ff975a;
    right: 0;
    bottom: 0;
    font-weight: 100;
    line-height: 74px;
}

.sy_anlizhanshi .xia_dandu .xia h5 {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}
.sy_anlizhanshi .xia_dandu .xia .xian {
    width: 42px;
    height: 1px;
    background-color: #000000;
    margin: 18px 0;
}
.xia_dandu:hover .xia {
    background-color: #fe2a00;
}

.xia_dandu:hover .xia h5 {
    color: white !important;
}

.xia_dandu:hover .xia .xian {
    background-color: white !important;;
}
.sy_anlizhanshi .xia_dandu .xia h6 {
    font-size: 14px;
    color: #333333;
    line-height: 23px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    position: relative;
    z-index: 2;
}

.anli_xia .xia_dandu:nth-child(2n) .shang {
    order: 1;
}

.sy_anlizhanshi .ckgd {
    font-size: 16px;
    color: #333333;
    width: 155px;
    height: 40px;
    border: 1px solid #333333;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    border-radius: 10px;
}

@media only screen and (max-width:992px) {
    .syanli_bg .xia_zi {
        font-size: 23px;
    }
    .sy_anlizhanshi .xia_dandu {
        flex: 100%;
        max-width: 100%;
        margin-top: 20px;
    }
    .anli_xia .xia_dandu:nth-child(2n) .shang {
        order: 0;
    }
    .sy_anlizhanshi .xia_dandu .xia {
        padding: 0 30px;
    }
    .sy_anlizhanshi .xia_dandu .xia h5 {
        font-size: 24px;
    }
    .sy_anlizhanshi .xia_dandu .xia h6 {
        font-size: 19px;
    }
}


/* 新闻中心 */

.sy_xwzx {
    padding: 70px 0;
}

.sy_xwzx .xinwen_nr {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
    position: relative;
}

.sy_xwzx .xinwen_nr .xiao_nr {
    position: relative;
}
.sy_xwzx .xinwen_nr .xiao_nr:hover{
       background-size: 120% 120% ! important;
}
.sy_xwzx .xinwen_nr .zou_xia {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 37px;
    width: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
   /* background-color: rgba(0, 0, 0, .5);*/
    background-color: rgba(202, 95, 113,0.7);
    left: 0;
    top: 0;
    font-size: 16px;
    color: #ffffff;
    opacity: 0;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.sy_xwzx .xinwen_nr .zou_xia:hover{
   opacity: 1;
}

.sy_xwzx .xinwen_nr .zou_xia h5 {
    /*font-size: 18px;
    color: #ffffff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;*/
    text-align: center;
    width: 100%;
    font-size: 18px;
    color: #ffffff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.sy_xwzx .xinwen_nr .zou_xia a {
    font-size: 14px;
    color: #ffffff;
    width: 105px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: #fe2a00;
    margin-top: 15px;
    border-radius: 5px;
}

.sy_xwzx .xinwen_nr .xiao_nr:nth-child(1),
.sy_xwzx .xinwen_nr .xiao_nr:nth-child(4),
.sy_xwzx .xinwen_nr .xiao_nr:nth-child(5) {
    flex: 0 0 49%;
}

.sy_xwzx .xinwen_nr .xiao_nr:nth-child(2),
.sy_xwzx .xinwen_nr .xiao_nr:nth-child(3) {
    flex: 0 0 23.8%;
    height: 310px;
}

.sy_xwzx .xinwen_nr .xiao_nr:nth-child(1) {
    height: 264px;
}

.sy_xwzx .xinwen_nr .xiao_nr:nth-child(4) {
    height: 300px;
    margin-top: -30px;
}

.sy_xwzx .xinwen_nr .xiao_nr:nth-child(5) {
    height: 253px;
    margin-top: 16px;
}

@media only screen and (max-width:992px) {
    .sy_xwzx .xinwen_nr .xiao_nr:nth-child(1),
    .sy_xwzx .xinwen_nr .xiao_nr:nth-child(4),
    .sy_xwzx .xinwen_nr .xiao_nr:nth-child(5) {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .sy_xwzx .xinwen_nr .xiao_nr:nth-child(2),
    .sy_xwzx .xinwen_nr .xiao_nr:nth-child(3) {
        flex: 0 0 50%;
        height: 275px;
        margin-top: 14px;
    }
    .sy_xwzx .xinwen_nr .xiao_nr:nth-child(4) {
        height: 300px;
        margin-top: 14px;
    }
    .sy_xwzx .xinwen_nr .zou_xia h5 {
        font-size: 23px;
    }
    .sy_xwzx .xinwen_nr .zou_xia a {
        font-size: 17px;
        color: #ffffff;
        width: 116px;
        height: 40px;
    }
}


/* 底 */

footer {
    background-color: #333333;
    border-top: 3px solid #fe2a00;
    padding-top: 70px;
    padding-bottom: 60px;
}

footer .di_dhl {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

footer .di_dhl .di_xiaoyi {
    flex: 0 0 16.666%;
    max-width: 16.666%;
}

footer .di_dhl .di_xiaoyi .d_bt {
    font-size: 18px;
    color: #ffffff;
    display: block;
    margin-bottom: 15px;
}

footer .di_dhl .di_xiaoyi .xiao_bt {
    font-size: 14px;
    color: #fefefe;
    display: block;
    margin: 8px 0;
}

footer .di_dhl .di_xiaoyi .xiao_lianxi {
    line-height: 30px;
}

.banquan {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    background-color: #2f2f2f;
    font-size: 14px;
    color: #ffffff;
}

.banquan a {
    color: #ffffff;
}

@media only screen and (max-width:992px) {
    .shouji {
        display: none;
    }
    footer .di_dhl .di_xiaoyi {
        flex: 0 0 100%;
        max-width: 100%;
    }
    footer .di_dhl .di_xiaoyi .xiao_bt {
        font-size: 22px;
    }
    footer .di_dhl .di_xiaoyi .xiao_lianxi {
        line-height: 38px;
    }
    footer .di_dhl .di_xiaoyi .d_bt {
        font-size: 27px;
        margin-bottom: 15px;
    }
}


/* 产品 */

.ny_banner {
    height: 500px;
}

.ny {
    padding: 70px 0;
}

.er_ji {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 19px;
}

.er_ji a {
    padding: 12px 30px;
    font-size: 16px;
    /*color: #d2d2d2;*/
    /*border: 1px solid #d2d2d2;*/
    display: flex;
    border-radius: 6px;
    margin: 0 13px;
    border: 1px solid #fe2a00;
    background-color: #fe2a00;
    color: #fff;
}
.er_ji a:hover{
    background-color: transparent;
    color: #d2d2d2;
    border: 1px solid #d2d2d2;
}
.er_ji a.on {
    /*background-color: #fe2a00;*/
    /*color: #fff;*/
    /*border: 1px solid #fe2a00;*/
    border: 1px solid #d2d2d2;
    background-color:transparent;
    color: #d2d2d2;
}

.ny_chanpin .chanpin_xiao {
    margin-top: 40px;
}

@media only screen and (max-width:992px) {
    .er_ji {
        justify-content: space-between;
    }
    .er_ji a {
        flex: 0 0 49%;
        max-width: 49%;
        margin: 0;
        font-size: 22px;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }
    .ny_banner {
        height: 360px;
    }
}


/* 新闻 */


/* news */

.ny_xwzx .xwzx_nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.ny_xwzx .xwzx_nav a {
    min-width: 180px;
    min-height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    background-color: #cbcbcb;
    margin: 0 14px;
}

.ny_xwzx .xwzx_nav a:hover {
    background-color: #860e0d;
}

.ny_xwzx .xwzx_nav a.on {
    background-color: #860e0d;
}

.ny_xwzx .xwzx_bt {
    text-align: center;
}

.ny_xwzx .xwzx_bt h3 {
    font-size: 25px;
    font-weight: bold;
}

.ny_xwzx .xwzx_bt h5 {
    text-transform: uppercase;
    font-family: "Futura Book";
    color: #a6a6a6;
    font-size: 20px;
    margin-top: 15px;
}

.ny_xwzx .xwzx_row {
    background-color: #fff;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    padding: 15px 25px;
    box-shadow: 0 0 10px #f0e4e4;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.ny_xwzx .xwzx_row:hover {
    background-color: #fe2a00;
}

.ny_xwzx .xwzx_row .xwzx_img {
    flex: 0 0 30%;
    max-width: 30%;
}

.ny_xwzx .xwzx_row .xwzx_nr {
    flex: 0 0 67%;
    max-width: 67%;
}

.ny_xwzx .xwzx_row .xwzx_nr .xwzx_title {
    font-size: 18px;
    color: #fe2a00;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    margin-top: 15px;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.ny_xwzx .xwzx_row:hover .xwzx_title {
    color: #fff;
}

.ny_xwzx .xwzx_row .xwzx_nr .xwzx_des {
    font-size: 14px;
    color: #848484;
    margin: 20px 0 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
}

.ny_xwzx .xwzx_row:hover .xwzx_nr .xwzx_des {
    color: #fff;
}

.ny_xwzx .xwzx_row .xwzx_nr .xwzx_sj {
    color: #666666;
    font-size: 14px;
}

.ny_xwzx .xwzx_row:hover .xwzx_nr .xwzx_sj {
    color: #fff;
}

.ny_xwzx .xwzx_row .xwzx_nr a.more {
    color: #8c8c8c;
    width: 125px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border: 1px solid #d2d2d2;
    border-radius: 50px;
    margin-top: 15px;
}

.ny_xwzx .xwzx_row:hover a.more {
    color: #fe2a00;
    background-color: #fff;
}

@media only screen and (max-width:992px) {
    .ny_xwzx .xwzx_nav {
        display: none;
    }
    .ny_xwzx .xwzx_bt h3 {
        font-size: 30px;
    }
    .ny_xwzx .xwzx_row {
        flex-wrap: wrap;
    }
    .ny_xwzx .xwzx_row .xwzx_img {
        height: 250px;
    }
    .ny_xwzx .xwzx_row .xwzx_img,
    .ny_xwzx .xwzx_row .xwzx_nr {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .ny_xwzx .xwzx_row .xwzx_nr .xwzx_des {
        margin: 5px 0 12px;
        font-size: 19px;
    }
    .ny_xwzx .xwzx_row .xwzx_nr .xwzx_title {
        margin-top: 20px;
        font-size: 22px;
    }
    .gsld_js {
        flex-wrap: wrap;
    }
    .gsld_js .gsld_img,
    .gsld_js .gsld_wz {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .gsld_js .gsld_img {
        height: 795px;
    }
    .ny_xwzx .xwzx_row .xwzx_nr .xwzx_sj {
        font-size: 17px;
    }
    .ny_xwzx .xwzx_row .xwzx_nr a.more {
        width: 137px;
        height: 38px;
    }
}


/* news end */


/* 关于我们 */

.ny_chanpin .guanyu_aa {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    margin-top: 36px;
}

.ny_chanpin .guanyu_aa img {
    max-width: 100%;
}

@media only screen and (max-width:992px) {
    .ny_chanpin .guanyu_aa {
        font-size: 20px;
    }
}

.gy_wm {
    width: 100%;
    padding: 70px 0;
    overflow: hidden;
}

.gy_wm .cp_lb .n_r {
    background-color: #ba2229;
    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: 2;
    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(/template-pc-css-..-images-jh.jpg.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: #fff;
}

.gy_wm .cp_lb .w_z h3 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 32px;
    margin-bottom: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.gy_wm .cp_lb .w_z p {
    line-height: 24px;
    height: 26px;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -moz-line-clamp: 1;
    -ms-line-clamp: 1;
    -o-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.gy_wm .ry_zz {
    margin-top: 30px;
}

.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 .hz_al .n_r {
    background-color: #fff;
    padding: 10px;
    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 .hz_al .n_r:hover {
    box-shadow: 0px 8px 20px 0px rgba(95, 125, 158, 0.3);
}

.gy_wm .hz_al .t_p {
    overflow: hidden;
}

.gy_wm .hz_al .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 .hz_al .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 .hz_al .w_z {
    padding: 15px 0 5px;
    text-align: center;
}

.gy_wm .hz_al .w_z h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.gy_wm .hz_al .w_z p {
    line-height: 24px;
    color: #999;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.gy_wm .lx_dt .map {
    width: 100%;
    height: auto;
    margin-top: 50px;
}

.gy_wm .lx_wm .n_r h3 {
    font-size: 26px;
    font-weight: bold;
    line-height: 32px;
    color: #333;
    margin-bottom: 20px;
}

.gy_wm .lx_wm .w_z {
    font-size: 16px;
    line-height: 40px;
}

.gy_wm .lx_wm .row {
    margin: 0 -5px;
}

.gy_wm .lx_wm .col-12 {
    padding: 0 5px;
}

.gy_wm .lx_wm .l_y input {
    width: 100%;
    height: 46px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 44px;
    border: 1px solid #ddd;
    display: block;
}

.gy_wm .lx_wm .l_y textarea {
    width: 100%;
    height: 74px;
    padding: 10px;
    font-size: 14px;
    line-height: 26px;
    border: 1px solid #ddd;
    display: block;
    resize: none;
    margin-top: 10px;
}

.gy_wm .lx_wm .l_y button {
    width: 120px;
    height: 36px;
    background-color: #ba2229;
    margin-top: 15px;
    font-size: 15px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    outline: none;
    display: block;
}

@media only screen and (max-width:1024px) {
    .gy_wm {
        padding: 60px 0;
    }
    .gy_wm .cp_lb .w_z {
        padding: 20px 15px;
    }
    .gy_wm .cp_lb .w_z h3 {
        font-size: 18px;
        line-height: 26px;
    }
    .gy_wm .hz_al .w_z h3 {
        font-size: 18px;
        line-height: 28px;
    }
    .gy_wm .ry_zz .n_r {
        padding: 15px;
    }
    .gy_wm .ry_zz p {
        font-size: 20px;
    }
    .gy_wm .lx_dt .map {
     
        margin-top: 30px;
    }
}

@media only screen and (max-width:640px) {
    .gy_wm {
        padding: 40px 0;
    }
    .gy_wm .cp_lb .w_z h3 {
        font-size: 22px;
    }
    .gy_wm .hz_al .w_z h3 {
        font-size: 22px;
    }
    .gy_wm .cp_lb .w_z p{
        font-size: 18px;
    }
    .gy_wm .lx_dt .map {
        
        margin-top: 20px;
    }
    .gy_wm .lx_wm .n_r {
        margin-top: 30px;
    }
    .gy_wm .lx_wm .n_r h3 {
        font-size: 23px;

        font-weight: bold;
        line-height: 28px;
    }
    .gy_wm .lx_wm .n_r h4 {
        font-size: 14px;
    }
    .gy_wm .lx_wm .w_z {
        font-size: 18px;
        line-height: 33px;
    }
    .gy_wm .lx_wm .l_y input {
        height: 52px;
        line-height: 50px;
        border: 1px solid #eee;
        margin-bottom: 20px;
        padding: 0 10px;
    }
    .gy_wm .lx_wm .l_y textarea {
        height: 74px;
        padding: 10px;
        border: 1px solid #eee;
        margin-bottom: 20px;
    }
    .gy_wm .lx_wm .l_y button {
        width: 100%;
        height: 50px;
        line-height: 50px;
        margin: 0;
    }
}


/* 分页 */

.pages {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 50px;
}

.pages a,
.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;
    padding: 0 15px;
    height: 40px;
    border: 1px solid #ba2229;
}

.pages .current-page {
    color: #fff;
    font-size: 16px;
    background: #ba2229;
    font-weight: bold;
}


/* 新闻内页 */

.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;
    }
}

.cp_lb .shangsanshi {
    margin-top: 50px;
}