.wrapper {
    text-align: center;
}

#head .banner .header-bg .head-text {
    text-align: left;
}

#head .banner .header-bg .head-text .head-content {
    opacity: 0.9;
}

#head .banner .bg1 {
    background: url("../images/1-home/1home-banner1.jpg") no-repeat;
    width: 100%;
    height: 400px;
    background-position: center 0;
}

#head .banner .bg2 {
    background: url("../images/1-home/1home-banner2.jpg") no-repeat;
    width: 100%;
    height: 400px;
    background-position: center 0;
}

#head .banner .bg3 {
    background: url("../images/1-home/1home-banner3.jpg") no-repeat;
    width: 100%;
    height: 400px;
    background-position: center 0;
}

#head .banner .bg4 {
    background: url("../images/1-home/1home-banner4.jpg") no-repeat;
    width: 100%;
    height: 400px;
    background-position: center 0;
}

#head .banner .bg5 {
    background: url("../images/1-home/1home-banner6.jpg") no-repeat;
    width: 100%;
    height: 400px;
    background-position: center 0;
}
#head .banner .bg6 {
    background: url("../images/1-home/1home-banner7.jpg") no-repeat;
    width: 100%;
    height: 400px;
    background-position: center 0;
}

#head .banner .header-bg .head-text h2 {
    padding-top: 50px;
    padding-bottom: 10px;
    font-weight: 400;
    font-size: 46px;
    color: #fff;
    letter-spacing: 5px;
}

#head .banner .header-bg .head-text p {
    padding-top: 12px;
    color: #fff;
    opacity: 0.8;
}

#head .banner .header-bg .head-text img {
    display: inline;
    vertical-align: middle;
    padding-right: 8px;
}

#head .banner .header-bg .head-text a {
    display: inline-block;
    padding: 8px 40px;
    margin-top: 70px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
    opacity: 0.8;
}

#head .banner .header-bg .head-text a:hover {
    background: #0382fe;
    border: 1px solid #0382fe;
}

#head .banner .header-bg .head-text a>span {
    display: inline-block;
}

#content .content-top {
    padding: 100px 20px 80px 20px;
    display: flex;
    justify-content: space-between;
    text-align: left;
    text-indent: 2em;
    border-bottom: 2px dashed #ddd;
}

#content .content-top .text-left {
    width: 40%;
}

#content .content-top .text-left p {
    padding-top: 34px;
    line-height: 28px;
    font-size: 14px;
}

#content .content-top .text-left .jishu {
    font-size: 20px;
}

#content .content-top .text-left .blurcolor {
    color: #0382fe;
}

#content .service .service-top {
    background: url("../images/bg_2_02.png") no-repeat;
    width: 100%;
    height: 117px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
}

#content .service .service-top span {
    color: #fff;
    padding-left: 8px;
}

#content .service {
    padding: 100px 0;
}

#content .service .preferential-service .service-title h2 {
    font-size: 34px;
    letter-spacing: 3px;
}

#content .service .preferential-service .service-title span {
    padding-top: 10px;
    font-size: 12px;
    /*color: #0382fe;*/
    text-transform: uppercase;
    border-bottom: 1px solid #000;
}

#content .service .preferential-service .service-list {
    display: flex;
    justify-content: space-around;
    padding: 74px 52px 0;
}

#content .service .service-list li {
    position: relative;
    width: 220px;
    height: 342px;
    color: #fff;
}

#content .service .service-list .vpn {
    background: url("../images/1-home/vpn-bg.png") no-repeat;
}

#content .service .service-list .advertising {
    background: url("../images/1-home/ad-bg.png") no-repeat;
}

#content .service .service-list .sale {
    background: url("../images/1-home/sale-bg.png") no-repeat;
}

#content .service .service-list .red-envelopes {
    background: url("../images/1-home/red-envelopes-bg.png") no-repeat;
}

#content .service .service-list li .horizontal-line {
    position: absolute;
    top: 26%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    height: 2px;
    width: 56px;
    background: #3586c4;
}

#content .service .service-list li img {
    padding-top: 106px;
}

#content .service .service-list li p {
    padding-top: 14px;
    font-size: 18px;
    font-weight: bold;
    opacity: 0.9;
}

#content .service .service-list li .sub {
    display: inline-block;
    padding-top: 10px;
    font-size: 14px;
    opacity: 0.8;
}

