@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?v01t6l');
    src: url('../fonts/icomoon.eot?v01t6l#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?v01t6l') format('truetype'), url('../fonts/icomoon.woff?v01t6l') format('woff'), url('../fonts/icomoon.svg?v01t6l#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

body {
    font-family: Arial, sans-serif;
}

body {
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    background-position: center top;


}

#sou:hover {
    border: none;
}

a {
    color: #01191a;
}

.login-bg {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 555;
    background: rgba(0, 0, 0, .5);
}

.xiaoxi {
    display: none;
    position: fixed;
    left: 40%;
    top: 25%;
    width: 460px;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    z-index: 9999;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
}

.b-box {
    width: 100%;
    height: auto;
    text-align: center;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background-color: rgb(255, 255, 255);
}

.b-box h3 {
    padding-top: 15px;
    font-size: 22px;
    font-weight: 400;
}

.b-box p {
    font-size: 16px;
    margin: 22px;
    overflow: auto;
}

.s-box {
    width: 100%;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #60C0BD;
    cursor: pointer;
}

.s-box a {
    display: inline-block;
    width: 100%;
    height: 60px;
    font-size: 20px;
    color: #fff;
}

.dingwei {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 60px;
    z-index: 9999;
}

.move {
    display: none;
}

.top {
    width: 100%;
    height: 60px;
    background-color: #74c2be;
}

.fr {
    width: 1100px;
    height: 60px;
    line-height: 60px;
    color: #01191a;
    margin: 0px auto;
}

.bt {
    margin-right: 50px;
}

.bt,
.fr ul li {
    float: left;
}


/* 间隔符样式 */

.fr ul li:nth-child(even) {
    width: 1px;
    height: 16px;
    background-color: #01191a;
    margin: 23px 15px 0;
}

.fr ul a:hover {
    color: rgb(202, 242, 240);
}

.fr ul li {
    cursor: pointer;
}

.fr input {
    width: 230px;
    height: 30px;
    margin-top: 14px;
    border-radius: 15px;
    background-color: #bde2e1;
    border: 0;
    padding-left: 18px;
    float: right;
}

.botm {
    width: 100%;
    height: 200px;
    background-color: #bde2e1;
}

.center {
    width: 1100px;
    height: auto;
    margin: 100px auto 61px auto;
}

.cd {
    position: fixed;
    top: 100px;
    left: 50%;
    width: 1820px;
    height: auto;
    /* margin: 100px auto 61px auto; */
    transform: translateX(-50%);
    z-index: -9999;
}

.flyOne {
    width: 360px;
    height: 799px;
    float: left;

}

.flyOne img,
.flyTwo img {
    width: auto;
    height: 100%;
}

.flyTwo {
    width: 360px;
    height: 799px;
    float: right;
}



#slider {
    position: relative;
    width: 100%;
    margin: auto;
    overflow: hidden;
    margin-bottom: 20px;
}

#slider ul {
    width: 400%;
    /* 设置图片容器的宽度为图片数量的4倍，以容纳所有图片 */
    transition: 0.5s;
    /* 添加过渡效果，让切换更平滑 */
}

#slider ul li img {
    width: 100%;
    height: auto;
}

#slider li {
    float: left;
    width: 25%;
    /* 设置每个图片容器的宽度为总宽度的1/4 */
}

#prev,
#next {
    display: none;
    cursor: pointer;
    width: auto;
    padding: 16px;
    color: white;
    font-size: 18px;
    transition: 0.6s ease;
    user-select: none;
}

#prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    border-radius: 0 3px 3px 0;
}

#next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    border-radius: 3px 0 0 3px;
}


#prev:hover,
#next:hover {
    background-color: rgba(0, 0, 0, 0.3);
}



.product {
    margin-bottom: 15px;
}

.big-img {
    width: 208px;
    height: 569px;
    background-color: #fff;
    float: left;
    transition: all 0.3s;
}

.sm-img img,
.big-img img {
    width: 100%;
    height: auto;
}

.sm-img {
    width: 892px;
    height: 569px;
    float: left;
}

.sm-img ul li {
    width: 208px;
    height: 277px;
    transition: all 0.3s;
}

.big-img h4,
.sm-img ul li h4 {
    text-align: center;
    color: #626262;
    margin: 14px 0 7px 0;
}

.big-img p,
.sm-img ul li p {
    text-align: center;
    color: #9b9b9b;
    font-size: 13px;
}

.one li {
    margin: 0 0 15px 15px;
    background-color: #fff;
    float: left;
}

.two li {
    margin-left: 15px;
    background-color: #fff;
    float: left;
}

.print-PR {
    width: 100%;
    height: 208px;
    margin-bottom: 13px;
}

#pOne {
    margin-left: 0;
}

