.agreement_box{
    width: 1170px;
   margin: 12px auto;
}

/*左侧导航条*/
.anchor_box{
    width: 200px;
    position: fixed;
    top: 76px;
    left: 330px;
    margin-top: 0;
}

.ant-anchor-wrapper {
    overflow: hidden !important;
    margin-left: -4px;
    padding-left: 4px;
    overflow: auto;
    background-color: transparent;
}
.ant-anchor {
    box-sizing: border-box;
    margin: 0;
    color: #617185;
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    font-feature-settings: "tnum";
    position: relative;
    padding: 0 0 0 2px;
}

.ant-anchor-ink {
    position: absolute;
    top: 0;
    left: 21px;
    height: 100%;
}
.ant-anchor-ink::before {
    position: relative;
    display: block;
    width: 1px;
    height: 88%;
    margin: 13px auto 0px;
    background-color: rgb(204, 204, 204);
    content: " ";
}
.ant-anchor-ink-ball.visible {
    display: inline-block;
}
.ant-anchor-ink-ball {
    position: absolute;
    top: 12px;
    left:53%;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border: 2px solid #ffb80f;
    border-radius: 8px;
    transform: translateX(-50%);
    transition: top .3s ease-in-out;
}
.ant-anchor-ink-ball {
    background-color: #ffb80f;
    border: 2px solid #ffb80f;;
    z-index: 9999;
}
.anchor_box ul li {
    margin-bottom: 40px;
    line-height: 20px;
    font-size: 16px;
}

.ant-anchor-link {
    padding: 7px 0 7px 16px;
    line-height: 1.143;
}
.anchor_box ul li a {
    position: relative;
    color: #aaa;
    padding-left: 25px;
    font-size: 14px;
}
.anchor_box ul li a:before {
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    left: 0;
    top: 6px;
    border-radius: 50%;
    background-color: #999!important;
}
.ant-anchor-link-title:only-child {
    margin-bottom: 0;
}
/*右侧内容*/
.agreement_list{
    width: 1000px;
}
.agreement_list .section_box{
    background: white;
    border-radius: 6px;
    padding:20px;
    margin-bottom: 12px;
}
.company_bak_img{
    width: 100%;
}
.company_bak_img img{
    width: 100%;
    border-radius: 6px;
    margin-bottom: 22px;
}
.section_box h1{
    margin-top:8px;
    font-weight: 600;
    line-height: 30px;
}
.section_box p{
    /*text-indent: 2em;*/
    color: #666666;
    font-size: 14px;
    margin-top: 22px;
    line-height: 2;
}
.introduce_copy{
    margin-left: 20px;
}
.introduce_copy span{
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 12px;
    background: #9c9c9c;
    vertical-align: middle;
}
.introduce_copy i{
    font-style:normal;
    cursor: pointer;
    color: #9c9c9c;
    vertical-align: middle;
    margin-left: 6px;
    cursor: pointer;
}
.introduce_tel_two p{
    margin-top: 12px !important;
    line-height: inherit;
}
.indentation_code{
    width: 120px;
    height: 120px;
    background-color: #ffffff;
    border-radius: 6px;
    border: solid 6px #e9e9e9;
    margin-top: 12px;
}
.indentation_code img{
    width: 120px;
    height: 120px;
}
.company_introduce_box{
    margin-top: 22px;
}
.company_introduce{
    font-size: 14px;
    color: #666666;
    margin-top: 12px;
}
.company_introduce span{
    margin-left:12px;
}