.banner{
    height: 420px;
    background: url(../images//page-banner.jpg) center top no-repeat;
}
.banner img {
    width: 100%;
}
.style-name{
    width: 1200px;
    margin: 0 auto;
    padding-left: 170px;
    padding-bottom: 100px;
}
.style-name .zn{
    font-size: 40px;
    color: #fff;
}
.style-name .en{
    font-size: 22px;
    color: #fff;
}
.content-bg {
    background: #f5f5f5;
    padding: 60px 0;
}

.contact {
    margin-bottom: 60px;
    /*background: #f5f5f5;*/
}

.contact .h-title {
    margin-bottom: 40px;
}

.contact-main {
}

.content-item {
    width: 48%;
    background: #fff;
    padding: 30px 45px;
    transition: .4s;
    border: 1px solid transparent;
    cursor: default;
    box-shadow: 0 0 10px rgba(0,105,53,0);
    border-radius: 4px;
    margin-bottom: 20px;
}
.content-item:hover {
    /*border:1px solid #006935;*/
    box-shadow: 0 0 15px rgba(36,98,175,.5);
}

.content-item-img img {
    width: 80px;
    margin-top: 10px
}

.content-item-text {
    margin-left: 30px;
    padding-left: 30px;
    line-height: 1.8;
    position: relative;
}

.content-item-text:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 35px;
    bottom: 35px;
    border-left: 1px solid rgba(36,98,175,.5);
}

.content-item-text dt {
    font-size: 16px;
    color: #333;
}

.content-item-text dd {
    font-size: 14px;
}

#map {
    /* height: 450px; */
    background: #ccc;
}

#map * {
    box-sizing: content-box;
}

.map-title {
    color: #006834;
    margin-bottom: 5px;
}
.h-title {
    text-align: center;
    position: relative;
}
.h-title span:after {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 46px;
    height: 3px;
    background: #2462af;
    position: relative;
    top: -1px;
}
.h-title span {
    width: 146px;
    height: 1px;
    background: #cdcdcd;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.h-title h2 {
    font-size: 28px;
    line-height: 1;
    margin-bottom: 20px;
}
/* 留言 */
.message{
    min-width: 1200px;
}
.message-layer{
    width: 1200px;
    margin: 0 auto;
    background: #fff;
}
.msg-form{
    padding: 25px 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.msg-form .title{
    display: block;
    font-size: 25px;
    color: #2462af;
    margin-bottom: 20px;
}
#uname,#uphone{
    width: 210px;
    height: 45px;
    padding-left: 15px;
    border: 1px solid #ccc;
    font-size: 14px;
}
.text-form{
    margin-top: 20px;
}
.text-form textarea{
    border: 1px solid #ccc;
    resize: none;
    height: 170px;
    font-size: 14px;
}
#msg-btn{
    width: 100%;
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #2462af;
    font-size: 20px;
    color: #fff;
    border-radius: 5px;
    margin-top: 15px;
}
.technology{
    font-size: 14px;
    margin-top: 10px;
}