body {
    margin: 0;
    padding: 0;
}

.buyNow:visited {
    background: rgb(49, 126, 230);
    color: white;
}

.apply_free .title {
    position: relative;
    top: 30px;
    text-align: center;
    font-size: 40px;
    font-family: SourceHanSansCN-Normal;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

.apply_free .el-dialog {
    border-radius: 10px;
}

.apply_free .input_form {
    position: relative;
    top: 30px;
    width: 450px;
    margin: 0 auto;
}

.apply_free .el-input--prefix .el-input__inner {
    padding-left: 88px;
}

.apply_free .el-input {
    width: 450px;
}

.apply_free .el-input input {
    height: 60px;
}

.apply_free .name_icon {
    width: 32px;
    height: 32px;
    background: url(../image/name_icon.png);
    background-size: 100% 100%;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 16px;
}

.apply_free .phone_icon {
    width: 32px;
    height: 32px;
    background: url(../image/phone_icon.png);
    background-size: 100% 100%;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 16px;
}

.apply_free .product_icon {
    width: 32px;
    height: 32px;
    background: url(../image/product_icon.png);
    background-size: 100% 100%;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 16px;
}

.apply_free .line {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 65px;
    width: 1px;
    height: 33px;
    border: 1px solid rgba(200, 200, 200, 1);
}

.apply_free .submit {
    display: block;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 70px;
    width: 451px;
    height: 70px;
    background: rgba(0, 138, 255, 1);
    border-radius: 35px;
    text-align: center;
    line-height: 70px;
    font-size: 24px;
    font-family: SourceHanSansCN-Normal;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
}

.apply_free .el_popper {
    margin-top: 0px;
}

.first_plate {
    height: 510px;
    min-width: 1200px;
}

.first_plate>div>div {
    overflow: hidden;
}

.rotation_chart {
    height: 510px;
    position: relative;
    overflow: hidden;
}

.window {
    width: 500%;
    position: absolute;
    display: flex;
}

.window>div {
    width: 20%;
    height: 510px;
}

.rotation_box {
    height: 536px;
    width: 1200px;
    display: flex;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.rotation_head {
    margin-top: 200px;
    display: flex;
}

.rotation_head h2 {
    text-align: left;
    height: 42px;
    font-size: 45px;
    font-family: SourceHanSansCN-Regular;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 45px;
}

.rotation_head .flag {
    width: 90px;
    height: 30px;
    margin-left: 10px;
    margin-top: 10px;
    background: url(../image/flag@2x.png) no-repeat;
}

.rotation_content p {
    margin-top: 28px;
    height: 18px;
    font-size: 18px;
    font-family: SourceHanSansCN-Light;
    font-weight: 300;
    color: rgba(62, 198, 237, 1);
    line-height: 28px;
}

.rotation_btn .buy_now {
    float: left;
    width: 128px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    font-family: SourceHanSansCN-Light;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
}

.rotation_btn .buy_now:hover {
    border: 1px solid rgba(0, 138, 255, 1);
    background: rgba(0, 138, 255, 1);
}

.rotation_btn .counsel {
    float: left;
    width: 128px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 1);
    text-align: center;
    line-height: 40px;
    margin-left: 20px;
    font-family: SourceHanSansCN-Light;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
}

.rotation_btn .counsel:hover {
    border: 1px solid rgba(0, 138, 255, 1);
    background: rgba(0, 138, 255, 1);
}

.bg_image_0 {
    height: 510px;
    background: url(../image/banner0_bg@2x.jpg) no-repeat center;
}

.banner0 .time {
    position: relative;
    width: 362px;
    height: 19px;
    margin: 0 auto;
    top: 283px;
    background: url(../image/time@2x.png) no-repeat center;
}

.banner0 .text {
    position: relative;
    top: 308px;
}

.banner0 .text .line1 {
    display: flex;
    margin: 0 auto;
    margin-bottom: 15px;
    padding-left: 8px;
    width: 420px;
}

.banner0 .text .line2 {
    margin-right: 40px;
}

.banner0 .text .line3 {
    display: flex;
    margin: 0 auto;
    margin-bottom: 15px;
}

.banner0 .text .round {
    position: relative;
    margin-right: 10px;
    margin-top: 4px;
    width: 6px;
    height: 6px;
    background: #ebebeb;
    border-radius: 50%;
}

.banner0 .text span {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
}

.banner0 .rotation_btn {
    position: absolute;
    top: 406px;
    left: 50%;
    margin-left: -80px;
}

.banner0 .rotation_btn .buy_now {
    float: left;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    font-family: SourceHanSansCN-Light;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
    width: 160px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 20px;
}

.banner0 .rotation_btn .buy_now:hover {
    border: 1px solid rgba(0, 138, 255, 1);
    background: rgba(0, 138, 255, 1);
}

.bg_image_1_a {
    display: block;
    height: 510px;
}

.bg_image_1 {
    height: 614px;
    background: url(../images/banner1_bg@2x.png) no-repeat center;
    background-size: 100% 100%;
}

.bg_image_1 .title {
    width: 984px;
    height: 319px;
    margin: 0 auto;
    position: absolute;
    top: 110px;
    left: 50%;
    margin-left: -492px;
    background: url(../images/banner1_title@2x.png);
    background-size: 100% 100%;
}

.banner1 .contact {
    width: 390px;
    height: 57px;
    position: absolute;
    left: 50%;
    top: 392px;
    margin-left: -195px;
}

.banner1 .contact .left_btn {
    background: linear-gradient(180deg, rgba(215, 217, 41, 1), rgba(247, 162, 115, 1));
    box-shadow: 0px 4px 7px 1px rgba(10, 32, 65, 0.39);
    border-radius: 28px;
    width: 180px;
    height: 57px;
    float: left;
    text-align: center;
    line-height: 57px;
    font-size: 20px;
    font-family: SourceHanSansCN-Light;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
}

.banner1 .contact .right_btn {
    width: 180px;
    height: 57px;
    float: right;
    background: linear-gradient(180deg, rgba(215, 217, 41, 1), rgba(247, 162, 115, 1));
    box-shadow: 0px 4px 7px 1px rgba(10, 32, 65, 0.39);
    border-radius: 28px;
    text-align: center;
    line-height: 57px;
    font-size: 20px;
    font-family: SourceHanSansCN-Light;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
}

.bg_image_2 {
    height: 510px;
    background: url(../images/banner2_bg.png) no-repeat center;
}

.bg_image_2>div {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.bg_image_2 .title {
    width: 734px;
    height: 164px;
    position: absolute;
    left: 0px;
    bottom: 208px;
    background: url(../images/banner2_title@2x.png);
    background-size: 100% 100%;
}

.bg_image_2 .pic {
    position: absolute;
    top: 149px;
    right: 0px;
    width: 517px;
    height: 321px;
    background: url(../images/banner2_pic@2x.png);
}

.banner2 .rotation_div {
    width: 1200px;
    margin: 0 auto;
}

.banner2 .rotation_btn {
    position: absolute;
    bottom: 108px;
}

.bg_image_3 {
    height: 602px;
    background: url(../images/banner3_bg.png) no-repeat center;
    background-size: 100% 100%;
}

.banner3_image {
    width: 516px;
    height: 308px;
    position: relative;
    top: 155px;
}

.bg_image_3 .text2 {
    width: 289px;
    height: 52px;
    background: url(../image/banner3_text2.png);
    background-size: 100% 100%;
}

.bg_image_3 .against_ip {}

.banner3_shield {
    position: absolute;
    left: 81.5px;
    width: 353px;
    height: 210px;
    background: url(../image/banner3_shield.png);
    background-size: 100% 100%;
    z-index: 10;
}

.banner3_pedestal {
    position: absolute;
    left: 34.5px;
    top: 145px;
    width: 447px;
    height: 163px;
    background: url(../image/banner3_pedestal.png);
    background-size: 100% 100%;
}

.banner3_text {
    position: absolute;
    top: 114px;
    width: 516px;
    height: 142px;
    background: url(../image/banner3_text1.png);
    background-size: 100% 100%;
}

.banner3 .rotation_div {
    width: 1200px;
    margin: 0 auto;
}

.banner3 .rotation_btn {
    position: absolute;
    top: 366px;
}

.bg_image_4 {
    height: 511px;
    background: url(../image/banner4_bg@2x.jpg) no-repeat center;
    background-size: 100% 100%;
}

.bg_image_4 .title {
    width: 1055px;
    height: 177px;
    margin: 0 auto;
    position: relative;
    top: 128px;
    background: url(../image/banner4_title.png);
    background-size: 100% 100%;
}

.bg_image_4 p {
    position: relative;
    top: 128px;
    width: 686px;
    height: 39px;
    margin: 0 auto;
    font-size: 16px;
    font-family: SourceHanSansCN-Normal;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 39px;
    text-align: center;
    background: url(../image/banner4_title_bg.png);
    background-size: 100% 100%;
}

.bg_image_4 .buy_now {
    position: relative;
    top: 173px;
    display: block;
    width: 160px;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 5px;
    font-size: 16px;
    font-family: SourceHanSansCN-Light;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
    margin: 0 auto;
    line-height: 50px;
    text-align: center;
}

.bg_image_4 .buy_now:hover {
    border: 1px solid rgba(0, 138, 255, 1);
    background: rgba(0, 139, 255, 1);
}

.banner4 .rotation_btn {
    position: absolute;
    top: 392px;
    left: 50%;
    margin-left: -138px;
}

.bg_image_5 {
    height: 602px;
    background: url(../image/banner5_bg@2x.png) no-repeat center;
    background-size: 100% 100%;
}

.banner5_image {
    width: 506px;
    height: 370px;
    background: url(../image/banner5_image.png);
    background-size: 100% 100%;
    position: relative;
    top: 116px;
}

.banner5_text {
    width: 500px;
    height: 180px;
    background: url(../image/banner5_text.png);
    background-size: 100% 100%;
    position: absolute;
    top: 78px;
    left: -10px;
}

.banner5_flag {
    position: relative;
    top: 16px;
    width: 140px;
    height: 47px;
    margin-left: 10px;
    background: url(../image/banner5_flag@2x.png);
}

.banner5 .rotation_div {
    width: 1200px;
    margin: 0 auto;
}

.banner5 .rotation_btn {
    position: absolute;
    top: 366px;
}

.bg_image_6 {
    background: url(../image/banner6_bg@2x.png) no-repeat center;
    background-size: 100% 100%;
}

.banner6_image {
    width: 489px;
    height: 374px;
    background: url(../image/banner6_image.png);
    background-size: 100% 100%;
    position: relative;
    top: 116px;
}

.banner6_text {
    width: 484px;
    height: 100px;
    background: url(../image/banner6_text.png);
    background-size: 100% 100%;
    position: absolute;
    top: 155px;
    left: 30px;
}

.hongkong_bgp-enter {
    transform: translateY(160px);
    opacity: 0;
}

.hongkong_bgp-enter-active {
    transition: all 1s
}

.against_server-enter {
    transform: translateY(160px);
    opacity: 0;
}

.against_server-enter-active {
    transition: all 1s
}

.against_ip-enter {
    transform: translateY(160px);
    opacity: 0;
}

.against_ip-enter-active {
    transition: all 1s
}

.el-carousel__button {
    width: 40px;
    height: 5px;
}

.second_plate {
    position: relative;
    height: 117px;
    min-width: 1200px;
    background: rgba(170, 204, 255, 0.15);
}

.second_plate>div {
    width: 1200px;
    margin: 0px auto;
    display: flex;
}

.second_plate>div a:hover {
    background: rgba(53, 123, 210, 0.05);
}

.second_plate>div a {
    position: relative;
}

.second_plate>div .line {
    position: absolute;
    right: 0;
    top: 11px;
    width: 1px;
    height: 96px;
    background-color: rgba(51, 51, 51, 1);
    opacity: 0.2;
}

.second_tab1 {
    padding: 21px 25px 20px 10px;
    display: flex;
    justify-content: center;
    flex-grow: 1;
    flex-shrink: 0;
}

.second_tab3 {
    width: 325px;
    padding: 21px 15px 20px 25px;
    display: flex;
    justify-content: center;
    flex-grow: 1;
    flex-shrink: 0;
}

.second_tab4 {
    width: 325px;
    padding: 21px 15px 20px 25px;
    display: flex;
    justify-content: center;
    flex-grow: 1;
    flex-shrink: 0;
}

.second_tab5 {
    padding: 21px 0 20px 25px;
    display: flex;
    justify-content: center;
    flex-grow: 1;
    flex-shrink: 0;
}

.second_img {
    width: 65px;
    height: 71px;
}

.second_icon1 {
    flex-shrink: 0;
    background: url(../images/second_plate_icon1@2x.png) no-repeat;
    background-size: 100% 100%;
}

.second_icon3 {
    flex-shrink: 0;
    background: url(../images/second_plate_icon3@2x.png) no-repeat;
    background-size: 100% 100%;
}

.second_icon4 {
    flex-shrink: 0;
    background: url(../images/second_plate_icon4@2x.png) no-repeat;
    background-size: 100% 100%;
}

.second_icon5 {
    flex-shrink: 0;
    background: url(../images/second_plate_icon5@2x.png) no-repeat;
    background-size: 100% 100%;
}

.second_content1 {
    margin-left: 14px;
}

.second_content3 {
    margin-left: 14px;
    width: 220px;
}

.second_content4 {
    margin-left: 14px;
    width: 230px;
}

.second_content5 {
    margin-left: 14px;
    width: 230px;
}

.second_hot {
    display: inline-block;
    padding-left: 10px;
    width: 49px;
    height: 21px;
    background: url(../images/hot@2x.png);
    background-size: 100% 100%;
}

.second_zero {
    font-size: 24px;
    font-family: SourceHanSansCN-Regular;
    font-weight: 700;
    height: 24px;
    color: rgba(239, 4, 4, 1);
}

.second_price {
    font-size: 24px;
    font-family: SourceHanSansCN-Regular;
    font-weight: 700;
    height: 24px;
    color: rgba(239, 4, 4, 1);
}

.second_name {
    padding-left: 10px;
    font-size: 24px;
    font-family: SourceHanSansCN-Normal;
    font-weight: 400;
    height: 24px;
    color: rgba(51, 51, 51, 1);
}

.second_info {
    height: 36px;
    font-size: 14px;
    font-family: SourceHanSansCN-Normal;
    font-weight: 400;
    margin-top: 15px;
    line-height: 22px;
    color: rgba(51, 51, 51, 1);
}

.three_plate {
    height: 877;
    min-width: 1200px;
    background: #FFFFFF;
}

.three_plate_1 {
    height: 292px;
    margin: 0 auto;
}

.three_plate_1 h2 {
    position: relative;
    top: 59px;
    text-align: center;
    font-size: 28px;
    font-family: SourceHanSansCN-Regular;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

.three_plate_tab {
    width: 900px;
    margin: 119px auto 0 auto;
    display: flex;
    justify-content: space-between;
}

.three_plate_tab>a {
    display: block;
    width: 192px;
    height: 145px;
    margin: 0 auto;
}

.three_plate_tab>div {
    cursor: pointer;
    width: 192px;
    height: 145px;
    margin: 0 auto;
}

.three_plate_tab .image {
    margin: 0 auto;
}

.three_plate_tab p {
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
    font-family: SourceHanSansCN-Normal;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

.three_plate_tab_hover {
    border-bottom: 3px solid rgba(0, 138, 255, 1);
}

.three_plate_tab_hover p {
    color: rgba(0, 138, 255, 1);
}

#three_plate_tab1 .three_plate_icon1 {
    width: 84px;
    height: 84px;
    background: url(../images/try_out_icon_black@2x.png) no-repeat;
}

#three_plate_tab1:hover .three_plate_icon1 {
    width: 84px;
    height: 84px;
    background: url(../images/try_out_icon@2x.png) no-repeat;
}

#three_plate_tab1:hover {
    border-bottom: 3px solid rgba(0, 138, 255, 1);
}

#three_plate_tab1:hover p {
    color: rgba(0, 138, 255, 1);
}

