html body {
    margin: 0px; padding: 0px;
    background-color: #fff3e0;
    width: 100%;
}

td img {display: block;}

.bg {
    width: 100%;
    margin: 0px;padding: 0px;
    text-align: center;
    vertical-align: top;
    min-width: 1316px;
    background: #fff3e0;
}

.title-bg{
    overflow:hidden; 
    width:100%;
    height: 932px;
    background-image: url("../img/title-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    margin: 0; padding: 0;
    vertical-align: bottom;
    margin-bottom: 0;
    min-width: 1316px;
}
.title-bg2{
    overflow:hidden; 
    width:100%;
    height: 932px;
    background-image: url("../img/titlebg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    margin: 0; padding: 0;
    min-width: 1316px;
    vertical-align: bottom;
    margin-bottom: -188px;
}
.footer-bg2{
    overflow:hidden; 
    width:100%;
    height: 456px;
    background-image: url("../img/footer.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    margin: 0; padding: 0;
    min-width: 1316px;
    vertical-align: bottom;
}
.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;
    min-width: 1316px;

}

.box_container{
    width: 1300px;
    padding: 8px;
    border: 0;
    vertical-align: top;
    margin-top: 68px;
    margin-left: auto;margin-right: auto;

}

.border_image {
    width: 208px;
    padding: 0;
    border: 38px solid;
    -webkit-border-image: url(../img/border.png) 38;
    border-image: url(../img/border.png) 38;
    vertical-align: top;
    margin-left: 18px;margin-right: 18px;
}
.border_image14 {
    width: 318px;
    padding: 0;
    border: 38px solid;
    -webkit-border-image: url(../img/border.png) 38;
    border-image: url(../img/border.png) 38;
    vertical-align: top;
    margin-left: 18px;margin-right: 18px;
}
.border_image img{
    width: 100%;
}
.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{
    width: 733px;
    height: 155px;
    position: relative;
    background-image: url(../img/subtitle.png);
    text-align: center;
    vertical-align: bottom;
    margin-left: auto;margin-right: auto;
}
.blocktitle img{
    margin-top: 68px;
}
.blocktitle2{
    font-size: 22px;font-weight: bolder;
    line-height: 50px;
    color: #989898;
    letter-spacing: 18px;
    margin: auto;
    text-align: center;
    width: 100%;
}
.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: 8px;
    display: flex;
    justify-content: space-between;
}
.container_text{
    width: 25%;
    text-align: center;
    line-height: 25px;
    font-size: 18px;
    font-weight: bold;
}
.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: 1316px;
}
.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;
        }