﻿@charset "UTF-8";

body,ul,li,div,input,p,span,img {padding:0;margin:0;}

ul,li,img{
    list-style: none;
}

html{
    font-family: pmzd;
    box-sizing: border-box;
    color: #fff;
}

@font-face{ font-family: pmzd; src: url('../font/PangMenZhengDaoBiaoTiTi-1.ttf')}


.i-style {
    -webkit-transform: skew(-10deg); /* for Chrome||Safari */
    -ms-transform: skew(-10deg); /* for IE */
    -moz-transform: skew(-10deg); /* for Firefox */
    -o-transform: skew(-10deg); /* for Opera */
}


.font-size-title{
    font-size: 0.65rem;
    font-family: pmzd;
}
.font-size-text{
    font-size: 0.36rem;
    color: #fff;
}
.color-yellow{
    color: #f4b510;
}



.banner{
    position: relative;
    overflow: hidden;
}

.banner-bg{
    width: 100%;
    overflow: hidden;
}

.banner-bg img{
    display: block;
    width: 100%;
}

.banner-move{
    position: absolute;
    left: 0;
    top: 0;
    width: 105%;
    z-index: 400;
    animation: banner-move 5s infinite;
}
.banner-move img{
    display: block;
    width: 100%;
}

.banner-pro{
    position: absolute;
    left: 22%;
    top: 11%;
    width: 47%;
    z-index: 600;
    animation: pro-move-bottom 5s infinite;
}

.banner-sign-1{
    position: absolute;
    top: 2%;
    left: 50%;
    width: 33%;
    z-index: 500;
    animation: pro-move-top 5s infinite;
}

.banner-sign-2{
    position: absolute;
    right: 15%;
    top:32%;
    width: 8%;
    z-index: 402;
}

.banner_text{
    position: absolute;
    top: 56%;
    width: 100%;
    text-align: center;
    z-index: 401;
    opacity: 0;
    /*animation: leftRight 1s infinite  forwards;*/
    /*animation-iteration-count:1;*/
}
.banner-title-top{
    display: block;
}
.banner-title-bottom{
    display: block;
    padding-bottom: 2%;
}

.section-01{
    position: relative;
}

.safety-section{
    width: 100%;
    text-align: center;
    padding: 8% 15%;
    box-sizing: border-box;
}

.safety-section p{
    font-family: '微软雅黑';
    font-size: 0.3rem;
    padding-top: 10%;
    color: #fff;
}

.section-01-title{
    display: block;
}

.safety-section li{
    display: block;
    float: left;
    width: 20%;
    padding: 0 2%;
}

.safety-section li img{
    display: block;
    width: 100%;
}

.section01-pro{
    display: block;
    position: absolute;
    right: 15%;
    width: 35%;
    bottom: 4%;
    opacity: 0;
}
.section01-bg{
    display: block;
    width: 100%;
}

.section-01-text{
    position: absolute;
    left: 15%;
    bottom: 15%;
    opacity: 0;
    /*animation: bounceInLeft 1s infinite forwards;*/
    /*animation-delay: 1s;*/
    /*animation-iteration-count:1;*/
}

.section-01-info{
    padding-top: 5%;
}

.blue-circle1{
    display: block;
    width: 25%;
    position: absolute;
    right: 20%;
    top: 25%;
    opacity: 0;
    /*animation: show-img 0.5s infinite forwards;*/
    /*animation-delay: 1s;*/
    /*animation-fill-mode:forwards*/
    /*animation-iteration-count:1;*/
}
.blue-circle2{
    display: block;
    width: 31%;
    position: absolute;
    right: 17%;
    top: 20%;
    opacity: 0;
    /*animation: show-img 0.5s infinite forwards;*/
    /*animation-delay: 1.5s;*/
    /*animation-delay: 1.5s;*/
    /*animation-fill-mode:forwards*/
    /*animation-iteration-count:1;*/
}
.blue-circle3{
    display: block;
    width: 35.5%;
    position: absolute;
    right: 15%;
    top: 15%;
    opacity: 0;
    /*animation: show-img 0.5s infinite forwards;*/
    /*animation-delay: 2s;*/
    /*animation-iteration-count:1;*/
}

.safe-sign-list li{
    position: absolute;
    width: 8%;
}

.safe-sign-list li img{
    display: block;
    width: 50%;
    margin: 0 auto;
}

.safe-sign-list li{
    font-size: 0.16rem;
    text-align: center;
}