.three_plate_icon3 {
    width: 84px;
    height: 84px;
    background: url(../images/against_ip_icon_black@2x.png) no-repeat;
}

.three_plate_icon3_hover {
    width: 84px;
    height: 84px;
    background: url(../images/against_ip_icon@2x.png) no-repeat;
}

.three_plate_icon4 {
    width: 84px;
    height: 84px;
    background: url(../images/against_server_icon_black@2x.png) no-repeat;
}

.three_plate_icon4_hover {
    width: 84px;
    height: 84px;
    background: url(../images/against_server_icon@2x.png) no-repeat;
}

.three_plate_icon5 {
    width: 84px;
    height: 84px;
    background: url(../images/cloud_shield_icon_black@2x.png) no-repeat;
}

.three_plate_icon5_hover {
    width: 84px;
    height: 84px;
    background: url(../images/cloud_shield_icon@2x.png) no-repeat;
}

.three_plate_2 {
    height: 585px;
    background: rgba(246, 247, 249, 1);
}

.three_plate_card {
    width: 1110px;
    height: 454px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding-top: 70px;
}

.three_plate_card .active {
    box-shadow: 0px 1px 17px 1px rgba(49, 126, 230, 0.21);
}

.three_plate_card>div {
    width: 314px;
    height: 454px;
    background: rgba(255, 255, 255, 1);
    text-align: center;
}

