.content {
    height: 100%;
    background-color: #eeeeee;
}

.banner {
    width: 100%;
    font-size: 0;
}

.banner>img {
    display: inline-block;
    width: 100%;
}

.synopsis-wrap {
    width: 1200px;
    height: 168px;
    margin: 0 auto;
    position: relative;
}

.synopsis {
    width: 1200px;
    position: absolute;
    top: -90px;
}

.synopsis-top {
    width: 100%;
    height: 34px;
    background-color: rgba(254, 137, 0, 0.6);
}

.synopsis-text {
    display: table;
    width: 100%;
    background-color: rgb(254, 137, 0);
}

.synopsis-text>div {
    display: table-cell;
    padding: 30px 0;
    vertical-align: top;
}

.st-ring {
    width: 130px;
    height: 130px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    text-align: center;
    line-height: 130px;
    font-size: 20px;
    color: #ffffff;
    margin-left: 54px;
}

.synopsis-text>div>p {
    line-height: 36px;
    font-size: 20px;
    color: #ffffff;
}

.synopsis-text>div>p>span {
    font-size: 14px;
}

.anchor-wrap {
    width: 100%;
    overflow: hidden;
    height: 200px;
    background: url(../images/bj_anchor.png) no-repeat center;
}

.anchor-list {
    width: 1200px;
    margin: 0 auto;
    height: 200px;
}

.anchor-cont {
    margin-top: 15px;
    overflow: hidden;
}



.anchor-cont>div {
    color: #ffffff;
    background-color: #033e6a;
    text-align: center;
    line-height: 50px;
    margin-right: 23px;
    float: left;
    height: 50px;
    margin-bottom: 10px;
}
.anchor-cont>div.active{
    background-color: #b9111e;
}
.anchor-cont>div>a {
    color: #ffffff;
    display: block;
    font-size: 22px;
}


/*title*/

.title {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
}

.title h1 {
    font-size: 26px;
    margin-top: 16px;
    margin-bottom: 16px;
}

.title>p {
    font-size: 20px;
    color: #999999;
}

.laws-wrap {
    width: 1200px;
    margin: 0 auto;
}

.laws-panel {
    width: 100%;
    border-radius: 8px;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
    padding-bottom: 70px;
    margin-bottom: 38px;
}

.laws-l {
    float: left;
    width: 380px;
    font-size: 0;
}

.laws-l>img {
    display: inline-block;
    width: 100%;
    border-radius: 8px;
    height: 410px;
}

.laws-l>a {
    position: absolute;
    display: block;
    top: 0;
    width: 108px;
    height: 65px;
    background-color: #f00000;
    color: #ffffff;
    font-size: 22px;
    text-align: center;
    line-height: 65px;
}

.laws-r {
    width: 792px;
    float: left;
}

.lawsr-title {
    padding: 24px 0 20px 30px;
    border-bottom: 1px dashed #ccc;
}

.lawsr-title>h1 {
    font-size: 22px;
    color: #f00000;
    margin-bottom: 18px;
}

.lawsr-title>p {
    font-size: 14px;
    line-height: 25px;
}

.lawsr-text {
    display: inline-block;
    width: 780px;
    margin-top: 46px;
}

.lawsr-text>div {
    overflow: hidden;
}

.lawsr-text>div>span {
    float: left;
    width: 550px;
    line-height: 30px;
}

.lawsr-text>div>b {
    float: left;
    line-height: 30px;
}

.lawsr-text>div>img {
    float: left;
    width: 17px;
    margin-left: 32px;
    margin-top: 6px;
    margin-right: 20px;
}

.bar-warp {
    width: 100%;
    position: fixed;
    top: 0;
    opacity: 0;
    transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    -webkit-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    z-index: -2;
}
.bar-warp.active{
    opacity: 1;
    z-index: 1;
}


















/*width*/

.w220 {
    width: 220px;
}

.w338 {
    width: 338px;
}

.w292 {
    width: 292px;
}

.w280 {
    width: 280px;
    margin: 0 !important;
}

.w300 {
    width: 300px;
}

.w160 {
    width: 160px;
}

.w200 {
    width: 200px;
}

.w184 {
    width: 184px;
}

.w260 {
    width: 260px;
    margin-right: 0 !important;
}

.w168 {
    width: 168px;
}

.w200 {
    width: 200px;
}

.w264 {
    width: 264px;
}

.w226 {
    width: 226px;

}

.w232 {
    width: 232px;
    margin: 0 !important;
}