@import url("common.css?1");
.contact-banner{
    height: 500px;
    background: url("../images/banner/2.png") 0 29% no-repeat;
}
.contact-show{
    background: #fff;
    width: 100%;
}
.contact-show-container{
    padding-top: 200px;
    padding-bottom: 80px;
}
.contact-show-container .title{
    background: url("../images/title-contact.png") 100% 100% no-repeat;
    width:325px;
    height: 68px;
    position: absolute;
    top:81px;
    left: 50%;
    margin-left: -162px;
}
.contact-show-container .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #FAFAFA;
}

.contact-show-container .content .image img{
    width: 700px;
    height: 360px;
}
.contact-show-container .content .items .name{
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    line-height: 34px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-top: 54px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D3D3D3;
}
.contact-show-container .content .items .item{
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-top:30px;
}
@media screen and (max-width: 1200px) {
    .contact-show-container .content{
        justify-content: space-evenly;
    }
}