.three_plate_card h2 {
    margin-top: 55px;
    text-align: center;
    font-size: 24px;
    font-family: SourceHanSansCN-Normal;
    font-weight: 400;
    letter-spacing: 2px;
    color: rgba(51, 51, 51, 1);
}

.three_plate_card .info {
    margin-top: 34px;
    display: inline-block;
}

.three_plate_card .info p {
    text-align: left;
    font-size: 14px;
    font-family: SourceHanSansCN-Normal;
    font-weight: 400;
    color: #333333;
    line-height: 26px;
}

.three_plate_card .price {
    margin-top: 35px;
    text-align: center;
    letter-spacing: 2px;
}

.three_plate_card .price1 {
    font-size: 18px;
    font-family: SourceHanSansCN-Normal;
    font-weight: 400;
    color: rgba(234, 0, 0, 1);
}

.three_plate_card .price2 {
    font-size: 34px;
    font-family: SourceHanSansCN-Normal;
    font-weight: 400;
    color: rgba(234, 0, 0, 1);
}

.three_plate_card .buy_now {
    margin: 0 auto;
    margin-top: 30px;
    display: block;
    width: 148px;
    height: 40px;
    background: rgba(0, 138, 255, 1);
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    font-family: SourceHanSansCN-Light;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
}

.three_plate ul {
    width: 1200px;
    height: 548px;
    margin: 0 auto;
    position: relative;
    top: 120px;
    display: flex;
    justify-content: space-between;
}

