﻿@media screen and (min-width:800px) {
    .iphone {
        display: none;
    }

    * {
        margin: 0;
        padding: 0;
    }

    .pc,html, body {
        height: 100%;
        width: 100%;
    }

    body {
        font-family: 'Microsoft YaHei';
        font-size: 12px;
        color: #000;
        margin: 0 auto;
        padding: 0;
        overflow-x: hidden;
        zoom: 1 !important;
        overflow-x: hidden;
        overflow-y: scroll;
    }

    ul, li {
        list-style: none;
        text-decoration: none;
        display: block;
    }

    a {
        text-decoration: none;
        cursor: pointer;
    }

        a:hover {
            text-decoration: none;
            cursor: pointer;
            color: #00C1DE;
        }


    .top_header_bar {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 102px;
        background-color: rgba(176,171,144,0.0);
        z-index: 999;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    .top_bar_div {
        position: absolute;
        width: 100%;
        min-width: 1100px;
        height: 50px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        color: white;
    }

    .top_bar {
        height: 50px;
    }

    .top-bar, .top-bar a {
        color: #fff;
    }

    .top_bar_text {
        float: right;
        color: #fff;
        margin-top: 13px;
        font-size: 17px;
        margin-right: 10%;
    }

    .fa {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
    }

    i.fa-phone-square {
        margin-right: 12px;
        color: #fff;
        font-size: 17px;
    }

    i.fa-envelope {
        margin-right: 12px;
        margin-left: 24px;
        color: #fff;
        font-size: 17px;
    }

    i.fa-clock-o {
        margin-right: 12px;
        margin-left: 24px;
        color: #fff;
        font-size: 14px;
    }

    .top_header_div {
        position: relative;
        top: 51px;
        width: 100%;
        height: 50px;
    }

    .floatTop {
        top: 0;
    }

    .top_header {
        position: relative;
        width: 60%;
        min-width: 1000px;
        height: 50px;
    }

    .top_header_img {
        position: absolute;
        top: 12px;
        left: 8px;
        width: 98px;
        height: 60px;
    }

    .main_nav {
        position: absolute;
        min-width: 600px;
        height: 50px;
        color: white;
    }

    .menu .menu-item {
        float: left;
        cursor: pointer;
        height: 50px;
        line-height: 50px;
        text-align: center;
        width: 88px;
        margin: auto;
        -webkit-transition: all 0.1s;
        -moz-transition: all 0.1s;
        -o-transition: all 0.1s;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        font-weight: 500;
        color: white;
        text-transform: uppercase;
    }

        .menu .menu-item:hover {
            color: #00C1DE;
        }

    .nav-cart-trigger {
        height: 15px;
        line-height: 48px;
        color: white;
        font-size: 16px;
        width: 18px;
        height: 50px;
        float: right;
        cursor: pointer;
        position: absolute;
        top: 32px;
        right: 5px;
    }



    .nav_user {
        height: 15px;
        line-height: 50px;
        color: white;
        font-size: 16px;
        width: 18px;
        height: 50px;
        float: right;
        cursor: pointer;
        position: absolute;
        top: 32px;
        right: 35px;
    }

        .nav_user:hover {
            color: #ff5c35;
        }

    .menu-font {
        color: white;
    }

    .banner {
        width: 100%;
        height: 100%;
        min-height: 700px;
        overflow: hidden;
        position: relative;
        background-color: black;
        min-width: 1100px;
    }

        .banner .bd_top {
            height: 100%;
            position: relative;
        }

            .banner .bd_top ul {
                height: 100%;
                position: relative;
            }

            .banner .bd_top li {
                width: 100% !important;
                height: 100%;
                background-repeat: no-repeat;
                background-position: center center;
            }

                .banner .bd_top li a {
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 100%;
                    height: 100%;
                }

        .banner .hd ul {
            text-align: center;
            position: absolute;
            left: 35%;
            bottom: 25px;
            width: 30%;
            min-width: 200px;
        }

        .banner .hd li {
            width: 30px;
            height: 30px;
            display: inline-block;
            background: rgba(5, 1, 2, .6);
            text-indent: 10px;
            cursor: pointer;
            margin-right: 1%;
            border-radius: 50%;
        }

            .banner .hd li:last-child {
                margin-right: 0;
            }

            .banner .hd li.on {
                background: #efe6e6;
            }
        /* 下面是前/后按钮代码，如果不需要删除即可 */
        .banner .next {
            position: absolute;
            left: auto;
            right: 15%;
            top: 40%;
            margin-top: -25px;
            display: block;
            width: 80px;
            height: 80px;
            background: url(/Img/jt_right.png) no-repeat 0 -80px;
            opacity: 0;
        }

        .banner .prev {
            position: absolute;
            left: 15%;
            top: 40%;
            margin-top: -25px;
            display: block;
            width: 80px;
            height: 80px;
            background: url(/Img/jt_left.png) no-repeat 0 -80px;
            opacity: 0;
        }

            .banner .prev:hover {
                opacity: 0.5;
            }

        .banner .next:hover {
            opacity: 0.5;
        }

        .banner:hover .prev {
            left: 1%;
            -webkit-transition: 0.4s;
            -moz-transition: 0.4s;
            -o-transition: 0.4s;
            -ms-transition: 0.4s;
            opacity: 1;
        }

        .banner:hover .next {
            right: 1%;
            -webkit-transition: 0.4s;
            -moz-transition: 0.4s;
            -o-transition: 0.4s;
            -ms-transition: 0.4s;
            opacity: 1;
        }

        .banner .prevStop {
            display: none;
        }

        .banner .nextStop {
            display: none;
        }

    .banner1 {
        float: left;
        margin-top: 200px;
        margin-left: 20%;
    }



    .banner1_001 {
        font-size: 40px;
        color: white;
        font-weight: 400;
        height: 80px;
        line-height: 60px;
    }

    .banner1_002 {
        font-size: 20px;
        color: white;
    }

    .banner1_003 {
        font-size: 20px;
        color: white;
        margin-top: 50px;
    }

        .banner1_003 i {
            color: #00C1DE;
            font-size: 25px;
        }

    .banner1_004 {
        height: 5px;
        background-color: #00C1DE;
        width: 150px;
    }

    .banner2 {
        width: 650px;
        margin: 0 auto;
        margin-top: 300px;
    }

    .banner2_001 {
        font-size: 40px;
        color: white;
        font-weight: 400;
        height: 60px;
        line-height: 60px;
        text-align: center;
    }

    .banner2_003 {
        font-size: 20px;
        color: #ff5c35;
        text-align: center;
        font-weight: 400;
    }

        .banner2_003 i {
            color: #ff5c35;
            font-size: 25px;
        }

    .banner2_004 {
        height: 5px;
        background-color: #ff5c35;
        width: 50px;
        margin: 0 auto;
    }

    .banner2_002 {
        font-size: 20px;
        color: white;
        text-align: center;
    }


    .banner3 {
        width: 650px;
        margin: 0 auto;
        margin-top: 300px;
    }

    .banner3_001 {
        font-size: 40px;
        color: white;
        font-weight: 400;
        height: 60px;
        line-height: 60px;
        text-align: center;
    }

    .banner3_003 {
        font-size: 20px;
        color: #ff5c35;
        text-align: center;
        font-weight: 400;
    }

        .banner3_003 i {
            color: #ff5c35;
            font-size: 25px;
        }

    .banner3_004 {
        height: 5px;
        background-color: #ff5c35;
        width: 50px;
        margin: 0 auto;
    }

    .banner3_002 {
        font-size: 20px;
        color: white;
        text-align: center;
    }

    .top_tar {
        float: left;
        margin-left: 5%;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }

        .top_tar img {
            margin-top: -5px;
            width: 30px;
            height: 23px;
        }

    .LogoDiv {
        width: 120px;
        height: 50px;
        position: relative;
        left: 10%;
        float: left;
    }

        .LogoDiv img {
            width: 100px;
            height: 33px;
            position: absolute;
            top: 12px;
            left: 22px;
        }

    .LogoDivTest {
        position: absolute;
        left: 12%;
    }

    .Main001 {
        width: 60%;
        min-width: 800px;
        height: auto;
        margin: 0 auto;
        margin-top: 100px;
        position: relative;
    }

    .Main002 {
        height: 50px;
        width: 100%;
        text-align: center;
        font-size: 24px;
    }

        .Main002 i {
            color: #ff5c35;
        }

    .Main003 {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        cursor: pointer;
        width: 100%;
        text-align: center;
        color: #808080;
    }

        .Main003:hover {
            color: #00C1DE;
        }

    .tabContent {
        width: 100%;
        border: 0px solid red;
        background-color: white;
        height: 400px;
        margin-top: 50px;
    }

    .tabContent_0001 {
        width: 80%;
        min-width: 800px;
        height: 100%;
        margin: 0 auto;
    }

    .tabContent_0002 {
        float: left;
        width: 30%;
        height: 100%;
        border: 1px solid #efe6e6;
        margin-left: 3%;
        border-radius: 10px;
        background: url(/Img/img1.jpg) no-repeat;
        background-size: cover;
        cursor: pointer;
    }

        .tabContent_0002:hover {
            transition: ease all 1s;
        }

    .tabContent_0003 {
        float: left;
        width: 30%;
        height: 100%;
        border: 1px solid #efe6e6;
        margin-left: 3%;
        border-radius: 10px;
        background: url(/Img/img2.jpg) no-repeat;
        background-size: cover;
        cursor: pointer;
    }

    .tabContent_0004 {
        float: left;
        width: 30%;
        height: 100%;
        border: 1px solid #efe6e6;
        margin-left: 3%;
        border-radius: 10px;
        cursor: pointer;
        background: url(/Img/img3.jpg) no-repeat;
        background-size: cover;
        cursor: pointer;
    }

    .tabContent_0005 {
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.5);
        color: white;
        border-radius: 10px;
        padding-top: 80px;
    }

    .Main007 {
        text-align: center;
    }

        .Main007 i {
            color: white;
            font-size: 38px;
        }

    .Main004 {
        font-size: 22px;
        font-weight: 600;
        text-align: center;
    }

    .Main005 {
        font-size: 15px;
        text-align: center;
    }

    .Main006 {
        cursor: pointer;
        font-size: 18px;
        text-align: center;
        opacity: 0;
        top: 20%;
        position: relative;
    }

    .Main0066 {
        cursor: pointer;
        font-size: 15px;
        text-align: center;
    }

    .tabContent_0005:hover .Main006 {
        opacity: 1;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        -ms-transition: 0.4s;
        top: 5%;
        position: relative;
    }

    .Main006:hover {
        color: #00C1DE;
    }

    .climg1 {
        top: 10px;
        left: 20px;
        font-size: 50px;
        position: absolute;
        color: rgba(0,193,222,0.4);
    }

    .climg2 {
        top: 42px;
        left: 40px;
        font-size: 66px;
        position: absolute;
        color: rgba(0,193,222,0.4);
    }

    .Main008 {
        height: 680px;
        width: 100%;
        min-width: 600px;
        margin: 0 auto;
        margin-top: 120px;
        background-color: #F5F5F6;
    }

    .Main0013 {
        height: 680px;
        width: 60%;
        min-width: 800px;
        margin: 0 auto;
        padding-top: 80px;
    }

    .Main009 {
        height: 120px;
        width: 30%;
        min-width: 260px;
        cursor: pointer;
    }

        .Main009:hover .Main0011 {
            color: #00C1DE;
        }

        .Main009:hover i {
            color: #00C1DE;
        }

        .Main009:hover .Main0015 {
            border: 1px solid #00C1DE;
            color: #00C1DE;
        }


    .Main0011 {
        font-size: 22px;
        color: #373d41;
        line-height: 24px;
        font-weight: bolder;
        margin-top: 12px;
        transition: all .3s ease-in-out;
    }

    .Main0012 {
        font-size: 12px;
        color: #9b9ea0;
        line-height: 18px;
        margin-top: 8px;
    }

    .Main0010 {
        height: auto;
        width: 54%;
        min-width: 260px;
        margin-left: 5%;
        border: 0px solid red;
        float: left;
        margin-top: 30px;
    }

    .Main0014 {
        height: auto;
        width: 40%;
        float: left;
        min-width: 260px;
        border: 0px solid red;
    }

    .Main0015 {
        width: 98px;
        height: 35px;
        border: 1px solid rgba(5, 1, 2, .6);
        background-color: transparent;
        color: rgba(5, 1, 2, .6);
        text-align: center;
        line-height: 32px;
        font-size: 14px;
        font-weight: 600;
    }

    .Main0016 {
        width: 45%;
        height: auto;
        border: 0px solid red;
        float: left;
    }

    .Main0017 {
        width: 45%;
        height: 100%;
        border: 0px solid red;
        margin-left: 5%;
        float: left;
    }

    .Main0018 {
        width: 100%;
        height: 50px;
        border-radius: 10px;
        border: 0px solid red;
        line-height: 50px;
        text-align: center;
        color: white;
        background-color: #00C1DE;
        font-size: 15px;
        cursor: pointer;
    }

    .Main0019 {
        margin-top: 50px;
        width: 100%;
        height: 50px;
        border-radius: 10px;
        border: 0px solid red;
        line-height: 50px;
        text-align: center;
        color: white;
        background-color: #00C1DE;
        font-size: 15px;
        cursor: pointer;
    }

        .Main0019:hover, .Main0018:hover {
            background-color: white;
            color: #00C1DE;
            border: 1px solid #00C1DE;
        }

    .Main0020 {
        width: 60%;
        height: 500px;
        margin: 0 auto;
    }

    .Main0021 {
        width: 100%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 25px;
        margin-top: 60px;
    }

    .Main0022 {
        width: 220px;
        height: 40px;
        margin: 0 auto;
    }

        .Main0022 img {
            width: 100%;
            height: 100%;
        }

    .Main0023 {
        text-align: center;
        font-size: 20px;
        color: #00C1DE;
        position: absolute;
        top: 140px;
        width: 100%;
    }

    .Main0024 {
        text-align: center;
        font-size: 15px;
        color: rgba(0,193,222,0.4);
        position: absolute;
        top: 190px;
        width: 100%;
    }

    .Main0029 {
        text-align: center;
        font-size: 15px;
        color: rgba(0,193,222,0.4);
        position: absolute;
        top: 210px;
        width: 100%;
    }

    .Main0027 {
        width: 120px;
        height: 120px;
        margin: 0 auto;
        margin-top: 18px;
    }

        .Main0027 img {
            width: 100%;
            height: 100%;
        }

    .Main0025 {
        width: 100px;
        height: 90px;
        margin-left: -50px;
        left: 50%;
        position: absolute;
        top: 30px;
    }

        .Main0025 img {
            width: 100%;
            height: 100%;
        }

    .Main0026 {
        width: 98px;
        height: 35px;
        border: 1px solid rgba(5, 1, 2, .6);
        border-radius: 20px;
        background-color: transparent;
        color: rgba(5, 1, 2, .6);
        text-align: center;
        line-height: 32px;
        font-size: 14px;
        font-weight: 600;
        margin: 0 auto;
        position: absolute;
        top: 270px;
        left: 50%;
        margin-left: -49px;
    }

        .Main0026:hover {
            background-color: #00C1DE;
            color: white;
            border: 1px solid white;
        }

    .Main0030 {
        width: 100%;
        height: 420px;
        background-color: #373d41;
        margin-top: 220px;
        min-width: 600px;
    }

    .Main0032 {
        width: 60%;
        height: 420px;
        min-width: 600px;
        margin: 0 auto;
    }

    .Main0031 {
        width: 25%;
        height: 100%;
        min-width: 150px;
        float: left;
        background-size: cover;
        background-size: 100%;
        cursor: pointer;
    }

    .Main0033 {
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.4);
        position: relative;
    }

    .Main0034 {
        font-size: 60px;
        color: white;
        text-align: center;
        width: 100%;
        position: absolute;
        top: 100px;
    }

    .Main0035 {
        background-color: white;
        height: 3px;
        width: 30px;
        left: 50%;
        top: 190px;
        margin-left: -15px;
        position: absolute;
    }

    .Main0036 {
        position: absolute;
        color: white;
        font-size: 17px;
        font-weight: 600;
        text-align: center;
        width: 100%;
        top: 220px;
    }

    .Main0037 {
        top: 200px;
        font-size: 12px;
        color: white;
        position: absolute;
        text-align: center;
        width: 70%;
        left: 50%;
        margin-left: -35%;
        opacity: 0;
    }

    .Main0031:hover .Main0033 {
        background-color: rgba(0,193,222,0.8);
    }

        .Main0031:hover .Main0033 .Main0034 {
            top: 40px;
            -webkit-transition: 0.4s;
            -moz-transition: 0.4s;
            -o-transition: 0.4s;
            -ms-transition: 0.4s;
        }

        .Main0031:hover .Main0033 .Main0035 {
            top: 130px;
            -webkit-transition: 0.4s;
            -moz-transition: 0.4s;
            -o-transition: 0.4s;
            -ms-transition: 0.4s;
        }

        .Main0031:hover .Main0033 .Main0036 {
            top: 160px;
            -webkit-transition: 0.4s;
            -moz-transition: 0.4s;
            -o-transition: 0.4s;
            -ms-transition: 0.4s;
        }

        .Main0031:hover .Main0033 .Main0037 {
            opacity: 1;
            -webkit-transition: 0.4s;
            -moz-transition: 0.4s;
            -o-transition: 0.4s;
            -ms-transition: 0.4s;
        }

    .Main0038 {
        width: 98px;
        height: 35px;
        border: 1px solid white;
        background-color: transparent;
        color: white;
        text-align: center;
        line-height: 32px;
        font-size: 14px;
        margin: 0 auto;
        margin-top: 20px;
    }

        .Main0038:hover {
            background-color: white;
            color: #00C1DE;
        }

    .Main0040 {
        width: 100%;
        height: 420px;
        background-color: white;
        margin-top: 50px;
        min-width: 600px;
    }

    .Main0041 {
        width: 410px;
        height: 82px;
        background-color: white;
        min-width: 600px;
        margin: 0 auto;
        margin-top: 150px;
        background: url(/Img/img43.png) no-repeat center center;
    }

    .fzg0007 {
        width: 65%;
        min-width: 1100px;
        height: 460px;
        margin: 0 auto;
        margin-top: 60px;
        position: relative;
    }

    .fzg0008 {
        opacity: 0;
        width: 38%;
        height: auto;
        float: left;
        top: 0px;
        left: 0px;
        min-width: 530px;
        animation: moveNew 1s forwards;
        animation-play-state: paused;
    }


        .fzg0008 li {
            width: 100%;
            cursor: pointer;
            height: 68px;
            color: #999;
            overflow: hidden;
            margin-bottom: 16px;
        }


        .fzg0008 a {
            color: inherit;
            text-decoration: none;
            cursor: pointer;
        }

        .fzg0008 .date {
            text-align: center;
            background-color: #f8f8f8;
            width: 70px;
            height: 68px;
            color: #999;
            float: left;
            position: relative;
        }

            .fzg0008 .date span {
                display: inline-block;
                color: #999;
                -webkit-transition: -webkit-transform 0.3s ease 0s;
                transition: transform 0.3s ease 0s;
                -webkit-transform-origin: 50% 0px 0px;
                -ms-transform-origin: 50% 0px 0px;
                transform-origin: 50% 0px 0px;
                -webkit-transform-style: preserve-3d;
                -ms-transform-style: preserve-3d;
                transform-style: preserve-3d;
            }

        .fzg0008 span {
            display: block;
            width: 100%;
            height: 40px;
            background-color: #e4e4e4;
            line-height: 40px;
            font-size: 30px;
            font-weight: bold;
            margin-bottom: 5px;
        }

        .fzg0008 .date b {
            display: block;
            width: 70px;
            height: 0;
            position: absolute;
            top: 40px;
            left: 0;
            background-color: #00C1DE;
            color: #fff;
            line-height: 40px;
            font-size: 30px;
            transition: all 0.3s ease 0s;
            overflow: hidden;
        }

        .fzg0008 .content {
            width: 430px;
            float: right;
            line-height: 17px;
        }

        .fzg0008 h3 {
            overflow: hidden;
            color: #333;
            font-size: 16px;
            margin-bottom: 5px;
            height: 30px;
            line-height: 30px;
            margin-top: 0px;
            font-weight: 600;
        }

        .fzg0008 li:hover span {
            -webkit-transform: rotateX(90deg) translateY(-22px);
            -ms-transform: rotateX(90deg) translateY(-22px);
            transform: rotateX(90deg) translateY(-22px);
        }

        .fzg0008 li:hover b {
            top: 0;
            height: 40px;
            transition: all 0.3s ease 0s;
        }

        .fzg0008 li:hover .date {
            color: #00C1DE;
        }

        .fzg0008 li:hover h3 {
            color: #00C1DE;
        }

    .fzg0009 {
        min-width: 420px;
        height: 460px;
        min-width: 500px;
        animation: zoomIn 0.2s forwards;
        animation-play-state: paused;
        position: relative;
        top: 0px;
        left: 50%;
        width: 55%;
    }

        .fzg0009 img {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 70%;
        }

    .contents {
        width: 50px;
        height: 50px;
    }

    .Main0044 {
        position: absolute;
        top: 70%;
        width: 100%;
    }

    .Main0042 {
        text-align: left;
        font-size: 18px;
        font-weight: 600;
        margin-top: 20px;
    }

    .Main0043 {
        text-align: left;
        font-size: 14px;
        color: #999;
        position: absolute;
    }

    .Main0045 {
        width: 2px;
        height: 400px;
        background-color: #00C1DE;
        float: left;
        margin-left: 35px;
        margin-top: 10px;
    }

    .move1 {
        animation-play-state: running;
    }

    @keyframes moveNew {
        from {
            opacity: 0;
            margin-left: 500px;
        }

        to {
            opacity: 1;
            margin-left: 0;
        }
    }

    .Main0046 {
        height: 150px;
        width: 100%;
        background: url(/Img/img44.jpg) no-repeat;
        background-size: cover;
        margin-top: 100px;
        background-size: 100% 100%;
        color: white;
        font-size: 32px;
        text-align: center;
        line-height: 150px;
        min-width: 600px;
    }

    .Main0047 {
        height: auto;
        width: 100%;
        margin-top: 50px;
    }

    .Main0048 {
        height: 50px;
        width: 100%;
        font-size: 28px;
        color: #373D41;
        text-align: center;
    }

    .Main0049 {
        height: 50px;
        width: 100%;
        font-size: 14px;
        color: #5F6367;
        text-align: center;
    }

    .Main0050 {
        width: 870px;
        height: 720px;
        position: relative;
        margin: 0 auto;
    }

        .Main0050 img {
            width: 100%;
            height: 100%;
        }

    @keyframes warn {
        0% {
            transform: scale(0.3);
            -webkit-transform: scale(0.3);
            opacity: 0.0;
        }

        25% {
            transform: scale(0.5);
            -webkit-transform: scale(0.5);
            opacity: 0.1;
        }

        50% {
            transform: scale(0.7);
            -webkit-transform: scale(0.7);
            opacity: 0.3;
        }

        60% {
            transform: scale(0.9);
            -webkit-transform: scale(0.9);
            opacity: 0.3;
        }

        75% {
            transform: scale(1.1);
            -webkit-transform: scale(1.1);
            opacity: 0.5;
        }

        100% {
            transform: scale(1.3);
            -webkit-transform: scale(1.3);
            opacity: 0.0;
        }
    }

    @keyframes warn1 {
        0% {
            transform: scale(0.8);
            -webkit-transform: scale(0.8);
            opacity: 0.0;
        }

        25% {
            transform: scale(1);
            -webkit-transform: scale(1);
            opacity: 0.1;
        }

        50% {
            transform: scale(1.2);
            -webkit-transform: scale(1.2);
            opacity: 0.3;
        }

        60% {
            transform: scale(1.4);
            -webkit-transform: scale(1.4);
            opacity: 0.3;
        }

        75% {
            transform: scale(1.6);
            -webkit-transform: scale(1.6);
            opacity: 0.5;
        }

        100% {
            transform: scale(1.8);
            -webkit-transform: scale(1.8);
            opacity: 0.0;
        }
    }

    .containers {
        position: absolute;
        width: 35px;
        height: 35px;
        top: 320px;
        right: 150px;
    }

    .containers1 {
        position: absolute;
        width: 35px;
        height: 35px;
        top: 320px;
        right: 130px;
    }

    .containers2 {
        position: absolute;
        width: 35px;
        height: 35px;
        top: 220px;
        right: 130px;
    }

    .containers3 {
        position: absolute;
        width: 35px;
        height: 35px;
        top: 420px;
        right: 330px;
    }

    .containers4 {
        position: absolute;
        width: 35px;
        height: 35px;
        top: 320px;
        right: 430px;
    }

    .containers5 {
        position: absolute;
        width: 35px;
        height: 35px;
        top: 220px;
        right: 530px;
    }

    .containers6 {
        position: absolute;
        width: 35px;
        height: 35px;
        top: 120px;
        right: 550px;
    }

    .containers7 {
        position: absolute;
        width: 35px;
        height: 35px;
        top: 400px;
        right: 430px;
    }

    .containers8 {
        position: absolute;
        width: 35px;
        height: 35px;
        top: 240px;
        right: 570px;
    }

    .containers9 {
        position: absolute;
        width: 35px;
        height: 35px;
        top: 260px;
        right: 630px;
    }
    /* 保持大小不变的小圆点 */
    .dot {
        position: absolute;
        width: 7px;
        height: 7px;
        top: 13.5px;
        left: 14.5px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border: 1px solid #ff5c35;
        border-radius: 50%;
        background-color: #ff5c35; /* 实心圆 ，如果没有这个就是一个小圆圈 */
        z-index: 2;
    }
    /* 产生动画（向外扩散变大）的圆圈 第一个圆 */
    .pulse {
        position: absolute;
        width: 35px;
        height: 35px;
        top: 0px;
        left: 0px;
        border: 1px solid #ff5c35;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        z-index: 1;
        opacity: 0;
        -webkit-animation: warn 2s ease-out;
        -moz-animation: warn 2s ease-out;
        animation: warn 2s ease-out;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        box-shadow: 1px 1px 30px #ff5c35; /* 阴影效果 */
    }
    /* 产生动画（向外扩散变大）的圆圈 第二个圆 */
    .pulse1 {
        position: absolute;
        width: 35px;
        height: 35px;
        top: 0px;
        left: 0px;
        border: 1px solid #ff5c35;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        z-index: 1;
        opacity: 0;
        -webkit-animation: warn1 2s ease-out;
        -moz-animation: warn1 2s ease-out;
        animation: warn1 2s ease-out;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        box-shadow: 1px 1px 30px #ff5c35; /* 阴影效果 */
    }

    .Main0060 {
        width: 100%;
        height: 390px;
        margin-top: 50px;
        background-color: #373d41;
    }

    .Main0065 {
        width: 60%;
        margin: 0 auto;
        padding-top: 100px;
        min-width: 1200px;
    }

    .Main0061 {
        width: 100%;
        height: 50px;
        margin: 0 auto;
        color: #939393;
        min-width: 600px;
        margin-top: 20px;
        font-size: 15px;
    }

    .Main0062 {
        width: 100%;
        height: 150px;
        margin: 0 auto;
        color: #939393;
        color: white;
        font-size: 16px;
        min-width: 600px;
    }

        .Main0062 div {
            height: 40px;
            line-height: 40px;
        }

    .Main0063 {
        width: 48%;
        min-width: 300px;
        float: left;
    }

    .Main0064 {
        width: 48%;
        min-width: 300px;
        float: left;
        padding-left: 150px;
        border-left: 1px solid white;
        height: 200px;
    }

    p {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
}
