body{margin:0;padding:0;font-family: Source Han Sans CN,-apple-system,BlinkMacSystemFont,PingFang SC,Segoe UI,Microsoft YaHei,wenquanyi micro hei,Hiragino Sans GB,Hiragino Sans GB W3,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif;color: #3e4d5c}
ul,li,p,h1,h2,h3,h4,h5,h6{list-style:none;margin:0;padding:0;line-height: 100%;}
button,img{border:none;}
a{text-decoration:none;cursor:pointer;}
.clear{clear:both;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;outline: none;color: #5e6a7f}
::-webkit-input-placeholder {color: #c3c8d6;}
*,::before,::after{box-sizing: border-box}
.container{position:relative;width: 1400px;margin: 0 auto;}
.container1200{position:relative;width: 1200px;margin: 0 auto;}
header{
    width: 100%;
    min-width: 1400px;
    height: 81px;
    line-height: 80px;
    background: #3f6ff6;
}
/*.logo{*/
/*    position: absolute;*/
/*    left: 0;*/
/*}*/
.logo>img{vertical-align: middle}
.nav{
    margin-left: 240px;
}
.nav li{
    float: left;
    margin-right: 60px;
    line-height: 80px;
}
.nav li a{
    display: inline-block;
    height: 80px;
    width: 36px;
    font-size: 16px;
    color: rgba(255,255,255,0.8);
    transition: .25s ease-in-out;
    box-sizing: border-box;
}
.nav li.active a{
    color: #fff;
    border-bottom: 2px solid #fff;
}
.nav li a:hover{
    color: #fff;
    border-bottom: 2px solid #fff;
}
.log_btn{
    float: right;
    margin-top: 22px;
    width: 110px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    font-size: 16px;
    background-color: #3f6ff6;
    border-radius: 4px;
    border: solid 1px rgba(255,255,255,0.8);
    transition: .25s ease-in-out;
}
.log_btn:hover{
    background: rgba(255,255,255,0.1);
}
.reg_btn{
    float: right;
    margin-top: 22px;
    margin-right: 20px;
    width: 110px;
    height: 36px;
    line-height: 36px;
    color: #3f6ff6;
    font-size: 16px;
    background-color: #ffffff;
    border-radius: 4px;
}
.section1{
    height: 680px;
    min-width: 1400px;
    background-color: #3f6ff6;
    background-image: url("../img/banner1.png");
    background-repeat: no-repeat;
    background-position-x: calc(50% + 64px);
    background-position-y:calc(100% - 60px);
    text-align: center;
}
.se1_main_title{
    padding: 80px 0 40px 0;
}
.se1_sub_title{
    font-size: 16px;
    color: rgba(255,255,255,0.6);
    margin-bottom: 50px;
}
.sub_btn{
    display: inline-block;
    width: 96px;
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
    border: solid 1px rgba(255,255,255,0.8);
    color: #fff;
    font-size: 14px;
    transition: .25s ease-in-out;
}
.sub_btn:hover{
    background: rgba(255,255,255,0.15);
}
.imp_btn{
    display: inline-block;
    padding: 0 22px;
    height: 36px;
    background-image: linear-gradient(90deg,
    #ffcf87 0%,
    #ffbc76 100%),
    linear-gradient(
            #ffffff,
            #ffffff);
    background-blend-mode: normal,
    normal;
    border-radius: 4px;
    color: #513a21;
    font-size: 16px;
    line-height: 36px;
    transition: .25s ease-in-out;
    cursor: pointer;
}
.imp_btn:hover{
    background-image: linear-gradient(90deg,
    #ffbc76 0%,
    #ffbc76 100%),
    linear-gradient(
            #ffffff,
            #ffffff);
    background-blend-mode: normal,
    normal;
}
.main_btn{
    display: inline-block;
    padding: 0 22px;
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
    border: 1px solid #3f6ff6;
    background: #fff;
    color: #3f6ff6;
    font-size: 16px;
    transition: .25s ease-in-out;
}
.main_btn:hover{
    background: #3f6ff6;
    color: #fff;
}
.adv_box{
    position: relative;
    width: 1400px;
    height: 120px;
    background-color: #ffffff;
    box-shadow: 0px 8px 8px 0px
    rgba(230, 233, 239, 0.3);
    border: solid 1px #e6e9ef;
    margin: -60px auto 0 auto;
    z-index: 1;
}
.adv_box li{
    float: left;
    width: 25%;
    padding-left: 30px;
}
.circle_icon{
    float: left;
    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    background-color: #ffffff;
    box-shadow: 0px 4px 10px 0px
    #f1f5ff;
    border: solid 1px #f9faff;
    border-radius: 24px;
    text-align: center;
    margin-top: 36px;
}
.adv_txt{
    display: inline-block;
    margin-left: 20px;
}
.adv_txt>h3{
    font-size: 18px;
    font-weight: 600;
    margin: 36px 0 16px 0;
}
.adv_txt>p{
    font-size: 16px;
    color: #9bacb9;
}
.se2_tab{
    height: 240px;
    background: #f9faff;
    margin-top: -60px;
    padding-top: 70px;
    min-width: 1400px;
}
.se2_tab_left{
    float: left;
}
.main_title_left{
    padding: 60px 0 40px 0;
    font-size: 30px;
    font-weight: 600;
}
.main_title_left>span{
    color: #9bacb9;
    font-size: 18px;
    font-weight: 300;
    margin-left: 20px;
}
.main_title_left_white{color: #fff}
.main_title_left_white>span{color: rgba(255,255,255,0.6)}
.se2_tab_right{
    float: right;
    margin-top: 36px;
}
.se2_tab_right li{
    position: relative;
    float: left;
    margin-left: 80px;
    text-align: center;
    cursor: pointer;
    transition: .25s ease-in-out;
}
.se2_tab_right li p{
    font-size: 18px;
    font-weight: 600;
    margin: 40px 0;
    color: #5e6a7f;
}
.se2_tab_right li:after{
    content: '';
    display: block;
    height: 2px;
    max-width: 0;
    background: #3f6ff6;
    transition: .25s ease-in-out;
}
.se2_tab_right li.active p{
    color: #3f6ff6;
}
.se2_tab_right li.active:after{
    max-width: 100%;
}
.se2_tab_right li img{
    display: inline-block;
}
.se2_con{display: none}
.se2_con_select{display: block}
.se2_con_left{
    float: left;
    width: 550px;
    line-height: 440px;
    padding-left: 40px;
}
.se2_con_left>img{vertical-align: middle}
.se2_con_right{
    float: left;
    padding-top: 60px;
    width: calc(100% - 550px);
}
.se2_con_right li{
    width: 370px;
    float: left;
    margin: 0 50px 50px 0;
}
.se2_con_right li>h3{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
}
.se2_con_right li>h3>i{
    color: #9bacb9;
    margin-right: 10px;
}
.se2_con_right li>p{
    font-size: 16px;
    line-height: 30px;
    color: #9bacb9;
}
.section3{
    padding-bottom: 80px;
    background: #f9faff;
    min-width: 1400px;
}
.left_tab{
    float: left;
    width: 300px;
    border-right: 1px solid #e6e9ef;
}
.left_tab li{
    position: relative;
    padding-left: 87px;
    height: 64px;
    line-height: 64px;
    font-size: 18px;
    color: #5e6a7f;
    transition: .25s ease-in-out;
    cursor: pointer;
}
.left_tab li:before{
    content: '';
    display: block;
    height: 1px;
    width: 260px;
    background: #e6e9ef;
    position: absolute;
    left: 20px;
    bottom: 0;
}
.left_tab li:last-child:before{
    display: none;
}
.left_tab li:after{
    content: '';
    display: block;
    width: 2px;
    min-height: 0;
    background: #3f6ff6;
    position: absolute;
    right: -1px;
    top: 0;
    transition: .25s ease-in-out;
}
.left_tab li.active{
    color: #3f6ff6;
    font-weight: 600;
    background-image: linear-gradient(90deg,
    rgba(255,255,255,0) 0%,
    rgba(226, 234, 254, 0.35) 60%);
}
.left_tab li.active:after{
    min-height: 100%;
}
.left_tab li:hover{
    color: #3f6ff6;
    background-image: linear-gradient(90deg,
    rgba(255,255,255,0) 0%,
    rgba(226, 234, 254, 0.35) 60%);
}
.left_tab li a {
    display: block;
}
.right_con{
    display: none;
    position: relative;
    float: right;
    width: calc(100% - 360px);
    height: 450px;
    background-color: #ffffff;
    box-shadow: 0px 8px 8px 0px
    rgba(230, 233, 239, 0.3);
    border: solid 1px #e6e9ef;
    padding: 45px 60px 0 60px;
}
.right_con_head{
    position: relative;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.right_con_head>a{
    position: absolute;
    color: #3f6ff6;
    right: 0;
    line-height: 20px;
    font-size: 16px;
    font-weight: normal;
}
.right_con_head>a>img{
    margin-left: 6px;
}
.right_con_link{
    font-size: 14px;
    line-height: 14px;
    color: #9bacb9;
    margin-bottom: 24px;
}
.right_con_link a{
    color: #3f6ff6;
    margin-left: 10px;
}
.right_con_link a:hover{text-decoration: underline}
.right_con_disc{
    font-size: 16px;
    line-height: 30px;
    color: #9bacb9;
    margin-bottom: 24px;
}
.right_con_case{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 170px;
    width: 100%;
    background-color: #f9faff;
    padding: 30px 0 0 60px;
}
.right_con_case li{
    float: left;
    height: 56px;
    width: 152px;
    line-height: 56px;
    text-align: center;
    margin-right: 40px;
    background-color: #ffffff;
}
.right_con_case li>img{
    max-height: 44px;
    max-width: 140px;
    vertical-align: middle;
}
/*地图*/
.china-map {
    width: 748px;
    height: 618px;
    margin: -40px 0 60px 200px;
    background: url(../img/map_black_bg.png) center no-repeat;
    position: relative;
}

.region-list {
    position: absolute;
    left: 0;
    top: 0
}

@-webkit-keyframes warn {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-moz-keyframes warn {
    0% {
        -moz-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    100% {
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-o-keyframes warn {
    0% {
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    100% {
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes warn {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

.area-box .dot {
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #a2a9b4;
    opacity: 1;
    filter: alpha(opacity=100)
}

.area-box .pulse {
    position: absolute;
    top: -28px;
    left: -28px;
    height: 66px;
    width: 66px;
    border: 2px solid #b7b7b7;
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    border-radius: 48px;
    -webkit-box-shadow: 0 0 4px #82878f, 0 0 10px #82878f inset;
    -moz-box-shadow: 0 0 4px #82878f, 0 0 10px #82878f inset;
    box-shadow: 0 0 4px #82878f, 0 0 10px #82878f inset;
    opacity: .12;
    filter: alpha(opacity=0);
    -webkit-animation: warn 2s ease-out both;
    -moz-animation: warn 2s ease-out both;
    -o-animation: warn 2s ease-out both;
    animation: warn 2s ease-out both;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background: 0 0
}

.area-box .delay-01 {
    -webkit-animation-delay: 0;
    -moz-animation-delay: 0;
    -o-animation-delay: 0;
    animation-delay: 0
}

.area-box .delay-02 {
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    -o-animation-delay: .4s;
    animation-delay: .4s
}

.area-box .delay-03 {
    -webkit-animation-delay: .8s;
    -moz-animation-delay: .8s;
    -o-animation-delay: .8s;
    animation-delay: .8s
}

.area-box .delay-04 {
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.area-box .delay-05 {
    -webkit-animation-delay: 1.6s;
    -moz-animation-delay: 1.6s;
    -o-animation-delay: 1.6s;
    animation-delay: 1.6s
}

.area-box .delay-06 {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s
}

.area-box .delay-07 {
    -webkit-animation-delay: 2.4s;
    -moz-animation-delay: 2.4s;
    -o-animation-delay: 2.4s;
    animation-delay: 2.4s
}

.area-box .delay-08 {
    -webkit-animation-delay: -.4s;
    -moz-animation-delay: -.4s;
    -o-animation-delay: -.4s;
    animation-delay: -.4s
}

.area-box .delay-09 {
    -webkit-animation-delay: -.8s;
    -moz-animation-delay: -.8s;
    -o-animation-delay: -.8s;
    animation-delay: -.8s
}

.area-box .delay-10 {
    -webkit-animation-delay: -1.2s;
    -moz-animation-delay: -1.2s;
    -o-animation-delay: -1.2s;
    animation-delay: -1.2s
}

.area-box .delay-11 {
    -webkit-animation-delay: 4s;
    -moz-animation-delay: 4s;
    -o-animation-delay: 4s;
    animation-delay: 4s
}

.region-list.active .area-box .dot {
    background: #3f6ff6
}

.region-list.active .area-box .pulse {
    border-color: #3f6ff6;
    top: -39px;
    left: -39px;
    height: 88px;
    width: 88px;
    -webkit-box-shadow: 0 0 12px #3f6ff6, 0 0 20px #3f6ff6 inset;
    -moz-box-shadow: 0 0 12px #3f6ff6, 0 0 20px #3f6ff6 inset;
    box-shadow: 0 0 12px #3f6ff6, 0 0 20px #3f6ff6 inset
}

.region-list.waite .area-box .dot {
    background: #f90
}

.region-list.waite .area-box .pulse {
    border-color: #f90
}

.show-regin {
    position: absolute;
    left: 2px;
    height: 0;
    top: 0;
    width: 11px;
    opacity: 0;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.online-node .show-regin, .region-list:hover .show-regin, .underline-node .show-regin, .waite-node .show-regin {
    height: 127px;
    opacity: 1
}

.show-regin span {
    width: 80px;
    position: absolute;
    left: 8px;
    top: -11px;
    padding: 6px 10px;
    font-size: 14px;
    color: #ccc;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    white-space: nowrap;
}

.postition-10 .show-regin span {
    left: 0
}

.postition-6 .show-regin span {
    left: -72px
}

.area-box {
    z-index: 77
}

.show-regin {
    z-index: 66
}

.region-list.active .show-regin span {
    position: relative;
    color: #ccc
}

.region-list.waite .show-regin span {
    color: #ccc
}

.postition-1 {
    left: 302px;
    top: 308px
}
.postition-2 {
    left: 401px;
    top: 403px
}
.postition-3 {
    left: 358px;
    top: 516px
}
.postition-4 {
    left: 457px;
    top: 348px
}
.postition-5 {
    left: 526px;
    top: 394px
}
.postition-6 {
    left: 526px;
    top: 515px
}
.postition-7 {
    left: 578px;
    top: 355px;
}
.postition-7.region-list.active .area-box .pulse {
    top: -50px;
    left: -50px;
    width: 110px;
    height: 110px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}
.postition-8 {
    left: 621px;
    top: 194px
}
.postition-9 {
    left: 637px;
    top: 371px
}
.postition-9.region-list.active .area-box .pulse {
    top: -50px;
    left: -50px;
    width: 110px;
    height: 110px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}
.postition-10 {
    left: 468px;
    top: 533px;
}
.postition-11 {
    left: 604px;
    top: 300px
}
.postition-13 {
    left: 683px;
    top: 246px;
}
.postition-12 {
    left: 608px;
    top: 470px;
}
.postition-14 {
    left: 525px;
    top: 331px;
}
.postition-15 {
    left: 515px;
    top: 453px;
}
.postition-16 {
    left: 486px;
    top: 596px;
}
.postition-17 {
    left: 504px;
    top: 283px;
}
.postition-18 {
    left: 627px;
    top: 417px;
}

.postition-19 {
    left: 566px;
    top: 434px;
}

.postition-20 {
    left: 492px;
    top: 221px;
}
.postition-21 {
    left: 452px;
    top: 423px;
}
.postition-22 {
    left: 648px;
    top: 380px;
}
.douhao {
    width: 0
}

.data_tag{
    position: absolute;
    left: 0;
    bottom: 80px;
}
.data_tag p{
    margin-bottom: 30px;
    font-size: 16px;
}
.data_tag p>img{vertical-align: middle;margin-right: 10px}
.data_tag p.p1{color: #3f6ff6}
.data_tag p.p2{color: #ff9900}
.data_tag p.p3{color: #9ba3ae}
.data_list{
    width: 240px;
    height: 400px;
    background: url("../img/data_bg.png");
    box-shadow: 0px 8px 8px 0px
    rgba(230, 233, 239, 0.3);
    position: absolute;
    right: 0;
    bottom: 120px;
}
.data_list li{
    height: 123px;
    padding: 30px 0 0 40px;
}
.data_list li>p{
    color: rgba(255,255,255,0.6);
    font-size: 16px;
    margin-bottom: 20px;
}
.data_list li>h3{
    color: #fff;
    font-size: 36px;
    font-weight: normal;
}
.section5{
    background: url("../img/partner_bg.jpg") no-repeat;
    height: 528px;
    background-size: cover;
    min-width: 1400px;
}
.section5 li{
    float: left;
    margin-right: 40px;
}
.section5 li:last-child{margin-right: 0}
.section5 li>div{
    width: 248px;
    height: 80px;
    line-height: 80px;
    background-color: rgba(101, 140, 248, 0.3);
    border: solid 1px rgba(255,255,255,0.3);
    margin-bottom: 40px;
    text-align: center;
}
.section5 li>div>img{vertical-align: middle;max-height: 60px}
.se6_parts li{
    float: left;
    width: 440px;
    margin-right: 40px;
}
.se6_parts li:last-child{margin-right: 0}
.se6_parts li .se6_parts_title{
    position: relative;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 30px;
}
.act_thumb{
    display: block;
    width: 420px;
    height: 130px;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 20px;
}
.se6_parts_title a{
    position: absolute;
    right: 0;
    font-size: 14px;
    line-height: 18px;
    color: #9bacb9;
}
.se6_parts_news{
    position: relative;
    display: block;
    height: 60px;
    line-height: 60px;
    color: #5e6a7f;
    font-size: 14px;
    border-bottom: 1px solid #e6e9ef;
    text-align: left;
    transition: .25s ease-in-out;
}
.se6_parts_news>span{
    position: absolute;
    right: 0;
    font-size: 12px;
    color: #9bacb9;
}
.se6_parts_news:hover{color: #3f6ff6;border-color: #3f6ff6}
.foot1{
    position: relative;
    width: 100%;
    min-width: 1400px;
    height: 160px;
    background: linear-gradient(to left,#3f6ff6,#5781f9);
    margin-top: 100px;
}
.foot1_img{
    background: url("../img/banner_bottom.png") center no-repeat;
    width: 100%;
    height: 160px;
}
.foot1_con{
    width: 1400px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -700px;
}
.foot1_left{
    position: absolute;
    left: 0;
    top: 47px;
}
.foot1_left>h3{
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}
.foot1_left>p{
    font-size: 18px;
    font-weight: 300;
    color: #fff;
}
.foot1_left>p>span{
    font-weight: 600;
    color: #ffc57f;
}
.foot1_right{
    position: absolute;
    right: 0;
    top: 62px;
}
.foot2{
    background-color: #3e4d5c;
    padding-top: 60px;
    min-width: 1400px;
}
.foot2_left{
    float: left;
    margin-bottom: 20px;
}
.foot2_left>p{
    font-size: 14px;
    color: rgba(255,255,255,0.6);
    line-height: 30px;
    margin: 24px 0 24px 0;
}
.foot2_left .ewm{
    display: inline-block;
    margin-right: 40px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.foot2_left .ewm img {
    width: 70px;

}
.foot2_left .ewm>p{margin-top: 4px}
.foot2_right{
    float: right;
}
.foot2_right li{
    float: left;
    margin-left: 100px;
}
.foot2_right li>h3{
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 30px;
}
.foot2_right li>p{
    font-size: 14px;
    line-height: 36px;
    font-weight: 300;
}
.foot2_right li>p>a{
    color: rgba(255,255,255,0.5);
    transition: .25s ease-in-out;
}
.foot2_right li>p>a:hover{color: #fff}
.foot_line{
    height: 1px;
    background-color: rgba(255,255,255,0.15);
    margin-top: 16px;
}
.links{
    position: relative;
    padding: 16px 0 0 90px;
    line-height: 24px;
    font-size: 14px;
    color: rgba(255,255,255,0.5);
    font-weight: 300;
}
.links>span{
    position: absolute;
    color: #fff;
    left: 0;
}
.links>a{
    display: inline-block;
    color: rgba(255,255,255,0.5);
    margin-right: 20px;
    transition: .25s ease-in-out;
}
.links>a:hover{
    color: #fff;
}
.foot_rec{
    position: relative;
    height: 80px;
    text-align: right;
    line-height: 80px;
}
.foot_rec img{vertical-align: middle;margin-left: 20px}
.foot_rec_left{
    position: absolute;
    left: 0;
    top: 20px;
    font-size: 12px;
    color: rgba(255,255,255,0.5);
    line-height: 20px;
    text-align: left;
    font-weight: 300;
}
.foot_rec_left>a {
    color: rgba(255,255,255,0.5);
}
.nav_list{
    display: none;
    position: absolute;
    width: 1400px;
    padding: 40px 80px;
    left: 0;
    top: 80px;
    background: #fff;
    box-shadow: 0px 8px 8px 0px rgba(63, 111, 246, 0.1);
    border: solid 1px #e6e9ef;
    z-index: 2;
}
.nav_list_title{
    position: relative;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e9ef;
}
.nav_list_title>img{
    float: left;
    height: 24px;
    margin: -4px 8px 0 0;
}
.nav_list_title>a{
    position: absolute;
    color: #3f6ff6;
    right: 0;
    line-height: 16px;
    font-size: 14px;
    font-weight: normal;
}
.nav_list_title>a>img{margin-left: 6px;}
.act_list a{
    float: left;
    margin: 0 24px 20px 0;
    display: block;
    border-radius: 10px;
    height: 130px;
    width: 290px;
    overflow: hidden;
    transition: .25s;
    position: relative;
}
.act_finish:before {
    content: '';
    display: block;
    background: url(../img/over.png);
    height: 100%;
    width: 100%;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
}
.act_list a:last-child{margin-right: 0}
.act_list a:hover{
    margin-top: -4px;
    margin-bottom: 24px;
    box-shadow: 0 4px 20px #dfe2e8;
}
.pro_list li{
    width: calc(50% - 30px);
    float: left;
    margin-right: 60px;
    margin-bottom: 20px;
}
.pro_list li:nth-child(even){margin-right: 0}
.pro_list li>a{
    display: block;
    float: left;
    width: 50%;
    text-align: left;
    font-size: 14px;
    margin-bottom: 20px;
    color: #5e6a7f;
    transition: .25s;
}
.pro_list li>a:hover{color: #3f6ff6}
.pro_list li>a .rec{
    margin-left: 10px;
    padding: 4px 6px;
    background: #f1593d;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
}
.dz_box{
    position: relative;
    height: 80px;
    background: linear-gradient(to left,#3f6ff6,#5781f9);
    border-radius: 4px;
    margin: 20px 0;
    overflow: hidden;
}
.dz_box>h3{
    position: absolute;
    left: 30px;
    top: 31px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}
.dz_box_right{
    position: absolute;
    top: 0;
    right: 30px;
}
.dz_box_bg{
    background: url(../img/banner_bottom.png) center no-repeat;
    background-size: cover;
    width: 100%;
    height: 80px;
}
.sol_list a{
    float: left;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 20px;
    display: block;
    text-align: left;
    color: #5e6a7f;
    width: 25%;
    transition: .25s;
}
.sol_list a:hover{color: #3f6ff6}
.banner{
    height: 280px;
    min-width: 1400px;
    background: #3f6ff6;
    overflow: hidden;
}
.banner_http img{
    position: absolute;
    left: 60px;
    top: -25px;
}
.banner_pptp{
    background: url("../img/pptp_bg.jpg") center;
}
.space1{
    margin: 70px 0 40px 0;
}
.space2{
    margin-top: 50px;
}
.space3{
    margin: 10px 0 0 0;
}
.imp_tab{
    font-size: 0;
}
.imp_tab li{
    position: relative;
    display: inline-block;
    width: 140px;
    height: 36px;
    line-height: 36px;
    background: #3f6ff6;
    text-align: center;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 16px;
}
.imp_tab li:before{
    content: '';
    display: block;
    width: 1px;
    height: 14px;
    background-color: rgba(255,255,255,0.5);
    position: absolute;
    right: 0;
    top: 11px;
}
.imp_tab li:first-child,.imp_tab li:nth-child(10n+1){
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
}
.imp_tab li:last-child,.imp_tab li:nth-child(10n){
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
}
.imp_tab li:hover{
    background: linear-gradient(to left,#3f6ff6,#5781f9);
}
.imp_tab li.active{
    background-image: linear-gradient(90deg,
    #ffcf87 0%,
    #ffbc76 100%),
    linear-gradient(
            #ffffff,
            #ffffff);
    background-blend-mode: normal,
    normal;
    color: #513a21;
}
.imp_tab li:last-child:before,.imp_tab li:nth-child(10n):before{
    display: none;
}
.imp_tab li a {
    color: white;
    display: block;
}
.tc_http li{
    position: relative;
    float: left;
    width: 340px;
    padding: 40px 30px 30px 30px;
    bacground-color: #ffffff;
    box-shadow: 0px 8px 8px 0px
    rgba(230, 233, 239, 0.3);
    border: solid 1px #e6e9ef;
    margin: 0 10px 40px 0;
    transition: .25s;
}
.tc_http li:hover{
    margin: -6px 10px 40px 0;
    box-shadow: 0px 20px 30px 0px
    rgba(230, 233, 239, 0.6);
}
.tc_http li:nth-child(4n){
    margin-right: 0;
}
/*.tc_http li:last-child {*/
/*    margin-right: 0 !important;*/
/*}*/
.tc_http li:before{
    content: '';
    position: absolute;
    left: 30px;
    top: 0;
    width: 80px;
    height: 4px;
    background-color: #3f6ff6;
}
.tc_http li>h3{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}
.tc_http li>p{
    font-size: 14px;
    color: #5e6a7f;
    line-height: 48px;
    margin-bottom: 20px;
}
.tc_http li>p>span{
    font-size: 16px;
    color: #3e4d5c;
    font-weight: 600;
}
.split_line{
    height: 1px;
    width: 100%;
    background-color: #e6e9ef;
}
.price_left{
    float: left;
}
.price_left .p1{
    font-size: 14px;
    color: #3e4d5c;
    margin-bottom: 8px;
    margin-top: 30px;
}
.price_left .p1>span{
    font-size: 36px;
    color: #3f6ff6;
}
.price_left .p2{
    font-size: 14px;
    text-decoration: line-through;
    color: #9bacb9;
}
.buy_right{
    float: right;
    margin-top: 30px;
}
.ip_num{
    position: absolute;
    right: 30px;
    top: 40px;
}
.ip_num>p{
    font-size: 14px;
    margin-bottom: 10px;
}
.reduce,.add{
    float:left;
    border:1px solid #e6e9ef;
    background:#fff;
    height:32px;
    width:32px;
    line-height: 30px;
    text-align:center;
    cursor:pointer;
    user-select:none;
    transition: .25s;
}
.num{
    width:80px;
    text-align: center;
    border:1px solid #e6e9ef;
    border-left:none;
    border-right:none;
    height:32px;
    font-size: 14px;
    float:left;
}
.reduce:hover,.add:hover{
    background: #3f6ff6;
    color: #fff;
    display: block;
}
.made_http{
    height: 130px;
    background-color: #ffffff;
    border: solid 1px #e2e7f0;
    border-left: 3px solid #3f6ff6;
    margin-bottom: 10px;
    padding: 25px 50px;
}
.made_http_part1{
    height: 100%;
    float: left;
    vertical-align: middle;
    padding-right: 80px;
    padding-top: 14px;
    border-right: 1px solid #e2e7f0;
}
.made_http_part1 .p1{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.made_http_part1 .p2{
    font-size: 16px;
    color: #5e6a7f;
}
.made_http_part2{
    height: 100%;
    float: left;
    padding-top: 6px;
}
.made_http_part2 li{
    float: left;
    margin-left: 60px;
    line-height: 30px;
    font-size: 14px;
}
.made_http_part2 li>b{font-size: 16px}
.made_http_part3{
    height: 100%;
    float: right;
    padding-left: 80px;
    border-left: 1px solid #e2e7f0;
}
.made_price_left{
    float: left;
    margin: 0 80px 0 0;
}
.made_price_left .p1{
    font-size: 14px;
    color: #3e4d5c;
    margin-bottom: 8px;
    margin-top: 20px;
}
.made_price_left .p1>span{
    font-size: 40px;
    color: #3f6ff6;
}
.made_price_left .p2{
    font-size: 14px;
    text-decoration: line-through;
    color: #9bacb9;
}
.made_buy_right{
    float: right;
    margin-top: 20px;
}
.agent_desc li{
    float: left;
    margin-right: 40px;
    width: 320px;
    height: 100px;
    border: solid 1px #e6e9ef;
    padding: 22px 0 0 24px;
    background: url("../img/bg_cube.png") no-repeat right bottom;
}
.agent_desc li:last-child{
    margin-right: 0;
}
.agent_desc li h3{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 18px;
}
.agent_desc li h3>img{margin-right: 18px;vertical-align: middle}
.agent_desc li p{
    font-size: 16px;
    color: #5e6a7f;
}
.pptp_search{
    padding-left: 60px;
    background: url("../img/bg_search.png");
    height: 60px;
    width: 640px;
    margin: 70px auto 0 auto;
}
.pptp_search input{
    height: 100%;
    width: 500px;
    font-size: 16px;
    background: none;
    border: none;
}
.pptp_search button{
    width: 80px;
    color: #3f6ff6;
    background: none;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}
.pop_tag{
    width: 640px;
    font-size: 14px;
    margin: 20px auto 0 auto;
    color: #fff;
}
.pop_tag a{margin-left: 12px;color: rgba(255,255,255,0.6);}
.pop_tag a:hover{color: #fff}
.down_box{
    position: relative;
    background: url("../img/down_bg.png");
    padding: 0 30px;
    height: 80px;
    line-height: 80px;
    text-align: right;
    width: 1400px;
    margin: -40px auto 60px auto;
}
.down_box a{margin-left: 20px}
.down_box>p{
    position: absolute;
    left: 30px;
    top: 31px;
    font-size: 18px;
    font-weight: 600;
    color: #5e6a7f;
}
.table_head{
    position: relative;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 20px;
    color: #5e6a7f;
}
.table_head a{
    position: absolute;
    right: 0;
    font-weight: 600;
    color: #3f6ff6;
}
.pptp_table{
    width: 100%;
    font-size: 14px;
    border-collapse: collapse;
}
.pptp_table thead{
    border-bottom: 2px solid #e2e7f0;
}
.pptp_table thead tr th {
    height: 60px;
    text-align: center;
    background: #eef2fe;
    padding: 0 12px;
    color: #3e4d5c;
}
.pptp_table tbody tr:nth-child(even){
    background: #f9faff;
}
.pptp_table tbody tr td {
    height: 60px;
    text-align: center;
    padding-left: 12px;
    color: #5e6a7f;
}
.pptp_table tbody tr td a{
    color: #3f6ff6;
}
.agent_table{
    border: 1px solid #e2e7f0;
}
.agent_table thead tr th{
    text-align: center;
    color: #3f6ff6;
    font-size: 16px;
}
.agent_table tbody tr td{
    text-align: center;
}
.agent_table tbody tr td:first-child{
    width: 400px;
    text-align: left;
    color: #9bacb9;
}
.agent_table tbody tr td .price{
    color: #ff6d5a;
    font-size: 18px;
    font-weight: 600;
}
.banner_help img{
    position: absolute;
    top: 26px;
    left: 60px;
}
.help_search{
    background: url("../img/help_search.png");
    height: 95px;
    width: 1214px;
    padding-left: 80px;
    margin: -40px auto 0 auto;
}
.help_search input{
    width: 960px;
    height: 80px;
    font-size: 18px;
    border: none;
    background: none;
}
.help_search button{
    display: inline-block;
    font-size: 18px;
    width: 130px;
    height: 40px;
    color: #fff;
    background-color: #3f6ff6;
    border-radius: 4px;
    border: solid 1px #3f6ff6;
    cursor: pointer;
}
.common_list li{
    position: relative;
    float: left;
    width: 320px;
    padding: 44px 30px 20px 30px;
    background-color: #ffffff;
    box-shadow: 0px 8px 8px 0px
    rgba(230, 233, 239, 0.3);
    border: solid 1px #e6e9ef;
    margin: 0 40px 16px 0;
}
.common_list li:before{
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background-color: #3f6ff6;
    position: absolute;
    left: 30px;
    top: 0;
}
.common_list li:last-child{
    margin-right: 0;
}
.common_list li>h3{
    position: relative;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 40px;
}
.common_list li>h3>a{
    position: absolute;
    right: 0;
    color: #3f6ff6;
    font-size: 14px;
    font-weight: normal;
}
.common_list li>h3>a>img{margin-left: 4px}
.common_list li>p>a{
    display: block;
    width: 100%;
    color: #5e6a7f;
    font-size: 16px;
    margin-bottom: 24px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: .25s;
}
.common_list li>p>a:hover{color: #3f6ff6}
.service_list li{
    float: left;
    margin-right: 150px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #5e6a7f;
    font-weight: 600;
}
.service_list li>div{
    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    background-color: #ffffff;
    box-shadow: 0px 4px 10px 0px
    #f1f5ff;
    border: solid 1px #f9faff;
    border-radius: 24px;
    text-align: center;
    margin-right: 20px;
    vertical-align: middle;
}
.service_list li>div>img{vertical-align: middle;margin-top: -6px}
.cont_list li{
    float: left;
    margin-right: 40px;
    background: #fff url("../img/bg_yuan.png") no-repeat right bottom;
    width: 440px;
    min-height: 200px;
    padding: 30px;
    box-shadow: 0px 8px 8px 0px
    rgba(230, 233, 239, 0.3);
    border: solid 1px #e6e9ef;
}
.cont_list li:last-child{margin-right: 0}
.cont_list li>h3{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.cont_list li>h3>img{margin-right: 20px;vertical-align: middle}
.cont_list li>p{
    font-size: 14px;
    line-height: 30px;
    color: #5e6a7f;
    margin-bottom: 20px;
}
.cont_list li>h1{
    font-size: 24px;
    margin-top: 5px;
    color: #3f6ff6;
    font-weight: 600;
}
.news_list{
    width: 960px;
    float: right;
    margin-top: 50px;
}
.news_list li{
    margin: 10px 0 70px 0;
}
.news_list li>h3{position: relative;margin-bottom: 20px}
.news_list li>h3>a{
    font-size: 18px;
    color: #3e4d5c;
    transition: .25s;
}
.news_list li>h3>a:hover{color: #3f6ff6}
.news_list li>h3>img{
    position: absolute;
    left: -43px;
    top: 0;
}
.news_list li>p{
    font-size: 14px;
    color: #5e6a7f;
    margin-bottom: 16px;
}
.news_desc{
    color: #9bacb9;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
}
.news_list li>a{
    font-size: 14px;
    color: #3f6ff6;
}
.news_list li>a>img{margin-left: 4px}
.breadcrumbs{
    margin: 60px 0 30px 0;
    font-size: 16px;
    color: #9bacb9;
}
.breadcrumbs>a{color: #9bacb9}
.breadcrumbs>a:hover{color: #3f6ff6}
.breadcrumbs>span{color: #5e6a7f}
.news_text{
    float: left;
    padding: 60px;
    width: 1000px;
    background-color: #ffffff;
    box-shadow: 0px 8px 8px 0px
    rgba(230, 233, 239, 0.3);
    border: solid 1px #e6e9ef;
    border-top: 2px solid #3f6ff6;
    margin-right: 40px;
}
.news_text>h1{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}
.news_text>p{
    font-size: 14px;
    margin-bottom: 30px;
    color: #5e6a7f;
}
.text_body{
    font-size: 16px;
    line-height: 30px;
    color: #5e6a7f;
    margin-bottom: 50px;
    border-top: 1px solid #e6e9ef;
    padding-top: 20px;
}
.text_body p{
    line-height: 30px;
}
.text_body img{
    max-width: 873px;
}
.pre_news,.next_news{
    float: left;
    display: block;
    text-align: left;
    width: 420px;
    height: 64px;
    line-height: 64px;
    padding: 0 20px;
    font-size: 16px;
    background-color: #ffffff;
    border: solid 1px #e6e9ef;
    color: #9bacb9;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pre_news{margin-right: 38px}
.pre_news>span,.next_news>span{
    font-weight: 600;
    color: #3e4d5c;
}
.pre_news:hover,.next_news:hover{
    color: #3f6ff6;
    border-color: #3f6ff6;
}
.related{
    position: relative;
    width: 360px;
    padding: 40px 30px 20px 30px;
    background-color: #ffffff;
    box-shadow: 0px 8px 8px 0px
    rgba(230, 233, 239, 0.3);
    border: solid 1px #e6e9ef;
    margin-bottom: 40px;
}
.related:before{
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #3f6ff6;
    position: absolute;
    left: 30px;
    top: 0;
}
.related:last-child{
    margin-right: 0;
}
.related>h3{
    position: relative;
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 40px;
}
.related>h3>a{
    position: absolute;
    right: 0;
    color: #3f6ff6;
    font-size: 14px;
    font-weight: normal;
}
.related>h3>a>img{margin-left: 4px}
.related>p>a{
    display: block;
    width: 100%;
    color: #5e6a7f;
    font-size: 14px;
    margin-bottom: 24px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: .25s;
}
.related>p>a:hover{color: #3f6ff6}
.act_thumb_news{
    display: block;
    width: 360px;
    height: 120px;
    border-radius: 4px;
    overflow: hidden;
}
.banner_proxy img{
    position: absolute;
    top: 26px;
    left: 60px;
}
.proxy_pro{
    position: relative;
    height: 115px;
    width: 1414px;
    background: url("../img/bg_ip_pro.png");
    margin: 40px auto;
}
.proxy_pro li{
    float: left;
    width: 33%;
    padding-left: 40px;
}
.proxy_pro li .circle_icon{margin-top: 26px}
.proxy_pro li .adv_txt>h3{margin-top: 26px}
.tc_tab{
    position: relative;
    text-align: center;
    height: 36px;
    margin-bottom: 40px;
}
.tc_tab:before{
    content: '';
    display: block;
    width: 1px;
    height: 20px;
    background-color: #e6e9ef;
    position: absolute;
    left: 50%;
    top: 8px;
}
.tc_tab>a{
    display: inline-block;
    margin: 0 20px;
    line-height: 36px;
    color: #5e6a7f;
    font-size: 16px;
}
.tc_tab>a>img{margin-right: 6px;vertical-align: middle}
.tc_tab>a:hover{color: #3e4d5c;font-weight: 600;}
.tc_tab>a.active{
    border-bottom: 2px solid #3f6ff6;
    color: #3e4d5c;
    font-weight: 600;
}
.tc_proxy li{
    position: relative;
    float: left;
    width: 320px;
    padding: 40px 30px 30px 30px;
    background-color: #ffffff;
    box-shadow: 0px 8px 8px 0px
    rgba(230, 233, 239, 0.3);
    border: solid 1px #e6e9ef;
    margin: 0 40px 0 0;
    transition: .25s;
}
.tc_proxy li:hover{
    margin: -6px 40px 6px 0;
    box-shadow: 0px 20px 30px 0px
    rgba(230, 233, 239, 0.6);
}
.tc_proxy li:last-child{
    margin-right: 0;
}
.tc_proxy li:before{
    content: '';
    position: absolute;
    left: 30px;
    top: 0;
    width: 80px;
    height: 4px;
    background-color: #3f6ff6;
}
.tc_proxy li>h3{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}
.tc_proxy li>p{
    font-size: 14px;
    color: #5e6a7f;
    line-height: 48px;
    margin-bottom: 20px;
}
.tc_proxy li>p img{
    vertical-align: middle;
    margin-right: 10px;
}
.tc_proxy li>p>span{
    font-size: 16px;
    color: #3e4d5c;
    font-weight: 600;
}
.tc_proxy li.hot:after{
    content: '限时特惠';
    width: 100px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: #ff6d5a;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 16px 18px 0px 16px;
    position: absolute;
    right: 0;
    top: -16px;
}
.price_right{
    position: absolute;
    right: 30px;
    top: 15px;
}
.price_right .p1{
    font-size: 14px;
    color: #3e4d5c;
    margin-bottom: 8px;
    margin-top: 30px;
}
.price_right .p1>span{
    font-size: 40px;
    color: #3f6ff6;
}
.price_right .p2{
    font-size: 14px;
    text-decoration: line-through;
    color: #9bacb9;
}
.buy_mid{
    display: block;
    float: none;
    width: 110px;
    margin: 30px auto 0 auto;
}
.download_list li{
    position: relative;
    float: left;
    width: 320px;
    height: 410px;
    background-color: #f9faff;
    border-radius: 6px;
    border: solid 1px #e6e9ef;
    margin: 0 40px 20px 0;
    color: #5e6a7f;
    text-align: center;
    transition: .25s;
}
.download_list li:last-child{margin-right: 0}
.download_list li>img{
    margin: 10px 0 0 0;
}
.download_list li>h3{font-size: 28px;margin-bottom: 20px;margin-top: -20px}
.download_list li>p{font-size: 14px;line-height:30px;margin-bottom: 30px}
.download_list li:hover{
    background: #3f6ff6;
    box-shadow: 0px 10px 40px 0px
    rgba(63, 111, 246, 0.3);
    color: #fff;
}
.download_list li .ewm{
    display: none;
    position: absolute;
    left: 109px;
    top: 36px;
}
.download_list li:hover .ewm{display: block}
.banner_window img{
    position: absolute;
    left: 60px;
    top: 0;
}
.window_num{
    margin-bottom: 30px;
    font-size: 14px;
    color: #5e6a7f;
}
.window_num>p{
    float: left;
    margin: 8px 10px 0 0;
}
.win_adv li{
    float: left;
    width: 25%;
}
.win_adv li>h3{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 24px;
}
.win_adv li>h3>img{
    margin-right: 20px;
    vertical-align: middle;
}
.win_adv li>p{
    font-size: 16px;
    line-height: 24px;
    color: #9bacb9;
}
.window_box{
    position: relative;
    height: 180px;
    background-color: #f9faff;
    border-radius: 6px;
    border: solid 1px #e6e9ef;
}
.window_box>img{
    position: absolute;
    left: 20px;
    top: 12px;
}
.window_box>h3{
    font-size: 28px;
    position: absolute;
    left: 200px;
    line-height: 180px;
}
.window_box>p{
    color: #5e6a7f;
    font-size: 16px;
    line-height: 36px;
    position: absolute;
    left: 485px;
    top: 36px;
}
.down_btn{
    position: absolute;
    right: 60px;
    top: 66px;
    width: 200px;
    height: 48px;
    line-height: 48px;
    color: #fff;
    background-image: linear-gradient(90deg,
    #5781f9 0%,
    #3f6ff6 100%),
    linear-gradient(
            #3f6ff6,
            #3f6ff6);
    background-blend-mode: normal,
    normal;
    box-shadow: 0px 8px 8px 0px
    rgba(230, 233, 239, 0.3);
    border-radius: 24px;
}
.banner_custom{
    background: #3f6ff6 url("../img/custom_banner.png") no-repeat center bottom;
    text-align: center;
}
.banner_custom>img{
    display: block;
    margin: 58px auto 40px auto;
}
.main_title_mid{
    padding: 60px 0 40px 0;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
}
.custom_box{
    padding: 80px 0;
}
.custom_left_txt{
    float: left;
}
.custom_right_txt{
    float: right;
}
.custom_left_txt h3,.custom_right_txt h3{
    font-size: 24px;
    margin-bottom: 24px;
}
.custom_left_txt p,.custom_right_txt p{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
    color: #9bacb9;
}
.custom_right_pic{
    position: absolute;
    top: -36px;
    right: 0;
}
.custom_left_pic{
    position: absolute;
    top: -36px;
    left: 0;
}
.custom_box_bg{
    background: #f9faff;
}
.banner_agent{
    text-align: center;
    background: url("../img/pptp_bg.jpg") center;
}
.banner_agent>img{
    display: block;
    margin: 58px auto 40px auto;
}
.process{
    position: relative;
    background: url("../img/process.png");
    height: 264px;
    width: 1380px;
    margin: 0 auto 80px auto;
}
.process>p{
    font-size: 18px;
    font-weight: 600;
}
.process>p.p1{
    position: absolute;
    top: 80px;
    left: 83px;
}
.process>p.p2{
    position: absolute;
    bottom: 80px;
    left: 433px;
}
.process>p.p3{
    position: absolute;
    top: 80px;
    left: 782px;
}
.process>p.p4{
    position: absolute;
    bottom: 80px;
    left: 1127px;
}
.banner_vps img{
    position: absolute;
    left: 60px;
    top: 20px;
}
.banner_sub{
    height: 60px;
    background-color: #f9faff;
}
.banner_sub img{
    position: absolute;
    left: 0;
    top: 9px;
}
.banner_sub p{
    position: absolute;
    left: 366px;
    line-height: 60px;
    font-size: 16px;
    color: #5e6a7f;
}
.sub_tab{
    font-size: 0;
    margin-top: 30px;
}
.sub_tab li{
    position: relative;
    display: inline-block;
    width: 92px;
    text-align: center;
    height: 20px;
    font-size: 16px;
    color: #5e6a7f;
    line-height: 20px;
    border-right: 1px solid #e6e9ef;
    margin-bottom: 30px;
    cursor: pointer;
}
.sub_tab li:before{
    content: '';
    height: 2px;
    min-width: 0;
    background-color: #3f6ff6;
    position: absolute;
    left: 20px;
    bottom: -10px;
    transition: .25s ease-in-out;
}
.sub_tab li a {
    display: block;
    color: #5e6a7f;
}
.sub_tab li:nth-child(14n),.sub_tab li:last-child{border-right: none}
.sub_tab li.active{
    color: #3e4d5c;
    font-weight: 600;
}
.sub_tab li.active:before{
    min-width: 60px;
}
.sub_tab li:hover:before{
    min-width: 60px;
}
.vps_list{
    position: relative;
    height: 130px;
    background-color: #ffffff;
    border: solid 1px #e2e7f0;
    font-size: 0;
    padding: 25px 0;
    border-left: 3px solid #3f6ff6;
    margin-top: -1px;
    overflow: hidden;
}
.vps_list .list1{
    float: left;
    display: inline-block;
    width: 240px;
    height: 100%;
    padding: 15px 0 0 30px;
    border-right: 1px solid #e6e9ef;
}
.vps_list .list1 h3{font-size: 20px;margin-bottom:12px;font-weight: 600}
.vps_list .list1 p{font-size: 16px;color: #5e6a7f}
.vps_list .list2{
    float: left;
    display: inline-block;
    width: 850px;
    height: 100%;
    font-size: 0;
    padding: 15px 0 0 40px;
    border-right: 1px solid #e6e9ef;
}
.vps_list .list2 li{
    float: left;
    margin-right: 60px;
}
.vps_list .list2 li>p{
    font-size: 14px;
    margin-bottom: 18px;
    color: #5e6a7f;
}
.vps_list .list2 li>h3{
    font-size: 16px;
}
.xt_choose{
    font-size: 14px;
    width: 175px;
    height: 32px;
    padding: 0 6px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #e6e9ef;
    margin-top: -8px;
}
.xt_choose>select{
    height: 100%;
    width: 100%;
    border: none;
    background: none;
}
.sc_choose{
    height: 32px;
    font-size: 0;
    background-color: #f9faff;
    border-radius: 4px;
    border: solid 1px #e6e9ef;
    margin-top: -8px;
}
.sc_choose a{
    display: inline-block;
    font-size: 14px;
    width: 50px;
    height: 32px;
    line-height: 32px;
    color: #9bacb9;
}
.sc_choose a.active{
    color: #3f6ff6;
    font-weight: 600;
    border: 1px solid #3f6ff6;
    border-radius: 4px;
    background: #fff;
}
.sc_choose a:hover{color: #3f6ff6;}
.list3{
    float: left;
    padding-left: 30px;
}
.list3 h1{
    font-size: 40px;
    display: inline-block;
    font-weight: 500;
    margin-right: 8px;
    padding-top: 20px;
}
.list3 .left_num{
    font-size: 14px;
    margin-top: 10px;
    color: #8798ad;
}
.list3 .left_num>span{color: #ff6d5a}
.list3 p{
    display: inline-block;
    line-height: 20px;
    font-size: 14px;
    color: #9bacb9;
}
.list3 p>span{color: #3e4d5c}
.buy_btn{
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 130px;
    padding-top: 40px;
    background-image: linear-gradient(90deg,
    #5781f9 0%,
    #3f6ff6 100%),
    linear-gradient(
            #3f6ff6,
            #3f6ff6);
    background-blend-mode: normal,
    normal;
    color: #fff;
    display: table-cell;
    vertical-align:middle;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
}
.vps_open{
    display: none;
    padding: 40px 30px;
    background-color: #f9faff;
    border-left: 3px solid #3f6ff6;
}
.vps_open ul{
    float: left;
}
.vps_open li{
    float: left;
    margin-right: 40px;
}
.vps_open li p{font-size: 14px;color: #5e6a7f;margin-bottom: 10px}
.vps_input{
    width: 160px;
    height: 32px;
    padding: 0 10px;
    font-size: 14px;
    background: #fff;
    border-radius: 4px;
    border: solid 1px #e6e9ef;
}
.vps_open_right{
    float: right;
    margin-top: 10px;
}
.vps_open_right a{
    margin-left: 20px;
}
.zx_box{
    position: relative;
    background: url("../img/down_bg.png");
    padding: 0 30px;
    height: 80px;
    line-height: 80px;
    text-align: right;
    width: 1400px;
    margin: 40px 0 0 0;
}
.zx_box a{margin-left: 20px}
.zx_box>p{
    position: absolute;
    left: 30px;
    top: 31px;
    font-size: 18px;
    font-weight: 600;
    color: #5e6a7f;
}
.banner_course img{
    position: absolute;
    top: 20px;
    left: 60px;
}
.banner_sub a{
    display: inline-block;
    line-height: 60px;
    margin: 0 30px;
    color: #5e6a7f;
    font-size: 16px;
}
.banner_sub a.active{
    border-bottom: 2px solid #3f6ff6;
    color: #3f6ff6;
    font-weight: 600;
}
.course_list{
    position: relative;
    margin-top: 60px;
}
.course_list:before{
    content: '';
    width: 1px;
    height: 100%;
    background-color: #e6e9ef;
    position: absolute;
    left: 50%;
    top: 0;
}
.course_list li{
    position: relative;
    padding: 30px 30px 0 30px;
    width: 520px;
    background-color: #ffffff;
    border: solid 1px #e6e9ef;
    margin-top: 80px;
}
.course_list li:first-child{margin-top: 0}
.course_list li:nth-child(odd){
    text-align: right;
    float: left;
}
.course_list li:nth-child(even){
    text-align: left;
    float: right;
}
.course_list li:nth-child(odd):before{
    content: '';
    display: block;
    position: absolute;
    background: url("../img/course_l.png");
    width: 85px;
    height: 9px;
    right: -85px;
    top: 0;
}
.course_list li:nth-child(even):before{
    content: '';
    display: block;
    position: absolute;
    background: url("../img/course_r.png");
    width: 84px;
    height: 9px;
    left: -84px;
    top: 0;
}
.course_list li h3{font-size: 18px;margin-bottom: 20px}
.course_list li h4{font-size: 16px;line-height: 30px}
.course_list li h5{font-size: 16px;font-weight: normal;line-height: 30px}
.course_list li p{font-size: 14px;color: #9bacb9;line-height: 30px;padding-bottom: 24px}
.banner_com img{
    position: absolute;
    top: 20px;
    left: 60px;
}
.com_part1{
    padding: 60px 0;
}
.com_part1 img{
    float: left;
}
.com_part1_right{
    float: right;
    width: 800px;
}
.com_part1_right h3{
    font-size: 28px;
    margin-bottom: 30px;
    margin-top: 20px;
}
.com_part1_right p{
    font-size: 16px;
    line-height: 36px;
    color: #5e6a7f;
}
.com_part2{
    background: #f9faff;
    padding-bottom: 60px;
}
.dev_list li{
    float: left;
    width: 49%;
    margin-bottom: 50px;
}
.dev_list li:nth-child(1), .dev_list li:nth-child(3){
    margin-right: 2%;
}
.dev_list li>h3{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 24px;
}
.dev_list li>h3>img{
    margin-right: 20px;
    vertical-align: middle;
}
.dev_list li>p{
    font-size: 16px;
    line-height: 24px;
    color: #9bacb9;
}
.contact_list{padding: 60px 40px 50px 40px}
.contact_list li{
    float: left;
    width: 33.3%;
}
.contact_list li>h3{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 24px;
}
.contact_list li>h3>img{
    margin-right: 20px;
    vertical-align: middle;
}
.contact_list li>p{
    font-size: 16px;
    line-height: 36px;
    color: #9bacb9;
}
.contact_list li>p>a{color: #3f6ff6}
.map{
    background: url("../img/map.png");
    height: 300px;
    width: 1130px;
    margin: 60px auto 0 auto;
}
.banner_sol{
    margin-bottom: 60px;
}
.banner_sol img{
    position: absolute;
    left: 60px;
    top: 10px;
}
.sol_right{
    position: relative;
    height: 450px;
    background-color: #ffffff;
    box-shadow: 0px 8px 8px 0px
    rgba(230, 233, 239, 0.3);
    border: solid 1px #e6e9ef;
    padding: 45px 60px 0 60px;
    margin-bottom: 40px;
}
.left_tab_fix{
    position: fixed;
    top: 0;
}
.banner_act img{
    position: absolute;
    left: 60px;
    top: 30px;
}
.act_title{
    padding: 60px 0 50px 0;
    text-align: center;
}
.act_title h3{
    font-size: 28px;
    margin-bottom: 20px;
}
.act_title p{
    font-size: 14px;
    color: #9bacb9;
}
.yhq_list{
    font-size: 0;
    text-align: center;
}
.yhq_box{
    position: relative;
    display: inline-block;
    margin: 0 30px 40px 30px;
}
.yhq_main{
    background: url("../img/yhq_bg1.png");
    height: 121px;
    width: 312px;
}
.yhq_imp{
    background: url("../img/yhq_bg2.png");
    height: 121px;
    width: 312px;
}
.yhq_box>h1{
    position: absolute;
    font-size: 50px;
    top: 29px;
    left: 40px;
    color: #fff;
    font-family: Impact;
    font-weight: 500;
}
.yhq_txt{
    position: absolute;
    top: 29px;
    right: 92px;
    text-align: right;
}
.yhq_txt>h3{
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 10px;
}
.yhq_txt>p{
    color: #fff;
    font-size: 13px;
}
.yhq_box>a{
    display: block;
    position: absolute;
    right: 28px;
    top: 24px;
    color: #ff4545;
    font-size: 18px;
    line-height: 30px;
}
.fx_list li{
    position: relative;
    float: left;
    width: 660px;
    height: 100px;
    background-color: #ffffff;
    border: solid 1px #e6e9ef;
    border-left: 3px solid #3f6ff6;
    padding: 20px 0;
    margin-right: 80px;
    margin-bottom: 40px;
}
.fx_list li:nth-child(even){
    margin-right: 0;
}
.fx_list_d1{
    float: left;
    height: 100%;
    line-height: 60px;
    padding: 0 40px;
    font-size: 22px;
    font-weight: 600;
    color: #3f6ff6;
    border-right: 1px solid #e6e9ef;
}
.fx_list_d2{
    float: left;
    height: 100%;
    line-height: 60px;
    padding-left: 40px;
    font-size: 16px;
    font-weight: 600;
    color: #3e4d5c;
}
.fx_list_d2>span{
    font-size: 30px;
    color: #ff6d5a;
}
.fx_list li>a{
    display: block;
    width: 100px;
    height: 100px;
    background-image: linear-gradient(90deg,
    #5781f9 0%,
    #3f6ff6 100%),
    linear-gradient(
            #3f6ff6,
            #3f6ff6);
    background-blend-mode: normal,
    normal;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    padding-top: 26px;
}
.main_act_pic{
    position: relative;
    float: left;
    width: 600px;
    height: 240px;
    background: url("../img/act1.png") center;
    background-size: cover;
    margin-right: 80px;
    margin-bottom: 40px;
    border-radius: 4px;
    overflow: hidden;
}
.main_act_desc{
    width: 720px;
    float: right;
}
.main_act_desc h3{
    margin: 20px 0;
    font-size: 22px;
}
.main_act_desc .p1{
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 24px;
    color: #5e6a7f;
}
.main_act_desc .p2{
    margin-bottom: 40px;
    font-size: 14px;
    color: #5e6a7f;
}
.hot_act:before{
    content: '';
    display: block;
    background: url("../img/hot.png");
    height: 104px;
    width: 104px;
    position: absolute;
    right: 0;
    top: 0;
}
.sub_act{
    margin-top: 40px;
}
.sub_act li{
    float: left;
    width: 440px;
    margin-right: 40px;
}
.sub_act li:nth-child(3n){margin-right: 0}
.sub_act_pic{
    position: relative;
    width: 440px;
    height: 220px;
    margin-bottom: 30px;
    border-radius: 4px;
    overflow: hidden;
}
.sub_act li>h3{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}
.sub_act li>p{
    font-size: 14px;
    color: #5e6a7f;
    margin-bottom: 20px;
}
.over_act>.sub_act_pic:before{
    content: '';
    display: block;
    background: url("../img/over.png");
    height: 220px;
    width: 440px;
    position: absolute;
    left: 0;
    top: 0;
}
.banner_pro img{
    position: absolute;
    top: 20px;
    left: 60px;
}
.pro_step{
    background: url("../img/pro_step.png");
    height: 181px;
    width: 1137px;
    margin: 0 auto 60px auto;
}
.pro_left{
    float: left;
}
.pro_left p{
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
}
.pro_left p>img{vertical-align: middle;margin-right: 20px}
.pro_right{
    width: 840px;
    float: right;
}
.pro_right li{
    float: left;
    margin: 0 0 40px 40px;
    padding-top: 24px;
    width: 240px;
    height: 100px;
    background-image: linear-gradient(90deg,
    #ffcf87 0%,
    #ffbc76 100%),
    linear-gradient(
            #ffb75f,
            #ffb75f);
    background-blend-mode: normal,
    normal;
    border-radius: 10px;
    color: #513a21;
    text-align: center;
}
.pro_right li>h3{
    font-size: 24px;
    margin-bottom: 10px;
}
.pro_right li>p{
    font-size: 16px;
}
.pro_card ul{
    width: 580px;
    margin: 0 auto;
}
.pro_card li{
    float: left;
    width: 580px;
    background-image: linear-gradient(90deg,
    #5781f9 0%,
    #3f6ff6 100%),
    linear-gradient(
            #3f6ff6,
            #3f6ff6);
    background-blend-mode: normal,
    normal;
    border-radius: 10px;
    margin: 0 auto 60px auto;
    padding: 40px 30px 30px 30px;
}
.pro_card li:last-child{margin-right: 0}
.pro_card li .p1{
    color: #fff;
    font-size: 16px;
    margin-bottom: 30px;
}
.pro_card li .p1>span{
    font-size: 48px;
    color: #ffb75f;
}
.pro_card li .p2{
}
.pro_card li .p2>b{
    float: left;
    color: #fff;
    font-weight: 600;
    vertical-align: top;
    line-height: 24px;
}
.pro_card li .p2>span{
    float: right;
    width: 430px;
    font-size: 16px;
    line-height: 24px;
}
.pro_card li .p2>span>a{
    color: rgba(255,255,255,0.65);
    margin-right: 10px;
}
.pro_card li .p2>span>a:hover{color: #fff}
.pro_card_line{
    height: 1px;
    background-color: #ffffff;
    opacity: 0.2;
    margin: 20px 0;
}
.pro_card li .p3{
    font-size: 14px;
    line-height: 28px;
    color: rgba(255,255,255,0.65);
}
.pro_left h3{
    margin: 20px 0 40px 0;
}
.yhm{
    float: right;
}
.yhm_card{
    position: relative;
    background: url("../img/pro_link.png");
    height: 100px;
    width: 741px;
    font-size: 0;
    margin-bottom: 20px;
}
.yhm_card h3{
    display: inline-block;
    width: 157px;
    text-align: center;
    line-height: 100px;
    font-size: 22px;
    color: #3f6ff6;
}
.yhm_card p{
    display: inline-block;
    padding-left: 30px;
    line-height: 100px;
    font-size: 16px;
    color: #5e6a7f;
}
.yhm_card a{
    width: 100px;
    height: 100px;
    background-image: linear-gradient(90deg,
    #5781f9 0%,
    #3f6ff6 100%),
    linear-gradient(
            #3f6ff6,
            #3f6ff6);
    background-blend-mode: normal,
    normal;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    padding-top: 24px;
}
.banner_api{margin-bottom: 60px}
.banner_api img{
    position: absolute;
    left: 60px;
    top: 35px;
}
.api_form{
    float: left;
    width: 800px;
}
.api_form li{
    margin-bottom: 30px;
    font-size: 0;
}
.api_form li>h3{
    display: inline-block;
    line-height: 40px;
    width: 100px;
    font-size: 16px;
    font-weight: 600;
    vertical-align: middle;
}
.form_t1{
    display: inline-block;
    width: 700px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #e6e9ef;
    vertical-align: middle;
    padding: 0 12px;
}
.api_form li .form_t2{
    display: inline-block;
    width: 335px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #e6e9ef;
    vertical-align: middle;
    padding: 0 12px;
    margin-right: 30px;
}
.api_form li select,.api_form li input{
    height: 100%;
    width: 100%;
    font-size: 14px;
    border: none;
    background: none;
}
.form_choose{
    display: inline-block;
}
.form_choose a{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    background-color: #eef2fe;
    border-radius: 4px;
    color: #5e6a7f;
    vertical-align: middle;
    margin-right: 20px;
    font-size: 14px;
    transition: .25s;
}
.form_choose a.active{
    color: #fff;
    background: #3f6ff6;
}
.form_choose2{
    display: inline-block;
}
.form_choose2 a{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    background-color: #eef2fe;
    border-radius: 4px;
    color: #5e6a7f;
    vertical-align: middle;
    margin-right: 20px;
    font-size: 14px;
    transition: .25s;
}
.form_choose2 a.active{
    color: #fff;
    background: #3f6ff6;
}
.api_btn{
    display: block;
    width: 160px;
    height: 60px;
    line-height: 60px;
    background-image: linear-gradient(90deg,
    #ffcf87 0%,
    #ffbc76 100%),
    linear-gradient(
            #ffffff,
            #ffffff);
    background-blend-mode: normal,
    normal;
    border-radius: 4px;
    margin: 10px 0 30px 100px;
    color: #513a21;
    font-size: 18px;
    cursor: pointer;
}
.api_btn:hover{
    background-image: linear-gradient(90deg,
    #ffbc76 0%,
    #ffbc76 100%),
    linear-gradient(
            #ffffff,
            #ffffff);
    background-blend-mode: normal,
    normal;
}
.form_t3{
    position: relative;
    display: inline-block;
    width: 590px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #e6e9ef;
    padding: 0 110px 0 12px;
    vertical-align: middle;
}
.form_t3 .copy_btn{
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 40px;
    line-height: 40px;
    background-color: #3f6ff6;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
}
.open_btn{
    display: inline-block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #3f6ff6;
    margin-left: 10px;
    font-size: 14px;
    color: #3f6ff6;
    vertical-align: middle;
}
.comment_box{
    width: 700px;
    background-color: #ffffff;
    border: dashed 1px #e6e9ef;
    margin: -20px 0 0 100px;
    padding: 20px 20px 0 20px;
}
.comment_box>p{
    font-size: 14px;
    margin-bottom: 20px;
}
.comment{
    float: left;
    margin: 0 40px 20px 0;
    font-size: 14px;
    vertical-align: middle;
}
.comment>span{
    display: inline-block;
    margin-right: 8px;
    height: 22px;
    padding: 0 10px;
    line-height: 22px;
    background-color: #eef2fe;
    border-radius: 4px;
    color: #3f6ff6;
    vertical-align: middle;
}
.shop_right{
    float: right;
    margin-top: 60px;
}
.related_shop{
    position: relative;
    height: auto;
    padding: 40px 30px 0 30px;
}
.shop_list{
    width: calc(100% + 60px);
    padding: 0 30px;
    margin-left: -30px;
    max-height: 500px;
    overflow-y: auto;
}
/*css主要部分的样式*/
/*定义滚动条宽高及背景，宽高分别对应横竖滚动条的尺寸*/

.shop_list::-webkit-scrollbar {
    width: 6px; /*对垂直流动条有效*/
    height: 6px; /*对水平流动条有效*/
}
/*定义滚动条的轨道颜色、内阴影及圆角*/
.shop_list::-webkit-scrollbar-track{
    background-color: #e6e9ef;
    border-radius: 3px;
}
/*定义滑块颜色、内阴影及圆角*/
.shop_list::-webkit-scrollbar-thumb{
    border-radius: 3px;
    background-color: #3f6ff6;
}
.shop_list li{
    padding-bottom: 20px;
    margin-bottom: 24px;
    border-bottom: 1px solid #e6e9ef;
}
.shop_list li:last-child{
    margin-bottom: 0;
}
.shop_list li>h4{
    position: relative;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    margin-bottom: 16px;
}
.shop_list li>h4>span{
    font-weight: normal;
    font-size: 14px;
    color: #3f6ff6;
}
.shop_list li>h4>a{
    position: absolute;
    right: 0;
}
.shop_list li>p{
    font-size: 13px;
    line-height: 24px;
    color: #5e6a7f;
}
.shop_list li>p>span{
    margin-right: 24px;
}
.shop_list li>.price{
    text-align: right;
    color: #ff6d5a;
    font-size: 14px;
}
.shop_list li>.price>b{font-size: 16px}
.shop_total{
    height: 70px;
    background: #fff;
    line-height: 70px;
}
.shop_total_l{
    float: left;
    font-size: 16px;
    font-weight: 600;
}
.shop_total_r{
    float: right;
    color: #ff6d5a;
    font-size: 14px;
}
.shop_total_r>b{
    font-size: 24px;
}
.shop_left{
    float: left;
}
.form_txt{
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}
.payment_choose{
    display: inline-block;
}
.payment_choose>a{
    display: inline-block;
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    padding: 0 24px 0 20px;
    background-color: #eef2fe;
    border-radius: 4px;
    color: #9bacb9;
    font-weight: 500;
    margin-right: 30px;
    vertical-align: middle;
    transition: .25s;
}
.payment_choose>a>i{
    font-size: 30px;
    vertical-align: middle;
    margin-right: 10px;
    color: #9bacb9;
    font-weight: normal;
}
.payment_choose>a.active{background: #3f6ff6;color: #fff}
.payment_choose>a.active>i{color: #fff}
.yhq_choose{
    display: inline-block;
}
.yhq_choose>a{
    display: inline-block;
    height: 48px;
    width: 130px;
    text-align: right;
    padding-right: 20px;
    line-height: 48px;
    color: #9bacb9;
    font-weight: 500;
    margin-right: 30px;
    vertical-align: middle;
    background: url("../img/yhq_nocheck.png");
    transition: .25s;
}
.yhq_choose>a>span{
    position: relative;
    font-family: Impact;
    font-size: 24px;
}
.yhq_choose>a>span:before{
    content: '¥';
    position: absolute;
    left: -12px;
    top: 4px;
    font-size: 13px;
    line-height: 12px;
    font-family:'';
}
.yhq_choose>a.active{
    background: url("../img/yhq_check.png");
    color: #fff;
}
.agree{
    font-size: 16px;
    margin: 60px 0 0 100px;
    color: #5e6a7f;
}
.agree>a{color: #3f6ff6}
.agree>label{cursor: pointer}
.agree>label>span{
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    border: 1px solid rgba(155, 172, 185, 0.6);
    width: 20px;
    height: 20px;
    border-radius: 10px;
    margin-right: 10px;
    transition: .25s;
}
.agree>label>span.checked{
    background: url("../img/check-circle.png");
    border: none;
}
.user{
    background-image: linear-gradient(0deg, #3f6ff6 13%, #6d91fa 100%);
    background-attachment: fixed;
}
html{height: 100%}
.close_box{
    position: absolute;
    right: 10px;
    top: 10px;
}
.close_box>i{font-size: 24px;color: #b3b9c7}
.close_box>i:hover{color: #3f6ff6}

.user_box{
    position: fixed;
    left: 50%;
    top: 50%;
    width: 400px;
    padding: 30px 30px 40px 30px;
    background: #fff;
    transform: translate(-50%,-50%);
    box-shadow: 0 0 6px 2px rgba(0,0,0,.1);
    border-radius: 6px;
}
.user_box_hide{
    opacity: 0;
    margin-top: 30px;
    z-index: -1;
    transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: margin-top 0.3s;
    -moz-transition: margin-top 0.3s;
    -webkit-transition: margin-top 0.3s;
}
.user_box_show{
    opacity: 1;
    margin-top: 0;
    z-index: 1000;
}
.user_box_logo{
    text-align: center;
    margin-bottom: 30px;
}
.user_input{
    position: relative;
    height: 48px;
    border: 1px solid #e6e9ef;
    border-radius: 4px;
    background: #fff;
    padding: 0 10px 0 40px;
    margin-bottom: 24px;
    font-size: 14px;
}
.user_input>i{
    position: absolute;
    left: 0;
    top: 0;
    line-height: 48px;
    width: 44px;
    text-align: center;
    font-size: 20px;
    color: #5e6a7f;
}
.user_input input{
    height: 100%;
    width: 100%;
    border: none;
    background: none;
    font-size: 14px;
}
.user_btn{
    display: block;
    height: 48px;
    width: 100%;
    background: #3f6ff6;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    transition: .25s;
}
.user_btn:hover{background: #3d6ce3;box-shadow: 0 4px 6px rgba(61, 108, 227, 0.3)}
.user_box .p_l{
    float: left;
    font-size: 14px;
    color: #9bacb9;
    margin-top: 30px;
}
.user_box .p_l>a{color: #3f6ff6}
.user_box .p_l>a:hover{text-decoration: underline}
.user_box .p_r>a{
    float: right;
    font-size: 14px;
    color: #3f6ff6;
    margin-top: 30px;
}
.user_box .p_r>a:hover{text-decoration: underline}
.user_input_right{
    position: absolute;
    height: 44px;
    line-height: 44px;
    right: 10px;
    color: #3f6ff6;
    font-size: 13px;
}
.user_input_right img{
    width: 100px;
    height: 36px;
    margin-top: 5px;
    right: 5px;
}
.contact_float{
    position: fixed;
    right: -1px;
    bottom: 100px;
    width: 56px;
    text-align: center;
    padding: 20px 0;
    color: #3f6ff6;
    background: #fff;
    border: 1px solid #3f6ff6;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    z-index: 10;
    cursor: pointer;
}
.contact_show{
    display: none;
    position: absolute;
    bottom: 0;
    right: 55px;
    width: 200px;
    padding-right: 10px;
}
.contact_show ul{
    border: 1px solid #e6e9ef;
    box-shadow: 0px 8px 8px 0px
    rgba(230, 233, 239, 0.3);
    background: #fff;
    padding: 5px 20px;
}
.contact_show ul li{
    border-bottom: 1px solid #e6e9ef;
    padding: 20px 0;
    text-align: left;
}
.contact_show ul li:last-child{border-bottom: none}
.contact_show ul li>p{
    color: #3e4d5c;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
}
.contact_show ul li>a{
    color: #3f6ff6;
    font-size: 18px;
    font-weight: 600;
}
.shop_cart{
    position: fixed;
    bottom: -1px;
    right: 100px;
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    border: 1px solid #ffffff;
    background: linear-gradient(to left,#3f6ff6,#5781f9);
    color: #fff;
    font-size: 16px;
    border-radius: 4px 4px 0 0;
    z-index: 10;
    transition: 0.25s;
}
.shop_cart>i{
    color: #fff;
    font-size: 20px;
    margin-right: 10px;
}
.shop_cart>span{color: #ff6d5a;font-size: 14px}
.shop_cart:hover{
    height: 56px;
    line-height: 56px;
    padding: 0 24px;
}
.shadow{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 999;
}
.login_line{
    position: relative;
    height: 24px;
    margin: 20px 0 10px 0;
    line-height: 24px;
    font-size: 14px;
    color: #9bacb9;
    text-align: center;
}
.login_line:before{
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    width: 100px;
    background: #e2e7f0;
    left: 0;
    top: 10px;
}
.login_line:after{
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    width: 100px;
    background: #e2e7f0;
    right: 0;
    top: 10px;
}
.login_sub{
    text-align: center;
}
.login_sub>a{
    margin: 0 6px;
}
.fix_right{
    position: fixed;
    right: 10px;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
}
.fix_right_box{
    display: block;
    text-align: center;
    height: 60px;
    width: 60px;
    font-size: 12px;
    letter-spacing: 0;
    border: 1px solid #ffffff;
    background: linear-gradient(to left,#3f6ff6,#5781f9);
    border-radius: 8px;
    position: relative;
    color: #fff;
    cursor: pointer;
    margin: 8px 0;
    font-weight: 300;
    transition: .3s;
}
.fix_right_box>i{
    display: block;
    font-size: 24px;
    color: #ffffff;
    margin: 6px 0 4px 0;
}
.fix_right_box>span>p{
    display: none;
}
.fix_right_box:hover{
    background: linear-gradient(to right,#3f6ff6,#5781f9);
}
.fix_right_box:hover>.fix_right_show{
    display: block;
}
.fix_right_show{
    display: none;
    position: absolute;
    bottom: 0;
    right: 55px;
    width: 200px;
    padding-right: 10px;
}
.fix_right_show>div{
    border: 1px solid #e6e9ef;
    box-shadow: 0px 8px 8px 0px
    rgba(230, 233, 239, 0.3);
    background: #fff;
    padding: 10px 15px;
    text-align: left;
}
.fix_right_show>div>i{
    float: left;
    font-size: 32px;
    line-height: 40px;
    color: #3f6ff6;
    margin-right: 12px;
}
.fix_right_show>div p{
    color: #3e4d5c;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}
.fix_right_show>div a{
    color: #3f6ff6;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}
.show_div{
    display: none;
    position: absolute;
    right: 100%;
    top: -25px;
    padding-right: 10px;
    font-weight: normal;
}
.kf_show{
    width: 260px;
    padding: 0 10px;
    border: 1px solid #e6e9ef;
    box-shadow: 0px 8px 8px 0px
    rgba(230, 233, 239, 0.3);
    background: #fff;
    border-radius: 5px;
}
.kf_show>a{
    display: block;
    height: 80px;
    border-bottom: 1px solid #e5e8ee;
    color: #8798ad;
}
.kf_show>a>i{
    font-size: 32px;
    height: 40px;
    float: left;
    color: #3f6ff6;
    margin: 20px 20px 0 10px;
}
.kf_show>a>p{font-size: 14px;padding-top: 15px;line-height: 24px;text-align: left}
.kf_show>a>p>span{font-size: 16px;color: #3f6ff6;font-weight: 500}
.kf_ewm>img{
    height: 100px;
    margin: 10px 0 5px 0;
}
.kf_ewm>p{
    margin-bottom: 15px;
    font-size: 14px;
    color: #8798ad;
}
.title_icon{
    float: left;
    margin-right: 25px;
}
.title_icon>i{
    font-size: 36px;
    color: #5673ff;
}
.title_txt{
    float: left;
}
.title_txt h3{
    font-size: 22px;
    margin-bottom: 8px;
}
.title_txt p{
    font-size: 14px;
    margin-bottom: 30px;
    color: #767e91;
}
.add_txt{
    position: relative;
    height: 120px;
    font-size: 14px;
    padding: 10px 15px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #e5e5e5;
    margin-bottom: 20px;
}
.add_txt>textarea{
    background: none;
    height: 100%;
    width: 100%;
    border: none;
    resize: none;
}
.add_input{
    position: relative;
    height: 46px;
    font-size: 14px;
    padding: 0 15px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #e5e5e5;
    margin-bottom: 20px;
}
.add_input>input{
    background: none;
    height: 100%;
    width: 100%;
    border: none;
}
.add_input>select{
    background: none;
    height: 100%;
    width: 100%;
    border: none;
}
.add_btn{
    display: block;
    margin-top: 30px;
    width: 100%;
    height: 56px;
    background-color: #5673ff;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}
.none{
    margin: 40px 0 120px 0;
    text-align: center;
}
.none>p{
    font-size: 18px;
    margin: 30px 0;
    color: #8798ad;
}
.none>a{
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0 20px;
    color: #fff;
    background: #3f6ff6;
    font-size: 14px;
}
.none>a:hover{background: #3b68e7}
.user_center{
    position: relative;
    font-size: 14px;
    width: auto;
    padding: 0 10px;
    z-index: 999;
}
.user_center>i{
    margin-right: 5px;
}
.user_list{
    display: none;
    position: absolute;
    top: 35px;
    right: 0;
    width: 220px;
    background-color: #ffffff;
    box-shadow: 0px 0px 8px 0px rgba(230, 233, 239, 0.3);
    border: solid 1px #e6e9ef;
    text-align: left;
    color: #2e384d;
}
.user_list_d1{
    position: relative;
    padding: 10px 15px;
    background: #f7faff;
    font-size: 14px;
    line-height: 20px;
}
.user_list_d1>h3{
    font-size: 14px;
    line-height: 20px;
}
.user_list_d1>p{
    font-size: 12px;
    color: #8798ad;
    line-height: 20px;
}
.user_list_d1 .rz{
    position: absolute;
    right: 15px;
    top: 15px;
    padding: 2px 6px;
    font-size: 12px;
}
.user_list_d1 .rz.rz1{
    color: #05caae;
    background: rgba(5, 202, 174, 0.2);
}
.user_list_d1 .rz.rz2{
    color: #ff6d5a;
    background: rgba(255, 109, 90, 0.2);
}
.user_list_d2{
    padding: 10px 15px;
}
.user_list_d2 li{
    position: relative;
    display: block;
    line-height: 36px;
    text-align: left;
    color: #2e384d !important;
    font-size: 13px;
}
.user_list_d2 li a {
    text-align: left;
    color: #2e384d;
    display: block;
}
.user_list_d2 li a:hover {
    color: #3f6ff6;
}
.user_list_d2 li .cz_btn{
    display: inline-block;
    height: 24px;
    line-height: 22px;
    padding: 0 10px;
    color: #ffaa2e;
    border: 1px solid #ffaa2e;
    margin-left: 15px;
}
.user_list_d2 li .cz_btn:hover{background: #ffaa2e;color: #ffffff}
.user_list_d2 li>span{
    position: absolute;
    right: 0;
    font-size: 14px;
    color: #8798ad;
}
.user_list_d2 li .circle{
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    height: 22px;
    min-width: 22px;
    line-height: 22px;
    border-radius: 11px;
    color: #fff !important;
    font-size: 12px;
    background: #ff6d5a;
    margin-top: 6px;
    transition: .25s;
    text-align: center;
}
.user_list_d2 li .circle:hover{
    margin-top: 4px;
}
.out_btn{
    display: block;
    padding: 0 15px;
    color: #8798ad;
    border-top: 1px solid #e4e8f0;
    font-size: 13px;
}
.out_btn:hover{
    color: #ff6d5a;
}
.d_left{
    float: left;
    font-size: 14px;
    line-height: 32px;
    color: #9bacb9;
    margin-bottom: 20px;
}
.d_right{
    float: right;
    font-size: 14px;
    line-height: 32px;
    color: #5e6a7f;
}
.d_right .http_user{
    border: none;
    border-bottom: 1px solid #e6e9ef;
    width: 160px;
    height: 32px;
    font-size: 14px;
    padding: 0 10px;
    text-align: right;
}
.add_btn{
    float: left;
    width: calc(50% - 10px);
}
.cancel_btn{
    float: right;
    display: block;
    margin-top: 30px;
    width: calc(50% - 10px);
    height: 56px;
    background-color: #fff;
    border: 1px solid #3f6ff6;
    border-radius: 4px;
    color: #3f6ff6;
    font-size: 18px;
    cursor: pointer;
    transition: .2s;
}

.agree_p{
    font-size: 14px;
    margin: 20px 0 15px 0;
    color: #767e91;
}
.agree_p a{
    color: #5673ff;
}
.agree_radio{
    display: inline-block;
    margin-right: 10px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    background-color: #ffffff;
    border: solid 2px #e5e8ee;
    transition: .2s;
}
.agree_radio img {
    padding-bottom: 3px;
}
.agree_radio.active{
    background: #5673ff;
    border-color: #5673ff;
}

.agree_lab{
    cursor: pointer;
}
.mask{
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(48, 55, 83, 0.6);
}
.modal{
    position: fixed;
    width: 400px;
    max-height: calc(100% - 80px);
    padding: 30px 40px;
    background: #fff;
    opacity: 0;
    left: 50%;
    top: 65%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 8px;
    transition: .3s;
    z-index: -1;
    overflow-y: auto;
    overflow-style: revert;
}
.modal::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 8px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}
.modal::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}
.modal::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}
.modal_show{
    top: 50%;
    opacity: 1;
    z-index: 1001;
}
.big_modal{
    width: 800px;
}
.bottom_btn{
    display: block;
    width: 160px;
    height: 48px;
    line-height: 48px;
    border-radius: 4px;
    font-size: 18px;
    background: #fff;
}
.btn_right{
    float: right;
    border: 1px solid #5673ff;
    background: #5673ff;
    color: #fff;
}
.close{
    background: url("../img/close_icon.png");
    height: 16px;
    width: 16px;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}
.service_show{
    position: fixed;
    z-index: 1000;
    background: url("../img/service.png");
    height: 320px;
    width: 600px;
    left: 50%;
    top: 50%;
    margin-left: -300px;
    margin-top: -160px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}
.service_show .btns{
    position: absolute;
    left: 290px;
    bottom: 25px;
}
.service_show .btns a{margin-right: 20px;position: relative}
.zc_hot{
    position: absolute;
    left: -3px;
    top: -30px;
    animation-delay: 4s;
    animation-iteration-count:infinite;
}
.service_close{
    position: absolute;
    right: 15px;
    top: 15px;
}

.index_t_act{
    position: relative;
    background: url("../../../activity/1212/img/index_top_banner.png") center no-repeat;
    background-size: 100% 100%;
    height: 55px;
}
.index_t_act_a1{
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.index_t_act_a2{
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 2;
}
.index_r_act{
    position: fixed;
    left: 10px;
    top: 50%;
    background: url("../img/index_r_act.png");
    height: 300px;
    width: 200px;
    z-index: 1;
    margin-top: -150px;
}
.index_r_act>a{
    display: block;
    width: 100%;
    height: 100%;
}

.fix_right_box_cart{
    display: block;
    position: relative;
    height: 80px;
    width: 80px;
    margin-left: -20px;
    font-size: 14px;
    background-image: linear-gradient(
            0deg
            , #ff6d5a 0%, #ffbc76 100%), linear-gradient( #ffffff, #ffffff);
}
.fix_right_box_cart:hover{
    background-image: linear-gradient(
            0deg
            , #ffbc76 0%, #ff6d5a 100%), linear-gradient( #ffffff, #ffffff);
}
.fix_right_box_cart i{
    font-size: 36px;
}
.fix_right_box_cart>span{
    position: absolute;
    left: 44px;
    top: 4px;
    background: #f85944;
    display: inline-block;
    line-height: 18px;
    padding: 0 6px;
    color: #fff;
    border-radius: 9px;
}

.nav_list{
    padding: 30px 30px 10px 30px;
}
.pro_cards ul a{
    text-align: left;
    color: #3e4d5c;
}
.new-part2 ul a{
    color: #3e4d5c;
}
.pro_cards li{
    float: left;
    width: calc(25% - 20px);
    margin: 0 20px 20px 0;
    padding: 20px;
    background-image: linear-gradient(0deg,
    #ffffff 0%,
    #f1f3fb 100%);
    box-shadow: 0px 8px 8px 0px
    rgba(228, 231, 238, 0.35);
    border-radius: 4px;
    border: solid 2px #ffffff;
    cursor: pointer;
    transition: .25s;
}
.pro_cards li:hover{
    background-image: none;
    background-color: #3f6ff6;
    box-shadow: 0px 8px 8px 0px
    rgba(228, 231, 238, 0.35),
    inset 6px 6px 25px 0px
    rgba(228, 231, 238, 0.35);
    border-color: transparent;
}
.pro_cards li:nth-child(4n){
    margin-right: 0;
}
.pro_cards li h3{
    font-size: 16px;
    margin-bottom: 20px;
}
.pro_cards li p{
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #9bacb9;
}
.pro_cards li:hover h3{
    color: #ffffff;
}
.pro_cards li:hover p{
    color: rgba(255,255,255,0.8);
}
.pro_cards li h3 .rec {
    margin-left: 10px;
    padding: 4px 6px;
    background: #f1593d;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
}
.new-part1{
    height: 460px;
    background: #3f6ff6;
}
.new-part1-pic1{
    padding: 80px 0 40px 0;
}
.new-part1 p{
    font-size: 16px;
    line-height: 30px;
    color: rgba(255,255,255,0.65);
    margin-bottom: 48px;
}
.new-part1 a{
    display: block;
    width: 120px;
    line-height: 40px;
    border-radius: 4px;
    border: solid 1px rgba(255,255,255,0.65);
    color: #fff;
}
.new-part1-pic2{
    position: absolute;
    right: 100px;
    top: 0;
}
.new-part2{
    margin-top: -60px;
}
.new-part2 ul{
    float: left;
}
.new-part2 li{
    float: left;
    margin-right: 20px;
    padding: 16px 24px;
    width: 240px;
    height: 120px;
    background-image: linear-gradient(0deg,
    #ffffff 0%,
    #f1f3fb 100%);
    box-shadow: 0px 8px 8px 0px
    rgba(228, 231, 238, 0.35);
    border-radius: 4px;
    border: solid 2px #ffffff;
    transition: .25s;
    cursor: pointer;
}
.new-part2 li:hover{
    margin-top: -4px;
}
.new-part2 li h3{
    font-size: 22px;
    margin-bottom: 10px;
}
.new-part2 li h3 img{
    margin-right: 10px;
    vertical-align: middle;
}
.new-part2 li p{
    font-size: 14px;
    line-height: 20px;
    color: #9bacb9;
}
.new-part2-http{
    display: block;
    text-align: left;
    float: right;
    padding: 25px 0 0 32px;
    height: 120px;
    width: 620px;
    background-color: #16dfad;
    box-shadow: 0px 8px 8px 0px
    rgba(21, 219, 148, 0.3);
    border-radius: 4px;
    background-image: url("../img/new/gift.png");
    transition: .25s;
}
.new-part2-http:hover{
    margin-top: -4px;
}
.new-title{
    text-align: center;
    padding: 80px 0 60px 0;
}
.new-title h1{
    font-size: 30px;
}
.new-title p{
    color: #9bacb9;
    font-size: 14px;
    margin-top: 12px;
}
.new-part3{
    padding-bottom: 80px;
}
.new-part3-left{
    float: left;
    width: 400px;
    height: 260px;
    background-color: #e0edff;
    box-shadow: 0px 8px 8px 0px
    rgba(228, 231, 238, 0.35);
    border-radius: 10px;
    padding: 36px 30px;
    background-image: url("../img/new/bigdata.png");
    background-repeat: no-repeat;
    background-position: right bottom;
}
.new-part3-left .p1{
    font-size: 24px;
    margin-bottom: 24px;
    color: #3f6ff6;
}
.new-part3-left .p2{
    font-size: 14px;
    line-height: 24px;
    width: 65%;
    margin-bottom: 24px;
}
.new-part3-left a{
    display: block;
    width: 80px;
    line-height: 32px;
    background-color: #3f6ff6;
    border-radius: 4px;
    color: #ffffff;
    font-size: 14px;
}
.new-part3-right{
    float: left;
    width: calc(100% - 400px);
}
.new-part3-right li{
    position: relative;
    float: left;
    margin: 0 0 20px 20px;
    padding: 32px 0 0 120px;
    width: 480px;
    height: 120px;
    background-color: #ffffff;
    box-shadow: 0px 8px 8px 0px
    rgba(228, 231, 238, 0.35),
    inset 6px 6px 25px 0px
    rgba(228, 231, 238, 0.35);
    border-radius: 10px;
    transition: .25s;
}
.new-part3-right li:hover{
    background-color: #3f6ff6;
    box-shadow: 0px 8px 8px 0px
    rgba(228, 231, 238, 0.35),
    inset 6px 6px 25px 0px
    rgba(228, 231, 238, 0.35);
    background-image: url("../img/bg_cube.png");
    background-position: right bottom;
    background-repeat: no-repeat;
}
.new-part3-right li h3{
    font-size: 18px;
    margin-bottom: 20px;
}
.new-part3-right li p{
    font-size: 14px;
    color: #9bacb9;
}
.new-part3-right li img{
    position: absolute;
    left: 40px;
    top: 40px;
}
.new-part3-right li:hover h3{
    color: #ffffff;
}
.new-part3-right li:hover p{
    color: #ffffff;
}
.new-part4{
    background: url("../img/new/use-new-bg.png") no-repeat center;
    height: 540px;
    background-size: cover;
    padding-top: -20px;
}
.new-part4 .new-title{
    padding-top: 60px;
}
.new-part4 li{
    position: relative;
    float: left;
    padding: 32px 0 0 120px;
    margin: 0 40px 40px 0;
    width: 440px;
    height: 120px;
    background-image: linear-gradient(0deg,
    #ffffff 0%,
    #f1f3fb 100%);
    box-shadow: 0px 8px 8px 0px
    rgba(228, 231, 238, 0.35);
    border-radius: 4px;
    border: solid 2px #ffffff;
    transition: .25s;
}
.new-part4 li:nth-child(3n){
    margin-right: 0;
}
.new-part4 li h3{
    font-size: 18px;
    margin-bottom: 20px;
}
.new-part4 li p{
    font-size: 14px;
    color: #9bacb9;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.new-part4 li img{
    position: absolute;
    left: 24px;
    top: 24px;
}
.data-new-card{
    position: absolute;
    right: 0;
    top: 100px;
    background: url("../img/new/date-new-bg1.png");
    height: 400px;
    width: 240px;
    border-radius: 10px;
    box-shadow: 0px 8px 8px 0px
    rgba(228, 231, 238, 0.35);
    padding: 40px 30px;
}
.data-new-card li{
    margin-bottom: 60px;
}
.data-new-card li h3{
    color: #fff;
    font-size: 18px;
    margin-bottom: 18px;
}
.data-new-card li p{
    font-size: 14px;
    color: rgba(255,255,255,0.6);
}
.new-part6{
    background: url("../img/new/date-new-bg2.jpg") no-repeat center;
    background-size: cover;
    height: 120px;
}
.new-part6 li{
    float: left;
    width: 20%;
    text-align: center;
}
.new-part6 li p{
    color: rgba(255,255,255,0.6);
    padding: 30px 0 16px 0;
}
.new-part6 li h1{
    font-size: 30px;
    color: #ffffff;
}
.new-part7-logo{
    width: 1100px;
    margin: 0 auto 80px auto;
}
.new-part7-logo li{
    width: 20%;
    height: 110px;
    line-height: 110px;
    text-align: center;
    float: left;
    border-right: 1px solid #e4e7ee;
    border-bottom: 1px solid #e4e7ee;
}
.new-part7-logo li:nth-child(5n){
    border-right: 0;
}
.new-part7-logo li:nth-child(n+11){
    border-bottom: 0;
}
.new-part7-logo li img{
    vertical-align: middle;
}
.new-part7-logo li:hover{
    box-shadow: 0px 8px 8px 0px
    rgba(228, 231, 238, 0.35);
}
.new-part8{
    background: url("../img/new/news-new-bg.jpg") no-repeat center;
    height: 530px;
    margin-bottom: -100px;
}
.new-title-left{
    padding: 60px 0 40px 0;
}
.new-title-left h1{
    font-size: 30px;
    margin-bottom: 12px;
}
.new-title-left p{
    font-size: 14px;
    color: #9bacb9;
    margin-bottom: 20px;
}
.new-title-left a{
    display: block;
    width: 80px;
    line-height: 32px;
    background-color: #3f6ff6;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
}
.new-part8-card{
    height: 240px;
    background-image: linear-gradient(0deg,
    #ffffff 0%,
    #f1f3fb 100%);
    box-shadow: 0px 8px 8px 0px
    rgba(228, 231, 238, 0.35);
    border-radius: 4px;
    border: solid 2px #ffffff;
    padding: 30px 20px;
}
.new-part8-card li{
    float: left;
    width: 33.3%;
    padding: 0 20px;
}
.new-part8-card li h3{
    font-size: 18px;
    margin-bottom: 24px;
}
.new-part8-card li h3 img{
    vertical-align: middle;
    margin-right: 15px;
    height: 32px;
}
.new-part8-card li p{
    line-height: 32px;
    font-size: 14px;
    color: #5e6a7f;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.new-part8-card li p a{
    color: #5e6a7f;
}
.new-part8-card li p a:hover{
    color: #3f6ff6;
}
/* VPS购买页面 */
.resetBtn {
    margin-left: 6px;
    color: #1890ff;
    font-size: 14px;
}