    /*全局*/
    
    body {
        overflow: auto;
        font-family: Helvetica Neue, PingFang SC, Microsoft Yahei, Arial, Verdana, sans-serif;
        min-width: 1200px;
        /* width: 1200px; */
        margin: 0 auto;
    }
    
    body #wrap {
        /*font-family: microsoft yahei, "微软雅黑"!important;*/
    }
    
    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        /*font-family: microsoft yahei, "微软雅黑"!important;*/
        /*font-weight: 500;*/
        /*line-height: 1.1;*/
        /*color: inherit;*/
    }
    
    h3 {
        display: block;
        font-size: 1.17em;
        -webkit-margin-before: 1em;
        -webkit-margin-after: 1em;
        -webkit-margin-start: 0px;
        -webkit-margin-end: 0px;
        font-weight: bold;
    }
    
    p {
        margin: 0;
    }
    
    a {
        text-decoration: none
    }
    
    ol,
    ul {
        -webkit-padding-start: 0px;
        margin-top: 0;
        margin-bottom: 0;
    }
    
    button,
    input,
    select,
    textarea {
        font-family: microsoft yahei, "微软雅黑"!important;
    }
    
    .navbar-default {
        background: none;
        border: none;
    }
    
    .main,
    .banner {
        width: 100%;
        position: relative;
        height: auto;
    }
    
    .head_top {
        display: none;
    }
    /*连接默认的颜色变化*/
    /*a:link {*/
    /*color: #1f2021;*/
    /*}*/
    /*!*连接访问的颜色变化*!*/
    /*a:visited {*/
    /*color: #1f2021;*/
    /*}*/
    /*当前页面对应主导航的字体颜色为红色*/
    
    .navText_checked {
        color: #ff0000;
    }
    
    .bannerColor {
        width: 100%;
        height: 100%;
        background: rgba(35, 51, 64, 0.7);
    }
    
    .bannerColor .typePage {
        max-width: 1000px!important;
    }
    
    .he_iptput,
    .searchInput {
        color: #fff!important;
    }
    
    input::-webkit-input-placeholder {
        color: #fff;
    }
    
    input:-moz-placeholder {
        color: #fff;
    }
    
    input:-ms-input-placeholder {
        color: #fff;
    }
    
    .iconfontx {
        font-family: iconfontx!important;
        font-size: 50px;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        -webkit-text-stroke-width: .2px;
        -moz-text-stroke-width: .2px;
        -moz-osx-font-smoothing: grayscale;
    }
    /*大屏*/
        /* 1. begin-header */
        #wrap {
            position: relative;
            width: 100%;
            max-width: auto;
            margin: 0 auto;
            background: #fff;
        }
        header {
            width: 100%;
            margin: 0 auto;
            z-index: 1500;
            background: rgba(0, 0, 0, 0);
        }
        header.sticky {
            position: fixed;
            top: 0;
            /* width: 1200px; */
            min-width: 1200px;
        }
        @media (max-width:1190px) {
            header.sticky {
                position: relative;
            }
        }
        .header_bj {
            background-color: rgba(255, 255, 255, 0.95);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
            transition-duration: 500ms;
        }
        header .header-container {
            width: 1160px;
            margin: 0 auto;
            padding: 0 0;
            position: relative;
        }
        header .header-container .navbar-header {
            text-align: center;
            padding: 5px 0 5px 6px;
            float: left;
        }
        header .header-container .navbar-header .navbar-brand {
            text-align: center;
            padding: 0 0;
        }
        header .header-container a.login {
            /* position: absolute; */
            text-decoration: none;
            color: #fff;
            font-size: 16px;
            right: 7%;
            display: block;
            border-radius: 20px;
            padding: 2px 12px;
            border: solid 1px #fff;
            top: 16px;
            width: 80px;
            text-align: center;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            line-height: normal;
            float: right;
        }
        .header_bj .header-container a.login {
            /* position: absolute; */
            text-decoration: none;
            font-size: 16px;
            color: #333;
            right: 7%;
            display: block;
            border-radius: 20px;
            padding: 2px 12px;
            border: solid 1px #333;
            top: 16px;
            width: 80px;
            text-align: center;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            line-height: normal;
            float: right;
        }

        header .header-container .login_box{
            position: absolute;
            top: 17px;
            right: 0;
        }
        header .header-container .login_box  .username{
            font-size: 16px;
            color: #fff;
            width: 80px;
            overflow: hidden;
            text-overflow: ellipsis;
            word-wrap: normal;
            white-space: nowrap;
            display: block;
        }
        header .header-container a.register {
            /* position: absolute; */
            text-decoration: none;
            color: #fff;
            font-size: 16px;
            right: -0.8%;
            display: block;
            border-radius: 20px;
            padding: 2px 12px;
            border: solid 1px #fff;
            top: 16px;
            width: 80px;
            text-align: center;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            line-height: normal;
            float: right;
            margin-left: 15px;
        }
        .header_bj .header-container a.register {
            /* position: absolute; */
            text-decoration: none;
            color: #333;
            font-size: 16px;
            right: -0.8%;
            display: block;
            border-radius: 20px;
            padding: 2px 12px;
            border: solid 1px #333;
            top: 16px;
            width: 80px;
            text-align: center;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            line-height: normal;
            float: right;
        }
        @media screen and (max-width:1199px){
            header .header-container a.login{
                color: #333;
            }
            header .header-container a.register{
                color: #333;
            }
        }
        .banner-region-box {
            position: relative;
            width: 1200px;
            height: 100%;
            margin: 0 auto;
            /* top:-150px; */
        }
        .carousel-inner{
            /* height:540px; */
        }
        .carousel-inner .carousel-item {
            /* position: relative;
            height: 540px; */
        }
        .carousel-inner .carousel-item .w-full{
            /* min-height: 100%;
            height: 540px;
            position: absolute;
            top: 0; */
        }
        
        .carousel-inner .carousel-item .met-banner-text{
            min-height: 100%;
            height: 540px;
            position: absolute!important;
            /* top: 0; */
            top: -50px;
        }
        .banner-region-box .banner-region-box-title {
            overflow: hidden;
            position: relative;
        }
        .banner-region-box .banner-region-box-title h1 {
            position: relative;
            margin: 0 0 40px 0;
            text-align: center;
            font-size: 60px;
            font-weight: normal;
            color: #FFFFFF
        }
        .banner-region-box .banner-region-box-title h1 b {
            font-weight: normal;
            margin: 0 20px
        }
        .banner-region-box .banner-region-box-title h1:after {
            content: "";
            width: 600px;
            height: 1px;
            margin-left: 270px;
            position: absolute;
            left: 0px;
            bottom: -28px;
            background: rgba(255, 255, 255, 0.4);
            /* left:30px; */
            left:-250px;
        }
        .banner-region-box .banner-region-box-title p {
            text-align: center;
            font-size: 20px;
            color: #FFFFFF;
            letter-spacing: 1px
        }
        .banner-region-box .banner-region-box-title p span {
            margin: 0 20px
        }
        .banner-region-box-left {
            position: absolute;
            top: 50%;
            left: 156px;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            color: white;
            text-align:center;
            width:500px;
        }
        .banner-region-box-left h1 {
            font-weight: normal;
            font-size: 42px;
            color: #FFFFFF;
            letter-spacing: 0;
            line-height: 50px;
            margin-bottom: 25px;
        }
        .banner-region-box-left .banner-desc {
            font-size: 16px;
            color: #FFFFFF;
            line-height: 24px
        }
        .banner-region-box-btn {
            margin-top: 30px;
            border: 1px solid #FFFFFF;
            display: inline-block;
            font-size: 16px;
            color: #FFFFFF;
            width: 135px;
            line-height: 40px;
            text-align: center;
        }
        .banner-region-box-btn-1:hover {
            background: #fff;
            color: #373d41
        }
        .container-fluid {
            padding: 0 0;
        }
        .triangle-down {
            width: 0;
            height: 0;
            border-left: 4px solid transparent;
            border-right: 4px solid transparent;
            border-top: 4px solid #fff;
        }
        .navbar-collapse {
            float: right;
            margin-top: 0px;
            padding-right: 18.5%;
        }
        .navbar {
            margin: 5px 0;
            -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0);
            padding-right: 220px;
        }
        .navbar-default .navbar-nav {
            float: left;
            margin: 1px 0;
            padding: 1px 0;
            height: 58px;
        }
        .navbar-default .navbar-nav>li {
            position: inherit;
            text-align: center;
            float:left;
        }
        .navbar-default .navbar-nav>li i {
            vertical-align: middle;
            display: inline-block;
            font-size: 12px;
            margin-left: 5px;
            transition: transform 0.5s;
            -webkit-transition: transform 0.5s;
            -moz-transition: transform 0.5s;
        }
        .navbar-default .navbar-nav>li.active>a {
            position: relative;
            color: #238ec6;
            font-size: 16px;
        }
        .navbar-default .navbar-nav>li.active>a:after {
            position: absolute;
            bottom: -26px;
            left: 50%;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            content: "";
            width: 54px;
            height: 4px;
            background: #238ec6;
        }
        .navbar-default .navbar-nav>li:hover>a {
            color: #238ec6;
            position: relative;
            border-bottom: 3px solid #238ec6;
        }
        .navbar-default .navbar-nav>li:hover>a i {
            transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg)
        }
        .header_bj .navbar-default .navbar-nav>li:hover>a {
            color: #333;
            position: relative;
            border-bottom: 3px solid #238ec6;
        }
        .navbar-default .navbar-nav>li:nth-child(1):hover a:after,
        .navbar-default .navbar-nav>li:nth-child(2):hover a:after,
        .navbar-default .navbar-nav>li:nth-child(1).active a:after,
        .navbar-default .navbar-nav>li:nth-child(2).active a:after {
            left: 42%
        }
        .navbar-default .navbar-nav>li>a {
            font-size: 16px;
            color: #fff;
            line-height: 40px;
            padding: 10px 15px;
        }
        @media screen and (max-width:1199px){
            .navbar-default .navbar-nav>li>a{
                color: #232323;
            }
        }
        .header_bj .navbar-default .navbar-nav>li>a {
            font-size: 16px;
            color: #232323;
            line-height: 40px;
            padding: 10px 15px;
        }
        .navbar-default .navbar-nav>li>a:focus {
            color: #238ec6;
        }
        .navbar-default .navbar-nav>li>a i {
            vertical-align: middle;
            display: inline-block;
            font-size: 12px;
            margin-left: 5px;
            transition: transform 0.5s;
            -webkit-transition: transform 0.5s;
            -moz-transition: transform 0.5s;
        }
        .header_bj .navbar-default .navbar-nav>li>a i {
            vertical-align: middle;
            display: inline-block;
            font-size: 12px;
            margin-left: 5px;
            transition: transform 0.5s;
            -webkit-transition: transform 0.5s;
            -moz-transition: transform 0.5s;
        }
        .header_bj .triangle-down {
            width: 0;
            height: 0;
            border-left: 4px solid transparent;
            border-right: 4px solid transparent;
            border-top: 4px solid #000;
        }
        .nav .nav_c2 {
            width: 64px;
        }
        .nav .nav_c4 {
            width: 94px;
        }
        .nav .nav_c4_menu {
            width: 112px;
        }
        .nav .navbar-default .navbar-nav>li>li_color {
            color: #232323;
        }
        .nav .navbar-default .navbar-nav>li>li_color:focus {
            color: #232323;
        }
        /* 滚动-end */
        .navbar-default .navbar-nav>li:hover .head-column-menu1-list {
            display: inline-block;
            height: 170px;
        }
        .navbar-default .navbar-nav>li .head-column-menu1-list {
            box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.14);
            transition: height 0.3s;
            -webkit-transition: height 0.3s;
            -moz-transition: height 0.3s;
            position: absolute;
            top: 65px;
            left: -10px;
            width: 1200px;
            height: 0px;
            box-sizing: border-box;
            overflow: hidden;
            background-color: white;
        }
        .navbar-default .navbar-nav>li .head-column-menu1-list li {
            float: left;
            width: 240px;
            height: 110px;
            margin: 30px 0;
            font-size: 12px;
            color: #000000;
            line-height: 20px;
            box-sizing: border-box;
            padding: 0 35px;
            border-left: 1px solid rgba(115, 113, 134, 0.2)
        }
        .navbar-default .navbar-nav>li .head-column-menu1-list li p {
            text-align: center;
            margin-bottom: 2px;
            line-height: 20px;
            background: #fff;
            color: #a9a9a9;
        }
        .navbar-default .navbar-nav>li .head-column-menu1-list li p:hover a {
            color: #238ec6;
        }
        .navbar-default .navbar-nav>li .head-column-menu1-list li:first-child {
            border: none
        }
        .navbar-default .navbar-nav>li .head-column-menu1-list li:hover h3 i {
            color: #238ec6;
        }
        .navbar-default .navbar-nav>li .head-column-menu1-list li a {
            color: #000000
        }
        .navbar-default .navbar-nav>li .head-column-menu1-list li h3 {
            text-align: center;
            font-size: 14px;
            color: #222222;
            line-height: 20px;
            margin-bottom: 10px;
        }
        .navbar-default .navbar-nav>li .head-column-menu1-list li h3 svg {
            color: #238ec6;
            font-size: 20px;
            margin-right: 5px;
        }
        .navbar-default .navbar-nav>li .head-column-menu1-list li h3 span {
            vertical-align: middle;
        }
        .navbar-default .navbar-nav>li .head-column-menu1-list li h3:hover a .chengshiguihua {
            color: #238ec6
        }
        .navbar-default .navbar-nav>li .head-column-menu1-list li h3:hover a .zhengfu {
            color: #238ec6
        }
        .navbar-default .navbar-nav>li .head-column-menu1-list li h3:hover a .shangyeqiye {
            color: #238ec6
        }
        .navbar-default .navbar-nav>li .head-column-menu1-list li h3:hover a .jinrong {
            color: #238ec6
        }
        .navbar-default .navbar-nav>li .head-column-menu1-list li h3:hover a .aboutus {
            color: #238ec6
        }
        .navbar-default .navbar-nav>li .head-column-menu1-list li h3:hover a .xinwendongtai {
            color: #238ec6
        }
        .navbar-default .navbar-nav>li .head-column-menu1-list li h3:hover a .honors {
            color: #238ec6
        }
        .navbar-default .navbar-nav>li .head-column-menu1-list li h3:hover a .joinus {
            color: #238ec6
        }
        .navbar-default .navbar-nav>li .head-column-menu1-list li h3:hover a .contactus {
            color: #238ec6
        }
        .navbar-default .navbar-nav>li>.nav_tips {
            position: absolute;
            width: 740px;
        }
        .navbar-default .navbar-nav>li>.nav_tips>.L2 {
            padding: 0px 17px;
            background: #fff;
            display: none;
            padding: 0 20px 20px 20px;
        }
        .navbar-default .navbar-nav>li>.nav_tips>.L2>li {
            min-width: 140px;
            max-width: 155px;
            font-size: 14px;
            color: #333;
            float: left;
            padding-right: 10px;
        }
        .navbar-default .navbar-nav>li>.nav_tips>.L2>li .p {
            margin-bottom: 0px;
            padding-top: 20px
        }
        .header_bj .navbar-default .navbar-nav>li>.nav_tips>.L2>li .p {
            margin-bottom: 0px;
            padding-top: 20px
        }
        .header_bj .navbar-default .navbar-nav>li>.nav_tips>.L2>li .p>a {
            color: #fff;
        }
        .navbar-default .navbar-nav>li>.nav_tips>.L2>li .p>a {
            color: #333;
        }
        .navbar-default .navbar-nav>li>.nav_tips>.L2>li>a {
            text-decoration: none;
        }
        .navbar-default .navbar-nav>li>.nav_tips>.L2>li:nth-child(1) {
            margin-left: 0;
        }
        .navbar-default .navbar-nav>li>.nav_tips>.L2>li>.L3 {
            padding-top: 10px;
        }
        .navbar-default .navbar-nav>li>.nav_tips>.L2>li>.L3>li {
            padding-top: 5px;
            padding-right: 10px;
            min-width: 140px;
            max-width: 155px;
        }
        .navbar-default .navbar-nav>li>.nav_tips>.L2>li>.L3>li>a {
            text-decoration: none;
            font-size: 14px;
            color: #999;
        }
        .navbar-default .navbar-nav>li>.nav_tips>.L2>li>.L3>li>a:hover {
            color: #333;
        }
        .header_bj .navbar-default .navbar-nav>li>.nav_tips>.L2>li>.L3>li>a:hover {
            color: #fff;
        }
        .navbar-default .navbar-nav>li:hover .L2 {
            display: inline-block;
        }
        .navbar-default .navbar-nav>.li>.nav_tips>.L2 {
            background: #101113;
        }
        .navbar-default .navbar-nav>.li>.nav_tips>.L2>li>.L3>li>a {
            color: #999;
        }
        .navbar-default .navbar-nav>.li>.nav_tips>.L2>li {
            color: #fff;
        }
        .navbar-default .navbar-nav>.li>.nav_tips>.L2>li>.L3>li>a:hover {
            color: #999;
        }
        .In-Logo {
            margin-top: 0px;
        }
        .secondary {
            margin-top: 15px;
            margin-left: 2px;
            float: left;
            margin-bottom: 15px;
            margin-right: -20px;
        }
        .secondary>li {
            font-size: 16px;
            margin-left: 16px;
            line-height: 30px;
            border-radius: 15px;
            float: left;
        }
        .secondary>li>a {
            color: #fff;
            text-decoration: none;
        }
        .sec>li>a {
            color: #232323;
            text-decoration: none;
        }
        .secondary .li_color {
            color: #232323;
        }
        .secondary li .search {
            width: 30px;
            height: 30px;
            position: relative;
            background: #fff;
            margin: 0;
            border-radius: 15px;
            padding: 4px 15px;
        }
        .header_bj .secondary li .search {
            width: 30px;
            height: 30px;
            position: relative;
            background: #000;
            margin: 0;
            border-radius: 15px;
            padding: 4px 15px;
        }
        .search-trigger {
            position: absolute;
            top: 7px;
            right: 7px;
            width: 16px;
            height: 16px;
            border: 0;
            display: block;
            overflow: hidden;
            text-indent: -999px;
            background-repeat: no-repeat;
            background-position: 0 0;
            background-color: transparent;
            background-size: 32px 15px;
            background: url(/templates/metv6/ui/header/img/search.png);
        }
        .header_bj .search-trigger {
            position: absolute;
            top: 7px;
            right: 7px;
            width: 16px;
            height: 16px;
            border: 0;
            display: block;
            overflow: hidden;
            text-indent: -999px;
            background-repeat: no-repeat;
            background-position: 0 0;
            background-color: transparent;
            background-size: 32px 15px;
            background: url(/templates/metv6/ui/header/img/search2.png);
        }
        .search-input {
            position: absolute;
            color: #101113;
            border: none;
            background: none;
            font-size: 1.2rem;
            top: 2px;
            right: 25px;
            height: 25px;
            width: 30px;
        }
        .header_bj .search-input {
            position: absolute;
            color: #fff;
            border: none;
            background: none;
            font-size: 1.2rem;
            top: 2px;
            right: 25px;
            height: 25px;
            width: 30px;
        }
        /* end-header */
        /* 2. begin banner */
        .point-area {
            text-align: center;
            position: relative;
            width: 150px;
            height: 150px;
            -webkit-transition: opacity 0.5s ease-out;
            -moz-transition: opacity 0.5s ease-out;
            -o-transition: opacity 0.5s ease-out;
            transition: opacity 0.5s ease-out;
        }
        .point-area .point {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 10px;
            height: 10px;
            margin: auto;
            -webkit-border-radius: 50%;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 50%;
            -moz-background-clip: padding;
            border-radius: 50%;
            background-clip: padding-box;
            background: transparent;
        }
        .point-area .point-dot {
            z-index: 1;
            /* background-color: #fff; */
            /* border: 1px solid rgba(0, 0, 0, 0.37); */
        }
        .point-area .point-10 {
            width: 100%;
            height: 100%;
        }
        .point-area .point-70 {
            width: 100%;
            height: 100%;
        }
        .point-area .point-10:after {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            border-radius: 50%;
            border: 2px solid #fff;
            opacity: 0;
        }
        .point10-am1:after{
             -webkit-animation: ripple 4500ms ease-out 125ms infinite;
             -moz-animation: ripple 4500ms ease-out 125ms infinite;
             -o-animation: ripple 4500ms ease-out 125ms infinite;
             animation: ripple 4500ms ease-out 125ms infinite;
         }
        .point10-am2:after{
            -webkit-animation: ripple 4500ms ease-out 800ms infinite;
            -moz-animation: ripple 4500ms ease-out 800ms infinite;
            -o-animation: ripple 4500ms ease-out 800ms infinite;
            animation: ripple 4500ms ease-out 800ms infinite;
        }
        .point10-am3:after{
            -webkit-animation: ripple 4500ms ease-out 1550ms infinite;
            -moz-animation: ripple 4500ms ease-out 1550ms infinite;
            -o-animation: ripple 4500ms ease-out 1550ms infinite;
            animation: ripple 4500ms ease-out 1550ms infinite;
        }
        .point10-am4:after{
            -webkit-animation: ripple 4500ms ease-out 3500ms infinite;
            -moz-animation: ripple 4500ms ease-out 3500ms infinite;
            -o-animation: ripple 4500ms ease-out 3500ms infinite;
            animation: ripple 4500ms ease-out 3500ms infinite;
        }
        .point10-am4:after{
            -webkit-animation: ripple 4500ms ease-out 5000ms infinite;
            -moz-animation: ripple 4500ms ease-out 5000ms infinite;
            -o-animation: ripple 4500ms ease-out 5000ms infinite;
            animation: ripple 4500ms ease-out 5000ms infinite;
        }
        .point-area .point-70:after {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            border-radius: 50%;
            border: 2px solid #fff;
            opacity: 0;
        }
        .point70-am1:after{
            -webkit-animation: ripple 4500ms ease-out 1575ms infinite;
            -moz-animation: ripple 4500ms ease-out 1575ms infinite;
            -o-animation: ripple 4500ms ease-out 1575ms infinite;
            animation: ripple 4500ms ease-out 1575ms infinite;
        }
        .point70-am2:after{
            -webkit-animation: ripple 4500ms ease-out 300ms infinite;
            -moz-animation: ripple 4500ms ease-out 300ms infinite;
            -o-animation: ripple 4500ms ease-out 300ms infinite;
            animation: ripple 4500ms ease-out 300ms infinite;
        }
        .point70-am3:after{
            -webkit-animation: ripple 4500ms ease-out 3000ms infinite;
            -moz-animation: ripple 4500ms ease-out 3000ms infinite;
            -o-animation: ripple 4500ms ease-out 3000ms infinite;
            animation: ripple 4500ms ease-out 3000ms infinite;
        }
        .point70-am4:after{
            -webkit-animation: ripple 4500ms ease-out 5000ms infinite;
            -moz-animation: ripple 4500ms ease-out 5000ms infinite;
            -o-animation: ripple 4500ms ease-out 5000ms infinite;
            animation: ripple 4500ms ease-out 5000ms infinite;
        }
        .point70-am5:after{
            -webkit-animation: ripple 4500ms ease-out 8000ms infinite;
            -moz-animation: ripple 4500ms ease-out 8000ms infinite;
            -o-animation: ripple 4500ms ease-out 8000ms infinite;
            animation: ripple 4500ms ease-out 8000ms infinite;
        }
        @-webkit-keyframes ripple {
            0% {
                opacity: 0;
                -webkit-transform: scale(0.1, 0.1);
            }
            5% {
                opacity: 1;
            }
            100% {
                opacity: 0;
                -webkit-transform: scale(1)
            }
        }
        @-moz-keyframes ripple {
            0% {
                opacity: 0;
                -moz-transform: scale(0.1, 0.1);
            }
            5% {
                opacity: 1;
            }
            100% {
                opacity: 0;
                -moz-transform: scale(1)
            }
        }
        @-o-keyframes ripple {
            0% {
                opacity: 0;
                -o-transform: scale(0.1, 0.1);
            }
            5% {
                opacity: 1;
            }
            100% {
                opacity: 0;
                -o-transform: scale(1)
            }
        }
        @keyframes ripple {
            0% {
                opacity: 0;
                -webkit-transform: scale(0.1, 0.1);
                -moz-transform: scale(0.1, 0.1);
                -ms-transform: scale(0.1, 0.1);
                transform: scale(0.1, 0.1);
            }
            5% {
                opacity: 1;
            }
            100% {
                opacity: 0;
                -webkit-transform: scale(1);
                -moz-transform: scale(1);
                -ms-transform: scale(1);
                transform: scale(1);
            }
        }
        [not-existing] {
            zoom: 1;
        }
        .index_product_h1 {
            position: relative;
            margin: 250px 0 40px 0;
            text-align: center;
            font-size: 60px;
            font-weight: normal;
            color: #FFFFFF;
        }
        .content-region1 {
            padding: 20px 0 5px 0;
            height: 840px;
            transform: translateZ(0);
        }
        .content-region1-title {
            position: relative;
            width: 1200px;
            margin: 30px auto 50px auto;
            padding: 18px 0;
            text-align: center;
            font-weight: normal;
            font-size: 30px;
            color: #525252;
        }
        .content-region1-title:after {
            position: absolute;
            bottom: -2.5px;
            left: 50%;
            transform: translateX(-50%);
            content: "";
            width: 98px;
            height: 5px;
            /*background: #238ec6;*/
        }
        .content-region1-title p {
            margin-top: 10px;
            color: #9B9B9B;
            font-size: 16px;
        }
        .outer {
            zoom: 1;
        }
        .outer:after {
            clear: both;
            content: ".";
            display: block;
            width: 0;
            height: 0;
            visibility: hidden;
        }
        .content-region1-list {
            width: 1200px;
            margin: 40px auto 30px auto;
        }
        .content-region1-list li {
            list-style: none;
        }
        .content-region1-list-li-2 {
            z-index: 2;
            position: relative;
            background: white
        }
        .content-region1-list>li {
            position: relative;
            overflow: hidden;
            float: left;
            width: 300px;
            min-height: 570px;
            background-color: white;
            transition: transform 0.5s;
            transform: translateZ(0);
            cursor: pointer;
        }
        .content-region1-list>li.mouse-hover {
            box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.18);
            z-index: 1503;
            transform: scale(1.1);
        }
        .content-region1-list-div-1 {
            overflow: hidden;
            position: relative;
            height: 154px;
            padding: 0 0 20px 0;
            text-align: center;
            background-color: #F8F8F8;
            border-bottom: 1px solid #E6E6E6;
            transition: transform 0.3s;
        }
        .content-region1-list-title {
            transition: transform 0.8s;
            top: 0;
            left: 0;
            display: block;
            margin-top: 24px;
            font-size: 20px;
            color: #343434;
        }
        .service-title-left {
            transition: opacity 0s, transform 0.8s;
            position: absolute;
            top: 30px;
            left: 120px;
            width: 60px;
            opacity: 0;
            transform: translateZ(0);
        }
        .service-title-right {
            transition: opacity 1s;
            position: absolute;
            top: 20px;
            right: 0px;
            width: 200px;
            opacity: 0;
            transform: translateZ(0);
        }
        .content-region1-list-icon {
            transition: transform 1s, opacity 0s;
            transform: scale(1) translate(70px, 10px);
            position: relative;
            top: 20px;
            left: -70px;
            width: auto;
            height: 68px;
            opacity: 1;
            display: inline;
        }
        .content-region1-list-div-2 {
            position: relative;
            z-index: 1503;
            padding: 20px 0px;
            overflow: hidden;
        }
        .content-region1-list-div-2 a {
            color: #161616
        }
        .content-region1-list-div-2 li {
            margin: 10px 0px 0px 0px;
            padding: 0px 40px;
        }
        /* .content-region1-list-div-2 li:hover h3 i, */
        .content-region1-list-div-2 li:hover h3 span {
            /* .content-region1-list-div-2 li:hover a, */
            /* .content-region1-list-div-2 li:hover p, */
            /* .content-region1-list-div-2 li:hover .ali-icon { */
            color: #238ec6;
        }
        .content-region1-list-div-2 .details-btn {
            min-height: auto;
        }
        .content-region1-list-div-2 h3 {
            font-weight: 400;
            margin-bottom: 5px
        }
        .content-region1-list-div-2 svg {
            font-size: 20px;
            color: #238ec6;
            vertical-align: middle
        }
        .content-region1-list-div-2 span {
            font-size: 16px;
            color: #343434;
            vertical-align: middle;
            margin-left: 5px;
        }
        .content-region1-list-div-2 p {
            font-size: 12px;
            color: #a9a9a9;
            margin: 10px 0 0px 0;
            display: -webkit-box;
            display: -moz-box;
            overflow: hidden;
            text-overflow: ellipsis;
            word-break: break-all;
            -moz-box-orient: vertical;
            -webkit-box-orient: vertical;
            -moz-line-clamp: 4;
            -webkit-line-clamp: 4;
        }
        .mouse-hover .content-region1-list-div-1 {
            background-color: #238ec6;
            height: 133px;
        }
        .mouse-hover .service-title-left {
            transform-origin: top left;
            transform: translate3d(-85px, -4px, 0) scale(0.6);
            opacity: 1;
        }
        .mouse-hover .service-title-right {
            opacity: 1;
        }
        .mouse-hover .content-region1-list-icon {
            opacity: 0;
            transform: scale(0.5) translate(-60px, -25px);
        }
        .mouse-hover .content-region1-list-title {
            position: relative;
            transform: translate(-20px, -60px) scale(1.2);
            transform-origin: bottom;
            color: #FFFFFF;
        }
        /* end banner */
        /* 3. begin-func */
        .advert-region1-ul li {
            list-style: none;
            float: left;
            width: 25%;
            height: 67.5px;
            border-left: 1px solid #DDDDDD;
            box-sizing: border-box;
            text-align: center;
            display: list-item;
        }
        .advert-region1-brand-box1 {
            width: 68px;
            height: 69px;
        }
        .advert-region1-brand-box {
            position: relative;
            display: inline-block;
            width: 65px;
            vertical-align: middle;
            margin-right: 20px;
        }
        .advert-region1-brand-box1 .advert-region1-brand1 {
            left: 5px;
            width: 68px;
            height: 69px;
            display: block;
        }
        .advert-region1-brand1,
        index-page .advert-region1-brand1-2 {
            position: absolute;
            top: 0px;
            left: 0px;
            transition: transform 0.8s;
        }
        .advert-region1-introduce {
            vertical-align: middle;
            display: inline-block;
            width: 185px;
            min-height: 65px;
            font-size: 12px;
            text-align: left;
        }
        .advert-region1-brand1 img {
            display: block;
            width: 100%;
            height: 100%;
        }
        .advert-region1-brand1 .advert-region1-point {
            width: 12px;
            height: 13px;
            position: absolute;
            top: 0px;
            left: 0px;
            transition: left 1s, top 1s;
        }
        .advert-region1-ul-li-1 .advert-region1-point-1 {
            top: -5px;
            left: 28px;
        }
        .advert-region1-ul-li-1:hover .advert-region1-point-1 {
            top: 5px;
            left: 43px;
        }
        .advert-region1-ul-li-1 .advert-region1-point-2 {
            top: 33px;
            left: 26px;
        }
        .advert-region1-ul-li-1:hover .advert-region1-point-2 {
            top: 24px;
            left: 12px;
        }
        .advert-region1-ul-li-1 .advert-region1-point-3 {
            top: 50px;
            left: 60px;
        }
        .advert-region1-ul-li-1:hover .advert-region1-point-3 {
            top: 60px;
            left: 45px;
        }
        .advert-region1-ul-li-1:hover .advert-region1-brand1-2 {
            transform: translate(5px, 5px);
        }
        .advert-region1-brand1-2 {
            position: absolute;
            top: 0px;
            left: 0px;
            transition: transform 0.8s;
        }
        .advert-region1-ul-li-1:hover .advert-region1-brand1 {
            transform: translate(-5px, -5px);
        }
        .advert-region1-introduce h3 {
            font-size: 17px;
            margin: 0;
            padding: 0;
        }
        .advert-region1 ul li:first-child {
            border: none;
        }
        .advert-region1 ul li:hover h3 {
            color: #238ec6;
        }
        .advert-region1-introduce {
            vertical-align: middle;
            display: inline-block;
            width: 185px;
            min-height: 65px;
            font-size: 12px;
            text-align: left;
        }
        .advert-region1-introduce p {
            margin-top: 10px;
            color: #7A7A7A;
        }
        .advert-region1-brand-box2 {
            width: 70px;
            height: 58px;
        }
        .advert-region1-ul-li-2 .advert-region1-point-1 {
            top: 43px;
            left: -5px;
        }
        .advert-region1-ul-li-2 .advert-region1-point-2 {
            top: 3px;
            left: 62px;
        }
        .advert-region1-brand-box2 .advert-region1-brand1-2 {
            width: 35px;
            left: 17px;
            top: -11px;
        }
        .advert-region1-ul-li-2:hover .advert-region1-brand1 {
            transform: translate(0px, -2.5px);
        }
        .advert-region1-ul-li-2:hover .advert-region1-point-1 {
            top: 2px;
            left: -2px;
        }
        .advert-region1-ul-li-2:hover .advert-region1-point-2 {
            top: 40px;
            left: 62px;
        }
        .advert-region1-ul-li-2:hover .advert-region1-brand1-2 {
            transform: translate(0px, 2.5px);
        }
        .advert-region1-brand-box3 {
            width: 66px;
            height: 67px;
        }
        .advert-region1-ul-li-3 .advert-region1-point-1 {
            top: 25px;
            left: 18px;
        }
        .advert-region1-ul-li-3 .advert-region1-point-2 {
            top: 48px;
            left: -5px;
        }
        .advert-region1-ul-li-3 .advert-region1-point-3 {
            top: 48px;
            left: 38px;
        }
        .advert-region1-ul-li-3:hover .advert-region1-brand1 {
            transform: rotate(180deg);
        }
        .advert-region1-ul-li-3:hover .advert-region1-point-1 {
            top: 48px;
            left: -5px;
        }
        .advert-region1-ul-li-3:hover .advert-region1-point-2 {
            top: 48px;
            left: 40px;
        }
        .advert-region1-ul-li-3:hover .advert-region1-point-3 {
            top: 3px;
            left: -3px;
        }
        .advert-region1-brand-box4 .advert-region1-brand1 {
            width: 61px;
            height: 53px;
        }
        .advert-region1-brand-box4 {
            width: 62px;
            height: 70px;
        }
        .advert-region1-ul-li-4 .advert-region1-point-1 {
            top: -5px;
            left: 25px;
        }
        .advert-region1-ul-li-4 .advert-region1-point-2 {
            top: 45px;
            left: 55px;
        }
        .advert-region1-ul-li-4 .advert-region1-point-3 {
            top: 45px;
            left: -5px;
        }
        .advert-region1-ul-li-4:hover .advert-region1-brand1 {
            transform: scale(1.2);
        }
        .advert-region1-ul-li-4:hover .advert-region1-point-1 {
            top: 33px;
            left: 25px;
        }
        .advert-region1-ul-li-4:hover .advert-region1-point-2 {
            top: -5px;
            left: 25px;
        }
        .advert-region1-ul-li-4:hover .advert-region1-point-3 {
            top: 45px;
            left: 55px;
        }
        .advert-region1-ul-li-4:hover .advert-region1-brand1-2 {
            transform: scale(0.5);
        }
        /* end-func */
        /* 4. product */
        .industry-usage {
            background-size: cover;
            background-position: top center;
            background-attachment: fixed;
            transform: translateZ(0)
        }
        .industry-usage .industry-usage-mask {
            background: url(/templates/metv6/ui/header/img/yangyefangan-background.png);
            background-repeat: no-repeat;
            background-size: 100% 100%;
            overflow: hidden;
            padding: 20px 0 0 0;
            background-color: rgba(0, 0, 0, 0.55)
        }
        .industry-usage .industry-usage-title {
            width: 1200px;
            margin: 50px auto 40px auto;
            padding: 18px 0;
            text-align: center;
            font-weight: normal;
            font-size: 30px;
            color: #FFFFFF;
        }
        .industry-usage .industry-usage-title:after {
            position: absolute;
            margin-top: 14px;
            left: 50%;
            transform: translateX(-50%);
            content: "";
            width: 98px;
            height: 5px;
            /*background: #ffffff;*/
        }
        .industry-usage .industry-usage-title p {
            margin-top: 10px;
            color: #FFFFFF;
            font-size: 16px
        }
        .industry-usage .industry-swiper-container {
            width: 1200px;
            height: 470px;
            margin: 0 auto 15px auto;
            padding: 30px 9px;
            box-sizing: border-box
        }
        .industry-usage .industry-swiper-container ul {
            margin-left: 20px;
            width: 100%;
            height: 100%;
        }
        .industry-usage .industry-swiper-container ul li {
            float: left;
            margin: 0 0 0 60px;
            background: rgba(255, 255, 255, 0.7);
            width: 240px;
            height: 365px;
            display: list-item;
            position: relative;
        }
        .industry-usage .industry-swiper-container ul li:first-child {
            margin-left: 0px;
        }
        .industry-usage .industry-swiper-container ul li .item-content {
            position: relative;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            overflow: hidden;
            width: 100%;
            height: auto;
            text-align: center;
            color: #238ec6;
            font-size: 14px;
            transition: transform 1s
        }
        .industry-usage .industry-swiper-container ul li .item-content-hover {
            position: absolute;
            bottom: 0;
            z-index: 1600;
            width: 100%;
            height: 0;
            transition-duration: 1000ms;
        }
        .industry-usage .industry-swiper-container ul li .item-content-hover p {
            display: none;
            font-family: "微软雅黑";
            font-size: 29px;
            color: #fff;
            width: 90%;
            margin: 0 auto;
            text-align: center;
            margin-top: 80px;
            padding-top: 42px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }
        .industry-usage .industry-swiper-container ul li .item-content-hover img {
            display: none;
            margin: 0 auto;
            margin-top: 10px;
        }
        .industry-usage .industry-swiper-container ul li .item-content-hover a {
            display: none;
            font-family: "微软雅黑";
            font-size: 16px;
            color: #fff;
            text-align: center;
            text-decoration: none;
            padding: 2px 10px;
            border: solid 1px #fff;
            width: 40%;
            margin: 0 auto;
            margin-top: 15px;
        }
        .industry-usage .industry-swiper-container ul li:hover .item-content-hover {
            height: 100%;
            background-color: rgba(35, 142, 198, 0.7);
            transition-duration: 300ms;
        }
        .industry-usage .industry-swiper-container ul li:hover .item-content {
            display: none;
            transition-duration: 300ms;
        }
        .industry-usage .industry-swiper-container ul li:hover .item-content svg {
            display: none;
            transition-duration: 300ms;
        }
        .industry-usage .industry-swiper-container ul li:hover .item-content span {
            display: none;
            transition-duration: 300ms;
        }
        .industry-usage .industry-swiper-container ul li:hover .item-content-hover p {
            display: block;
            transition-duration: 300ms;
        }
        .industry-usage .industry-swiper-container ul li:hover .item-content-hover img {
            display: block;
            transition-duration: 300ms;
        }
        .industry-usage .industry-swiper-container ul li:hover .item-content-hover a {
            display: block;
            transition-duration: 300ms;
        }
        .industry-usage .industry-swiper-container ul li svg {
            display: block;
            margin: 0px auto 20px auto;
            font-family: iconfontx!important;
            font-size: 50px;
            font-style: normal;
            -webkit-font-smoothing: antialiased;
            -moz-font-smoothing: antialiased;
            -webkit-text-stroke-width: .2px;
            -moz-text-stroke-width: .2px;
            -moz-osx-font-smoothing: grayscale;
        }
        .industry-usage .industry-swiper-container ul li span {
            text-align: center;
            color: #238ec6;
            font-size: 18px;
            display: block;
        }
        /* end product */
        /* 5 begin-hangye */
        /* end hangye */
        /* 6 begin-pinpai */
        /* end pinpai */
        /* 7 begin-news */
        .content-region3 {
            background-color: #e0e9f1;
            padding: 67px 0 35px 0
        }
        .content-region3-title:after {
            position: absolute;
            bottom: -2.5px;
            left: 50%;
            transform: translateX(-50%);
            content: "";
            width: 98px;
            height: 5px;
            /*background: #238ec6;*/
        }
        .content-region3 {
            background-color: #F0F0F0;
            padding: 10px 0 15px 0
        }
        .content-region3-title {
            position: relative;
            width: 1200px;
            margin: 45px auto 45px auto;
            text-align: center;
            font-weight: normal;
            font-size: 30px;
            color: #525252;
        }
        .content-region3-title p {
            margin-top: 10px;
            color: #9B9B9B;
            font-size: 16px
        }
        .content-region3-list {
            width: 1200px;
            margin: 15px auto 20px auto
        }
        .content-region3-list-img {
            border: none;
            width: 362px;
            height: 202px;
            object-fit: cover
        }
        .content-region3-list-div {
            padding: 5px 35px
        }
        .content-region3-list-div h3 {
            height: 25px;
            font-weight: normal;
            font-size: 16px;
            line-height: 25px;
            margin-bottom: 10px;
            color: #4A4A4A;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis
        }
        .content-region3-list-div p {
            font-size: 14px;
            color: #939393;
            line-height: 20px;
            display: -webkit-box;
            overflow: hidden;
            text-overflow: ellipsis;
            word-break: break-all;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 4
        }
        /* end news */
        /* 8. begin-zhaoshang */
        .content-region5 {
            padding: 40px 0 0 0;
            background-color: white;
        }
        .content-region5-title {
            font-size: 26px;
            font-weight: normal;
            color: #292929;
            text-align: center;
            width: 1200px;
            margin: 0 auto;
        }
        .content-region5-list {
            width: 1200px;
            margin: 0 auto;
            padding: 30px 0 30px 0;
            text-align: center;
        }
        .content-region5-list li {
            cursor: pointer;
            display: inline-block;
            font-size: 25px;
            color: #4A4A4A;
            margin: 0 60px;
        }
        .content-region5-list li a {
            color: #4A4A4A;
        }
        .content-region5-list li svg {
            color: #238ec6;
            font-size: 36px;
            vertical-align: middle;
            margin-right: 10px
        }
        .content-region5-list li span {
            vertical-align: middle
        }
        .content-region5-list li:hover i,
        .content-region5-list li:hover span {
            color: #238ec6;
        }
        /* 8. end zhaoshang */
        /* 9. begin foot */
        .footer-container {
            height: 21.285714rem;
            padding-top: 4.071429rem;
            /*background: url(/templates/metv6/ui/header/img/bg-footer.jpg) no-repeat #383d45 bottom;*/
            background: #2a3139;
            -webkit-background-size: cover;
            background-size: cover;
        }
        .ui .container {
            width: 1127px;
            margin-left: auto!important;
            margin-right: auto!important;
        }
        .ui .container {
            display: block;
            max-width: 100%!important;
        }
        .container {
            height: 100%;
        }
        .footer-container .footer,
        .footer-container .footer .footer-nav {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
        }
        .footer-container .footer .footer-nav {
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }
        .footer-container .footer,
        .footer-container .footer .footer-nav {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
        }
        .footer-container .footer .footer-nav .content {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
        }
        .footer-container .footer .footer-nav .content .title {
            position: relative;
            margin-top: -20px;
            color: #fff;
            font-size: 20px;
            text-align: left;
            margin-bottom: 15px;
            display: block;
        }
        .container .title {
            color: #333;
            font-size: 1.857143rem;
            text-align: center;
            margin-bottom: 4rem;
        }
        .footer-container .footer .footer-nav .content .item {
            font-size: 14px;
            display: block;
            color: #999;
            margin-bottom: 5px;
            margin-left: 2px;
            text-align: left;
        }
        .footer-container .footer .footer-nav .content a {
            font-size: 14px;
            display: block;
            color: #999;
            margin-bottom: 5px;
            margin-left: 2px;
        }
        .footer-container .footer .footer-nav .content a:hover {
            color: #238ec6;
        }
        .footer-container .footer .footer-nav .content .item>i {
            font-size: 1.142857rem;
            line-height: 1.142857rem;
            margin-right: .857143rem;
        }
        .footer-container .footer .footer-nav .content .shanghai-address {
            margin: .357143rem 0 0 1.928571rem;
        }
        .footer-container .footer .wechat-container {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            margin-left: 5rem;
        }
        .footer-container .footer .wechat-container .wechat {
            width: 9.285714rem;
            height: 9.285714rem;
        }
        .footer-container .footer .wechat-container .wechat img {
            width: 100%;
            border-radius: .285714rem;
        }
        .footer-copyright {
            padding: 1.285714rem 0;
            border-top: .071429rem solid grey;
            color: #c0bebe;
            background: #393939;
            font-size: .928571rem;
        }
        .footer-copyright .container {
            height: 100%;
        }
        .footer-copyright .container .copyright {
            height: 100%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            text-align: center;
        }
        /* end foot */


   /*首页焦点呼吸图*/
    .container1 {
        display: flex;
        justify-content: center;
        align-items: center;
        /* height: 100vh; */
        height: 540px;
        overflow: hidden;
        animation-delay: 1s;
    }
    @keyframes scale {
        0% {
            transform: scale(1);
        }
        50%,
        75% {
            transform: scale(2.5);
        }
        78%, 100% {
            opacity: 0;
        }
    }
    .point1{
        width: 8px;
        height: 8px;
        background: #f583a1;
        border-radius: 50%;
        background-color: #00eefe;
        margin: 7px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .point1:before {
        content: '';
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #00eefe;
        opacity: 1;
        animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
        animation-delay: 50ms;
        transition: 0.5s all ease;
        transform: scale(1);
    }
    .point2{
        width: 8px;
        height: 8px;
        background: #f583a1;
        border-radius: 50%;
        background-color: #00eefe;
        margin: 7px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .point2:before {
        content: '';
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #00eefe;
        opacity: 0.7;
        animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
        animation-delay: 500ms;
        transition: 0.5s all ease;
        transform: scale(1);
    }
    .point3{
        width: 8px;
        height: 8px;
        background: #f583a1;
        border-radius: 50%;
        background-color: #00eefe;
        margin: 7px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .point3:before {
        content: '';
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #00eefe;
        opacity: 0.7;
        animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
        animation-delay: 1000ms;
        transition: 0.5s all ease;
        transform: scale(1);
    }
    .point4{
        width: 8px;
        height: 8px;
        background: #f583a1;
        border-radius: 50%;
        background-color: #00eefe;
        margin: 7px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .point4:before {
        content: '';
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #00eefe;
        opacity: 0.7;
        animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
        animation-delay: 2000ms;
        transition: 0.5s all ease;
        transform: scale(1);
    }
    .point5{
        width: 8px;
        height: 8px;
        background: #f583a1;
        border-radius: 50%;
        background-color: #00eefe;
        margin: 7px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .point5:before {
        content: '';
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #00eefe;
        opacity: 0.7;
        animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
        animation-delay: 3000ms;
        transition: 0.5s all ease;
        transform: scale(1);
    }
    .point6{
        width: 8px;
        height: 8px;
        background: #f583a1;
        border-radius: 50%;
        background-color: #00eefe;
        margin: 7px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .point6:before {
        content: '';
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #00eefe;
        opacity: 0.7;
        animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
        animation-delay: 4000ms;
        transition: 0.5s all ease;
        transform: scale(1);
    }
    .point7{
        width: 8px;
        height: 8px;
        background: #f583a1;
        border-radius: 50%;
        background-color: #00eefe;
        margin: 7px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .point7:before {
        content: '';
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #00eefe;
        opacity: 0.7;
        animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
        animation-delay: 5000ms;
        transition: 0.5s all ease;
        transform: scale(1);
    }
    .point8{
        width: 8px;
        height: 8px;
        background: #f583a1;
        border-radius: 50%;
        background-color: #00eefe;
        margin: 7px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .point8:before {
        content: '';
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #00eefe;
        opacity: 0.7;
        animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
        animation-delay: 6000ms;
        transition: 0.5s all ease;
        transform: scale(1);
    }
    .point9{
        width: 8px;
        height: 8px;
        background: #f583a1;
        border-radius: 50%;
        background-color: #00eefe;
        margin: 7px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .point9:before {
        content: '';
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #00eefe;
        opacity: 0.7;
        animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
        animation-delay: 7500ms;
        transition: 0.5s all ease;
        transform: scale(1);
    }
    .point10{
        width: 8px;
        height: 8px;
        background: #f583a1;
        border-radius: 50%;
        background-color: #00eefe;
        margin: 7px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .point10:before {
        content: '';
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #00eefe;
        opacity: 0.7;
        animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
        animation-delay: 8000ms;
        transition: 0.5s all ease;
        transform: scale(1);
    }
    .point11{
        width: 8px;
        height: 8px;
        background: #f583a1;
        border-radius: 50%;
        background-color: #00eefe;
        margin: 7px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .point11:before {
        content: '';
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #00eefe;
        opacity: 0.7;
        animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
        animation-delay: 8500ms;
        transition: 0.5s all ease;
        transform: scale(1);
    }
    .point12{
        width: 8px;
        height: 8px;
        background: #f583a1;
        border-radius: 50%;
        background-color: #00eefe;
        margin: 7px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .point12:before {
        content: '';
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #00eefe;
        opacity: 0.7;
        animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
        animation-delay: 9000ms;
        transition: 0.5s all ease;
        transform: scale(1);
    }
    .point13{
        width: 8px;
        height: 8px;
        background: #f583a1;
        border-radius: 50%;
        background-color: #00eefe;
        margin: 7px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .point13:before {
        content: '';
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #00eefe;
        opacity: 0.7;
        animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
        animation-delay: 9400ms;
        transition: 0.5s all ease;
        transform: scale(1);
    }
    .point14{
        width: 8px;
        height: 8px;
        background: #f583a1;
        border-radius: 50%;
        background-color: #00eefe;
        margin: 7px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .point14:before {
        content: '';
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #00eefe;
        opacity: 0.7;
        animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
        animation-delay: 9800ms;
        transition: 0.5s all ease;
        transform: scale(1);
    }
