/*public*/

body {
    width: 100%;
    min-width: 1200px;
    position: relative;
}

.mlastimg {
    display: none;
}

.pcshow {
    display: block;
}

.mshow {
    display: none;
}

.safewidth {
    width: 1200px;
    margin: 0 auto;
    min-width: 1100px;
}

[class*='wrap'] {
    padding: 60px 0;
}

.wrap1 {
    margin-top: 100px;
}

.msg {
    text-align: justify;
    letter-spacing: 0.5px;
    line-height: 25px;
}

.msg span {
    font-weight: bold;
    padding-right: 6px;
}

.btn_reg {
    background: #e85258;
    border-radius: 4px;
    width: 200px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    font-size: 19px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
    transition: linear .2s;
}

.btn_reg:hover {
    background: #d6161e;
}

h2 {
    font-size: 46px;
    text-align: center;
    font-family: impact;
    font-weight: normal;
    color: #fff;
}

h3 {
    font-size: 26px;
    text-align: center;
    font-weight: normal;
    letter-spacing: 1px;
    color: #555;
}


/*modBox*/

.modBox {
    margin: 40px auto 0 auto;
}

.modBox li {
    display: flex;
    align-items: center;
    padding: 10px;
    margin-top: 20px;
    background: rgba(255, 255, 255, .8);
}

.modBox .line {
    width: 80%;
    height: 1px;
    margin: 40px auto;
}

.modBox li>img {
    width: 80px;
    height: 80px;
}

.modBox li>div {
    margin-left: 20px;
    border-left: 4px solid #aaa;
    color: #5B5959;
    line-height: 1.7;
    padding-left: 20px;
}

.modBox li>div h4 {
    font-size: 19px;
}

.modBox li>div h5 {
    font-size: 17px;
}

.modBox li>div .line {
    width: 80%;
    height: 1px;
    background: #666;
    margin: 5px 0;
}


/*添加word和pdf图标*/

.word {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../imgs/word.svg) no-repeat right top / contain;
    padding-right: 2em;
    background-size: 22px;
}

.pdf {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../imgs/pdf.svg) no-repeat right top / contain;
    padding-right: 2em;
    background-size: 22px;
}


/*headnav 导航*/

.headnav {
    width: 100%;
    min-width: 1200px;
    height: 110px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}

.toplogo {
    width: 100%;
    background: #fff;
}

.toplogo a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.toplogo img {
    width: 280px;
    padding: 8px;
}

.menutab {
    background: #393939;
    width: 100%;
    height: 40px;
    min-width: 1200px;
}

.bar {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bar a {
    color: #fff;
    font-size: 15px;
    line-height: 40px;
    padding: 0 10px;
    transition: linear .2s;
}

.bar a:hover {
    background: #000;
    color: #F6A900;
}

.bar a.active {
    color: #F6A900;
    background: #000;
}

@media screen and (max-width:768px) {
    body {
        min-width: 0;
    }
    .pcshow {
        display: none;
    }
    .mshow {
        display: block;
    }
    .mlastimg {
        display: block;
    }
    .lastimg {
        display: none;
    }
    /*[class*='wrap']{padding: 30px 0;}*/
    .wrap1 {
        margin-top: 50px;
    }
    .safewidth {
        width: 100%;
        padding: 0 15px;
        min-width: 0;
    }
    .msg {
        text-align: left;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 17px;
    }
    /*modBox*/
    .modBox {
        margin: 20px auto 0 auto;
    }
    .modBox li {
        display: block;
        padding: 15px;
        margin-top: 15px;
    }
    .modBox li>img {
        width: 60px;
        height: 60px;
        margin: 0 auto;
    }
    .modBox li>div {
        margin-left: 0;
        margin-top: 15px;
        border-left: none;
        color: #5B5959;
        padding-left: 0;
    }
    .modBox li>div h4 {
        font-size: 17px;
    }
    .modBox li>div h5 {
        font-size: 15px;
        padding: 10px 0;
    }
    .modBox li>div .msg {
        font-size: 13px;
    }
    /*m 导航*/
    .headnav {
        background: #fff;
        min-width: 0;
        height: 50px;
    }
    .navlogo a {
        position: absolute;
        top: 0;
        right: 10px;
        height: 50px;
        display: flex;
        align-items: center;
    }
    .navlogo img {
        height: 46%;
    }
    .cosmenu {
        width: 0;
        height: 1000px;
    }
    .menubtn {
        position: fixed;
        top: 15px;
        left: 15px;
        width: 35px;
        height: 22px;
        z-index: 5;
        cursor: pointer;
    }
    .menubtn span {
        display: block;
        width: 30px;
        height: 2px;
        background: #0b1130;
        margin-bottom: 6px;
        transition: all 0.5s;
    }
    .menubtn .spa1 {
        transform: rotate(45deg);
        transition: all 0.5s;
        position: absolute;
        top: 10px;
    }
    .menubtn .spa2 {
        display: none;
        transition: all 0.5s;
    }
    .menubtn .spa3 {
        transform: rotate(-45deg);
        transition: all 0.5s;
        position: absolute;
        top: 11px;
    }
    .menu {
        background: #fff;
        width: 240px;
        height: 100%;
        box-shadow: 0 0 3px #ccc;
        position: relative;
        top: 50px;
        left: -240px;
        transition: all 0.5s;
    }
    .toggle {
        position: fixed;
        top: 13px;
        left: 19px;
        width: 28px;
        height: 30px;
        display: none;
        z-index: 9;
        cursor: pointer;
    }
    .menulogo img {
        width: 140px;
        padding: 20px 0;
        margin: 0 auto;
    }
    .ma {
        background: #f9f9f9;
        padding: 8px 18%;
    }
    .ma a {
        display: block;
        font-size: 14px;
        color: #333;
        padding: 6px;
    }
    .ma a.active {
        color: #FA6900;
    }
}