.box{
    background: url(../image/index-bac.png);
    background-size: 100% 100%;
    padding-top: 60px;
}
@font-face {
    font-family: 'fzltdh'; /* 重命名字体名 */
    src: url('../font/方正兰亭大黑简体.TTF');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'fzchjt'; /* 重命名字体名 */
    src: url('../font/方正粗黑简体.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'hyb2gj'; /* 重命名字体名 */
    src: url('../font/hyb2gj.TTF');
    font-weight: normal;
    font-style: normal;
}
.index-main-bac{
    position: relative;
}
.index-main-bac-bac{
    width: 100%;
}
.index-main-bac-bac img{
    width: 100%;
}
.index-main-bac-text{
    position: absolute;
    top: 240px;
    left: 15%;
}
.index-main-bac-text div:nth-child(1){
    font-size: 70px;
    font-family:"fzltdh";
    margin-bottom: 20px;
    color: #1e1e1f;
}
.index-main-bac-text div:nth-child(2){
    font-size: 60px;
    font-family: 'fzltdh';
    color: #1e1e1f;
}
.index-main-bac-text div:nth-child(1) img{
    width: 100px;
    transform: scale(0.8);
    position: relative;
    top: 10px;
    left: 20px;
}
.index-main-bac-text div:nth-child(3){
    font-size: 24px;
    opacity: 0.8;
    margin-top: 20px;
}
.index-main-bac-text a{
    display: inline-block;
    margin-top: 40px;
    width: 270px;
    height: 80px;
    line-height: 80px;
    font-size: 30px;
    text-align: center;
    border-radius: 50px;
    /* background-color: #027FFD; */
    color: #fff;
}
.index-main-bac-img{
    position: absolute;
    top: 260px;
    left: 60%;
}

.index-dian{
    font-family: "fzchjt";
}
@keyframes animX{
    0% {left: -20px;}
  100% {left: -40px;}
}
@keyframes animY{
    0% {bottom: -20px;}
  100% {bottom: -40px;}
}
@keyframes animXa{
    0% {right: -20px;}
  100% {right: -40px;}
}
@keyframes animYa{
    0% {top: -20px;}
  100% {top: -40px;}
}
@keyframes movea {
    0%{
        transform: scale(1.05);
    }
    10%{
        transform: scale(0.95);
    }
    20%{
        transform: scale(1.05);
    }
    30%{
        transform: scale(0.95);
    }
    40%{
        transform: scale(1.05);
    }
    50%{
        transform: scale(0.95);
    }
    60%{
        transform: scale(1.05);
    }
    70%{
        transform: scale(0.95);
    }
    80%{
        transform: scale(1.05);
    }
    90%{
        transform: scale(0.95);
    }
    100% {
        transform: scale(1.05);
    }
}
@keyframes moveacac {
    0%{
        transform: scale(0.95);
    }
    10%{
        transform: scale(0.85);
    }
    20%{
        transform: scale(0.95);
    }
    30%{
        transform: scale(0.85);
    }
    40%{
        transform: scale(0.95);
    }
    50%{
        transform: scale(0.85);
    }
    60%{
        transform: scale(0.95);
    }
    70%{
        transform: scale(0.85);
    }
    80%{
        transform: scale(0.95);
    }
    90%{
        transform: scale(0.85);
    }
    100% {
        transform: scale(0.95);
    }
}
.index-amite-img{
    transform: scale(0);
    transition: all 0.3s ease-in-out;
}
.index-main-bac-img-a{
    width: 120px;
    height: 120px;
    position: absolute;
    top: -90px;
    right: -80px;
    z-index: 10;
}
.index-main-bac-img-b{
    width: 120px;
    height: 120px;
    position: absolute;
    top: 300px;
    right: 460px;
    z-index: 6;
}


.index-main-bac-img-c{
    width: 120px;
    height: 120px;
    position: absolute;
    top: -180px;
    right: 320px;
    z-index: 8;
}

.index-main-bac-img-d{
    width: 120px;
    height: 120px;
    position: absolute;
    top: 290px;
    right: -30px;
    z-index: 9;
}

.index-main-bac-img-e{
    width: 120px;
    height: 120px;
    position: absolute;
    top: -120px;
    right: 600px;
    z-index: 7;
}
.index-main-a{
    width: 100%;
    padding: 80px 0 80px 0;
}
.index-main-a>div{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index-main-a-img img{
    transform: scale(0.8);
}
.index-main-a-text div:first-child{
    font-size: 50px;
    font-family: "fzltdh";
}
.index-main-a-text div:first-child span{
    display: inline-block;
    margin-bottom: 10px;
}
.index-main-a-text div:last-child{
    font-size: 20px;
    width: 400px;
    margin-top: 30px;
    line-height: 38px;
    color: rgba(0,0,0,0.8);
}
.index-main-b{
    width: 100%;
    padding: 80px 0 80px 0;
}
.index-main-b>div{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index-main-b-img{
    position: relative;
}
.index-main-b-text-a img:first-child{
    height: 40px !important;
    margin-top: 10px;
    margin-left: 10px;
}
.index-main-b-img-a{
    position: absolute;
    bottom: -20px; 
    left: -20px;
    z-index: 1;
	/* animation: animX 4s cubic-bezier(0.80,0,0.8,1) -2s infinite alternate, animY 4s cubic-bezier(0.36,0,0.64,1)  0s infinite alternate; */
}
.index-main-b-img-b{
    position: absolute;
    top: -40px;
    right: -20px;
    z-index: 1;
    /* animation: animXa 4s cubic-bezier(0.80,0,0.8,1) -2s infinite alternate, animYa 4s cubic-bezier(0.36,0,0.64,1)  0s infinite alternate; */
}
@keyframes animXb{
    0% {right: 20px;}
  100% {right: 60px;}
}
@keyframes animYb{
    0% { bottom: -20px;}
  100% { bottom: 20px;}
}
@keyframes moveb {
    0%{
        transform: translate(0, 0);
    }
    25%{
        transform: translate(-10px, -10px);
    }
    50%{
        transform: translate(-20px, -20px);
    }
    75%{
        transform: translate(-10px, 10px);
        /* transform: translate(-12px, -6px); */
    }
    100% {
        transform: translate(0, 0);
    }

}
.index-main-b-img-amite{
    position: relative;
}
.index-main-b-img-amite img:nth-child(1){
    position: relative;
    z-index: 3;
}
.index-main-b-img-amite img:nth-child(2){
    position: absolute;
    z-index: 10;
    right: 20px;
    bottom: -20px;
    animation: moveb 6s linear infinite;
    /* animation: animXb 4s cubic-bezier(0.80,0,0.8,1) -2s infinite alternate, animYb 4s cubic-bezier(0.36,0,0.64,1)  0s infinite alternate; */
}
@keyframes animXc{
    0% { right: -40px;}
  100% { right: -80px;}
}
@keyframes animYc{
    0% { top: 60px;}
  100% { top: 100px;}
}
@keyframes movec {
    0%{
        transform: translate(0, 0);
    }
    25%{
        transform: translate(-10px, 10px);
    }
    50%{
        transform: translate(-20px, 20px);
    }
    75%{
        transform: translate(-10px, -10px);
        /* transform: translate(-12px, -6px); */
    }
    100% {
        transform: translate(0, 0);
    }

}
.index-main-b-img-amite img:nth-child(3){
    position: absolute;
    z-index: 10;
    right: -40px;
    top: 60px;
    animation: movec 6s linear infinite;
}
@keyframes animXd{
    0% { left: -40px;}
  100% { left: -80px;}
}
@keyframes animYd{
    0% { top: 90px;}
  100% { top: 50px;}
}
@keyframes moved {
    0%{
        transform: translate(0, 0);
    }
    25%{
        transform: translate(10px, -10px);
    }
    50%{
        transform: translate(20px, -20px);
    }
    75%{
        transform: translate(10px, 10px);
        /* transform: translate(-12px, -6px); */
    }
    100% {
        transform: translate(0, 0);
    }

}
.index-main-b-img-amite img:nth-child(4){
    position: absolute;
    z-index: 10;
    left: -60px;
    top: 90px;
    animation: moved 6s linear infinite;
}
.index-main-b-text-a{
    /* font-family: "hyb2gj"; */
    font-size: 50px;
    margin-bottom: 10px;
    font-family: "fzltdh";

    display: flex;
}
.index-main-b-text-c{
    height: 6px;
    width: 100%;
    border-radius: 10px;
    background-color: #00A1E9;
}
.index-main-b-text-b{
    font-size: 20px;
    color: #133977;
}
.index-main-a-a-text{
    width: 420px !important;
}
.index-main-b-text-d{
    font-size: 20px;
    position: relative;
    top: 10px;
    opacity: 0.8;
}

.index-main-c{
    width: 100%;
    padding: 80px 0 80px 0;
}
.index-main-c>div{
    width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index-main-c-img{
    position: relative;
}
.index-main-c-img img:first-child{
    width: 560px;
}
.index-main-c-img img:last-child{
    position: absolute;
    left: -120px;
    bottom: -20px;
    width: 200px;
}
.index-main-f{
    width: 100%;
    padding: 40px 0;
    margin-top: 200px;
    background: url(../image/图层\ 88.png);
    background-size: 100% 100%;
    text-align: center;
}
.index-main-f div{
    font-size: 40px;
    color: #fff;
    margin-bottom: 30px;
}
.index-main-f a{
    display: inline-block;
    width: 160px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    margin: 0 auto;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
}
.index-main-a-imgaa{
    position: relative;
}
@keyframes animY{
    0% {
        left: -37px;
    }
    20%{
        left: -37px;
        transform: scale(1); 
    }
    22%{
        left: -37px;
        transform: scale(0.9); 
    }
    26%{
        left: -37px;
        transform: scale(1.2); 
    }
    60%{
        left: 153px;
        transform: scale(1.2); 
    }
    65% {
        left: 153px;
        transform: scale(1);
    }
    70%{
        left: 153px;
        transform: scale(1);
    }
    100%{
        left: 153px;
        transform: scale(1);
    }
}
@keyframes animYa{
    0% {
        bottom: 80px;
    }
    26%{
        bottom: 80px;
    }
    60%{
        bottom: 160px;
    }
    100% {
        bottom: 160px;
    }
}
@keyframes animX{
    0% {
        left: -13px;
    }
    26%{
        left: -13px;
    }
    60%{
        left: 177px;
    }
    100% {
        left: 177px;
    }
}
@keyframes animXa{
    0% {
        bottom: 70px;
    }
    26%{
        bottom: 70px;
    }
    60%{
        bottom: 150px;
    }
    100% {
        bottom: 150px;
    }
}
@keyframes animA{
    0% {
        top: 140px;
        opacity: 0;
    }
    26%{
        top: 140px;
        opacity: 0;
    }
    60%{
        top: 140px;
        opacity: 0;
    }
    75%{
        top: 70px;
        opacity: 1;
    }
    80%{
        top: 70px;
        opacity: 1;
    }
    95%{
        top: 0px;
        opacity: 0;
    }
    100% {
        top: 0px;
        opacity: 0;
    }
}
.guangbiao{
    width: 40px;
    position: absolute;
    left: -13px;
    bottom: 70px;
    z-index: 10;
    animation: animX 3s  infinite linear , animXa 3s  infinite  cubic-bezier(.12,.95,.58,1);
}
.wjj{
    width: 80px;
    position: absolute;
    left: -37px;
    bottom: 80px;
    animation: animY 3s  infinite linear , animYa 3s  infinite  cubic-bezier(.12,.95,.58,1);
    z-index: 5;
}
.index-main-tz{
    width: 100%;
    padding: 100px 100px;
}
.index-main-tz>div{
    width: 1400px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.index-main-tz>div>div:first-child{
    margin-top: 180px;
}
.sccg{
    width: 300px;
    height: 30px;
    display: flex;
    align-items: center;
    padding: 2px 60px;
    background-color: rgba(159,255,157,0.5);
    border-radius: 10px;
    position: absolute;
    top: 70px;
    left: 180px;
    animation: animA 3s linear infinite;
}
.sccg span{
    margin-left: 20px;
    font-size: 14px;
}
.sccg img{
    width: 26px;
}