.print-PR ul li {
    float: left;
    width: 208px;
    height: 208px;
    margin-left: 15px;
    background-color: #ffffff;
    cursor: pointer;
    transition: all 0.3s;
}

.new {
    box-sizing: border-box;
    width: 100%;
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
}

.new3,
.new2 {
    box-sizing: border-box;
    width: 100%;
    background-color: #fff;
    padding: 10px;
    margin-top: 20px;
    border-radius: 5px;
}

.clear {
    clear: both;
}

.new3 .left,
.new2 .left {
    margin-bottom: 20px;
}

.logo3,
.logo2 {
    width: 100%;
    height: 150px;
    background-color: #fbcfcf;
}

.btwz {
    text-align: center;
}

.btwz h1 {
    margin: 15px 0 10px 0;
}

.btwz p {
    margin-bottom: 35px;
}

/* 弹窗样式 */
#video-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: rgb(0, 0, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

#close-popup {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 60px;
    right: 60px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 32px;
    font-weight: 400;
    /* line-height: 32px;
    text-align: center; */
    border: solid 3px #fff;
    color: #ffffff;
    cursor: pointer;
}

#video-popup .popup-content {
    padding: 20px;
}

.popup-content {
    display: flex;
    justify-content: center;
}

#popup-video {
    width: 70%;
    height: auto;

}

.left {
    width: 515px;
    height: auto;
    float: left;
}

.right {
    width: 515px;
    height: auto;
    margin-left: 50px;
    float: left;
}

.image {
    filter: grayscale(40%);
    transition: filter 0.5s ease;
}

.image:hover {
    filter: none;
}

#zsb,
.left h4 {
    margin: 30px 0 20px 0;
    border-bottom: 2px solid #3eb1c6;
}

#zsb2,
.right h4 {
    margin: 30px 0 20px 0;
    border-bottom: 2px solid #f6bc0f;
}

.left p,
.right p {
    font-size: 13px;
    margin-top: 8px;
    text-align: right;
    cursor: pointer;
    color: #707070;
}

.left ul li,
.right ul li {
    font-size: 15px;
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid #d0d0d0;
}

.left ul li a,
.right ul li a {
    color: #666666;
}

#more:hover,
#more2:hover,
.left ul li a:hover,
.right ul li a:hover {
    color: #4fb2ad;
}

.new2,
.new3 {
    display: none;
}

.print-PR ul li:hover,
.big-img:hover,
.sm-img ul li:hover,
.tip ul li:hover,
.first:hover,
.print:hover,
.logo:hover {
    box-shadow: 0px 30px 20px -20px rgba(0, 0, 0, 0.1);
    transform: translate(0, -5px);
}

.logo,
.print {
    width: 100%;
    height: 300px;
    border-radius: 5px;
    overflow: hidden;
    background-color: #ffffff;
    transition: all 0.3s;
    cursor: pointer;
}

.tip {
    width: 100%;
    margin: 30px 0 30px 0;
}

.tip img {
    width: 100%;
    height: 100%;
}

.tip ul li,
.first {
    width: 196px;
    height: 150px;
    border-radius: 5px;
    background-color: #fff;
    float: left;
    overflow: hidden;
    transition: all 0.3s;
    z-index: -1;
}

.tip ul li {
    margin-left: 30px;
}

.bjzs {
    display: none;
    width: 150px;
    height: 174px;
    position: fixed;
    bottom: calc(5% + 230px);
    right: 100px;
}

.nave {
    position: fixed;
    bottom: 5%;
    right: 20px;
    width: 70px;
    background: rgba(255, 255, 255, 0)
}

.qq,
.wx {
    width: 70px;
    height: 70px;
    border-radius: 4px;
    cursor: pointer;
    overflow: hidden;
}

.qq img:hover {
    transform: rotatex(360deg);
}

.qq img {
    display: block;
    transition: all .5s;
}

.bjzs img,
.qq img,
.wx img {
    width: 100%;
    height: 100%;
}

.yin a:hover {
    background-color: #f8c52a;
}

.yin a {
    background-color: #f6bc0f;
}

.xit a:hover {
    background: #7fc9c5;
}

.xit a {
    background: #74c2be;
}

.yin a,
.xit a {
    box-sizing: border-box;
    display: flex;
    width: 70px;
    height: 120px;
    border-radius: 4px;
    line-height: 25px;
    padding: 15px 15px;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #000000;
}


.qq,
.yin,
.xit {
    margin-top: 8px;
    border-radius: 4px;
    font-size: 16px;
}

.dibu {
    width: 100%;
    height: 100px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    color: #8d8d8d;
    background-color: #39434b;
    padding-top: 15px;
}

.dibu a {
    color: #8d8d8d;
}

.dibu a:hover {
    color: #ffffff;
}

#but {
    display: none;
}

@media (max-width:2030px) {


    .flyOne,
    .flyTwo {
        display: none;
    }
}

