﻿.fits_top {
    position:relative;
    width:100%;
    overflow:hidden;
    text-align:center;
}

.fits_top img{
    width:90%;
    margin:0 auto;
}

.fits_bt {
    position:absolute;
    width:140px;
    height:34px;
    line-height:34px;
    top:50%;
    left:50%;
    margin-top:-17px;
    margin-left:-70px;
    background-color:#fff;
    font-size:20px;
}

.fits_con {
    position:relative;
    width:100%;
    overflow:hidden;
    text-align:center;
    margin-top:50px;
    padding-bottom:90px;
}

.fits_conImg{
    width:80%;
    margin:0 auto;
}

.fits_cpDiv {
    position: absolute;
    width: 150px;
    overflow: hidden;
    bottom: 6%;
    font-size: 16px;
    text-align: center;
}

.fits_cpBt {
    font-size: 20px;
    margin-bottom: 8px;
}

.fits_cpDiv a {
    display: inline-block;
    width: 75px;
    height: 25px;
    line-height: 25px;
    border: 1px #000 solid;
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
}

.fits_conImgFd {
    position:absolute;
    width:10%;
}

.fits_conq {
    position:relative;
    width:100%;
    overflow:hidden;
    margin-top:100px;
}

.fits_conqImg {
    width:100%;
}

.divButA {
    display:block;
    width:200px;
    height:40px;
    line-height:40px;
    margin:0 auto;
    color:#000;
    border:1px #000 solid;
    font-size:18px;
    text-align:center;
    margin-top:80px;
}