@charset "utf-8";

/* CSS Document */
.domPC {
    display: block;
}

.domMobile {
    display: none;
}

body {
    background: url(srlsjBg.jpg) 50% 0 no-repeat;
}

.logo {
    bodrder: 1px solid #f90;
    position: absolute;
    left: 50%;
    top: 30px;
    margin-left: -500px;
}

.main {
    width: 1000px;
    color: #565656;
    margin: 290px auto 0 auto;
    background: #ededed;
    box-sizing: border-box;
    padding: 30px 45px;
    font-size: 18px;
    line-height: 1.8em;
}

.main p {
    margin-bottom: 15px;
}

.main img {
    max-with: 100%;
}

.xilan-tit {
    text-align: center;
    border-bottom: 2px solid #d1c5a8;
    margin-bottom: 15px;
}

.xilan-tit h1 {
    line-height: 1.5em;
    font-size: 32px;
}

.xilan-tit p {
    font-size: 14px;
}

.xilan-tit p span {
    padding: 0 10px;
}

.part1 {
    margin-top: 20px;
    background: #ededed;
}

.part1 .part_con {
    width: 1000px;
    margin: 0 auto;
    color: #565656;
}

.part1 .part_con h3 {
    padding-top: 45px;
    height: 50px;
    background: url(//www.xinhuanet.com/book/xilan/res/tit_srq.png) 50% 40px no-repeat;
}

.part1 .part_con ul {
    margin-top: 30px;
}

.part1 .part_con li {
    float: left;
    margin: 0 17px 30px;
    width: 130px;
    text-align: center;
    height: 180px;
}

.part1 .part_con li img {
    width: 80px;
    height: 80px;
    border: 3px solid #cfc4b2;
    border-radius: 50%;
    margin-bottom: 10px;
}

.part1 .part_con li .name a {
    color: #565656;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6em;
}

.part1 .part_con .firendLink {
    text-align: center;
}

.device {
    width: 100%;
    position: relative;
    margin-bottom: 5px;
}

.device .arrow-left {
    background: url(left.png) no-repeat left top;
    background-size: 100% 100%;
    position: absolute;
    left: -60px;
    top: 50%;
    margin-top: -80px;
    width: 80px;
    height: 80px;
    z-index: 5;
}

.device .arrow-right {
    background: url(right.png) no-repeat left bottom;
    background-size: 100% 100%;
    position: absolute;
    right: -60px;
    top: 50%;
    margin-top: -80px;
    width: 80px;
    height: 80px;
    z-index: 5;
}

.swiper-container {
    height: 500px;
}

.swiper-container img {
    width: 100%;
}

.pagination {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: 25px;
    z-index: 5;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #777;
    margin-right: 8px;
    cursor: pointer;
    border-radius: 50%;
}

.swiper-active-switch {
    background: #d1c5a8;
}

.footer {
    background: #d2c8b2;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 2em;
    padding: 15px 0;
}

@media screen and (min-width:0px) and (max-width: 767px) {
    .domPC {
        display: none;
    }

    .domMobile {
        display: block;
    }

    body {
        background: none;
    }

    .main,
    .part1 .part_con {
        width: 100%;
    }

    .main {
        margin: 0;
        padding: 15px;
    }

    .part1 .part_con li {
        float: left;
        margin: 0 4% 30px;
        width: 25%;
        text-align: center;
        height: 175px;
    }

    .part1 .part_con h3 {
        padding-top: 25px;
        height: 50px;
        background: url(//www.xinhuanet.com/book/xilan/res/tit_srq.png) 50% 20px no-repeat;
    }

    .swiper-container {
        height: 890px;
    }

    .main img {
        max-width: 100% !important;
        height: auto !important;
    }

    .xilan-tit h1 {
        line-height: 1.5em;
        font-size: 26px;
    }

}