.three_plate ul>li {
    width: 374px;
    height: 548px;
    background: white;
    position: relative;
}

.three_plate ul>li:hover {
    box-shadow: 0px 1px 17px 1px rgba(49, 126, 230, 0.21);
}

.iconfont {
    display: block;
    width: 84px;
    height: 84px;
    margin: 50px auto;
    margin-bottom: 33px;
    border-radius: 50%;
    border: 1px solid black;
}

.icon-security::before {
    width: 84px;
    height: 84px;
    font-size: 110px;
    position: absolute;
    top: 42px;
    left: 132px;
}

.icon-shield-ip::before {
    width: 84px;
    height: 84px;
    font-size: 84px;
    position: absolute;
    top: 52px;
    left: 146px;
}

.icon-shield-waf::before {
    width: 84px;
    height: 84px;
    font-size: 84px;
    position: absolute;
    top: 52px;
    left: 146px;
}

.fourth_plate {
    height: 600px;
    min-width: 1200px;
    background: rgba(12, 33, 74, 1);
}

.fourth_plate ul {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
}

.fourth_plate ul>li {
    width: 400px;
    height: 600px;
    overflow: hidden;
    position: relative;
}

.fourth_1 {
    background: url(../images/bg1@2x.png) no-repeat;
}

.fourth_2 {
    background: url(../images/bg1@2x.png) no-repeat;
}

