@media only screen and (min-width: 1024px) {
    section {
    display: block;
}
.wai{width:auto !important;}
ul{padding:0;list-style:none;}
li{list-style:none;}
.block-cbs {
    min-width: 1200px;
    margin-bottom: -20px;
}
.nav {
    margin: 8px auto;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    font-family: "宋体";
    font-size: 12px;
    color: #666;
}
.w1200 {
    width: 1202px;
    margin: 0 auto;
}
.nav a, .nav span {
    font-size: 13px;
    color: #888;
    padding: 0 2px 0 0;
}
.nav a:first-of-type::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../img/icon_bread_index.png) no-repeat;
    vertical-align: middle;
    margin: 0 10px 4px 0;
}
.nav a, .nav span {
    font-size: 13px;
    color: #888;
    padding: 0 2px 0 0;
}
.block-cbs .bgt-box {
    width: 100%;
    /* height: 450px; */
    background: url(../img/bg_cbs.png) no-repeat center;
    text-align: center;
    padding-top: 120px;
    padding-bottom: 70px;
}
.block-cbs .bgt-box>h1 {
    font-size: 48px;
    margin-bottom: 20px;
}
.block-cbs .bgt-box>p {
    width: 500px;
    height: 56px;
    line-height: 56px;
    border: 1px solid #cbcbcb;
    font-size: 24px;
    margin: 0 auto;
    margin-bottom: 36px;
}
.block-cbs .bgt-box>a {
    display: block;
    width: 144px;
    height: 48px;
    line-height: 48px;
    background-color: #ff332e;
    font-size: 18px;
    color: #fff;
    margin: 0 auto;
    border-radius: 2px;
}
.block-cbs .fourlist-box {
    height: 416px;
    background-color: #fff;
    padding-top: 73px;
}
.block-cbs .flexbox {
    display: flex;
    justify-content: space-between;
    display: -webkit-flex;
}
ul.flexbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.block-cbs .fourlist-box ul li {
    width: 49%;
    height: 270px;
    background-color: #fff;
    padding: 36px 20px 26px 20px;
    text-align: center;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.06);
}
.block-cbs .fourlist-box ul li div {
    width: 72px;
    height: 60px;
    margin: 0 auto;
    background: url(../img/icon_cbs_list.png) no-repeat;
}
.block-cbs .fourlist-box ul li:first-of-type div {
    background-position: 14px 0;
}
.block-cbs .fourlist-box ul li:nth-of-type(2) div {
    background-position: -82px 2px;
}
.block-cbs .fourlist-box ul li:last-of-type div {
    background-position: -281px 2px;
}
.block-cbs .fourlist-box ul li b {
    font-size: 18px;
    display: block;
    margin-top: 16px;
}
.block-cbs .fourlist-box ul li p {
    height: 48px;
    font-size: 14px;
    color: #777;
    margin-top: 16px;
    line-height: 1.75;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.block-cbs .fourlist-box ul li span {
    width: auto;
    height: 20px;
    line-height: 20px;
    padding: 0 18px;
    font-size: 12px;
    color: #fff;
    margin-top: 16px;
    display: inline-block;
    border-radius: 20px;
    background-image: linear-gradient(to right, #be774d , #dda977);
}
.block-cbs .intro-box {
    width: 100%;
    padding-bottom: 60px;
    background-color: #f6f8fb;
}
.block-cbs .intro-box h2 {
    font-size: 32px;
    font-weight: normal;
    text-align: center;
    padding: 46px 0 46px 0;
}
.block-cbs .intro-box .bottom-panel {
    width: 100%;
    padding: 32px;
    background-color: #fff;
}
.block-cbs .why-box {
    width: 100%;
    height: 514px;
    background: url(../img/bg_cbs_why.png) no-repeat center;
    color: #fff;
}
.block-cbs .why-box>div>h2 {
    font-size: 36px;
    font-weight: normal;
    text-align: center;
    padding: 80px 0;
}
.block-cbs .flexbox {
    display: flex;
    justify-content: space-between;
    display: -webkit-flex;
}
ul.flexbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.block-cbs .why-box ul li {
    width: 230px;
    height: 220px;
    text-align: center;
}

ul.flexbox li {
    display: block;
    align-items: center;
    justify-content: flex-start;
}
.block-cbs .why-box ul li>a {
    color: #fff;
}
.block-cbs .why-box ul li:first-of-type div {
    background-position: 3px 3px;
}
.block-cbs .why-box ul li>a>div {
    width: 78px;
    height: 78px;
    margin: 0 auto;
    background: url(../img/icon_cbs_list2.png) no-repeat center;
}
.block-cbs .why-box ul li>a>b {
    font-size: 22px;
    display: block;
    margin-top: 18px;
}
.block-cbs .why-box ul li>a>p {
    font-size: 14px;
    margin-top: 18px;
    line-height: 2.25;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: rgba(255,255,255,0.67);
}
.block-cbs .why-box ul li:nth-of-type(2) div {
    background-position: -105px 3px;
}
.block-cbs .why-box ul li:nth-of-type(3) div {
    background-position: -213px 3px;
}
.block-cbs .why-box ul li:last-of-type div {
    background-position: -321px 3px;
}
.block-cbs .ys-box {
    width: 100%;
    height: 600px;
    background-color: #f6f8fb;
    color: #333;
}
.block-cbs .ys-box>div>h2 {
    font-size: 32px;
    font-weight: normal;
    text-align: center;
    padding: 60px 0;
}
.block-cbs .ys-box ul li {
    float: left;
    width: 49%;
    height: 162px;
    margin-right: 1%;
    margin-bottom: 2%;
    text-align: center;
    background-color: #fff;
    padding: 30px;
}
.block-cbs .ys-box ul li .left-img {
    float: left;
    width: 20%;
    height: 70px;
    background: url(../img/icon_cbs_list3.png) no-repeat center;
}
.block-cbs .ys-box ul li:first-of-type .left-img {
    background-position: -24px -19px;
}
.block-cbs .ys-box ul li:nth-of-type(2) .left-img {
    background-position: -132px -20px;
}
.block-cbs .ys-box ul li:nth-of-type(3) .left-img {
    background-position: -25px -122px;
}
.block-cbs .ys-box ul li:last-of-type .left-img {
    background-position: -132px -127px;
}

.block-cbs .ys-box ul li .right-panel {
    float: left;
    width: 80%;
    text-align: left;
}
.block-cbs .ys-box ul li .right-panel>b {
    font-size: 18px;
    font-weight: normal;
    display: block;
    margin-bottom: 14px;
}
.block-cbs .ys-box ul li .right-panel>p {
    color: #999;
    font-size: 14px;
    line-break: 2.25;
}
.block-cbs .fwlc-box {
    width: 100%;
    height: 372px;
    background: url(../img/bg_cbs_fwlc.png) no-repeat center;
}
.block-cbs .fwlc-box>div>h2 {
    font-size: 32px;
    font-weight: normal;
    text-align: center;
    padding: 70px 0;
}
.block-cbs .fwlc-box>div>a>ul {
    padding: 0 58px 0 68px;
}
.block-cbs .fwlc-box>div>a>ul>li {
    width: 179px;
    float: left;
    text-align: center;
    position: relative;
}
.block-cbs .fwlc-box>div>a>ul>li>span {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: url(../img/icon_lc_circle.png) no-repeat center;
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto;
}
.block-cbs .fwlc-box>div>a>ul>li>.p1 {
    font-size: 18px;
    margin-top: 12px;
}
.block-cbs .fwlc-box>div>a>ul>li>.p2 {
    font-size: 12px;
    color: #999;
    margin-top: 6px;
}
.block-cbs .fwlc-box>div>a>ul>li:not(:last-child):after {
    content: '';
    display: block;
    width: 90px;
    height: 1px;
    border-bottom: 1px dashed #a4a9ad;
    position: absolute;
    right: -45px;
    top: 29%;
}
.block-cbs .cbal-box {
    width: 100%;
    padding-bottom: 40px;
    background-color: #fff;
}
.block-cbs .cbal-box>div>h2 {
    font-size: 32px;
    font-weight: normal;
    text-align: center;
    padding: 50px 0;
}
.block-cbs .cbal-box ul li {
    float: left;
    width: 372px;
    height: 190px;
    margin-right: 28px;
    margin-bottom: 26px;
    padding: 40px 30px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.06);
}
.block-cbs .cbal-box ul li .left-img {
    float: left;
    width: 70px;
    height: 100px;
}
.block-cbs .cbal-box ul li .left-img img {
    width: 100%;
    height: 100%;
}
.block-cbs .cbal-box ul li .right-panel {
    float: left;
    width: 220px;
    margin-left: 22px;
}
.block-cbs .cbal-box ul li .right-panel>b {
    font-size: 18px;
    display: block;
    font-weight: normal;
    margin-bottom: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.block-cbs .cbal-box ul li .right-panel>p {
    font-size: 12px;
    color: #999;
    line-height: 1.75;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.block-cbs .cjwt-box {
    width: 100%;
    background-color: #f5f5f5;
    padding-bottom: 30px;
}
.block-cbs .cjwt-box>div>h2 {
    font-size: 32px;
    font-weight: normal;
    text-align: center;
    padding: 40px 0;
}
.block-cbs .cjwt-box ul li {
    width: 49%;
    height: 166px;
    margin: 0 1% 1% 0;
    float: left;
    background-color: #fff;
    padding: 28px 32px;
}
.block-cbs .cjwt-box ul li h4 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 14px;
}
.block-cbs .cjwt-box ul li p {
    font-size: 14px;
    color: #999;
    line-height: 1.75;
}
.block-cbs .xgcbs-box {
    width: 100%;
    height: 310px;
    background-color: #fff;
}
.block-cbs .xgcbs-box>div>h2 {
    font-size: 32px;
    font-weight: normal;
    text-align: center;
    padding: 40px 0;
}
.block-cbs .xgcbs-box ul li {
    width: 180px;
    height: 80px;
    line-height: 80px;
    margin: 0 19px 16px 0;
    float: left;
    background-color: #fff;
    padding: 0 24px;
    text-align: center;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.block-cbs .xgcbs-box ul li>a {
    font-size: 14px;
}
.block-cbs .xgcbs-box {
    width: 100%;
    height: 310px;
    background-color: #fff;
}
.block-cbs .xgcbs-box {
    width: 100%;
    height: 310px;
    background-color: #fff;
}
.cbs-zysm-box {
    height: auto !important;
    padding-bottom: 30px;
}
.block-cbs .xgcbs-box>div>h2 {
    font-size: 32px;
    font-weight: normal;
    text-align: center;
    padding: 40px 0;
}
.cbs-zysm-box p {
    font-size: 12px;
    color: #999;
    line-height: 1.75;
    text-align: center;
    margin-bottom: 30px;
}



.container * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

    
}