 body{ background-image: url(../img/bg.jpg); width:100%; height: 1770px; font-family: 微软雅黑;sans-serif;}
/* 主体样式 */
.contact_box{ width: 1080px; height: 1200px; background: rgba(255,255,255,0.8); border-radius: 8px; margin: 0 auto; margin-top: 36px; box-shadow: 0 0 8px rgba(0,0,0,0.15);padding-top: 4px; position: relative; z-index: 99}
.contact_title{ border-bottom: solid 2px #5684a7; width: 87%; margin: 0 auto; margin-top: 18px;}
.contact_title h3{ display:inline-block; margin: 0 ;padding: 0; margin-top: 20px; margin-bottom: 16px; color: #2b5a7d; font-size: 24px; line-height: 24px;}
.contact_title span{ font-size: 14px; line-height: 14px; color: #aaadaf; margin-left: 6px;}


.map{ width: 900px; margin: 0 auto; border-radius: 4px; margin-bottom: 40px; margin-top: 24px;}
.map img{border-radius: 6px;}


.content{width: 920px; margin: 0 auto;}
.content h2{font-size: 22px; color: #666; padding: 0 12px;}
.content p{font-size: 14px; color: #999; line-height: 22px;padding: 0 12px;}

.forms {
    position: relative;
    padding: 0;
    width: 100%;
}
.form-container .response {
    display: none;
    margin: 0 0 15px 0;
    background: #d1f7b6;
    color: #5e9537;
    padding: 10px 15px;
}
.forms ol {
    margin: 0;
    padding: 0;
}
.forms ol li {
    line-height: auto;
    list-style: none;
}
.forms li.form-row {
    margin-bottom: 15px
}
.forms li.hidden-row {
    display: none
}
.forms fieldset .text-input,
.forms fieldset .text-area,
.searchform input,
.comment-form input,
.comment-form textarea {
	width: 280px;
    background-color: #f5f5f5;
    margin: 0;
    border: 1px solid #e2e2e2;
    height: 35px;
    line-height: 1;
    padding: 3px 10px 5px;
    color: #616161;
    resize: none;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    color: #999;
    font-size: 14px;
}
.forms fieldset .text-input:focus,
.forms fieldset .text-area:focus,
.searchform input:focus,
.comment-form input:focus,
.comment-form textarea:focus {
    border: 1px solid #cdcdcd
}
.forms fieldset .text-area,
.comment-form textarea {
    min-height: 200px;
    padding: 10px;
    resize: vertical;
    width: 890px;
}
.searchform input {
    margin-bottom: 20px
}
.forms li.error input,
.forms li.error textarea {
    border: 1px solid #d18282
}
.forms span.error {
    display: none
}
.forms .button-row span.error {
    padding: 0;
    display: none;
}
.forms label {
    display: block;
    float: left;
    width: 95px;
    padding-top: 7px;
    font-size: 13px;
    clear: both;
}
.forms fieldset .text-input-row,
.comment-form div.name-field,
.comment-form div.email-field,
.comment-form div.website-field {
    position: relative;
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 15px;
}
.forms fieldset .text-input-row.subject-field,
.comment-form div.website-field {
    margin-right: 0
}
.comment-form div.message-field {
    margin-bottom: 10px
}
.comment-form div label {
    position: absolute;
    top: 0;
    left: 0;
}
.form-container:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.btn-submit{ font-size: 14px; color: #fff; background:#658fbb; width: 100px; height: 38px; border-radius: 4px; text-decoration: none; list-style: none;transition:all 1s ;border: none;outline:medium;}
.btn-submit:hover{ background: #354f6a;}


.sidebox{ width: 900px; margin: 0 auto; margin-top: 40px;}
.sidebox h3 {font-size: 22px; color: #666; padding: 0 12px;}
.sidebox p{font-size: 14px; color: #658fbb; line-height: 22px;padding: 0 12px; font-weight: 400;}
.sidebox p span{ color: #999;}



/* css 两边及底部的背景 */
.bg_left{width: 190px; height: 287px; background:url(../img/bg-left.png) no-repeat; position: absolute; left:0; top:480px; }
.bg_right{ width: 207px; height: 258px; background:url(../img/bg-riget.png) no-repeat;position: absolute; right:0; top:880px; }
.bg_bottom{ width:100%; height: 163px;background:url(../img/bg-bottom.jpg)no-repeat; position: relative; top:-394px;z-index: 1;}










