.content{
    overflow: hidden;
}
.content01{
    width: 1200px;
    margin: 0 auto;
}
.content01 .top span{
    font-size: 20px;
    color: #d1171a;
    border-left:5px solid #d1171a;
    padding-left: 12px;
    margin-bottom: 15px;
    display: inline-block;
    line-height: 20px;
    margin-top: 60px;
}
.content01 .top{
    width: 1200px;
    border-bottom:1px solid #d1171a ;
    margin-bottom: 30px;
}
.content01 .left{
    float: right;
    margin-top: -55px;
    background: url(../images/dingwei.png) no-repeat;
}
.content01 .left span{
    margin-left: 15px;
    width: 180px;
    display: inline-block;
    font-size: 14px;
    color: #d1171a;
    line-height: 14px;
}
.content01 .left a{
    color: #d1171a;
}
.content02 .contentbox{
    background: url(../images/content03.png) no-repeat;
    background-size: 100% 1200px;
}
.content02 .contentimg{
    margin: 0 auto;
    width: 1200px;
    height: 940px;
    overflow: hidden;
}
.content02 .contentimg ul{
    width: 100%;
    /* position: relative; */
}
.content02 .contentimg ul li{
    float: left;
    width: 280px;
    margin: 0 8px;
}
.content02 .contentimg ul li img{
    display: inline-block;
    width: 280px;
    height: 190px;
    margin: 14px 10px;
}
.content02 .contentimg ul li p{
    display: inline-block;
    width: 280px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    font-size: 16px;
    line-height: 16px;

} 

.contenttop{
    width: 410px;
    height: 140px;
    margin: 50px auto 0;
    font-size:14px;
    padding: 1px;
    line-height: 18px;
}
.contenttop p{
    width: 50px;
    float: left;
    margin-right: 15px;
}
.contenttop span{
    width: 30px;
    float: left;
    margin-right: 5px;
    
}

.contenttop .button01{
    display: inline-block;
    width: 190px;
    line-height: 18px;
}
.contenttop .button01 a{
    padding:1px 6px;
}
.contenttop .button01 .b01,.b02,.b03,.b04{
    
    border: 1px solid #a5d4ff;
    background-color: #ffffff;
}
.contenttop .button02{
    float: right;
    height: 22px;
    margin-top: -2px;
}
.contenttop .button02 a{
    width: 40px;
    padding: 0 3px 2px;
    border: 1px solid #a5d4ff;
    background:linear-gradient(#ffffff, #c0def7); 
}
.contenttop .button02 input{
    width: 42px;
    height: 22px;
    margin-top: -5px;
    margin-right: 3px;
    line-height: 16px;
    background-color: #ffffff;
    border: 1px solid #a5d4ff;
}

.Modal{
    width: 800px;
    height: 600px;
    margin: 0 auto;
    border: 10px solid #ededed;
    background: #ffffff;
    background-size: 800px 600px;
    border-radius: 25px;
    position: fixed;
    top:50px;
    left:0px;
    right:0px;
    display: none;
    z-index: 1234;
}




    /* 设置弹出图片的样式 */
    .modal-content {
        margin: auto;
        display: block;
        width: 80%;
        max-width: 700px;
    }
    /* img:hover
    {
        transform: scale(1.2);  
    } */
    /* 设置文本内容的样式 */
    #caption {
        margin: auto;
        display: block;
        width: 80%;
        max-width: 700px;
        text-align: center;
        color: #000000;
        height: 50px;
        z-index: 1;
        font-size: 30px;
        /* font-weight: bold; */
        line-height: 90px;
    }

    #cover{
        display: none;
        width: 100%;
        height: 1986px;
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.6);
        z-index: 1;
    }
    /* 设置弹出图片的动画，添加动画 */
    .modal-content,
    #caption {
        -webkit-animation-name: zoom;
        -webkit-animation-duration: 0.6s;
        animation-name: zoom;
        animation-duration: 0.6s;
    }

    @-webkit-keyframes zoom {
        from {
            -webkit-transform: scale(0)
        }

        to {
            -webkit-transform: scale(1)
        }
    }

    @keyframes zoom {
        from {
            transform: scale(0)
        }

        to {
            transform: scale(1)
        }
    }

    /* 设置span标签的关闭按钮样式 */
    .close{
        width: 25px;
        height: 28px;
        padding-left: 7px;
        position: absolute;
        bottom: -60px;
        left:48%;
        color: #f1f1f1;
        border: 2px solid #f1f1f1;
        border-radius: 50%;
        font-size: 24px;
        transition: 0.3s;
        background-color: rgba(0,0,0,0.5);
    }

    .close:hover,
    .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

    /* 小屏幕中图片宽度为 100% */
    @media only screen and (max-width: 700px) {
        .modal-content {
            width: 100%;
        }
    }
