﻿ 
body {
    color: #333;
    font-family: "Microsoft YaHei",Helvetia,"lucida Grande",Verdana,Arial;
    font-size: 14px; 
}

.container{
    padding-left:15px;
    padding-right:15px;
    margin:0px auto;
}

.header-full {
    background-attachment: fixed;
    background-color: rgb(38, 38, 38);
    background-image: url("../images/index/bg4.jpg"); 
    background-repeat: no-repeat;
    background-size: 100% 100%;
    box-shadow: -6px 0 0 0 rgb(0, 0, 0);
    height: 70%;
    min-height: 710px;
    padding-bottom: 102px;
    position: relative;
    -webkit-transform: rotate(0deg) scale(1) translate(0%, 0%);
    transform: rotate(0deg) scale(1) translate(0%, 0%);
    transition: all 2s ease 0s;
    padding-left: 0px;
    padding-right: 0px;
}
.header-full_old {
    background-attachment: fixed;
    background-color: rgb(38, 38, 38);
    background-image: url("../images/index/bg4.jpg");
    background-position: 80% -90px;
    background-repeat: no-repeat;
    background-size: 110% 115%;
    box-shadow: -6px 0 0 0 rgb(0, 0, 0);
    height: 70%;
    min-height: 710px;
    padding-bottom: 102px;
    position: relative;
    -webkit-transform: rotate(0deg) scale(1) translate(0%, 0%);
    transform: rotate(0deg) scale(1) translate(0%, 0%);
    transition: all 2s ease 0s;
    padding-left: 0px;
    padding-right: 0px;
}
.header-back {
    /* background-color: transparent;
    background-image: url(../images/index/body.png);
      background: rgba(0,62,165,0.75);  background:rgba(0,0,0,0.75);background: rgba(22,143,209,0.75);
   */
    background: rgba(6,26,91,0.83);
    height: 100%;
    min-height: 700px;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.header-logo {
    background: url(../images/index/snlogo-j.png) no-repeat;
    background-position:10% bottom; 
    background-size:auto 80%;
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.15);*/
    border-radius: 0;
    z-index: 5;
    padding: 0px 30px;
    height:4.8vh;
}


.header-more-btn{
    background:linear-gradient(to right, #2a8fc3,#2a5cc3);
    padding:6px 16px;
    border-radius:10px;
    color:#ffffff;
}

.header-more {
    background-color: transparent;
    border: 1px solid transparent;
    padding: 10px 16px;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

    .header-more-hover {
        /*background-color: rgba(255,255,255,0.8);
        color:rgb(22,143,209);*/
        border: 1px solid #fff;
    }

.header-more-hovero {
    background-color: rgba(22,143,209,0.8);
    border: 1px solid transparent;
}

.text-num {
    margin-right: 6px;
    margin-left: -20px;
    font-size: 1.8rem;
}

.title-container {
    text-align: center;
    position: relative;
}

    .title-container h2 {
        position: relative;
        font-weight: 800;
        line-height: 1.5em;
        margin-bottom: 20px;
        /*padding-bottom: 15px;*/
        font-size: 25px;
    }
 
.products {
    padding-left: 0px;
    padding-right: 0px; 
    background: url(../images/bg_inner.png) repeat-y;
    background-size:100%;
}

    .products ul {
        position: relative;
        width: 100%;
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: hidden;
        display: block;
        height: 100vh;
    }

    .products ul li {
        position: relative;
        padding: 0px ;
        background: #fff;
        z-index: 2;
        height: 25vh;
       
        line-height: 5.5vw;
        -webkit-transform: translateZ(0px);
        -moz-transform: translateZ(0px);
        -ms-transform: translateZ(0px);
        -o-transform: translateZ(0px);
        transform: translateZ(0px);
    /*    scroll-snap-align: start;
        scroll-snap-stop: always;*/
    }

        .products ul li a {
            position:absolute;
            left:0px;
            right:0px;
            top:0px;
            bottom:0px;
            color: #ffffff;
            font-size: 3.6vw;
            padding:10px 20px;
        }

        .li-shadow {
            box-shadow: rgba(0, 0, 0,0.9) 0px -1.5px 12px;
            /*margin: 10px 0px;*/ 
        }
.card-title{
    color:#434242;
}
.card-info {
    margin-top: 1.8vh;
    margin-left: 20px;
}

.card-img {
    position: absolute;
    top:12%;
    bottom:12%;
    right: 15px;
    max-width: 36%;
    z-index: 2;
     height:75%;
 /*   height: 120px;
    margin-top: -60px;*/ 
}
.card-img_old {
    position: absolute;
    top: 50%;
    right: 15px;
    max-width: 36%;
    z-index: 2;
    height: 120px;
    margin-top: -60px;
}
.text-gray{
    color: #434242;

}

.point, .point::before, .point::after {
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    content: ''; 
}

    .point::before {
        animation: scale 2s infinite;
    }

    .point::after {
        animation: scale2 2s infinite;
    }

@keyframes scale {
    0% {
        transform: scale(1);
        opacity: .9
    }

    100% {
        transform: scale(3);
        opacity: 0;
    }
}

@keyframes scale2 {
    0% {
        transform: scale(1);
        opacity: .9;
    }

    100% {
        transform: scale(5);
        opacity: 0;
    }
}
.point-white, .point-gray {
    top:  -2px;
    left: 1.8vw;
}

.point-span {
    top: 12px;
    left: 1.9vw;
}

.point-white, .point-white::before, .point-white::after {
    background-color: rgba(255, 255, 255, .9);
}
.point-gray, .point-gray::before, .point-gray::after {
    background-color: rgba(67, 66, 66, .9);
}


@-webkit-keyframes bubble-astronaut {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }

    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@keyframes bubble-astronaut {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }

    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}


@-webkit-keyframes leftright {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    } 

    50% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@keyframes leftright {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }

    50% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}
 
.img-filter {
    filter: drop-shadow(0px 2px 20px rgba(0,0,0,0.3));
}


.animationlr {
    animation: leftright 2s 0.2s alternate infinite linear;
}

.animation1 {
    animation: bubble-astronaut 2s 0.2s alternate infinite linear;
}

.animation2 {
    animation: bubble-astronaut 1.5s 0.2s alternate infinite linear;
}

.animation3 {
    animation: bubble-astronaut 2s 1s alternate infinite linear;
}

.foot {
    background-color: #061a5b;
    padding: 0px; 
}

.foot_company {
    color: #fff;
    font-family: SimHei;
    padding: 10px 20px;
    border-bottom: 1px solid #fff;
}

.foot_title {
    color: #fff;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
}

.foot_info {
    color: #fff;
    text-align: left;
    font-size: 12px;
}
.number-mark{

}

.number-mark-hover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

#opener {
    cursor: pointer;
    width: 16px;
    height: 16px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    z-index: 5;
    -webkit-animation: opener .5s ease-in-out alternate infinite;
    animation: opener .5s ease-in-out alternate infinite;
    cursor: pointer;
    opacity: 0.5;
    -webkit-transition: opacity .2s ease-in-out, transform .5s ease-in-out .2s;
    transition: opacity .2s ease-in-out, transform .5s ease-in-out .2s;
}

@-webkit-keyframes opener {
    100% {
        margin-top: 15px;
    }
}

@keyframes opener {
    100% {
        margin-top: 15px;
    }
}