* {
    margin: 0;
    padding: 0;
}

body {
    min-width: 290px !important;
}

a {
    text-decoration: none;
    color: rgb(255, 255, 255);
}

a:hover {
    color: rgb(255, 255, 255);
}

.banxin {
    width: 96%;
    margin: 0 2%;
}

input {
    margin-top: 100px;
}

.sticky {
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 99;
    color: rgb(255, 255, 255);
    box-shadow: 0px 0.5rem 0.5rem rgba(0, 0, 0, 0.05);
}

.Xinbut {
    display: none;
}

.DB {
    width: 100%;
    height: 3rem;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    margin: auto;
    justify-content: space-between;
    /* position: relative;
    top: 0px; */
}
.logo{
    height:1.5rem;
    width: 7rem;
    margin-top: 0.75rem;
}

.ziti {
    width: 7rem;
    /* height: 100%; */
    text-align: left;
    /* line-height: 30%; */
    padding-left: 1rem;
    /* padding-top: 1%; */
    height: 3rem;
}

.ziti>span>a {
    font-weight: bolder;
    font-size: 1.5rem;
    line-height: 3rem;

    /* font-family: 'Courier New', Courier, monospace; */
}

.offcanvas-header {
    padding: 0.2rem 1rem;
    box-shadow: 0px 0.1rem 0.5rem rgba(0, 0, 0, 0.2);
}

.offcanvas-title {
    font-size: 1.5rem;
    font-weight: bolder;
}

.offcanvas-top {
    /* height: 80vh */
}

.btn-close {
    color: black;
}

.Aicon {
    width: 62rem;

    text-align: right;
    line-height: 1rem;
    height: 3rem;
    margin: 0% 0;
    display: flex;
    position: relative;
}

