html body {
    margin: 0px; padding: 0px;
    background-color: #E3F8ED;
    width: 100%;
}

td img {display: block;}

.bg {
    background-image: url("../img/BG.jpg");
    background-size: 100%;
    width: 100%;
    margin: 0px;padding: 0px;
    text-align: center;
    vertical-align: top;
}

.title-bg{
    overflow:hidden; 
    width:100%;
    height: 615px;
    background-image: url("../img/title-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    margin: 0; padding: 0;
    min-width: 1176px;
}
.footer-bg{
    overflow:hidden; 
    width:100%;
    position:relative;
    height: 515px;
    background-image: url("../img/footer-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    text-align: center;
    margin-top: -58px;
    min-width: 1176px;

}

.border_image {
    width: 1100px;
    padding: 0;
    border: 38px solid;
    -webkit-border-image: url(../img/border.png) 38;
    border-image: url(../img/border.png) 38;
    vertical-align: top;
    margin-bottom: 58px;
    margin-left: auto;margin-right: auto;
}
.border_image_2_3 {
    width: 678px;
    padding: 0;
    border: 38px solid;
    -webkit-border-image: url(../img/border.png) 38;
    border-image: url(../img/border.png) 38;
    vertical-align: top;
    margin-bottom: 58px;
}
.border_image_1_3 {
    width: 322px;
    padding: 0;
    border: 38px solid;
    -webkit-border-image: url(../img/border.png) 38;
    border-image: url(../img/border.png) 38;
    vertical-align: top;
    margin-bottom: 58px;
}
.border_image_1_4 {
    width: 230px;
    padding: 0;
    border: 38px solid;
    -webkit-border-image: url(../img/border.png) 38;
    border-image: url(../img/border.png) 38;
    vertical-align: top;
    margin-bottom: 58px;
}
.border_image_2_4 {
    width: 470px;
    padding: 0;
    border: 38px solid;
    -webkit-border-image: url(../img/border.png) 38;
    border-image: url(../img/border.png) 38;
    vertical-align: top;
    margin-bottom: 58px;
}
.containerbox{
    width: 1176px;
    vertical-align: top;
    display: flex;
    justify-content: space-between;
    margin-left: 0;margin-right: 0;
    margin-left: auto;margin-right: auto;
    padding-left: 0;padding-right: 0;
}
.blocktitle{
    background-color: #E3F8ED;
    width: 138px;
    position: relative;
    top:-50px;
    font-size: 26px;
    font-weight: bolder;
    text-align: center;
    color: #0d6e74;
    margin-left: auto;margin-right: auto;
}

.box{
    border: 2px solid #0d6e74;
    margin: 0;
    padding: 8px;
}
.box img{
    width: 100%;
}
.box p{
    color: #000;
    margin-top: 6px;
    margin-bottom: 6px;
}
.container{
    margin-top: -30px;
    display: flex;
    justify-content: space-between;
}
.footer{
    background-color: #585858;
    text-align: center;
    width: 100%;
    margin: 0px;
    height: 100px;
    color:#fff;
    padding: 0px;
    margin-left: auto;margin-right: auto;
    min-width: 1176px;
}
.footer span{
    line-height: 30px;
    padding-top: 58px;
}

        #tstart-toolbar-bottom
        {
            position: fixed;/*固定*/
            bottom: 0;/*在最下*/
            color: #3E3E3E;
            left: 0;
            text-align: left;
            width: 100%;
            z-index: 10000;
            _position:absolute; /* for IE6 */
            _top: expression(documentElement.scrollTop + documentElement.clientHeight-this.offsetHeight); /* for IE6 */
            overflow:visible;
        }

        #tstart-toolbar-bottom .tstart-right
        {
            float: right; /*在右*/
            width:580px;height:217px;
            margin: 5px 5px 5px 5px;
            padding: 5px;
            border: 0;
        }
	
                #floatdiv {
            position: absolute;
            width: 580px;
            height: 217px;
            padding: 5px;
            left: 0;
            top: 0;
            z-index: 999;
        }