* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}


/* ³¬¾»ÊµÑéÊÒ */

.sys {
    width: 100%;
    padding: 0 10%;
}

.sys-title {
    width: 100%;
    margin: 50px 0;
}

.sys-title h3 {
    font-size: 34px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    text-align: center;
    margin-bottom: 20px;
}

.sys-title span {
    width: 70px;
    height: 2px;
    background: #94070A;
    display: block;
    margin: 0 auto;
}

.sys-center {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.sys-l {
    width: 50%;
}

.sys-l img {
    width: 100%;
    height: 100%;
}

.sys-r {
    width: 50%;
    background: #FCF6F4;
    padding: 40px 20px;
}

.sys-r p {
    text-indent: 2em;
    font-size: 18px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #333333;
    line-height: 38px;
}

@media screen and (max-width:1024px) {
    .sys-l {
        width: 100%;
    }
    .sys-r {
        width: 100%;
    }
}


/* ÂÖ²¥Í¼ */

.sys-lbt {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 10%;
    position: relative;
    margin-top: 50px;
}

.sys-lbt img {
    width: 100%;
}

.swiper-container {
    width: 100%;
}

.swiper-button-prev {
    position: absolute;
    height: 20px!important;
    left: 20%!important;
    top: 70%!important;
}

.arr-left {
    width: 27px;
    height: 54px;
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}

.swiper-button-next {
    position: absolute;
    height: 20px!important;
    right: 20%!important;
    top: 70%!important;
}

.arr-right {
    width: 27px;
    height: 54px;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}

.sys-lbt .swiper-button-next,
.sys-lbt .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23666666'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.sys-lbt .swiper-button-prev,
.sys-lbt .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23666666'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}


/*  */

.sys-cardss {
    width: 100%;
}

.sys-cards {
    width: 80%;
    margin: 30px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.sys-card {
    width: 32%;
    margin-bottom: 20px;
    position: relative;
}
.sc-bg{
    position: absolute;
    /* background-color: rgba(63, 62, 62, 0.3); */
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 24px;
    padding: 0 0 10px 15px;
    display: flex;
    align-items: flex-end;
    font-weight: bold;
}
.sys-card img {
    width: 100%;
}

.card-but {
    width: 183px;
    height: 43px;
    background: #FFFFFF;
    border: 2px solid #94070A;
    text-align: center;
    margin: 0 auto;
}

.card-but a {
    font-size: 16px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #444444;
    line-height: 43px;
    width: 100%;
    height: 100%;
    display: block;
}

@media screen and (max-width:1024px) {
    .sys-card {
        width: 48%;
    }
}

@media screen and (max-width:861px) {
    .sys-card {
        width: 100%;
    }
}


/*  */

.lglhsys {
    width: 100%;
    margin-top: 80px;
    background: #FCF6F4;
    padding: 10px 10%;
}

.lglh-center {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.lglh-l {
    width: 50%;
    background-color: #fff;
    padding: 20px 40px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.lglh-l p {
    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #333333;
    line-height: 36px;

}

.lglh-r {
    width: 50%;
}

.lglh-r img {
    width: 100%;
}

.lglh-lbt {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 10%;
    position: relative;
  
}

.lglh-lbt img {
    width: 100%;
    height: 150px;
}

.lglh-container {
    width: 100%;
}

.swiper-button-prev {
    position: absolute;
    height: 20px!important;
    left: 20%!important;
    top: 70%!important;
}

.arr-left {
    width: 27px;
    height: 54px;
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}

.swiper-button-next {
    position: absolute;
    height: 20px!important;
    right: 20%!important;
    top: 70%!important;
}

.arr-right {
    width: 27px;
    height: 54px;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}

.lglh-lbt .swiper-button-next,
.lglh-lbt .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%2394070A'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.lglh-lbt .swiper-button-prev,
.lglh-lbt .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%2394070A'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.lglh-cardss {
    width: 100%;
}

.lglh-cards {
    width: 100%;
    margin: 30px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  
}

.lglh-card {
    width: 32%;
    margin-bottom: 20px;  position: relative;
}

.lglh-card img {
    width: 100%;
    height: 100%;
}

.card-but {
    width: 183px;
    height: 43px;
    background: #FFFFFF;
    border: 2px solid #94070A;
    text-align: center;
    margin: 50px auto;
}

.card-but a {
    font-size: 16px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #444444;
    line-height: 43px;
    width: 100%;
    height: 100%;
    display: block;
}

@media screen and (max-width:1024px) {
    .lglh-card {
        width: 48%;
    }
    .lglh-l {
        width: 100%;
    }
    .lglh-r {
        width: 100%;
    }
}

@media screen and (max-width:861px) {
    .lglh-card {
        width: 100%;
    }
}


/*  */

.lglh-bottom {
    width: 80%;
    margin: 0 auto;
    display: flex;
    padding: 30px 0;
    justify-content: space-between;
    flex-wrap: wrap;
}

.lglh-bottom div {
    width: 16%;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #333333;
}

.lglh-bottom div img {
    margin-right: 5px;
}

@media screen and (max-width:1024px) {
    .lglh-bottom div {
        width: 30%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:861px) {
    .lglh-bottom div {
        width: 48%;
    }
}