.inliner-banner {
    width: 100%;
    min-width: 960px;
    position: relative;
    overflow: hidden;
}
.inliner-banner .slides li {
    width: 100%;
    min-width: 960px;
    overflow: hidden;
    position: relative;
}
.inliner-banner img {
    width: 1920px;
    min-width: 960px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}
.inliner-banner .con {
    display: block;
    width: 20%;
    position: absolute;
    top: 50%;
    right: 0;
}
.inliner-banner h2 {
    font-size: 32px;
    color: #fff;
    line-height: 52px;
}
.inliner-banner .font {
    font-size: 20px;
    color: #fff;
    line-height: 36px;
}
.contact {
    padding: 60px 0 ;
    width: 100%;
    min-width: 960px;
    background: #fff;
}
.w1400 {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    width: 92%;
}
.contact .cont-tit {
    width: 100%;
    line-height: 38px;
    padding-bottom: 22px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 18px;
    color: #666;
}
.contact ul {
    width: 100%;
}
.contact li {
    float: left;
    width: 27.5%;
    padding: 60px 2.8% 0;
    border-left: 1px solid #e5e5e5;
    min-height: 610px;
}
.contact li:first-child {
    border-left: none;
}
.f-cb:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    content: ".";
}
.contact li img {
    max-width: 115px;
}
.contact li h2 {
    font-size: 30px;
    color: #000;
    line-height: 48px;
    margin-bottom: 12px;
}
.contact li p {
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #333;
    line-height: 36px;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
}