/* 荣誉资质 */
#honour{
    background: url(../images/zhu1.jpg) repeat-y;
    height: 720px;
    padding-top: 50px;
}
#honour>div>div{
    height: 640px;
    background: #ffffff;
}
#top>.nav ul li a:hover{
    color: white;
}

.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;
}
.nav{
    width: 100%;
}
.nav ul{
    display: flex;
    justify-content: space-between;
}
#honour h3{
    width: 96px;
    height: 50px;
    font-size: 22px;
    margin: auto;
    padding-top: 40px;
}
#honour .contant>p{
      width: 1148px;
      height: 110px;
      line-height: 35px;
      margin: auto;
      color: #4f5d60;
      font-size: 12px;
}
#honour .contant>div{
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 68px;
}
#honour .contant img{
    height: 224px;
    width: 340px;
}
#honour .contant img:nth-child(2){
    margin-left: 15px;
    margin-right: 15px;
}


.bgs{
    width: 70%;
    height: 90%;
    background-image: url('../images/reg.jpg');
    opacity: 0.5;
    background-size: cover;
    /* position: relative; */
}
.input{
    display: flex;
    flex-direction: column;
   text-align: center;
   margin: 0 auto;
}

#inten .content{
    position: absolute;
    top:20%;
    left:25%;
    /* height: 486px; */
    margin: 0 auto;
    text-align: center;
    /* background: #ffffff; */
}
#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;
}
#inten{
    height: 582px;
    background: url(../images/zhu1.jpg) repeat-y;
    padding-top: 47px;
    display: flex;
    justify-content: space-around;
}

.top{
    width: 100%;
    padding: 0px 280px 0px 280px;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}
img{
    width: 450px;
    height: 500px;
}
.arr{
    width: 350px;
    height: 500px;
    background: white;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
h3{
    font-size: 20px;
}
.sub input {
    width: 200px;
    height: 30px;
    line-height: 30px;
    background: #00ae69;
    color: white;
    border: 0px;
}
.input input {
    width: 250px;
    height: 30px;
    border: 1px solid gainsboro;
    border-radius: 15px;
}