.Aicon>.H {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.Aicon>.H>p {
    width: 5.8rem;
    text-align: center;
    margin: auto;
    display: block;
    border-radius: .0938rem;
}

.Aicon>.H>p:hover {
    background-image: linear-gradient(to bottom right, #D6A868, #F9D397);
}

.Aicon>.H>p:hover>a {
    color: rgb(22, 21, 21) !important;
}

.Aicon>.H>p>a {
    color: rgb(255, 255, 255);
    font-size: .75rem;
}

.Aicon>.G {
    visibility: hidden;
    height: 2.5rem;
    margin-bottom: -0.5rem;
    margin-top: 0.5rem;
    position: absolute;
    right: 1rem;
}

.Aicon>.G>div {
    height: .3125rem;
}

.navbar-nav {
    display: flex;
}

.navbar-nav>li {
    width: 8%;
}

.navbar-nav .nav-link {
    color: black;
}

.carousel-item {
    position: relative;
    /* height: 100vh; */
}

.nav-link {
    font-size: 16px;
}

.carousel-innerDB {
    /* height: 100vh; */
    /* max-height: 59rem; */
}

.Lbtch {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.Lbtch>p:nth-child(1) {
    /* width: 229px; */
    height: 24px;
    font-size: 2rem;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 24px;
    letter-spacing: 1px;
    font-weight: 350;
    opacity: 0.9;
}

.Lbtch>p:nth-child(2) {
    /* width: 229px; */
    font-size: 1.375rem;
    height: 36px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.8;
}

.SDCPtitle {
    height: 3rem;
    margin-top: 6.25rem;
    margin-bottom: 4rem;
    text-align: center;
}


.SDCPtitle>p:nth-child(1) {
    height: 1rem;
    font-weight: 500;
    font-size: 1.2rem;
    font-family: Helvetica;
    color: #0D253E;
    line-height: 1.5rem;
    width: 80%;
    margin: 0 auto;
}

.SDCPtitle>p:nth-child(2) {
    /* height: 3vmin; */
    font-size: .875rem;
    font-family: 'PingFangSC-Regular, PingFang SC';
    font-weight: 400;
    color: #0D253E;
    line-height: 4rem !important;
    opacity: 0.5;
}

.SDBJ:nth-child(1) {
    /* background-image: url("./assets/SDBJ/CYBJ.png"); */
    background-size: 100% 100%;
    width: 500px;
    height: 390px;
    margin: 10px;
    position: relative;
    transition: all 1s;
    border-radius: .4rem;
}

.SDBJ:nth-child(1)>.smallfont>p {
    text-align: left;
}

.SDBJ:nth-child(2)>.smallfont>p {
    text-align: center;
}

.SDBJ:nth-child(2)>.smallfont>p:nth-child(2) {
    display: none;
}

.SDBJ:nth-child(3)>.smallfont>p:nth-child(2) {
    display: none;
}

.SDBJ:nth-child(4)>.smallfont>p:nth-child(2) {
    display: none;
}

.SDBJ:nth-child(3)>.smallfont>p {
    text-align: center;
}

.SDBJ:nth-child(4)>.smallfont>p {
    text-align: center;
}

.SDBJ:nth-child(2) {
    /* background-image: url("./assets/SDBJ/CYBJ.png"); */
    background-position: right;
    background-size: cover;
    border-radius: .4rem;
    width: 140px;
    height: 390px;
    margin: 10px 0;
    position: relative;
    transition: all 1s;
    text-align: center;
}

.BJimg>.SDBJ:nth-child(2):hover {
    width: 500px;
    background-position: right;
    background-size: cover;
    border-radius: .4rem;
    height: 390px;
    margin: 10px 0;
    position: relative;
    transition: all 1s;
    text-align: left;
}

.BJimg>.SDBJ:nth-child(2):hover .smallfont>p {
    text-align: left;
}

.BJimg>.SDBJ:nth-child(2):hover .smallfont>p:nth-child(2) {
    display: block;
}

/* .BJimg>.SDBJ:nth-child(2):hover .SDBJ {
    background-position: right;
    background-size: cover;
    border-radius: .4rem;
    width: 140px;
    height: 390px;
    margin: 10px;
    position: relative;
    transition: all 1s;
    text-align: center;
} */

.BJimg>.SDBJ:nth-child(3):hover {
    width: 500px;
    background-position: right;
    background-size: cover;
    border-radius: .4rem;
    height: 390px;
    margin: 10px;
    position: relative;
    transition: all 1s;
    text-align: left;
}

.BJimg>.SDBJ:nth-child(3):hover .smallfont>p {
    text-align: left;
}

.BJimg>.SDBJ:nth-child(3):hover .smallfont>p:nth-child(2) {
    display: block;
}

.BJimg>.SDBJ:nth-child(4):hover {
    width: 500px;
    background-position: right;
    background-size: cover;
    border-radius: .4rem;
    height: 390px;
    margin: 10px 0;
    position: relative;
    transition: all 1s;
    text-align: left;
}

.BJimg>.SDBJ:nth-child(4):hover .smallfont>p {
    text-align: left;
}

.BJimg>.SDBJ:nth-child(4):hover .smallfont>p:nth-child(2) {
    display: block;
}


.SDBJ:nth-child(3) {
    /* background-image: url("./assets/SDBJ/CYBJ.png"); */
    background-position: right;
    background-size: cover;
    border-radius: .4rem;
    width: 140px;
    height: 390px;
    margin: 10px;
    position: relative;
    transition: all 1s;
    text-align: center;
}

.SDBJ:nth-child(4) {
    /* background-image: url("./assets/SDBJ/CYBJ.png"); */
    background-position: right;
    background-size: cover;
    border-radius: .4rem;
    width: 140px;
    height: 390px;
    margin: 10px 0;
    position: relative;
    transition: all 1s;
    text-align: center;
}

.BJimg {
    margin: 10px auto 0;
    /* margin-top: 2vh; */
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* width: 64rem; */
}


.smallicon {
    position: absolute;
    top: 53%;
    height: 15%;
    width: 90%;
    margin-left: 5%;
}

.smallfont {
    position: absolute;
    /* left: 8%; */
    top: 66%;
    width: 90%;
    margin-left: 5%;
    overflow: hidden;
}

/* .smallfont>p {
    text-align: left;
} */

.smallfont>p:nth-child(1) {
    font-size: .875rem;
    font-weight: 450;
    font-family: Helvetica;
    color: #FFFFFF;
    line-height: .875rem;
    text-shadow: 0px 1px 2px rgba(94, 44, 18, 0.47);
}

.smallfont>p:nth-child(2) {
    width: 23.125rem;
    font-size: .75rem;
    font-family: PingFangSC-Regular, PingFang SC;
    /* font-weight: 400; */
    color: #FFFFFF;
    line-height: 1rem;
    text-shadow: 0px 1px 2px rgba(20, 16, 15, 0.21);
    transition: all 1;
    opacity: 0.9;
}

.canyinImgALL {
    width: 66.75rem;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    flex-direction: row-reverse
}

.canyinImg {
    /* width: 70%;
    margin-left: 15%; */
    text-align: center;
    /* margin-top: 5%; */
    width: 52%;
}

.canyinImg>div {
    width: 33rem;
    height: 33rem;
    margin: auto;
    overflow: hidden;
}

.canyinImg>div>img {
    height: 100%;
    width: 150%;
    margin-left: -6.25rem;
}

.CYdome {
    height: 6.5rem;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    width: 25.3125rem;
    margin: auto .625rem;
    border-radius: .75rem;
    position: relative;
}

.CYdome:hover {
    background-image: linear-gradient(to bottom right, #FF7676, #FF794F);

}

.CYdome:hover .CYnam>p {
    color: #FFFFFF !important;
}

.CYdome:hover .CYtil {
    background-color: #FFFFFF !important;
}

.CYtil {
    position: absolute;
    /* background-color: rgb(219, 209, 198); */
    width: .25rem;
    height: 40%;
    border: 0;
    top: 50%;
    left: 4%;
    transform: translate(0, -50%);
    border-radius: .75rem;
}

.CYALL {
    width: 48%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.CYnam {
    text-align: left;
    position: absolute;
    left: 8%;
    height: 43%;
    top: 50%;
    transform: translate(0, -50%);
}

.CYnam>p:nth-child(1) {
    width: 90%;
    font-size: .875rem;
    font-family: Helvetica;
    color: #333333;
    line-height: .3125rem;
    font-weight: 450;
    opacity: 0.9;
}

.CYnam>p:nth-child(2) {
    width: 85%;
    font-size: .75rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 1rem;
    opacity: 0.8;
}

.HYYXall {
    width: 40rem;
    height: 15rem;
    margin: 0 auto;
    background-image: url('../assets/HYYS/HYYX.png');
    background-size: 100% 100%;
    position: relative;
    /* border-radius: .75rem; */
    /* box-shadow: 0px 1px 8px 2px rgb(47 41 41 / 22%) */
}

/* 会员营销css */
.HYYXALLs {
    display: flex;
    justify-content: center;
    width: 60rem;
    margin: 0 auto;
}

.HYYXALLs>.carousel {
    display: none;
}

/* .HYYXallcarousel {
    width: 90%;
    margin: 0 5%;
} */

.HYYXP {
    position: absolute;
    top: 18%;
    text-align: left;
    width: 48%;
    left: 7%;
}

.HYYXP>p:nth-child(1) {
    font-size: 2.5rem;
    font-family: Helvetica;
    color: #C7852A;
    line-height: 3rem;
}

.HYYXP>p:nth-child(2) {
    font-size: 1rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: .5rem;
}

.HYYXP>p:nth-child(3) {
    /* width: 11rem; */
    font-size: .75rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: .9375rem;
    opacity: 0.4;
}

.HYYXbut {
    bottom: -2.25rem;
}

.HYYXbut>button {
    width: 1.25rem !important;
    background-color: #c7862a96 !important;
}

.HYYSimg {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 9rem;
    height: 18rem;
    position: absolute;
    top: -8%;
    /* z-index: 99; */
    right: 9%;
}

.HYYSimgF {
    height: 4.5rem;
    width: 12rem;
    position: absolute;
    top: 2rem !important;
    right: -1.5rem !important;
}

.HYYSimg>img {
    height: 4.5rem;
    width: 12rem;
    position: absolute;
    top: 4rem;
    right: 0rem;
}

.HYYSimgall {
    margin-top: 70px;
    height: 21rem;
}

.swiper-container {
    width: 90%;
    /* height: 300px; */
    overflow: inherit
}

/* 供应链管理系统 */
/* .GYLfor {
    width: 320px;
    margin: 5rem 5% 0;

} */

.GYLtop {
    position: relative;
    height: 7rem;
    background-color: #f9f9f9;
    border-radius: .5rem;
    width: 320px;
    margin-top: .625rem;
    margin: 4% 2% 0;
}

.GYLtopimgs {
    width: 6rem;
    height: 6rem;
    background-size: 100% 100%;
    position: absolute;
    right: 5%;
    top: -60%;

}

.GYLtop>.GYLtopimg {
    width: 6rem;
    height: 6rem;
    background-size: 100% 100%;
    position: absolute;
    right: 5%;
    top: -60%;
    transition: all 1.5s ease 0s;
    transform: rotateY(0deg);
}

.GYLtop:hover .GYLtopimg {

    transform: rotateY(360deg) scale(1.1);
}

.GYLp {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 5%;
    width: 90%;
}

.GYLp>p:nth-child(1) {
    font-size: 1rem;
    font-weight: 400;
    line-height: 0;
    margin-top: 1.5rem;
    text-align: left;
}

.GYLp>p:nth-child(2) {
    font-size: .75rem;
    line-height: 1.25rem;
    opacity: 0.5;
    text-align: left;
}

.GYLbot {
    /* position: absolute; */
    /* top: 50%; */
    /* transform: translate(0, -50%); */
    position: relative;
    height: 7rem;
    width: 320px;
    background-color: #f9f9f9;
    border-radius: .5rem;
    margin-top: .625rem;
    margin: 4% 2% 0;
}

.GYLbotp {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 5%;
    width: 90%;
}

.GYLbotp>p:nth-child(1) {
    font-size: 1rem;
    font-weight: 400;
    line-height: 0;
    margin-top: 1.5rem;
    text-align: left;
}

.GYLbotp>p:nth-child(2) {
    font-size: .75rem;
    line-height: 1.25rem;
    opacity: 0.5;
    text-align: left;
}

.GYLGL {
    display: flex;
    justify-content: center;
    height: 22rem;
}

.GYLfor {
    width: 20.0625rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 3rem 0% 0;
}

/* 
.GYLGL>.GYLfor:nth-child(2)>.GYLtop>.GYLtopimg {
    display: none;
} */

/* .GYLGL>.GYLfor:nth-child(2)>.GYLtop {
    right: 10px;
    position: absolute;
    height: 7rem;
    background-color: #f9f9f9;
    border-radius: .5rem;
    width: 320px;
    margin-top: .625rem;
    margin: 4% 2% 0;
}

.GYLGL>.GYLfor:nth-child(2)>.GYLbot {
    left: 10px;
    position: absolute;
    height: 7rem;
    background-color: #f9f9f9;
    border-radius: .5rem;
    width: 320px;
    margin-top: .625rem;
    margin: 4% 2% 0;
} */

/* 财务管理系统 */
.CW_BJ {
    background-image: url('../assets/CWGLXT/BJ.png');
    background-size: 100% 100%;
    padding-top: 4.125rem;
    height: 50rem;
    /* width: 110%; */
    /* margin: 0 -5.57%; */
}

.CW_w {

    /* width: 81%; */
    height: 25rem;
    display: flex;
}

.CW_img {
    width: 61rem;
    /* height: 230px; */
    /* margin-top: 20px; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
}

.CW_img>div {
    /* width: 380px; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    ;
    /* height: 200px;
    margin: 10px;
    border-radius: 10px; */
    /* box-shadow: 0vw 2px 10px 10px rgb(142, 141, 141); */
}

.CW_imgdivB,
.CW_imgdivT {
    width: 30rem;
}

.CW_imgdivT>div {
    width: 14.3rem;
    height: 17.75rem;
    /* margin: 0px 4px; */
    border-radius: 10px;
}

.CW_imgdivB>div {
    width: 14.3rem;
    height: 17.75rem;
    /* margin: 0px 4px; */
    border-radius: 10px;
}

.CW_imgdivT>div>p {
    font-size: 1rem;
    color: white;
    line-height: .75rem;
    text-align: center;
}

.CW_imgdivB>div>p {
    font-size: 1rem;
    color: white;
    line-height: 12px;
    text-align: center;
}

.small_font>p {
    font-size: 12px;
    color: white;
    width: 80%;
    margin: 0 10%;
    text-align: center;
    opacity: 0.7;
}

.CW_imgdivT>div:nth-of-type(1) {
    background-image: linear-gradient(to bottom, #F4CA9B, #E76F52)
}

.CW_imgdivT>div:nth-of-type(2) {
    background-image: linear-gradient(to bottom, #F4BFB8, #DA506F)
}

.CW_imgdivB>div:nth-of-type(1) {
    background-image: linear-gradient(to bottom, #8EECE9, #6D82E5)
}

.CW_imgdivB>div:nth-of-type(2) {
    background-image: linear-gradient(to bottom, #B3ADEF, #805BB3)
}

.fin {
    width: 100%;
    height: 25%;
    margin-top: 3.125rem;
    margin-bottom: 15px;
    text-align: center;
}

.fin>img {
    width: 60px;
    height: 60px;
}


/* 我们的优势 */
.good_part {
    width: 100%;
    height: 100vh;
}

.good_w {
    /* width: 100vw; */
    height: 50rem;
    display: flex;
    margin-top: -1.5rem;
}

.good_right {
    width: 100%;
    /* margin-left: 15vw; */
    /* margin-top: .625rem; */
    text-align: center;

}

.good_right_top {
    width: 63rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* padding-left: 6%; */

}

.good_right_bottom {
    width: 47%;
    height: 40%;
    display: flex;
}

.good_right_top>div {
    /* flex: 1; */
    width: 18.125rem;
    height: 18.125rem;
    border-radius: 50%;
    border-style: dashed;
    margin: 0px 1.2rem;
}

.HYYXALLsslide {
    height: 260px;
}

.good_right_top>.bigSkill:nth-child(1) {
    margin-top: 3.125rem;
}

.good_right_top>.bigSkill:nth-child(2) {
    margin-top: 3.125rem;
}

.good_right_top>.bigSkill:nth-child(3) {
    margin-top: 3.125rem;
}

.good_right_top div:nth-of-type(1) {
    /* border-color: #266FE8; */
    border-color: rgba(34, 101, 235, 0.833);
    background-color: rgba(227, 227, 243, 0.1);
    border-width: medium;

}

.good_right_top div:nth-of-type(2) {
    /* border-color: #E88A26; */
    border-color: rgb(235, 163, 63, 0.5);
    background-color: rgba(240, 230, 216, 0.1);
    border-width: medium;

}

.good_right_top div:nth-of-type(3) {
    /* border-color: #48B279; */
    border-color: rgb(101, 197, 103, 0.5);
    background-color: rgba(215, 238, 215, 0.1);
    border-width: medium;

}

.good_right_top div:nth-of-type(4) {
    /* border-color: #48B279; */
    border-color: #26e2e896;
    background-color: #26e2e80c;
    border-width: medium;
}

.good_right_top div:nth-of-type(5) {
    /* border-color: #48B279; */
    border-color: #5326e892;
    background-color: #5326e80f;
    border-width: medium;
}

.good_right_bottom>div {
    width: 29vh;
    height: 29vh;
    border-radius: 50%;
    border-style: dashed;
}

.good_right_bottom>div:nth-of-type(1) {
    /* margin-left: 13vw; */
    /* border-color: #26E2E8 ; */
    border-color: rgb(57, 220, 238, 0.5);
    background-color: rgba(211, 230, 232, 0.1);
    border-width: medium;
}

.good_right_bottom div:nth-of-type(2) {
    /* margin-left: -9.375rem; */
    /* border-color: #5226E8; */
    border-color: rgb(56, 41, 158, 0.5);
    background-color: rgba(224, 222, 240, 0.1);
    border-width: medium;
}

.good_right_top img {
    /* margin-top: 4vmin;
    width: 5vmin;
    height: 5vmin; */
}

.good_right_top h3 {
    /* margin-top: 1vh; */
}

.bigSkill {
    margin: 10px auto;
}

.bigSkill>img {
    width: 3.75rem;
    height: 3.75rem;
    margin: 3.75rem 0 20px;
}

.bigSkill div {
    width: 75%;
    /* height: 10vh; */
    margin-top: .9375rem;
    line-height: 1.25rem;
    color: #000000;
    opacity: 0.4;
    /* font-size: 12px; */
    white-space: normal;
    word-break: break-all;
    overflow: hidden;
    font-weight: 400;
    font-size: .75rem;
    margin: 0 auto;
}

.bigSkill>h3 {
    font-size: 1rem !important;
    font-weight: 500;

}

.more {
    width: 21.0625rem;
    height: 21.0625rem;
}

.more img {
    /* margin-top: 4vmin;
    width: 5vmin;
    height: 5vmin; */
    /* height: 3.9375rem; */
}

.more h3 {
    /* margin-top: 1vh; */
    font-size: 1rem !important;
    font-weight: 500;
}

.more div {
    width: 75%;
    /* height: ; */
    /* margin-top: 1vmin; */
    color: #000000;
    opacity: 0.4;
    /* font-size: 12px; */
    /* margin-top: 0.5vmin; */
    /* line-height: 2vh; */
    font-weight: 400;
    font-size: .75rem;
    ;
}

.BusinessType_w {
    display: flex;
    margin-top: 1.25rem;
    margin-bottom: 5rem;
    /* height: 40rem; */
    /* padding-bottom: 10rem; */
}

/* 支持餐饮多业态布局 */
.BusinessType_nav {
    width: 10%;
    height: 45%;
    opacity: 0.75;
    position: absolute;
    margin-left: 3.125rem;
    text-align: left;
}

.BusinessType_nav span {
    color: black;
}

.BusinessType_int {
    width: 65rem;
    /* height: 60vh; */
    display: flex;
    flex-wrap: wrap;
    /* padding-left: 1%; */
    margin: 0 auto;
    justify-content: space-between;
    /* margin-left: 15vw; */
    /* flex: 8; */
}

.BusinessType_int>div {
    width: 21%;
    /* height: 29vh; */
    text-align: center;
    margin-bottom: 2.1875rem;

}

.BusinessType_int>div:hover>.cir {
    background-image: linear-gradient(to bottom right, #F9D397, #D6A868);
}

.BusinessType_int>div:nth-child(1):hover>.cir>img {
    content: url('../assets/CYDYT/KY1.png');
}

.BusinessType_int>div:nth-child(2):hover>.cir>img {
    content: url('../assets/CYDYT/HG1.png');
}

.BusinessType_int>div:nth-child(3):hover>.cir>img {
    content: url('../assets/CYDYT/HB1.png');
}

.BusinessType_int>div:nth-child(4):hover>.cir>img {
    content: url('../assets/CYDYT/SK1.png');
}

.BusinessType_int>div:nth-child(5):hover>.cir>img {
    content: url('../assets/CYDYT/ZZC1.png');
}

.BusinessType_int>div:nth-child(6):hover>.cir>img {
    content: url('../assets/CYDYT/JC1.png');
}

.BusinessType_int>div:nth-child(7):hover>.cir>img {
    content: url('../assets/CYDYT/XC1.png');
}

.BusinessType_int>div:nth-child(8):hover>.cir>img {
    content: url('../assets/CYDYT/CY1.png');
}

.cir {
    /* width: 15vmin; */
    /* height: 15vmin; */
    margin: 0 auto;
    border-radius: 50%;
    background-color: #FAFAFA;
    width: 6.75rem;
    height: 6.75rem;
    text-align: center;
}

.cir img {
    margin: 0 auto;
    margin-top: 2.25rem;
    width: 2.25rem;
    height: 2.25rem;
}

.BusinessType_int h2 {
    margin-top: 1.25rem;
    font-size: 1rem;
    font-weight: 400;
    /* margin-bottom: ; */
}

.BusinessType_int h6 {
    /* margin-top: 1vh; */
    color: #0D253E;
    opacity: 0.4;
    /* line-height: 2.2vh; */
    font-weight: 400;
    width: 9.375rem;
    font-size: .75rem;
    text-align: center;
    margin: 0 auto;
}


/* 用户的心声 */

.users_BJ {
    height: 45rem;
    padding-top: 3.25rem;
    background-color: #FCFCFC;
}

.users_w {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 65rem;
    overflow: hidden;
}

.users_banner {
    margin: 0 auto;
    height: 31.25rem;
    margin-top: -0.625rem;
    width: 65rem;
}

.YHXSALL {
    width: 35.625rem;
    height: 15rem;
    background-color: white;
    box-shadow: 0px 0rem 20px 2px rgba(0, 0, 0, 0.08);
    margin: 1.875rem 8.5rem;
}

.YHXS {
    /* width: 66%; */
    height: 75%;
    position: relative;
    background-size: 100% 100% !important;
    /* margin-left: 9.5%; */
    margin-top: .75rem;
}

.Yin {
    position: absolute;
    left: .75rem;
    top: 9%;
    width: 5.375rem;
    height: 3.125rem;
    background-size: 100% 100% !important;
}

.tp {
    position: absolute;
    left: 6.25rem;
    top: 29%;
    width: 14.25rem;
    height: 1.25rem;
    font-size: 1.25rem;
    font-family: 'Helvetica';
    color: #333333;
    line-height: 1rem;
    text-align: left;
}

.cp {
    text-align: left;
    position: absolute;
    left: 6.25rem;
    top: 42%;
    width: 21.7rem;
    /* height: 7vw; */
    font-size: .875rem;
    font-family: 'PingFangSC-Regular, PingFang SC';
    font-weight: 400;
    color: #666666;
    line-height: 1.5rem;
    overflow: hidden;
    opacity: 0.8;
}


.np {
    text-align: right;
    position: absolute;
    left: 6.25rem;
    top: 100%;
    width: 21.7rem;
    height: 20px;
    font-size: .875rem;
    font-family: 'PingFangSC-Regular, PingFang SC';
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    opacity: 0.8;
}

.ZY {
    position: absolute;
    left: 95%;
    top: 60%;
    width: 14.375rem;
    height: 13.125rem;
    background-size: 100% 100% !important;
}


/* 关于我们 */
.web_bottomP {
    /* max-width: 107.5rem; */
    width: 100%;
    margin: 0 auto;
}

.web_bottomD {
    width: 83rem;
    /* position: absolute; */
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    /* top: -3.125rem;
    left: -5rem; */
}

.web_bottomD>div {
    border: .0625rem solid #D8D8D8;
    background-color: #D8D8D8;
    height: .0625rem;
    vertical-align: middle;
    margin: auto;
    opacity: 0.2;
}

.web_bottomD>p {
    width: 12%;
    text-align: center;
    margin: 0 auto;
    vertical-align: top;
    font-size: .875rem;
    font-family: 'PingFangSC-Regular, PingFang SC';
    /* font-weight: 400; */
    color: #0D253E;
    /* line-height: 5rem; */
    opacity: 0.5;


}

.web_bottomD>div:nth-child(1) {
    width: 12%;
}

.web_bottomD>div:nth-child(3) {
    width: 76%;
}

.usImg {
    /* width: 68%; */
    /* height: 60%; */
    display: flex;
    flex-wrap: wrap;
    position: relative;
    /* justify-content: center; */
    margin: 5rem auto 5rem;
    width: 60rem;
}

.mugua_img {
    width: 320px;
    height: 28.125rem;
    /* margin: 0 auto; */
    /* margin-right: 4vw; */
    /* margin-left: 5.2vw; */
    /* position: absolute;
    top: 50%;
    transform: translate(0, -50%); */
}

.usImgAll {
    margin-top: 3rem;
    background-image: url('../assets/MUGUABJ5.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    height: 40rem;
}

.us_font {
    /* width: 50vw;
    height: 30vh; */
    text-align: left;
    width: 36rem;
    margin: auto auto;
    /* padding: 8vh 0px; */
    /* position: absolute;
    top: 50%;
    transform: translate(0, -50%); */
}

.us_font h1 {
    color: #333333;
    font-size: 1.25rem;
    font-weight: 400;
}

.us_font p:nth-of-type(1) {
    opacity: 0.8;
    color: #999999;
    margin-top: 10px;
    font-size: .75rem;
}

.us_font p:nth-of-type(2) {
    /* opacity: 0.8; */
    color: #666666;
    margin-top: 1.25rem;
    width: 100%;
    font-size: .75rem;
}

.us_font p:nth-of-type(3) {
    /* opacity: 0.8; */
    color: #666666;
    margin-top: 1.25rem;
    font-size: .75rem;
}

.us_font p:nth-of-type(3)>span {
    margin-left: 36px;
}

.us_font p:nth-of-type(4) {
    /* opacity: 0.8; */
    color: #666666;
    margin-top: 1.25rem;
    font-size: .75rem;
}

.us_font p:nth-of-type(5) {
    /* opacity: 0.8; */
    color: #666666;
    margin-top: 1.25rem;
    font-size: .75rem;
}


/* 底部 */
.web_bottom {
    position: relative;
    width: 60rem;
    height: 25rem;
    /* background-color: #150F00; */
    display: flex;
    flex-wrap: wrap;
    padding-top: 3.25rem;
    margin: auto auto;
}

.web_bottomBJ {
    width: 100%;
    height: 31.25rem;
    background-color: #150F00;
    display: flex;
    flex-wrap: wrap;
    /* padding-top: 1.25rem; */
    position: relative;
    background-image: url('../assets/DBDH/BJimg.png');
    background-repeat: no-repeat;
    background-position: 0% 100%;
    background-size: 800px 250px;
}

.web_bottom_l {
    width: 30%;
    margin-top: 2.5rem;
}

.web_bottom_r {
    width: 70%;
    padding-top: 2.5rem;
}

.web_bottom_l_font1 h1 {
    color: white;
    font-size: 3rem;
    text-align: left;

    line-height: 3rem;
}

/* .web_bottom_l_font2 h1 {
    text-align: left;
    font-size: 50px;
    color: #1C1608;
    margin-left: -2%;
    margin-top: -10vh;
} */
.web_bottom_l_font2 {
    position: relative;
    padding-left: 2px;
}

.web_bottom_l>div {
    width: 90%;
}

.QRcode {
    display: none;
}

/* .QRcode {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: left;
    z-index: 1;
    top: 15rem;

}

.QRcode>h1 {
    font-size: 7rem;
} */

.QRcode_img {
    margin-top: 4rem;
    /* position: relative;
    top: -25vh;
    margin-left: 25%;
    height: 20vh;
    width: 25%;
    z-index: 2;
    display: flex; */
}

.QRcode_img div {
    width: 90px;
    height: 90px;
    /* margin-right: -13%; */
    color: white;
    font-size: small;
    margin-right: 65%;
}

.QRcode_img div img {
    /* margin-left: 6%; */
    /* width: 10vw;
    height: 10vw; */

    /* height: 100%; */
}

.QRcode_img p {
    width: 5.625rem;
    /* height: 1vw; */
    font-size: .75rem;
    text-align: center;
    font-family: 'PingFangSC-Regular, PingFang SC';
    font-weight: 400;
    color: #FFFFFF;
    line-height: 2rem;
    /* opacity: 0.8; */
}

.address {
    /* width: 90%; */
    /* height: 50%; */
    text-align: right;
    color: white;
    position: relative;
    /* margin-right: 10%; */
}

.address p {
    /* letter-spacing: .1875rem; */
    font-size: 1.75rem;
    /* margin-right: 17.5%; */
}

.address_nav {
    width: 65%;
    /* height: 12.5vh; */
    margin-top: 2.25rem;
    display: flex;
    /* margin-bottom: 1.5%; */
    text-align: right;
    margin-bottom: 2.3rem;
    margin-left: 35%;
}

.address_nav div {
    width: 25%;
    /* height: 100%; */
    /* margin-left: -5%; */
    text-align: left;
}

.address_nav div>p {
    /* margin-left: 3%; */
    font-size: .75rem;
    /* width: 127%; */
    text-align: right;
    /* opacity: 0.8; */
}

.address_nav h4 {
    font-weight: 600;
    text-align: right;
    line-height: 2.8125rem;
    letter-spacing: .0625rem;

}

.address>h4 {
    letter-spacing: .0625rem;
    font-weight: 200;
    line-height: 1rem;
    /* opacity: 0.8; */
    margin-bottom: .625rem;
    font-size: .75rem;
    ;
    /* margin-right: 18%; */
}

.hidden {
    width: 6.25rem;
    height: 6.25rem;
    background-color: #F4BFB8;
}

.returnTop {
    width: 3.125rem;
    height: 3.125rem;
    position: fixed;
    top: 90vh;
    left: 95vw;
    z-index: 2;

}

.swiper-pagination-bullet-active {
    background-color: #dfa353 !important;
    border-radius: 0 !important;
    width: 10px !important;
    height: 2px !important;
}

.swiper-pagination-bullet {
    border-radius: 0 !important;
    width: 10px !important;
    height: 2px !important;
}


.GYLGL_BJ {
    height: 45rem;
    padding-top: 3.25rem;
}


.BJimg_BJ {
    height: 50rem;
    padding-top: 3.25rem;
    background-color: #FCFCFC;
}

.usImgAll_BJ>.web_bottomP>p:nth-child(2) {
    visibility: hidden;
    line-height: 0.5rem !important;
}

.usImgAll_BJ>.web_bottomP>p:nth-child(1) {
    width: 59rem;
    margin: 0 auto;
    text-align: left;
}


.usImgAll_BJ {
    height: 60rem;
    padding-top: 6.25rem;
}

.BusinessType_wBJ {
    height: 55rem;
    padding-top: 3.25rem;
}

.BusinessType_wBJ>.SDCPtitle>p:nth-child(2) {
    line-height: 2.5rem
}

.HYYXALLs_BJ {
    height: 48rem;
    padding-top: 3.25rem;
    background-image: url('../assets/YHXS/BJ@3x.jpg');
    background-size: 100% 100%;
}

.canyinImgALL_BJ {
    height: 55rem;
    padding-top: 6.25rem;
}

.canyinImgALL_BJ>.SDCPtitle {
    margin-top: 2.25rem
}

.good_wBJ {
    height: 65rem;
    padding-top: 3.125rem;
}

.good_wBJ>.SDCPtitle {
    margin-bottom: 2.5rem;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 2.8125rem;
    height: 2.8125rem;
}

.carousel-control-prev {
    left: -2rem;
}

.carousel-control-next {
    right: -2rem;
}


/* ========== */
.HYYXalls {
    /* width: 40rem; */
    height: 100%;
    margin: 0 auto;
    background-image: url('../assets/HYYS/HYYX.png');
    background-size: 100% 100%;
    position: relative;
}

.HYYSimgallss {
    height: 15.75rem;
    width: 33rem;
    margin-left: -14px;
    margin-top: -12px;
}

#certify {
    position: relative;
    width: 100%;
    margin: 0 auto
}

#certify .swiper-container {
    padding-bottom: 60px;
    /* width: 60rem; */
    /* padding-left: -3rem; */
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    border: 2px solid rgb(182, 147, 41);
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    padding-top: 2.5rem;
}

.swiper-slide-active {
    width: 40rem;
}

.swiper-slide-next>.HYYSimgallss {
    display: none;
}

.swiper-slide-next {
    opacity: 0.2;
}

#certify .swiper-slide {
    width: 31.25rem;
    height: 14.375rem;
    background: #fff;
    box-shadow: 0 8px 30px #ddd;
    margin: 0 auto;
    visibility: hidden;
}

#certify .swiper-slide-next {
    visibility: initial;
    opacity: 0.6 !important;
}

#certify .swiper-slide-active {
    visibility: initial;

}

#certify .swiper-slide-prev {
    visibility: initial;
    opacity: 0.6 !important;
}

#certify .swiper-slide img {
    display: block;
}

/* #certify .swiper-slide p {
    line-height: 98px;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 1.1em;
    margin: 0;
} */

#certify .swiper-pagination {
    width: 100%;
    bottom: -50px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 2px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 2px solid #D6A868;
    background-color: #fff;
}

#certify .swiper-button-prev {
    left: -30px;
    width: 45px;
    height: 45px;
    /* border: 1px solid white;
    border-radius: 50%;
    background-color: white; */
    /* background: url(../images/Arrowleft.png) no-repeat; */
    /* background-position: 0 0; */
    /* background-size: 100%; */
}

/* 
#certify .swiper-button-prev:hover {

    background-size: 100%
} */
.swiper-slide .swiper-slide-prev {}

#certify .swiper-button-next {
    right: -30px;
    width: 45px;
    /* border-radius: 50%; */
    height: 45px;
    /* border: 1px solid white;
    background-color: white; */
}

/* #certify .swiper-button-next:hover {
    background-size: 100%
} */
.swiper-slide-prev>.HYYSimgallss {
    opacity: 0.2 !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}