div.header div.nav li:nth-child(6){
    border-left: 1px solid #f7f7f7;
    border-right: 1px solid #f7f7f7;
}
div.header  div.nav li:nth-child(6) p:last-child{
    display: block;
}
div.header div.nav li:nth-child(6) p:first-child a{
    color:#197ed6;
}
div.bgPic{
    width:100%;
    height:300px;
    margin: 0 auto;
    /*background: url('../images/contactBg.jpg') center no-repeat;*/
}
div.count{
    width:1140px;
    /*height:720px;*/
    margin:0 auto;
}
div.count div.countTop{
    width:1140px;
    height:240px;
    position: relative;
}
div.count div.countTop div{
    float:left;
}
div.count div.countTop div.countText{
    width:470px;
    color:#333333;
    overflow: hidden;
    max-height: 230px;
}
div.count div.countTop div.countText h2{
    color:#0e70f1;
}
div.count div.countTop div#container{
    width:670px;
    height:230px;
    position: absolute;
    left:465px;
}
div.count div.countTop div#container div.amap-marker-content div{
    width:38px;
    height: 38px;
    border-radius: 19px;
}
div.amap-icon img{
   width:30px;
    height:30px;
}
div.count div.countBottom{
    float: none;
    width:1140px;
    margin-top: 60px;
    color:#333333;
}
div.count div.countBottom div.xinxi1 input{
    height:30px;
    width:180px;
    background:#f7f7f7;
    outline: none;
    border-radius: 6px;
    text-indent: 6px;
    font-size: 16px;
    border:1px solid #ccc;
    margin-right: 55px;
}
div.count div.countBottom div.xinxi1 input:last-child{
    margin-right: 0;
    width:225px;
}
div.xinxi2{
    margin-top: 40px;
}
div.xinxi2 span{
    vertical-align: top;
}
div.xinxi2 textarea{
    width:1090px;
    height:160px;
    border-radius: 6px;
    font-size: 16px;
    resize: none;
    outline: none;
    line-height: 20px;
    background:#f7f7f7;
    text-indent:6px;
    border: 1px solid #ccc;
    font-family: "\5FAE\8F6F\96C5\9ED1";
}
div.xinxi3{
    margin-top:38px;
  text-align: center;
 }
div.xinxi3 input{
    background:#e6e6e6;
    width:100px;
    height:40px;
    color:#999;
    border-radius:6px;
    outline: none;
    border:none;
    font-size: 16px;
    cursor: pointer ;
}
div.xinxi3 input:last-child{
    margin-left: 45px;
}
div.xinxi3 input:hover{
    background:#197ed6;
    color:white;
}
.amap-logo{
    display: none;
    opacity: 0;
}
.amap-copyright {
    opacity:0;
}
.amap-toolbar{
    display: none;
}
.amap-geo{
    display: none;
}
div.footer{
    margin-top: 70px;
}