.fourth_3 {
    background: url(../images/bg3@2x.jpg) no-repeat;
}

.fourth_img {
    width: 76px;
    height: 76px;
    margin: 0 auto;
    margin-top: 210px;
}

.fourth_1_first {
    background: url(../images/icon4@2x.png) no-repeat;
}

.fourth_2_first {
    background: url(../images/icon5@2x.png) no-repeat;
}

.fourth_3_first {
    background: url(../images/icon6@2x.png) no-repeat;
}

.fourth_4_first {
    background: url(../images/icon7@2x.png) no-repeat;
}

.fourth_1_first_1 {
    background: url(../images/icon4@2x.png) no-repeat;
}

.fourth_2_first_2 {
    background: url(../images/icon5@2x.png) no-repeat;
}

.fourth_3_first_3 {
    background: url(../images/icon6@2x.png) no-repeat;
}

.fourth_4_first_4 {
    background: url(../image/icon7@2x.png) no-repeat;
}

.fourth_plate ul>li>h4 {
    width: 30px;
    height: 4px;
    margin: 0 auto;
    margin-top: 40px;
    background: white;
}

.fourth_plate ul>li>p {
    font-size: 26px;
    margin: 40px auto;
    text-align: center;
    color: white;
    font-family: SourceHanSansCN-Medium;
    font-weight: 500;
}

