/* CSS Document */

body {
    margin: 0;
    padding: 0;
}

* {
    font-family: '微软雅黑', '黑体', '宋体';
}

a {
    color: black;
    text-decoration: none;
}

a:hover {
    color: red;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.header {
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}

.header .logo {
    float: left;
    margin-top: 2px;
}

.header .logo a img {
    height: 50px;
}

.header .right {
    float: right;
    line-height: 50px;
    text-align: right;
}

.header .right a {
    font-size: 14px;
    transition: all 0.4s;
}

.header .right a:hover {
    color: #7244E2;
}

#img {
    position: relative;
}

#img img {
    width: 100%;
}

.zt {
    width: 800px;
    position: absolute;
    left: 37%;
    bottom: 0%;
    background: rgba(1, 24, 65, 0.75);
    padding: 10px;
}

.zt p {
    font-size: 16px;
    color: white;
    line-height: 32px;
}

.zt p a {
    color: #F7E7C3;
}

.h {
    text-align: center;
    width: 1100px;
    margin: 25px auto;
    color: #7244E2;
    font-size: 35px;
}

.tt {
    width: 1100px;
    margin: auto;
}

.tt>p {
    font-weight: bold;
    text-align: center;
    width: 1100px;
    margin: 15px auto;
    background: white
}

.tt>p a {
    color: black;
    font-size: 35px;
}

.tt>p:hover {
    background: #B08B54;
}

.tt>p:hover a {
    color: white;
}

.bb {
    width: 94%;
    overflow: hidden;
}

.bb h2 {
    border: 1px solid #4C4D52;
    box-sizing: border-box;
    margin: 0;
    width: 20%;
    float: left;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 0;
    color: #B08B54;
}

.bb h2:hover {
    cursor: pointer
}

.bb .current {
    background: #B08B54;
    border-color: #B08B54;
    color: white
}

#top {
    width: 1100px;
    margin: 25px auto;
    overflow: hidden;
}

#top>.left {
    float: left;
    width: 70%
}

#top>.left h1 {
    border-bottom: 3px solid #7244E2;
    margin: 0;
    font-weight: bold;
    color: #7244E2
}

#top>.left h1 img {
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 5px;
}

#top>.left .you {
    line-height: 50px;
    text-align: center;
    background: #CCCCCC;
    transition: all 0.4s;
    color: white;
    font-size: 18px;
}

#top>.left .you:hover {
    background: #BF3B2F;
    cursor: pointer;
}

.left .dd {
    overflow: hidden;
}

.left .dd p {
    width: 49%;
    float: left;
    margin: 1.5% 0.5%;
}

.left .dd img {
    width: 100%;
}

#mt {
    width: 100%;
}

#mt li {
    border-bottom: #ccc solid 1px;
    margin-bottom: 20px;
    transition: all 0.5s;
}

#mt li a {
    width: 570px;
    color: black;
    line-height: 40px;
    transition: all 0.5s;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

#mt span {
    float: right;
    line-height: 40px;
    color: #555;
}

#mt li:hover {
    border-bottom: #BF3B2F solid 1px;
}

#mt li:hover a {
    color: #BF3B2F;
}

#mt li:hover span {
    color: #BF3B2F;
}

.tp {
    margin: 2% 0
}

.tp img {
    width: 100%;
    display: none;
}

.tp2 {
    margin: 2% 0
}

.tp2 img {
    width: 100%;
}

.left .bd p {
    line-height: 35px;
    font-size: 20px;
    text-indent: 2em
}

.right {
    float: right;
    width: 25%;
}

.right>p b {
    font-size: 18px;
    color: #7244E2;
}

.right>p {
    border-bottom: 3px solid #7244E2;
    margin: 5% 0;
    line-height: 36px;
}

.right>p>img {
    width: 25px;
    height: 25px;
    padding-top: 5px;
    float: left;
    margin-right: 5px;
}

.right>p a {
    font-weight: bold;
    font-size: 18px;
    color: #7244E2
}

.right>p span {
    float: right;
}

.right ul {
    list-style: none;
    margin: 5px 5px;
    padding: 0;
}

.right ul li {
    margin: 5px;
    padding: 2px;
    float: left;
    border: 2px solid #ccc;
    width: 26.5%;
    text-align: center;
}

.right #hy {
    width: 100%;
}

.right #hy img {
    width: 100%;
}

.right #hy p {
    margin: 5% 0
}

.lx {
    width: 1100px;
    margin: auto;
}

.lx img {
    width: 553px;
    height: 70px;
    display: block;
    margin: auto;
}

#p {
    text-align: center;
    font-size: 12px;
}

#p a {
    margin-right: 5px;
    font-size: 12px;
}

@media screen and (max-width: 1200px) {
    #img img {
        width: 112%;
    }
    .zt {
        width: 470px;
    }
    .zt p {
        font-size: 13px;
        line-height: 22px;
    }
    #img>h1 {
        font-size: 60px;
        top: 15%;
        left: 25%;
    }
    .zt {
        width: 112%;
        position: static;
        background: white;
        border: 1px solid black;
        box-sizing: border-box;
    }
    .zt p {
        font-size: 25px;
        color: black;
        line-height: 45px;
        text-indent: 2em;
        margin: 0
    }
}