
.contact_list
{
	  width: 1050px;
    background:#fff;
    float:right;
    padding-bottom:5px;
    border-radius:5px;
    
}
.contact_information
{
    width: 96%;
    margin-left:2%;
    position: relative;
    /*display:none;*/
}
.nav_left
{
   width:125px;
   height:160px;
   background:#313231;
   border-radius:5px;
   float:left;           
}
.nav_one
{
   width:100%;
   height:50px;
   text-align:center;
   line-height:40px;
   color:#fff;
}
.nav_tow
{
   width:100%;
   height:95px;
   position:relative;
   cursor:pointer;
}
.nav_tow span
{
    width:65px;
    color:#f55f24;
    position:absolute;
    margin:auto;
    left:0px;right:0px;bottom:0px;
}
.nav_img_tup_one
{
   width:58px;
    height:60px;
    position:absolute;
    margin:auto;
    left:0;right:0;top:0;
}
/*.nav_three
{
   width:100%;
   height:95px;
   position:relative;
   cursor:pointer;
}
.nav_three span
{
  width:65px;
   color:#fff;
   position:absolute;
    margin:auto;
    left:0px;right:0px;bottom:0px;
}
.nav_img_tup_tow
{
   width:42px;
    height:51px;
    position:absolute;
    margin:auto;
    left:0;right:0;top:10px;
}
.nav_four
{
   width:100%;
   height:95px;
   position:relative;
   cursor:pointer;
}
.nav_img_tup_three
{
    width:51px;
    height:51px;
    position:absolute;
    margin:auto;
    left:0;right:0;top:10px;
} 
.nav_four span
{
    width:65px;
    color:#fff;
    position:absolute;
    margin:auto;
    left:0px;right:0px;bottom:0px;
}*/

.contact_service{
   width:94%;
   height:70px;
   margin-left:3%;
   position:relative;
   line-height:70px;
   font-size:25px;
   font-weight:bold;
}
.contact_list_information
{
    width:98%;
    margin-left:1%;
}
.contact_service_img_tup
{
    width:100px;
    height:1px;
    position:absolute;
    margin:auto;
    left:0px;bottom:5px;
}
.contact_list_one
{
   width:100%;
   height:20px;
   margin-left:30px;
}
.contact_triangle_img_tup
{
    width:12px;
    height:11px;
    position:absolute;
    margin:auto;
    top:0px;bottom:0px;left:0px;
}
.contact_information_title
{
     margin-left:30px; 
     margin-top:10px;
     margin-bottom: 10px;
}
.contact_underline
{
  width:100%;
  height:2px;
  background:#ebebeb;
}
.map_div
{
  width:100%;
  height:340px;
  position:relative;
}
.map_div img
{
  width:940px;
  height:300px;
  position: absolute;
  margin:auto;
  left:0px;right:0px;top:20px;

}


