@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;
    background-color: #f5f5f5;
    background-image: url(../images/wen/baner.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: 70px;
}

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

.center {
    width: 1100px;
    height: auto;
    margin: 310px auto 80px auto;
}

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

.left {
    width: 800px;
    height: auto;
    border-radius: 5px;
    background-color: #fff;
    float: left;
    box-sizing: border-box;
    padding: 20px;
    font-size: 18px;
    color: #565656;
}

#time {
    font-size: 12px;
    color: #8d8d8d;
}

.left p {
    line-height: 30px;
    margin-bottom: 20px;
    text-align: justify;
}

.right {
    width: 286px;
    height: auto;
    border-radius: 5px;
    background-color: #f5f5f5;
    margin-left: 10px;
    float: left;
}

.gg1,
.gg2,
.gg3 {
    width: 100%;
    height: 270px;
    border-radius: 5px;
    background-color: #ffffff;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 18px;
}

.right p {
    color: #419c99;
}

.table {
    width: 100%;
    height: auto;
    border-radius: 5px;
    background-color: #ffffff;
    padding: 10px;
    font-size: 18px;
}

.table ul li {
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table ul li a {
    font-size: 16px;
    color: #545353;
}

.table ul li a:hover {
    color: #49a09b;
}

.pic1 {
    margin-top: 14px;
}

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

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

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

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

.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:1900px) {

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

    .qq,
    .wx {
        height: auto;
    }
}

/* 手机端屏幕 ipad端 */

@media (max-width:1100px) {
    body {
        background-image: url(../images/wen/baner.jpg);
        background-repeat: no-repeat;
        background-position: center 50px;
        /* background-position: 0 20px; */
        background-size: auto 120px;
    }

    .move {
        display: block;
        margin-left: 19%;
    }

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

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

    .center {
        width: 100%;
        margin: 170px auto 80px auto;
    }

    .left {
        width: 100%;
        float: none;
    }

    .left img {
        width: 100%;
    }

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


}