@charset "utf-8";
.aboutbox {
    margin-top: 10px;
    padding: 0 ;
    background-color: #f4f4f4;
}

.aboutbox_js {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.aboutbox_jsl {
    width: 32%;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
}

.aboutbox_jsr {
    width: 68%;
    padding: 52px 55px;
    background-color: #fff;
}

.aboutbox_jsrh {
    font-size: 24px;
    color: #222;
    font-weight: bold;
}

.aboutbox_jsrp {
    margin-top: 30px;
    border-top: 1px solid #e5e5e5;
}

.aboutbox_jsrp p {
    margin-top: 30px;
    font-size: 14px;
    color: #666;
    line-height: 28px;
}

.aboutbox_shu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.aboutbox_shul {
    position: relative;
    background-color: #4b7ac0;
    width: 32%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-left: 1px solid #4b7ac0;
}

.aboutbox_shul_lan {
    background-color: #4b7ac0;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
}

.aboutbox_shulbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.aboutbox_shulboxi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.aboutbox_shulboxi i {
    font-size: 54px;
    color: rgba(255, 255, 255, .4);
}

.aboutbox_shulboxr {
    margin-left: 20px;
}

.aboutbox_shulboxrt {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
}

.aboutbox_shulboxrb {
    margin-top: -5px;
    font-size: 20px;
    color: rgba(255, 255, 255, .4);
}

.aboutbox_shur {
    width: 68%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 35px 0;
}

.aboutbox_shur>div {
    width: 33.33%;
    border-right: 1px solid #e1e1e1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.aboutbox_shur>div:last-child {
    border-right: 0;
}

.aboutbox_shur_itemtxth span {
    font-size: 38px;
    font-weight: 700;
    color: #222222;
}

.aboutbox_shur_itemtxth b {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    text-align: center;
    line-height: 24px;
    background-color: #4b7ac0;
    font-size: 14px;
    color: #fff;
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
}

.aboutbox_shur_itemtxtp {
    font-size: 14px;
    color: #777;
}

.aboutbox_shu:hover .aboutbox_shulboxi i{
    /* color: #fff; */
}
.wqywh{
    padding: 70px 0 90px;
    /* background-color:#f4f.4f4 ; */
}
.aboutbox_img {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
#wh{
    position: absolute;
    top: -150px;
    left: 0;
}
.aboutbox_img_item {
    width: 24%;
    padding: 65px 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
    text-align: center;
    transition:all .5s;
    position: relative;
    top: 0;
}

.aboutbox_img_itemh {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.aboutbox_img_itemp {
    margin-top: 15px;

}
.aboutbox_img_itemp p{
    font-size: 13px;
    color: rgba(255, 255, 255, .9);
}
.aboutbox_img_item:hover{
    
    top: -10px;
    -webkit-transition: -webkit-transform 0.6s ease 0;
    transition: transform 0.6s ease 0;
}

@media screen and (max-width: 1200px) {
    .aboutbox_jsr {
        padding: 40px 30px;
    }
    .aboutbox_jsrp {
        margin-top: 25px;
    }
    .aboutbox_jsrp p {
        margin-top: 20px;
        line-height: 24px;
    }
    .aboutbox_shur {
        padding: 20px 0;
    }
 
}

@media screen and (max-width: 992px) {
    .aboutbox {
        margin-top: 0px;
        padding: 0;
    }
    .aboutbox_js {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .aboutbox_js>div {
        width: 100%;
    }
    .aboutbox_jsl {
        height: 180px;
    }
    .aboutbox_jsr {
        padding: 25px 20px 30px;
    }
    .aboutbox_jsrp {
        margin-top: 15px;
    }
    .aboutbox_jsrp p {
        margin-top: 10px;
        line-height: 22px;
    }
    .aboutbox_shur {
        padding: 30px 0 10px;
    }
    .aboutbox_shul {
        display: none;
    }
    .aboutbox_shur {
        width: 100%;
    }
    .aboutbox_img {
     
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .aboutbox_img_item {
        width: 49%;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 768px) {
    .aboutbox .row {
        padding: 0 15px;
    }
    .aboutbox_jsrh {
        font-size: 18px;
        font-weight: 600;
    }
    .aboutbox_jsr {
        padding: 25px 15px;
    }
    .aboutbox_jsrp p {
        font-size: 13px;
        line-height: 28px;
    }
    .aboutbox_shur_itemtxth span {
        font-size: 20px;
    }
    .aboutbox_shur_itemtxtp {
        font-size: 12px;
    }
    .aboutbox_shur_itemtxth b {
        width: 18px;
        height: 18px;
        line-height: 18px;
        font-size: 13px;
    }
    .aboutbox_img_item {
        padding: 40px 10px;
    }
    .aboutbox_img_itemh {
        font-size: 18px;
    }
    .aboutbox_img_itemp {
        margin-top: 10px;
    }
}


/* 效率精度 */

.xljd {
    padding: 90px 0 80px;
    background-color: #f4f4f4;
}

.xljd_title {
    text-align: center;
}

.xljd_titleh {
    font-size: 32px;
    font-weight: 600;
    color: #222222;
}

.xljd_titlep {
    margin-top: 5px;
    font-size: 14px;
    color: #999;
}
.xljd_titleb{
    margin-top: 15px;
    font-size: 16px;
    line-height: 28px;
    color: #777777;
}
.xljd_titleh span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    vertical-align: middle;
    background-color: #4b7ac0;
    margin: 0 8px;
}

.xljd_ct {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.xljd_ctitem {
    text-align: center;
    width: 32%;
    padding: 40px 35px;
    box-shadow: 0px 2px 10px 0px rgba(61, 43, 43, 0.18);
    margin-right: 2%;
}

.xljd_ctitem:last-child {
    margin-right: 0;
}

.xljd_ctitem_img img {
    display: inline-block;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.xljd_ctitem_h {
    margin-top: 25px;
    font-size: 28px;
    font-weight: 700;
    color: #222222;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.xljd_ctitem_p {
    margin-top: 15px;
    line-height: 28px;
    color: #777777;
}

.xljd_ctitem:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.xljd_ctitem:hover .xljd_ctitem_h {
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
}

@media screen and (max-width: 1200px) {
    .xljd {
        padding: 70px 0 60px;
    }
    .xljd_ctitem {
        padding: 30px 25px;
    }
}

@media screen and (max-width: 992px) {
    .xljd_ctitem {
        width: 49%;
        margin-bottom: 10px;
    }
    .xljd_ctitem:nth-child(2n) {
        margin-right: 0;
    }
    .xljd {
        padding: 50px 0 40px;
    }
    .xljd_ct {
        margin-top: 40px;
    }
    .xljd_ctitem {
        padding: 30px 10px;
    }
    .xljd_ctitem_h {
        margin-top: 15px;
    }
    .xljd_ctitem_p {
        margin-top: 10px;
    }
}

@media screen and (max-width: 768px) {
    .xljd_ctitem {
        width: 100%;
        margin-right: 0;
    }
    .xljd .row {
        padding: 0 15px;
    }
    .xljd_titleh {
        font-size: 22px;
    }
    .xljd_ctitem_h {
        font-size: 18px;
        margin-top: 10px;
    }
    .xljd_ctitem_p {
        margin-top:10px;
        font-size: 13px;
        line-height: 20px;
    }
    .xljd_ctitem {
        padding: 20px 10px;
    }
}


/* 案例 */

.cases {
    padding: 80px 0;
    background-color: #fff;
}

.cases_t {
    /* border-top: 1px solid #d8d8d8; */
    position: relative;
}

.cases_tbox {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -24px);
    -webkit-transform: translate(-50%, -24px);
    -moz-transform: translate(-50%, -24px);
    -ms-transform: translate(-50%, -24px);
    -o-transform: translate(-50%, -24px);
    padding: 0 58px;
    background-color: #fff;
}

.cases_tboxbig {
    /* position: relative; */
    text-align: center;
}

.cases_tboxh {
    font-size: 28px;
    font-weight: 700;
    color: #222222;
}

.cases_tboxp {
    font-size: 14px;
    color: #999999;
}

.cases_yl,
.cases_yr {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border: 1px solid #d8d8d8;
    display: none;
}

.cases_yl {
    left: 0;
    top: 20px;
}

.cases_yr {
    right: 0;
    top: 20px;
}

.cases_b {
    margin-top: 90px;
    padding: 0 50px;
    position: relative;
}

.cases_container {
    /* padding-right: -1px; */
    /* border: 1px solid #d3d3d3;
    border-left: none;
    border-right: none;
    border-bottom: none; */
    border-right: 1px solid rgba(0, 0, 0, .15);
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    position: unset;
}

.cases_wrapper {
    background-color: #fff;
    /* border-bottom: 1px solid #d3d3d3; */
}

.cases_slide {
    overflow: hidden;
    /* border-left: 1px solid rgba(0, 0, 0, .15);
    border-top: 1px solid rgba(0, 0, 0, .15); */
}

.cases_slide img {
	padding: 10px;
    width: 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
	
		
}

.cases_slide:nth-child(-n +7) {
    /* border-top: 0; */
}

.cases_slide:nth-child(7n) {
    /* border-right: 1px solid rgba(0, 0, 0, .15); */
}

.cases_slide_item {
    overflow: hidden;
    border-left: 1px solid rgba(0, 0, 0, .15);
    border-top: 1px solid rgba(0, 0, 0, .15);
}

.cases_slide:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.cases_pagination {
    display: none;
}

.cases_container .cases_pagination {
    bottom: -33px;
}

.cases_container .cases_pagination span.swiper-pagination-bullet-active {
    background-color: #4b7ac0;
}

.cases_more {
    margin-top: 45px;
    text-align: center;
}

.cases_more a {
    display: inline-block;
    width: 165px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #4b7ac0;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.nycases.cases {
    padding: 80px 0 20px;
}
.foott{
    background-color: #fff;
}
@media screen and (max-width: 1200px) {
    .cases_container {
        padding-bottom: 0;
        margin-bottom: 30px;
    }
    .cases_pagination {
        display: block;
    }
}

@media screen and (max-width: 992px) {
    .cases.nycases {
        padding: 50px 0 0;
    }
    .cases_more {
        margin-top: 30px;
    }
    .cases_tbox {
        width: 70%;
    }
    .cases_b {
        margin-top: 66px;
    }
    .cases_more a{
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .cases.nycases {
        padding: 50px 0 50px;
    }
    .cases_tboxh {
        font-size: 22px;
    }
    .cases_tbox {
        width: 100%;
        padding: 0;
    }
    .cases_yl,
    .cases_yr {
        display: none;
    }
    .cases_more {
        margin-top: 20px;
    }
    .cases_b {
        margin-top: 54px;
        padding: 0 15px;
    }
    .cases_more a{
        font-size: 13px;
        line-height: 42px;
    }
}


/* 发展历程 */

.nyfzlc {
    position: relative;
    padding: 90px 0;
    /* background-color: #f4f4f4; */
}
#fzlc{
    position: absolute;
    top: -100px;
    left: 0;
}

.nyfzlcbox .cases_tbox{
    /* background-color: #f4f4f4; */
}
.nyfzlcbox_title {
    font-size: 60px;
    color: #009a67;
    font-family: 'BEBAS';
    text-transform: uppercase;
    text-align: center;
}

.nyfzlcbox_p {
    margin-top: 5px;
    text-align: center;
    font-size: 30px;
    color: #333333;
}

.nyfzlcbox_lb {
    position: relative;
    margin-top: 90px;
}

.nyfzlcbox_lb .container {
    position: relative;
}

.nyfzlc_container {
    width: 100%;
}

.nyfzlc_slide {
    display: flex;
    flex-direction: column;
}

.nyfzlc_slide>div {
    height: 186px;
    padding: 0 50px;
    position: relative;
}

.nyfzlc_slidet {
    border-bottom: 2px solid #009a67;
    display: flex;
    flex-direction: column;
}

.nyfzlc_slide_boxn {
    font-size: 30px;
    color: #009a67;
    font-family: 'BEBAS';
}

.nyfzlc_slide_boxp {
    font-size: 15px;
    color: #666666;
    line-height: 25px;
}

.nyfzlc_slide_dwy {
    position: absolute;
    bottom: 0;
    left: 4px;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    background-color: #009a67;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
}

.nyfzlc_slide_dwx {
    position: absolute;
    top: 0;
    left: 13px;
    width: 1px;
    height: 100%;
    background-color: #009a67;
}

.nyfzlc_slideb {
    border-top: 2px solid #009a67;
}

.nyfzlc_wrapper .nyfzlc_slide:nth-child(even) .nyfzlc_slidet {
    order: 1;
    border-bottom: 0;
    justify-content: flex-end;
    border-top: 2px solid #009a67;
}

.nyfzlc_wrapper .nyfzlc_slide:nth-child(even) .nyfzlc_slidet .nyfzlc_slide_dwy {
    top: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.nyfzlc_wrapper .nyfzlc_slide:nth-child(even) .nyfzlc_slideb {
    border-top: 0;
    border-bottom: 2px solid #009a67;
}

.nyfzlcbox_lbdwx {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    height: 4px;
    width: 100%;
    background-color: #009a67;
}

.nyfzlc_per,
.nyfzlc_next {
    position: absolute;
    top: 50%;
    height: 44px;
    width: 44px;
    line-height: 44px;
    cursor: pointer;
    outline: none;
}

.nyfzlc_per {
    left: 0;
    transform: translate(-100%, -50%);
    -webkit-transform: translate(-100%, -50%);
    -moz-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    -o-transform: translate(-100%, -50%);
}

.nyfzlc_next {
    right: 0;
    transform: translate(100%, -50%);
    -webkit-transform: translate(100%, -50%);
    -moz-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
    -o-transform: translate(100%, -50%);
}

.nyfzlc_per i,
.nyfzlc_next i {
    font-size: 44px;
    color: #333333;
}

.nyfzlc_per.swiper-button-disabled i,
.nyfzlc_next.swiper-button-disabled i {
    color: #bababa;
}
@media screen and (max-width: 1200px){
    .nyfzlc {

        padding: 60px 0;
    }
}
@media screen and (max-width: 992px){
    
    .nyfzlc {

        padding: 65px 0 50px;
    }
    .nyfzlcbox_lb {
        margin-top: 60px;
    }
    .nyfzlc_slide>div {
        padding: 0 30px;
    }
    .nyfzlc_slide_boxn {
        font-size: 22px;
    }
    .nyfzlc_slide>div {
        padding-right: 0;
        height: 160px;
    }
    .nyfzlc_slide_boxp {
        font-size: 14px;
        line-height: 23px;
    }
    .nyfzlc_wrapper .nyfzlc_slide:nth-child(even) .nyfzlc_slidet {
        justify-content: flex-start;
        padding-top: 20px;
    }
}

@media screen and (max-width: 768px){
    .nyfzlc_next {
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        z-index: 10;
    }
    .nyfzlc_per {
        transform: translate(50%, -50%);
        -webkit-transform: translate(50%, -50%);
        -moz-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        -o-transform: translate(50%, -50%);
        z-index: 10;
}
.nyfzlc_slide_boxp {
    font-size: 12px;
    line-height: 20px;
}
.nyfzlc_slide>div {
    padding-right: 0;
    height: 160px;
}
}
.wqyxc{
    padding:80px 0 ;
}
.aboutus_blb {
    position: relative;
    margin-top: 23px;
    border-top: 1px solid #e1e1e1;
  }
  .aboutus_blb_list {
    position: absolute;
    width: 51%;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }
  .aboutusblb_slider {
    padding: 10px 0;
  }
  .aboutusblb_slider .aboutusblb_slider_item {
    margin-right: 1px;
    display: block;
    overflow: hidden;
    height: 46px;
    line-height: 44px;
    border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    -ms-border-radius: 23px;
    -o-border-radius: 23px;
    background-color: #fff;
    color: #666666;
    border: 1px solid #d8d8d8;
    text-align: center;
  }
  .aboutus_blbx {
    margin-top: 55px;
  }
  .aboutusblb_slider.swiper-slide-thumb-active .aboutusblb_slider_item {
    background-color: #4b7ac0;
    border-color: transparent;
    color: #fff;
  }
  .aboutusblb_slider .aboutusblb_slider_item:hover {
    border-color: transparent;
    background-color: ##4b7ac0;
  }
  .aboutu_item {
    padding: 0 10px;
  }
  .aboutu_item_link {
    display: block;
    overflow: hidden;
    position: relative;
  }
  .aboutu_item_link img {
    width: 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
  }
  .aboutu_item_link:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
  }
  .aboutu_item_linkdw {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    padding: 0 5px;
  }
  .aboutu_item_link:hover .aboutu_item_linkdw {
    background-color: #4b7ac0;
  }
  .aboutusblbx_slide .owl-controls .owl-page.active span {
    background-color: #4b7ac0;
  }
  .aboutusblbx_slide .owl-controls .owl-page span {
    background-color: #869791
  }
  @media screen and (max-width: 1300px){
    .aboutus_blb_list {
        width: 70%;
    }
    .wqyxc,
    .wqywh {
        padding: 70px 0 60px;
    }
  }

  @media screen and (max-width: 992px){
    .aboutus_blb_list {
        width: 70%;
    }
   
  }
  @media screen and (max-width: 768px){
    .aboutus_blb_list {
        width: 96%;
    }
    .aboutusblb_slider .aboutusblb_slider_item {
        font-size: 12px;
        height: auto;
        line-height: 1;
        padding: 8px 10px;
    }
    .aboutu_item_linkdw {
        font-size: 12px;
        height: 30px;
        line-height: 30px;
    }
    .wqyxc
  {
        padding: 50px 0 40px;
    }
    .wqywh{
        padding: 40px 15px 40px;
    }
    .xljd_titlep{
        padding: 0 20px;
    }
    .xljd_titleb br{
        display: none;
    }
    .xljd_titleb {
        width: 90%;
        margin: 10px auto 0;
        font-size: 13px;
        line-height: 20px;
    }
  }
.wqywh_tle{
    text-align: center;
    margin-bottom: 25px;
}