#inten {
    height: 582px;
    background: url(../images/zhu1.jpg) repeat-y;
    padding-top: 47px;
    display: flex;
    justify-content: space-around;
}

/* #inten img{
    width: 400px;
    height: 500px;
} */
.bgs {
    width: 70%;
    height: 90%;
    background-image: url('../images/reg.jpg');
    opacity: 0.5;
    background-size: cover;
}

.input {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 0 auto;
}

#inten {
    position: relative;
}

#inten .content {
    position: absolute;
    top: 20%;
    left: 25%;
    margin: 0 auto;
    text-align: center;
}

#inten .content>h3 {
    font-size: 26px;
    text-align: center;
    padding-top: 42px;
    font-weight: normal;
    padding-bottom: 22px;
}

.bg {
    width: 100%;
    opacity: 0.7;
    background: rgb(202, 202, 202);

}

.bg1 {
    padding: 40px;
    box-sizing: border-box;
    text-align: center;
}

.bg1 span {
    display: block;
    font-size: 16px;
    margin-bottom: 50px;
}

#top>.nav ul li a:hover {
    color: white;
}

.nav {
    width: 100%;
}

.nav ul {
    display: flex;
    justify-content: space-between;
}

#inten .content>div {
    width: 802px;
    margin: auto;
}

#inten .content>div>div {
    padding-right: 37px;
}

#inten .content p {
    color: #303030;
    font-size: 20px;
    margin-bottom: 12px;
}

.btn1 {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

input {
    margin-top: 20px;
    border-radius: 10px;
}

#inten .content>div>div input {
    height: 40px;
    width: 364px;
    background: #f5f5f5;
    border: 0;
}

#inten .content .sub>input {

    width: 200px;
    background: #00ae69;
    border-radius: 20px;
    margin-top: 12px;
    height: 40px;
    border: 0px;
    color: #ffffff;
}