.fourth_first {
    width: 100%;
    height: 602px;
    position: absolute;
    z-index: 10;
    background: rgba(0, 120, 255, 0.6);
    top: 0;
}

.fourth_first div {
    width: 76px;
    height: 76px;
    margin: 0 auto;
    margin-top: 100px;
}

.fourth_first h4 {
    font-size: 26px;
    margin-top: 40px;
    text-align: center;
    color: white;
    font-family: SourceHanSansCN-Medium;
    font-weight: 500;
}

.fourth_first p {
    width: 80%;
    text-align: justify;
    text-align-last: center;
    height: 80px;
    font-size: 14px;
    margin: 56px auto;
    color: white;
    line-height: 1.8;
    font-family: SourceHanSansCN-Light;
    font-weight: 300;
}

.fourth_first a {
    display: block;
    margin: 0 auto;
    width: 132px;
    height: 42px;
    background: rgba(255, 255, 255, 1);
    border-radius: 5px;
    text-align: center;
    line-height: 42px;
    font-size: 14px;
    font-family: SourceHanSansCN-Regular;
    font-weight: 400;
    color: rgba(49, 126, 230, 1);
}

.sixth_plate {
    height: 800px;
    min-width: 1200px;
    background: #f6f7f9;
}

.sixth_plate h2 {
    position: relative;
    top: 62px;
    text-align: center;
    font-size: 28px;
    color: #333333;
    font-family: SourceHanSansCN-Regular;
    font-weight: 400;
}

.sixth_plate>div {
    width: 1200px;
    height: 610px;
    margin: 0 auto;
    position: relative;
    top: 134px;
    background: url(../images/bg_map@2x.png) no-repeat;
}

.point {
    width: 8px;
    height: 8px;
    background: #008AFF;
    border-radius: 50%;
    position: relative;
}

.sixth_point {
    width: 8px;
    height: 8px;
    position: absolute;
    z-index: 30;
    background: #008AFF!important;
    border-radius: 50%;
}

.point_circle {
    width: 8px;
    height: 8px;
    position: absolute;
    left: 39%;
    top: 65%;
    margin-left: -50px;
    margin-top: -50px;
    width: 100px;
    height: 100px;
    border: 4px solid #008AFF;
    border-radius: 50%;
    animation: zoom 3s infinite linear;
}

