@font-face {
    src: url("./font/SourceHanSansCN-Bold.otf");
    font-family: "SourceHanSansCN-Bold";
}

@font-face {
    src: url("./font/SourceHanSansCN-Regular.otf");
    font-family: "SourceHanSansCN-Regular";
}

@font-face {
    src: url("./font/SourceHanSansCN-Medium.otf");
    font-family: "SourceHanSansCN-Medium";
}

* {
    box-sizing: border-box;
}

.flex_align_c {
    display: flex;
    align-items: center;
}

.flex_justify_c {
    display: flex;
    justify-content: center;
}

.flex_justify_around {
    display: flex;
    justify-content: space-around;
}

.flex_justify_between {
    display: flex;
    justify-content: space-between;
}
.flex_direction {
    display: flex;
    flex-direction: column;
}

.acc-header {
    width: 100%;
    height: 838px;
    background-image: url("./img/banner.png");
    display: flex;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    min-width: 1200px;
}

.acc-header>div {
    margin-top: 196px;
    height: 100%;
}

.acc-header>div>p {
    font-family: SourceHanSansCN-Bold;
    font-size: 103px;
    font-weight: normal;
    line-height: 103px;
    font-stretch: normal;
    width: 100%;
    padding: 0;
    margin-bottom: 29px;
    color: #ffffff;
}

.hr_header {
    margin-top: 11px;
    font-family: SourceHanSansCN-Regular;
    font-size: 38px;
    font-weight: normal;
    padding: 21px 19px;
    font-stretch: normal;
    letter-spacing: 2px;
    color: #ffffff;
    border-top: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
}

.ABOUTUS {
    margin: auto;
    margin-top: -181px;
    width: 1200px;
    height: 544px;
    background-color: #ffffff;
    box-shadow: 2px 4px 32px 0px rgba(51, 51, 51, 0.26);
    border-radius: 10px;
    background-image: url("./img/bg1.png");
    background-size: 1200px 100%;
    background-repeat: no-repeat;
    margin-bottom: 72px;
}

.AB-header {
    display: flex;
    align-items: center;
    margin-top: 49px;
    margin-bottom: 25px;

}

.AB-header img {
    width: 17px;
    height: 22px;
}

.AB-header span {
    font-family: SourceHanSansCN-Medium;
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    line-height: 36px;
    color: #e60013;
    padding: 0 20px;
}

.z-16-acca {
    font-family: SourceHanSansCN-Regular;
    font-size: 18px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0.3px;
    color: rgba(120, 120, 120, 0.6);
}

.text-style-1 {
    font-family: SourceHanSansCN-Regular;
    font-size: 18px;
    font-weight: normal;
    color: rgba(120, 120, 120, 0.8);
    line-height: 32px;
    letter-spacing: 0px;
}

.text-style-1 b {
    font-family: SourceHanSansCN-Bold;
    color: #333333;
    font-weight: bolder;
}

.rctsj {
    width: 100%;
    padding-bottom: 71px;
    background-color: #f6f6f6;
}

.content {
    margin: auto;
    width: 1200px;
}

.public-header {
    padding-top: 70px;
    font-family: SourceHanSansCN-Bold;
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #333333;
}

.public-header b {
    font-family: SourceHanSansCN-Bold;
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #e60013;
}

.public-header .split {
    width: 360px;
    height: 2px;
    background-color: #eeeeee;
    border-radius: 1px;
    margin-top: 38px;
}

.public-header .split .line {
    width: 100px;
    height: 4px;
    background-color: #e60013;
    border-radius: 2px;
}

.rctsj-main {
    margin-top: 40px;
    width: 1200px;
    overflow: hidden;
    height: 759px;

    cursor: pointer;
    border-radius: 10px;
    position: relative;
    
}
.rctsj-main>.aaa {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 102px;
    padding-right: 64px;
    width: 1200px;
    height: 759px;
    background-color: #ffffff;
    box-shadow: 2px 4px 32px 0px rgba(51, 51, 51, 0.26);
    border-radius: 10px;
    background-image: url("./img/bg2.png");
    background-size: cover;
}

.rctsj-main p {
    text-align: right;
    font-family: SourceHanSansCN-Regular;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0.2px;
    color: rgba(51, 51, 51, 0.8);
}

.rctsj-main p b {
    font-family: SourceHanSansCN-Bold;
    font-weight: bolder;
}

.jycd {
    width: 100%;
    padding-bottom: 71px;
    background-color: #ffffff;
}

.jycd-header {
    margin-top: 40px;
    margin-bottom: 70px;
}

