@charset "utf-8";
/* CSS Document */

* {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}
#fixedLayer {
    position: fixed;
    right: 40px;
    bottom: 40px;
    width: 100px;
    color:#fff;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
   
    border: 1px solid #b70808;
    border-radius: 10px;

}
#nav {
    height: 40px;
    background-color: #0586b7;
}

    #nav ul {
        list-style: none;
        margin-left: 0px;
    }

    #nav li {
        display: inline;
        line-height: 45px;
        float: left
    }

.n2 {
    color: black;
    text-decoration: none;
    font-size: 42px;
}
.n2:hover {
    color: white;
}
    #nav a, .hove {
        color: #fff;
        text-decoration: none;
        padding: 20px 20px;

    }

        #nav a:hover {
            background-color: #36b1e0;
            box-shadow: 0px 0px 10px 1PX #808080;
        }

.nav2 {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
    background-color: #f2e8e8;
}
.nav2 li {
    border: 1px solid #ccc;
    width: 330px;
    padding: 3px;
    text-align: center;
    display: inline;
    margin: 5px;
}

.tgDiv {
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0 80px 0;
    text-align: center;
    
}
.tg {
    padding: 20px 50px 20px 50px;
    box-shadow: 0px 0px 10px 1PX #808080;
    text-decoration: none;
    background-color: #ff0000;
    color: #ffffff;
    border-radius: 5px;
}
    .tg:hover {
        color: #fff;
        background-color: #000000;
    }
.hrline {
    height: 1px;
    background-color: #0586b7;
    width: 360px;
    margin-bottom: 36px;
    position: relative;
    display: inline-block;
}
 
.navu{
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.li1:hover {
    background-color: #36b1e0;
}
    .navu li {
        margin:10px;
    }

.li2 {
    color: #ffffff;
    display：inline-block;
}
    .navu > li > a {
        height: 200px;
        text-align: center;
        text-decoration:none;
    }

.navu2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
    .navu2 > li {
        width: 330px;
        padding: 5px;
        text-align: center;
        display: inline;
        margin: 5px;
    }
        .navu2 > li > div {
            height: 300px;
            text-align: center;
            box-shadow: 0px 0px 5px 1PX #808080;
        }