* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "微软雅黑";
    background: url(../img/bg.jpg) no-repeat;
    background-size: cover;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
    border: none;
    outline: none;
}

img {
    max-width: 100%;
    display: block;
    border: none;
    outline: none;
}


/*棣栭〉*/

.sy {
    width: 750px;
}

.sy .content {
    width: 750px;
    margin: 0 auto;
    overflow: hidden;
}

.sy .content .left {
    display: inline-block;
    position: relative;
}

.sy .content .left ul li {
    margin-bottom: 33px;
    width: 482px;
    /* background: url(../img/list_bg.png) no-repeat; */
    background-size: 100% 100%;
    height: 85px;
    padding: 20px 0 2px;
}

.sy .content .left ul li:hover {
    /* background: url(../img/hover_bg.png) no-repeat; */
    background-size: 100% 100%;
}

.sy .content .left ul li img {
    margin: 0 auto;
}

.sy .content .left ul li:hover .erweima {
    display: block;
}

.sy .content .left ul li .erweima {
    position: absolute;
    bottom: 5px;
    left: 350px;
    display: none;
}

.sy .content .left ul li .erweima>img {
    width: 120px;
    height: 130px;
    border: 4px solid #fff;
    border-radius: 10px;
}

.sy .content .left ul li .erweima .jt img {
    width: 13px;
    height: 9px;
    margin-left: 19px;
}

.sy .content .right {
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 255px;
}

.sy .content .right .kuang {
    position: absolute;
    bottom: 105px;
    left: 130px;
    width: 239px;
    height: 269px;
    border: 5px solid #ff0000;
    border-radius: 20px;
}

.sy .content .right .kuang img {
    border-radius: 20px;
    width: 239px;
    height: 269px;
}


/*鍒楄〃椤�*/

.lb {
    width: 100%;
    background: url(../img/bg_yi.jpg) no-repeat;
    background-size: cover;
    min-width: 656px;
}

.lb .content {
    width: 656px;
    margin: 0 auto;
    padding: 30px 0;
}

.lb .content .logo img {
    margin: 0 auto;
    width: 615px;
    height: 147px;
}

.lb .content .list {
    margin-top: 26px;
}

.lb .content .list .title img {
    margin: 0 auto;
    width: 358px;
    height: 45px;
}

.lb .content .list>ul {
    text-align: center;
    margin-top: 18px;
}

.lb .content .list>ul>li {
    display: inline-block;
    width: 300px;
    background: url(../img/list_bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 22px 0 0;
    height: 60px;
    margin: 6px 12px;
}

.lb .content .list>ul>li:hover {
    background: url(../img/hover_bg.png) no-repeat;
    background-size: 100% 100%;
}

.lb .content .list>ul>li img {
    margin: 0 auto;
}

.lb .content .list .anniu {
    margin-top: 20px;
}

.lb .content .list .anniu ul {
    text-align: center;
}

.lb .content .list .anniu ul li {
    display: inline-block;
}

.lb .content .list .anniu ul li img {
    width: 228px;
    height: 66px;
}


/*鍐呭椤�*/

#scrollWrapper {
    width: 543px;
    height: 708px;
    background-color: #ffcbca;
    margin: 30px auto;
    border-radius: 10px;
    position: relative;
}

#scrollBorder {
    padding: 28px 36px;
    height: 570px;
}

#scroll {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 535px;
    margin: 0 auto;
}

#boards {
    width: 9999em;
    position: absolute;
}

.board {
    width: 471px;
    float: left;
}

#arrows a {
    position: absolute;
    top: 50%;
    margin-top: -24px;
    display: block;
    width: 49px;
    height: 49px;
    overflow: hidden;
    cursor: pointer;
    z-index: 99;
}

#arrow-left {
    left: 8px;
}

#arrow-right {
    right: 8px;
}

.content #scrollWrapper #scroll .board .title {
    background: url(../img/list_bg.png) no-repeat;
    background-size: 100% 100%;
    height: 60px;
    padding: 22px 0 0;
}

.content #scrollWrapper #scroll .board .title img {
    margin: 0 auto;
}

.content #scrollWrapper #scroll .board .nr img {
    margin: 10px auto;
    width: 404px;
    height: 285px;
    border-radius: 10px;
}

.content #scrollWrapper #scroll .board .nr .js p {
    text-indent: 32px;
    font-size: 16px;
    color: #3e3e3e;
    line-height: 28px;
}

.content #scrollWrapper .anniu {
    position: absolute;
    bottom: 30px;
    left: 40px;
}

.content #scrollWrapper .anniu ul {
    text-align: center;
}

.content #scrollWrapper .anniu ul li {
    display: inline-block;
}

.content #scrollWrapper .anniu ul li img {
    width: 228px;
    height: 66px;
}