﻿@media screen and (max-width:799px) {
    .pc {
        display: none;
    }

    * {
        margin: 0;
        padding: 0;
    }

    .iphone, html, body {
        height: 100%;
        width: 100%;
    }

    .iphone {
        overflow: hidden;
        overflow-y: auto;
    }

    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_div {
        height: 60px;
        width: 100%;
        background-color: #383d41;
    }

    .top_div_left {
        float: left;
        width: 50%;
    }

    .top_div_right {
        float: left;
        width: 50%;
        position: relative;
    }

        .top_div_right i {
            font-size: 27px;
            color: white;
            position: absolute;
            right: 15px;
            top: 17px;
        }

    .LogoDiv {
        width: 120px;
        height: 50px;
        position: relative;
        left: 10%;
        float: left;
    }

        .LogoDiv img {
            width: 100px;
            height: 33px;
            position: absolute;
            top: 14px;
            left: 10px;
        }

    .menu_div {
        position: absolute;
        top: 0;
        background-color: rgba(0,0,0,0.1);
        height: 100%;
        width: 0;
        z-index: 999;
    }

    .menu_div_right {
        height: 100%;
        width: 80%;
        position: absolute;
        left: 0;
        top: 0;
        background-color: #2e2e2e;
        display: none;
    }

    .menu_div_right_01 {
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: white;
        font-size: 14px;
        border-bottom: 1px solid #444;
    }

    .menu_div_right_02 {
        width: 90%;
        height: 40px;
        text-align: center;
        background-color: #00C1DE;
        color: white;
        line-height: 40px;
        margin: 0 auto;
        margin-top: 10px;
    }

    .banner {
        width: 100%;
        height: 300px;
        overflow: hidden;
        position: relative;
        background-color: black;
    }

        .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: 27%;
            bottom: 25px;
            width: 30%;
            min-width: 200px;
        }

        .banner .hd li {
            width: 18px;
            height: 18px;
            display: inline-block;
            background: rgba(5, 1, 2, .6);
            text-indent: 10px;
            cursor: pointer;
            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: 20px;
        margin-left: 20%;
    }



    .banner1_001 {
        font-size: 22px;
        color: white;
        font-weight: 400;
        height: 80px;
        line-height: 60px;
    }

    .banner1_002 {
        font-size: 15px;
        color: white;
    }

    .banner1_003 {
        font-size: 15px;
        color: white;
        margin-top: 25px;
    }

        .banner1_003 i {
            color: #00C1DE;
            font-size: 15px;
        }

    .banner1_004 {
        height: 2px;
        background-color: #00C1DE;
        width: 100px;
    }

    .banner2 {
        width: 300px;
        margin: 0 auto;
        margin-top: 20px;
    }

    .banner2_001 {
        font-size: 20px;
        color: white;
        font-weight: 400;
        line-height: 60px;
        text-align: center;
    }

    .banner2_003 {
        font-size: 15px;
        color: #ff5c35;
        text-align: center;
        font-weight: 400;
    }

        .banner2_003 i {
            color: #ff5c35;
            font-size: 15px;
        }

    .banner2_004 {
        height: 5px;
        background-color: #ff5c35;
        width: 50px;
        margin: 0 auto;
    }

    .banner2_002 {
        font-size: 20px;
        color: white;
        text-align: center;
    }


    .banner3 {
        width: 300px;
        margin: 0 auto;
        margin-top: 30px;
    }

    .banner3_001 {
        font-size: 22px;
        color: white;
        font-weight: 400;
        height: 60px;
        line-height: 60px;
        text-align: center;
    }

    .banner3_003 {
        font-size: 15px;
        color: #ff5c35;
        text-align: center;
        font-weight: 400;
    }

        .banner3_003 i {
            color: #ff5c35;
            font-size: 20px;
        }

    .banner3_004 {
        height: 2px;
        background-color: #ff5c35;
        width: 50px;
        margin: 0 auto;
    }

    .banner3_002 {
        font-size: 20px;
        color: white;
        text-align: center;
    }

    .Main002 {
        height: 45px;
        width: 100%;
        text-align: center;
        font-size: 17px;
        margin-top: 20px;
    }

        .Main002 i {
            color: #ff5c35;
        }

    .Main003 {
        height: 20px;
        line-height: 20px;
        font-size: 13px;
        cursor: pointer;
        width: 100%;
        text-align: center;
        color: #808080;
    }

        .Main003:hover {
            color: #00C1DE;
        }

    .tabContent {
        width: 100%;
        border: 0px solid red;
        background-color: white;
        margin-top: 20px;
    }


    .tabContent_0002 {
        width: 80%;
        height: 200px;
        border: 1px solid #efe6e6;
        border-radius: 10px;
        background: url(/Img/img1.jpg) no-repeat;
        background-size: cover;
        cursor: pointer;
        margin: 0 auto;
        margin-top: 30px;
    }

    .tabContent_0003 {
        width: 80%;
        height: 200px;
        border: 1px solid #efe6e6;
        border-radius: 10px;
        background: url(/Img/img2.jpg) no-repeat;
        background-size: cover;
        cursor: pointer;
        margin: 0 auto;
        margin-top: 30px;
    }

    .tabContent_0004 {
        width: 80%;
        height: 200px;
        border: 1px solid #efe6e6;
        border-radius: 10px;
        background: url(/Img/img3.jpg) no-repeat;
        background-size: cover;
        cursor: pointer;
        margin: 0 auto;
        margin-top: 30px;
    }

    .tabContent_0005 {
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.5);
        color: white;
        border-radius: 10px;
        padding-top: 20px;
    }

    .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: 2%;
        position: relative;
    }

    .Main0066 {
        cursor: pointer;
        font-size: 15px;
        text-align: center;
    }

    .Miphone002 {
        width: 100%;
        background-color: #F6F7F7;
        padding-top: 30px;
        margin-top: 30px;
    }

    .Miphone001 {
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 2.5rem;
        color: #373D41;
        text-align: center;
    }

    .Miphone003 {
        width: 100%;
        height: 50px;
        line-height: 30px;
        font-size: 1rem;
        color: #999;
        text-align: center;
    }

    .Miphone005 {
        width: 90%;
        height: 50px;
        margin: 0 auto;
        margin-top: 15px;
    }

    .Miphone006 {
        float: left;
        width: 50%;
        height: 50px;
        font-size: 15px;
        text-align: left;
        font-weight: 600;
    }

    .Miphone007 {
        width: 95%;
        height: 40px;
        margin: 0 auto;
        margin-top: 10px;
    }

    .Miphone004 {
        width: 48%;
        height: 40px;
        background-color: white;
        line-height: 40px;
        border-radius: 5px;
        font-size: 15px;
        padding-left: 15px;
        float: left;
        text-align: left;
    }

    .Main0020 {
        width: 100%;
        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%;
        }

    .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;
        }

    .Main0025 {
        width: 100px;
        height: 90px;
        margin-left: -50px;
        left: 50%;
        position: absolute;
        top: 30px;
    }

        .Main0025 img {
            width: 100%;
            height: 100%;
        }

    .Miphone008 {
        height: 45px;
        width: 100%;
        text-align: center;
        font-size: 17px;
        margin-top: 20px;
    }

    .Miphone009 {
        height: 300px;
        width: 95%;
        margin: 0 auto;
        margin-top: 20px;
        background: url(/Img/img33.jpg) no-repeat;
        background-size: cover;
        position: relative;
    }

    .Miphone010 {
        height: 300px;
        width: 95%;
        margin: 0 auto;
        margin-top: 20px;
        background: url(/iphoneImg/iphoneimg00200.jpg) no-repeat;
        background-size: cover;
        position: relative;
    }

    .Miphone011 {
        height: 300px;
        width: 95%;
        margin: 0 auto;
        margin-top: 20px;
        background: url(/iphoneImg/iphoneimg00201.jpg) no-repeat;
        background-size: cover;
        position: relative;
    }

    .Miphone012 {
        height: 300px;
        width: 95%;
        margin: 0 auto;
        margin-top: 20px;
        background: url(/iphoneImg/iphoneimg00202.jpg) no-repeat;
        background-size: cover;
        position: relative;
        color: #ff5c35;
    }

    .Main0034 {
        font-size: 60px;
        color: white;
        text-align: center;
        width: 100%;
        position: absolute;
        top: 10px;
    }

    .Main0035 {
        background-color: white;
        height: 3px;
        width: 30px;
        left: 50%;
        top: 80px;
        margin-left: -15px;
        position: absolute;
    }

    .Main0036 {
        position: absolute;
        font-size: 17px;
        font-weight: 600;
        text-align: center;
        width: 100%;
        top: 110px;
        color: white;
    }

    .Main0037 {
        top: 170px;
        font-size: 12px;
        color: white;
        position: absolute;
        text-align: center;
        width: 70%;
        left: 50%;
        margin-left: -35%;
    }

    .Main0041 {
        width: 250px;
        height: 50px;
        background-color: white;
        margin: 0 auto;
        margin-top: 50px;
        background: url(/Img/img43.png) no-repeat center center;
        background-size: cover;
    }

    .fzg0007 {
        width: 97%;
        height: 460px;
        margin: 0 auto;
        margin-top: 60px;
        position: relative;
    }

    .fzg0008 {
        opacity: 1;
        width: 100%;
        height: auto;
        float: left;
        top: 0px;
        left: 0px;
        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: 20%;
            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: 22px;
            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: 22px;
            transition: all 0.3s ease 0s;
            overflow: hidden;
        }

        .fzg0008 .content {
            width: 78%;
            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;
        }

    .Main0047 {
        height: auto;
        width: 100%;
        margin-top: 50px;
    }

    .Main0048 {
        height: 40px;
        width: 95%;
        font-size: 18px;
        color: #373D41;
        text-align: center;
    }

    .Main0049 {
        height: 40px;
        width: 95%;
        font-size: 10px;
        color: #5F6367;
        text-align: center;
    }

    .Main0050 {
        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: 190px;
        right: 150px;
    }

    .containers1 {
        position: absolute;
        width: 35px;
        height: 35px;
        top: 80px;
        right: 130px;
    }

    .containers2 {
        position: absolute;
        width: 35px;
        height: 35px;
        top: 100px;
        right: 200px;
    }

    .containers3 {
        position: absolute;
        width: 35px;
        height: 35px;
        top: 150px;
        right: 50px;
    }

    .containers4 {
        position: absolute;
        width: 35px;
        height: 35px;
        top: 120px;
        right: 110px;
    }

    .containers5 {
        position: absolute;
        width: 35px;
        height: 35px;
        top: 120px;
        right: 230px;
    }

    .containers6 {
        position: absolute;
        width: 35px;
        height: 35px;
        top: 120px;
        right: 350px;
    }

    .containers7 {
        position: absolute;
        width: 35px;
        height: 35px;
        top: 200px;
        right: 130px;
    }

    .containers8 {
        position: absolute;
        width: 35px;
        height: 35px;
        top: 140px;
        right: 270px;
    }

    .containers9 {
        position: absolute;
        width: 35px;
        height: 35px;
        top: 130px;
        right: 340px;
    }
    /* 保持大小不变的小圆点 */
    .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; /* 阴影效果 */
    }

    .Main0061 {
        width: 100%;
        height: 50px;
        margin: 0 auto;
        color: #939393;
        min-width: 600px;
        margin-top: 100px;
        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;
            width: 100%;
        }

    .Main0063 {
        width: 48%;
        min-width: 300px;
        float: left;
    }

    .Miphone013 {
        width: 100%;
        height: 400px;
        margin-top: 50px;
        background-color: #373d41;
        padding: 20px;
    }
}
