@charset "utf-8";
* {
    padding: 0px;
    margin: 0px;
}

body {
    font-size: 14px;
    color: #555;
    font-family: "Microsoft YaHei", Arial, Tahoma, sans-serif;
}
.wap_header{ display:none;}
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: #00a9c2;
    text-decoration: none !important;
}

.clear {
    overflow: hidden;
    clear: both;
    height: 0px;
}

 ::-webkit-scrollbar {
    width: 6px;
}

 ::-webkit-scrollbar-track {
    background-color: #000;
}

 ::-webkit-scrollbar-thumb {
    background-color: #aaa;
}

 ::-webkit-scrollbar-thumb:hover {
    background-color: #5b5b5b;
}

 ::-webkit-scrollbar-thumb:active {
    background-color: #00b7ee;
}

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

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

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

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

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

.header_top {
    padding: 20px 0;
}

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

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

.header_top .container .logo .zi {
    font-size: 22px;
    color: #343434;
    font-weight: bold;
    margin-left: 20px;
}

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

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

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

.header_top .container .you .z .you_zi h5 {
    font-size: 26px;
    color: #ff9248;
    font-weight: bold;
}

.header_top .container .you .z .you_zi h6 {
    font-size: 14px;
    color: #999999;
    margin-top: 8px;
}

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

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

