* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}

body,
html {
    width: 100%;
}

.box {
    width: 100%;
}
@media screen and (max-width: 749px) {
    .cx_bg{
        width: 100%;
    }
    .cxmc{
        width: 90% !important;
        margin: 10px auto !important;
    }
    .cxmc h5{
        font-size: 18px !important;
    }
    .tag_box{
        width: 90%;
        margin: 0  auto !important;
        margin-top: 20px !important;
    }
    .jz{
        width: 100%;
        overflow: auto;
        height: auto;
    }

    .cspz .title p,.cxsx .title p{
        font-size: 20px !important;
    }
    .cspz .title span,.cxsx .title span{
        font-size: 14px !important;
    }
    .cspz table{
        margin: 14px 0 !important;
    }
    .cxmc ul{
        flex-direction: column;
    }
    .cxmc ul li{
        margin: 0 !important;
        padding:20px 0 !important;
        position: relative;
    }
    .cxmc ul li:first-child{
        background: none !important;
    }
    .cxmc ul li:first-child::after{
        content: '';
        width: 50px;
        height: 1px;
        background: #000;
        position: absolute;
        bottom: 0;
    }
    .cxmc ul li b{
        font-size: 18px !important;
    }
    .cxmc ul li span{
        font-size: 16px !important;
    }
    .cspz{
        padding: 0 !important;
        width: 90% !important;
        margin: 0 auto;
    }
    .cxsx{
        padding: 0!important;
        margin:  0 auto;
    }
    .cxsx .title{
        width: 90%;
        padding-top: 40px;
        margin: 0 auto;
    }
    .cxsx .swiper .big_img_box{
        width: 80% !important;
        margin: 0 auto;
    }
    .cxsx .swiper .big_img_box p button{
        font-size: 32px !important;
    }
    #left{
        margin-left: -2rem !important;
    }
    #right{
        margin-right: -2rem !important;
    }
}
.tag_box {
    margin: 70px 0 70px 250px;
    display: flex;
    justify-content: flex-start;
}

.tag_box a {
    font-size: 12px;
    display: inline-block;
    color: #000;
    border: 1px solid #000;
    padding: 2px 4px;
    margin-right: 20px;
    white-space: nowrap;
}

.tag_box a::after {
    content: '>';
    padding-left: 0.3rem;
}

.cxmc {
    margin: 0 250px;
}

.cxmc h5 {
    font-size: 24px;
    padding-bottom: 14px;
    border-bottom: 1px solid #ccc;
    position: relative;
}

.cxmc h5::after {
    content: '';
    display: block;
    width: 50px;
    height: 4px;
    background: #a10e18;
    position: absolute;
    bottom: -2px;
    left: 0;
}

.cxmc ul {
    display: flex;
}

.cxmc ul li {
    display: flex;
    flex-direction: column;
    margin: 34px 50px 52px 0;
}

.cxmc ul li:first-child {
    background: url('/r/cms/www/default/images/bg_line.png') right center no-repeat;
    background-size: 1% 60%;
    padding-right: 50px;
}

.cxmc ul li b {
    font-size: 22px;
}

.cxmc ul li span {
    font-size: 20px;
}

.img {
    width: 100%;
}

.cx_bg img {
    display: block;
    width: 100%;
}

.cxsx {
    padding: 0 250px;
    background: #efefef;
}

.cxsx .title {
    padding-top: 40px;
}

.cxsx .title p {
    font-size: 22px;
}

.cxsx .title span {
    font-size: 20px;
    color: #979797;
    font-weight: 400;
}

.cxsx .swiper {
    width: 100%;
    padding-bottom: 40px;
}

.cxsx .swiper .big_img_box {
    width: 100%;
    position: relative;
}
.cxsx .swiper .big_img_box .tuceng{
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.cxsx .swiper .big_img_box #big_img {
    width: 100%;
}

.cxsx .swiper .big_img_box p {
    position: absolute;
    top: 40%;
    width: 100%;
    display: flex;
    z-index: 9;
    justify-content: space-between;
}

.cxsx .swiper .big_img_box p button:hover {
    cursor: pointer;
}
#left{
    margin-left: -50px;
}
#right{
    margin-right: -50px;
}
.cxsx .swiper .big_img_box p button {
    border: none;
    background: transparent;
    font-size: 40px;
    color: #575757;
}

.cxsx .swiper ul {
    width: 100%;
    display: flex;
    justify-content: center;
}

.cxsx .swiper ul li {
    width: 200px;
    height: auto;
    border: 1px solid #ccc;
    margin: 0 4px;
}

.cxsx .swiper ul li img {
    width: 100%;
}

.cspz {
    padding: 0 250px;
}

.cspz .title {
    padding-top: 40px;
}

.cspz .title p {
    font-size: 22px;
}

.cspz .title span {
    font-size: 20px;
    color: #979797;
    font-weight: 400;
}

.cspz table {
    width: 100%;
    margin: 40px 0;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 12px;
    text-align: center;
}

.cspz table th {
    text-align: left;
    text-indent: 4px;
}

.cspz table tr td:first-child {
    text-align: left;
    text-indent: 4px;
}

.cspz table caption {
    background: #000;
    color: #fff;
    padding: 4px 0;
}
