/* 关于我们 */
.banner {
    background-image: url(../images/about_banner.png);
}
 
.about {
    background-image: url(../images/index_company_bg.png);
    background-size: 100% 550px;
    background-repeat: no-repeat;
}
 
.about .about_ul {
    background: #fff;
    box-shadow: 0px 2px 20px 0px rgba(227, 227, 227, 0.5);
    border-radius: 30px;
    padding: 0 60px;
    margin-top: 50px;
}
 
.about .about_ul li {
    border-bottom: 1px solid #F0F0F0;
    position: relative;
    padding: 40px 0;
}
 
.about .about_ul li .info {
    width: 25%;
    font-size: 28px;
    text-align: center;
}
 
.about .about_ul li .info .tit {
    margin-bottom: 10px;
}
 
.about .about_ul li .info .txt {
    color: #A6A6A6;
}
 
.about .about_ul li .desc {
    width: 75%;
    border-left: 1px solid #F0F0F0;
    margin-top: 10px;
    padding-top: 20px;
    padding-left: 50px;
}
 
.about .about_ul li .tag {
    font-size: 60px;
    opacity: 0.05;
    position: absolute;
    bottom: -15px;
    right: 0;
}

@media (max-width: 1024px) {
   
}
 
@media (max-width: 768px) {
   
}
 
@media (max-width: 431px) {
   
}
 
@media (max-width: 768px) {
    .about .about_ul {
        padding: 0 40px;
    }
    .about .about_ul li {
        padding: 40px 0;
    }
}
 
@media (max-width: 431px) {
    .about .about_ul {
        padding: 0 20px;
        border-radius: 10px;
    }
    .about .about_ul li {
        padding: 20px 0;
    }
    .about .about_ul li .info .tit {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .about .about_ul li .info .txt {
        font-size: 14px;
    }
    .about .about_ul li .desc {
        padding-top: 0;
        padding-left: 20px;
    }
    .about .about_ul li .tag {
        font-size: 20px;
        bottom: 0;
    }
}
 
.introduce {
    padding-bottom: 80px;
}
 
.introduce .idu_con {
    margin-top: 30px;
}
 
.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: #147C66;
    font-size: 28px;
    font-weight: bold;
}
 
.introduce .idu_con .idu_list li.active span {
    width: 14px;
    height: 14px;
    margin-left: -1px;
    background: #147C66;
}
 
.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: 12px;
    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: 768px) {
    .introduce .idu_con .idu_list {
        width: 23%;
    }
    .introduce .idu_ul {
        width: 77%;
    }
}
 
@media (max-width: 431px) {
    .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 .item {
        border-radius: 8px;
        padding: 10px;
        font-size: 15px;
        margin-bottom: 10px;
    }
   
}


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