/* 在线留言右边部分 */
.head1{
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    height: 40px;
    width: auto;
   }
   .head1>h3{
       display: inline-block;
       text-align: left;
       font-size: 4px;
       line-height: 40px;
       padding: 0 56% 0 5%;
   }
   .head1>p{
   display: inline;
   text-align: right;font-size: 4px;
   padding: 0 1%;
   }
   .nav{
       width: auto;
       height: 90px;
       background-color: antiquewhite;
   }
   a{
       color: rgb(0, 0, 0);
   }
   .nav>img{
       width: 122px;
       padding: 2% 33% 0 3%;
       float: left;
   }
   .nav>div{
       width: 90px;
       margin: 35px 0;
       display: inline-block;
       font-size: 8px;
       text-align: center;
   }
   .nav>div>a>p{
       margin: 0 23%;
   }
   .nav>div>a>p:hover{
       border-bottom: 2px solid blue ;
   }
#onlineMessage .content .right {
    width: 800px;
    margin-left: 14px;
    margin-bottom: 90px;
    padding-top: 10px;
}

#onlineMessage .content .right h1 {
    font-size: 16px;
    font-weight: bold;
    line-height: 38px;
    color: #3f3e45;
    margin-bottom: 20px;
}

#onlineMessage .content .right span {
    color: red;
}

#onlineMessage .content .right input,
#onlineMessage .content .right textarea {
    margin-top: 15px;
    margin-bottom: 30px;
}

#onlineMessage .content .right .input1 {
    width: 800px;
    height: 40px;
}

#onlineMessage .content .right textarea {
    height: 75px;
    width: 800px;
}

#onlineMessage .content .right button {
    height: 45px;
    width: 805px;
    background: #21bcd8;
    color: #fff;
    border: 0 solid #000;
}
footer{
    background-color: rgb(0, 0, 0);
    height: 300px;
}
footer>div{
    width: 23%;
    text-align: center;
    margin: 0px 5%;
    float: left;
    color: white;
}
footer>div>p{
    font-size: 10px;
}
footer>div:nth-of-type(1){
    display: inline-block;
}
footer>div>a:nth-of-type(odd){
    float: left;
    font-size: 10px;
    color: aliceblue;
}
footer>div>a:nth-of-type(even){
    float: right;
    font-size: 10px;
    color: aliceblue;
}
footer>div:nth-of-type(1){
    display: inline-block;
}
.foot{
    height: 37px;
    width: 100%;
    background-color: rgb(79, 79, 76);
    line-height: 33px;
    padding: 0;
    margin: 20px 0
}