.contect-header {
    height: 360px;
    background: url(../images/contact_banner.png) center top no-repeat;
}
.contect-list {
    padding: 70px 0 40px;
    background: url(../images/contect_bg.png) center bottom no-repeat;
}
.contect-list ul {
    width: 1220px;
}
.contect-list ul li {
    width: 284px;
    height: 216px;
    float: left;
    margin: 0 20px 40px 0;
    position: relative;
}
.contect-list ul li .item {
    width: 284px;
    height: 216px;
    background: #fff;
    box-shadow: 0 0 10px 0 #e9e9e9;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 30px 20px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}
.contect-list ul li .title {
    padding: 20px 0;
    font-size: 18px;
    margin-bottom: 20px;
    position: relative;
}
.contect-list ul li .title:after {
    content: '';
    width: 40px;
    height: 2px;
    background: #f6bb7f;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}
.contect-list ul li .email,
.contect-list ul li .user {
    height: 30px;
    font-size: 16px;
    color: #666;
    line-height: 30px;
    padding-left: 30px;
}
.contect-list ul li .user {
    background: url(../images/user_icon2.png) center left no-repeat;
}
.contect-list ul li .email {
    line-height: 20px;
    padding-top: 8px;
    background: url(../images/email_icon2.png) center left no-repeat;
}
.contect-list ul li:hover .item {
    top: -10px;
}
.contect-list ul li:hover .item .title:after {
    width: 100%;
}
.contect-img {
    width: 100%;
    height: 642px;
    background: url(../images/business_addr.png) center top no-repeat;
    overflow: hidden;
    position: relative;
}
.contect-img .contect-w {
    width: 456px;
    height: 252px;
    position: absolute;
    top: 286px;
    right: 50%;
    margin-right: -598px;
    box-sizing: border-box;
    padding: 30px;
}
.contect-img .contect-w .title {
    padding: 20px 0;
    font-size: 30px;
    line-height: 30px;
    border-bottom: solid 2px #fff;
    color: white;
}
.contect-img .contect-w .cont-t {
    padding: 30px 0;
}
.contect-img .contect-w .cont-t p {
    padding-left: 30px;
    font-size: 16px;
    line-height: 20px;
    color: white;
    margin-bottom: 28px;
}
.contect-img .contect-w .cont-t p.dw {
    background: url(../images/dw_icon.png) no-repeat;
}
.contect-img .contect-w .cont-t p.ph {
    background: url(../images/email_icon2.png) no-repeat;
}
