@charset "utf-8";
@font-face {
    font-family: 'Heavy';
    src: url('../font/SourceHanSansCN-Heavy.otf');
}

textarea {
    resize: none
}

button:focus {
    outline: 0;
}

button {
    outline: none
}

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

body {
    font-size: 15px;
    color: #555;
    font-family: "Microsoft YaHei", "SimHei", "Source Han Sans CN", Arial, Tahoma, sans-serif;
}

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

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

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

button {
    overflow: visible;
}

img {
    border: none;
}

li {
    list-style: none;
}

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

a:hover {
    color: #0a0d59;
    text-decoration: none !important;
}

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

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

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

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

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

 ::-webkit-scrollbar-thumb:active {
    background-color: #0a0d59;
}

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

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

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

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

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


/* 微信 */

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

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

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

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

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

.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    /* border-bottom: 1px solid rgba(255, 255, 255, .5); */
    background-color: #167be5;
}

.header.s_y {
    background: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.header.on,
.header.headernei {
    box-shadow: 0 0 15px #ddd;
    border-bottom: 0;
}

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

.header .logo {
    position: relative;
}

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

.header .logo a {
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #005bac;
}

.header .logo img {
    max-width: 100%;
    margin-right: 10px;
    height: auto;
    display: block;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

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

.header.on .logo img.t_m,
.header.headernei .logo img.t_m {
    opacity: 0;
}

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

.header .an {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    right: 25px;
    height: 33px;
    width: 50px;
    display: none;
}

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

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

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

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

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

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

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

.header .tel {
    height: 100px;
    font-size: 18px;
    font-weight: bold;
    line-height: 100px;
    text-align: center;
    color: #333;
    float: left;
}

.header.s_y .tel {
    color: #fff;
}

.header.on .tel {
    color: #333;
}

.header .tel i {
    font-weight: normal;
    vertical-align: middle;
    font-size: 21px;
    color: #0a0d59;
    margin-right: 5px;
}

.header.s_y .tel i {
    color: #fff;
}

.header.on .tel i {
    color: #0a0d59;
}

.header .nav {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
}

.header .nav ul {
    float: left;
    height: 100%;
}

.header .nav ul li {
    float: left;
    text-align: center;
    position: relative;
    height: 100%;
}

.header .nav .y_j {
    position: relative;
    height: 92px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
}

.header .nav .y_j i {
    width: 60%;
    padding-right: 10px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    text-align: right;
    color: #fff;
    line-height: 70px;
    z-index: 99;
    display: none;
}

.header .nav .y_j a {
    font-size: 14px;
    color: #fff;
    line-height: 85px;
    text-transform: uppercase;
    position: relative;
    min-width: 100px;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    z-index: 2;
}

.header .nav .y_j a::after {
    width: 0%;
    height: 100%;
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: #2e88e8;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    z-index: -1;
}

.header .nav li.on .y_j a,
.header .nav li:hover .y_j a {
    color: #fff;
    font-weight: bold;
}

.header .nav li.on .y_j a::after,
.header .nav li:hover .y_j a::after {
    width: 100%;
}

.header .nav .e_j {
    width: 160px;
    padding: 10px 0;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 5px #888;
    position: absolute;
    left: 50%;
    margin-left: -80px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

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

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

.header_ls {
    margin-left: 5px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.header_ls i {
    color: #fff;
    font-size: 25px;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 1024px) {
    .header_ls {
        margin-right: 98px;
    }
    .header_ls i {
        font-size: 30px;
    }
    .header_ls::after {
        display: none;
    }
    .search label input {
        font-size: 19px;
    }
}


/* 模态框 */

.search {
    position: fixed;
    top: 121px;
    width: 100%;
    background-color: #f5f5f8;
    height: 80px;
    display: none;
    z-index: 9999;
}

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

.search label {
    padding-left: 60px;
    position: relative;
    margin: 0;
}

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

.search label input {
    font-size: 15px;
    color: var(--color);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

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

.search label input:focus~.hr {
    width: 100%;
}


/* 模态框 end*/

@media only screen and (max-width: 1200px) {
    .header .nav .y_j a {
        padding: 0 10px;
        min-width: 87px;
    }
}

.header_ls.shouji {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .header_ls.shouji {
        display: block;
    }
    .header_ls .yuyan {
        display: none;
    }
    .header_ls.shouji .yuyan {
        display: block;
        width: 100%;
        margin-top: 31px;
    }
    .header_ls .dianhua {
        display: none;
    }
    .header_ls.shouji .dianhua {
        display: block;
        font-size: 22px;
        width: 100%;
        margin-top: 30px;
    }
    .header_ls .yuyan a {
        font-size: 22px;
        padding: 15px;
    }
    .header .logo a {
        font-size: 24px;
    }
    .header .nav .y_j a {
        width: auto;
    }
    .header .nav ul {
        height: auto;
    }
    .search label input {
        font-size: 20px;
    }
    .header .nav li.on .y_j a::after,
    .header .nav li:hover .y_j a::after {
        display: none;
    }
    .header_h {
        display: none;
    }
    .header.on .nav li.on .y_j a,
    .header.headernei .nav li.on .y_j a {
        color: #fff;
        font-weight: initial;
    }
    .header.s_y {
        border-bottom: 0;
        background-color: rgba(255, 255, 255, 0.9);
    }
    .header .logo {
        margin: 0;
        padding: 25px 0;
        float: none;
    }
    .header .logo img.d_w {
        opacity: 1;
        top: 25px;
    }
    .header .logo img.t_m {
        opacity: 0;
    }
    .header.on .logo img.t_m {
        opacity: 0;
    }
    .header.on .logo img.d_w {
        opacity: 1;
    }
    .header .an {
        display: block;
    }
    .header .tel {
        height: 90px;
        font-size: 22px;
        line-height: 90px;
        text-align: left;
        color: #fff;
        float: none;
    }
    .header .tel i {
        color: #fff;
    }
    .header .nav {
        width: 60%;
        height: 100vh;
        padding: 10px 5% 0;
        margin: 0;
        background-color: #141414;
        position: fixed;
        top: 0;
        right: -60%;
        z-index: 9999;
        overflow: auto;
        transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        display: block;
    }
    .header .nav ul {
        width: 100%;
        float: none;
    }
    .header .nav ul li {
        width: 100%;
        text-align: left;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        float: none;
        padding: 10px 0;
        margin: 0;
        height: auto;
    }
    .header .nav .y_j {
        height: auto;
        justify-content: flex-start;
    }
    .header .nav .y_j i {
        display: block;
    }
    .header .nav .y_j:after {
        display: none;
    }
    .header .nav .y_j a,
    .header.headernei .nav .y_j a {
        font-size: 22px;
        color: #fff;
        line-height: 70px;
        padding: 0;
    }
    .header .nav ul li:hover .y_j a {
        color: #fff;
    }
    .header .nav ul li.on .y_j a {
        color: #fff;
        justify-content: flex-start;
    }
    .header .nav .e_j {
        width: 100%;
        background: none;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        box-shadow: none;
        position: relative;
        left: auto;
        top: auto;
        padding: 10px 0;
        margin-left: 0;
        opacity: 0;
        visibility: inherit;
        display: none;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transition: none;
        -o-transition: none;
        -ms-transition: none;
        -moz-transition: none;
        -webkit-transition: none;
    }
    .header .nav ul li:hover .e_j {
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
    .header .nav .e_j a {
        font-size: 20px;
        line-height: 56px;
        text-align: left;
        color: #fff;
        margin: 0 30px 0 0;
    }
    .sousuo .sou_suo_kuang {
        width: 275px;
        height: 43px;
    }
    .sousuo .sou_suo_kuang button {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .yuyan {
        margin-right: 100px;
    }
    .header .nav ul li:hover::after,
    .header .nav ul li.on::after {
        display: none;
    }
    .header {
        position: relative;
    }
    .sousuo .ondq {
        opacity: 1;
    }
    .sousuo .zdq {
        opacity: 0;
    }
    .sousuo {
        color: #1e1e1e;
    }
    .header.headernei .yuyan .xia_nr,
    .header .yuyan .xia_nr {
        background: rgba(12, 60, 96, 0.5);
    }
    .header.headernei .yuyan .xia_nr a,
    .header .yuyan .xia_nr a {
        color: #fff;
    }
    .header.headernei .yuyan .xia_nr::after,
    .header .yuyan .xia_nr::after {
        border-bottom: 12px solid rgba(12, 60, 96, 0.5);
    }
    .header_ls .header_sea i {
        font-size: 26px;
    }
    .search button i {
        font-size: 26px;
    }
}

@media only screen and (max-width: 992px) {
    .header .nav {
        display: block;
    }
    .sousuo .sou_suo_kuang {
        width: 262px;
        height: 44px;
    }
}

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

.head_h.g_b {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .head_h {
        height: 120px;
    }
    .head_h.g_b {
        display: block;
    }
}

.pc_ban {
    overflow: hidden;
}

.pc_ban img {
    width: 100%;
}

.sy_mk1 {
    padding: 100px 0;
}

.sy_mk1 .zuoyou {
    display: flex;
    flex-wrap: wrap;
}

.sy_mk1 .zuoyou .dange {
    flex: 0 0 33.3333%;
    border-left: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    height: 120px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.sy_mk1 .zuoyou .dange:nth-last-child(1),
.sy_mk1 .zuoyou .dange:nth-last-child(2),
.sy_mk1 .zuoyou .dange:nth-last-child(3) {
    border-bottom: 1px solid #dddddd;
}

.sy_mk1 .zuoyou .dange:nth-child(3n) {
    border-right: 1px solid #dddddd;
}

.sy_mk1 .zuoyou .dange .z {
    padding-bottom: 20px;
    width: 25%;
    text-align: right;
}

.sy_mk1 .zuoyou .dange .z img {
    -webkit-filter: grayscale(100%);
    /* Chrome, Safari, Opera */
    filter: grayscale(100%);
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.sy_mk1 .zuoyou .dange:hover .z img {
    -webkit-filter: grayscale(0%);
    /* Chrome, Safari, Opera */
    filter: grayscale(0%);
    transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
}

.sy_mk1 .zuoyou .dange .xit {
    margin-left: 26px;
}

.sy_mk1 .zuoyou .dange .y {
    color: #666666;
    font-size: 48px;
    color: #666666;
    line-height: 1;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.sy_mk1 .zuoyou .dange:hover .y {
    color: #167be5;
}

.sy_mk1 .zuoyou .dange h5 {
    font-size: 14px;
    color: #333333;
    margin-top: 8px;
}

@media only screen and (max-width:1024px) {
    .sy_mk1 {
        padding: 50px 0;
    }
    .sy_mk1 .zuoyou .dange {
        flex: 0 0 50%;
        border: 1px solid #dddddd;
    }
    .sy_mk1 .zuoyou .dange .y {
        font-size: 30px;
    }
    .sy_mk1 .zuoyou .dange h5 {
        font-size: 19px;
    }
}


/* 新华东化工常备库存5000吨 */

.sy_mk2 {
    padding: 75px 0 100px;
}

.syggbt {
    text-align: center;
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
}

.sy_mk2 .miaoshu {
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    line-height: 35px;
    margin-top: 32px;
    font-weight: lighter;
}

.sy_mk2 .zibei {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    padding: 10px 20px;
    background-color: #167be5;
    margin-top: 35px;
    border-radius: 50px;
}

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

@media only screen and (max-width:1024px) {
    .sy_mk2 {
        padding: 50px 0;
    }
    .syggbt {
        font-size: 24px;
    }
    .sy_mk2 .miaoshu {
        font-size: 19px;
    }
    .sy_mk2 .zibei {
        font-size: 19px;
    }
}


/* 化工溶剂源头直供让您放心 */

.sy_mk3 {
    padding: 50px 0 60px;
    position: relative;
    z-index: 2;
    background-color: #fdfcfc;
}

.sy_mk3::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 40%;
    width: 544px;
    height: 296px;
    background: url(../images/quan_03.png) no-repeat center / cover;
    content: '';
    z-index: -1;
}

.gglbt {
    text-align: center;
}

.gglbt h5 {
    font-size: 24px;
    color: #167be5;
    font-weight: bold;
}

.gglbt h6 {
    font-size: 16px;
    color: #333333;
    margin-top: 15px;
}

.sy_mk3 .zuoyopu {
    margin-top: 38px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sy_mk3 .zuoyopu .lie {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}

.sy_mk3 .zuoyopu .zuo {
    text-align: right;
    padding-top: 14px;
}

.sy_mk3 .zuoyopu .zhong {
    text-align: center;
}

.sy_mk3 .zuoyopu .you {
    text-align: left;
    padding-top: 14px;
}

.sy_mk3 .zuoyopu .bt {
    font-size: 16px;
    color: #aaaaaa;
    font-weight: bold;
}

.sy_mk3 .zuoyopu .zuo .bt {
    color: #167be5;
}

.sy_mk3 .zuoyopu .zhong .vs {
    font-size: 16px;
    color: #ffffff;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: #167be5;
    border-radius: 100px;
    font-weight: bold;
    margin: 0 auto;
}

.sy_mk3 .zuoyopu .shng {
    padding-top: 30px;
}

.sy_mk3 .zuoyopu .dgwz {
    margin-top: 24px;
    font-size: 14px;
    color: #333333;
    display: flex;
    align-items: center;
}

.sy_mk3 .zuoyopu .dgwz i {
    width: 32px;
    height: 32px;
    background-color: #167be5;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    border-radius: 100px;
}

.sy_mk3 .zuoyopu .zuo .dgwz {
    justify-content: flex-end;
}

.sy_mk3 .zuoyopu .zuo .dgwz:nth-child(2),
.sy_mk3 .zuoyopu .zuo .dgwz:nth-child(4) {
    margin-right: 40px;
}

.sy_mk3 .zuoyopu .zuo .dgwz:nth-child(3) {
    margin-right: 55px;
}

.sy_mk3 .zuoyopu .you .dgwz:nth-child(2),
.sy_mk3 .zuoyopu .you .dgwz:nth-child(4) {
    margin-left: 40px;
}

.sy_mk3 .zuoyopu .you .dgwz:nth-child(3) {
    margin-left: 55px;
}

.sy_mk3 .zuoyopu .zuo .dgwz i {
    margin-left: 28px;
}

.sy_mk3 .zuoyopu .you .dgwz i {
    margin-right: 28px;
    background-color: #aaaaaa;
}

.sy_mk3 .zuoyopu .zhong .wz {
    font-size: 18px;
    color: #333333;
    margin-top: 30px;
}

.sy_mk3 .zuoyopu .zhong .shang10 {
    padding-top: 10px;
}

@media only screen and (max-width:1200px) {
    .sy_mk3::after {
        width: 458px;
        height: 249px;
        top: 44%;
    }
}

@media only screen and (max-width:1024px) {
    .sy_mk3 .zuoyopu .dgwz {
        font-size: 19px;
    }
    .sy_mk3 .zuoyopu .zhong .wz {
        font-size: 19px;
    }
    .sy_mk3 .zuoyopu .lie {
        flex: 0 0 41.3333%;
        max-width: 41.3333%;
    }
    .sy_mk3 .zuoyopu .zhong {
        flex: 1;
        max-width: unset;
    }
    .sy_mk3 .zuoyopu .zuo .dgwz:nth-child(2),
    .sy_mk3 .zuoyopu .zuo .dgwz:nth-child(4),
    .sy_mk3 .zuoyopu .zuo .dgwz:nth-child(3) {
        margin-right: 0;
    }
    .sy_mk3 .zuoyopu .you .dgwz:nth-child(2),
    .sy_mk3 .zuoyopu .you .dgwz:nth-child(4),
    .sy_mk3 .zuoyopu .you .dgwz:nth-child(3) {
        margin-left: 0;
    }
    .sy_mk3::after {
        display: none;
    }
    .gglbt h6 {
        font-size: 19px;
    }
    .sy_mk3 .zuoyopu .bt {
        font-size: 19px;
    }
}


/* 产品介绍 */

.sy_mk4 {
    padding: 60px 0;
}

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

.ggbt2 {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    position: relative;
    line-height: 1;
    padding-top: 15px;
}

.ggbt2::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 24px;
    height: 4px;
    background-color: #fd0001;
}

.sy_mk4 .you_dg {
    display: flex;
    align-items: center;
}

.sy_mk4 .you_dg .bt {
    font-size: 16px;
    color: #666666;
    padding: 0 30px;
    position: relative;
}

.sy_mk4 .you_dg .bt::after {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 14px;
    background-color: #cccccc;
}

.sy_mk4 .you_dg .bt:nth-last-child(1) {
    padding-right: 0;
}

.sy_mk4 .you_dg .bt:nth-child(1)::after {
    display: none;
}

.sy_mk4 .qhb .nr {
    display: none;
}

.sy_mk4 .qhb .zuoy {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.sy_mk4 .qhb .zuoy .dange {
    flex: 0 0 25%;
    padding: 0 10px;
    margin-top: 30px;
}

.sy_mk4 .qhb .zuoy .nri {
    display: block;
}

.sy_mk4 .qhb .zuoy .dange h5 {
    font-size: 18px;
    color: #333333;
    text-align: center;
    margin-top: 15px;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
}

.xia_guo_gg {
    overflow: hidden;
    position: relative;
}

.xia_guo_gg::after {
    width: 50px;
    height: 200%;
    transform: rotateZ(143deg);
    /* background-color: rgba(255, 255, 255, 0.3); */
    background: linear-gradient( to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0)) no-repeat;
    background: -webkit-linear-gradient( left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0)) no-repeat;
    right: -52%;
    top: -58%;
    position: absolute;
    content: "";
    transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
}

.xia_guo_gg:hover::after {
    right: 144%;
}

.xia_guo_gg img {
    width: 100%;
    transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -webkit-transition: all 1.5s;
}

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

@media only screen and (max-width:1024px) {
    .sy_mk4 .qhb .zuoy .dange {
        flex: 0 0 50%;
    }
    .sy_mk4 .you_dg .bt {
        font-size: 19px;
    }
    .sy_mk4 .qhb .zuoy .dange h5 {
        font-size: 19px;
    }
}


/* 一站式化工供应商 */

.sy_mk5 {
    padding: 60px 0 40px;
    background: -moz-linear-gradient(0deg, #fafafa 29%, #167be5 29%);
    background: -ms-linear-gradient(0deg, #fafafa 29%, #167be5 29%);
    background: -webkit-linear-gradient(0deg, #fafafa 29%, #167be5 29%);
    background: -o-linear-gradient(0deg, #fafafa 29%, #167be5 29%);
    background: linear-gradient(0deg, #fafafa 29%, #167be5 29%);
}

.sy_mk5 .zuoyou {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 47px;
}

.sy_mk5 .zuoyou .dang {
    flex: 0 0 14%;
    max-width: 14%;
    background-color: rgba(255, 255, 255, 0.1);
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* 换主轴方向 */
    flex-direction: column;
    cursor:pointer;
}
.sy_mk5 .zuoyou .dang img{
  transition: all .7s;
  -o-transition: all .7s;
  -ms-transition: all .7s;
  -moz-transition: all .7s;
  -webkit-transition: all .7s;
}
.sy_mk5 .zuoyou .dang:hover{
    background:#333;
      transition: all .7s;
  -o-transition: all .7s;
  -ms-transition: all .7s;
  -moz-transition: all .7s;
  -webkit-transition: all .7s;
}
.sy_mk5 .zuoyou .dang:hover {}
.sy_mk5 .zuoyou .dang:hover img{

    .sy_mk5 .zuoyou .dang:hover{
        background:#000
    }transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.sy_mk5 .zuoyou .dang h5 {
    font-size: 16px;
    color: #ffffff;
    margin-top: 10px;
    padding-top: 10px;
    position: relative;
}

.sy_mk5 .zuoyou .dang h5::after {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    width: 20px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
}

.sy_mk5 .gglbt h5 {
    color: #fff;
}

.sy_mk5 .xia_zuoy {
    margin-top: 60px;
    padding: 28px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background-color: #fff;
}

.sy_mk5 .xia_zuoy .zuo {
    flex: 0 0 42.8%;
    max-width: 42.8%;
}

.sy_mk5 .xia_zuoy .you {
    flex: 0 0 54.8%;
    max-width: 54.8%;
}

.sy_mk5 .xia_zuoy .you .wzms {
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    margin-top: 20px;
}

.sy_mk5 .xia_zuoy .you .ckgd {
    font-size: 14px;
    color: #ffffff;
    width: 136px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: #167be5;
    margin-top: 70px;
}

@media only screen and (max-width:1024px) {
    .sy_mk5 {
        padding: 50px 0;
    }
    .sy_mk5 .zuoyou .dang {
        flex: 0 0 32%;
        max-width: 32%;
        margin-top: 10px;
    }
    .sy_mk5 .zuoyou .dang h5 {
        font-size: 19px;
    }
    .sy_mk5 .zuoyou {
        margin-top: 13px;
    }
    .sy_mk5 .xia_zuoy {
        margin-top: 41px;
    }
    .sy_mk5 .xia_zuoy .zuo {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .sy_mk5 .xia_zuoy .you {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 30px;
    }
    .sy_mk5 .xia_zuoy .you .wzms {
        font-size: 19px;
        line-height: 35px;
    }
    .sy_mk5 .xia_zuoy .you .ckgd {
        font-size: 19px;
        margin-top: 35px;
    }
}


/* 解决方案 */

.sy_mk6 {
    padding: 58px 0 50px;
}

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

.sy_mk6 .zuoy .dang {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 48%;
    height: 60px;
    padding: 0 30px;
    margin-top: 20px;
}

.sy_mk6 .zuoy .dang:hover {
    background-color: #fafafa;
}

.sy_mk6 .zuoy .dang .zi {
    width: 50%;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
}

.sy_mk6 .zuoy .dang .ck {
    font-size: 14px;
    color: #999999;
}

.sy_mk6 .zuoy .dang .ck i {
    margin-left: 11px;
}

.xia_ewm {
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.xia_ewm .you_erwm {
    flex: 0 0 78%;
    max-width: 78%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.xia_ewm .you_erwm .dang {
    flex: 0 0 20%;
    max-width: 20%;
}

.xia_ewm .you_erwm .dang img {
    width: 100%;
}

.xia_ewm .you_erwm .dang h5 {
    font-size: 14px;
    color: #000000;
    margin-top: 30px;
    text-align: center;
}

@media only screen and (max-width:1024px) {
    .xia_ewm .you_erwm {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .xia_ewm .you_erwm .dang {
        flex: 0 0 45%;
        max-width: 45%;
        margin-top: 40px;
    }
    .xia_ewm .you_erwm .dang h5 {
        font-size: 22px;
    }
    .sy_mk6 .zuoy .dang {
        width: 100%;
    }
    .sy_mk6 .zuoy .dang .zi {
        font-size: 22px;
    }
    .sy_mk6 .zuoy .dang .ck {
        font-size: 19px;
    }
}

footer {
    background-color: #167be5;
    padding: 40px 0 19px;
}

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

footer .shang_zuoy .zuo {
    width: 262px;
}

footer .shang_zuoy .you {
    flex: 0 0 72.75%;
    max-width: 72.75%;
}

footer .shang_zuoy .zuo img {
    max-width: 100%;
}

footer .shang_zuoy .xia_dianh {
    padding-top: 20px;
}

footer .shang_zuoy .dant {
    margin-top: 25px;
    display: flex;
    align-items: center;
}

footer .shang_zuoy .dant i {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 40px;
    height: 40px;
    border: 2px solid #f7f7f7;
    border-radius: 100px;
}

footer .shang_zuoy .dant .dhsx {
    color: #f7f7f7;
    margin-left: 10px;
}

footer .shang_zuoy .dant .dhsx h5 {
    font-size: 14px;
}

footer .shang_zuoy .dant .dhsx h6 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    margin-top: 5px;
}

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

footer .shang_zuoy .you .da_bt {
    display: block;
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 14px;
    position: relative;
}

footer .shang_zuoy .you .da_bt::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 60px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
}

footer .shang_zuoy .you .xiao_bt {
    display: block;
    font-size: 12px;
    color: rgba(255, 255, 255, .8);
    margin-top: 12px;
}

footer .banquan {
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 12px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

@media only screen and (max-width:1200px) {
    footer .shang_zuoy .dant .dhsx h6 {
        font-size: 16px;
    }
    footer .shang_zuoy .zuo {
        width: 211px;
    }
}

@media only screen and (max-width:1024px) {
    footer .shang_zuoy .you {
        display: none;
    }
    footer .shang_zuoy .zuo {
        width: 100%;
    }
    footer .shang_zuoy .dant .dhsx h5 {
        font-size: 20px;
    }
    footer .shang_zuoy .dant .dhsx h6 {
        font-size: 22px;
    }
    footer .banquan {
        font-size: 16px;
    }
}

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

.nei_ban .heikuang {
    width: 483px;
    padding: 40px 70px;
    background-color: rgba(0, 0, 0, 0.5);
}

.nei_ban .heikuang .da_bt {
    font-size: 36px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    line-height: 1;
}

.nei_ban .heikuang h5 {
    font-size: 18px;
    color: #ffffff;
    margin-top: 14px;
    text-align: center;
    padding-bottom: 8px;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
}

.nei_ban .heikuang .misoah {
    font-size: 14px;
    color: #ffffff;
    width: 270px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: #167be5;
    margin: 0 auto;
    margin-top: 20px;
}

@media only screen and (max-width:1024px) {
    .nei_ban {
        height: 350px;
    }
    .nei_ban .heikuang .da_bt {
        font-size: 30px;
    }
    .nei_ban .heikuang .misoah {
        font-size: 19px;
        width: 100%;
        height: 44px;
    }
}

.erji {
    border-bottom: 1px solid #eeeeee;
    /* position: sticky;
    top: 85px; */
   /* z-index: 3; */
   background-color: #fff;
}

.erji .container {
    display: flex;
    flex-wrap: wrap;
}

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

.erji .container a.on {
    background-color: #167be5;
    color: #fff;
}


/* 公司简介 */

.gy_ggbt {
    text-align: center;
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 28px;
    position: relative;
}

.gy_ggbt::after {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 24px;
    height: 4px;
    background-color: #fd0001;
    content: '';
}

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

.guanyu_mk1 .zuoyou {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

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

.guanyu_mk1 .zuoyou .you {
    flex: 0 0 46%;
    max-width: 46%;
    font-size: 14px;
    color: #333333;
    line-height: 30px;
}

@media only screen and (max-width:1200px) {
    .guanyu_mk1 .zuoyou .you {
        max-height: 288px;
        overflow-y: auto;
    }
}

@media only screen and (max-width:1024px) {
    .erji {
        display: none;
    }
    .guanyu_mk1 .zuoyou .zuo {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .guanyu_mk1 .zuoyou .you {
        flex: 0 0 100%;
        max-width: 100%;
        max-height: 100%;
        margin-top: 40px;
        font-size: 19px;
        line-height: 35px;
    }
}


/* 企业文化 */

.guanyu_mk2 {
    padding: 50px 0;
    background-color: #f7f8fc;
}

.guanyu_mk2 .zuoyou {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.guanyu_mk2 .zuoyou .dange {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    margin-top: 30px;
    padding: 0 15px;
}

.guanyu_mk2 .zuoyou .neirong {
    height: 200px;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
}

.guanyu_mk2 .zuoyou .neirong .bt {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
}

.guanyu_mk2 .zuoyou .neirong .shang {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #167be5;
    display: flex;
    justify-content: center;
    align-items: center;
    /* 换主轴方向 */
    flex-direction: column;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.guanyu_mk2 .zuoyou .neirong:hover .shang {
    top: 0;
}

.guanyu_mk2 .zuoyou .neirong .shang h5 {
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    padding-bottom: 23px;
    position: relative;
}

.guanyu_mk2 .zuoyou .neirong .shang h5::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 23px;
    height: 4px;
    background-color: #fff;
    content: '';
}

.guanyu_mk2 .zuoyou .neirong .shang h6 {
    font-size: 14px;
    color: #ffffff;
    margin-top: 18px;
}

@media only screen and (max-width:1024px) {
    .guanyu_mk2 .zuoyou .dange {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .guanyu_mk2 .zuoyou .neirong .shang h6 {
        font-size: 19px;
        line-height: 35px;
        text-align: center;
    }
    .guanyu_mk2 .zuoyou .neirong .shang {
        padding: 10px;
    }
}


/* 企业资质 */

.guanyu_mk3 {
    padding: 50px 0;
}

.guanyu_mk3 .zuoyou {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding-top: 10px;
}

.guanyu_mk3 .zuoyou .dange {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 10px;
    margin-top: 20px;
}

.guanyu_mk3 .zuoyou .dange .neir {
    display: block;
    background-color: #f7f8fc;
    padding: 20px;
}

.guanyu_mk3 .zuoyou .dange .shang_tp {
    height: 138px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.guanyu_mk3 .zuoyou .dange .shang_tp img {
    max-width: 100%;
    max-height: 100%;
}

.guanyu_mk3 .zuoyou .dange h5 {
    font-size: 14px;
    color: #333333;
    margin-top: 18px;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
}

@media only screen and (max-width:1024px) {
    .guanyu_mk3 .zuoyou .dange {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .guanyu_mk3 .zuoyou .dange h5 {
        font-size: 20px;
    }
}


/* 体系认证 */

.guanyu_mk4 {
    padding: 50px 0;
    background-color: #f7f8fc;
}

.guanyu_mk4 .zuoyou .dange .neir {
    background-color: #fff;
}

.guanyu_mk4 .zuoyou .dange .shang_tp {
    height: 254px;
}


/* 生产实力 */

.guanyu_mk5 {
    padding: 50px 0;
}

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

.guanyu_mk5 .zuoyou .dange {
    flex: 1;
    border-right: 2px solid #f7f8fc;
    padding: 50px 28px;
    min-height: 300px;
}

.guanyu_mk5 .zuoyou .sahng_bt {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.guanyu_mk5 .zuoyou .sahng_bt .zuosz {
    color: #8abdf2;
    font-size: 72px;
    font-family: 'Heavy';
    line-height: 1;
}

.guanyu_mk5 .zuoyou .sahng_bt .yiouwz {
    padding-left: 20px;
}

.guanyu_mk5 .zuoyou .sahng_bt .yiouwz h5 {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}

.guanyu_mk5 .zuoyou .sahng_bt .yiouwz h6 {
    font-size: 14px;
    color: #167be5;
    margin-top: 10px;
    font-weight: bold;
}

.guanyu_mk5 .zuoyou .xia_miasohu {
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    margin-top: 20px;
}

@media only screen and (max-width:1200px) {
    .guanyu_mk5 .zuoyou .dange {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .guanyu_mk5 .zuoyou .dange:nth-child(2n) {
        border: none;
    }
}

@media only screen and (max-width:1024px) {
    .guanyu_mk5 .zuoyou .dange {
        border: none;
        flex: 0 0 100%;
        max-width: 100%;
        min-height: auto;
        padding: 28px;
    }
    .guanyu_mk5 .zuoyou .sahng_bt .yiouwz h6 {
        font-size: 21px;
    }
    .guanyu_mk5 .zuoyou .sahng_bt .yiouwz h5 {
        font-size: 22px;
    }
    .guanyu_mk5 .zuoyou .xia_miasohu {
        font-size: 19px;
        line-height: 35px;
    }
}


/* 合作客户 */

.guanyu_mk6 {
    padding: 50px 0 20px;
    background-color: #f7f8fc;
}

.guanyu_mk6 .lunbo_xiao {
    margin-top: 20px;
    position: relative;
}

.guanyu_mk6 .lunbo_xiao .swiper-button-prev {
    left: -70px;
}

.guanyu_mk6 .lunbo_xiao .swiper-button-next {
    right: -70px;
}

.guanyu_mk6 .lunbo_xiao .swiper-button-prev,
.guanyu_mk6 .lunbo_xiao .swiper-button-next {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: #fff;
    box-shadow: 0 0 10px #cacaca;
    border-radius: 100px;
}

.guanyu_mk6 .lunbo_xiao .swiper-button-next:after,
.guanyu_mk6 .lunbo_xiao .swiper-button-prev:after {
    font-size: 18px;
    color: #9b9b9b;
}

.guanyu_mk6 .lunbo_xiao .sanhang_ban {
    height: 455px;
    width: 100%;
}

.guanyu_mk6 .lunbo_xiao .sanhang_ban .swiper-slide {
    height: calc((100% - 40px) / 3);
}

.guanyu_mk6 .lunbo_xiao .sanhang_ban .neirong {
    border: 1px solid #f0f0f0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: #fff;
    transition: all .7s;
    -o-transition: all .7s;
    -ms-transition: all .7s;
    -moz-transition: all .7s;
    -webkit-transition: all .7s;
}.guanyu_mk6 .lunbo_xiao .sanhang_ban .neirong{

}

.guanyu_mk6 .lunbo_xiao .sanhang_ban .neirong img {
    max-width: 100%;
    max-height: 100%;
}

@media only screen and (max-width:1350px) {
    .guanyu_mk6 .lunbo_xiao .swiper-button-prev,
    .guanyu_mk6 .lunbo_xiao .swiper-button-next {
        display: none;
    }
}


/* 新闻活动 */

.guanyu_mk7 {
    padding: 50px 0;
}

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

.guanyu_mk7 .zuoyou .dange {
    flex: 0 0 48%;
    max-width: 48%;
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eeeeee;
}

.guanyu_mk7 .zuoyou .dange .zuo {
    width: 72px;
    padding-right: 15px;
    border-right: 1px solid #cccccc;
    color: #999999;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.guanyu_mk7 .zuoyou .dange:hover .zuo {
    color: #167be5;
}

.guanyu_mk7 .zuoyou .dange .zuo h5 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}

.guanyu_mk7 .zuoyou .dange .zuo h6 {
    font-size: 14px;
    line-height: 1;
}

.guanyu_mk7 .zuoyou .dange .you {
    flex: 1;
    padding-left: 20px;
}

.guanyu_mk7 .zuoyou .dange .you h5 {
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.guanyu_mk7 .zuoyou .dange .you h6 {
    font-size: 14px;
    color: #666666;
    margin-top: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.guanyu_mk7 .zuoyou .dange:hover .you h5,
.guanyu_mk7 .zuoyou .dange:hover .you h6 {
    color: #167be5;
}

@media only screen and (max-width:1024px) {
    .guanyu_mk7 .zuoyou .dange {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .guanyu_mk7 .zuoyou .dange .you h5 {
        font-size: 22px;
    }
    .guanyu_mk7 .zuoyou .dange .you h6 {
        font-size: 19px;
    }
    .guanyu_mk7 .zuoyou .dange .zuo h5 {
        font-size: 42px;
    }
    .guanyu_mk7 .zuoyou .dange .zuo h6 {
        font-size: 19px;
    }
    .guanyu_mk7 .zuoyou .dange .zuo {
        width: 96px;
    }
}


/* 产品 */

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

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

.chanpin_nri .zuo {
    width: 280px;
}

.chanpin_nri .zuo .z_nt {
    background-color: #167be5;
    padding: 27px 0 28px 25px;
}

.chanpin_nri .zuo .z_nt h5 {
    font-size: 24px;
    color: #f7f8fc;
    font-weight: bold;
}

.chanpin_nri .zuo .z_nt h6 {
    font-size: 24px;
    color: rgba(255, 255, 255, .3);
    font-weight: bold;
    margin-top: 10px;
}

.chanpin_nri .zuo .cpej {
    font-size: 14px;
    color: #666666;
    height: 50px;
    display: flex;
    align-items: center;
    padding-left: 45px;
    background-color: #fff;
    position: relative;
}

.chanpin_nri .zuo .cpej::after {
    width: 6px;
    height: 6px;
    background-color: #666666;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    border-radius: 100px;
}

.chanpin_nri .zuo .cpej.on {
    color: #ffffff;
    background-color: #167be5;
}

.chanpin_nri .zuo .cpej.on::after {
    background-color: #fff;
}

.chanpin_nri .you {
    flex: 1;
    padding-left: 30px;
}

.chanpin_nri .you .biaot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    height: 56px;
    padding-left: 30px;
    padding-right: 19px;
    background-color: #167be5;
}

.chanpin_nri .you .biaot .zz {
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
}

.chanpin_nri .you .biaot .yy,
.chanpin_nri .you .biaot .yy a {
    font-size: 14px;
    color: #ffffff;
}

.chanpin_nri .xai_zuoy {
    background-color: #fff;
    padding: 30px 17px;
    display: flex;
  
    flex-wrap: wrap;
}

.chanpin_nri .xai_zuoy .dange {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding: 0 13px;
}

.chanpin_nri .xai_zuoy .dange .neirong {
    display: block;
    padding-bottom: 30px;
}

.chanpin_nri .xai_zuoy .dange .shang {
    overflow: hidden;
}

.chanpin_nri .xai_zuoy .dange img {
    width: 100%;
}

.chanpin_nri .xai_zuoy .dange h5 {
    font-size: 16px;
    color: #333333;
    margin-top: 17px;
    text-align: center;
}

@media only screen and (max-width:1024px) {
    .chanpin_nri .zuo {
        display: none;
    }
    .chanpin_nri .you {
        flex: 0 0 100%;
        padding: 0;
    }
    .chanpin_nri .you .biaot .yy,
    .chanpin_nri .you .biaot .yy a {
        font-size: 19px;
    }
    .chanpin_nri .you .biaot .zz {
        font-size: 21px;
    }
    .chanpin_nri .you .biaot {
        height: 73px;
    }
    .chanpin_nri .xai_zuoy .dange {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .chanpin_nri .xai_zuoy .dange h5 {
        font-size: 22px;
    }
}


/* 联系 */

.lianxi_neirong {
    padding: 50px 0;
}

.lianxi_neirong .ditu {
    position: relative;
    margin-top: 30px;
    background-image: url('../images/ditu.png');
}

.lianxi_neirong .ditu .zuo_nei {
    position: absolute;
    left: 30px;
    top: 30px;
    height: 636px;
    background-color: #fff;
    padding: 30px;
    width: 400px;
}

.lianxi_neirong .ditu .neitr h5 {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}

.lianxi_neirong .ditu .neitr h6 {
    font-size: 18px;
    color: #167be5;
    font-weight: bold;
    margin-top: 10px;
}

.lianxi_neirong .ditu .lianx2 {
    margin-top: 10px;
    padding-right: 40px;
}

.lianxi_neirong .ditu .dange {
    padding: 20px 0;
    border-bottom: 1px solid #f7f7f7;
    display: flex;
    align-items: center;
}

.lianxi_neirong .ditu .dange .ztb {
    width: 30px;
}

.lianxi_neirong .ditu .dange .ywz {
    flex: 1;
}

.lianxi_neirong .ditu .dange .ywz h5 {
    font-size: 14px;
    color: #333333;
}

.lianxi_neirong .ditu .dange .ywz h6 {
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    margin-top: 5px;
}

.lianxi_neirong .ditu .wenzi_nr {
    font-size: 14px;
    color: #666666;
    line-height: 25px;
    margin-top: 15px;
}


/* 在线留言 */

.zxly {
    margin-top: 55px;
}

.zxly .biaodan {
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.zxly .biaodan .dange {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 0 0 48%;
}

.zxly .biaodan .dange .zuo {
    width: 67px;
    text-align: right;
    font-size: 14px;
    color: #999999;
}

.zxly .biaodan .dange .you {
    flex: 1;
    padding-left: 18px;
}
.zxly .biaodan .dange:nth-child(6) .you{
display: flex;
justify-content: space-between;
align-items: center;
}
.zxly .biaodan .dange input,
.zxly .biaodan .dange textarea {
    height: 44px;
    width: 100%;
    padding-left: 20px;
    border: 1px solid #f0f0f0;
}

.zxly .biaodan .dange1 {
    flex: 0 0 100%;
    align-items: flex-start;
}

.zxly .biaodan .dange1 .zuo {
    padding-top: 17px;
}

.zxly .biaodan .dange1 textarea {
    height: 175px;
}

.zxly .biaodan .dange2 {
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.zxly .biaodan .dange2 button {
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    width: 300px;
    height: 50px;
    background-color: #167be5;
    border-radius: 5px;
    margin-top: 30px;
}

@media only screen and (max-width:1024px) {
    .lianxi_neirong .ditu {
        height: auto;
    }
    .lianxi_neirong .ditu .zuo_nei {
        position: static;
        width: 100%;
        margin-top: 40px;
        border: 1px solid #cacaca;
        height: auto;
    }
    .lianxi_neirong .ditu .neitr h5 {
        font-size: 22px;
    }
    .lianxi_neirong .ditu .dange .ywz h5 {
        font-size: 20px;
    }
    .lianxi_neirong .ditu .dange .ywz h6 {
        font-size: 19px;
    }
    .lianxi_neirong .ditu .wenzi_nr {
        line-height: 35px;
        font-size: 19px;
    }
    .lianxi_neirong .ditu .dange .ztb {
        width: 40px;
    }
    .zxly .biaodan .dange {
        flex: 0 0 100%;
    }
    .zxly .biaodan .dange .zuo {
        font-size: 19px;
        width: 90px;
    }
    .zxly .biaodan .dange input,
    .zxly .biaodan .dange textarea {
        height: 57px;
        font-size: 20px;
    }
    .zxly .biaodan .dange textarea {
        height: 180px;
    }
    .zxly .biaodan .dange2 button {
        font-size: 20px;
        height: 59px;
    }
}


/* CSS Document */

.right {
    width: 60px;
    position: fixed;
    right: 20px;
    bottom: 25%;
    z-index: 99;
}

.rta a {
    text-align: center;
    background: #167be5;
    height: 60px;
    padding-top: 10px;
    border-radius: 4px;
    display: block;
    /*display: flex;
	justify-content: center;
	align-items: center;*/
    margin-top: 5px;
}

.rta a.active {
    /*background: #E32234;
	border: 1px solid #E32234;*/
}

.rta a img {
    /*filter: grayscale(100%);
	filter: gray;
	opacity: .5;
	transition: .25s;*/
    width: auto;
}

.rta a span {
    display: block;
    color: #ffffff;
    font-size: 12px;
    margin-top: 4px;
}

.rta:hover a img,
.rta a.active img {
    /*filter: grayscale(0%);
	filter: gray;
	opacity: 1;*/
}

.rthide {
    position: absolute;
    right: 100%;
    top: 0;
    z-index: 9;
    visibility: hidden;
    opacity: 0;
    transition: .25s;
}

.rta:hover .rthide {
    opacity: 1;
    visibility: inherit;
}

.rthide_phone {
    line-height: 50px;
    color: #fff;
    background: #E32234;
    width: 170px;
    border-radius: 4px 0 0 4px;
    text-align: center;
}

.rthide_ewm {
    background: #fff;
    border-radius: 4px 0 0 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    width: 130px;
    padding: 10px;
    height: auto;
    font-weight: bold;
    line-height: 47px;
}

.rthide_ewm img {
    width: 100%;
    display: block;
}

#gotop {
    display: none;
}

.posrelative {
    position: relative;
}
@media only screen and (max-width:992px) {
  .right{
    width: 90px;
  }
  .rta a{
    height: 90px;
  }
  .rta a span{
    font-size: 18px;    margin-top: 11px;
  }
  .rthide_ewm{
      
    width: 161px;

  }
}
/* 模板详情页 */

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

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

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

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

.ny_nr .xw_xq .xq_nr {
  width: 100%;
  overflow: hidden;
  padding: 20px 0px;
  line-height: 30px;
  font-size: 14px;
}

@media only screen and (min-height:992px) {
  .ny_nr .xw_xq .xq_nr {
      min-height: 20vh; line-height: 35px;
      font-size: 19px;
  }
}


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

/* 招聘 */


/*招聘*/

.not_bj {
  margin-top: 30px;
  padding-bottom: 135px;
}

.zp_list {
  width: 100%;
  position: relative;
}

.zp_list_title {
  width: 100%;
  height: 58px;
  background: #0167bb;
  border-radius: 5px;
}

.zp_list_ul {
  width: 96%;
  margin: auto;
}

.zp_lf {
  float: left;
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  line-height: 58px;
  text-align: center;
}

.zp_list_t1 {
  width: 32.5%;
  text-align: left;
  padding-left: 1%;
}

.zp_list_t2 {
  width: 13.4%;
}

.zp_list_t3 {
  width: 13.4%;
}

.zp_list_t4 {
  width: 13.4%;
}

.zp_list_t5 {
  width: 13.4%;
}

.zp_list_t6 {
  width: 13.4%;
}

.zp_list ul {
  width: 100%;
  margin-top: 10px;
}

.zp_list ul li {
  width: 100%;
  float: left;
  box-shadow: 0 0 10px #cacaca;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 10px;
}

.zp_list ul li.on {
  border: solid 1px #dfdfdf;
  box-shadow: 0 0 0;
}

.zp_in_a {
  width: 96%;
  float: left;
  height: 58px;
  margin-left: 2%;
  position: relative;
}

.zp_in_a .zp_lf {
  color: #333;
  font-size: 16px;
  font-weight: normal;
}

.zp_in_wap {
  display: none;
}

.zp_in_a_but {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  line-height: 60px;
  cursor: pointer;
}

.zp_in_b {
  display: none;
  width: 96%;
  margin-left: 2.5%;
  float: left;
  padding: 24px 0;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  border-top: solid 1px #DFDFDF;
}

@media screen and (max-width: 1024px) {
  .erji {
      display: none;
  }
  .zp_list_t2 {
      display: none;
  }
  .zp_list_t3 {
      display: none;
  }
  .zp_list_t4 {
      display: none;
  }
  .zp_list_t5 {
      display: none;
  }
  .zp_list_t6 {
      display: none;
  }
  .zp_list_t7 {
      display: none;
  }
  .zp_in_wap {
      display: block;
      margin-bottom: 15px;
      float: left;
      width: 100%;
  }
  .zp_in_wap dd {
      width: 100%;
      float: left;
      padding: 3px 0;
      line-height: 24px;
  }
  .zp_in_wap dd span {
      font-weight: bold;
  }
  .zp_in_wap dd a {
      margin-left: 15px;
  }
  .zp_in_b {
      padding: 15px;
  }
  .zp_in_a .zp_lf {
      font-size: 20px;
  }
  .zp_lf {
      font-size: 22px;
  }
  .zp_in_b {
      font-size: 19px;
      line-height: 35px;
  }
}
  
  
  .header .search-box {
margin-left: 5px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.header .search-box .butn {
  display: block;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
.header .search-box .butn i {
  width: 40px;
  height: 40px;
  background-position: 0 0;
}
.header .search-box .butn.hov i {
  background-position: -41px 0;
}
.header .share-sub {
  position: absolute;
  right: 55px;
  top: -2px;
  width: 0;
  height: 40px;
  overflow: hidden;
  background: #fff;
  border-radius: 20px;
  border: none;
  z-index: 10;
}
.header .share-sub .sub-btn {
  border: none;
  width: 26px;
  height: 26px;
  cursor: pointer;
  margin-top: 7px;
  background-position: -85px 0;
  transition: ease-in-out 0.2s;
  outline: none;
}
.header .share-sub .tex {
  width: 151px;
  font-size: 14px;
  height: 40px;
  line-height: 18px;
  padding: 14px 20px;
  color: #333;
  border: none;
  background: #fff;
  outline: none;
}
@media screen and (max-width: 1024px) {
      .header .search-box {position: relative;display: flex;justify-content: center;align-items: center;flex-wrap: wrap;left: 0;margin-right: 64px;}
.header .search-box .butn {
  display: block;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
.header .search-box .butn i {
  width: 40px;
  height: 40px;
  background-position: 0 0;
}
.header .search-box .butn.hov i {
  background-position: -41px 0;
}
.header .share-sub {
  position: absolute;
  right: 55px;
  top: -2px;
  width: 0;
  height: 40px;
  overflow: hidden;
  background: #fff;
  border-radius: 20px;
  border: none;
  z-index: 10;
}
.header .share-sub .sub-btn {
  border: none;
  width: 26px;
  height: 26px;
  cursor: pointer;
  margin-top: 7px;
  background-position: -85px 0;
  transition: ease-in-out 0.2s;
  outline: none;
}
.header .share-sub .tex {
  width: 151px;
  font-size: 14px;
  height: 40px;
  line-height: 18px;
  padding: 14px 20px;
  color: #333;
  border: none;
  background: #fff;
  outline: none;
}
}
.icon {
  background-image: url("../images/icon.png");
  display: inline-block;
  vertical-align: middle;
}
.fl,
.left {
  float: left;
}