.book *{
    box-sizing: border-box;
}
.book ul{
    list-style: none;
    padding-left: 0;
}
.book img{
    max-width: 100%;
}
.book i{
    font-style: normal;
}
.book .swiper-button-next:after, .book .swiper-button-prev:after{
    display: none;
}
.clearBoth:after{
    content: "";
    display: block;
    clear: both;
}

.w1600{
    position: relative;
    width: 94%;
    max-width: 1600px;
    margin: 0 auto;
}
.book_banner img{
    width: 100%;
}

img.mm{
    display: none;
}
.book_title{
    position: relative;
    color: #0F2028;
    margin-bottom: 60px;
    z-index: 2;
}
.book_title h2{
    position: relative;
    font-size: 48px;
    font-weight: bold;
}
.book_title p{
    font-size: 20px;
    line-height: 32px;
    color: #414D60;
    margin-top: 15px;
}
.book_more{
    position: relative;
    text-align: center;
    margin: 60px auto 0;
}
.book_more a{
    display: inline-block;
    min-width: 280px;
    font-size: 24px;
    line-height: 56px;
    color: #ffffff;
    text-align: center;
    padding: 0 30px;
    border-radius: 90px;
    background: #141414;
    transition: all .6s;
}
.book_more a:hover{
    color: #141414;
    background: #FCEAB8;
    transform: translateY(-10px);
}
.book_index1{
    padding: 110px 0;
}
.book_index1 .book_title{
    text-align: center;
}
.book_ind1_nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 850px;
    margin: 0 auto 80px;
