@charset "utf-8";
/* CSS Document */
.swiper-container{
    --swiper-theme-color: #ff6600;/* 设置Swiper风格 */
    --swiper-preloader-color: #fff;/* 单独设置预加载圆圈的颜色 */
 }
.banner .swpbtn{
    display:flex;
    position: absolute;
    z-index: 500;
    right:1.5rem;
    bottom: 1rem;
    gap: .2rem;
}
.banner .swiper-slide{
     width: 100%;
     height:49.2vw;
      position: relative;
      background:#f5f5f5;/* 加载中灰色占位底色 */
      overflow:hidden;
}
.banner .swpbtn button{
    display:block;
    width:20px;
    height: 20px;
    padding:12px;
    background:rgba(255,255,255,.8);
    border-radius: 9999px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-sizing: content-box;
}
.banner .swpbtn button svg{
    display: block;
    vertical-align: middle;
}
.stroke-black {
    stroke: #111;
}
.rotate-180 {
   transform: rotate(180deg);
}
.banner .swpbtn button:hover{
    background:#f79000;
}
.banner .swpbtn button:hover .stroke-black {
    stroke: #fff;
}
.gap1{
    padding: 0.8rem 1.3rem 0.8rem 1.3rem;
}
.inp{
	padding: 0 1.34rem 1.35rem 1.34rem;
}
.inp .con {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.inp .con .box {
    width: 3.16rem;
    height: 5.72rem;
    height: 6rem;
    height: auto;
    background: no-repeat center;
    background-size: auto 6rem;
    transition: all 0.5s;
    position: relative;
    overflow: hidden;
    z-index: 2;
}
.inp .con .box .pic {
    height: 6rem;
    position: relative;
    padding-top: 0.58rem;
    background-size: auto 6rem;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.5s;
    border-radius: 0.24rem;
    overflow: hidden;
}
.inp .con .box .pic a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 3;
}
.inp .con .box .pic a img{
	height:100%!important;
}
.inp .con .box .h {
    color: #fff;
    text-align: center;
    font-weight: 400;
    line-height: 1.4;
    position: relative;
    z-index: 4;
    width: 100%;
}
.inp .con .box:hover .pic a{
	display:block;
}
.inp .con .box.on {
	width: 5.2rem
}
.inp .con .box.on1 {
	width: 2.68rem
}
/*************简介*************/
.ia{
	padding:1.5rem 1.34rem;
	background-size:cover;
	background-repeat: no-repeat;
}
.ia .con{
	width:55%;
	color:#fff;
}
.ia .con h2{
	margin-bottom: 50px;
	font-weight: bold;
}
.ia .con p{
    margin-bottom: 15px;
}
.ia .con ul{
	display:flex;
	flex-wrap: wrap;
}
.ia .con ul li{
    display: flex;
    position: relative;
    width: 25%;
    padding: 0.48rem 0.25rem;
    justify-content: space-between;
}
.g_more {
    width: 180px;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 50px;
    color: #fff;
    background-color: #f79000;
    border-color: #f79000;
    padding: 0 8px 0 26px;
	font-size:18px;
}

/*************简介*************/
.i3{
	padding:1.5rem 1.34rem;
	background: #f8f9fa;
}
.i3 .ctit{
	text-align: center;
}
.i3 .ctit h2{
	font-weight:bold;
}
.i3 .ctit p{
	color:#f79000;
}
.logobox{
	background:#fff;
	margin:0.4rem 0;
	padding:0.1rem;
}
.logo{
	display:flex;
	flex-wrap: wrap;
	gap:0.1rem;
}
.logo li{
	width:13.5%;
	border-radius: 10px;
	
}
.logo li:hover{
	box-shadow:0 0 5px rgba(0,0,0,.1);
}
.ibcon{
	display:flex;
	justify-content: space-between;
	margin-top:70px;
}
.ibcon li{
	width:48%;
	border-radius: 0.24rem;
	position: relative;
	overflow: hidden;
}
.ibcon li a{
	display:block;
	width: 100%;
	height: 100%;
	padding:70px 0px 70px 50px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
	background-image: linear-gradient(to right, rgba(247, 144, 0, 4), transparent);
}
.ibcon li h2{
	color:#fff;
	font-weight: bold;
}
.ibcon li .ts{
	display: flex;
    align-items: center;
	color:#fff;
	transition: all .36s;
	margin-top: 80px;
}


@media(max-width:1024px){
	.gap1{padding: 60px 0 0 0;}
	.inp{
        padding: 0 20px 30px 20px;
    }
	.inp .con{display:block;}
	.inp .con .box {
        height: auto;
		width: 100% !important;
        background-size: cover;
        margin-bottom: 30px;
    }
	.inp .con .box .pic {
        background-size: cover;
        height: 96vw;
    }
	.ia{padding:30px 20px;}
	.ia .con{width:100%;}
	.i3{padding: 60px 20px;}
	.logo li{width:49%;}
	.ibcon{
		margin-top:30px;
		display:block;
	}
	.ibcon li{width:100%;margin-bottom: 30px;}
	.ibcon li a{padding:20px 0 0px 15px;}
	.ibcon li .ts{margin-top:30px;}
	.ia .con ul li{width:50%;}
}


