.content {
    width: 100%;
    margin-top: 80px;
}

.content > section {
    margin-bottom: 30px;
}
.color-blue{
    color: rgb(24, 93, 158);
}
.li-display{
    display: inline-block;
}
hr {
    background-color: rgb(21, 77, 128);
    width: 40px;
    height: 3px;
    margin: 0 auto;
}
.font-weight{
    font-weight: bold;
}
.div-float-left{
    float: left;
}
.div-clear-both{
    clear: both;
    overflow: hidden;
}
.margin-auto{
    margin: 0 auto;
}
.text-align-center{
    text-align: center;
}
/*-----------项目案例大图-----------------------------------*/
.product-img {
    height: 420px;
    background-image: url("../image/projectCase/banner.png");
    background-size: cover;
}
.data{
    margin-top: 20px;
    width:950px;
    height: 200px;
    font-weight: bold;
    font-size: 3em;
    color: white;
}
.data>li:first-child{
    padding:88px 0px 15px 0px;
}

/*----------- 项目案例 ---------------------------------*/
.maphao-desktop-name {
    padding: 8px;
}

.maphao-desktop-name > li {
    display: inline-block;
}

.maphao-desktop-name > li > p {
    font-size: 2em;
    font-weight: bold;
    color: rgb(24, 93, 158);
}

.duo-map-ul {
    text-align: center;
}

.duo-map-ul > li {
    padding: 5px;
}

.duo-map-ul-li1 {
    margin-bottom: 20px;
}

.duo-map-ul-li1 > ul > li {
    display: inline-block;
}

.duo-map-ul-li1-ll1 {
    float:left;
} 

.desc-content-2 > span {
    font-size: 1.8em;
    font-weight: bold;
}

.content-2-width {
    width: 1300px;
    margin: 0 auto
}

.content-2-width > a {
    width: 80px;
    height: 30px;
    border: 1px solid rgb(24, 93, 158);
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    float: right;
    color: rgb(24, 93, 158);
    line-height: 30px;
    display: inline-block;
}

.content-hover {
    width: 380px;
    height: 283px;
    float: left;
    background-image: url("../image/projectCase/bj.png");
    box-shadow: darkgrey 0px 0px 10px 3px;
}

.display-show {
    width: 100%;
    height: 283px;
    float: left;
}

.display-show > img {
    width: 100%;
    height: 80%;
    /* margin-top: 100px; */
}

.content-p {
    color: white;
    font-size: 1.8em;
    font-weight: bold;
    padding: 45px;
}

.display-none {
    width: 100%;
    margin-top: -283px;
    height: 225px;
    float: left;
    visibility: hidden;
    /* background-color: rgba(5, 19, 32, 0.8); */
    background-image: url("../image/projectCase/mask.png");
    text-align: center;
}

.display-none > img {
    width: 20%;
    height: 10%;
    margin-top: 50px;
}

.content-desc {
    display: inline-block;
    padding: 35px 20px 40px 20px;
}

.content-hover:hover > .display-none {
    visibility: visible;
}

.content-hover:hover > .display-show > p {
    color:rgb(24,94,159);
}
.content-box-shadow{
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.content-box-shadow-one{
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