.list-01{
    top: 25%;
    left: 44%;
}
.list-02{
    top: 11%;
    left: 48%;
}
.list-03{
    top: 4%;
    left: 55%;
}
.list-04{
    top: 2%;
    left: 63%;
}
.list-05{
    top: 5%;
    left: 72%;
}
.list-06{
    top: 15%;
    left: 79%;
}
.list-07{
    top: 30%;
    left: 83%;
}

.list-01 img{
    opacity: 0;
    /*animation: show-img 1s infinite forwards;*/
    /*animation-delay: 2.5s;*/
    /*animation-iteration-count:1;*/
}
.list-02 img{
    opacity: 0;
}
.list-03 img{
    opacity: 0;
}
.list-04 img{
    opacity: 0;
}
.list-05 img{
    opacity: 0;
}
.list-06 img{
    opacity: 0;
}
.list-07 img{
    opacity: 0;
}

.safe-sign-list p{
    opacity: 0;
    color: #fff;
}

.section-02{
    position: relative;
    overflow: hidden;
}

.section02-bg{
    display: block;
    width: 100%;
}

.section02-text{
    position: absolute;
    top: 15%;
    left: 15%;
    opacity: 0;
    z-index: 401;
}

.section02-title{
    display: block;
    font-size: 0.65rem;
    margin-bottom: 3%;
    font-family: pmzd;
}

.section-02-info{
    width: 50%;
    font-family: "微软雅黑";
    font-size: 0.32rem;
    padding-bottom: 1%;
}

.section02-pro{
    position: absolute;
    bottom:0;
    right: 12%;
    width: 45%;
    animation: move-top-bottom 4s infinite;
    z-index: 401;
}

.section-03{
    position: relative;
}

.section03-bg{
    display: block;
    width: 100%;
}

.section03-title{
    display: block;
    font-size: 0.65rem;
    padding-bottom: 3%;
    font-family: pmzd;
}

.section-03-info{
    font-family: "微软雅黑";
    font-size: 0.32rem;
    padding-bottom: 1%;
}

.section03-text{
    position: absolute;
    top: 14%;
    left: 15%;
    width: 50%;
    opacity: 0;
}

.section03-pro1{
    position: absolute;
    display: block;
    width: 15%;
    left: 71%;
    top: 35%;
    transition: all 0.5s;
}

.section03-pro1:hover{
    width: 19%;
    transform:rotate(25deg);
    transition: all 0.5s;
}

.section03-pro2{
    position: absolute;
    display: block;
    width: 24%;
    left: 44%;
    top: 45%;
    transition: all 0.5s;
}

.section03-pro2:hover{
    width: 28%;
    transform:rotate(-25deg);
    transition: all 0.5s;
}

.section-04{
    background-color: #000;
}

.section-04-info{
    font-family: "微软雅黑";
    font-size: 0.32rem;
}

.section04-text{
    overflow: hidden;
    padding: 8% 15% 5% 15%;
}

.section04-text-wrap{
    width: auto;
    float: left;
    opacity: 0;
}

.section04-sign{
    display: block;
    width: 10%;

    margin-top: 3%;
    float: right;
}

.section04-title{
    display: block;
    padding-bottom: 3%;
    font-family: pmzd;
}

.section04-table{
    display: block;
    width: 100%;
    padding: 0 15% 5% 55%;
}

.section-04-three-info{
    font-family: "微软雅黑";
    padding-top: 2%;
    font-size: 0.36rem;
    font-weight: 600;
    color: #fff;
}

.load-part{
    font-family:pmzd;
    color:#f4b510 ;
    font-size: 0.65rem;
}

.section-05{
    position: relative;
    overflow: hidden;
}

.section05-bg{
    display: block;
    width: 100%;
}

.section05-text{
    position: absolute;
    top: 15%;
    left: 15%;
    opacity: 0;
    z-index: 401;
}

.section05-title{
    display: block;
    font-family: pmzd;
}

.section-05-info{
    font-size: 0.36rem;
    font-family: "微软雅黑";
}

.s5-first-info{
    margin-top: 4%;
}

.section05-pro{
    position: absolute;
    width: 30%;
    top: 20%;
    right: 15%;
    opacity: 0;
    z-index: 401;
    /*animation: bounceInRightSlow 2s infinite forwards;*/
    /*animation-iteration-count:1;*/
}

