/*地球*/
.earth-dot {
    width: 12px;
    height: 12px;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: var(--theme-2);
    border-radius: 50%;
    background-size: 80%;
    cursor: pointer;
    pointer-events: all;
    color: #fff;
}
.earth-occluded .earth-dot,
.earth-occluded .earth-popup {
    opacity: .5;
}
.earth-popup{
    position: relative;
    left: 1em;
    top: -0.5em;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    background-image: url("../img/strength/area-bg.png");
    background-repeat: no-repeat;
    min-width: 150px;
    padding-left: 20px;
}
/*我们的工厂*/
/*ours-factory 制造实力工厂视频*/
.ours-factory ul{
    max-width: 847px;
    padding: 0 250px;
    border-bottom:1px solid #EEEEF0;
}
.ours-factory li{
    width: auto;
    position: unset;
}
.ours-factory li > a{
    border: none !important;
    color: #373942;
    padding: 0;
}
.ours-factory li > a > span{
    padding: 20px 0;
    border-bottom: 1px solid #EEEEF0;
    display: inline-block;
    position: relative;
    bottom: -1px;
}
.ours-factory .active > a,
.ours-factory .active > a:hover,
.ours-factory .active > a:focus{
    color: #2849B9;
}
.ours-factory .active span{
    border-color: #2849B9;
}
.ours-factory li > a:hover,
.ours-factory li > a:focus{
    background: none;
    color: #2849B9;
}
.ours-factory ul{
    margin-bottom: 36px;
}
/*我们服务的行业*/
.the-industry-we-serve .industry-item{
}

.the-industry-we-serve .industry-item img {
    max-width: 256px;
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid #E4E4E7;
}
/*国际版视频*/
.ours-factory .factory-content{
    left: 0;
    right: 0;
    display: none;
}
.ours-factory li.active .factory-content{
    display: block;
}
