@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 {
    background-color: #f5f5f5;
    background-image: url(../images/wen/baner0.jpg);
    background-repeat: repeat-x;
    /* 或者 repeat-x，或者 no-repeat，具体根据你的需求 */
    background-position: center top;

}

input[type=text]:hover {
    border: none;
}

a {
    color: #01191a;
}

.dingwei {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 260px;
    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: 100px;
}

.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: 286px;
    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;
}

.category_detail {
    margin: 310px auto 15px auto;
}

.xiaz {
    width: 1200px;
    margin: 150px auto 20px auto;
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    color: #ffffff;
}

.center {
    width: 1200px;
    height: auto;
    margin: 150px auto 20px auto;
}

.center::after {
    clear: both;
    display: block;
    content: '';
    height: 0;
}


.hiddenLink {
    display: none;
    background-color: #48e4dc;
    border-radius: 3px;
    color: #000000;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    cursor: pointer;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;

}

.picbg a:hover {
    color: #ffffff !important;
}

.menu {
    list-style-type: none;
    padding: 0;
    width: 100%;

}

.menu li {
    display: inline-block;
    width: 280px;
    height: 285px;
    margin-right: 20px;


}

.menu li:nth-child(4n) {
    margin-right: 0px;
}

.picbg {
    box-sizing: border-box;
    display: flex;
    width: 100%;
    height: 210px;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #e2dfdd;
    position: relative;

}

.magn {
    display: none;
    width: 30px;
    height: 30px;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    color: #7d7c7c;
    background-color: #f2f2f2;
    border-radius: 3px;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    z-index: 2;
}

.magn:hover {
    background-color: #fff;
}

.picbg2 {
    display: none;
    width: 280px;
    height: 210px;
    background-color: rgba(40, 40, 40, 0.3);
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}

#popup-img {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 60;

}

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

.pic {
    width: 100%;
    /* height: 100%; */
}

.img_pic {
    position: relative;
    width: 100%;
    height: 210px;
}

.wenx {
    text-align: center;
    font-size: 12px;
    margin-bottom: 20px;
}

.text p {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}

#page2,
#page3,
#page4,
#page5,
#page6 {
    display: none;
}

.pageNum {
    width: 1200px;
    margin: 0px auto 30px auto;
}

.pageNum span {
    display: inline-block;
    width: 30px;
    font-size: 16px;
    text-align: center;
    color: #434343;
    margin: 0 15px;
    cursor: pointer;
    border-radius: 2px;
}

.pageNum span:hover {
    color: #f3b633;
}

.pageNum div {
    display: inline-block;
    width: 420px;
    height: 22px;
}

.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;
}


/* 手机端屏幕 ipad端 */

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

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

    .category_detail {
        margin: 150px auto 15px auto;
    }

    .center {
        width: 1200px;
        margin: 200px auto 80px auto;
        overflow: hidden;
    }

    .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;
    }

    #but {
        display: block;
    }

}