﻿@charset"utf-8";
/*联系我们的子页面的布局*/
.Contact{
   margin:0 auto;
}
.Contact h2{
font-size:20px;
line-height:2em;
font-weight:bold;
}
.Contact h2 a{

}
.Contact h2 a:hover{
     background-color:transparent;
    text-decoration:underline;
}
.Contact h2 span{
     padding-left:6px;
    padding-right:6px;
}
/*联系我们的内容的布局*/
.Contact_con{
    padding-left:0;
}
.Contact_con p{
    text-indent:0 !important;
    text-indent:10pt;
    font-size:16px;
    line-height:2em;
    
}
.Contact_con p a{
    color:blue;
}
.Contact_img{
    
    padding-left:0;
     
}
.Contact_img p{
    text-align:center;
}
.Contact_img img{
   width:90%;
   max-width: 200px;
}