.j-h-title {
    font-family: SourceHanSansCN-Regular;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 0px;
    color: rgba(51, 51, 51, 0.9);
    padding: 18px 110px 18px 38px;
    background-image: url("./img/bg3.png");
    margin-left: -19px;
    height: 57px;
    overflow: hidden;
}

.j-h-title b {
    font-family: SourceHanSansCN-Medium;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;

}

.imgIcon {
    background-image: url("./img/dbx.png");
    width: 68px;
    height: 79px;
    background-size: 100% 100%;
    font-family: SourceHanSansCN-Medium;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}

.jycd-grid {
    display: grid;
    grid-template-columns: repeat(3, 368px);
    grid-row-gap: 35px;
    grid-column-gap: 48px;
}

.jycd-grid>div {
    position: relative;
    width: 368px;
    height: 235px;
    background-color: #ffffff;
    border-radius: 8px;
    border: solid 1px #dcdcdc;
    cursor: pointer;
    padding: 30px;
    background-size: 100% 100%;
    overflow: hidden;
}

.jycd-grid>div>img {
    position: absolute;
    top: 10px;
    right: -2px;
}

.jycd-grid>div:hover {
    border: solid 1px #e60013;
}

.jycd-grid>div:hover>label {
    color: #e60013;
}

.jycd-grid>div>label {
    font-family: SourceHanSansCN-Medium;
    font-size: 24px;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: rgba(51, 51, 51, 0.75);
}

.jycd-grid>div>label>img {
    width: 12px;
    margin-right: 8px;
}

.jycd-card {
    width: 313px;
    height: 122px;
    background-color: rgba(51, 51, 51, 0.04);
    border-radius: 8px;
    margin-top: 31px;
    padding-left: 34px;
}

.card-cell>img {
    width: 24px;
    height: 17px;
    margin-right: 11px;
}

.card-cell {
    font-family: SourceHanSansCN-Regular;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: rgba(51, 51, 51, 0.7);
}

.page-stagewise {
    width: 100%;
    height: 932px;
    background-color: #f6f6f6;
}

header .header-subTitle {
    padding-top: 27px;
    text-align: center;
}

.page-stagewise-content-t {
    display: flex;
    justify-content: space-between;
    padding-top: 45px;
}