.header {
    width: 100%;
    background-color: #00a9c2;
    z-index: 9999;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header .nav {
    width: 100%;
}

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

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

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

.header .nav .y_j i {
    display: none;
}

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

.header .nav ul li:hover .y_j a {
    background-color: #0094aa;
}

.header .nav ul li.on .y_j a {
    background-color: #0094aa;
}

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

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

.header .nav .e_j a {
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    display: block;
}

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

@media only screen and (max-width:992px) {
    .header {
        /* background-color: #fff; */
        position: relative;
        top: auto;
        left: auto;
    }
    .header.on {
        box-shadow: none;
    }
    .header .logo {
        /* width: 188px; */
        margin: 15px 0;
    }
    .header.on .logo {
        margin: 20px 0;
    }
    .header .logo img {
        width: 100%;
        height: auto;
        display: block;
        /* opacity: 0; */
        transition: all .5s;
        -o-transition: all .5s;
        -ms-transition: all .5s;
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
    }
    .header .logo img.d_w {
        opacity: 1;
    }
    .header .language {
        float: right;
        height: 32px;
        font-size: 15px;
        text-align: center;
        line-height: 32px;
        color: #fff;
        margin-top: 21px;
        margin-left: 0;
        margin-right: 50px;
        color: #555;
    }
    .header .s_ch {
        margin-top: 20px;
        margin-left: 0;
        float: left;
    }
    .header .an {
        display: block;
        right: 39px;
    }
    .header .nav {
        width: 60%;
        height: 100vh;
        padding: 10px 5% 0;
        margin: 0;
        background-color: #141414;
        position: fixed;
        top: 0;
        right: -60%;
        z-index: 9999;
        overflow: auto;
        transition: all .5s;
        -o-transition: all .5s;
        -ms-transition: all .5s;
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
    }
    .header .nav ul {
        width: 100%;
        float: none;
        display: block;
    }
    .header .nav ul li {
        width: 100%;
        height: auto;
        line-height: 50px;
        text-align: left;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        float: none;
        padding: 5px 0;
        margin: 0;
    }
    .header .nav ul li:after {
        display: none;
    }
    .header .nav .y_j i {
        display: block;
        width: 100%;
        padding-right: 10px;
        position: absolute;
        top: 0;
        right: 0;
        font-size: 24px;
        text-align: right;
        color: #fff;
        line-height: 79px;
        z-index: 99;
    }
    .header .nav .y_j a {
        line-height: 66px;
        color: #fff;
        font-size: 22px;
        justify-content: flex-start;
        background: transparent !important;
    }
    .header .nav ul li:hover .y_j a {
        color: #fff;
    }
    .header .nav ul li.on .y_j a {
        color: #fff;
    }
    .header .nav .e_j {
        width: 100%;
        background: none;
        box-shadow: none;
        position: relative;
        left: auto;
        top: auto;
        padding: 5px 0;
        margin-left: 0;
        opacity: 1;
        visibility: inherit;
        display: none;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transition: none;
        -o-transition: none;
        -ms-transition: none;
        -moz-transition: none;
        -webkit-transition: none;
    }
    .header .nav ul li:hover .e_j {
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
    .header .nav .e_j a {
        line-height: 42px;
        font-size: 18px;
        text-align: left;
        color: #fff;
    }
    .header_top .container .you {
        display: none;
    }
    .header_top .container .logo .zi {
        font-size: 23px;
        margin-left: 11px;
    }
    .header_top .container .logo img {
        width: 100px;
    }
    .header .an {
        top: -47px;
    }
    .header .you_zi h5 {
        font-size: 26px;
        color: #ff9248;
        font-weight: bold;
    }
    
   .header .you_zi h6 {
    font-size: 18px;
        color: #fff;
        margin-top: 8px;
    }
    .header  .you .z{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }.header  .you{
        margin-top: 30px;
    }   .header  .you .y{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        margin-top: 30px;
    }
    
}

@media only screen and (max-width:640px) {
    .wap_header{display:block;text-align: center;}
    .wap_header a{
    display: inline-block;
    width: 24%;
    text-align: center;
    background: #008a9e;
    margin: 5px 0;
    font-size: 20px;
    padding: 15px 0;
    color: #fff;
}
    .header .an {
        right: 15px;
        display: none;
    }
}

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

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

.search .container {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pc_ban .swiper-button-prev {
    color: #fff;
    opacity: 0;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

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

.pc_ban .swiper-button-next {
    opacity: 0;
    color: #fff;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

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

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

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

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

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

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

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

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

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

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

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

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

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


/* 公共标题 */

.ggbt {
    text-align: center;
}

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

.ggbt h6 {
    font-size: 14px;
    color: #18264d;
    margin-top: 13px;
    text-transform: uppercase;
}

.ggbt span {
    display: inline-block;
    width: 61px;
    height: 3px;
    background-color: #18264d;
}

.ggbt .ms {
    font-size: 16px;
    color: #424242;
    margin-top: 10px;
}

.ggbt .cggd {
    width: 136px;
    height: 35px;
    background-color: #00a9c2;
    font-size: 16px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 15px;
}

@media only screen and (max-width:992px) {
    .ggbt h6 {
        font-size: 19px;
    }
    .ggbt .ms {
        font-size: 18px;
    }
}


/* 本莱实力 */

.sy_blsl {
    padding: 68px 0 60px;
    background: #f7f7f7 !important;
}

.sy_blsl .shi_li {
    margin-top: 45px;
    box-shadow: 0 0 10px #d7d5d5;
    display: block;
    transition: all .7s;
    -o-transition: all .7s;
    -ms-transition: all .7s;
    -moz-transition: all .7s;
    -webkit-transition: all .7s;
}

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

.sy_blsl .shi_li .shang {
    height: 230px;
}

.sy_blsl .shi_li .xia {
    background-color: #f7f7f7;
    height: 126px;
    padding: 0 27px;
    font-size: 14px;
    line-height: 23px;
    color: #8b8b8b;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    padding-top: 27px;
}

@media only screen and (max-width:992px) {
    .sy_blsl {
        padding: 50px 0;
    }
    .sy_blsl .shi_li {
        margin-top: 30px;
    }
    .sy_blsl .shi_li .xia {
        height: auto;
        padding: 20px;
        font-size: 18px;
        line-height: 27px;
    }
    .sy_blsl .shi_li .shang {
        height: 342px;
    }
}


/* 本莱设备展厅 */

.sy_sbzt {
    padding: 50px 0 60px;
    background-color: #f7f7f7;
}

.sy_sbzt .container {
    position: relative;
}

.sy_sbzt .zhanting_ban {
    padding: 38px 10px;
}

.sy_sbzt .zhanting_ban .ban_xiao_ne {
    box-shadow: 0 0 5px #d7d5d5;
    height: 190px;
    padding: 10px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    transition: all .7s;
    -o-transition: all .7s;
    -ms-transition: all .7s;
    -moz-transition: all .7s;
    -webkit-transition: all .7s;
}

.sy_sbzt .zhanting_ban .ban_xiao_ne:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

.sy_sbzt .zhanting_ban .ban_xiao_ne img {
    max-width: 100%;
    max-height: 100%;
}

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

.sy_sbzt .container .swiper-button-prev {
    left: -20px;
    outline: none;
}

.sy_sbzt .container .swiper-button-next {
    right: -20px;
    outline: none;
}

@media only screen and (max-width:1300px) {
    .sy_sbzt .container .swiper-button-next,
    .sy_sbzt .container .swiper-button-prev {
        display: none;
    }
}

@media only screen and (max-width:992px) {
    .sy_sbzt {
        padding: 50px 0 10px;
    }
    .ggbt .cggd {
        width: 146px;
        height: 44px;
        font-size: 19px;
    }
    .sy_sbzt .zhanting_ban .ban_xiao_ne {
        height: 343px;
    }
}


/* 关于本莱 */

.sy_gybl {
    padding: 80px 0 130px;
}

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

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

.sy_gybl .container .zuo .ggbt {
    text-align: left;
}

.sy_gybl .container .zuo .ggbt h5,
.sy_gybl .container .zuo .ggbt h6,
.sy_gybl .container .zuo .ggbt .ms {
    color: #fff;
}

.sy_gybl .container .zuo .ggbt span {
    background-color: #fff;
}

.sy_gybl .sy_gy_nr {
    padding: 40px 65px 19px 40px;
    background-color: rgba(255, 255, 255, .2);
    margin-top: 35px;
    border-radius: 5px 0 0 5px;
}

.sy_gybl .sy_gy_nr h5 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.sy_gybl .sy_gy_nr h6 {
    font-size: 14px;
    color: #fcfcfc;
    line-height: 30px;
    margin-top: 20px;
}

.sy_gybl .sy_gy_nr a.ckgd {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    color: #fff;
    font-size: 14px;
    border-radius: 8px;
    width: 107px;
    height: 34px;
    background-color: #00a9c2;
    margin-top: 40px;
}

.sy_gybl .container .you {
    flex: 0 0 42%;
    max-width: 42%;
    height: 433px;
}

@media only screen and (max-width:992px) {
    .sy_gybl {
        padding: 50px 0;
    }
    .sy_gybl .container .zuo {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .sy_gybl .container .you {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .sy_gybl .sy_gy_nr h6 {
        font-size: 18px;
        line-height: 36px;
    }
    .sy_gybl .sy_gy_nr {
        padding: 30px;
    }
    .sy_gybl .sy_gy_nr a.ckgd {
        width: 130px;
        height: 44px;
        font-size: 18px;
    }
}


/* 三个优势 */

.sy_sgys {
    height: 186px;
}

.sy_sgys .container {
    position: relative;
    height: 186px;
}

.sy_sgys .container .sanfge {
    position: absolute;
    top: -72px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    height: 186px;
    width: 100%;
}

.sy_sgys .container .sanfge .dan_ge_a {
    flex: 0 0 30%;
    height: 200px;
    background-color: #f7f7f7;
    border-radius: 0;
    padding: 0 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* 换主轴方向 */
    flex-direction: column;
    transition: all .7s;
    -o-transition: all .7s;
    -ms-transition: all .7s;
    -moz-transition: all .7s;
    -webkit-transition: all .7s;
}

.sy_sgys .container .sanfge .dan_ge_a h5 {
    color: #5d5d5d;
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0 14px;
}

.sy_sgys .container .sanfge .dan_ge_a h6 {
    color: #5d5d5d;
    font-size: 14px;
    text-align: center;
}

.sy_sgys .container .sanfge .dan_ge_a .t {
    transition: all .7s;
    -o-transition: all .7s;
    -ms-transition: all .7s;
    -moz-transition: all .7s;
    -webkit-transition: all .7s;
}

.sy_sgys .container .sanfge .dan_ge_a:hover .t {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}

.sy_sgys .container .sanfge .dan_ge_a:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

@media only screen and (max-width:992px) {
    .sy_sgys .container {
        height: auto;
    }
    .sy_sgys .container .sanfge {
        position: relative;
        top: 0;
        height: auto;
        background-color: #f7f7f7;
    }
    .sy_sgys {
        height: auto;
        padding: 30px 0 50px;
    }
    .sy_sgys .container .sanfge .dan_ge_a:first-of-type{flex:100%;padding: 10px;}
    .sy_sgys .container .sanfge .dan_ge_a {
        flex: 0 0 33%;
        height: auto;
        margin-top: 0;
        padding: 30px;
    }
    .sy_sgys .container .sanfge .dan_ge_a h5 {
        font-size: 24px;
    }
    .sy_sgys .container .sanfge .dan_ge_a h6 {
        font-size: 19px;
        line-height: 30px;
    }
}


/* 本莱资讯 */

.sy_blzx {
    padding: 50px 0 65px;
    background-color: #f7f7f7;
}

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

.sy_blzx .container .zuo {
    flex: 0 0 43%;
    max-width: 43%;
    margin-top: 45px;
}

.sy_blzx .container .you {
    flex: 0 0 55%;
    max-width: 55%;
    margin-top: 45px;
}

.sy_blzx .xw_ban {
    height: 305px;
}

.sy_blzx .xw_ban .swiper-pagination {
    text-align: right;
    padding-right: 25px;
}

.sy_blzx .container .you .dange_xw {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #dddddd;
    padding: 15px 0 10px;
}

.sy_blzx .container .you .dange_xw .z {
    flex: 0 0 72%;
    max-width: 72%;
}

.sy_blzx .container .you .dange_xw .z h5 {
    font-size: 18px;
    color: #2e2e2e;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.sy_blzx .container .you .dange_xw .z h6 {
    font-size: 14px;
    color: #2e2e2e;
    margin-top: 10px;
    line-height: 22px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}

.sy_blzx .container .you .dange_xw .y {
    flex: 0 0 19%;
    max-width: 19%;
    border-left: 1px solid #dddddd;
    display: flex;
    justify-content: center;
    align-items: center;
    /* 换主轴方向 */
    flex-direction: column;
}

.sy_blzx .container .you .dange_xw .y h5 {
    font-size: 18px;
    color: #2e2e2e;
    font-weight: bold;
}

.sy_blzx .container .you .dange_xw .y h6 {
    font-size: 14px;
    color: #8f8f8f;
    margin-top: 10px;
}

@media only screen and (max-width:992px) {
    .sy_blzx {
        padding: 50px 0;
    }
    .sy_blzx .container .zuo,
    .sy_blzx .container .you {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 30px;
    }
    .sy_blzx .container .you .dange_xw {
        padding: 25px 0;
    }
    .sy_blzx .container .you .dange_xw .z h5 {
        font-size: 20px;
    }
    .sy_blzx .container .you .dange_xw .z h6 {
        font-size: 18px;
        line-height: 28px;
    }
    .sy_blzx .container .you .dange_xw .y h5 {
        font-size: 20px;
    }
    .sy_blzx .container .you .dange_xw .y h6 {
        font-size: 18px;
    }
}


/* 案例现场 */

.sy_alxc {
    padding: 67px 0 80px;
    background: none !important;
}

.sy_alxc .swiper_gzhj {
    overflow: hidden;
    margin-top: 55px;
}

.sy_alxc .swiper_gzhj .swiper-slide img {
    width: 100%;
    max-width: 100%;
}

.sy_alxc .swiper_gzhj .swiper-slide span {
    text-align: center;
    font-size: 24px;
    color: #424242;
    display: block;
    margin-top: 67px;
    opacity: 0;
}

.sy_alxc .swiper_gzhj .swiper-slide.swiper-slide-active span {
    opacity: 1;
}

.sy_alxc .swiper_gzhj .swiper-pagination {
    bottom: 51px;
}

.sy_alxc .swiper_gzhj .swiper-pagination-bullet {
    width: 31px;
    height: 4px;
    background-color: #c8c8c8;
    opacity: 1;
    border-radius: 50px;
}

.sy_alxc .swiper_gzhj .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #00a9c2;
}

@media only screen and (max-width:992px) {
    .sy_alxc {
        padding: 50px 0;
    }
    .sy_alxc .swiper_gzhj {
        margin-top: 30px;
    }
}


/* 案例 */

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

.nei_anli .container .zuo {
    flex: 0 0 22%;
    max-width: 22%;
    background-color: #00a8c2;
    padding: 19px 8px 10px;
    margin-top: -36px;
    position: relative;
    z-index: 3;
}

.nei_anli .container .zuo h5 {
    font-size: 28px;
    color: #ffffff;
    text-align: center;
}

.nei_anli .container .zuo h6 {
    font-size: 14px;
    color: #ffffff;
    margin-top: 5px;
    text-align: center;
}

.nei_anli .container .zuo .you_daohang {
    background-color: #fff;
    width: 100%;
    margin-top: 10px;
    padding: 0 16px;
}

.nei_anli .container .zuo .you_daohang a {
    display: flex;
    height: 69px;
    border-top: 1px solid #7c7c7c;
    align-items: center;
    flex-wrap: wrap;
    font-size: 20px;
    color: #7f7f7f;
}

.nei_anli .container .zuo .you_daohang a:nth-child(1) {
    border-top: none;
}

.nei_anli .container .you {
    flex: 0 0 75%;
    max-width: 75%;
    padding: 44px 0 47px;
}

.nei_ggbt {
    text-align: center;
}

.nei_ggbt h5 {
    font-size: 30px;
    color: #1e1e1e;
}

.nei_ggbt h6 {
    font-size: 20px;
    color: #969696;
    text-transform: uppercase;
    margin-top: 15px;
}

.nei_anli .you .row {
    margin-top: 36px;
}

.nei_anli .you .danfge_al {
    margin-top: 5px;
    display: block;
}

.nei_anli .you .danfge_al .shang {
    overflow: hidden;
}

.nei_anli .you .danfge_al .shang img {
    transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    width: 100%;
}

.nei_anli .you .danfge_al:hover .shang img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.nei_anli .you .danfge_al .xia {
    font-size: 20px;
    color: #6d6d6d;
    text-align: center;
    margin: 14px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

@media only screen and (max-width:992px) {
    .nei_anli .container .zuo {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 30px;
    }
    .nei_anli .container .zuo h5 {
        font-size: 24px;
    }
    .nei_anli .container .zuo h6 {
        font-size: 18px;
    }
    .nei_anli .container .you {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 50px 0;
    }
    .nei_ggbt h5 {
        font-size: 24px;
    }
    .nei_ggbt h6 {
        font-size: 18px;
        margin-top: 6px;
    }
    .nei_anli .you .danfge_al {
        margin-top: 15px;
    }
    .nei_anli .you .row {
        margin-top: 10px;
    }
}


/* 关于我们 */

.nei_ggbt2 {
    font-size: 28px;
    color: #5b5b5b;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid #adadad;
}

.nei_ggbt2::after {
    width: 41px;
    height: 3px;
    background-color: #00a8c2;
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
}

.nei_anli .you .guanyu_nr {
    padding-top: 28px;
    font-size: 14px;
    color: #606060;
    line-height: 31px;
    min-height: 200px;
}

.nei_anli .you .guanyu_nr img {
    max-width: 100%;
}

@media only screen and (max-width:992px) {
    .nei_anli .you .guanyu_nr {
        font-size: 18px;
        min-height: auto;
    }
}


/* 包装运用 */

.nei_bzyy {
    padding: 60px 0;
}

.nei_bzyy .row {
    margin-top: 10px;
}

.nei_bzyy .danfge_bz {
    margin-top: 36px;
    display: block;
    transition: all .7s;
    -o-transition: all .7s;
    -ms-transition: all .7s;
    -moz-transition: all .7s;
    -webkit-transition: all .7s;
}

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

.nei_bzyy .danfge_bz .shang {
    overflow: hidden;
}

.nei_bzyy .danfge_bz .shang img {
    transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    width: 100%;
}

.nei_bzyy .danfge_bz:hover .shang img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.nei_bzyy .danfge_bz .xia {
    background-color: #f7f7f7;
    height: 92px;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    /* 换主轴方向 */
    flex-direction: column;
}

.nei_bzyy .danfge_bz .xia h5 {
    text-align: center;
    font-size: 20px;
    color: #6b6b6b;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.nei_bzyy .danfge_bz .xia h6 {
    text-align: center;
    font-size: 20px;
    color: #6b6b6b;
    margin-top: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

@media only screen and (max-width:992px) {
    .nei_bzyy {
        padding: 50px 0;
    }
    .nei_bzyy .danfge_bz .xia {
        height: 108px;
    }
}


/* 产品中心 */

.nei_cpzx {
    padding: 60px 0;
}

.nei_cpzx .row {
    margin-top: 30px;
}

.nei_cpzx .row .danfge_cpa {
    margin-top: 40px;
    box-shadow: 0 0 10px #cac3c3;
    display: block;
}

.nei_cpzx .row .danfge_cpa .shang {
    overflow: hidden;
    padding: 14px;
    height: 305px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: #fff;
}

.nei_cpzx .row .danfge_cpa .shang img {
    max-width: 100%;
    max-height: 100%;
    transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
}

.nei_cpzx .row .danfge_cpa:hover .shang img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.nei_cpzx .row .danfge_cpa .xia {
    height: 116px;
    background-color: #f0f0f0;
    display: flex;
    justify-content: center;
    align-items: center;
    /* 换主轴方向 */
    flex-direction: column;
    padding: 0 36px;
    transition: all .7s;
    -o-transition: all .7s;
    -ms-transition: all .7s;
    -moz-transition: all .7s;
    -webkit-transition: all .7s;
}

.nei_cpzx .row .danfge_cpa:hover .xia {
    background-color: #00a9c2;
}

.nei_cpzx .row .danfge_cpa .xia h5 {
    font-size: 20px;
    color: #585657;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    transition: all .7s;
    -o-transition: all .7s;
    -ms-transition: all .7s;
    -moz-transition: all .7s;
    -webkit-transition: all .7s;
}

.nei_cpzx .row .danfge_cpa .xia h6 {
    font-size: 15px;
    color: #585657;
    margin-top: 15px;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    transition: all .7s;
    -o-transition: all .7s;
    -ms-transition: all .7s;
    -moz-transition: all .7s;
    -webkit-transition: all .7s;
}

.nei_cpzx .row .danfge_cpa:hover .xia h5,
.nei_cpzx .row .danfge_cpa:hover .xia h6 {
    color: #fff;
}

@media only screen and (max-width:992px) {
    .nei_cpzx {
        padding: 50px 0;
    }
    .nei_cpzx .row .danfge_cpa .shang {
        height: 345px;
    }
    .nei_cpzx .row .danfge_cpa .xia {
        height: auto;
        padding: 36px;
    }
    .nei_cpzx .row .danfge_cpa .xia h6 {
        font-size: 20px;
        line-height: 30px;
        margin-top: 5px;
    }
}


/* 二级 */

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

.er_ji a {
    padding: 5px 16px;
    color: #3b3939;
    font-size: 17px;
    border: 1px solid #3b3939;
    margin: 30px 10px 0;
    display: block;
    border-radius: 5px;
}

.er_ji a.on {
    background-color: #00a9c2;
    color: #fff;
    border: 1px solid #00a9c2;
}
.er_ji a:hover{
    background-color: #00a9c2;
    color: #fff;
    border: 1px solid #00a9c2;
}


/* 本莱研发 */

.nei_blyf {
    padding: 57px 0 86px;
}

.nei_blyf .row {
    margin-top: 18px;
}

.nei_blyf .yanfa_xx {
    margin-top: 46px;
    display: block;
}

.nei_blyf .yanfa_xx .shang {
    overflow: hidden;
}

.nei_blyf .yanfa_xx .shang img {
    transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    width: 100%;
}

.nei_blyf .yanfa_xx:hover .shang img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.nei_blyf .yanfa_xx .xia {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 19px;
}

.nei_blyf .yanfa_xx .xia .z {
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
}

.nei_blyf .yanfa_xx .xia .y {
    flex: 0 0 79%;
    max-width: 79%;
    padding-right: 30px;
}

.nei_blyf .yanfa_xx .xia .y h5 {
    color: #6e6e6e;
    font-size: 24px;
    font-weight: bold;
}

.nei_blyf .yanfa_xx .xia .y h6 {
    font-size: 16px;
    color: #969696;
    line-height: 25px;
    margin-top: 15px;
}

@media only screen and (max-width:992px) {
    .nei_blyf .row .col-12:nth-child(1) .yanfa_xx {
        margin-top: 30px;
    }
    .nei_blyf .yanfa_xx .xia .y h6 {
        font-size: 19px;
        line-height: 28px;
    }
}


/* 产品内页 */

.cp_nei_nn_s {
    background-color: #f7f7f7;
    padding: 45px 0;
}

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

.cp_nei_nn_s .container .zuo {
    flex: 0 0 40%;
    max-width: 40%;
    border: 2px solid #dedede;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.cp_nei_nn_s .container .zuo img {
    max-width: 100%;
}

.cp_nei_nn_s .container .you {
    flex: 0 0 55%;
    max-width: 55%;
}

.cp_nei_nn_s .container .you h3 {
    font-size: 26px;
    color: #142646;
}

.cp_nei_nn_s .container .you h5 {
    font-size: 18px;
    color: #142646;
    margin-top: 16px;
    padding-bottom: 18px;
    position: relative;
}

.cp_nei_nn_s .container .you h5::after {
    left: 0;
    bottom: 0;
    content: "";
    background-color: #858e9e;
    width: 80%;
    height: 1px;
    position: absolute;
}

h6.cp_n_bt {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 150px;
    height: 40px;
    background-color: #00a8c2;
    font-size: 16px;
    color: #ffffff;
    margin-top: 20px;
}

.cp_nei_nn_s .container .you .n_r {
    margin-top: 14px;
    line-height: 30px;
    font-size: 16px;
    color: #646464;
    padding-right: 10px;
}

@media only screen and (max-width:992px) {
    .cp_nei_nn_s .container .zuo {
        flex: 0 0 100%;
        max-width: 100%;
        background-color: #fff;
    }
    .cp_nei_nn_s .container .you {
        flex: 0 0 100%;
        margin-top: 30px;
        max-width: 100%;
    }
    .cp_nei_nn_s .container .you h5 {
        font-size: 24px;
    }
    h6.cp_n_bt {
        width: 183px;
        height: 55px;
        font-size: 21px;
    }
    .cp_nei_nn_s .container .you .n_r {
        font-size: 18px;
        line-height: 33px;
    }
}


/* 技术数据 */

.cp_nei_nn_xi {
    padding: 30px 0 54px;
}

.cp_nei_nn_xi .sj_nr {
    margin-top: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #646464;
}

.cp_nei_nn_xi .sj_nr img {
    max-width: 100%;
}


/* 联系我们 */

.nei_lxwm {
    padding: 70px 0 120px;
}

.ny_lxwm .ny_lxwm_map {
    display: flex;
    align-items: center;
    margin-top: 50px;
}

.ny_lxwm .ny_lxwm_map .bddt {
    flex: 0 0 50%;
    max-width: 50%;
}

.ny_lxwm .ny_lxwm_map .ny_lxwm_lxwz {
    color: #969696;
    font-size: 16px;
    margin-left: 125px;
}

.ny_lxwm .ny_lxwm_map .ny_lxwm_lxwz li {
    display: flex;
    align-items: center;
    margin-bottom: 65px;
}

.ny_lxwm .ny_lxwm_map .ny_lxwm_lxwz li:last-child {
    margin-bottom: 0;
}

.ny_lxwm .ny_lxwm_map .ny_lxwm_lxwz img {
    margin-right: 23px;
}

.ny_lxwm .ny_lxwm_nr {
    padding: 90px 0 100px;
}

.ny_lxwm .ny_lxwm_nr .ny_lxwm_zp {
    display: flex;
    justify-content: space-between;
}

.ny_lxwm .ny_lxwm_nr .ny_lxwm_zp .lxwm_zp_l {
    flex: 0 0 18%;
    max-width: 18%;
}

.ny_lxwm .ny_lxwm_nr .ny_lxwm_zp .lxwm_zp_l li {
    width: 100%;
    background-color: #fafafa;
    display: flex;
    cursor: pointer;
    align-items: center;
    font-size: 20px;
    color: #505050;
    min-height: 82px;
    padding: 10px 25px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.ny_lxwm .ny_lxwm_nr .ny_lxwm_zp .lxwm_zp_l li.on {
    background-color: var(--main-color);
    color: #fff;
}

.ny_lxwm .ny_lxwm_nr .ny_lxwm_zp .lxwm_zp_r {
    flex: 0 0 81%;
    max-width: 81%;
}

.ny_lxwm .ny_lxwm_nr .ny_lxwm_zp .lxwm_zp_r .zp_r_nr {
    background-color: #fafafa;
    padding-bottom: 55px;
}

.ny_lxwm .ny_lxwm_nr .ny_lxwm_zp .lxwm_zp_r .zp_r_content {
    background-color: #fafafa;
    padding: 50px 65px 30px;
    font-size: 18px;
    color: #969696;
    line-height: 2;
}

.ny_lxwm .ny_lxwm_nr .ny_lxwm_zp .lxwm_zp_r .zp_r_content strong {
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.ny_lxwm .ny_lxwm_nr .ny_lxwm_zp .lxwm_zp_r .zp_r_xx {
    width: 66%;
    background-color: var(--main-color);
    font-size: 16px;
    color: #fff;
    min-height: 50px;
    padding: 15px 65px;
    display: flex;
    border-radius: 0 5px 5px 0;
    justify-content: space-between;
}

@media only screen and (max-width:1024px) {
    .ny_lxwm .ny_lxwm_map {
        flex-wrap: wrap;
    }
    .ny_lxwm .ny_lxwm_map .bddt,
    .ny_lxwm .ny_lxwm_map .ny_lxwm_lxwz {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .ny_lxwm .ny_lxwm_map .ny_lxwm_lxwz {
        font-size: 18px;
        margin-left: 0;
        padding: 20px 30px;
    }
    .ny_lxwm .ny_lxwm_map .ny_lxwm_lxwz li {
        margin-bottom: 25px;
    }
    .ny_lxwm .ny_lxwm_nr {
        padding: 80px 0;
    }
}


/* 新闻 */

.xw_shang {
    padding: 50px 0;
}

.xw_shang .container {
    margin-top: 57px;
}

.shang_zz img {
    width: 100%;
}

.shang_yy h5 {
    font-size: 16px;
    color: #646464;
}

.shang_yy h6 {
    font-size: 20px;
    color: #161616;
    margin-top: 20px;
    margin-bottom: 35px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}

.shang_yy .ms {
    font-size: 16px;
    color: #969696;
    line-height: 30px;
    margin-bottom: 96px;
}

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

.shang_yy a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 137px;
    height: 35px;
    border: 1px solid #e5e5e5;
    border-radius: 30px;
    font-size: 16px;
    color: #969696;
}

.xin_w_xia {
    padding: 60px 0 40px;
    background-color: #f7f7f7;
}

.xin_w_xia .xw_dange {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    border-bottom: 1px solid #dadada;
    padding: 40px 30px;
    transition: all .7s;
    -o-transition: all .7s;
    -ms-transition: all .7s;
    -moz-transition: all .7s;
    -webkit-transition: all .7s;
}

.xin_w_xia .xw_dange:hover {
    background-color: #fff;
    box-shadow: 0 0 10px #dadada;
}

.xin_w_xia .xw_dange .zuo {
    flex: 0 0 70%;
    max-width: 70%;
}

.xin_w_xia .xw_dange .zuo h5 {
    font-size: 21px;
    font-weight: bold;
    color: #323232;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.xin_w_xia .xw_dange .zuo h6 {
    font-size: 18px;
    color: #646464;
    margin-top: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.xin_w_xia .xw_dange .you {
    font-size: 20px;
    color: #969696;
}

@media only screen and (max-width:992px) {
    .shang_yy .ms {
        font-size: 18px;
        margin-bottom: 62px;
    }
    .shang_yy h5 {
        font-size: 20px;
        margin-top: 30px;
    }
    .xin_w_xia {
        padding: 50px 0;
    }
    .xin_w_xia .xw_dange .zuo h5 {
        font-size: 22px;
    }
    .xin_w_xia .xw_dange .zuo h6 {
        margin-top: 17px;
    }
}

footer {
    background-color: #008a9e;
    padding: 70px 0 30px;
}

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

footer .container .zuo {
    flex: 0 0 38%;
    max-width: 38%;
}

footer .container .zuo h5 {
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
}

footer .container .zuo h6 {
    font-size: 16px;
    color: #ffffff;
    margin-top: 15px;
}

footer .container .zuo h6 .dan_g {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 15px;
}

footer .container .zuo h6 .dan_g i {
    width: 40px;
}

footer .container .you {
    flex: 0 0 62%;
    max-width: 62%;
}

footer .container .you .dao_hang {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

footer .container .you .dao_hang a {
    display: block;
    margin-left: 30px;
    font-size: 16px;
    color: #ffffff;
}

footer .container .you .er_weima {
    margin-top: 66px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

footer .container .you .er_weima .zuo_xiao img {
    max-width: 237px;
}

footer .container .you .er_weima .you_xiao {
    flex: 0 0 48%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

footer .container .you .er_weima .you_xiao .dan_ge {
    flex: 0 0 45%;
    max-width: 45%;
    text-align: center;
}

footer .container .you .er_weima .you_xiao .dan_ge img {
    width: 121px;
}

footer .container .you .er_weima .you_xiao .dan_ge h5 {
    font-size: 14px;
    color: #fff;
    margin-top: 14px;
}

footer .banquan {
    border-top: 1px solid #2e9faf;
    margin-top: 36px;
    padding-top: 20px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
}

footer .banquan a {
    color: #ffffff;
}

@media only screen and (max-width:1200px) {
    footer .container .you .dao_hang a {
        margin-left: 12px;
    }
}

@media only screen and (max-width:992px) {
    footer .container .zuo,
    footer .container .you {
        flex: 0 0 100%;
        max-width: 100%;
    }
    footer .container .you {
        margin-top: 30px;
    }
    footer .container .you .dao_hang {
        display: none;
    }
    footer .container .you .er_weima .you_xiao {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 30px;
    }
    footer .container .you .er_weima .zuo_xiao {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
    footer .container .you .er_weima .you_xiao .dan_ge img {
        width: 182px;
    }
    footer .container .you .er_weima .you_xiao .dan_ge h5 {
        font-size: 21px;
    }
    footer .banquan {
        font-size: 17px;
    }
}


/* 分页 */

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

.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;
    width: 40px;
    height: 40px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}

.pages .current-page {
    color: #fff;
    font-size: 16px;
 
    background: #00a9c2 ;
  
    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;
    }
}

.pc_demo{
	display: block;
}
.wap_demo{
	display: none;
}
/*2024-07-25手机端改版*/
.sy_alxc{
	background: #fff !important;
}
.sy_blzx{
	background: #fff !important;
}

.listbn{
	position: relative;
}
.listbn img{
	display: block;
	width: 100%;
}
.lbntxt{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	background: rgba(255,255,255,.3);
}
.lbntxtt{
	color: #23262d;
	font-size: 22px;
	display: flex;
	align-items: flex-end;
}
.lbntxtt h1{
	margin-right: 15px;
	font-size: 36px;
	font-weight: bold;
}
.lbntxtb{
	font-size: 20px;
	color: #999;
	margin-top: 10px;
}
.pimd{
	padding: 0 0 60px 0;
}
.pinav{
	display: flex;
	flex-wrap: wrap;
	background: #fff;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 9;
	margin-top: -40px;
}
.pinav a{
	flex: 0;
	flex-grow: 1;
	border-right: 1px solid #e6e6e6;
	display: block;
	text-align: center;
	line-height: 80px;
	font-size: 16px;
}
.pinav a.active{
	background: #00a9c2;
	border-right: 1px solid #00a9c2;
	color: #fff;
}
.pitip{
	margin-top: 25px;
	background: #f5f5f5;
	color: #999;
	padding: 10px 15px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.pitip img{
	display: block;
	margin-right: 10px;
}
.pitip a{
	color: #999;
}
.pitip a:hover{
	color: #a40000;
}
.pi1{
	display: flex;
	align-items: center;
	margin-top: 25px;
}
.pi1l{
	width: 37%;
	margin-right: 3%;
}
.pi1l img{
	display: block;
	width: 100%;
}
.pi1r{
	flex: 0;
	flex-grow: 1;
}
.pi1r h1,.pi2 h1{
	font-size: 30px;
	color: #23262d;
	font-weight: bold;
}
.pi1r .txt,.pi2b{
	margin-top: 20px;
	line-height: 30px;
	font-size: 16px;
	color: #666;
}
.pi1r .txt p{
	padding: 5px 0;
}
.pi2{
	margin-top: 35px;
}
.pi2t{
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	padding: 20px 0;
}
.pi2b *{
	max-width: 100%;
}

@media only screen and (max-width:1199px) {
	.pinav a{
		font-size: 14px;
	}
	.pi1r h1, .pi2 h1{
		font-size: 24px;
	}
	.pi1r .txt, .pi2b{
		font-size: 14px;
		line-height: 25px;
	}
}
@media only screen and (max-width:992px) {
	.header_top_height{
		height: 90px;
	}
	.header_top{
		height: 90px;
		width: 100%;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 99;
		background: #fff;
		box-shadow: 0 0 12px rgba(0,0,0,.07);
	}
	.pc_demo{
		display: none;
	}
	.wap_demo{
		display: block;
	}
	.container{
		padding: 0 25px;
	}
	.navicon{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 60px;
		height: 60px;
		position: absolute;
		right: 0;
		top: 0;
	}
	.navicon em{
		width: 26px;
		height: 1px;
		display: block;
		margin: 0 auto;
		background: #333;
	}
	.navicon::after,.navicon::before{
		content: "";
		width: 26px;
		height: 1px;
		display: block;
		background: #333;
		position: absolute;
		left: 50%;
		margin-left: -13px;
		transition: .25s;
	}
	.navicon::after{
		top: 20px;
	}
	.navicon::before{
		bottom: 20px;
	}
	.navicon.active em{
		display: none;
	}
	.navicon.active::after{
		transform: rotate(45deg);
		top: 30px;
	}
	.navicon.active::before{
		transform: rotate(-45deg);
		bottom: 29px;
	}
	.header .an{
		width: 50px;
		height: 50px;
		border-radius: 4px;
		background: rgba(0,0,0,.8);
		display: block !important;
		right: 25px;
		position: fixed;
		z-index: 100;
		top: 30px;
	}
	.header .an span{
		background: #fff;
		left: 10px !important;
	}
	.header .an span.a1{
		top: 13px !important;
	}
	.header .an span.a2{
		top: 23px !important;
	}
	.header .an span.a3{
		top: 33px !important;
	}
	.header .an.n span.a1{
		transform: rotate(-45deg);
		top: 23px !important;
	}
	.header .an.n span.a3{
		transform: rotate(45deg);
		top: 23px !important;
	}
	.pc_ban .container .zuo h5{
		height: 40px;
		font-size: 20px;
		padding-right: 20px;
	}
	.pc_ban .container .zuo h6{
		margin-top: 22px;
		font-size: 27px;
	}
	.pc_ban .container .zuo .w_z{
		font-size: 20px;
	}
	.blsl_wap{
		position: relative;
		padding: 0 25px;
		margin-top: 15px;
	}
	.blsltxt p{
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}
	.swiper-pagination-public{
		position: static;
		width: 100%;
		text-align: center;
		margin-top: 25px;
	}
	.swiper-pagination-public .swiper-pagination-bullet{
		width: 12px;
		height: 12px;
		margin: 0 8px;
	}
	.swiper-pagination-public .swiper-pagination-bullet-active{
		background: #00a9c2;
	}
	.sy_blsl{
		padding: 40px 0;
	}
	.zt_wap{
		position: relative;
	}
	.sy_sbzt .zhanting_ban{
		margin-top: 25px;
		padding: 0 25px;
	}
	.sy_sbzt{
		padding: 40px 0;
	}
	.ztnav{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0 25px;
		font-size: 20px;
	}
	.zt_wap_a{
		margin: 5px 0;
	}
	.ztnav a{
		color: #333;
		line-height: 60px;
		display: block;
		width: 48%;
		margin-top: 25px;
		border: 1px solid #ddd;
		text-align: center;
	}
	.ztnav a:hover,.ztnav a.active{
		background: #e93423;
		border: 1px solid #e93423;
		color: #fff;
	}
	.sy_gybl{
		padding: 40px 0 25px 0;
	}
	.sy_gybl .sy_gy_nr a.ckgd{
		margin-top: 25px;
	}
	.sy_gybl .container .you{
		margin-top: 25px;
	}
	.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right{
		background: none;
	}
	.sy_blzx{
		padding: 40px 0;
	}
	.sy_blzx .container .you{
		margin-top: 10px;
	}
	footer{
		padding: 25px 0;
	}
	footer .container .zuo h6 .dan_g img{
		width: 20px;
	}
	footer .container .you .er_weima{
		margin-top: 30px;
		flex-wrap: inherit;
	}
	footer .container .you .er_weima .zuo_xiao{
		flex: 0;
		flex-grow: 1;
		display: flex;
		justify-content: center;
	}
	footer .container .you .er_weima .you_xiao{
		flex: inherit;
		margin-top: 0;
		width: 50%;
	}
	footer .container .you .er_weima .you_xiao .dan_ge{
		width: 48%;
		margin-left: 2%;
	}
	footer .container .you .er_weima .you_xiao .dan_ge img{
		max-width: 100%;
	}
	footer .container .you .er_weima .you_xiao .dan_ge h5{
		font-size: 16px;
	}
	footer .container .you .er_weima .zuo_xiao img{
		width: 150px;
	}
	
	.listbn img{
		min-height: 180px;
	}
	.pinav {
		margin-top: 10px;
		box-shadow: inherit;
		justify-content: space-between;
	}
	.pinav a{    
		color: #333;
	    line-height: 60px;
	    display: block;
	    flex: inherit;
	    flex-grow: inherit;
	    width: 48%;
	    margin-top: 25px;
	    border: 1px solid #ddd;
	    text-align: center;
		font-size: 20px;
	}
	.pitip{
		font-size: 18px;
		padding: 15px 20px;
	}
	.pi1{
		display: block;
	}
	.pi1l{
		width: 100%;
		margin-bottom: 25px;
	}
	.pi1r h1, .pi2 h1{
		font-size: 30px;
		line-height: 1.4;
	}
	.pi1r .txt, .pi2b{
		font-size: 20px;
		line-height: 40px;
	}
	.pi2 .pi2b img{width:100%;height:auto;}
}

.yema{width:100%; margin-top:30px; text-align:center;}
.yema ul li{display:inline-block; margin:0 2px;}
.yema ul li a{min-width:40px; padding:0 15px; border-radius:2px; background-color:#fff; border:1px solid #eee; font-size:15px; line-height:38px; text-align:center; color:#999; display:block;}
.yema ul li a:hover{background-color:#00a8c2; border:1px solid #00a8c2; color:#fff;}
.yema ul li.active a{background-color:#00a8c2; border:1px solid #00a8c2; color:#fff;}
@media only screen and (max-width:640px){
    .yema{margin-top:20px;}
    .yema ul li{margin:0 .2rem;}
    .yema ul li a{min-width:2.6rem; padding:0 1rem; font-size:12px; line-height:2.6rem;}
}

.xw_xq{width:100%; overflow:hidden; position:relative;}
.xw_xq .xq_nr .b_t{font-size:28px; line-height:36px; font-weight:bold; color:#000; text-align:center; margin-bottom:20px;}
.xw_xq .xq_nr .x_x{padding-bottom:30px;margin-bottom:45px; border-bottom:1px solid #eee; text-align:center; line-height:26px;}
.xw_xq .xq_nr .x_x span{display:inline-block; padding:0 10px;}
.xw_xq .xq_nr .n_r{font-size:15px; line-height:30px;}
.xw_xq .xq_nr .n_r img{max-width:100%; height:auto; display:block; margin:0 auto;}
.xw_xq .xq_nr .f_y{margin-top:40px; padding-top:30px; border-top:1px solid #eee; color:#999; font-size:15px; line-height:32px;}
.xw_xq .xq_nr .z_c, .xw_xq .xq_nr .y_c{text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.xw_xq .xq_nr video{width:100%;height:auto;}
@media only screen and (max-width:640px){
    .xw_xq .xq_nr .b_t{font-size:16px; line-height:30px; margin-bottom:15px;}
    .xw_xq .xq_nr .x_x{padding-bottom:15px; margin-bottom:15px;}
    .xw_xq .xq_nr .n_r{font-size:12px; line-height:24px;}
    .xw_xq .xq_nr .f_y{margin-top:15px; padding-top:20px; font-size:12px;}
    .er_ji a {
        padding: 5px 10px;
        font-size: 15px;
        margin: 20px 10px 0;
    }
    .nei_cpzx .row .danfge_cpa .xia {
        padding: 20px;
    }
    footer .container .you .er_weima .you_xiao .dan_ge h5 {
        font-size: 12px;
    }
}

.sy_blzx .xw_ban .swiper-slide a{display:block;width:100%;height:100%;}

.logo .w_dh{display:none;color:#ff9248;font-size: 14px;}
@media only screen and (max-width:640px){
    .logo .w_dh{display:block;}
}