/*---------- 0.public ----------*/
.white,
.white a:link,
.white a:visited,
.white a:hover {
    color: white;
}

.white-nav,
.white-nav a:link,
.white-nav a:visited,
.white-nav a:hover {
    color: #ffffdd;
}

.blue,
.blue a:link,
.blue a:visited,
.blue a:hover {
   on color: #2B6BB1;
}

body {
    background-color: #f9fafe;
	-webkit-text-size-adjust: 100%;
}
.fubao-main {
    background: url(../images/bg1.jpg) no-repeat top center;
}
/* 0.top */
.fubao-top .top-h {
    height: 514px;
}
.fubao-top .daoyu {
    font-size: 20px;
    line-height: 1.6;
    width: 920px;
    padding-top: 9px;
}
/* 1.P1 */
.fubao-p1 {
    margin-top: 480px;
}
.fubao-p1 .left {
    width: 681px;
    height: 578px;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 54px 0px rgba(57, 166, 88, 0.23);
    margin-left: 20px;
    position: relative;
}
.fubao-p1 .right {
    width: 460px;
    height: 561px;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 54px 0px rgba(57, 166, 88, 0.23);
    margin-top: 15px;
}
.fubao-p1 .left .swiper-container .swiper-slide img {
    border-radius: 10px;
    margin-top: 11px;
    margin-left: 11px;
}
.fubao-p1 .left .swiper-container .swiper-slide p.text {
    font-size: 24px;
    padding: 19px 0;
    text-align: center;
}
.swiper-pagination1 {
    position: absolute;
    left: 0px;
    text-align: right;
    bottom: 75px;
    width: 661px;
    z-index: 9;
    margin-right: 12px;
}
.swiper-pagination1 .swiper-pagination-bullet {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #fff;
    margin: 0 6px;
    cursor: pointer;
    border-radius: 50%;
    opacity: 1;
}
.swiper-pagination1 .swiper-pagination-bullet-active {
    background-color: rgb(0, 0, 0);
}

.list-wrap {
    width: 460px;
    height: 558px;
    margin: 0px auto;
    position: relative;
}
.list-wrap .swiper-button-next1,
.list-wrap .swiper-button-prev1 {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 41px;
    height: 41px;
    z-index: 9;
    cursor: pointer;
}
.list-wrap .swiper-button-prev1 {
    background: url(../images/prev1.png) no-repeat left top;
    left: -21px;
}
.list-wrap .swiper-button-next1 {
    background: url(../images/next1.png) no-repeat left bottom;
    right: -21px;
}
.fubao-p1 .right .swiper-container .swiper-slide {
    float: right;
}
.fubao-p1 .right .swiper-container .swiper-slide .list li {
    font-size: 20px;
    padding: 24px 0 24px 40px;
    border-bottom: 1px solid #eeeeee;
}
.fubao-p1 .right .swiper-container .swiper-slide .list li:last-child {
    border-bottom: none;
}
/* 2.P2 */
.fubao-p2 {
    background: url(../images/bg2.jpg) no-repeat top center;
    height: 902px;
    padding-top: 320px;
}
.fubao-p2 .container-image {
    margin: 0 auto;
    height: 530px;
    overflow: hidden;
}
.roundabout-box {
    width: 980px;
    height: 520px;
    position: relative;
}
.roundabout-box .prev2,
.roundabout-box .next2 {
    width: 85px;
    height: 85px;
    position: absolute;
    top: 195px;
    z-index: 999;
    display: block;
    cursor: pointer;
}
.roundabout-box .prev2 {
    background: url(../images/prev2.png) no-repeat;
    left: 5%;
}
.roundabout-box .next2 {
    background: url(../images/next2.png) no-repeat;
    right: 5%;
}
.roundabout-box img {
    width: 97%;
}
.roundabout-box {
    height: 515px;
    width: 980px;
    margin: 0px auto;
}
.roundabout-holder {
    width: 500px;
    height: 515px;
    margin: 0px auto;
}
.roundabout-moveable-item {
    height: 515px;
    width: 818px;
    cursor: pointer;
    background: #fff;
    padding: 10px 10px 50px 10px;
    border-radius: 20px;
    box-shadow: 0px 0px 54px 0px rgba(57, 166, 88, 0.23);
}
.roundabout-moveable-item img {
    height: 100%;
    width: 100%;
    margin: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.roundabout-moveable-item p.text {
    display: none;
}
.roundabout-in-focus p.text {
    display: block;
    text-align: center;
    font-size: 20px;
    margin-top: 7px;
}
.roundabout li {
    margin: 0;
}

/* 3.P3 */
.fubao-p3 {
    background: url(../images/bg.jpg) top center;
    padding-bottom: 30px;
}
.fubao-p3 .list li {
    float: left;
    margin-left: 13px;
    background-color: #fff;
    padding: 5px;
    border-radius: 20px;
    font-size: 20px;
    text-align: center;
    width: 391px;
    box-shadow: 0px 0px 54px 0px rgba(57, 166, 88, 0.23);
    margin-bottom: 30px;
}
.fubao-p3 .list li:nth-child(n+7) {  
    display: none;
}
.fubao-p3 .list li img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.fubao-p3 .list li:nth-child(3n+1) {
    margin-left: 0;
}
.fubao-p3 .list li p.text {
    padding: 10px;
}
.fubao-p3 #showMore {
    clear: both;
    font-size: 20px;
    text-align: center;
    color: #7f7f7f;
    cursor: pointer;
	display: none
}
/* 4.P4 */
.fubao-p4 {
    background: url(../images/bg3.jpg) no-repeat top center;
    height: 1251px;
}
.fubao-p4 .pic-wrap {
    background-color: #fff;
    box-shadow: 0px 0px 54px 0px rgba(57, 166, 88, 0.23);
    height: 600px;
    margin-top: 211px;
    overflow: hidden;
    padding: 10px;
    border-radius: 20px;
}
.fubao-p4 .swiper-container {
    width: 1080px;
    height: 580px;
    margin-left: 120px;
}
.fubao-p4 .swiper-container .swiper-slide {
    width: auto;
}
.fubao-p4 .swiper-container .swiper-slide p.text {
    font-size: 20px;
    text-align: left;
    margin-top: 8px;
    /*display: none;*/
}
.fubao-p4 .swiper-container .swiper-slide img {
    border-radius: 20px;
}
.fubao-p4 .swiper-container .swiper-slide.swiper-slide-active p.text {
    display: block;
}
.fubao-p4 .swiper-button-next4,
.fubao-p4 .swiper-button-prev4 {
    position: absolute;
    top: 40%;
    margin-top: -15px;
    width: 60px;
    height: 84px;
    z-index: 9;
    cursor: pointer;
}
.fubao-p4 .swiper-button-prev4 {
    background: url(../images/prev4.png) no-repeat left top;
    left: 40px;
}
.fubao-p4 .swiper-button-next4 {
    background: url(../images/next4.png) no-repeat left bottom;
    right: 0px;
}
/* 5.footer */
.copyright {
    text-align      : center;
    font-size       : 14px;
    line-height     : 1.8;
    padding         : 300px 0 50px 0;
}