.page-stagewise-content-t-item {
    width: 386px;
    height: 184px;
    background-color: #ffffff;
    border: solid 1px #dcdcdc;
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.page-stagewise-content-t-item>.card-cell {
    font-size: 14px;
    line-height: 16px;
    padding: 6px 0;
}

.card-cell.flex_align_c.scard-ubtitle {
    font-family: SourceHanSansCN-Medium;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: rgba(51, 51, 51, 0.8);
}

.page-stagewise-content-c {
    width: 100%;
    display: flex;
    justify-content: center;
}

.page-stagewise-content-c>div {
    cursor: pointer;
    width: 33.33%;
    padding-bottom: 40px;
    padding-top: 32px;
    font-family: SourceHanSansCN-Bold;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
    border-bottom: 3px solid #dcdcdc;
    position: relative;
}

.page-stagewise-content-c>div.active {
    color: #e60013;
    border-bottom-color: #e60013;
}

.page-stagewise-content-c>div.active::after {
    content: '';
    position: absolute;
    bottom: -0px;
    left: 50%;
    transform: translateX(-16px);
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    border: 16px solid transparent;
    border-bottom-color: #e60013;
}

.page-stagewise-content-f {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
}

.page-stagewise-content-f>div {
    width: 383px;
    height: 286px;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 40px 0 0 20px;
    position: relative;
    overflow: hidden;
}

.page-stagewise-content-f>div>img {
    position: absolute;
    bottom: -20px;
    right: -20px;
}


.page-stagewise-content-f-title {
    font-family: SourceHanSansCN-Medium;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #333333;
    margin-bottom: 26px;
}

.page-stagewise-content-f-subTitle {
    height: 19px;
    font-family: SourceHanSansCN-Regular;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #e60013;
    margin-bottom: 24px;
}

.page-stagewise-content-f-title span {
    display: flex;
    width: 2px;
    height: 19px;
    background-color: #e60013;
    margin-right: 8px;
}

.page-stagewise-content-f-text b {
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    padding: 5px 0;
    color: #e60013;
}

.page-stagewise-content-f-text p {
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #666666;
}

.skxs {}

.skxs-header {
    margin-top: 40px;
}

.skxs-header>p {
    font-family: SourceHanSansCN-Regular;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
}

.skxs-header>p>b {
    font-family: SourceHanSansCN-Bold;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #333333;
}

.skxs-card {
    display: flex;
    margin-top: 60px;
    justify-content: space-between;
}

.skxs-card>div {
    width: 387px;
    height: 336px;
    background-color: #ffffff;
    border-radius: 8px;
    border: solid 1px #dcdcdc;
    overflow: hidden;
}

.s-c-m {
    flex: 1;
    flex-basis: 0;
    background-size: 100% 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    position: relative;
    cursor: pointer;
}
.skxs-card>div:hover {
    box-shadow: 2px 4px 32px 0px rgb(51 51 51 / 26%);

}

.s-c-m>img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.s-c-m>.sk_bg>p {
    z-index: 3;
    font-family: SourceHanSansCN-Regular;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: rgba(51, 51, 51, 1);
}
.sk_bg{
    background-color: rgba(255, 255, 255, 0.85);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.s-c-b {
    width: 387px;
    height: 60px;
    background-color: #e60013;
    border-radius: 0px 0px 8px 8px;
    font-family: SourceHanSansCN-Bold;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 60px;
    text-align: center;
    letter-spacing: 0px;
    color: #ffffff;
}

.pytx {
    margin-top: 61px;
    height: 875px;
    background-color: rgba(51, 51, 51, 0.04);
    background-image: url("./img/bg4.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.pytx_font>b {
    margin: 38px 0;
    font-family: SourceHanSansCN-Regular;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 8px;
    letter-spacing: 0px;
    color: #ffffff;
}

.pytx_font>p {
    font-family: SourceHanSansCN-Regular;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 0.8);
}

.pytx_font {
    margin-bottom: 59px;
}

.p_c_l {
    width: 208px;
    height: 61px;
    background-color: #e60013;
    border-radius: 16px 16px 0px 16px;
    font-family: SourceHanSansCN-Bold;
	font-size: 28px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 61px;
	letter-spacing: 0px;
    text-align: center;
	color: #ffffff;
}

.p_c_r {
    width: 992px;
    height: 61px;
    background-color: #f6f6f6;
    border-radius: 16px 16px 16px 0px;
    padding-left: 26px;
    font-family: SourceHanSansCN-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 61px;
	letter-spacing: 0px;
	color: rgba(51, 51, 51, 0.8);
    text-overflow: ellipsis;
    white-space: norwap;
    overflow: hidden;
    position: relative;
}
.p_c_r>img {
    position: absolute;
    right: 0;
    top: 0;
}
.pytx_cell{
    margin-bottom: 17px;
}

.pylj{
    background-color: white;
    padding-bottom: 70px;
}
.pylj-main{
    justify-content: space-between;
    margin-top: 106px;
}
.pylj_card{
    padding-top: 70px;
    width: 291px;
	height: 487px;
	background-color: #ffffff;
	border-radius: 8px;
	border: solid 1px #dcdcdc;
    position: relative;
    cursor: pointer;
}
.pylj_card:hover{
    box-shadow: 2px 4px 32px 0px rgb(51 51 51 / 26%);
}

.titleLogo{
    position: absolute;
    top: -42px;
    left: 50%;
    width: 106px;
	height: 106px;
    transform: translate(-50%);
}
.cardLogo{
    height: 160px;
}
.pylj_card>b{
	font-family: SourceHanSansCN-Bold;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
    margin-top: 31px;
    margin-bottom: 41px;
}
.pylj_card>p{
    font-family: SourceHanSansCN-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #666666;
}


.ksml{
    background-color: #f6f6f6;
    padding-bottom: 80px;
}
.ksml-main{
    margin-top: 40px;
}
.ksml-main>p{
    font-family: SourceHanSansCN-Regular;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: rgba(51, 51, 51, 0.7);
}
.ksml-main>p>b{
    font-family: SourceHanSansCN-Bold;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #333333;
}

.ksml_img{
    margin-top: 350px;
    width: 998px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;

}
.ksml_8{
    position: absolute;
    bottom: 43px;
    width: 603px;
	height: 350px;
}
.ksml_3{
    position: absolute;
    left: 62px;
    z-index: 3;
    top: -158px;
}

.ksml_4{
    position: absolute;
    left: 280px;
    z-index: 3;
    top: -296px;
}
.ksml_5{
    position: absolute;
    left: 520px;
    z-index: 3;
    top: -296px;
}
.ksml_6{
    position: absolute;
    right: 42px;
    z-index: 3;
    top: -158px;
}
.ksml_hover{
    cursor: pointer;
}
.ksml_hover:hover{
    transform: scale(1.1);
}
.qmtz{
    background-color: white;
    padding: 70px 0;
    background-image: url("./img/bg5.png");
    background-repeat: no-repeat;
    background-position:0 120% ;
    background-size: 100%;
}
.public-title{
    white-space: nowrap;
    margin: auto;
    font-family: SourceHanSansCN-Regular;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #363636;
    text-align: center;
}
.public-title span{
    display: inline-block;
    width: 146px;
	height: 2px;
	background-color: #e60013;
    margin-top: 16px;
	box-shadow: -4px 3px 16px 0px 
		rgba(244, 126, 14, 0.27);
}

.qmtz-main{
    margin-top:45px ;
}
.qmtz-main>p{
    font-family: SourceHanSansCN-Regular;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #333333;
}
.qmtz-main>p>b{
    font-family: SourceHanSansCN-Bold;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #333333;
}
.qmtz-cells{
    width: 100%;
    margin-top: 133px;
    justify-content: space-between;
    
}
.qmtz-cells>div{
    position: relative;
	width: 370px;
	height: 356px;
	background-color: #ffffff;
	box-shadow: 2px 4px 32px 0px 
		rgba(51, 51, 51, 0.26);
	border-radius: 8px;
    cursor: pointer;
    padding-left: 10px;
    padding-top: 119px;
}
.qmtz-cells>div:hover{
    transform: scale(1.1);
}

.qmtz-cells>div>img{
    position: absolute;
    top: -77px;
    left: 50%;
    transform: translate(-50%);
    width: 143px;
	height: 159px;
}

.qmtz-cells>div>label{
    font-family: SourceHanSansCN-Bold;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #262626;
    margin-bottom: 36px;
}

.qmtz-cells>div>div>p{
    font-family: SourceHanSansCN-Regular;
	font-size: 14px;
    width: 100%;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #333333;
}

.wlzd{
    padding-top: 60px;
    height: 943px;
    background-image: url("./img/bg7.png");
    background-position: 50%;
}
.wlzd-main{
    margin-top: 45px;
}
.wlzd-main>p{
    font-family: SourceHanSansCN-Regular;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #ffffff;
}

.wlzd-main>p>b{
    font-family: SourceHanSansCN-Bold;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #ffffff;
}

.wlzd-tabs{
    margin-top: 80px;
    justify-content: space-between;
}
.wlzd-tab{
    width: 166px;
	height: 191px;
    background-image: url("./img/wlzd_bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: SourceHanSansCN-Medium;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
	color: #ffffff;
    cursor: pointer;
}
.wlzd-tab:hover{
    transform: scale(1.1);
}


.zylsx{
    background-color: white;
    padding: 70px 0;
}
.zylsx-p{
    margin-top: 44px;
}
.zylsx-p>p{
    font-family: SourceHanSansCN-Regular;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #333333;
}
.zylsx-p>p>b{
    font-family: SourceHanSansCN-Bold;
}
.zylsx-tabs{
    margin-top: 63px;
}
.zylsx-tab{
	width: 271px;
	height: 375px;
	background-color: #ffffff;
	border-radius: 8px;
	border: solid 1px #dcdcdc;
    overflow: hidden;
    cursor: pointer;
}
.zylsx-tab-logo{
    margin-top: 28px;
    margin-bottom: 13px;
}
.zylsx-tab>.zylsx-top>label{
	font-family: SourceHanSansCN-Medium;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
    line-height: 20px;
	letter-spacing: 0px;
	color: #333333;
}
.zylsx-tab>.zylsx-top>.hr{
    margin-top: 11px;
    width: 217px;
	height: 1px;
	border: solid 1px #e60013;
    margin-bottom: 20px;
}

.zylsx-tab>.zylsx-top>p{
    font-family: SourceHanSansCN-Regular;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: rgba(51, 51, 51, 0.8);
}
.zylsx-top{
    flex: 1;
    flex-basis: 0;
    overflow: hidden;
}
.zylsx-bottom{
	width: 100%;
	height: 103px;
	background-color: #dcdcdc;
    padding-left: 31px;
    border-radius:  0 0 4px 4px;
}
.zylsx-bottom>div{
    font-family: SourceHanSansCN-Regular;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #333333;
}

.zylsx-bottom>div>img{
    width: 23px;
	height: 17px;
    margin-right: 7px;
}

.zylsx-card{
    margin-top: 63px;
    border-radius: 8px ;
    overflow: hidden;
    box-shadow: 2px 4px 32px 0px 
    rgba(51, 51, 51, 0.26);
}
.zylsx-card-left{
    width: 447px;
	height: 339px;
    background-image: url("./img/bg8.png");
    background-size: 100% 100%; 
    background-repeat: no-repeat;
    z-index: 2;
    padding-left: 43px;
}
.zylsx-card-right{
    margin-left: -35px;
    width: 789px;
	height: 339px;
	background-color: #ffffff;

	border-radius: 8px;
	border: solid 1px #dcdcdc;
    padding-left: 46px;
    padding-right: 32px;
    padding-top: 22px;
    padding-bottom: 14px;
}
.zylsx-card-left>b{
    font-family: SourceHanSansCN-Bold;
	font-size: 28px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 38px;
	letter-spacing: 0px;
	color: #ffffff;
}
.zylsx-card-left>.hr{
    width: 106px;
	height: 1px;
	border: solid 1px #ffffff;
    margin: 35px 0;
}
.zylsx-card-left>p{
    font-family: SourceHanSansCN-Regular;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 38px;
	letter-spacing: 0px;
	color: #ffffff;
}

.swiper {
        height: 226px;
} 
.zylsx-swiper{
    padding-bottom: 10px;
    border-bottom:1px solid #dcdcdc;
    position: relative;
}
.swiper-operation{
    position: absolute;
    right: 4px;
    bottom: 9px;
    display: flex;
    align-items: center;
    z-index: 5;
}
.swiper-operation>img{
    width: 22px;
    z-index: 5;
	height: 22px;
    margin: 0 2px;
    cursor: pointer;
}
.swiper-operation>div{
    display: flex;
    align-items: center;
}
.swiper-operation>div>span{
    width: 9px;
	height: 9px;
    display: inline-block;
	background-color: #dfdfdf;
    border-radius: 50%;
    margin: 0 10px;
}
.swiper-operation>div>span.active{
    background-color: #e60013;
}

.swiper-slide{
    display: flex;
    align-items: center;
    justify-content: center;
}

.zylsx-label{
margin-top: 20px;
}
.zylsx-label>b{
    font-family: SourceHanSansCN-Medium;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: rgba(51, 51, 51, 0.85);
    
}

.zylsx-label>p{
	font-size: 14px;
	line-height: 30px;
	color: rgba(51, 51, 51, 0.85);
}

.zywl{
    background-image: url("./img/bg9.png");
    height: 1105px;
    padding: 70px 0 ;
}
.zywl-p {
    margin-top: 40px;
    margin-bottom: 10px;
}
.zywl-p>p {
    font-family: SourceHanSansCN-Regular;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #333333;
}


.zywl-p>p >b{
    font-family: SourceHanSansCN-Bold;
}
.zywl-tabs{
    margin-top: 28px;

    cursor: pointer;

}
.zywl-tabs>div{
    cursor: pointer;
    transition: 0.8s;
    width: 386px;
	height: 486px;
	background-color: #ffffff;
	box-shadow: 2px 4px 32px 0px 
		rgba(51, 51, 51, 0.26);
	border-radius: 8px;
    overflow: hidden;
    position: relative;
}
.zywl-tabs>div>img{
    height: 100%;
    width: 100%;
}
.zywl-tabs>div>img.bottom{
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
    transition: 0.8s;
    left: 0;
}


.tzjh{
    padding: 70px 0;
    background-color: white;
}

.tzjh-img{
    margin-top: 30px;

    
}

.tzjh-img>div{
    position: relative;
    overflow: hidden;

}
.tzjh_img.bottom{
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(100%);
    height: 100%;
    width: 100%;
}
.tzjh_img{
    cursor: pointer;
    transition: 0.8s;
}
.xyhd{
    height: 1047px;
    background-image: url("./img/bg10.png");
}
.xyhd-main{
    background-color: #ffffff;
    height: 708px;
    margin-top: 70px;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;

}
.xyhd-main>div{
    width: 600px;
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
    box-sizing: border-box;
}
.xyhd-main>div:hover{
    border: 1px solid #e60013;

}
.xyhd-main>div:hover .xyhd-img,.xyhd-main>div:hover .xyhd-card{
    width: 299px;
}
.xyhd-img{
    width: 300px;
	height: 354px;
    object-fit:cover;
}
.xyhd-card{
    width: 300px;
	height: 354px;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.xyhd-card>header{
    font-family: SourceHanSansCN-Bold;
	font-size: 23px;
	font-weight: normal;
	font-stretch: normal;
    line-height: 24px;
	letter-spacing: 0px;
	color: #333333;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.xyhd-card>header>span{
    width: 104px;
    margin-top: 23px;
	height: 2px;
    background-color:#e60013 ;
    margin-bottom: 40px;
}

.xyhd-card>p{
    font-family: SourceHanSansCN-Regular;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
    text-align: center;
}
.footer{
    height: auto;
    width: 100%;
}


.bbbb{
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
    transition:0.5s;
}
