.point {
    position: absolute;
    left: 835px;
    top: 57px;
}
.header {
    width: 100%;
    height: 260px;
    /*background-color:red;*/
}
.content {
    width: 1016px;
    height: auto;
    margin: 0 auto 80px;
    left: 0px;
    right: 0px;
    text-align: center;
    position: relative;
    /* border:1px solid blue;  */
}
.content .top {
    width: 707px;
    height: 62px;
    font: 18px/1.5 Microsoft YaHei;
    color: #333333;
    font-weight: bold;
    border-bottom: 1px solid #e6e6e6;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 62px;
    /* position:relative;  */
}
.content .main {
    width: 100%;
    height: auto;
    text-align: left;
    /* border:1px solid red;  */
}
.content .main p {
    margin: 0 15px;
}
.content .main p.title {
    font: 18px/1.5 Microsoft YaHei;
    color: #333333;
    font-weight: bold;
    margin-top: 25px;
}
.content .main p.text {
    font-size: 14px;
    font-family: 宋体;
    line-height: 1.7em;
    color: #333333;
    margin-top: 20px;
    text-indent: 2em;
}
.content .main p.sectext {
    font-size: 14px;
    font-family: 宋体;
    line-height: 1.7em;
    color: #333333;
    text-indent: 4em;
    margin: 20px 15px;
}
.content .main p.thirdtext {
    font-size: 14px;
    font-family: 宋体;
    line-height: 1.7em;
    color: #333333;
    text-indent: 6em;
    margin: 20px 15px;
}
.content .main p.foot1, .content .main p.foot2 {
    font: 18px/1.5 Microsoft YaHei;
    color: #333333;
    font-weight: bold;
    text-align: right;
}
.content .main p.foot1 {
    margin-top: 40px;
}
.content .main p.foot2 {
    margin-top: 10px;
    margin-right: 65px;
}
#YSlide {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 260px;
    background: url(../../images/agreement/banner.jpg);
    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: 宋体;
    background: #e6e6e6;
    width: 100%;
    height: 50px;
    margin: 15px auto 0px;
    line-height: 20px;
    text-align: center;
}