.section05-pro1{
    position: absolute;
    width: 26%;
    top: 31%;
    right: 22%;
    opacity: 0;
    z-index: 401;
}
.section05-pro2{
    position: absolute;
    width: 16%;
    top: 44%;
    right: 25%;
    opacity: 0;
    z-index: 401;
}

.section05-pro3{
    position: absolute;
    width: 16%;
    top: 44%;
    right: 10%;
    opacity: 0;
    z-index: 401;
}

.section-06{
    position: relative;
}

.section06-bg{
    display: block;
    width: 100%;
}

.section06-text{
    position: absolute;
    right: 15%;
    top: 32%;
    opacity: 0;
}
.section06-title{
    position: absolute;
    right: 15%;
    top: 12%;
    opacity: 0;
    font-family: pmzd;
}

.section-06-info{
    font-family: "微软雅黑";
    font-size: 0.32rem;
}

.section06-pro{
    position: absolute;
    width: 33%;
    top: 32%;
    left: 15%;
}

.section-07{
    position: relative;
}

.section07-bg{
    display: block;
    width: 100%;
}

.section07-text{
    position: absolute;
    left: 15%;
    top: 15%;
    opacity: 0;
}

.section07-title{
    display: block;
    padding-bottom: 10%;
    font-family: pmzd;
}

.section-07-info{
    font-size: 0.32rem;
    font-family: "微软雅黑";
}

.section07-pro{
    position: absolute;
    bottom: 0;
    right: 10%;
    width: 41%;
    opacity: 0;
}

.section-08{
    position: relative;
    overflow: hidden;
}

.section08-bg{
    display: block;
    width: 100%;
}

.section08-title-wrap{
    position: absolute;
    right: 15%;
    top: 15%;
    z-index: 401;
}

.section08-title{
    display: block;
    opacity: 0;
    font-family: pmzd;
}

.section08-text{
    position: absolute;
    right: 15%;
    top: 35%;
    z-index: 401;
    opacity: 0;
}

.section-08-info{
    font-family: "微软雅黑";
    font-size: 0.32rem;
   
}

.section08-pro{
    position: absolute;
    width: 45%;
    left: 15%;
    top: 12%;
    opacity: 0;
    z-index: 401;
}

.section-09{
    position: relative;
}
.section-09 img{
    display: block;
    width: 100%;
}

.section-10{
    position: relative;
}
.section-10 img{
    display: block;
    width: 100%;
}

.section-11{
    position: relative;
}
.section-11 img{
    display: block;
    width: 100%;
}


@keyframes  banner-pro{
    0%{
        transform:rotate(0deg);
    }
    100%{
        transform:rotate(-10deg);
    }
}

@keyframes show-images {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}


@keyframes show-img {
    0%{
        opacity: 0;
    }
    20%{
        opacity: 1;
    }
    40%{
        opacity: 0.5;
    }
    60%{
        opacity: 1;
    }
    80%{
        opacity: 0.5;
    }
    100%{
        opacity: 1;
    }
}

/* 产品飞入 */
@keyframes bounceInRightSlow {
    0% {
        opacity: 0;
        transform: translate3d(500px, 0, 0);
    }
    100% {
        opacity:1;
        transform: translate3d(0, 0, 0);
    }
}

/* 产品飞入 */
@keyframes bounceInTop {
    0% {
        width: 80%;
        opacity: 0;
        transform: translate3d(0, 1000px, 0);
    }
    40% {
        transform: translate3d(0, -1000px, 0);
    }
    80% {
        transform: translate3d(0, 100px, 0);
    }
    100% {
        opacity: 1;
        width: 35%;
        transform: none;
    }
}

/* 上下移动 */
@keyframes move-top-bottom {
    0% {
        bottom:0;
        opacity: 1;
    }

    50% {
        bottom: 4%;
        opacity: 0.8;
    }

    100%{
        bottom:0;
        opacity:1;
    }
}

