

body{
    background-color: white;
    width: 1920px;
}

.ContactUs_TitleHead{
    background-color: black;
}

.ContactUs_TitleHead_img{
    width: 296px;
    height: 80px;
    position: relative;
    left: 300px;
}

/*����������*/
ul{
    position: relative;
    list-style-type:none;
    line-height: 36px;
    background-color: black;
    text-align: center;
    margin-left: 1px;
    left: 400px;
}

/*����������*/
li{
    display: inline;
    line-height: 40px;
    float: left;
}

/*����������*/
a{
    text-decoration: none;
    color:white;
    font-size: 18px;
    margin: 0;
    padding: 9px 40px;
    word-spacing: 4px;
}

/*����������*/
a:hover{
    background-color: blue;
}

/*����������*/
a:visited{
    background-color: red;
}


/*��������*/
.ContactUs_Introduction_Text{
    text-align: center;
    text-decoration: underline;
}

/*�м���������*/
.ContactUs_Content_Main_Area{
    
}


/*�����������*/
.ContactUs_Content_Left_Area_div{
    margin-left: 350px;
    width: 800px;
    height: 428px;
    position: relative;
    background-color: black;
    float: left;
}


/*��ͼ*/
.ContactUs_Map{
   
}

/*�Ҳ���������*/
.ContactUs_Content_Right_Area_div{
    width: 400px;
    height: 428px;
    position: relative;
    background-color: black;
    float: left;

}

.ContactUs_Content_Address{
    margin-top: 100px;
    margin-left: 30px;
    position: relative;
    color: white;
}

/*����Ч��*/
.ContactUs_Content_Right_Area_Phone{
    margin-top: 10px;
    position: relative;
}

.ContactUs_Content_Right_Area_Mail{
    margin-top: 10px;
    position: relative;
}

.ContactUs_Content_Right_Area_Address{
    margin-top: 10px;
    position: relative;
}

.ContactUs_Content_Right_Area_Postcode{
    margin-top: 10px;
    position: relative;
}

/*�ײ���Ч��*/
.ContactUs_Bottom_Footer{
    clear: both;
    background-color: black;
    height: 200px;
    width: 1920px;
    position: relative;
    /*����Ԫ��������������ԣ���������Ԫ�ص�ͼƬ��ֱ���У��Ҹ�Ԫ�ص�align-items: center Ϊ����ȱ������*/
    display: flex;
    align-items: center;
    top: 200px;
}

.ContactUs_Bottom_Picture{
    position: absolute;
    top:30%;
    left:45%;
    transform: translate(-30%, -45%);
}

.ContactUs_Bottom_Footer_Text1{
    color: white;
    font-size: 18px;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-55%, -50%);
    display: inline-block;
}

.ContactUs_Bottom_Footer_Text2{
    color: white;
    font-size: 18px;
    position: absolute;
    top: 76%;
    left: 50%;
    transform: translate(-70%, -50%);
    display: inline-block;
}