/* 关于我们 */
.banner {
	background-image: url(../images/about_banner.png);
}
.banner  .ban_con {
    padding-top: 150px;
 }

.about {
    background-image: url(../images/index_compay_bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 50px 0;
}
 
.about .warp {
    /* padding: 0 100px; */
}
 
.about .about_introduce {
    width: 50%;
}
 
.about .about_introduce .tit {
    font-size: 30px;
}
 
.about .about_introduce .desc {
    line-height: 30px;
    margin-top: 20px;
}
 
.about .about_ul {
    width: 50%;
    padding-left: 60px;
}
 
.about .about_ul li {
    box-shadow: 0px 2px 20px 0px rgba(227, 227, 227, 0.5);
    border-radius: 10px;
    padding: 20px;
    background: #fff;
    margin-bottom: 20px;
    position: relative; /* 添加这个属性以支持绝对定位的子元素 */
}
 
.about .about_ul li .info {
    width: 25%;
    font-size: 24px;
    text-align: center;
}
 
.about .about_ul li .info .tit {
    color: #0118FF;
}
 
.about .about_ul li .info .txt {
    color: #D8D8D8;
}
 
.about .about_ul li .desc {
    width: 75%;
    padding-left: 30px;
    margin-top: 5px;
}
 
.about .about_ul li .tag {
    font-size: 70px;
    opacity: 0.05;
    position: absolute;
    bottom: -15px;
    right: 0;
}
 
.about .about_ul li:nth-child(1) .desc {
    margin-top: 20px;
}


.introduce {
    padding-bottom: 80px;
}
 
.introduce .idu_con {
    margin-top: 60px;
}
 
.introduce .idu_con .idu_list {
    width: 15%;
    position: relative;
}
 
.introduce .idu_con .idu_list li {
    color: #A6A6A6;
    font-size: 26px;
    margin-bottom: 30px;
    cursor: pointer;
}
 
.introduce .idu_con .idu_list li span {
    width: 10px;
    height: 10px;
    background: #A6A6A6;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
    margin-top: -10px;
    vertical-align: middle;
}
 
.introduce .idu_con .idu_list li.active {
    color: #0118FF;
    font-size: 28px;
    font-weight: bold;
}
 
.introduce .idu_con .idu_list li.active span {
    width: 14px;
    height: 14px;
    margin-left: -1px; 
    background: #0118FF;
}
 
.introduce .idu_con .idu_list .line {
    width: 2px;
    height: 120%;
    background: #F0F0F0;
    position: absolute;
    left: 5px;
    top: 20px;
    z-index: -1;
}
 
.introduce .idu_ul {
    width: 85%;
}
 
.introduce .idu_ul li {
    display: none;
}
 
.introduce .idu_ul li .item {
    box-shadow: 0px 2px 20px 0px rgba(227, 227, 227, 0.5);
    border-radius: 10px;
    font-size: 20px;
    padding: 20px 40px;
    margin-bottom: 20px;
}
 
.introduce .idu_ul li .item span {
    font-weight: bold;
    margin-right: 20px;
}
 
.introduce .idu_ul li.active {
    display: block;
}


@media (max-width: 1024px) {
	.about{
		.warp{
			padding: 0 40px;
		}

        .about .about_ul li .info .tit {
            font-size: 28px;
        }
        
        .about .about_ul li .info .txt {
            font-size: 20px;
        }
	}
}
@media (max-width: 768px) {

    .about .warp {
        padding: 0 40px;
    }
    
    .about .about_ul li .info .tit {
        font-size: 28px;
    }
    
    .about .about_ul li .info .txt {
        font-size: 20px;
    }

	.introduce .idu_con .idu_list{
		width: 23%;
	}
	.introduce .idu_con .idu_ul{
		width: 77%;
	}

}
@media (max-width: 431px) {
    .banner{
        background-image: url(../images/index_banner_samll.png);
    }
    .banner .warp .ban_con {
        width: 100%;
        padding: 83px 10%;
    }
    .about{
        padding: 30px 0;
    }

.about .warp {
    padding: 0;
    display: block;
}
 
.about .about_introduce {
    width: 94%;
    text-align: center;
    margin: auto;
}
.about .about_introduce .desc{
    line-height: 24px;
}
 
.about .about_introduce .tit {
    font-size: 18px;
}
 
.about .about_ul {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
}
.about .about_ul li{
    margin-bottom: 10px;
}
.about .about_ul li .info {
    width: 25%;
    text-align: center;
}
 
.about .about_ul li .info .tit {
    font-size: 18px;
}
 
.about .about_ul li .info .txt {
    font-size: 14px;
}
 
.about .about_ul li .desc {
    width: 75%;
    margin-top: 0px;
    padding-left: 10px;
}
 
.about .about_ul li:nth-child(1) .desc {
    margin-top: 12px;
}
	.introduce .idu_con {
		margin-top: 30px;
	}
 .introduce .idu_con .idu_list {
        width: 20%;
    }
    .introduce .idu_con .idu_list li {
        font-size: 14px;
    }
    .introduce .idu_con .idu_list li.active {
        font-size: 16px;
    }
	.introduce .idu_con .idu_list li span{
        width: 8px;
        height: 8px;
		margin-top: -2px;
	}
    .introduce .idu_con .idu_list li.active span {
        width: 10px;
        height: 10px;
        margin-left: 0px;
		margin-top: -3px;
    }
    .introduce .idu_con .idu_list .line{
        left: 3px;
        top: 10px;
    }
    .introduce .idu_ul {
        width: 80%;
    }
    .introduce .idu_ul li {
        background: #fff;
    }
    .introduce .idu_ul li .item {
        border-radius: 8px;
        padding: 10px;
        font-size: 15px;
        margin-bottom: 10px;
    }

    .contact{
        margin-top: 0;
    }
}

@media (max-width: 390px) {
    .introduce .idu_ul li .item{
        font-size: 12px;
    }
}