/* banner*/
.banner .swiper {
        height: 540px;
        overflow: hidden;
        position: relative;
      }
      .banner .swiper img{
        width: 100%;
        height: 100%;
      }
      .swiper .banner_title {
        position: absolute;
        top: 168px;
        left: 204px;
        z-index: 9;
        color: #fff;
      }
      .swiper .banner_title h2 {
        font-size: 60px;
        letter-spacing: 6px;
        box-shadow: 1px 2px 12px 0px rgba(23, 67, 90, 0.3);
        font-weight: bold;
      }
      .swiper .banner_title p {
        padding-top: 48px;
        font-size: 32px;
        box-shadow: 1px 2px 12px 0px rgba(23, 67, 90, 0.3);
      }
 
 

 /* 中间区域*/
.content_box{width: 83.75%;margin: 0 auto;}
.content_top{display: flex;justify-content: space-between;margin-bottom: 80px;}
.content_bt{display: flex;justify-content: space-between;}
.dqwz{margin-top:35px;background: url(/uiFramework/commonResource/image/2023060113021236903.png) no-repeat left;padding-left: 40px;height: 21px;line-height: 23px;font-size: 18px;}
.dqwz a{font-size:18px;color: #6c6c6c;}
.mk_tit{margin-top:30px;}


.wzxq p{font-size: 16px;color: #5b5b5b;line-height: 3;}
.wzxq p strong{color: #333;font-size: 16px;font-weight: bold;display: inline-block;}
.wzxq img{width:80%; margin:0 auto;}

@media screen and (min-width: 1401px) and (max-width: 1600px) {

      }

@media screen and (min-width: 1201px) and (max-width: 1460px) {

body{ font-size: 14px;}
.banner .swiper {  height: 400px;  }
.swiper .banner_title h2 { font-size: 42px;  }
.swiper .banner_title p { font-size: 24px;  }
   
}

@media screen and (max-width: 1200px) {

 }


/* 手机内容 */
@media screen and (max-width: 999px) {
/*banner图*/
.ban_con {height:250px;}
* {box-sizing: border-box;}	
/* 面包屑 */
.dqwz {display: none;}
/* 左侧导航 */
.content_top_l {display: none;}
/* 内容 */
.wzxq p img {width: 100%;}
.content_box {width: 100%;}
#content_top_r {padding: 0 20px;}
.content_top_r {width: 100%;margin-top: 0px;}
.lbbt {margin-bottom: 15px;}
.lbnr {margin-top: 0;}
}