.point {
    position: absolute;
    left: 766px;
    top: 57px;
}
.header {
    width: 100%;
    height: 260px;
    /*background-color:red;*/
}
.content {
    width: 820px;
    height: auto;
    margin: 40px auto;
    left: 0px;
    right: 0px;
    text-align: center;
    position: relative;
    /* border:1px solid blue;  */
}
.content .top {
    width: 100%;
    height: 100px;
    margin: 0 auto;
    /* border:1px solid red;  */
}
.content .main {
    width: 100%;
    height: auto;
    margin: 0 auto;
    /* border:1px solid red;  */
}
.content .main p.title {
    width: 778px;
    height: auto;
    color: #333333;
    font-size: 16px;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    margin: 20px auto 10px;
    text-align: left;
}
.content .main p.sectitle {
    width: 778px;
    height: auto;
    color: #333333;
    font-size: 14px;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    margin: 15px auto 10px;
    text-align: left;
    text-indent: 2em;
}
.content .main p.text {
    width: 778px;
    height: auto;
    color: #333333;
    font-size: 14px;
    font-family: Arial,Helvetica,sans-serif;
    margin: 10px auto;
    text-align: left;
    text-indent: 2em;
    line-height: 1.6;
}
#YSlide {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 260px;
    background: url(../../images/antiaddicition/banner.png);
    background-position: center top;
    background-repeat: repeat-x;
    overflow: hidden;
}
.YSample {
    margin: 0 auto;
    overflow: hidden;
}
.YSample, .YSample img {
    width: 100%;
    height: 260px;
}
.YSample strong {
    display: none;
    position: absolute;
    z-index: 5;
    bottom: 0px;
    left: 0px;
    font-weight: normal;
    width: 1280px;
    height: 25px;
    line-height: 25px;
    text-indent: 10px;
    font-size: 12px;
    color: #fff;
    background: #000;
    opacity: .7;
    -moz-opacity: .7;
    filter: alpha(opacity=70);
}
.footer {
    color: #333333;
    font-size: 12px;
    font-family: Arial,Helvetica,sans-serif;
    background: #e6e6e6;
    width: 100%;
    height: auto;
    min-height: 50px;
    margin: 15px auto 0px;
    line-height: 20px;
    text-align: center;
    padding: 15px 0;
}
