/**
 * 网站地图样式
 * 
 * @version $Id: contact.css 60 2017-08-22 07:13:18Z zhaofy $
 * @creator liqt @ 2014-10-08 21:45:43 by caster0.0.3
 */
@charset "UTF-8";

html {
  min-width: 0;
}

body {
}

.row label{
    color:#fff;
} 

.row .bar {
  float: left;
  width: 159px;
  height: 400px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/bar.contact.png");
}

.row .form {
  margin-left: 159px;
  height: 400px;
  width: 620px;
  padding: 30px 0 0 30px;
  
}

.form .row {
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
}

.form .item {
  display: inline-block;
}

.form input[type=text] {
  width: 200px;
  height: 30px;
}

.form b {
  color: #a22722;
}

.form .row-content {
  margin-bottom: 20px;
}

.form .row-content #content {
  margin-left: 50px;
  width: 530px;
  height: 120px;
}

.form .row-content .tip {
  text-align: right;
  color: #ababab;
  font-size: 12px;
  padding-right: 7px;
}

.form .button-submit {
  border-radius: 0;
  border: none;
  height: 30px;
  width: 100px;
  background: #a22722;
  color: #fff;
  float: right;
}