
.banner_pc{
    position: relative;
}
img.mm{
    display: none;
}
.banner_flex{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.book_banner_pc{
    padding: 140px 0 140px;
    background: url(../images/book/banner.png)bottom center no-repeat;
    background-size: cover;
}
.book_ban_img{
    width: 36%;
}
.book_ban_img img{
    animation: ban_img 3s linear infinite;
}
@keyframes ban_img {
0% {
    transform: translateX(-10px) translateY(-20px);
}
50% {
    transform: translateX(0px) translateY(0px);
}
100% {
    transform: translateX(-10px) translateY(-20px);
}
}
.book_ban_tit{
    width: 62%;
    padding-left: 8%;
    padding-top: 120px;
}
.book_ban_tit a{
    display: inline-block;
    min-width: 230px;
    font-size: 24px;
    line-height: 56px;
    color: #262B2F;
    text-align: center;
    margin-top: 100px;
    padding: 0 20px;
    border-radius: 90px;
    background: #FFC31B;
    transition: all .6s;
}
.book_ban_tit a:hover{
    background: #ffffff;
    transform: translateY(-10px);
}
.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: #3E86F5;
    transition: all .6s;
}
.book_more a:hover{
    background: #FA8C00;
    transform: translateY(-10px);
}
.book_index1{
    padding: 110px 0;
    background: #F6F9FC;
}
.book_index1 .book_title{
    text-align: center;
}
.book_ind1_nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 900px;
    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: 19%;
    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: #3E86F5;
}
.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:nth-child(3) li{
    max-width: 1100px;
    margin: 0 auto;
}
.book_ind1_con ul:nth-child(3) li .book_ind1_lf{
    width: 52%;
}
.book_ind1_con ul:last-child li .book_ind1_lf{
    width: 40%;
}
.book_index2{
    padding: 110px 0;
}
.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/book/z.png) no-repeat;
    background-size: 100% 100%;
    left: 0;
}
.book_ind2_zy .swiper-button-next{
    background: url(../images/book/y.png) no-repeat;
    background-size: 100% 100%;
    right: 0;
}
.book_ind2_zy .swiper-button-prev:hover{
    background-image: url(../images/book/z1.png);
}
.book_ind2_zy .swiper-button-next:hover{
    background-image: url(../images/book/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: #3E86F5;
}
.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: 140px 0 100px;
    background: #F6F9FC;
}
.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: #002B6B;
    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:last-child li:nth-child(1):before{
    content: "Q4";
}
.book_ind5 ul:last-child li:nth-child(2):before{
    content: "Q5";
}
.book_ind5 ul:last-child li:nth-child(3):before{
    content: "Q6";
}
.book_ind5 ul li:after{
    content: "";
    position: absolute;
    right: 25px;
    top: 45px;
    width: 16px;
    height: 16px;
    background: url(../images/book/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: #0F2028;
    cursor: pointer;
}
.book_ind5 ul li p{
    display: none;
    font-size: 20px;
    line-height: 36px;
    color: #414D60;
    margin-top: 5px;
}
.book_ind5 ul li.open:after{
    transform: rotate(45deg);
}
.book_ind5 ul li.open{
    box-shadow: 10px 25px 50px rgba(0, 43, 107, .25);
    border-color: #8AB9FF;
    background: #E6F0FF;
}
.book_ind5 ul li.open:before{
    color: #002B6B;
    background: #ffffff;
}
.report{
    padding-bottom: 120px;
}
.book_title p i{
    font-size: 40px;
    color: #26538E;
}
.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;
}