#content .choose {
    /*background: url("../images/bg3.jpg") no-repeat fixed center center / cover;*/
    background: #eee;
    padding: 80px 0 100px 0;
}

#content .choose .choose-title h2 {
    font-size: 36px;
    letter-spacing: 2px;
    font-weight: 400;
}

#content .choose .choose-title p {
    padding-top: 14px;
}

#content .choose .choose-title .safety {
    color: #0382fe;
}

#content .choose .choose-title .precise {
    color: #0382fe;
}

#content .choose .choose-title .efficient {
    color: #0382fe;
}

#content .choose .choose-list {
    display: flex;
    justify-content: space-around;
    padding: 40px 10px 0;
}

#content .choose .choose-list li {
    position: relative;
    width: 210px;
    height: 210px;
}

#content .choose .choose-list li:hover {
    width: 210px;
    height: 210px;
    background: #fff;
}

#content .choose .choose-list li span {
    font-size: 12px;
    color: #6d7f95;
}

#content .choose .choose-list li img {
    position: absolute;
    top: 34%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#content .choose .choose-list li p {
    padding-top: 130px;
    padding-bottom: 8px;
    font-size: 16px;
}

#content .data-platform-container {
    background: url("../images/1-home/bg.jpg") no-repeat;
    color: #fff;
}

#content .data-platform h2 {
    padding-top: 110px;
    font-size: 34px;
    font-weight: 500;
    letter-spacing: 3px;
    opacity: 0.9;
}

#content .data-platform p {
    padding-top: 18px;
    letter-spacing: 2px;
    opacity: 0.9;
}

#content .data-platform .data-platform-list {
    width: 612px;
    padding-top: 56px;
    padding-bottom: 100px;
    margin: 0 auto;
}

#content .data-platform .data-platform-list li {
    float: left;
    padding: 20px 30px;
    margin-right: 4px;
    margin-bottom: 4px;
    background: #fff;
    font-size: 0;
    /*transition: all 0.3s ease-in-out;*/
}

#content .data-platform .data-platform-list li a {
    font-size: 0
}

#content .data-platform .data-platform-list li p {
    padding-top: 10px;
    font-size: 14px;
}

#content .data-platform .data-platform-list .diagonal {
    /*background: url("../images/diagonal.png") no-repeat;*/
    position: absolute;
    top: 0;
    left: 0;
}

#content .data-platform .data-platform-list li:hover {
    -moz-box-shadow: 0 3px 24px 2px rgba(0, 0, 0, 0.25), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 3px 24px 2px rgba(0, 0, 0, 0.25), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 3px 24px 2px rgba(0, 0, 0, 0.25), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

#content .data-platform .data-platform-bg {
    background: url("../images/1-home/bg2.jpg") no-repeat;
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
    width: 100%;
    /*height: 369px;*/
}

#content .data-platform .data-platform-bg h3 {
    font-weight: 500;
    font-size: 24px;
    color: #222;
    letter-spacing: 2px;
}

#content .data-platform .data-platform-bg p {
    font-family: Arial, '微软雅黑';
    padding-top: 4px;
    font-style: italic;
    font-size: 18px;
    color: #666;
    letter-spacing: 1px;
}

#content .data-platform .data-platform-bg button {
    margin-top: 50px;
    padding: 12px 50px;
    background: #0091ff;
    font-size: 18px;
    color: #fff;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}


/*
*logo
*/


/*.registered-position{
    margin-left: 591px;
}*/


/*      slick    */

.slick-prev {
    font-size: 0;
    background: url("../images/1-home/1home-b-left.png") no-repeat;
    width: 64px;
    height: 64px;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
    z-index: 99;
}

.slick-next {
    font-size: 0;
    background: url("../images/1-home/1home-b-right.png") no-repeat;
    width: 64px;
    height: 64px;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    z-index: 99;
}

.slick-dots {
    display: flex;
    /*justify-content: center;*/
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.slick-dots li {
    padding: 0 5px;
}

.slick-dots li button {
    width: 42px;
    height: 4px;
    line-height: 10px;
    background: rgba(255, 255, 255, 0.8);
    border: none;
    border-radius: 1px;
    font-size: 0;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-prev:focus,
.slick-next:focus,
.slick-slide:focus {
    outline: none;
}

.slick-dots li button:hover {
    background: #0382fe;
}

.slick-dots li.slick-active button {
    background: #0382fe;
}


/*    slick    */