.jjwz {
    width: 1200px;
    margin: 20px auto;
    overflow: hidden;
}
.wzwz {
    width: 210px;
    font-size: 24px;
    line-height: 40px;
    color: #333;
    float: left;
}
.lk {
    width: 6px;
    height: 9px;
    background: #062760;
    margin-right: 18px;
    float: left;
    margin-top: 20px;
}
.ht {
    width: 960px;
    float: right;
    background: #f5f5f5;
    height: 9px;
    margin-top: 20px;
}
.dzlc {
    width: 1200px;
    margin: 40px auto;
    overflow: hidden;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.dzlc li {
    width: 300px;
    float: left;
}
.dzlc li img {
    width: 110px;
    height: 88px;
    margin: 0 auto;
    display: block;
}
img {
    border: none;
    margin: 0;
}
.dzlc li p {
    font-size: 18px;
    line-height: 50px;
    display: block;
    background: url(./../images/121.png) no-repeat center bottom;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.ms {
    font-size: 14px;
    line-height: 26px;
    color: #777;
    text-align: center;
}

.lxwmk {
    width: 100%;
    background: #f3f3f3;
    padding: 40px 0;
}
.dbt {
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    color: #777;
    background: url(./../images/ht.jpg) repeat-x left center;
    text-align: center;
}
.zjt {
    font-size: 29px;
    padding-bottom: 30px;
    color: #555;
    background: url(./../images/hk.jpg) no-repeat center bottom;
}

.lxk {
    width: 1000px;
    margin: 15px auto;
    overflow: hidden;
}
.lxz {
    width: 370px;
    float: left;
    font-size: 13px;
    line-height: 32px;
    color: #777;
}
.lxz p {
    font-size: 16px;
    line-height: 60px;
    color: #333;
    margin: 0 auto;
}

.lxz p img{
    height: 200px;
    display: block;
    width: 200px;
    margin-top: 10px;
}
.lxy {
    width: 427px;
    float: right;
}

.lxy input {
    border: none;
    background: none;
    border-bottom: 1px dotted #CCC;
    width: 380px;
    line-height: 46px;
    height: 46px;
    font-size: 14px;
    color: #777;
    outline:none;
    /* padding-left: 10px; */
}
.lxy textarea {
    border: none;
    background: none;
    border-bottom: 1px dotted #CCC;
    width: 380px;
    line-height: 26px;
    height: 80px;
    font-size: 14px;
    color: #777;
    outline:none
}
.tanchang{
   position: fixed;
    top: 30%;
    left: 40%;
    width: 200px;
    height: 40px;
    background-color: #333;
    color: #f5f5f5;
    text-align: center;
    line-height: 40px;
}


@media screen and (max-width: 1024px) {
    /*此条件表示最大宽度为1000，也就是如果宽度小于1000则执行以下CSS代码*/
    .jjwz {
        width: 100%;
        margin: 20px auto;
        overflow: hidden;
    }
    .ht {
        width: 36%;
        float: left;
        background: #f5f5f5;
        height: 9px;
        margin-top: 20px;
    }
    .dzlc {
        width: 100%;
        margin: 40px auto;
        overflow: hidden;
    }
    .bounceInLeft ul{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-around;
    }
    .lxk {
        width: 100%;
        margin: 15px auto;
        overflow: hidden;
    }
    .lxz {
        width: 370px;
        float: left;
        font-size: 13px;
        line-height: 32px;
        color: #777;
        margin-left: 8%;
    }
    .lxy {
        width: 100%;
        float: right;
    }

}