﻿.fits_top {
    width: 1080px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 235px;
}

.fits_topImg {
    position:relative;
    width: 100%;
    height: 280px;
    overflow: hidden;
    background: url(../img/fits/top.jpg) no-repeat center;
}

.fits_topImg_bt {
    position:absolute;
    width:300px;
    height:76px;
    line-height:76px;
    top:50%;
    left:50%;
    margin-top:-38px;
    margin-left:-150px;
    text-align:center;
    font-size:30px;
    background-color:#fff;
}

.fits_topCon {
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 24px;
    line-height: 42px;
    margin-top: 30px;
}

.fits_cp_wai {
    position: relative;
    width: 100%;
    max-width: 1500px;
    min-width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 30px;
}

.fits_cpImgfd {
    position: absolute;
    z-index: 1;
    top: 50px;
    right: 0px;
}

.fits_cp {
    width: 100%;
    max-width: 1350px;
    min-width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    text-align: left;
}

    .fits_cp td {
        position: relative;
        vertical-align: top;
    }

.fits_cpImg {
    width: 100%;
    max-width: 600px;
}


.fits_cpDiv {
    position: absolute;
    width: 150px;
    overflow: hidden;
    left: 110px;
    bottom: 60px;
    font-size: 18px;
    text-align: center;
}

.fits_cpBt {
    font-size: 28px;
    margin-bottom: 8px;
}

.fits_cpDiv a {
    display: inline-block;
    width: 75px;
    height: 25px;
    line-height: 26px;
    border: 1px #000 solid;
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
}

.fits_imgM_wai {
    position: relative;
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
    padding-top: 150px;
}

.fits_imgMfd {
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
}

.fits_imgMfd_zy {
    position: absolute;
    z-index: 1;
}

.fits_imgM {
    position: relative;
    width: 1200px;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
}

    .fits_imgM img {
        max-width: 100%;
    }

.fits_cpQ {
    position: relative;
    width: 100%;
    max-width: 1920px;
    min-width: 1200px;
    margin:0 auto;
    margin-top: 200px;
    text-align:center;
}

    .fits_cpQ img {
        width: 100%;
    }

.newsboyQiqiu {
    position: absolute;
    width: 108px;
    height: 156px;
    right: 160px;
    bottom: -156px;
    animation: baidong 4s linear infinite;
}

@keyframes baidong {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(15deg);
    }

    50% {
        transform: rotate(0deg);
    }

    75% {
        transform: rotate(-15deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.riderYumao1 {
    position:absolute;
    width:131px;
    height:91px;
    top:32px;
    left:145px;
    animation: yumao1 4s linear infinite;
}

@keyframes yumao1 {
    0% {
        top:50px;
    }

    25% {
        top:25px;
    }

    50% {
        top:0px;
    }

    75% {
        top:25px;
    }

    100% {
        top:50px;
    }
}

.riderYumao2 {
    position:absolute;
    width:33px;
    height:87px;
    top:220px;
    right:200px;
    transform-origin:top;
    animation: yumao2 4s linear infinite;
}

@keyframes yumao2 {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(15deg);
    }

    50% {
        transform: rotate(0deg);
    }

    75% {
        transform: rotate(-15deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.beanieXuehua {
    position:absolute;
    width:58px;
    height:56px;
    top:180px;
    right:350px;
    animation: xuehua 5s linear infinite;
}

@keyframes xuehua {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.beanieXuehua2 {
    position:absolute;
    width:60px;
    height:50px;
    top:420px;
    left:150px;
    animation: xuehua 5s linear infinite;
}

.bucket_xuanzhuan {
    position:absolute;
    bottom:0px;
    left:50%;
    margin-left:13%;
    height:40%;
    overflow:hidden;
}

    .bucket_xuanzhuan img {
        width:100%;
    }

.bucke_xzImg {
    position:absolute;
    top:0px;
    left:0px;
    animation: bucke_xzImgDx 3s linear infinite;
}

@keyframes bucke_xzImgDx {
    0% {
        transform: rotateY(0deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}

.ausBut {
    width: 200px;
    height: 60px;
    line-height: 60px;
    border: 2px #000 solid;
    margin: 0 auto;
    font-size: 32px;
    text-align: center;
    margin-top: 80px;
    cursor: pointer;
}

    .ausBut:hover {
        background-color: #000;
        color: #fff;
    }