@keyframes zoom {
    0% {
        transform: scale(0, 0);
        opacity: 0;
    }
    50% {
        transform: scale(.5, .5);
        opacity: 1;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

.position_map {
    width: 244px;
    height: 244px;
    border-radius: 50%;
    background: rgba(168, 215, 255, 0.6);
    display: none;
    position: absolute;
    z-index: 50;
    left: -122px;
    top: -122px;
}

.position_map h1 {
    opacity: 1;
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
    margin-top: 60px;
    font-family: "SourceHanSansCN-Normal";
}

.position_map p {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
    margin: 10px auto;
    font-family: "SourceHanSansCN-Normal";
}

.seventh_plate {
    height: 818px;
    min-width: 1200px;
    background: rgba(255, 255, 255, 1);
}

.seventh_plate>h2 {
    position: relative;
    top: 60px;
    text-align: center;
    font-size: 28px;
    font-family: SourceHanSansCN-Regular;
    font-weight: 400;
}

.seventh_plate>ul {
    width: 1200px;
    height: 486px;
    margin: 0 auto;
    position: relative;
    top: 120px;
    display: flex;
    justify-content: space-between;
}

.seventh_plate>ul>li {
    width: 590px;
    height: 486px;
}

.seventh_plate>ul>li>div {
    height: 350px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 4px 0px rgba(23, 67, 126, 0.21);
    position: relative;
}

.seventh_plate>ul>li>div>p a {
    color: white;
    font-family: SourceHanSansCN-Regular;
    font-weight: 400;
}

.seventh_plate>ul>li>div>div {
    width: 590px;
    height: 274px;
    overflow: hidden;
}

.seventh_1>div {
    height: 274px;
    transition: all 0.6s;
    background: url(../images/bg1@2x_1.png) no-repeat;
}

.seventh_2>div {
    height: 274px;
    transition: all 0.6s;
    background: url(../images/bg2@2x_2.png) no-repeat;
}

.seventh_plate>ul>li>div>p {
    width: 100%;
    position: absolute;
    top: 144px;
    text-align: center;
    color: white;
}

.seventh_plate>ul>li h2 {
    width: 590px;
    height: 76px;
    color: #333333FF;
    line-height: 1.5px;
    display: flex;
}

.seventh_plate>ul>li h2 a {
    display: block;
    margin-top: 15px;
    line-height: 1.5;
    font-family: SourceHanSansCN-Regular;
    font-weight: 400;
    color: #333;
}

.seventh_plate>ul>li>ul {
    margin-top: 10px;
    overflow: hidden;
}

.seventh_plate>ul>li>ul>li {
    margin-left: 25px;
    margin-top: 20px;
}

.seventh_plate>ul>li>ul>li a {
    display: flex;
    justify-content: space-between;
    font-family: SourceHanSansCN-Regular;
    font-weight: 400;
    color: #333;
}

.seventh_plate>ul>li>a {
    color: #317EE6FF;
    display: block;
    margin-top: 20px;
    margin-left: 30px;
    text-align: left;
    font-family: "SourceHanSansCN-Normal";
    font-weight: 400;
}

.seventh_plate a:hover {
    font-size: 16px;
    font-family: "SourceHanSansCN-Normal";
    font-weight: 400;
    color: rgba(49, 126, 230, 1);
}

.seventh_plate>ul>li>div>div>div:hover {
    transform: scale(1.4)
}

.footer_cprBox {
    padding: 0;
}

.fieldset-5 {
    padding: 0;
    position: relative;
    bottom: 0;
    min-width: 1200px;
}

.slideBar {
    position: fixed;
    right: 0;
    top: 426px;
}

.icon_5 {
    position: relative;
}

.icon-5_img {
    width: 50px;
    height: 46px;
    background: url(../image/sprite@2x.png) repeat-y 13px 78px;
}

.icon_5-box {
    width: 50px;
    height: 46px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
}

.icon-5_content {
    display: none;
    width: 150px;
    height: 46px;
    background: rgba(53, 58, 78, 1);
    position: absolute;
    right: 50px;
    top: 0;
}

.icon-5_content a {
    text-align: center;
    line-height: 46px;
    color: white;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}

@-webkit-keyframes moveFromLeft {
    from {
        -webkit-transform: translateX(-100%)
    }
    to {
        -webkit-transform: translateX(0%)
    }
}

@-moz-keyframes moveFromLeft {
    from {
        -moz-transform: translateX(-100%)
    }
    to {
        -moz-transform: translateX(0%)
    }
}

@-ms-keyframes moveFromLeft {
    from {
        -ms-transform: translateX(-100%)
    }
    to {
        -ms-transform: translateX(0%)
    }
}

@-webkit-keyframes moveFromRight {
    from {
        -webkit-transform: translateX(30%)
    }
    to {
        -webkit-transform: translateX(0%)
    }
}

@-moz-keyframes moveFromRight {
    from {
        -moz-transform: translateX(30%)
    }
    to {
        -moz-transform: translateX(0%)
    }
}

@-ms-keyframes moveFromRight {
    from {
        -ms-transform: translateX(30%)
    }
    to {
        -ms-transform: translateX(0%)
    }
}

@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(30%)
    }
    to {
        -webkit-transform: translateY(0%)
    }
}

@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(30%)
    }
    to {
        -moz-transform: translateY(0%)
    }
}

@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(30%)
    }
    to {
        -ms-transform: translateY(0%)
    }
}


/* 地图 */

.map {
    float: left;
    height: 800px;
    width: 100%;
    background: #F7F7F7;
}

.map_div {
    margin: 0 auto 0 auto;
    width: 1260px;
    height: 800px;
    /*background: url(../images/map.png) right no-repeat;*/
    position: relative;
}

.map_div li {
    float: left;
}

