
/* 公司介绍 */

#c-about .c-list li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 100px;
}


#c-about .c-list .c-text-box {
    padding-right: 1.2rem;
    width: 50%;
}

#c-about .c-list .c-text-box.pc {
    display: block;
}
#c-about .c-list .c-text-box.mob {
    display: none;
}
#c-about .c-list li:nth-child(1) .c-text-box .c-text {
    overflow: hidden;
    transition: .5s;
}

#c-about .c-list li:nth-child(2) .c-text-box {
    padding-left: 0.6rem;
    padding-right: 0;
}

#c-about .c-list li:nth-child(2) .c-img-box {
    padding-left: 0;
    padding-right: 0;
}

#c-about .c-list .c-img-box {
    position: relative;
    width: 48%;
}

#c-about .c-list li:nth-child(2) .c-img-box {
    width: 50%;
}

#c-about .c-list .c-img-box img {
    width: 100%;
}

#c-about .c-list .c-text-box .c-title {
    margin-bottom: .5rem;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
}

#c-about .c-list .c-text-box .c-text {
    line-height: 30px;
    color: #666;
}

#c-about #labels .icon {
    background: url('/assets/images/about/fill.png') no-repeat center;
    background-size: 100%;
    width: 14px;
    height:19px;
    margin-left: auto;
    margin-right: auto;
  }

  
#c-about .c-list .c-img-box.pc {
    display: block;
}
    
.earth {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 20px;
}
#earth {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: 600px;
    margin: 0 auto;
    border-radius: 20px;
}
#labels {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.label-item {
    position: absolute;
    color: #fff;
    padding: 2px 8px;
    border-radius: 8px;
    font-size: 12px;
    white-space: nowrap;
    pointer-events: auto;
    transition: opacity 0.2s;
    opacity: 0.85;
    color: #4e8cff;
}
.label-item.hide {
    display: none;
}
.label-item.show {
    display: block;
}
.load-el {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255,255,255,0.7);
    z-index: 10;
    pointer-events: none;
}
.common-model-load .load-progress {
    height: 4px;
    background: #4e8cff;
    border-radius: 2px;
    transition: width 0.3s;
}
  
#c-equipment .c-big-title {
    margin: 1rem 0;
    font-weight: bold;
    font-size: 32px;
    line-height: 58px;
    text-align: center;
}

#c-equipment .c-list li {
    margin-bottom: 30px;
    width: 33.333%;
    padding: 0 15px;
}

#c-equipment .c-img-box {
    margin-bottom: 100px;
    width: 100%;
    padding: 0 15px;
    overflow: hidden;
}

#c-equipment .c-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s;
}

#c-equipment .c-img-box:hover .c-img-box img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}
@media screen and (max-width: 4200px) {
    .earth {
        min-height: 500px;
        height: 500px;
    }
}
@media screen and (max-width: 1599px) {
	#c-about .c-list li:nth-child(1) .c-text-box .c-title {
    margin: 1rem 0 .5rem;
	}
    .earth {
        min-height: 500px;
        height: 500px;
    }
	#c-about .c-list li {
		padding: 40px 0 0 1rem;
	}
}
@media screen and (max-width: 991px) {
  
	#c-about .c-list li {
			margin-top: 0px;
	}
	
	#c-about .c-list .c-text-box {
    padding: 20px 0!important;
    width: 100% !important;
	}
	#c-about .c-list .c-img-box {
    width: 100% !important;
	}
	#c-about .c-list .c-text-box.pc {
    display: none;
	}
	
	#c-about .c-list .c-text-box.mob {
    display: block;
	}
	#c-about .c-list .c-img-box {
    margin-top: 20px;
	}
	#c-about .c-list li {
		padding: 0 !important;
	}
    .earth {
        min-height: 500px;
        height: 500px;
    }
	
}

@media screen and (max-width: 767px) {

	#c-about .c-list .c-text-box {
    padding: 20px 0 0!important;
	}
	#c-about .c-list li:nth-child(1) .c-text-box .c-title {
		font-size: 18px;
		line-height: 25px;
    margin: 0 0 10px;
	}
	#c-about .c-list li:nth-child(1) .c-text-box .c-text {
		line-height: 24px;
	}
	#c-about .c-list .c-text-box .c-btn {
    margin: 20px 0 20px;
    width: 100px;
    line-height: 40px;
    border-radius: 20px;
	}
	#c-about .c-list .c-text-box .c-title {
    margin-bottom: 10px;
    font-size: 18px;
		line-height: 25px;
	}
	#c-about .c-list .c-text-box .c-text {
		line-height: 24px;
	}
	#c-about .c-list .c-img-box .c-dot i {
    flex: 0 0 20px;
    min-width: 20px;
    height: 20px;
	}
    .earth {
        min-height: 400px;
        height: 400px;
    }
}