body {
    background-color: #F6F7F9;
}

.ser_banner {
    width: 100%;
    height: 470px;
    background:#6592FA url(img/server/server-bg.png) no-repeat center center;
    background-size: auto 100%;
}
.banner_1{
    padding-top: 53px;
    width: 366px;
    height: 69px;
}
.banner_2{
    margin-top: 12px;
    font-size: 30px;
    color: #FFFFFF;
}
.banner_3{
    font-size: 12px;
    color: rgba(255, 255, 255, .6);
    line-height: 11px;
    background: url(img/server/ser-banner-2.png) no-repeat left top;
    background-size: 144px 2px;
    padding-top: 7px;
    margin-top: 38px;
}
.banner_4{
    margin-top: 40px;
}
.banner_4 .p_a{
    float: left;
    margin-right: 50px;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
    padding-left: 21px;
    background: url(img/ico-banner-right.png) no-repeat left center;
    background-size: 16px 16px;
}
.ser_top {
    margin-top: -160px;
}

.top_l {
    padding-top: 20px;
    width: 799px;
    height: 479px;
    background-color: #fff;
    box-shadow: 0px 6px 10px rgba(232, 235, 238, 0.57);
}

.top_l .l_item {
    position: relative;
    padding: 20px;
    width: 370px;
    height: 210px;
    background: rgba(56, 134, 251, .1);
    margin-left: 20px;
    margin-bottom: 20px;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

.top_l .l_item .p_a {
    font-size: 24px;
    line-height: 31px;
    color: #181C29;
}

.top_l .l_item .p_b {
    font-size: 18px;
    line-height: 24px;
    color: #FF6521;
    margin: 10px 0;
}

.top_l .l_item .p_c {
    font-size: 12px;
    line-height: 18px;
    color: #828897;
    width: 66%;
}

.top_l .l_item .l_btn {
    margin-top: 18px;
}

.top_l .l_item .l_btn .btn_same {
    width: 160px;
    height: 40px;
    line-height: 38px;
    background: #3A62C8;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    border: 1px solid #3A62C8;
    cursor: pointer;
}

.top_l .l_item .l_btn .btn_same.btn_b {
    color: #3A62C8;
    border: 1px solid #3A62C8;
    background-color: transparent;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}
.top_l .l_item .l_btn .btn_same.btn_b:hover{
    background-color: #3A62C8;
    color: #fff;
}

.top_l .l_item_a .l_btn .btn_same {
    background: #FF6521;
    border-color: #FF6521;
}

.top_l .l_item_a .l_btn .btn_same.btn_b {
    color: #FF6521;
    border: 1px solid #FF6521;
    background-color: transparent;
}
.top_l .l_item_a .l_btn .btn_same.btn_b:hover{
    color: #fff;
    background-color: #FF6521;
}
.top_l .l_item .l_item_i {
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-block;
    width: 126px;
    height: 126px;
    -webkit-animation: icons_anim_end 0.6s steps(20) both;
    animation: icons_anim_end 0.6s steps(20) both;
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.top_l .l_item_a .l_item_i {
    background-image: url(img/sy/fw-ico-212.png);
}

.top_l .l_item_b .l_item_i {
    background-image: url(img/sy/fw-ico-211.png);
}

.top_l .l_item_c .l_item_i {
    background-image: url(img/sy/fw-ico-213.png);
}

.top_l .l_item_d .l_item_i {
    background-image: url(img/sy/fw-ico-214.png);
}

@-webkit-keyframes icons_anim_start {
    0% {
        background-position-y: 0;
    }

    100% {
        background-position-y: -2520px;
    }
}

@keyframes icons_anim_start {
    0% {
        background-position-y: 0;
    }

    100% {
        background-position-y: -2520px;
    }
}

@-webkit-keyframes icons_anim_end {
    0% {
        background-position-y: -2520px;
    }

    100% {
        background-position-y: 0;
    }
}

@keyframes icons_anim_end {
    0% {
        background-position-y: -2520px;
    }

    100% {
        background-position-y: 0;
    }
}

.top_l .l_item:hover .l_item_i{
    -webkit-animation: icons_anim_start 0.6s steps(20) both;
    animation: icons_anim_start 0.6s steps(20) both;
}


.top_r {
    margin-top: 81px;
    padding: 20px;
    width: 392px;
    height: 398px;
    background: #fff;
    box-shadow: 0px 6px 10px rgba(232, 235, 238, 0.57);
}

.top_r .r_head {
    position: relative;
    width: 352px;
    height: 264px;
}
.top_r .r_head .mask{
    position: absolute;
    z-index: 2;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(img/server/ico-video.png) no-repeat center center;
    background-size: 100%;
}
.top_r .r_head .mask:after{
    position: absolute;
    content:"";
    left: 50%;
    top: 50%;
    width: 66px;
    height: 66px;
    margin-left: -33px;
    margin-top: -33px;
    background: url(img/server/ico-play.png) no-repeat center center;
    background-size: 66px 66px;
    cursor: pointer;
    animation: mymove 1s infinite alternate;
    transition: all .2s linear;
}
@keyframes mymove {
    from {
        transform: scale(1.05)
    }

    to {
        transform: scale(1)
    }
}
.top_r .p_a {
    text-align: center;
    font-size: 24px;
    line-height: 31px;
    color: #3A62C8;
    margin: 20px 0 14px;
}

.top_r .p_b {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #828897;
    margin: 0 auto;
}

.common_tit {
    text-align: center;
    padding: 50px 0 30px;
}

.common_tit .tit_a {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    color: #181C29;
}

.common_tit .tit_a span {
    position: relative;
    display: inline-block;
}

.common_tit .tit_b {
    margin-top: 10px;
    line-height: 20px;
    color: #828897;
}

.common_tit .tit_a span:before {
    display: inline-block;
    width: 45px;
    height: 20px;
    content: "";
    position: absolute;
    left: -70px;
    top: 10px;
    background: url(img/server/same-tit-l.png) no-repeat center center;
    background-size: 45px 20px;
}

.common_tit .tit_a span:after {
    display: inline-block;
    width: 45px;
    height: 20px;
    content: "";
    position: absolute;
    right: -70px;
    top: 10px;
    background: url(img/server/same-tit-r.png) no-repeat center center;
    background-size: 45px 20px;
}

.ser_vs {
    padding-bottom: 50px;
}

.ser_vs .vs_item {
    position: relative;
    width: 392px;
    height: 474px;
    padding: 20px 30px 30px;
    background: #fff;
    box-shadow: 0px 0px 10px #E8EBEE;
    margin-left: 12px;
    background: linear-gradient(180deg, rgba(109, 168, 255, .51) 0%, rgba(76, 149, 254, 0) 20%);
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}
.ser_vs .vs_item:hover{
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
    box-shadow: 0 2px 5px 0 rgb(157 170 197 / 27%);
}

.vs_item:first-child {
    margin-left: 0;
}

.vs_item .h_a {
    font-size: 24px;
    line-height: 31px;
    color: #181C29;
}

.vs_item .h_b {
    font-size: 12px;
    margin-top: 10px;
    line-height: 20px;
    color: #828897;
}

.vs_item .vs_h {
    padding-top: 9px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.vs_item .icon {
    position: absolute;
    top: 20px;
    right: 30px;
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(img/server/ico-vs-1.png) no-repeat center center;
    background-size: 50px 50px;
}

.vs_item:first-child+.vs_item .icon {
    background: url(img/server/ico-vs-2.png) no-repeat center center;
    background-size: 50px 50px;
}

.vs_item:first-child+.vs_item+.vs_item .icon {
    background: url(img/server/ico-vs-3.png) no-repeat center center;
    background-size: 50px 50px;
}

.vs_item .vs_m {
    margin-top: 5px;
}

.vs_item .m_info {
    padding-left: 18px;
    padding-top: 20px;
}

.vs_item .m_info .m_a {
    position: relative;
    font-weight: bold;
    line-height: 19px;
    color: #4D5260;
}

.vs_item .m_info .m_a:before {
    display: inline-block;
    content: "";
    position: absolute;
    left: -18px;
    top: 8px;
    width: 6px;
    height: 6px;
    background: rgba(56, 134, 251, 0.39);
    border-radius: 50%;
    opacity: 0.5;
}

.vs_item .m_info .m_b {
    font-size: 12px;
    margin-top: 8px;
    line-height: 16px;
    color: #828897;
}

.vs_item .ser_btn {
    display: block;
    width: 128px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #3A62C8;
    color: #fff;
    border-radius: 4px;
    margin-top: 30px;
    cursor: pointer;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}
.vs_item .ser_btn:hover{
    background-color: #4675ef;
}

.ser_flow {
    width: 100%;
    height: 564px;
    background: url(img/server/ico-flow-bg.png) no-repeat center center;
    background-size: 100% 564px;
}

.ser_flow .common_tit .tit_a,
.ser_flow .common_tit .tit_b {
    color: #fff;
}

.ser_flow .common_tit .tit_a span:before {
    display: inline-block;
    width: 45px;
    height: 20px;
    content: "";
    position: absolute;
    left: -70px;
    top: 10px;
    background: url(img/server/same-tit-l0.png) no-repeat center center;
    background-size: 45px 20px;
}

.ser_flow .common_tit .tit_a span:after {
    display: inline-block;
    width: 45px;
    height: 20px;
    content: "";
    position: absolute;
    right: -70px;
    top: 10px;
    background: url(img/server/same-tit-r0.png) no-repeat center center;
    background-size: 45px 20px;
}

.ser_wh .common_tit .tit_a span:before {
    display: inline-block;
    width: 45px;
    height: 20px;
    content: "";
    position: absolute;
    left: -70px;
    top: 10px;
    background: url(img/server/same-tit-l0.png) no-repeat center center;
    background-size: 45px 20px;
}

.ser_wh .common_tit .tit_a span:after {
    display: inline-block;
    width: 45px;
    height: 20px;
    content: "";
    position: absolute;
    right: -70px;
    top: 10px;
    background: url(img/server/same-tit-r0.png) no-repeat center center;
    background-size: 45px 20px;
}

.flow_list .flow_ul {
    padding-bottom: 23px;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.flow_list .li_item {
    position: relative;
    float: left;
    font-size: 24px;
    line-height: 31px;
    color: #FFFFFF;
    padding-left: 154px;
}

.flow_list .li_item span {
    position: relative;
    cursor: pointer;
}

.flow_list .li_item:before {
    display: inline-block;
    width: 22px;
    height: 22px;
    content: "";
    background: url(img/server/ico-flow-arrow.png) no-repeat center center;
    background-size: 22px 22px;
    left: 66px;
    top: 4px;
    position: absolute;
}

.flow_list .li_item span.on:after {
    position: absolute;
    bottom: -23px;
    left: -45px;
    display: inline-block;
    content: "";
    width: 247px;
    height: 3px;
    background: linear-gradient(116deg, #6DA8FF 0%, #4C95FE 100%);
}

.flow_list .li_item span.on:before {
    position: absolute;
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 8px solid #4C95FE;
    bottom: -20px;
    left: 50%;
}

.flow_list .li_item:first-child+.li_item span.on:after {
    left: -3px;

}

.flow_list .li_item:first-child+.li_item+.li_item span.on:after {
    left: 6px;

}

.flow_list .li_item:first-child {
    padding-left: 120px;
}

.flow_list .li_item:first-child:before {
    content: none;
}

.flow_con {
    width: 100%;
    height: 389px;
    margin-top: 22px;
    background: #fff;
    position: relative;
    margin-bottom: -50px;
}

.flow_con .con_h {
    font-size: 18px;
    text-align: center;
    padding: 30px 0;
    line-height: 24px;
    color: #828897;
}

.flow_con .con_m {
    padding: 0 130px;
}

.flow_con .m_item {
    position: relative;
    width: 180px;
    text-align: center;
    margin-left: 200px;
}

.flow_con .m_item:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background: url(img/server/ico-flow-dot.png) no-repeat center center;
    background-size: 50px 50px;
    left: -120px;
    top: 44px;
}

.flow_con .m_item:first-child {
    margin-left: 0;
}

.flow_con .m_item:first-child:before {
    content: none;
}

.flow_con .m_item .m_a {
    width: 120px;
    height: 120px;
    text-align: center;
    margin: 0 auto;
    border: 1px dashed #3A62C8;
    border-radius: 50%;
    background: url(img/server/ico-flow-1.png) no-repeat center center;
    background-size: 60px 60px;
}

.flow_con .m_item:first-child+.m_item .m_a {
    background: url(img/server/ico-flow-2.png) no-repeat center center;
    background-size: 60px 60px;
}

.flow_con .m_item:first-child+.m_item+.m_item .m_a {
    background: url(img/server/ico-flow-3.png) no-repeat center center;
    background-size: 60px 60px;
}

.flow_con .m_b {
    font-size: 18px;
    line-height: 24px;
    color: #181C29;
    padding: 16px 0 10px;
}

.flow_con .m_c {
    line-height: 20px;
    color: #BBBFC9;
}

.flow_con .flow_btn {
    display: block;
    text-align: center;
    margin: 30px auto 0;
    width: 150px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    background: #3A62C8;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}
.flow_con .flow_btn_2{
    margin-top: 36px;
}
.flow_con .flow_btn_3{
    margin-top: 50px;
}
.flow_con .flow_btn:hover{
    background-color: #4675ef;
}

.ser_sc {
    padding-bottom: 50px;
}

.ser_sc .common_tit {
    padding-top: 100px;
}

.sc_list {
    height: 335px;
    padding-top: 65px;
    background-color: #fff;
}

.sc_1 {
    margin-bottom: 40px;
    margin-left: 74px;
}

.sc_1 .sc_1_item {
    position: relative;
    width: 114px;
    text-align: center;
    margin-left: 70px;
}

.sc_1 .sc_1_item:before {
    display: inline-block;
    width: 22px;
    height: 22px;
    content: "";
    background: url(img/server/ico-flow-arrow.png) no-repeat center center;
    background-size: 22px 22px;
    left: -55px;
    top: 30px;
    position: absolute;
}

.sc_1 .sc_1_item:first-child {
    margin-left: 0;
}

.sc_1 .sc_1_item:first-child:before {
    content: none;
}

.sc_1_a {
    width: 80px;
    height: 80px;
    background: linear-gradient(180deg, #5D89E7 0%, #8EBDFF 100%);
    border-radius: 50%;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 80px;
    text-align: center;
    margin: 0 auto;
}

.sc_1_b {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #828897;
    text-align: center;
}

.sc_2 {
    position: relative;
}

.sc_2_item {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    line-height: 21px;
    color: #4D5260;
    margin-left: 107px;
    padding-top: 28px;
}

.sc_2_item:first-child {
    margin-left: 40px;
}

.sc_2_item:before {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    width: 13px;
    height: 13px;
    background: rgba(255, 255, 255, 0.39);
    border: 3px solid #FF6521;
    border-radius: 50%;
    box-sizing: border-box;
    margin-left: -6px;
    z-index: 2;
}

.sc_2_item:after {
    position: absolute;
    content: "";
    height: 4px;
    background-color: #F2F4F8;
    top: 5px;
    width: 180px;
    left: 38px;
    z-index: 1;
}

.sc_2_item.next:after {
    width: 144px;
}

.sc_2_item.last:after {
    content: none;
}

.sc_btn {
    display: block;
    width: 150px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #3A62C8;
    color: #fff;
    border-radius: 4px;
    margin: 30px auto 0;
    cursor: pointer;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}
.sc_btn:hover{
    background-color: #4675ef;
}

.ser_wh .common_tit .tit_a,
.ser_wh .common_tit .tit_b {
    color: #fff;
}

.ser_wh {
    width: 100%;
    height: 475px;
    background: url(img/server/ico-wh-bg.png) no-repeat center center;
    background-size: 100% 475px;
}

.wh_item {
    position: relative;
    width: 278px;
    height: 270px;
    text-align: center;
    background-color: #fff;
    margin-left: 29px;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    box-shadow: 0 2px 5px 0 rgb(157 170 197 / 27%);
}

.wh_item:hover {
    transform: translateY(-6px);
}

.wh_item:first-child {
    margin-left: 0;
}

.wh_item .wh_img {
    width: 70px;
    height: 70px;
    margin: 50px auto 20px;
    text-align: center;
}

.wh_item .wh_img img {
    width: 100%;
    height: 100%;
}

.wh_item .p_a {
    font-size: 24px;
    line-height: 31px;
    color: #181C29;
}

.wh_item .p_b {
    font-size: 14px;
    margin-top: 10px;
    line-height: 20px;
    color: #828897;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    opacity: 1;
}

.wh_item .wh_btn {
    position: absolute;
    left: 50%;
    bottom: 50px;
    margin-left: -64px;
    width: 128px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    background-color: #3a62c8;
    border-radius: 4px;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    opacity: 0;
    display: block;
    cursor: pointer;
}

.wh_item .wh_btn:hover {
    background-color: #4675ef;
}

.wh_item:hover .p_b {
    opacity: 0;
}

.wh_item:hover .wh_btn {
    opacity: 1;
}

.ser_que {
    padding-bottom: 50px;
}



.que_list .que_item {
    width: 33.3%;
    padding: 0 30px;
}

.que_list .que_item .que_a {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    color: #181C29;
    cursor: pointer;
    margin-top: 30px;
    padding-left: 28px;
    background: url(img/server/ico-que-1.png) no-repeat left center;
    background-size: 18px 18px;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.que_list .que_item .que_a:first-child {
    margin-top: 0;
}

.que_list .que_item .que_a:hover {
    color: #3A62C8;
    -webkit-transform: translateX(6px);
    -moz-transform: translateX(6px);
    -ms-transform: translateX(6px);
    -o-transform: translateX(6px);
    transform: translateX(6px);
}

.que_list .que_item:first-child+.que_item {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}














.que_ask {
    margin-top: 20px;
}

.que_ask .ask_same {
    position: relative;
    width: 590px;
    height: 116px;
    background: url(img/server/ico-que-bg-1.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 30px 0 0 60px;
}

.que_ask .ask_same .p_a {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    color: #FFFFFF;
}

.que_ask .ask_same .p_b {
    font-size: 12px;
    margin-top: 13px;
    line-height: 16px;
    color: #D6D8DE;
}

.que_ask .ask_btn {
    position: absolute;
    right: 30px;
    top: 40px;
    display: block;
    width: 109px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #7EA2FF;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.que_ask .ask_r .ask_btn {
    background: #FF976A;
}

.que_ask .ask_btn:hover{
    background: #517ef3;
}
.que_ask .ask_r .ask_btn:hover{
    background: #e98e66;
}
.ser_gw {
    display: none;
    background-color: #fff;
    padding-bottom: 50px;
}

.ser_gw .gw_item {
    position: relative;
    width: 232px;
    margin-left: 10px;
    position: relative;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}
.ser_gw .gw_item:hover{
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
    box-shadow: 0 2px 5px 0 rgb(157 170 197 / 27%);
}
.ser_gw .gw_item:hover .gw_img .gw_btn{
    display: block;
}
.ser_gw .gw_item:first-child {
    margin-left: 0;
}

.ser_gw .gw_item .gw_img {
    position: relative;
    width: 232px;
    height: 232px;
}

.ser_gw .gw_item .gw_img .gw_btn {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 11;
    margin: 0 auto 0;
    text-align: center;
    padding-top: 90px;
}

.ser_gw .gw_item .gw_img .span_btn {
    display: block;
    width: 97px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #fff;
    border-radius: 4px;
    z-index: 12;
    margin: 0 auto 12px;
    cursor: pointer;
}

.ser_gw .gw_item .gw_img .span_btn:hover {
    background-color: #3a62c8;
    color: #fff;
}

.ser_gw .gw_item .gw_img .head_pop_btn:hover {
    background-color: #5ccc5b;
    color: #fff;
}


.ser_gw .gw_item .gw_img img {
    width: 100%;
    height: 100%;
}

.ser_gw .gw_item .name {
    width: 100%;
    height: 58px;
    line-height: 58px;
    background-color: #F6F7F9;
    font-size: 18px;
    font-weight: bold;
    color: #4D5260;
    text-align: center;
}

.ser_gw .gw_item .jy {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 54px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: #3A62C8;
    border-radius: 4px;
    z-index: 2;
}




.flow_con .n_item {
    width: 454px;
    margin-right: 30px;
    height: 150px;
    border: 1px solid #E1E9FF;
    background: rgba(225, 233, 255, .3);
}
.flow_con .n_item_2{
    margin-right: 0;
}
.flow_con .n_item .n_l{
    height: 100%;
    width: 138px;
    text-align: center;
    font-size: 18px;
    padding-top: 100px;
    line-height: 24px;
    color: #181C29;
    background: rgba(225, 233, 255, .5) url(img/server/ico-flow-2-1.png) no-repeat center top 33px;
    background-size: 60px 60px;
    border-right: 1px solid #E1E9FF;
}
.flow_con .n_item_2 .n_l{
    background:rgba(225, 233, 255, .5) url(img/server/ico-flow-2-2.png) no-repeat center top 33px;
    background-size: 60px 60px;
}
.flow_con .n_item .n_r{
    padding-left: 50px;
    padding-top: 32px;
}
.flow_con .n_item_2 .n_r{
    padding-top: 20px;
    padding-left: 70px;
}
.flow_con .n_item .p_b{
    position: relative;
    font-size: 14px;
    line-height: 20px;
    color: #181C29;
    margin-bottom: 10px;
}
.flow_con .n_item .p_b:before{
    left: -15px;
    top: 7px;
    position: absolute;
    width: 6px;
    height: 6px;
    content: "";
    border-radius: 50%;
    background-color: #3A62C8;
}
.flow_con .tips{
    margin-top: 16px;
    font-size: 12px;
    line-height: 20px;
    color: #FF6521;
}
.flow_con .last_con.con_m{
    padding: 0 98px;
}
.flow_con .last_con .m_item{
    margin-left: 94px;
}
.flow_con .last_con .m_item:first-child{
    margin-left: 0;
}
.flow_con .last_con .m_item:before{
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background: url(img/server/ico-flow-dot.png) no-repeat center center;
    background-size: 50px 50px;
    left: -76px;
    top: 44px;
}
.flow_con .last_con .m_item:first-child:before{
    content: none;
}


.pagination_common {
    /* display: none; */
    /* opacity: 0; */
    font-size: 14px;
    text-align: center;
    line-height: 112px;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
}

.ser_sw:hover .pagination_common {
    /* display: block; */
    opacity: 1;
}

.pagination_l_s {
    position: absolute;
    left: 40px;
    top: 50%;
    width: 49px;
    height: 49px;
    line-height: 49px;
    background: rgba(255, 255, 255, 0.39);
    box-shadow: 0px 0px 15px rgba(204, 210, 216, 0.55);
    border-radius: 50%;
    margin-top: -56px;
    z-index: 11;
    cursor: pointer;
    color: #828897;
}

.pagination_r_s {
    position: absolute;
    right: 40px;
    top: 50%;
    width: 49px;
    height: 49px;
    line-height: 49px;
    background: rgba(255, 255, 255, 0.39);
    box-shadow: 0px 0px 15px rgba(204, 210, 216, 0.55);
    border-radius: 50%;
    margin-top: -56px;
    z-index: 11;
    cursor: pointer;
}
.pagination_common:hover {
    background-color: #fff;
}
.pagination_common:hover .iconfont {
    color: #3A62C8;
}

.animated {
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

.maskx {
    display: none;
    position: fixed;
    top: 0;
    width: 100% !important;
    height: 100%;
    background: #000;
    background: rgba(0, 0, 0, .5);
    text-align: center !important;
    cursor: pointer;
    filter: Alpha(opacity=80);
    z-index: 94
}

.video-box,
.video-box1 {
    width: 1000px;
    height: 562px;
    position: fixed;
    left: 50%;
    top: 50%;
    background: #fff;
    padding: 10px 6px;
    margin-left: -500px;
    margin-top: -281px;
    z-index: 95
}

.video-close,
.video-close1 {
    width: 30px;
    height: 30px;
    position: absolute;
    right: -12px;
    top: -12px;
    color: #fff;
    background: url(img/icon-close.png) no-repeat center center;
    cursor: pointer;
    z-index: 96
}





.project_zl {
    position: relative;
    background-color: #F6F7F9;
    padding-bottom: 80px;
}

.project_list {
    margin-top: 25px;
}

.pro_l .l_a .a_head {
    width: 169px;
    background-color: #A6B3D2;
    text-align: center;
    color: #fff;
    font-size: 18px;
    height: 70px;
    line-height: 70px;
}

.pro_l .l_a .a_item {
    font-size: 14px;
    font-weight: bold;
    color: #181C29;
    height: 50px;
    line-height: 50px;
    background: #fff;
    border: 1px solid #eee;
    text-align: center;
    margin: -1px 0 0 0;
}
.pro_l .l_a .a_item.a_f,.pro_l .l_b .a_item.a_f{
    height: 80px;
    line-height: 80px;
}
.pro_l .l_b .a_item.a_f{
    font-size: 12px;
    color: #828897;
    line-height: 20px;
    padding-top: 20px;
}
.pro_l .l_b.l_wy .a_item.a_f{
    padding-top: 10px;
}
.pro_l .l_b .a_head {
    width: 252px;
    background-color: #A6B3D2;
    text-align: center;
    color: #fff;
    font-size: 18px;
    height: 70px;
    line-height: 70px;
}

.pro_l .l_b .a_item {
    font-size: 14px;
    color: #181C29;
    height: 50px;
    line-height: 50px;
    background: #fff;
    border: 1px solid #eee;
    text-align: center;
    margin: -1px 0 0 -1px;
    font-family: DINProM;
}

.pro_l .l_b .a_item .iconfont {
    color: #BBBFC9;
    vertical-align: top;
    margin: 0 5px;
}

.pro_mid {
    position: relative;
    margin-top: -20px;
    box-shadow: 0px 3px 30px rgba(177, 193, 210, 0.47);
}

.pro_mid .a_head {
    position: relative;
    width: 262px;
    height: 73px;
    line-height: 73px;
    background: #3a62c8 url(img/bzl/icon-pro-bg.png) no-repeat top right 24px;
    background-size: 120px 60px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.pro_mid .a_head .hot {
    width: 58px;
    height: 58px;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    background: url(img/bzl/icon-pro-hot.png) no-repeat center center;
    background-size: 58px 58px;
}

.pro_mid .a_head .hot2 {
    width: 58px;
    height: 58px;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    background: url(img/bzl/icon-pro-hot2.png) no-repeat center center;
    background-size: 58px 58px;
}

.pro_mid .a_item {
    width: 263px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 16px;
    color: #181C29;
    background: #fff;
    border: 1px solid #EEEEEE;
    margin: -1px 0 0 -1px;
    font-family: DINProM;
}

.pro_mid .a_item .iconfont {
    color: #e8662d;
    margin: 0 5px;
    vertical-align: top;
}

.pro_mid .a_item_f {
    height: 85px;
    line-height: 20px;
    color: #828897;
    font-size: 12px;
    padding-top: 20px;
}
.pro_mid .a_item_f.f_2{
    padding-top: 12px;
}
.pro_mid .l_zj .a_item_f.f_2{
    padding-top: 20px;
}
.pro_mid .a_item_s{
    position: relative;
    height: 315px;
}
.pro_mid .a_item_s.s_1{
    padding-top: 92px;
    padding-left: 30px;
}
.pro_mid .a_item_s.s_2{
    padding-left: 25px;
    padding-top: 62px;
}
.pro_mid .a_item_s .item_p{
    position: relative;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px;
    text-align: left;
    padding-left: 17px;
}
.pro_mid .a_item_b{
    color: #3A62C8;
}
.pro_mid .a_item_s .dot_o:before{
    position: absolute;
    content: "";
    left: 0;
    top: 6px;
    width: 6px;
    height: 6px;
    background: #FF6521;
    border-radius: 50%;
}
.pro_mid .a_item_s .dot_b:before{
    position: absolute;
    content: "";
    left: 0;
    top: 6px;
    width: 6px;
    height: 6px;
    background: #4D5260;
    border-radius: 50%;
}


.pro_mid .mid_b .a_head {
    background: #ff6521 url(img/bzl/icon-pro-bg.png) no-repeat top right 24px;
    background-size: 120px 60px;
}

.project_zl .section {
    position: relative;
    z-index: 1;
}

.pro_l .l_a .a_item.a_s,.pro_l .l_b .a_item.a_s{
    height: 290px;
}

.pro_l .l_b .a_item.a_s{
    padding-top: 45px;
    padding-left: 20px;
}

.pro_l .l_b.l_auto .a_item.a_s{
    padding-top: 94px;
}

.pro_l .l_a .a_item.a_s{
    line-height: 323px;
}
.pro_l .l_b .a_item.a_s .item_p{
    position: relative;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px;
    text-align: left;
    padding-left: 17px;
}
.pro_l .l_b .a_item.a_s .dot_o:before{
    position: absolute;
    content: "";
    left: 0;
    top: 6px;
    width: 6px;
    height: 6px;
    background: #FF6521;
    border-radius: 50%;
}
.pro_l .l_b .a_item.a_s .dot_b:before{
    position: absolute;
    content: "";
    left: 0;
    top: 6px;
    width: 6px;
    height: 6px;
    background: #4D5260;
    border-radius: 50%;
}
.project_list .price i{
    font-size: 14px;
    color: #ff6521;
}
.project_list .price{
    font-size: 24px!important;
    color: #ff6521!important;
}
.project_list .l_a .a_last{
    height: 66px;
    line-height: 66px;
    color: #BBBFC9;
}
.h66{
    height: 66px!important;
    padding-top: 15px;
}
.h70{
    height: 70px!important;
    padding-top: 16px;
}
.project_list .a_btn{
    display: block;
    width: 116px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 4px 4px 4px 4px;
    color: #3A62C8;
    border: 1px solid #3A62C8;
    margin: 0 auto;
    cursor: pointer;
}