/* 专注领域 */
.absorbed{
    width: 1200px;
    height: 200px;
    margin: 0 auto;
}
.absorbed h3{
    padding-top: 50px;
    font-size: 48px;
    font-weight: bold;
    color: transparent;
    background: linear-gradient(90deg,#1BB212 0%, #96CD03 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.absorbed p{
    padding: 20px 0 20px 0;
    font-size: 24px;
    font-weight: normal;
    color: #96CD03;
    background: linear-gradient(90deg,#1BB212 0%, #96CD03 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.absorbed span{
    display: inline-block;
    width: 28px;
    height: 3px;
    background: #96CD03;
}
.team_description h4{
    font-size: 22px;
    color: #2D2D2D;
    font-weight: 400;
}
.team_description span{
    display: inline-block;
    margin-top: 16px;
    font-size: 14px;
    font-weight: 400;
    color:#666666;
}
/* 我们的产品 */
.alike-title{
    width: 1100px;
    height: 198px;
    text-align: left;
    margin: 0 auto;
}
.alike-title h3{
    font-size: 48px;
    font-weight: bold;
    color: #96CD03;
    background: linear-gradient(90deg,#1BB212 0%, #96CD03 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.alike-title p{
    padding: 24px 0 24px 0;
    font-size: 24px;
    font-weight: normal;
    color: #96CD03;
    background: linear-gradient(90deg,#1BB212 0%, #96CD03 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.alike-title span{
    display: inline-block;
    width: 28px;
    height: 3px;
    background: #96CD03;
}
.Img{
    position: absolute;
    bottom: 30px;
    left: 27px;
    padding-left: 10px;
    text-align: left;
}
.Imga h2{
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: normal;
    color: #333333;
}
.Imga p{
    font-size: 20px;
    font-weight: 400;
    color: #333333;  
}
.Img1{
    position: absolute;
    bottom: 28px;
    left: 27px;
    padding-left: 5px;
    text-align: left;
}
.Img1 h4{
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: normal;
    color: #333333;
}
.Img1 p{
    font-size: 12px;
    font-weight: 400;
    color: #333333;  
}
/* 底部导航 */
.copyright{
    font-size: 14px;
    font-weight: 400;
    color: #1BB212;
    margin-bottom: 10px;
}
.baText{
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #1BB212;
    margin-bottom: 10px;
}
.baText:hover {
	color: #1BB212;
	cursor: default;
}