/*�� state*/
#state {
    width: 82%;
    padding-top: 68px;
    margin: 0 auto;
    /*background-color: #fff;*/
    position: relative;
    text-align: center;
    padding-bottom: 50px;
}
#state h1 {
    text-align: center;
    line-height: 50px;
    font-size: 28px;
    font-weight: 700;
}
#state p {
    font-size: 20px;
    line-height: 39px;
    /*color: #727272;*/
    margin-bottom: 18px;
}


/*�� state end��*/
ol {
    position: fixed;
    top: 45%;
    right: 1%;
    opacity: .9;
}
ol li {
    width: 188px;
    height: 48px;
    opacity: .9;
    line-height: 33px;
    text-align: center;
    padding: 10px 20px;
    background-color: #727272;
    color: #fff;
    cursor: pointer;
}
ol li a {
    color: #fff;
}
ol li:hover,
ol li.cur {
    color: #fff !important;
    background-color: #000;
}
#tiaolou .hm {
    /*padding-top: 108px;*/
}
#tiaolou li > img   {
    width: 100%;
}


#tiaolou li h2 {
    width: 100%;
    text-align: center;
    line-height: 32px;
    font-size: 25px;
    padding-bottom: 26px;
    margin-bottom: 24px;
    background: url(/images/line-bai.jpg) no-repeat bottom;
}
#float02 h2,#float04 h2,#float06 h2 {
	background: url(/images/line-hui.jpg) no-repeat bottom !important;
}
small {
    color: #000 !important;
}
#float02,#float03,#float04,#float05,#float06,#float07 {
    padding: 50px 0 50px;
}
#float02 img,#float03 img,#float04 img,
#float05 img,#float06 img,#float07 img {
	width: 98%;
	margin: 0 auto;
}

#float02,#float04,#float06 {
	background: #eeeded;
}

@media (max-width: 768px) {
	#tiaolou  h1 {
	    text-align: center;
	    line-height: 35px;
	    font-size: 20px;
	    font-weight: 700;
	    padding: 10px;
	}
	#summary {
		padding: 0 0 20px;
	}
    #tiaolou li {
        padding-top: 32px;
    }
    #tiaolou li h2 {
        line-height: 26px;
        font-size: 20px;
        padding-bottom: 22px;
    }
    #tiaolou h2 {
    	background-size: auto;
    }
    .application-state {
        text-align: center;
    }
    .application-state h2 {
        font-size: 18px !important;
        text-align: center;
        margin-bottom: 12px;
        color: #000;
    }
    .application-state p {
        padding: 6px;
        font-size: 17px;
        color: #727272;
        line-height: 28px;
        display: none;
    }
    .application-state #btn {
        padding: 0;
        width: 18px;
        height: 16px;
        text-align: center;
        font-size: 12px;
        line-height: 16px;
        font-weight: 700;
        background-color: #000 !important;
        color: #fff;
        margin: 0 auto;
    }
}