.map_div li.title {
    width: 100%;
    margin-top: 85px;
    margin-bottom: 15px;
    line-height: 90px;
    text-align: left;
    color: #343434;
    font-size: 35px;
    font-family: "", "Hiragino Sans GB", "Helvetica Neue", Arial, sans-serif;
}

.map_div li.title p {
    font-size: 18px;
    font-family: "", "Hiragino Sans GB", "Helvetica Neue", Arial, sans-serif;
}

.map_div li.Cf {
    width: 100%;
    margin-top: 50px;
    text-align: left;
    color: #343434;
    font-size: 25px;
    font-family: "", "Hiragino Sans GB", "Helvetica Neue", Arial, sans-serif;
}

.map_div li.Cf p {
    color: #616161;
    font-size: 17px;
    font-family: "", "Hiragino Sans GB", "Helvetica Neue", Arial, sans-serif;
}

.map_div li.Cf i.M1 {
    float: left;
    width: 55px;
    height: 63px;
    background: url(../images/M1.png) left no-repeat;
}

.map_div li.Cf i.M2 {
    float: left;
    width: 55px;
    height: 63px;
    background: url(../images/M2.png) left no-repeat;
}

.map_div li.Cf i.M3 {
    float: left;
    width: 55px;
    height: 63px;
    background: url(../images/M3.png) left no-repeat;
}

.map_div li.Cf i.M4 {
    float: left;
    width: 55px;
    height: 63px;
    background: url(../images/M4.png) left no-repeat;
}


/* 点亮地图
-------------------------------------------------------------- */

.china-map {
    width: 500px;
    height: 515px;
    background: url(../images/map.png) center no-repeat;
    position: relative;
}

.region-list {
    position: absolute;
    left: 0;
    top: 0
}

@-webkit-keyframes warn {
    /* for Chrome || Safari */
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-moz-keyframes warn {
    /* for Firefox */
    0% {
        -moz-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    100% {
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-o-keyframes warn {
    /* for Opera */
    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: 2px;
    top: 2px;
    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: #009fd9;
}

.region-list.active .area-box .pulse {
    border-color: #009fd9;
    top: -39px;
    left: -39px;
    height: 88px;
    width: 88px;
    -webkit-box-shadow: 0 0 12px #0080d9, 0 0 20px #0080d9 inset;
    -moz-box-shadow: 0 0 12px #0080d9, 0 0 20px #0080d9 inset;
    box-shadow: 0 0 12px #0080d9, 0 0 20px #0080d9 inset
}


/*黄色*/

.region-list.waite .area-box .dot {
    background: #f90
}

.region-list.waite .area-box .pulse {
    border-color: #f90
}


/*灰色*/

.region-list.hui .area-box .dot {
    background: #009fd9;
}


/*background:#a2a9b4;*/

.region-list.hui .area-box .pulse {
    border-color: #009fd9;
}


/*background:#a2a9b4;*/

.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: 27px;
    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;
}

.area-box {
    z-index: 77
}

.show-regin {
    z-index: 66
}

.region-list.active .show-regin span {
    position: relative;
    color: #666
}

.region-list.waite .show-regin span {
    position: relative;
    color: #666
}

.region-list.hui .show-regin span {
    position: relative;
    color: #666
}

.postition-1 {
    left: 880px;
    top: 708px
}

.postition-2 {
    left: 1014px;
    top: 432px
}

.postition-3 {
    left: 992px;
    top: 512px
}

.postition-4 {
    left: 1082px;
    top: 330px
}

.postition-5 {
    left: 934px;
    top: 523px
}

.postition-6 {
    left: 862px;
    top: 473px
}

.postition-7 {
    left: 964px;
    top: 580px
}

.postition-8 {
    left: 775px;
    top: 531px
}

.postition-9 {
    left: 1035px;
    top: 554px
}

.postition-10 {
    left: 964px;
    top: 388px
}

.postition-11 {
    left: 850px;
    top: 348px
}

.postition-13 {
    left: 1030px;
    top: 485px
}

.postition-14 {
    left: 1005px;
    top: 604px
}

.postition-15 {
    left: 933px;
    top: 643px
}

.postition-16 {
    left: 762px;
    top: 626px
}

.postition-17 {
    left: 1136px;
    top: 294px
}

.postition-18 {
    left: 1180px;
    top: 224px
}