
/* contactus.html */

.banner {
	width: 100%;
	height: 360px;
	margin: 0 auto;
	background: url('../imgs/contactus/banner.jpg') no-repeat center top;
}

.usInfo {
    width: 100%;
    height: 648px;
    margin: 0 auto;
    background: url('../imgs/contactus/bg_01.jpg') no-repeat center top;
}
.usInfo .tit {
    width: 760px;
    margin: 54px auto 0;
    text-align: center;
    height: auto;
}
.usInfo .tit img {
    width: 446px;
    height: 33px;
    margin-bottom: 38px;
}
.usInfo .tit p {
    font-size: 18px;
    color: #636363;
    line-height: 30px;
}
.usInfo .list {
    width: 1200px;
    margin: 36px auto 0;
    height: auto;
}
.usInfo .list .item {
    width: 292px;
    height: 330px;
    background: #fff;
    float: left;
    text-align: center;
    margin-right: 10px;
    box-shadow: 0 0 14px -4px #999;
}
.usInfo .list .item-last {
    margin-right: 0;
}
.usInfo .list .item img {
    margin: 60px auto 28px;
}
.usInfo .list .item p {
    color: #282828;
    line-height: 32px;
    font-size: 18px;
}
.usInfo .list .item p a{color: #282828;
    line-height: 32px;
    font-size: 18px;}
.msgBoard {
    width: 100%;
    height: 700px;
    margin: 0 auto;
    background: url('../imgs/contactus/bg_02.jpg') no-repeat center top;
}
.msgBoard .necont {
    width: 1200px;
    height: 580px;
    margin: 66px auto 0;
    background: rgba(0, 0, 0, .6);
}
.msgBoard .necont .tit {
    width: 100%;
    margin: 58px auto 0;
    text-align: center;
}
.msgBoard .necont .cont {
    width: 1160px;
    height: auto;
    margin: 45px auto 0;
}
.msgBoard .necont .cont .row {
    width: 100%;
    height: auto;
    margin: 0 auto 14px;
    overflow: hidden;
}
.msgBoard .necont .cont .row .text {
    width: 556px;
    height: 52px;
    line-height: 52px;
    background: rgba(255, 255, 255, .4);
    border:1px solid #f6f6f6;
    font-size: 18px;
    color: #fff;
    padding-left: 14px;
}
.msgBoard .necont .cont .row .textarea {
    width: 1138px;
    height: 76px;
    padding: 14px 10px;
    margin: 0 auto;
    background: rgba(255, 255, 255, .4);
    color: #fff;
    font-size: 18px;
    font-family: "微软雅黑";
}
.msgBoard .necont .cont .row #tj {
    width: 163px;
    height: 44px;
    background: url("../imgs/contactus/btn.png") no-repeat center top;
    line-height: 44px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    display: block;
    margin: 10px auto 0; border:0; cursor:pointer
}
.msgBoard .necont .cont .row #tj:hover {
 
}
.allmap {
    width: 100%;
    height: 700px;
    margin: 0 auto;
}
.allmap img {
    width: 39px;
    height: 25px;
}






























