﻿@charset "utf-8";
/*contect-css*/
.contect { width: 1200px; margin: 0 auto; }
.contect-top { border-bottom: 1px solid #e6e6e6; overflow: hidden; }
.contect-top-left { float: left; width: 335px; }
.contect-top-add { border-bottom: 1px solid #e6e6e6; padding-bottom:30px; }
.contect-top-add dt { font-size:20px; color: #333; }
.contect-top-add dd { padding: 15px 0 0; color: #808080; }
.contect-top-chairman-email { padding: 30px 0 30px; border-bottom: 1px solid #e6e6e6; }
.contect-top-chairman-email dt { font-size: 20px; color:#333;  }
.contect-top-chairman-email dd { padding: 20px 0 0; color: #808080; }
.contact-hotline { margin-bottom: 30px;}
.contact-hotline dt { padding: 20px 0 0; font-size: 20px; padding-bottom: 10px; color:#333; }
.contact-hotline dd { padding: 10px 0 0; color: #808080; }
.contect-top-map { padding-top: 55px; width: 735px; float: right; }
/*map-css*/
.map-Bbox { width: 100%; height: 460px; overflow: hidden; margin-bottom: 50px; position: relative; }
.map-Bbox .map-con { position: absolute; top: 10px; left: 50%; margin-left: 290px; width: 310px; height: 400px; background: red; z-index: 99; padding: 20px; font-size: 24px; color: #fff; line-height: 40px; text-align: center; }
.map-Bbox .map-box { width: 100%; height: 500px; }
.contect-us { padding-bottom:80px; }