*{
    padding:0px;
    margin:0px;
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #f1f1f1;  /* 灰色背景 */
}

.mainCont_contact{
    /* display: flex;
    flex-direction: row; */
    width: 100%;
    height: 100%;
    /* position: fixed; */
    background-color: #f1f1f1;
}

.cont1_contact {
    /* background-color: aqua; */
    /* float: left;
    width: 30%;
    height: 100%;
    position: fixed;
    z-index: 999; */
    /* flex: 1; */
    position: fixed;
    top: 0;
    left: 0;
    width: 400px;
    height: 100%;
    background-color: #f1f1f1;
    padding: 20px;
}

.cont2_contact {

    /* background-color: #f1f1f1;
    left: 50%;
    height: 100%; 
    position: fixed; */

    background-color: #f1f1f1;
    
    /* box-sizing: border-box; */
    margin-left: 440px;
    padding-left: 20px;
    padding-right:20px;
    padding-bottom: 20px;
    padding-top: 190px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;

    
}

.content_contact_container {
    font-family: adobe-garamond-pro, serif;
    font-weight: 600;
    font-style: normal;
    /* padding-top: 190px; */
    line-height: 30px; 

}

.contlist {
    list-style: none;
}


#fixed-image {
    position: fixed; /* 将图片固定在页面上 */
    top: 0; /* 距离页面顶部的距离为0 */
    right: 0; /* 距离页面右侧的距离为0 */
    height: 100%; /* 图片的高度为整个网页的高度 */
    width: auto; /* 图片的宽度自适应 */

}


#contact-image {
    padding-top: 60px;
    height: 50px;
    width: 220px;
}


.contact_img {
    height: 100%;
    right:0;
}






.degree {
    font-family: italic;
    /* font-style: normal; */
}





a.underline {
    text-decoration: underline;
  }




.logo {
    height: 70px;
    width: 80%;
    padding-top: 100px;
    padding-left: 100px;
    
    font-family: adobe-garamond-pro, serif;
    font-weight: 600;
    font-style: normal;
    
}

.nevigation {
     
    /* position: relative;  */
      
  
    width: 80%;
    height: 100%;
    line-height: 30px; 
    font-size: 20px; 

    padding-left: 100px;

    
    font-family: adobe-garamond-pro, serif;
    font-weight: 600;
    font-style: normal;
    
    
}

.navlist {
    list-style: none;
    
}



/* ------------------------------------------------------------------------------------------------------------------------------------------------------- */






a {
    text-decoration: none;
    color: black;
    /* cursor:pointer */
} 

a:hover {
    color: rgb(180, 180, 180);
    text-decoration: none;
}

html,body {
    margin: 0;
    height: 100%;
    width: 100%;
}


