/*公共样式--开始*/
html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

html,
body {
    min-height: 100%;
}

body {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

ul,
ol {
    list-style: none;
}

img {
    border: none;
    vertical-align: middle;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.ovimg,
.ibw,
.miw,
.iml,
.imgbig {
    overflow: hidden;
}

.imgbig img {
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

.imgbig:hover img {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.ovimg img {
    width: 100%;
    min-height: 100%;
}

.ibw img {
    width: 100%;
    height: auto;
}

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

.iml {
    text-align: center;
}

.iml img {
    transform: translateY(-2px);
    vertical-align: middle;
}

.bgmax {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.bgmin {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
}

.fh {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/**/
.flexed {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    display: -webkit-flex;
}

body {
    font-family: Microsoft YaHei;
}

.containers {
    max-width: 1470px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}




header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999999;
    height: 108px;
    background: #2a2a54;
}

.hei {
    background: #2a2a54;
}

nav {
    width: 68.75%;
}

nav .x-menu {
    display: flex;
    justify-content: space-between;
}

.lo {
    line-height: 108px;
    width: 24%;
}

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

.so {
    background: url(../images/sou.png)no-repeat center;
    width: 19px;
    height: 100%;
}

.ss {
    display: none;
    position: absolute;
    right: 0;
    top: 110px;
    width: 310px;
    padding: 20px;
    z-index: 9999;
    background: #fff;
}

.ss input {
    outline: none;
    line-height: 32px;
    width: 20%;
    background: none;
    border: none;
    background: #2a2a54;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
}

.ss #keyword {
    padding-left: 5px;
    line-height: 30px;
    width: 80%;
    background: none;
    border: 1px solid #2a2a54;
    outline: none;
    font-size: 13px;
    color: #333;
}

.ss #keyword::placeholder {
    color: #999;
    font-size: 12px;
}


/* 导航 */
/* 导航样式 */
.x-menu {}

.x-menu>li {
    float: left;
    position: relative;
    line-height: 108px;
    font-size: 18px;

}

.x-menu>li>a {
    display: block;
    color: #fff;

}

.x-menu>li>a::after {
    content: "";
    width: 0;
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: 28px;
    left: 61%;
    -webkit-transform: translateX(-59%);
    -ms-transform: translateX(-59%);
    transform: translateX(-59%);
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.x-menu>li:hover>a::after {
    width: 100%;
}

.x-menu>li.active>a::after {
    /* width: 122%; */
}

.x-menu>li:hover>a {

    font-weight: 600;
}

.x-menu>li.active>a {
    /* color: #2a2a54;
  font-weight: 600; */
}

.x-menu>li:after {
    content: '';
    position: absolute;
    z-index: 100;
    width: 100%;
    left: 0;
    height: 40px;
    opacity: 0;
    top: 100%;
}

.x-menu>li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.x-sub-menu {
    position: absolute;
    z-index: 999;
    width: 150%;
    left: -25%;
    top: 95px;
    background: #fff;
    border-radius: 5px;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-sub-menu>li>a {
    display: block;
    text-align: center;
    line-height: 2;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding: .5em;
}

.x-sub-menu>li>a:hover {
    background: #e9eaeb;
}

.x-sub-menu:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;
}


/* 产品 */
.product {
    overflow: hidden;
    background: url(../images/bj1.jpg) no-repeat top center;
    background-size: 100% 100%;
    padding: 3.125vw 0;
}

.btl .p1 {
    font-size: 36px;
    line-height: 36px;
    color: #333;
    font-weight: 600;
}

.btl .p2 {
    font-size: 18px;
    line-height: 18px;
    color: #999;
    margin-top: 24px;
}

.btr {
    padding-top: 28px;
}

.btr .bta {
    font-size: 18px;
    line-height: 18px;
    color: #999;
    background: url(../images/more.png)no-repeat right center;
    padding-right: 36px;
    transition: all 0.5s;

}

.btr .bta:hover {
    color: #2a2a54;
    padding-right: 26px;
}

.yiji li {
    width: 20.83%;
    border: 1px solid #c8c8c8;
    border-right: none;
    height: 518px;
    padding-top: 10px;
    transition: all 0.3s;
    padding-left: 40px;
    padding-right: 40px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}

.yiji li:last-child {}

.yiji li .zou .tit .p1 {
    font-size: 26px;
    line-height: 26px;
    font-weight: 600;
    color: #333;
}

.yiji li .ying {
    height: 0;
    transition: all 0.3s;
    overflow: hidden;
}

.yiji li .zou {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2vw;
}

.yiji li .zou .tit .p2 {
    font-size: 14px;
    line-height: 14px;
    color: #111111;
    font-family: Arial;
    text-transform: uppercase;
    margin-top: 11px;
    opacity: 0.5;
}

.yiji li .zou .tit {
    border-left: 6px solid #2a2a54;
    padding-left: 20px;
}

.yiji li .ytp {

    width: 0;
    overflow: hidden;
}

.yiji .bb {
    width: 37.51%;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 10px;
}

.yiji .bb .ying {
    height: auto;
}

.yiji li .you {
    text-align: center;
    /* margin-top: 62px; */
}

.yiji li .you img {
    max-width: 100%;
}

.yiji li:nth-child(2) .you {
    /* margin-top: 100px; */
}

.yiji li:nth-child(2) .ytp {
    /* margin-top: 100px; */
}

.yiji .bb .zou {
    width: 42.11%;
    float: left;
    transition: all 0.3s;
    position: relative;
    padding: 0;
    padding-top: 70px;
}

.yiji .bb .ying .ynr {
    margin-top: 46px;
    font-size: 15px;
    line-height: 27px;
    color: #555555;
}

.yiji .bb .ying a {
    display: block;
    width: 106px;
    line-height: 36px;
    text-align: center;
    border-radius: 3px;
    background: #2a2a54;
    color: #fff;
    font-size: 14px;
    margin-top: 50px;
}

.yiji .bb .you {
    display: none;
}

.yiji .bb .ytp {

    width: 40.86%;
    transition: all 0.5s;
}

.yiji .bb .ytp img {
    width: 100%;
    transition: all 0.5s;
}

.pro {
    margin-top: 55px;
    background: #fff;
}

/* 产品中心 */
.pro-index {
    margin: 4vw 0;
}

.psort {}

.psort li {
    float: left;
    background: url(../images/tt1.png) no-repeat right center;
    padding: 0 15px;
}

.psort li:nth-of-type(1) {
    padding-left: 0;
}

.psort li:last-child {
    background: none;
}

.psort li a {
    display: block;
    color: #999999;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.psort li a:hover {
    color: #2a2a54;
}

.plist1 {
    margin: 0 -0.5%;
    margin-top: 2.34375vw;
}

.plist1 li {
    float: left;
    width: 24%;
    margin: 0 0.5%;
    position: relative;
    margin-bottom: 1%;
}

.plist1 li a .img1 img {
    width: 100%;
}

.plist1 li a .wz {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(39, 39, 39, .5);
    padding: 15px;
}

.plist1 li a .wz .wzz {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.plist1 li a .wz .wza {
    color: #ffffff;
    font-size: 16px;
}

.plist1 li a .wz .wzb {
    font-size: 12px;
    font-family: "Arial";
    text-transform: uppercase;
    color: #fff;
}

.plist1 li:hover {
    box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.2);
}

.plist1 li:hover .wz {
    background: #2a2a54;
}


.plist1 li:hover .wz .wza {
    color: #fff;
}

.plist1 li:hover .wz .wzb {
    color: #fff;
}

@media(max-width:768px) {
    .psort li {
        width: 33%;
        padding: 0;
        margin-bottom: 10px;
    }

    .psort li a {
        font-size: 14px;
        text-align: center;
    }

    .plist1 {
        margin: 0;
    }

    .plist1 li {
        width: 46%;
        margin: 0 2%;
        margin-bottom: 4%;
    }

    .plist1 li:nth-child(2n) {
        float: right;
    }

    .plist1 li a .wz {
        padding: 5px;
    }

    .plist1 li a .wz .wza {
        font-size: 12px;
    }
}

/* 质量控制 */
.kongzhi {
    margin-top: 82px;
    overflow: hidden;
}

.kz {
    background: url(../images/bj3.jpg)no-repeat center;
    height: 640px;
    margin-top: 68px;
}

.kz1 {
    width: calc(100% / 4);
    height: 100%;
    padding-top: 252px;
    border-right: 1px solid #fff;
    position: relative;
    z-index: 2;
    transition: all 0.5s;
}

.kz1:last-child {
    border: none;
}

.kz1 a {
    display: block;
}

.kz1 a span {
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto;
    background: url(../images/tt4.png)no-repeat center;
    transition: all 0.5s;
}

.kz1 a:hover span {
    background: url(../images/tt4h.png)no-repeat center;
}

.kz1 .p1 {
    width: 0px;
    height: 3px;
    background: #fff;
    margin: 0 auto;
    transition: all 0.5s;
    margin-top: 23px;
}

.kz1:hover .p1 {
    width: 30px;
}

.kz1 .p2 {
    margin-top: 20px;
    font-size: 26px;
    line-height: 26px;
    color: #fff;
    transition: all 0.5s;
    text-align: center;
}

.kz1 .p3 {
    color: #fff;
    font-size: 16px;
    line-height: 2.125;
    text-align: center;
    padding: 0 4.6875vw;
    margin-top: 1.5625vw;
    opacity: 0;
}

.kz1:hover span {
    display: none;
}

.kz1:hover .p2 {
    margin-top: 41px;
}

.kz1:hover .p3 {
    opacity: 1;
}

.kz1:hover {
    padding-top: 260px;
}

.kz1::after {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgb(23, 29, 26, 0.4);
    transition: all 0.5s;
    z-index: -1;
}

.kz1:hover:after {
    height: 100%;
}

/* about */
.about {
    margin-top: 100px;
    overflow: hidden;
}

.about .abl {
    width: 48.611%;
    overflow: hidden;
}

.about .abl img {
    transition: all 0.8s;
    width: 100%;
}

.about .abl:hover img {
    transition: all 0.8s;
    transform: scale(1.05);
}

.abr {
    width: 46.041%;
}

.abr .p1 {
    font-size: 54px;
    line-height: 54px;
    font-family: Impact;
    color: #2a2a54;
    text-transform: uppercase;
    padding-top: 24px;
}

.abr .p2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    color: #333333;
    margin-top: 20px;
}

.abr .p3 {
    font-size: 15px;
    line-height: 32px;
    color: #333333;
    margin-top: 29px;
}

.abr a {
    display: block;
    width: 156px;
    line-height: 46px;
    border: 2px solid #343434;
    padding-left: 32px;
    background: url(../images/more2.png) no-repeat;
    background-position: 116px;
    color: #343434;
    font-size: 16px;
    margin-top: 51.5px;
    transition: all 0.5s;
    font-weight: 600;
}

.abr a:hover {

    color: #fff;
    padding-left: 0;
    background: none;
    background: #2a2a54;
    text-align: center;
}

.ab2 {
    margin-top: 80px;
    position: relative;
    z-index: 3;
    overflow: hidden;
}

.ab3 {
    display: flex;
    justify-content: space-between;
    padding: 0 77px;

}

.abb {
    width: 166px;
    height: 166px;
    border-radius: 50%;
    border: 2px solid #0a090c;
    overflow: hidden;
}

.abup {
    height: 116px;
    text-align: center;
    line-height: 116px;
    background: #fff;
}

.abdown {
    background: #2a2a54;
    line-height: 46px;
    text-align: center;
    color: #fff;
    font-size: 22px;
}


.wave {
    position: absolute;
    width: 1920px;
    height: 139px;
    background: url(../images/tt2.png);
    left: 50%;
    margin-left: -960px;
    top: 50%;
    margin-top: -70px;
    z-index: -1;
}

.wave1 {
    position: absolute;
    width: 1920px;
    height: 56px;
    background: url(../images/tt3.png);
    left: 0%;
    margin-left: 0px;
    top: 60%;
    margin-top: 0px;
    z-index: -1;
}

.wave,
.wave1 {
    animation: bg 3.5s linear infinite;
    -webkit-animation: bg 6s linear infinite;
}

@-webkit-keyframes bg {
    0% {
        background-position: -1920px 0;
    }

    100% {
        background-position: 0 0;
    }
}

@keyframes bg {
    0% {
        background-position: -1920px 0;
    }

    100% {
        background-position: 0 0;
    }
}


.abb:hover img {
    -webkit-animation: hvr-buzz-out 0.75s linear;
    animation: hvr-buzz-out 0.75s linear;
}

@-webkit-keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}

@keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}


/* 在线留言 */
.liuyan {
    background: url(../images/bj4.jpg)no-repeat;
    height: 414px;
    margin-top: 109px;
    padding-top: 74px;
    overflow: hidden;
}

.liuyan .p1 {
    text-align: center;
    font-size: 34px;
    line-height: 34px;
    font-weight: 600;
    color: #fff;
}

.liuyan .ll {
    margin-top: 55px;
}

.liuyan .ll .ly {
    display: flex;
    justify-content: space-between;

}

.liuyan .ll .l1 {
    width: 25.41%;
    height: 69px;
}

.liuyan .ll .ly input,
.liuyan .ll .ly textarea {
    width: 100%;
    height: 100%;
    line-height: 69px;
    border: none;
    outline: none;
    border-radius: 5px;
    padding-left: 20px;
}

.liuyan .ll .ly input::placeholder,
.liuyan .ll .ly textarea::placeholder {
    font-size: 18px;
    color: #999;
}

.liuyan .ll .l2 {
    position: relative;
}

.liuyan .ll .l2 span {
    position: absolute;
    right: 20px;
    top: 17px;
}

.liuyan .ll .l2 span img {
    height: 34px;
}

.liuyan .ll .l3 {
    width: 19%;
}

.liuyan .ll .l3 input {
    background: #0b7040;
    border-radius: 5px;
    text-align: center;
    line-height: 69px;
    color: #fff;
    font-size: 24px;
    padding-left: 0;
}

.dih {
    text-align: center;
    margin-top: 65px;
}

.dih div {}

.dih div .s1 {
    font-size: 20px;
    line-height: 48px;
    color: #fff;
    display: inline-block;
    background: url(../images/tel.png)no-repeat left center;
    padding-left: 70px;
}

.dih div .s2 {
    font-size: 38px;
    line-height: 48px;
    color: #fff;
    font-family: Arial;
    font-weight: 600;
    display: inline-block;
    vertical-align: -5px;
}

/* 新闻资讯 */
.news {
    margin-top: 89px;
    margin-bottom: 60px;
    overflow: hidden;
}

.xw {
    margin-top: 60px;
}

.xwl {
    width: 40.97%;
}

.xwlimg {
    overflow: hidden;
}

.xwlimg img {
    transition: all 0.8s;
    width: 100%;
}

.xwl:hover .xwlimg img {
    transition: all 0.8s;
    transform: scale(1.15);
}

.xwlnr {
    background: #fafafa;
    padding: 33px 17px 30px 29px;
}

.xwlnr .p1 {
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
}

.xwlnr .p2 {
    margin-top: 19px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 15px;
    line-height: 29px;
    color: #999;
}

.xwlnr .p3 {
    margin-top: 21px;
}

.xwlnr .p3 span {
    font-size: 14px;
    color: #999;
    line-height: 14px;
    background: url(../images/more3.png)no-repeat right center;
    padding-right: 33px;
}

.xwl:hover .xwlnr .p1 {
    color: #2a2a54;
}

.xwr {
    width: 51.94%;
}

.xwr ul li .p1 {
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
}

.xwr ul li:hover .p1 {
    color: #2a2a54;
}

.xwr ul li .p2 {
    margin-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 15px;
    line-height: 15px;
    color: #999;
}

.xwr ul li .p3 {
    margin-top: 15px;
}

.xwr ul li .p3 span {
    font-size: 14px;
    color: #999;
    line-height: 14px;
    background: url(../images/more3.png)no-repeat right center;
    padding-right: 33px;
    font-family: Arial;
}

.xwr ul li {
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
}

.xwr ul li+li {
    margin-top: 19px;
}

/* 友情链接 */

.c-link {
    padding: 20px 0;
    font-size: 14px;
    color: #2a333c;
    line-height: 24px;
}

.c-link .con {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.c-link span {
    cursor: pointer;
    display: block;
}

.c-link dd {
    width: calc(100% - 70px)
}

.c-link .sec {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: rgba(255, 255, 255, .6);
    padding: 10px;
    min-width: 120px;
    z-index: 999;
}

.c-link a {
    color: #2a333c;
    padding: 0 4px;
    font-size: 14px;
    line-height: 24px;
}

/* 尾部 */

footer {
    background: url(../images/foot.jpg)no-repeat center;
    background-size: 100% 100%;
    overflow: hidden;
}

.fb1 {
    padding-top: 74px;
    padding-bottom: 10px;
}

.fb1 .fb2 {
    display: flex;
    justify-content: space-between;
}

.fb1 .fb2 .d1 {
    display: flex;
    justify-content: space-between;
    width: 48.4%;
}

.fb1 .fb2 .d1 .d11 .p1 {
    font-size: 18px;
    line-height: 18px;
    color: #fff;
}

.fb1 .fb2 .d1 .d11 ul li {
    font-size: 14px;
    line-height: 14px;

}

.fb1 .fb2 .d1 .d11 ul li a {
    color: #999999;
}

.fb1 .fb2 .d1 .d11 ul li+li {
    margin-top: 20px;
}

.fb1 .fb2 .d1 .d11 ul {
    margin-top: 40px;
}

.fb1 .fb2 .d1 .d11 ul li a:hover {
    color: #fff;
}

.d2 {
    width: 33.125%;
    display: flex;
    justify-content: space-between;
}

.d21 .p1 {
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    margin-bottom: 28px;
}

.d21 .p2 p {
    font-size: 14px;
    color: #999999;
    margin-top: 5px;
}

.d21 .p2 p:nth-child(2) {
    font-size: 30px;
    color: #fff;
    line-height: 30px;
    font-family: Arial;
    font-weight: 600;
}

.d22 {}

.d22 p {
    text-align: center;
    margin-top: 15px;
    font-size: 14px;
    color: #999999;
}

.fb4 {
    line-height: 24px;
    border-top: 1px solid rgba(255, 255, 255, .08);
    font-size: 14px;
    color: #999999;
    padding: 30px 0;
}

.fb4 a {
    color: #999999;
}

.fb4 a:hover {
    color: #049550;
}

.foot,
.sjbq {
    display: none;
    overflow: hidden;
}

@media (max-width: 1470px) {
    .abr .p1 {
        padding-top: 6px;
    }

    .abr .p3 {
        margin-top: 10px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden;
    }

    .abr a {
        margin-top: 27.5px;
    }

    .xwr ul li:last-child {
        display: none;
    }

    .xwr ul li {
        padding-bottom: 30px;
    }

    .xwr ul li+li {
        margin-top: 29px;
    }

    .yiji li .zou .tit .p1 {
        font-size: 19px;
        line-height: 21px;
    }

    .yiji .bb .ytp {
        padding-top: 60px;
    }
}


@media(max-width:1280px) {
    .yiji li {
        height: 460px;
    }
}

@media (max-width: 990px) {
    header {
        display: none;
    }

    .x-banner,
    .page-banner {
        margin-top: 60px;
    }

    .btl .p2 {
        font-size: 16px;
        line-height: 16px;
    }

    .yiji .bb {
        width: 50%;
        height: auto;
        padding-bottom: 30px;
        background-size: 100% 100%;
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 45px;
    }

    .yiji li:nth-child(2) {
        border: none;
    }

    .yiji li .zou .tit .p1,
    .yiji li .zou .tit .p2 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .yiji li:nth-child(2) .ytp {
        margin-top: 0;
    }

    .yiji .bb .ying .ynr {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;

    }

    .ab3 {
        padding: 0;
    }

    .liuyan .ll .ly {
        flex-wrap: wrap;
    }

    .liuyan .ll .l1 {
        width: 43%;
    }

    .liuyan .ll div {
        margin-top: 5px;
    }

    .liuyan .ll {
        margin-top: 31px;
    }

    .dih {
        margin-top: 25px;
    }

    .liuyan .ll .l3 {
        width: 43%;
        width: 100%;
    }

    .liuyan .ll .l3 input {
        font-size: 14px;
    }

    .about .abl,
    .abr {
        width: 100%;
        float: none;
    }

    .xwl {
        width: 100%;
    }

    .xwr {
        display: none;
    }

    footer {
        display: none;
    }

    .foot,
    .sjbq {
        display: block;
    }

    .foot {
        background: #373737;
        color: #bcbbbe;
        padding: 0 15px;
        padding-top: 20px;
        padding-bottom: 15px;
        margin-top: 30px;
    }

    .fw {
        width: 100%;
        margin: 0 auto;
    }

    .fw .du .dul .p1 span {
        margin-right: 30px;
    }

    .fw .du .dul .sec li {
        padding-left: 10px;
        margin-bottom: 8px;
    }

    .fw .du .dul .sec {
        display: none;
    }

    .fw .du .dul .sec a {
        color: #939090;
        font-size: 12px;
    }

    .fw .du .dul p {
        border-bottom: 1px solid #7a7a7a;
        line-height: 40px;
    }

    .fw .du {
        font-size: 14px;
    }

    .sjbq {
        font-size: 12px;
        color: #bcbbbe;
        padding-top: 5px;
    }

    .sjbq a {
        color: #bcbbbe;
    }
}

@media (max-width:768px) {
    .yiji .bb .zou {
        width: 100%;
        float: none;
        padding-top: 0;
    }

    .yiji .bb .ytp {
        width: 100%;
        float: none;
    }

    .yiji .bb .ying .ynr {
        margin-top: 15px;
    }

    .yiji .bb .ying a {
        margin-top: 20px;
    }

    .yiji .bb .ytp {
        padding-top: 0px;
        margin-top: 30px !important;
        /* height: 215px; */
    }

    .yiji .bb .ytp img {
        /* height: 215px; */
        height: 391px;
    }

    .yiji .bb {
        padding-top: 10px;
    }

    .dih div .s2 {
        font-size: 26px;
        line-height: 48px;
        vertical-align: -1px;
    }

    .kz1 .p3 {
        opacity: 1;
        font-size: 14px;
        line-height: 22px;
        margin-top: 0;
        height:70px;
    }

}

@media (max-width:600px) {
    .btr .bta {
        display: none;
    }

    .product {
        margin-top: 40px;
    }

    .kz1 {
        width: calc(100% / 2);
        padding: 60px 0;
    }

    .kz {
        height: auto;
        background-size: cover;
        margin-top: 33px;
    }

    .kongzhi {
        margin-top: 40px;
    }

    .about {
        margin-top: 40px;
    }

    .abb {
        width: 80px;
        height: 80px;
        position: relative;
        border-radius: 0%;
        border: none;
        overflow: unset;
    }

    .abup {
        height: 80px;
        line-height: 80px;
        border-radius: 50%;
        border: 2px solid #2a2a54;
        overflow: hidden;
    }

    .abup .aimg img {
        width: 50%;
    }

    .abdown {
        position: absolute;
        width: 100%;
        background: none;
        color: #333;
        font-size: 12px;

    }

    .liuyan {
        background-size: cover;
        height: auto;
        margin-top: 82px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .liuyan .ll .l1 {
        width: 100%;
        height: 45px;
    }

    .liuyan .ll .l2 span {
        position: absolute;
        right: 9px;
        top: 6px;
    }

    .liuyan .ll .ly input,
    .liuyan .ll .ly textarea {
        line-height: 45px;
    }

    .liuyan .ll .ly input::placeholder,
    .liuyan .ll .ly textarea::placeholder {
        font-size: 15px;
        color: #999;
    }

    .liuyan .ll .l3 {
        margin: 0 auto;
        margin-top: 5px;
    }

    .liuyan .ll .l3 input {}

    .dih {
        display: none;
    }

    .news {
        margin: 40px 0;
    }

    .xw {
        margin-top: 30px;
    }

    .kz1:nth-child(3),
    .kz1:nth-child(4) {
        border-top: 1px solid #fff;
    }

    .btl .p2 {
        line-height: 23px;
    }
}

@media (max-width:500px) {
    .yiji .bb {
        width: 100%;
        border: none;
    }

    .yiji .bb .ytp {
        text-align: center;
    }

    .yiji .bb .ytp img {
        max-width: 100%;
        height: auto;
        width: auto;
    }

    .pro {
        margin-top: 25px;
    }

    .yiji li+li {
        margin-top: 15px;
    }

    .btl .p1 {
        font-size: 30px;
    }

    .btl .p2 {
        font-size: 14px;
    }

    .abr .p1 {
        margin-top: 10px;
        font-size: 46px;
    }

    .abr .p2 {
        font-size: 22px;
    }

    .liuyan .p1 {
        font-size: 28px;
    }

    .kz1 .p2 {
        font-size: 20px;
    }
}

.xypg-detail-tags {
    display: none;
}


/* 手机页脚 */
.footer3 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #222;
}

.footer3 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer3 ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
    font-size: 0;
}

.footer3 ul li a {
    display: block;
    color: #ffffff;
}

.footer3 ul li .iconfont {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.footer3 ul li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #ffffff;
}

@media (max-width: 768px) {
    body {
        padding-bottom: 50px;
    }

    .n_banner {
        padding-top: 60px;
    }

    .message {
        padding: 0;
    }

    .message #name {
        width: 100%;
    }

    .message #contact {
        width: 100%;
    }

    .message #email {
        width: 100%;
    }

    .message #address {
        width: 100%;
    }

    .message #content {
        width: 280px;
    }

}


.n_banner img {
    width: 100%;
}