/*pc端导航统一*/
.header{    position: relative !important;}
.wrapper-sj-nav{display:none;}

/* banner */
.business_banner {
	position: relative;
}

.business_banner img {
	width: 100%;
}

.banner_tit {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}

.banner_box {
	width: 75%;
	margin: 0 auto;
	padding-left: 8%;
}

.banner_box h6 {
	font-size: 43px;
	color: #ffffff;
	margin-bottom: 29px;
}

.banner_box p {
	font-size: 20px;
	color: #ffffff;
	letter-spacing: 2px;
	text-transform: uppercase;
}

/* banner end*/
/*面包屑*/
.small-nav-box {
	font-size: 16px;
	line-height: 93px;
	width: 80%;
	margin: 0 auto;
}

.small-nav-box .dqwz {
	color: #282f9d;
}

.small-nav-box span a {
	color: #272727;
}

/*整体布局*/
.sj-bx-box {
	padding-bottom: 105px;
	border-bottom: 17px solid #282f9d;
	background: url(/uiFramework/commonResource/image/2023072215124156512.jpg) bottom right no-repeat;
}

/*版心设置*/
.sj-bx-small-box {
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.left-nav-box {
	width: 20%;

}

.right-wz-box {
	width: 76%;
}

/*右侧文章标题样式*/
.big-title {
	font-size: 38px;
	font-weight: bold;
	color: #282f9d;
	position: relative;
	padding-bottom: 23px;
}

.big-title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 1px;
	width: 75px;
	height: 6px;
	background-color: #f5a72b;
}

/*右侧文章内容样式*/
.big-wz-nr{
margin-top:20px;
}
.big-wz-nr h3 {
	font-size: 26px;
	font-weight: bold;
	color: #000000;
	line-height: 120px;
}

.big-wz-nr p {
	font-size: 20px;
	line-height: 50px;
	color: #333333;
}


@media screen and ( max-width: 999px ) {
  .left-nav-box {
    display: none;
  }
  
  .right-wz-box {
    width: 100%;
  }
  .big-title {
    font-size: 24px;
    padding-bottom: 14px;
  }
  .big-wz-nr h3 {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    line-height: 36px;
  }
  .big-wz-nr p{
    font-size: 14px;
  }
  .small-nav-box {
    display: none;
    line-height: 36px;
    margin-bottom: 24px;
  }
     .sj-bx-small-box,.small-nav-box{
        width: 90%;
    }
  .banner_box {
    width: 90%;
  }
  .banner_box h6 {
    font-size: 20px;
  }

  .banner_box p {
    font-size: 14px;
  }
.big-title::after {
	bottom: -5px;
	height: 4px;
}
.big-title{
    margin-top: 36px;
    border-bottom: 2px solid #e5e5e5;
}
}