 
 .seinside01_b_s_detial >ul{
   display: flex;
   margin: 64px auto 0;
   

 }
 .seinside01_b_s_detial ul li{
     flex: 1;
     margin-right: 64px;
     text-align: center;
     position: relative;
 }
 .arrow{
     width: 12px;
     height: 22px;
     position: absolute;
     top: 50%;
     margin-top: -6px;
     right: -40px;
 }
 .seinside01_a{
	 width: 100%;
	 height: 653px;
	 background: #FFF3E7;
	
 }
 .seinside01_a_s{
	 width: 1200px;
	 height: 100%;
	 margin: 0 auto;
	  background-size: 100% 100%;
	 position: relative;
 }
 .seinside01_a_s h3{
	 font-size: 36px;
	 font-weight: normal;
	 position: absolute;
	 left: 650px;
	 top: 244px;
	 letter-spacing: 8px;
 }
  .seinside01_a_s h4{
 	 font-size: 14px;
 	 font-weight: normal;
 	 position: absolute;
 	 left: 650px;
 	 top: 266px;
 	 letter-spacing: 2px;
	 color: #FF8710;
 }
 .btn_s{
	font-size: 18px;
	font-weight: normal;
	position: absolute;
	left: 650px;
	top: 300px;
	letter-spacing: 2px;
	margin-top: 40px;
 }
 .btn_s span{
	 background:#FF8710 ;
	 display: inline-block;
	 width: 140px;
	 height: 40px;
	 border-radius: 20px;
	 text-align: center;
     line-height: 40px;
	 margin-right: 20px;
	 color: #fff;
 }
  .seinside01_a_s .app_log{
	 position: absolute;
	 left: 650px;
	 top: 383px;
 }
 .seinside01_b_s_detial ul li p{
     margin-bottom: 12px;
 }
 .seinside01_b_s_detial ul li p >span{
    font-size:24px;
    font-weight:400;
    color:rgba(89,88,87,1);
    line-height:40px;
    letter-spacing:2px;
 }
 .seinside01_b_s_detial ul li p >span:nth-child(2){
    font-size:28px;
	font-weight:normal;
	color:rgba(255,135,16,1);
	line-height:31px; 
	margin-left: 10px;
	margin-right: 10px;
 }
 .seinside01_b_s_detial ul li:nth-child(4){
    margin-right: 0px;
 }
 .seinside01_b_s_detial ul li >img{
     width: 100%;
     margin: 0 auto;
 }
 /* 二级内页第二个页面 */
 .seinside02_a{
    width: 100%;
    height: 653px;
    background: #FFF3E7;
    overflow: hidden;
    box-sizing: border-box;
}
.seinside02_a_s{
  width: 1158px;
  height:589px;
  margin: 64px auto 0;
}
.seinside01_a_s >p{
	font-size: 18px;
	color: #595857;
	position: absolute;
	left: 650px;
	top: 308px;
	
}
.icon_list{
	position: absolute;
	left: 650px;
	top: 400px;
}
.icon_list ul{
	width: 100%;
	display: flex;
}
.icon_list ul li{
	width: 100px;
	height: 100px;
	background: #fff;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-right: 20px;
}
.icon_list ul li>img{
	margin-top: 10px;
}
.icon_list ul li>p{
	margin-top: -30px;
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #595857;
}
.seinside02_a >img{
    width: 100%;
    display: block;
}
.seinside02_a_detail{
    width: 1200px;
    display: flex;
	margin: 0 auto;
}
.seinside02_a_detail_left{
   width: 50%;
}
.seinside02_a_detail_left >img{
    width: 100%;
    display: block;
}
.seinside02_a_detail_right{
    box-sizing: border-box;
    width: 50%;
    padding-left: 82px;
	padding-top: 100px;
}
.seinside02_a_detail_right h3{
    font-size:28px;
    font-weight:500;
    color:rgba(255,135,16,1);
    line-height:40px;
    letter-spacing:2px;
    position: relative;
    padding-left: 36px;
    margin-bottom: 40px;
}
.seinside02_a_detail_right h3 >span{
    width:6px;
height:28px;
background:rgba(255,135,16,1);
position: absolute;
left: 0;
top: 8px;
}
.seinside02_a_detail_right p{
    font-size:14px;
font-weight:400;
color:rgba(153,148,148,1);
line-height:24px;
letter-spacing:2px;
}
/* 二级第四屏 */
.seinside05{
    width: 100%;
    background: #FFF3E7;
    overflow: hidden;
}
.seinside05_s{
    width: 1158px;
    margin: 64px auto 0px;
 
    box-sizing: border-box;
}
.seinside05_s_top {
    width: 1200px;
    height: 589px;
    
  
}
.seinside05_s_top>img{
    width: 100%;
    display: block;
}
.seinside05_s_bottom {
    margin: 48px auto 80px;
    width:1200px;
    height:980px;
    background:rgba(255,255,255,1);
    box-shadow:0px 10px 100px 0px rgba(255,135,16,0.2);
    border-radius:8px;
}
.seinside05_s_bottom ul{
    box-sizing: border-box;
    padding: 52px 96px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.seinside05_s_bottom ul li{
    width: 50%;
    height: 260px;


}
.seinside05_s_bottom ul li p{
    width: 400px;
    text-align: left;
    font-size:14px;

font-weight:400;
color:rgba(153,148,148,1);
line-height:24px;
letter-spacing:2px;

}
.seinside05_s_bottom ul li img{
    width: 400px;
    display: inline-block;
    height: 260px;

}