.slideBox {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    min-width: 1200px;
}

.slideBox .hd {
    overflow: hidden;
    position: absolute;
    right: 85px;
    bottom: 45%;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    margin-bottom: 20px;
    width: 12px;
    height: 12px;
    line-height: 14px;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #fff;
}

.slideBox .hd ul li.on {
    background: #fff
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd img {
    width: 100%;
    height: auto;
    display: block;
    min-width: 1200px;
}

.content-part {
    width: 100%;
    overflow: hidden;
    min-width: 1200px;
}

.content-part .part-title {
    color: #4c4c4c;
    font-size: 34px;
    text-align: center;
    margin-bottom: 60px;
}

.content-part .server-item {
    width: 530px;
    float: left;
    padding: 40px 0 30px;
    background: url("/assets/home/images/server-icon.png") no-repeat -4px 40px;
}

.content-part .server-item.sj {
    background-position: -4px -98px;
}

.content-part .server-item.kf {
    background-position: -4px -241px;
}

.content-part .server-item.zx {
    background-position: -1px -388px;
}

.content-part .server-item:nth-child(2n) {
    margin-right: 140px;
}

.content-part .server-item h2 {
    padding-left: 90px;
    font-size: 20px;
    color: #404040;
    margin-bottom: 8px;
}

.content-part .server-item p {
    padding-left: 90px;
    line-height: 20px;
}

.content-part.bg-color {
    background: #f5f5f5
}

.content-part .head-title {
    text-align: center;
    color: #595959
}

.content-part .head-title h2 {
    color: #4c4c4c;
    font-size: 34px;
    margin-bottom: 20px;
}

.content-part .head-title span {
    font-size: 16px;
    padding: 0 5px;
}

.content-part .product-item {
    overflow: hidden;
    margin: 30px 0
}

.content-part .product-item:last-child {
    margin: 30px 0 0
}

.content-part .product-item .product-title {
    font-size: 20px;
    color: #404040;
    border-left: 4px solid #1095e4;
    padding-left: 5px;
    line-height: 20px;
    margin-bottom: 20px;
}

.content-part .product-item .product-img {
    margin-right: 30px;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    float: left
}

.content-part .product-item .product-img:nth-child(3n+1) {
    margin-right: 0
}

.content-part .product-item .product-img .bar {
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 0;
    top: 0;
    padding: 64px 16px;
    color: #fff
}

.content-part .product-item .product-img .bar p {
    font-size: 12px;
    color: #fff;
    line-height: 2em;
}

.content-part .product-item .product-img .bar p:first-child {
    font-size: 18px;
    margin-bottom: 20px;
    color: #fff;
}

.content-part .product-item .product-img:hover .bar {
    display: block
}

.content-part .company-item {
    width: 230px;
    height: 120px;
    margin-right: 80px;
    float: left;
    overflow: hidden
}

.content-part .company-item:nth-child(4n) {
    margin-right: 0
}

.content-part.bg-url {
    background: url("/assets/home/images/bg-url.png") no-repeat 0 0;
}

.content-part .head-title.font-color,
.content-part .head-title.font-color h2 {
    color: #fff
}

.content-part .head-title.font-color img {
    padding-bottom: 50px;
}

.content-part .introduce {
    font-size: 20px;
    color: #fff;
    line-height: 36px;
    margin: 80px 0 30px;
}

.content-part .contact {
    padding: 30px 0
}

.content-part .contact:after {
    content: '';
    display: table;
    overflow: hidden;
    clear: both;
}

.content-part .contact .contact-item {
    float: left;
    width: 30%;
    font-size: 20px;
    color: #404040;
    position: relative
}

.content-part .contact .contact-item:nth-child(2) {
    width: 40%;
    text-align: center
}

.content-part .contact .contact-item:last-child {
    text-align: right
}

.content-part .contact .contact-item span {
    width: 60px;
    height: 60px;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 20px;
    background: url("/assets/home/images/contact-icon.png") no-repeat 0 0 #e6e6e6;
}

.content-part .contact .contact-item:hover span {
    background-color: #1095e4
}

.content-part .contact .contact-item span.dh {
    background-position: 5px 8px;
}

.content-part .contact .contact-item span.yx {
    background-position: 7px -83px;
}

.content-part .contact .contact-item span.wx {
    background-position: 7px -161px;
}

.content-part .contact .contact-item:hover span.dh {
    background-position: 5px -246px;
}

.content-part .contact .contact-item:hover span.yx {
    background-position: 7px -335px;
}

.content-part .contact .contact-item:hover span.wx {
    background-position: 5px -428px;
}

.content-part .contact .contact-item:hover .qrcode {
    display: block
}

.content-part .contact .contact-item .qrcode {
    width: 160px;
    height: 160px;
    background: #fff;
    border: 1px solid #1095e4;
    position: absolute;
    top: -183px;
    left: 48px;
    padding: 4px 15px 0;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    border-radius: 5px;
    display: none
}

.content-part .contact .contact-item .qrcode em {
    width: 10px;
    height: 10px;
    display: block;
    border-left: 1px solid #1095e4;
    border-top: 1px solid #1095e4;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    position: absolute;
    left: 73px;
    bottom: -6px;
    background: #fff;
}

.content-part .map {
    overflow: hidden;
    color: #404040;
    width: 580px;
    float: left;
    font-size: 16px;
    margin-top: 50px;
    margin-right: 40px;
}

.content-part .map:last-child {
    margin-right: 0
}

.content-part .map h2 {
    font-size: 20px;
    border-left: 5px solid #1095e4;
    padding-left: 8px;
    line-height: 20px;
    margin-bottom: 5px;
}

.content-part .map p {
    height: 45px;
    line-height: 22px;
}

.content-part .map .allmap {
    width: 100%;
    height: 340px;
    background: #eaeaea;
}