@media (max-width:1900px) {
    .center {
        box-sizing: border-box;
        width: 60%;
    }

    .product {
        width: 100%;
        height: auto;
    }

    .qq,
    .wx,
    .yin a,
    .xit a,
    .nave {
        width: 62px;
    }

    .qq,
    .wx {
        height: auto;
    }

    .big-img,
    .flyOne,
    .flyTwo {
        display: none;
    }

    .btwz p {
        font-size: 14px;
    }

    .print-PR,
    .sm-img {
        width: 100%;
        height: auto;
    }

    .print-PR ul li {
        margin-bottom: 15px;
    }

    .sm-img ul li p {
        margin-bottom: 10px;
        text-overflow: ellipsis;
        font-size: 12px;
    }

    .print-PR ul li {
        width: calc((100% - 60px)/5);
        height: auto;
    }

    .print-PR ul li img {
        width: 100%;
        height: auto;
    }

    .sm-img ul li {
        width: calc((100% - 45px)/4);
        height: auto;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .sm-img ul li:first-child {
        margin-left: 0;
    }

    .sm-img ul li img {
        width: 100%;
        height: auto;
    }

    .left,
    .right {
        width: calc((100% - 50px)/2);
    }

    .logo2 img,
    .logo3 img,
    .tip img,
    .logo img,
    .print img {
        width: 100%;
    }

    .logo,
    .print,
    .logo3,
    .logo2 {
        width: 100%;
        height: auto;
    }

    .first {
        width: calc(20% - 28px);
        height: auto;
    }

    /* .tip ul {
        width: 80%;
    } */
    .tip ul li {
        width: calc((80% - 100px)/4);
        height: auto;
    }
}


/* 手机端屏幕 ipad端 */

@media (max-width:900px) {
    .move {
        display: block;
        margin-left: 25%;
    }

    .xiaoxi {
        position: fixed;
        left: 10%;
        top: 20%;
        width: 80%;
    }

    #tis {
        margin: 15px;
    }

    .b-box {
        height: auto;
    }

    .b-box img {
        width: 100%;
    }

    .s-box {
        height: 50px;
    }

    #check {
        height: 50px;
        line-height: 50px;
    }

    #popup-video {
        width: 100%;
        height: 100%;

    }

    #prev,
    #next {
        font-size: 12px;

    }

    .wx,
    .big-img,
    .fr ul,
    form,
    .qq {
        display: none;
    }

    .center {
        box-sizing: border-box;
        width: 100%;
        margin: 70px auto 30px auto;
        padding: 0 10px;
    }

    .two::after,
    .one::after {
        clear: both;
        display: block;
        content: '';
        height: 0;
    }

    .home-baner {
        margin-bottom: 15px;
    }

    .sm-img,
    .sm-img ul li img,
    .home-baner img {
        width: 100%;
        height: auto;
    }

    .sm-img ul li {
        width: 48%;
        height: 60%;
    }

    .two li p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .sm-img ul li:nth-of-type(odd) {
        margin-left: 0;
    }

    .sm-img ul li:nth-of-type(even) {
        margin-left: 4%;
    }

    .sm-img ul li h4 {
        margin: 8px 0 5px 0;
    }

    .sm-img ul li p {
        margin-bottom: 8px;
    }

    #pr7,
    #pr8 {
        margin-top: 15px;
    }

    .right,
    .left {
        width: 100%;
        float: none;
        margin-left: 0px;
    }

    .right h4,
    .left h4 {
        margin: 20px 0;
    }

    .right {
        margin-top: 20px;
    }

    .tip ul li {
        width: 30%;
        height: 60%;
    }

    .logo3,
    .logo2,
    .logo2 img,
    .logo3 img {
        width: 100%;
        height: auto;
    }

    .first {
        width: 30%;
        height: 100%;
    }

    .tip ul li {
        margin-left: 5%;
    }

    #ps,
    #pt {
        margin-top: 10px;
    }


    .new {
        height: auto;
    }

    .print,
    .logo,
    .right img,
    .left img {
        width: 100%;
        height: auto;
    }

    .bt {
        margin: 0 0 0 10px;
    }

    .nave {
        position: fixed;
        top: calc(100% - 60px);
        right: 0px;
        width: 100%;
        height: 70px;
        border-radius: 0px;
        background: #ededed
    }

    .yin,
    .xit {
        width: 130px;
        height: 40px;
        float: right;
        margin: 10px 20px 12px 0;
    }

    .yin a,
    .xit a {
        width: 130px;
        height: 40px;
        line-height: 34px;
        text-align: center;
        padding: 3px;
        font-size: 14px;
    }

    .yin a {
        background-color: #74c2be;
    }

    .xit a {
        background-color: #f6bc0f;
    }

    #but {
        display: block;
    }
}