* {
    margin: 0;
    padding: 0;
}

.flexX {
    display: flex;
    flex-direction: row;
}

.flexY {
    display: flex;
    flex-direction: column;
}

.flexCenter {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

img {
    display: block;
}

.bold {
    font-weight: bold;
}

.banner_title {
    width: 100%;
    cursor: pointer;
}

.marCenter {
    margin: 0 auto;
    width: 1200px;
}

body {
    /* background-color: #fafff2; */
    min-width: 1200px;
}

.utilTitle {
    margin: 0 auto;
}

.utilTitle .utilLine {
    width: 79px;
    height: 6px;
    background-color: #c18d43;
}

.utilTitle .utilText {
    font-size: 56px;
    font-weight: bold;
    font-style: italic;
    line-height: 54px;
    color: #c18d43;
    margin: 0 10px;
}


.text-shadow {
    color: white;
    text-shadow:
        -1px -1px 0 #fff,
        1px -1px 0 #fff,
        -1px 1px 0 #fff,
        1px 1px 0 #fff;
}

/* content1 start */
.content1 {
    width: 100%;
    height: 1375px;
    background-image: url("/images/monthly10/bjimg01.png");
}

.bj {
    height: 599px;
    background-image: url("/images/monthly10/bj_bj.png");
    background-repeat: no-repeat;
}

.bj .bjList {
    margin-top: 97px;
    width: 100%;
    justify-content: space-between;
    padding: 0 10px;
    box-sizing: border-box;
}

.bj .bjList .bjItem {
    width: 278px;
    height: 366px;
    border-radius: 10px;
    background-color: #f8d8a3;
}

.bj .bjList .bjItem .bjItemBox {
    width: 264px;
    height: 352px;
    background-color: #fffbf4;
    border-radius: 10px;
    align-items: center;
}

.bj .bjList .bjItem .bjItemBox .bjImg {
    width: 100%;
}

.bj .bjList .bjItem .bjItemBox .bjText1 {
    font-size: 33px;
    font-weight: bold;
    color: #930713;
    text-align: center;
    line-height: 33px;
    margin: 11px 0 8px;
}

.bj .bjList .bjItem .bjItemBox .bjLine {
    width: 209px;
    border-top: 1px dashed #930713;
    margin: 0 auto;
}

.bj .bjList .bjItem .bjItemBox .bjText2 {
    font-size: 16px;
    color: #930713;
    width: 240px;
    margin-top: 11px;
    line-height: 20px;
}

.bj .bjList .bjItem .bjItemBox .bjBom {
    width: 240px;
    justify-content: space-between;
}

.bj .bjList .bjItem .bjItemBox .bjBom .momey {
    align-items: end;
    margin-left: 9px;
}

.bj .bjList .bjItem .bjItemBox .bjBom .momey .num {
    font-size: 64px;
    font-weight: bold;
    line-height: 64px;
    color: #930713;
}

.bj .bjList .bjItem .bjItemBox .bjBom .momey .fz16 {
    font-size: 16px;
    color: #930713;
}

.bj .bjList .bjItem .bjItemBox .bjBom .bjBtn {
    width: 81px;
    height: 81px;
    line-height: 28px;
    background-image: linear-gradient(0deg,
            #c20b0c 0%,
            #e13c3f 61%,
            #ff6d71 100%),
        linear-gradient(#930713,
            #930713);
    background-blend-mode: normal,
        normal;
    border: solid 1px #f8d8a3;
    border-radius: 50%;
    font-size: 24px;
    color: #ffffff;
    cursor: pointer;
}

.yz {}

.yz .yzTitle {
    width: 1200px;
    height: 108px;
    background-image: url("/images/monthly10/title_bj.png");
    margin: 98px 0 58px;
}

.yz .yzList {
    justify-content: space-around;
}

.yz .yzList .yzItem {
    height: 465px;
    width: 507px;
    background-size: cover;
    align-items: center;
    padding-left: 45px;
    box-sizing: border-box;
}

.yz .yzList .yzItem .yzText1 {
    font-size: 31px;
    color: #f9efde;
    font-weight: bold;
    margin-top: 200px;
    font-style: italic;
}

.yz .yzList .yzItem .yzText2 {
    width: 350px;
    text-align: center;
    font-size: 16px;
    line-height: 21px;
    color: #f9efde;
    margin: 10px 0 17px;
    	font-style: italic;
}

.yz .yzList .yzItem .dwyy {
    width: 201px;
    height: 46px;
    background-color: #fee9c5;
    border-radius: 22px;
    font-size: 31px;
    color: #930713;
    cursor: pointer;
    font-style: italic;
}

.yz .yzList .yzItem .yzBom {
    width: 255px;
    justify-content: space-between;
}

.yz .yzList .yzItem .yzBom .num {
    align-items: end;
}

.yz .yzList .yzItem .yzBom .num .fz31 {
    font-size: 31px;
    color: #f9efde;
}

.yz .yzList .yzItem .yzBom .num .fz88 {
    font-size: 88px;
    line-height: 88px;
    color: #f9efde;
    font-weight: bold;
}

.yz .yzList .yzItem .yzBom .yzBtn1 {
    width: 95px;
    height: 95px;
    background-color: #feeac7;
    border-radius: 50%;
    font-size: 31px;
    line-height: 35px;
    color: #930713;
    cursor: pointer;
    font-style: italic;
}

.content2 {
    height: 2073px;
    background-image: url("/images/monthly10/bjimg02.png");
    background-size: cover;
}


.content2 .xfLine {
    width: 100%;
    height: 11px;
    background-color: #f8d8a3;
    margin-top: 32px;
}

.xf {
    width: 1200px;
    height: 700px;
    background-image: linear-gradient(0deg,
            #700407 0%,
            #ad070a 61%,
            #760608 100%),
        linear-gradient(#930713,
            #930713);
    box-shadow: 6px 9px 84px 0px #580102;
}

.xf .xfList {
    /* padding-top: 98px; */
    justify-content: space-between;
    padding: 98px 20px 0;
    box-sizing: border-box;
}

.xf .xfList .xfItem {
    width: 562px;
    height: 256px;
    /* background-color: #ca2122; */
    border-radius: 5px;
    border: solid 3px #f9efde;
    background-image: linear-gradient(0deg,
            #700407 0%,
            #ad070a 61%,
            #760608 100%),
        linear-gradient(#930713,
            #930713);
    position: relative;
}

.xf .xfList .xfItem .xfItemLeft {
    width: 241px;
    margin-left: 35px;
}

.xf .xfList .xfItem .xfItemLeft .xfItemText1 {
    font-size: 31px;
    font-style: italic;
    font-weight: bold;
    color: #f9efde;
    margin: 33px 0 14px;
}

.xf .xfList .xfItem .xfItemLeft .xfItemText2 {
    font-size: 16px;
    line-height: 28px;
    color: #f9efde;
}

.xf .xfList .xfItem .xfItemLeft .num {
    align-items: end;
    margin-top: 10px;
}

.xf .xfList .xfItem .xfItemLeft .num .fz21 {
    font-size: 21px;
    color: #f9efde;
    font-style: italic;
}

.xf .xfList .xfItem .xfItemLeft .num .fz77 {
    font-size: 77px;
    font-weight: bold;
    color: #f9efde;
    line-height: 70px;
    font-style: italic;
}

.xf .xfList .xfItem .xfItemRight {
    position: absolute;
    right: 0;
    top: -37px;
    height: 100%;
    width: 250px;
}

.xf .xfList .xfItem .xfItemRight .yzImg {
    width: 215px;
    height: 215px;
}

.xf .xfList .xfItem .xfItemRight .xfBtn {
    width: 201px;
    height: 46px;
    background-color: #fee9c5;
    border-radius: 22px;
    font-size: 31px;
    font-weight: bold;
    font-style: italic;
    color: #930713;
    margin: 10px 0 0 5px;
    cursor: pointer;
}

.zz .zzTitle {
    width: 1200px;
    height: 108px;
    background-image: url(/images/monthly10/title_bj.png);
    margin: 98px 0 58px;
}

.zz .zzRow {
    margin-bottom: 27px;
}

.zz .zzRow .zzItem {
    width: 586px;
    height: 299px;
    background-image: linear-gradient(0deg,
            #700407 0%,
            #ad070a 61%,
            #760608 100%),
        linear-gradient(#930713,
            #930713);
    border-radius: 10px;
    border: solid 3px #f9efde;
    position: relative;
    box-sizing: border-box;
}

.zz .zzRow .zzItem .zzItemText1 {
    font-size: 31px;
    color: #f9efde;
    font-style: italic;
    margin: 30px 0 18px 30px;
    font-weight: bold;
}

.zz .zzRow .zzItem .zzItemText2 {
    font-size: 16px;
    color: #f9efde;
    margin: 0 0 0 30px;
}

.zz .zzRow .zzItem .num {
    margin-left: 20px;
    align-items: end;
    margin-top: 26px;
}

.zz .zzRow .zzItem .num .fz21 {
    font-size: 21px;
    color: #f9efde;
    font-style: italic;
}

.zz .zzRow .zzItem .num .fz77 {
    font-size: 77px;
    font-weight: bold;
    font-style: italic;
    line-height: 69px;
    color: #f9efde;
}

.zz .zzRow .zzItem .zzBtn {
    width: 214px;
    height: 46px;
    background-color: #fffbf3;
    border-radius: 22px;
    font-size: 31px;
    color: #670203;
    font-style: italic;
    font-weight: bold;
    margin: 18px 0 0 37px;
    cursor: pointer;
}

.zz .zzRow .zzItem .zzImg {
    position: absolute;
    right: 33px;
    bottom: 10px;
    width: 235px;
    height: auto;
}

.content3 {
    width: 100%;
    height: 1879px;
    background-image: url("/images/monthly10/bjimg03.png");
    background-size: cover;
}

.content3 .zjLine {
    width: 100%;
    height: 11px;
    background-color: #f8d8a3;
    margin-top: 32px;
}

.zj {
    width: 1200px;
    height: 1010px;
    background-image: linear-gradient(0deg, #700407 0%, #ad070a 61%, #760608 100%), linear-gradient(#930713, #930713);
    box-shadow: 6px 9px 84px 0px #580102;
}

.zj .zjRow {
    justify-content: space-around;
    /* padding: 67px 0 37px; */
}

.zj .zjRow .zjItem {
    width: 364px;
    height: 425px;
    border-radius: 10px;
    background-color: #ffffff;
    align-items: center;
}

.zj .zjRow .zjItem .zjImg {
    width: 100%;
    height: 199px;
}

.zj .zjRow .zjItem .zjText1 {
    font-size: 31px;
    color: #930713;
    font-weight: bold;
    margin: 10px 0 15px;
}

.zj .zjRow .zjItem .zjLine1 {
    width: 349px;
    border-top: dashed 1px #c30d0e;
}

.zj .zjRow .zjItem .zjText2 {
    font-size: 17px;
    color: #930713;
    padding: 0 10px;
}

.zj .zjRow .zjItem .zjBom {
    width: 100%;
    justify-content: space-between;
    padding: 0 15px;
    box-sizing: border-box;
}

.zj .zjRow .zjItem .zjBom .zjBtn {
    width: 91px;
    height: 91px;
    border-radius: 50%;
    background-color: #c30d0e;
    font-size: 27px;
    line-height: 30px;
    color: #ffffff;
    font-style: italic;
    cursor: pointer;
}

.zj .zjRow .zjItem .zjBom .num {
    align-items: end;
}

.zj .zjRow .zjItem .zjBom .num .fz73 {
    font-size: 73px;
    line-height: 69px;
    color: #930713;
    font-weight: bold;
}

.zj .zjRow .zjItem .zjBom .num .fz19 {
    font-size: 19px;
    color: #930713;
}

.ey .yzTitle {
    width: 1200px;
    height: 108px;
    background-image: url("/images/monthly10/title_bj.png");
    margin: 98px 0 58px;
}

.ey .yzList {
    justify-content: space-around;
}

.ey .yzList .yzItem {
    height: 465px;
    width: 507px;
    background-size: cover;
    align-items: center;
    /* padding-left: 45px; */
    box-sizing: border-box;
}

.ey .yzList .yzItem .yzText1 {
    font-size: 31px;
    color: #f9efde;
    font-weight: bold;
    margin-top: 210px;
}

.ey .yzList .yzItem .yzText2 {
    width: 350px;
    text-align: center;
    font-size: 16px;
    line-height: 21px;
    color: #f9efde;
    margin: 10px 0 17px;
}

.ey .yzList .yzItem .dwyy {
    width: 201px;
    height: 46px;
    background-color: #fee9c5;
    border-radius: 22px;
    font-size: 31px;
    color: #930713;
    cursor: pointer;
    font-style: italic;
}

.ey .yzList .yzItem .yzBom {
    width: 255px;
    justify-content: space-between;
}

.ey .yzList .yzItem .yzBom .num {
    align-items: end;
}

.ey .yzList .yzItem .yzBom .num .fz31 {
    font-size: 31px;
    color: #f9efde;
}

.ey .yzList .yzItem .yzBom .num .fz88 {
    font-size: 88px;
    line-height: 88px;
    color: #f9efde;
    font-weight: bold;
}

.ey .yzList .yzItem .yzBom .yzBtn1 {
    width: 95px;
    height: 95px;
    background-color: #feeac7;
    border-radius: 50%;
    font-size: 31px;
    line-height: 35px;
    color: #930713;
    cursor: pointer;
    font-style: italic;
}

.content4 {
    height: 100%;
    width: 100%;
    background-image: url("/images/monthly10/bjimg04.png");
    padding: 103px 0 50px;
}

.content4 .zjLine {
    width: 100%;
    height: 11px;
    background-color: #f8d8a3;
}

.hdxz {
    width: 1019px;
    height: 352px;
    background-image: linear-gradient(0deg,
            #ffffff 0%,
            #feeac7 100%),
        linear-gradient(#feeac7,
            #feeac7);
    background-blend-mode: normal,
        normal;
    border-radius: 10px;
    border: solid 1px #f9efde;
    margin: 120px auto 80px;
    align-items: center;
}

.hdxz .hdxzTitle {
    font-size: 40px;
    font-style: italic;
    color: #930713;
    font-weight: bold;
    margin: 20px 0 10px;
}

.hdxz .line1 {
    align-items: center;
    margin-bottom: 10px;
}

.hdxz .line1 .line1s {
    width: 338px;
    height: 1px;
    background-color: #871015;
}

.hdxz .line1 .line2s {
    width: 123px;
    height: 11px;
    background-color: #871015;
    border-radius: 4px;
}

.hdxz .hdxzText {
    width: 679px;
    font-size: 31px;
    font-style: italic;
    color: #930713;
    margin-bottom: 5px;
}

.doctorSwiper {
    height: 550px;
}

.doctorBj {
    /* width: 1920px; */
    height: 783px;
    background-color: #f9efde;
}

.doctorBj .sbysdt {
    padding: 70px 0 50px;
}

.doctorBj .sbysdtLine {
    width: 79px;
    height: 2px;
    background-color: #871015;
}

.doctorBj .sbysdtText {
    font-size: 56px;
    font-weight: bold;
    font-style: italic;
    color: #871015;
    margin: 0 30px;
}

.doctorBj .doctorBox .docotrItem {
    width: 282px;
    height: 451px;
    position: relative;
    margin-right: 22px;
}

.doctorBj .doctorBox .docotrItem .info {
    position: absolute;
    bottom: 0;
    height: 215px;
    width: 100%;
    align-items: center;
}

.doctorBj .doctorBox .docotrItem .info .name {
    font-size: 35px;
    font-weight: bold;
    color: #ffffff;
}

.doctorBj .doctorBox .docotrItem .info .text1 {
    font-size: 26px;
    color: #ffffff;
}

.doctorBj .doctorBox .docotrItem .info .ysbtn {
    width: 153px;
    height: 42px;
    background-color: #feeac7;
    border-radius: 20px;
    font-size: 26px;
    cursor: pointer;
    margin-top: 8px;
    color: #92010c;
    font-weight: bold;
}

.about {}

.about .aboutTitle {
    width: 1200px;
    height: 108px;
    background-image: url(/images/monthly10/title_bj.png);
    margin: 98px 0 58px;
}

.about .aboutText {
    font-size: 24px;
    font-style: italic;
    font-stretch: normal;
    line-height: 53px;
    color: #f9efde;
}

.about .fz24 {
    font-size: 24px;
    cursor: pointer;
}

.about .xzBtn {
    margin: 57px 0 31px;
}

.about .xzBtn .xzBtnItem1,
.about .xzBtn .xzBtnItem2 {
    width: 300px;
    height: 75px;
    color: #8f010c;
    background-color: #ffffff;
    cursor: pointer;
    font-size: 30px;
    font-weight: bold;
}

/* .about .xzBtn .xzBtnItem1 {
    color: #474646;
} */

.about .xzBtn .xzBtnItem2 {
    /* border-left: solid 1px #22befa;; */
}

.about .xzBtn .active {
    background-color: #feeac8;
    /* color: #8f010c; */
}
.aboutCont .aboutList{
    width: 100%;
    justify-content: space-between;
}
.aboutCont .aboutItem {
    height: 227px;
    width: 289px;
}

.aboutCont .aboutItem .aboutImg {
    width: 289px;
    height: 169px;
}
.aboutCont .aboutItemText{
    height: 58px;
    font-size: 21px;
    color: #fff;
    text-align: center;
    line-height: 25px;
}
.aboutCont .akj{
    width: 595px;
    height: 455px;
}
.doctorBj  .doctorSwiper .swiper-pagination-bullet-active{
    width: 20px;
	height: 20px;
	background-color: #474646 !important;
}
.doctorBj  .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.doctorBj  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
width: 20px;
	height: 20px;
	background-color: #92010c !important;
}