@charset "utf-8";
.fubao-wrap1 {
    background: url(../images/d2bg1.jpg) no-repeat top center;
    padding-bottom: 120px;
}
.fubao-wrap2 {
    background: url(../images/d2bg2.jpg) no-repeat top center;
    padding-bottom: 100px;
}
.fubao-wrap3,
.fubao-wrap22 {
    background: url(../images/d2bg3.jpg) repeat-y top center;
}
.fubao-wrap21 {
    background: url(../images/d2bg21.jpg) no-repeat top center;
}
.fubao-wrap3 {
	padding-top: 120px;
}
/* family */
/* top */
.fubao-top {
    height: 515px;
}
/* daoyu */
.fubao-dy {
    font-size: 20px;
    width: 920px;
    line-height: 160%;
    text-align: justify;
    padding: 10px 0;
}
/* nav */
.fubao-nav {
    line-height: 70px;
    font-size: 22px;
    font-weight: bold;
    margin-top: 8px;
    text-align: center;
}
.fubao-nav span {
    padding: 0 60px;
    border-right: 1px solid #b0c7ac;
    display: inline-block;
    line-height: 40px;
}
.fubao-nav span:last-child {
    border-right: none;
}
/* p1 */
.fubao-d2p1 {
    width: 1134px;
    height: 728px;
    margin-top: 135px;
}
.fubao-d2p1 .swiper-container {
    width: 1105px;
    height: 710px;
    position: relative;
    margin-top: 15px;
}
.fubao-d2p1 .swiper-container .swiper-slide {
    text-align: center;
}
.fubao-d2p1 .swiper-container .swiper-slide img {
    border-radius: 10px;
}
.fubao-d2p1 .swiper-container .swiper-slide span {
    width: 100%;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
}
.swiper-pagination1 {
    position: absolute;
    right: 10px;
    text-align: right;
    top: 590px;
    z-index: 99;
}
.swiper-pagination1 .swiper-pagination-switch {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    margin-right: 10px;
    cursor: pointer;
}
.swiper-pagination1 .swiper-active-switch {
    background: #000;
}
/* p2 */
.fubao-wrap2 .list {
    width: 583px;
    height: 709px;
    margin: 51px auto 0 48px;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 54px 0px rgba(57, 166, 88, 0.23);
    padding-top: 20px;
    
}
.fubao-wrap2 .list li {
    font-size: 20px;
    padding: 23px 20px 23px 40px;
    border-bottom: 1px solid #eeeeee;
}

.fubao-wrap2 .list li:last-child {
    border-bottom: none;
}
/* p3 */
.fubao-wrap3 .fubao-d2p3 {
    position:relative;
    background: #fff;
    box-shadow: 0px 0px 54px 0px rgba(57, 166, 88, 0.23);
    padding-top: 10px;
	border-radius: 20px 5px 20px 20px;
}
.fubao-d2p3 .swiper-container {
    width: 1080px;
    height: 600px;
    position: relative;
    margin-top: 0px;
    margin-left: 119px;
}
.fubao-d2p3 .swiper-container .swiper-slide {
    text-align: center;
}
.fubao-d2p3 .swiper-container .swiper-slide img {
    border-radius: 10px;
    margin-right: 40px;
}
.fubao-d2p3 .swiper-container .swiper-slide span {
    width: 100%;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    display: none;
}
.fubao-d2p3 .swiper-container .swiper-slide-active span {
    display: block;
}
.fubao-d2p3 .prev,.fubao-wrap3 .next {
    position: absolute;
    top: 300px;
    width: 60px;
    height: 84px;
    z-index: 10;
    cursor: pointer;
}
.fubao-d2p3 .prev {
    background: url(../images/prev4.png) no-repeat;
    left: 30px;
    cursor: pointer;
}
.fubao-d2p3 .next {
    background: url(../images/next4.png) no-repeat;
    right: 50px;
    cursor: pointer;
}
#copyright {
    text-align: center;
    padding: 50px 0;
    font-size: 18px;
}
/* image */
.fubao-d2p21 {
    margin-top: 166px;
    height: 798px;
}
.fubao-d2p21 .video {
    width: 1146px;
    margin: 0 auto;
}
.fubao-d2p21 .video video {
    object-fit: cover;
    width: 100%;
    height: auto;
}
.fubao-d2p21 .video p {
    text-align: center;
    font-size: 20px;
    padding: 25px 0 20px 0;
	font-weight: bold;
}
.fubao-d2p22 {
    background: url(../images/ico1.png) no-repeat 68px top;
}
.fubao-d2p22 .list {
    margin-top: 190px;
}
.fubao-d2p22 .list li {
    float: left;
    margin-left: 13px;
    background-color: #fff;
    padding: 5px;
    border-radius: 20px;
    font-size: 18px;
    text-align: center;
    width: 391px;
    box-shadow: 0px 0px 54px 0px rgba(57, 166, 88, 0.23);
    margin-bottom: 30px;
	height: 292px;
}
.fubao-d2p22 .list li:nth-child(n+7) {  
    display: none;
}
.fubao-d2p22 .list li img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.fubao-d2p22 .list li:nth-child(3n+1) {
    margin-left: 0;
}
.fubao-d2p22 .list li p.text {
    padding: 10px;
}
.fubao-d2p22 #showMore,
.fubao-d2p4 #showMore {
    clear: both;
    font-size: 20px;
    text-align: center;
    color: #7f7f7f;
    cursor: pointer;
    display: none;
}
.fubao-wrap22 #copyright {
    padding: 140px 0 50px 0;
}
/* in china */
.fubao-main-china {
    background: url(../images/d2bg3.jpg) repeat-y top center;
}
.fubao-wrap31 {
    background: url(../images/d2bg31.jpg) no-repeat top center;
}
.fubao-d2p4 {
    margin-top: 140px;
}
.fubao-d2p4 .items {
    width: 1119px;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 54px 0px rgba(57, 166, 88, 0.23);
    margin-bottom: 25px;
    padding: 20px 25px 25px 25px;
}
.fubao-d2p4 .items img {
    float: left;
    margin-right: 50px;
    border-radius: 10px;
}
.fubao-d2p4 .items b {
    display: block;
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 25px;
}
.fubao-d2p4 .items p {
    font-size: 20px;
    line-height: 1.6;
}
.fubao-d2p4 .items:nth-child(n+5) {  
    display: none;
}
.fubao-d2p5 {
    background: none;
}
.fubao-d2p5 .list {
    margin-top: 62px;
}
.copyright .copy_1 .fl {
	display: none;
}
.copyright .copy_1 .fr {
	float: none;
	text-align: center;
	font-size: 14px;
	padding: 80px 0 40px 0;
}