.imgbox img {
    width: 100%;
}

.banner {
    width: 100%;
    height: 8.7rem;
}

.banner li {
    width: 100%;
    height: 100%;
}

.banner li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.banner li a p {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.banner li a p b {
    display: block;
    text-align: center;
    padding-bottom: 0.38rem;
    position: relative;
    font-weight: normal;
    font-size: 0.3rem;
    line-height: 1;
}

.banner li a p b::after {
    content: "";
    width: 0.84rem;
    height: 0.03rem;
    background-color: #1968f1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.banner li a p span {
    display: block;
    text-align: center;
    margin-top: 0.38rem;
    font-size: 0.64rem;
    line-height: 1;
}

.banner .swiper-pagination-bullets {
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    padding: 0rem 0.1rem 0.06rem 0.1rem;
    bottom: 1.2rem;
    border-radius: 0.04rem;
    background-color: rgba(255, 255, 255, .1);
}

.banner .swiper-pagination-bullet {
    width: 0.16rem;
    height: 0.08rem;
    background-color: #ffffff;
    border-radius: 0.04rem;
    opacity: 1;
}

.banner .swiper-pagination-bullet-active {
    background-color: #1968f1;
}

.banner .swiper-pagination-bullet .cpxl {
    width: 100%;
    padding-top: 1.01rem;
    /* overflow: hidden;
    */
    /* position: relative;
    */
}

.swiper-button-next,
.swiper-button-prev {
    width: .4rem;
    height: .5rem;
    margin-top: -.22rem;
}

.banner .swiper-button-prev {
    background: url(../img/banner_left.png) center no-repeat;
    background-size: contain;
    left: 0;
}

.banner .swiper-button-next {
    background: url(../img/banner_right.png) center no-repeat;
    background-size: contain;
    right: 0;
}

.banner .swiper-button-prev.swiper-button-disabled,
.banner .swiper-button-next.swiper-button-disabled {
    cursor: not-allowed;
}

.bg1 {
    background: url(../img/bg_1.png) center no-repeat;
    background-size: cover;
    position: relative;
}

.cpxl>.container {
    padding-top: 1.01rem;
}

.cpxl .cpxl-btn {
    width: 100%;
    max-width: 12rem;
    height: 1.44rem;
    margin: 0 auto;
    position: absolute;
    top: -0.43rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    padding: 0 .25rem;
    box-sizing: border-box;
}

.cpxl .cpxl-btn::before {
    content: "";
    width: 19.2rem;
    height: 1.44rem;
    background-color: #fff;
    position: absolute;
    right: .25rem;
    box-shadow: 0.01rem 0.05rem 0.1rem 0rem rgba(35, 102, 232, 0.05)
}

.cpxl .cpxl-btn dl {
    display: flex;
    justify-content: space-between;
    margin: 0;
}

.cpxl .cpxl-btn dl dd {
    flex: 1;
    max-width: 3.5rem;
    height: 1.44rem;
    background-color: #ffffff;
    /* position: absolute;
    */
    /* top: -0.43rem;
    */
    z-index: 9;
    cursor: pointer;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cpxl .cpxl-btn dl dd:last-child {
    border-right: solid 0.05rem #2366e8;
}

.cpxl .cpxl-btn dl dd span {
    display: block;
    float: left;
    /* margin: 0.6rem 0 0 0.5rem; */
    line-height: 1;
    font-size: 0.24rem;
    color: #303136;
}

.cpxl .cpxl-btn dl dd i {
    display: block;
    float: right;
    width: 0.34rem;
    height: 0.36rem;
    /* margin-right: 0.5rem; */
    /* margin-top: 0.54rem; */
    margin-left: .1rem;
}

.cpxl .cpxl-btn dl dd:nth-of-type(1) i {
    background: url(../img/xlsb_icon3.png) center no-repeat;
    background-size: contain;
}

.cpxl .cpxl-btn dl dd:nth-of-type(2) i {
    background: url(../img/xlsb_icon1.png) center no-repeat;
    background-size: contain;
}

.cpxl .cpxl-btn dl dd:nth-of-type(3) i {
    background: url(../img/xlsb_icon2.png) center no-repeat;
    background-size: contain;
}

.cpxl .cpxl-btn dl dd:nth-of-type(4) i {
    background: url(../img/xlsb_icon4.png) center no-repeat;
    background-size: contain;
}

.cpxl .cpxl-btn dl dd:hover,
.cpxl .cpxl-btn dl dd.on {
    background-color: #2366e8;
}

.cpxl .cpxl-btn dl dd:hover span,
.cpxl .cpxl-btn dl dd.on span {
    color: #ffffff;
}

.cpxl .cpxl-btn dl dd:nth-of-type(1):hover i,
.cpxl .cpxl-btn dl dd:nth-of-type(1).on i {
    background: url(../img/xlsb_icon3_on.png) center no-repeat;
    background-size: contain;
}

.cpxl .cpxl-btn dl dd:nth-of-type(2):hover i,
.cpxl .cpxl-btn dl dd:nth-of-type(2).on i {
    background: url(../img/xlsb_icon1_on.png) center no-repeat;
    background-size: contain;
}

.cpxl .cpxl-btn dl dd:nth-of-type(3):hover i,
.cpxl .cpxl-btn dl dd:nth-of-type(3).on i {
    background: url(../img/xlsb_icon2_on.png) center no-repeat;
    background-size: contain;
}

.cpxl .cpxl-btn dl dd:nth-of-type(4):hover i,
.cpxl .cpxl-btn dl dd:nth-of-type(4).on i {
    background: url(../img/xlsb_icon4_on.png) center no-repeat;
    background-size: contain;
}

.cpxl-title {
    width: 100%;
    margin-top: 0.8rem;
}

.cpxl-title b {
    display: block;
    text-align: center;
    line-height: 1;
    color: #2366e8;
    font-size: 0.3rem;
    letter-spacing: 0.08rem;
    padding-bottom: 0.2rem;
    position: relative;
    text-indent: 0.04rem;
}

.cpxl-title b::after {
    content: "";
    width: 0.6rem;
    height: 0.02rem;
    background-color: #c2c2c2;
    position: absolute;
    bottom: -0.02rem;
    left: 50%;
    margin-left: -0.3rem;
}

.cpxl-title span {
    display: block;
    text-align: center;
    margin-top: 0.23rem;
    font-size: 0.16rem;
    line-height: 1;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0.03rem;
    color: #303136;
}

.cpxl-scrollbar {
    width: 100%;
    border-bottom: solid 0.01rem #c2c2c2;
    margin-top: 0.58rem;
}

.cpxl-scrollbar dl,
.cpxl-scrollbar dd {
    margin: 0;
}

.cpxl-scrollbar dd.swiper-slide {
    width: auto;
    padding: 0 .1rem;
    height: 0.44rem;
    text-align: center;
    color: #303136;
    cursor: move;
}

.cpxl-scrollbar dd.on {
    color: #2c64df;
    border-bottom: solid 0.03rem #2366e8;
}

.cpxl-lists ul {
    max-width: 12rem;
    width: 100%;
    margin-top: 0.7rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cpxl-lists ul::after {
    content: "";
    width: 32%;
    height: 0;
}

.cpxl-lists li {
    width: 28%;
    padding: 0;
    box-sizing: border-box;
}

.cpxl-lists li a {
    display: block;
    margin-bottom: 0.54rem;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
}

.cpxl-lists li:nth-child(n+3) {
    padding-right: 0;
}

.cpxl-lists li .imgbox {
    position: relative;
    width: 100%;
}

.cpxl-lists li .imgbox:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.cpxl-lists li .imgbox img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cpxl-lists li .font {
    padding: 0.29rem 0 0.2rem 0;
}

.cpxl-lists li .font span {
    display: block;
    text-align: center;
    font-size: 0.24rem;
    color: #1d2029;
    line-height: 1.25;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 0.2rem;
}

.cpxl-lists li .font span::after {
    content: "";
    width: 0.3rem;
    height: 0.03rem;
    background-color: #1968f1;
    position: absolute;
    left: 50%;
    margin-left: -0.15rem;
    bottom: 0rem;
}

.cpxl-lookmore {
    text-align: center;
    font-size: 0;
}

.cpxl-lookmore a {
    display: inline-block;
    width: 2.2rem;
    height: 0.5rem;
    line-height: 0.5rem;
    background-color: #1968f1;
    font-size: 0.18rem;
    color: white;
    margin: 0 0.1rem;
}

.cpxl-lookmore a:last-child {
    width: 2.99rem;
    background-color: #1d2029;
}

.bg2 {
    background: url(../img/bg2.jpg) center no-repeat;
    background-size: cover;
}

.slbz {
    width: 100%;
    overflow: hidden;
    margin-top: 0.75rem;
}

.slbz-title {
    width: 100%;
    margin-top: 0.8rem;
    margin-bottom: 0.86rem;
}

.slbz-title b {
    display: block;
    text-align: center;
    line-height: 1;
    color: #fff;
    font-size: 0.3rem;
    letter-spacing: 0.08rem;
    padding-bottom: 0.2rem;
    position: relative;
    text-indent: 0.04rem;
}

.slbz-title b::after {
    content: "";
    width: 0.6rem;
    height: 0.02rem;
    background-color: #fff;
    position: absolute;
    bottom: -0.02rem;
    left: 50%;
    margin-left: -0.3rem;
}

.slbz-title span {
    display: block;
    text-align: center;
    margin-top: 0.23rem;
    font-size: 0.16rem;
    line-height: 1;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0.03rem;
    color: #303136;
}

.slbz-lists ul {
    /* display: flex; */
    /* justify-content: space-between; */
    margin: 0;
    overflow: hidden;
}

.slbz-lists li {
    width: 25%;
    float: left;
    height: 3.46rem;
    background-color: #ffffff;
    border-right: solid 0.01rem #d2dae4;
    box-sizing: border-box;
    padding: 0.64rem 0 0.76rem 0.35rem;
}

.slbz-lists li:last-of-type {
    border-right: none;
}

.slbz-lists li>* {
    display: block;
    max-width: 1.76rem;
}

.slbz-lists li img {
    margin-bottom: 0.4rem;
}

.slbz-lists li b {
    margin-bottom: 0.5rem;
    font-size: 0.28rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #303136;
}

.slbz-lists li span {
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #303136;
}

.slbz-ywfb {
    display: flex;
    margin-top: 0.48rem;
    padding-bottom: 0.06rem;
}

.slbz-ywfb .fl {
    width: 3.86rem;
    margin-right: 0.17rem;
}

.slbz-ywfb .fl img {
    display: block;
    width: 100%;
}

.slbz-ywfb .fr {
    flex: 1;
}

.slbz-ywfb-title {
    position: relative;
}

.slbz-ywfb-title b {
    display: block;
    font-size: 0.3rem;
    color: #fff;
    letter-spacing: 0.08rem;
    line-height: 1;
}

.slbz-ywfb-title span {
    display: block;
    font-size: 0.18rem;
    color: #fff;
    margin-top: 0.2rem;
    line-height: 1;
    padding-bottom: 0.27rem;
}

.slbz-ywfb-title::after {
    content: "";
    width: 0.62rem;
    height: 0.02rem;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.slbz-ywfb-num {
    color: white;
    display: flex;
    justify-content: space-between;
    font-size: 0.24rem;
    line-height: 1;
    margin-top: 0.7rem;
}

.slbz-ywfb-num b {
    font-size: 0.6rem;
    font-weight: normal;
}

.slbz-ywfb-num span {
    font-size: 0.24rem;
    font-weight: normal;
    letter-spacing: 0rem;
    color: #ffffff;
}

.slbz-ywfb-btn {
    display: flex;
    justify-content: space-between;
    margin-top: 0.7rem;
}

.slbz-ywfb-btn a {
    flex: 1;
    height: 0.5rem;
    background-color: #1968f1;
    text-align: center;
    line-height: 0.5rem;
    font-size: 0.18rem;
    color: #ffffff;
}

.slbz-ywfb-btn a:last-of-type {
    margin-left: 1rem;
    background-color: #606a87;
}

.bg3 {
    background: url(../img/bg3.jpg) center no-repeat;
}

.ljwm .container {
    padding-top: 2.73rem;
    padding-bottom: 2.94rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ljwm .container .ljwm-video {
    flex: 1.2;
    /* width: 6.2rem; */
    /* height: 4.13rem; */
    position: relative;
}

.ljwm .container .ljwm-video>* {
    display: block;
    width: 100%;
}

.ljwm .container .ljwm-video::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    background-image: url(../img/videoPlayBtn.png);
    background-position: center;
    background-size: .49rem .49rem;
    background-repeat: no-repeat;
    pointer-events: none;
    cursor: pointer;
}

.ljwm .container .fr {
    flex: 1;
    padding-left: 0.47rem;
    box-sizing: border-box;
}

.ljwm .container .fr .ljwm-title b {
    display: block;
    font-size: 0.3rem;
    font-weight: bold;
    letter-spacing: 0.08rem;
    color: #2366e8;
    line-height: 1;
    margin-top: 0.12rem;
    margin-bottom: 0.65rem;
    position: relative;
}

.ljwm .container .fr .ljwm-title b::after {
    content: "";
    width: 0.6rem;
    height: 0.02rem;
    background-color: #c2c2c2;
    position: absolute;
    left: 0;
    bottom: -0.38rem;
}

.ljwm .container .fr p {
    font-size: 0.18rem;
    color: #303136;
    line-height: 1.75;
    text-align: justify;
}

.ljwm .container .fr a {
    display: block;
    width: 2.2rem;
    height: 0.5rem;
    background-color: #1968f1;
    font-size: 0.18rem;
    line-height: 0.5rem;
    text-align: center;
    color: white;
    margin-top: 0.75rem;
}

.bg4 {
    background: url(../img/bg4.jpg) center no-repeat;
}

.hzal-lists ul {
    display: flex;
    margin-bottom: 0.84rem;
}

.hzal-lists ul li {
    flex: 1;
    padding-right: 0.2rem;
}

.hzal-lists ul li:last-of-type {
    padding-right: 0;
}

.hzal-lists ul li .font {
    height: 0.92rem;
    background-color: #fff;
    text-align: center;
}

.hzal-lists ul li .font span {
    display: inline-block;
    font-size: 0.24rem;
    color: #1d2029;
    line-height: 1;
    padding-top: 0.3rem;
    position: relative;
    padding-bottom: 0.18rem;
}

.hzal-lists ul li .font span::after {
    content: "";
    width: 0.3rem;
    height: 0.03rem;
    background-color: #1968f1;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -0.15rem;
}

.hzal-btn {
    font-size: 0;
    text-align: center;
    margin-bottom: 1.97rem;
}

.hzal-btn a {
    display: inline-block;
    width: 2.2rem;
    height: 0.5rem;
    background-color: #1968f1;
    font-size: 0.18rem;
    color: white;
    line-height: 0.5rem;
    margin: 0 0.1rem;
}

.hzal-btn a:last-of-type {
    width: 2.99rem;
    height: 0.5rem;
    background-color: #606a87;
}

.bg5 {
    background: url(../img/bg5.jpg) center no-repeat;
}

.gsdt {
    padding-bottom: 1.14rem;
}

.gsdt .container>* {
    padding: 0;
}

.gsdt .container .fr {
    padding-left: 0.2rem;
}

.gsdt-title {
    width: 100%;
    margin-top: 0.7rem;
    margin-bottom: 0.46rem;
}

.gsdt-title b {
    display: block;
    line-height: 1;
    color: #2366e8;
    font-size: 0.3rem;
    letter-spacing: 0.08rem;
    padding-bottom: 0.2rem;
    position: relative;
    text-indent: 0rem;
}

.gsdt-title b::after {
    content: "";
    width: 0.6rem;
    height: 0.02rem;
    background-color: #c2c2c2;
    position: absolute;
    bottom: -0.02rem;
    left: 0;
}

.gsdt-list li {
    float: left;
    width: 50%;
    margin-top: 0.35rem;
    box-sizing: border-box;
    padding-right: 0.2rem;
}

.gsdt-list li:nth-child(odd) {
    float: right;
    padding-left: 0.2rem;
    padding-right: 0rem;
}

.gsdt-list li .imgbox {
    display: none;
}

.gsdt-list li .font h3 {
    font-size: 0.2rem;
    line-height: 1.25;
    text-indent: 0.17rem;
    position: relative;
    color: #303136;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0.15rem;
}

.gsdt-list li .font h3::before {
    content: "";
    width: 0.05rem;
    height: 0.05rem;
    border-radius: 0.03rem;
    background-color: #1968f1;
    position: absolute;
    left: 0;
    top: 0.12rem;
}

.gsdt-list li .font p {
    display: none;
}

.gsdt-list li .font>div {
    overflow: hidden;
    line-height: 0.18rem;
}

.gsdt-list li .font>div .date {
    float: left;
}

.gsdt-list li .font>div .date span {
    display: block;
    color: #8e8e8e;
}

.gsdt-list li .font>div .torightbtn {
    float: right;
    width: 0.37rem;
    height: 0.18rem;
    background: url(../img/to_left_icon.png) center no-repeat;
    background-size: 100% 100%;
}

.gsdt-list li:hover .font>div .torightbtn {
    background: url(../img/to_left_icon_on.png) center no-repeat;
    background-size: 100% 100%;
}

.gsdt-list li.first {
    width: 100%;
    margin-top: 0;
    background-color: rgba(255, 255, 255, .9);
    box-shadow: 0rem 0rem 0.09rem 0rem rgba(0, 0, 0, 0.05);
    border-radius: 0.05rem;
    padding: 0;
}

.gsdt-list li.first .imgbox {
    display: block;
    box-sizing: border-box;
    padding: 0.18rem;
}

.gsdt-list li.first .font {
    box-sizing: border-box;
    margin-top: 0.12rem;
    padding: 0 0.18rem;
}

.gsdt-list li.first .font h3 {
    font-size: 0.24rem;
    line-height: 1.25;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #303136;
    margin-bottom: 0.12rem;
    text-indent: 0;
}

.gsdt-list li.first .font h3::before {
    display: none;
}

.gsdt-list li.first .font p {
    font-size: 0.16rem;
    line-height: 1.75;
    color: #8e8e8e;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 0.12rem;
}

.gsdt-list li.first .font>div {
    overflow: hidden;
    padding-bottom: 0.29rem;
}

.gsdt-list li.first .font div .date i {
    display: block;
    float: left;
    width: 0.19rem;
    height: 0.19rem;
    background: url(../img/date_icon.png) center no-repeat;
    background-size: 100% 100%;
}

.gsdt-list li.first .font div .date span {
    display: block;
    float: left;
    line-height: 0.19rem;
    margin-left: 0.09rem;
    color: #8e8e8e;
}

.gsdt-list li.first .font div .torightbtn {
    display: none;
}

.gsdt-lxwm {
    box-sizing: border-box;
    padding: 0 0.29rem 0 0.2rem;
    background-color: #fff;
    overflow: hidden;
}

.gsdt-lxwm>h3 {
    display: flex;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    align-items: center;
}

.gsdt-lxwm>h3 i {
    display: block;
    width: 0.38rem;
    height: 0.4rem;
    background: url(../img/addres_icon.png) center no-repeat;
    background-size: 100%;
    margin-right: 0.2rem;
}

.gsdt-lxwm>h3 span {
    flex: 1;
    display: block;
    font-size: 0.16rem;
    line-height: 0.2rem;
    color: #303136;
    box-sizing: border-box;
}

#allmap {
    width: 100%;
    height: 4.22rem;
}

.gsdt-phone {
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-top: 0.35rem;
    margin-bottom: 0.37rem;
}

.gsdt-phone .icon {
    width: 0.26rem;
    height: 0.32rem;
    background: url(../img/phone_icon1.png) center no-repeat;
    background-size: 100% 100%;
    margin-right: 0.26rem;
}

.gsdt-phone .font {
    flex: 1;
}

.gsdt-phone .font p {
    line-height: 0.24rem;
    color: #303136;
}

.gsdt-lxwmbtn {
    display: block;
    width: 2.2rem;
    height: 0.5rem;
    background-color: #1968f1;
    margin: 0 auto;
    margin-bottom: 0.25rem;
    text-align: center;
    line-height: 0.5rem;
    font-size: 0.18rem;
    color: white !important;
}

/* .textcont {
}
.textcont div {
    width: 5rem;
    margin: 0.2rem;
}
*/
@media (min-width: 0) and (max-width: 750px) {}

@media (min-width: 0) and (max-width: 960px) {

    .bg1,
    .bg2,
    .bg3,
    .bg4,
    .bg5 {
        box-sizing: border-box;
        padding: 0;
    }

    .cpxl .cpxl-btn dl dd i {
        display: none;
    }

    .cpxl-lists ul {
        padding: 0;
    }

    .cpxl-lists li {
        width: 48%;
    }

    .cpxl-lists li {
        display: none;
    }

    .cpxl-lists li:nth-child(1),
    .cpxl-lists li:nth-child(2) {
        display: block;
    }

    .slbz-lists li {
        width: 50%;
    }

    .slbz-lists li img {
        display: block;
        width: 0.63rem;
        height: 0.45rem;
    }

    .slbz-lists li>* {
        max-width: 80%;
    }

    .slbz-lists li b {
        font-size: 0.33rem;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0rem;
        color: #303136;
    }

    .slbz-lists li span {
        max-width: 80%;
        font-size: 0.19rem;
        font-weight: normal;
        font-stretch: normal;
        line-height: 0.3rem;
        letter-spacing: 0rem;
        color: #303136;
    }

    .slbz-ywfb-num b {
        font-size: 0.4rem;
        font-weight: normal;
    }

    .slbz-ywfb-num span {
        font-size: 0.24rem;
        font-weight: normal;
        letter-spacing: 0rem;
        color: #ffffff;
    }

    .slbz-ywfb-num {
        flex-wrap: wrap;
        margin-top: 0;
    }

    .slbz-ywfb-num p {
        line-height: 1;
        margin-top: .3rem;
    }

    .slbz-ywfb-num p:first-child {
        width: 100%;
    }

    .slbz-ywfb-btn {
        display: block;
        margin-top: .4rem;
        padding-bottom: .5rem;
    }

    .slbz-ywfb-btn a {
        display: block;
        width: 100%;
        font-size: 0.24rem;
    }

    .slbz-ywfb-btn a:last-of-type {
        margin: 0;
        margin-top: .5rem;
    }

    .bg3 {
        background: url(../img/bg3_model.jpg) center no-repeat;
        background-size: cover;
    }

    .ljwm .container {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        padding-top: .6rem;
        padding-bottom: .89rem;
    }



    .ljwm .container .fr {
        flex: none;
        width: 100%;
        padding: 0;
    }

    .ljwm .container .ljwm-video {
        flex: none;
        width: 100%;
        padding: 0 .3rem;
        margin-top: .5rem;
    }

    .ljwm .container .ljwm-video>* {
        width: 100%;
    }

    .ljwm .container .fr .ljwm-title b {
        margin-top: 0;
    }

    .ljwm .container .fr p {
        font-size: 0.22rem;
        font-weight: normal;
        font-stretch: normal;
        line-height: 0.36rem;
        letter-spacing: 0rem;
        color: #303136;
    }

    .ljwm .container .fr a {
        margin-top: .45rem;
        font-size: 0.24rem;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0rem;
        color: #ffffff;
    }

    .hzal-btn {
        margin-bottom: .87rem;
    }

    .hzal-lists ul li .font span {
        font-size: .22rem;
    }

}

@media (min-width: 1200px) {}