@charset "UTF-8";
/*自定义参数*/
.icons-sprite, .contact_param_detail .contact_list li .tel, .contact_param_detail .contact_list li .chuanzhen, .contact_param_detail .contact_list li .contacts, .contact_param_detail .contact_list li .phone, .contact_param_detail .contact_list li .mail, .contact_param_detail .contact_list li .website, .contact_param_detail .contact_list li .address {
  background-image: url('../images/icons-sbcc764f420.png');
  background-repeat: no-repeat; }

.contact_module {
  padding-top: 75px;
  background: #f3f3f3; }

#contact_map {
  width: 800px;
  height: 350px;
  margin: 0 auto; }

.contact_param {
  position: relative;
  margin-top: 80px;
  border-top: 1px solid #e6e6e6; }

.contact_param_header {
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: -160px;
  width: 320px;
  text-align: center; }
  .contact_param_header h3 {
    color: #3a3b3b;
    font-size: 20px;
    font-weight: normal;
    height: 36px;
    line-height: 36px;
    background: #f3f3f3; }
  .contact_param_header p {
    color: #a2a2a2;
    font-size: 14px;
    margin-top: 5px; }
    .contact_param_header p a {
      color: #a2a2a2; }
      .contact_param_header p a:hover {
        color: #3a3b3b;
        text-decoration: underline; }

.contact_param_detail {
  overflow: hidden;
  *zoom: 1;
  margin-top: 120px; }
  .contact_param_detail .contact_list {
    float: left;
    display: inline;
    margin-left: 120px; }
    .contact_param_detail .contact_list li {
      position: relative;
      color: #5a5a5a;
      font-size: 14px;
      height: auto;
      min-height: 32px;
      line-height: 32px;
      text-indent: 36px; }
      .contact_param_detail .contact_list li .contact_text {
        display: block;
        width: 400px;
        line-height: 24px; }
      .contact_param_detail .contact_list li .icon {
        position: absolute;
        left: 0;
        display: block; }
      .contact_param_detail .contact_list li .tel {
        background-position: 0 -319px;
        top: 5px;
        width: 13px;
        height: 21px; }
      .contact_param_detail .contact_list li .chuanzhen {
        background-position: 0 -44px;
        top: 6px;
        width: 19px;
        height: 19px; }
      .contact_param_detail .contact_list li .contacts {
        background-position: 0 -107px;
        top: 5px;
        width: 21px;
        height: 20px; }
      .contact_param_detail .contact_list li .phone {
        background-position: 0 -266px;
        width: 12px;
        height: 20px;
        top: 6px; }
      .contact_param_detail .contact_list li .mail {
        background-position: 0 -212px;
        width: 19px;
        height: 13px;
        top: 10px; }
      .contact_param_detail .contact_list li .website {
        background-position: 0 -340px;
        width: 19px;
        height: 19px;
        top: 6px; }
      .contact_param_detail .contact_list li .address {
        background-position: 0 0;
        width: 15px;
        height: 20px;
        top: 6px; }
  .contact_param_detail .img {
    float: left;
    display: inline;
    margin-left: 20px; }