/* 显示隐藏 */
@keyframes show-hi {
    0% {
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

/* banner背景上下移动 */
@keyframes banner-move {
    0% {
        top: 0;
    }
    50%{
        top: -20px;
    }
    100%{
        top: 0;
    }
}

/* banner产品下移动 */
@keyframes pro-move-bottom {
    0% {
        transform:translateY(0);
    }
    50%{
        transform:translateX(-5px) translateY(5px) rotate(-1deg);
    }
    100%{
        transform:translateY(0) rotate(0deg);
    }
}

/* banner产品上移动 */
@keyframes pro-move-top {
    0% {
        transform:translateX(0);
    }
    50%{
        transform:translateX(5px) translateY(-5px);
    }
    100%{
        transform:translateY(0);
    }
}

/* banner文字入场*/
@keyframes leftRight {
    0% {
        transform: translate(0) scale(4);
        opacity: 0;
    }
    100% {
        transform: translate(0) scale(1);
        opacity: 1;
    }
}

/* 下方划入 */
@keyframes bounceInBottomShow {
    0% {
        opacity: 0;
        transform: translate3d(0, 100px, 0);
    }
    50% {
        opacity: 0.4;
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

/* 下方划入 */
@keyframes bounceInTopShow {
    0% {
        opacity: 0;
        transform: translate3d(0, -100px, 0);
    }
    50% {
        opacity: 0.4;
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}


/* 右边划入*/
@keyframes bounceInRight {
    from, 60%, 75%, 90%, to {animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);}
    0% {opacity: 0;transform: translate3d(3000px, 0, 0);}
    60% {opacity: 1;transform: translate3d(-25px, 0, 0);}
    75% {transform: translate3d(10px, 0, 0);}
    90% {transform: translate3d(-5px, 0, 0);}
    100% {opacity: 1;transform: none;}
}

/*左侧滑入*/
@keyframes bounceInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
        -ms-transform: translate3d(-2000px, 0, 0);
        -moz-transform: translate3d(-2000px, 0, 0);
        -webkit-transform: translate3d(-2000px, 0, 0);
        -o-transform: translate3d(-2000px, 0, 0);
    }
    60% {
        opacity: 0.6;
        transform: translate3d(25px, 0, 0);
        -ms-transform: translate3d(25px, 0, 0);
        -moz-transform: translate3d(25px, 0, 0);
        -webkit-transform: translate3d(25px, 0, 0);
        -o-transform: translate3d(25px, 0, 0);

    }
    75% {
        opacity: 0.7;
        transform: translate3d(-10px, 0, 0);
        -ms-transform: translate3d(-10px, 0, 0);
        -moz-transform: translate3d(-10px, 0, 0);
        -webkit-transform: translate3d(-10px, 0, 0);
        -o-transform: translate3d(-10px, 0, 0);
    }
    90% {
        opacity: 0.9;
        transform: translate3d(5px, 0, 0);
        -ms-transform: translate3d(5px, 0, 0);
        -moz-transform: translate3d(5px, 0, 0);
        -webkit-transform: translate3d(5px, 0, 0);
        -o-transform: translate3d(5px, 0, 0);
    }
    100% {
        opacity: 1;
        transform: none;
        -ms-transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        -o-transform: none;
    }
}

@media only screen and (max-width: 767px) {

}

@media screen and (min-width: 768px) and (max-width:991px) {
    .font-size-title{
        font-size: 0.24rem;
    }
    .font-size-text{
        font-size: 0.16rem;
    }
    .safe-sign-list li{
        font-size: 0.12rem;
    }

    .section-04-three-info{
        font-size: 0.16rem;
    }

    .load-part{
        font-size: 0.3rem;
    }
}

@media screen and (min-width: 992px) and (max-width:1199px) {
    .font-size-title{
        font-size: 0.3rem;
    }
    .font-size-text{
        font-size: 0.16rem;
    }

    .safety-section p{
        font-size: 0.16rem;
    }

    .section-04-three-info{
        font-size: 0.2rem;
    }

    .load-part{
        font-size: 0.32rem;
    }

    .safe-sign-list li{
        font-size: 0.12rem;
    }
}

@media screen and (min-width: 1200px) and (max-width:1559px) {
    .font-size-title{
        font-size: 0.4rem;
    }
    .font-size-text{
        font-size: 0.2rem;
    }

    .safety-section p{
        font-size: 0.2rem;
    }

    .section-04-three-info{
        font-size: 0.28rem;
    }

    .load-part{
        font-size: 0.4rem;
    }

    .safe-sign-list li{
        font-size: 0.12rem;
    }
}

@media screen and (min-width: 1560px) and (max-width:1919px) {
    .font-size-title{
        font-size: 0.5rem;
    }
    .font-size-text{
        font-size: 0.28rem;
    }

    .safe-sign-list li{
        font-size: 0.14rem;
    }

    .section-04-three-info{
        font-size: 0.32rem;
    }

    .load-part{
        font-size: 0.5rem;
    }
    .safety-section p{
        font-size: 0.28rem;
    }
}