/*    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .05);
    background: #ffffff;*/
}
.book_ind1_nav p{
    width: 24%;
    max-width: 145px;
    font-size: 18px;
    line-height: 45px;
    color: #262B2F;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
}
.book_ind1_nav p.cur{
    color: #ffffff;
    background: #141414;
}
.book_ind1_con ul{
    display: none;
    min-height: 415px;
}
.book_ind1_con ul:first-child{
    display: block;
}
.book_ind1_con ul li{
    display: flex;
    flex-wrap: wrap;
}
.book_ind1_lf{
    width: 39%;
    font-size: 20px;
    line-height: 48px;
    color: #414D60;
    margin-right: 5%;
    padding-top: 80px;
}
.book_ind1_img{
    flex: 1;
    max-width: 860px;
}
.book_ind1_center img{
    margin: 0 auto;
}
.book_ind1_con ul:last-child li .book_ind1_lf{
    width: 40%;
}
.book_index2{
    padding: 0 0 110px;
}
.book_index2 .book_title{
    max-width: 940px;
    padding-right: 150px;
}
.book_ind2_zy{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 145px;
    height: 64px;
}
.book_ind2_zy .swiper-button-prev,.book_ind2_zy .swiper-button-next{
    width: 64px;
    height: 64px;
    top: 0;
    margin-top: 0;
    outline: none;
}
.book_ind2_zy .swiper-button-prev{
    background: url(../images/z.png) no-repeat;
    background-size: 100% 100%;
    left: 0;
}
.book_ind2_zy .swiper-button-next{
    background: url(../images/y.png) no-repeat;
    background-size: 100% 100%;
    right: 0;
}
.book_ind2_zy .swiper-button-prev:hover{
    background-image: url(../images/z1.png);
}
.book_ind2_zy .swiper-button-next:hover{
    background-image: url(../images/y1.png);
}
.book_ind2{
    padding-left: 8%;
    overflow: hidden;
}
.book_ind2 .swiper-container{
    width: 110%;
    padding-bottom: 60px;
}
.book_ind2 img{
    margin: 0 auto;
    border-radius: 50px;
}
.book_ind2 .swiper-container-horizontal>.swiper-pagination-bullets {
    left: -8%;
    bottom: 0;
}
.book_ind2 .swiper-pagination-bullet {
    width: 32px;
    height: 6px;
    background: #EDEEF0;
    opacity: 1;
    border-radius: 0;
    vertical-align: middle;
}
.book_ind2 .swiper-pagination-bullet-active {
    background: #0F2028;
}
.book_index3 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.book_index3 ul li{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 18.75%;
    min-height: 264px;
    color: #0F2028;
    text-align: center;
    padding: 20px 10px;
    border-radius: 25px;
    background: #F6F8F7;
}
.book_index3 ul li h3{
    font-size: 56px;
    font-weight: bold;
}
.book_index3 ul li h3 i{
    display: inline-block;
    vertical-align: top;
    font-size: 40px;
    color: #262626;
}
.book_index3 ul li p{
    font-size: 24px;
}
.book_index3 ul li:hover{
    color: #ffffff;
    background: #0F2028;
}
.book_index3 ul li:hover i{
    color: #FCEAB8;
}
.book_index4{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 100px 0;
}
.book_ind4_lf{
    width: 39.5%;
}
.book_ind4_lf ul li{
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 560px;
    margin-bottom: 110px;
    padding: 30px 10px 30px 30px;
    border-radius: 32px;
    box-shadow: 0 0 25px rgba(23, 137, 252, .1);
    background: #ffffff;
}
.book_ind4_lf ul li:last-child{
    margin-bottom: 0;
    transform: translateX(30%);
}
.book_ind4_lf img{
    margin-right: 15px;
}
.book_ind4_lf ul li p{
    flex: 1;
    font-size: 24px;
    color: #000000;
}
.book_ind4_ri{
    width: 55%;
}
.book_ind4_ri ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.book_ind4_ri ul li{
    width: 38.4%;
}
.book_ind4_ri ul li:last-child{
    width: 58.9%;
}
.book_ind4_ri ul li img{
    margin: 0 auto;
    border-radius: 50px;
}
.book_index5{
    padding: 0 0 100px;
}
.book_ind5{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}
.book_ind5 ul{
    width: 48.75%;
}
.book_ind5 ul li{
    position: relative;
    margin-bottom: 25px;
    padding: 25px 50px 25px 85px;
    border-radius: 20px;
    border: 1px solid #E6E9EA;
    background: #FFFFFF;
}
.book_ind5 ul li:before{
    content: "Q1";
    position: absolute;
    left: 15px;
    top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    font-size: 20px;
    color: #141414;
    text-align: center;
    border-radius: 50%;
    background: #EDEEF0;
}
.book_ind5 ul li:nth-child(2):before{
    content: "Q2";
}
.book_ind5 ul li:nth-child(3):before{
    content: "Q3";
}
.book_ind5 ul li:nth-child(4):before{
    content: "Q4";
}
.book_ind5 ul:last-child li:nth-child(1):before{
    content: "Q5";
}
.book_ind5 ul:last-child li:nth-child(2):before{
    content: "Q6";
}
.book_ind5 ul:last-child li:nth-child(3):before{
    content: "Q7";
}
.book_ind5 ul:last-child li:nth-child(4):before{
    content: "Q8";
}
.book_ind5 ul li:after{
    content: "";
    position: absolute;
    right: 25px;
    top: 45px;
    width: 16px;
    height: 16px;
    background: url(../images/k.png)no-repeat;
    background-size: cover;
    transition: all .5s;
}
.book_ind5 ul li h3{
    display: flex;
    align-items: center;
    min-height: 56px;
    font-size: 26px;
    color: #000000;
    cursor: pointer;
}
.book_ind5 ul li p{
    display: none;
    font-size: 20px;
    line-height: 36px;
    color: #464646;
    margin-top: 5px;
}
.book_ind5 ul li.open:after{
    transform: rotate(45deg);
}
.book_ind5 ul li.open{
    box-shadow: 4px 10px 40px rgba(0, 43, 107, .1);
    border-color: #EBEBEB;
    background: #EBEBEB;
}
.book_ind5 ul li.open:before{
    background: #ffffff;
}
.report{
    padding-bottom: 120px;
}
.book_title p i{
    font-size: 40px;
    color: #0C255D;
}
.report_con{
    position: relative;
    padding: 120px 0 0;
    border-radius: 50px;
    background: url(../images/report_bj.jpg)center no-repeat;
    background-size: cover;
}
.report_flex{
    position: relative;
    width: 94%;
    max-width: 1360px;
    margin: 0 auto;
}
.report_img{
    width: 80%;
}
.report_tit{
    position: absolute;
    right: 0;
    top: 40%;
    width: 42.5%;
    border-radius: 20px;
    border: 1px solid #747C9C;
    background: #ffffff;
    overflow: hidden;
}