.robot{

    margin-top: 40px;

padding: 0 0.4rem;

}

.robotHeader{

    position: relative;

}

.robotContent{

    margin-top: 20px;

    margin-bottom: 0.73rem;

}

.robotContestImg{

    margin-bottom: 1.16rem;

    position: relative;

   padding-right: 0.49rem;

   height: 4.8rem;

}

.robotImg{

width: 4rem;

}

.robotIcon{

    width: 0.46rem;

    height: 2.06rem;

    position: absolute;

    bottom: 0;

    right: 0.59rem;

}

.value{

    /* padding: 0 0.4rem; */

    /* background-color: #f0f0f0; */
    margin-bottom: 60px;

}

.valueCharacter{

    margin-bottom: 0.55rem;

}

.valueCharacter div img{

    vertical-align: sub;

    width: 0.46rem;

    height: 0.46rem;

    margin-right: 0.11rem;

}

.valueCharacter div{

    margin-bottom: 0.22rem;

    font-size: 0.32rem;

    line-height: 0.32rem;

    color: #333;

}

.valueCharacter p{

    color: #888;

    font-size: 0.28rem;

    line-height: 0.49rem;

}
.value > div{
    width: 33%;
    display: inline-block;
}

.value-item{
    display: flex;
    align-items: center;
    font-weight: bold;
    position: relative;
    color: #fff;
    width: 100%;
    padding: 20px 20px 0 0;
    padding-left: 50px;

}
.value-item-content-title{
    text-align: center;
    margin-bottom: 10px;

    font-size: 20px;
}
.value-item-icon{
    width: 80px;
    background: #777acf;

    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    position: absolute;
    left: 10px;
    display: flex;
    align-self: center;
    justify-content: center;
    height: 80px;
}
.value-item-icon img{
   height: 40px;
   margin-top: 20px;
}
.value-item-content{
    background: #969af0;
    /* height: 250px; */
    width: 100%;
    height: 180px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    padding: 20px 20px 20px 0 ;
    padding-left:50px;
}

.value_en .value-item-content{
    height: 280px;
}



@media screen and (max-width: 980px) {
    .value > div{
      width: 49%;
   }
 }
 @media screen and (max-width: 660px) {
    .value > div{
      width: 100%;
   }
 }
 .banner_img{
     width: 100%;
     max-width: 600px;
     margin: 0 auto ;
     display: block;
     margin-bottom: 60px;
 }

 .headerImg{
    /* width: 1920px; */
    height: 800px;
    background: #c81d1d;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.headerImg-container > div > img{
    width: 30px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    /* opacity: 0.5; */
}
.headerImg-container > div{
    background: #fff;
    position: relative;
    padding:15px;
    /* max-width: 300px; */
    margin: auto;
    width: 100%;
}
.headerImg-container{

    margin: 0 auto;
    background: #bf1111;

    position: relative;
    flex-direction: column;
    display: flex;
    overflow: visible;
    padding: 10px;
}
.headerImg-container > img{
    /* height: 525px;
    top: -6px;
    left: -20px; */
    margin-top: 0px;
    position: relative;
    /* max-width: 300px; */
    margin: auto;
    width: 100%;
    display: block;
}

.header-title{
    font-size: 40px;
    color: #262525;
}
.header-sub-title{
    font-size: 20px;
    position: relative;
    z-index: 3;
    color: #262525;
}

/* @media screen and (min-width: 500px) {
    .value_en .value-item-content{
        height: 380px;
    }
} */
@media screen and (min-width: 750px) {
    .headerImg-container>img{
        height: 250px;
    width: auto;
    }
    .headerImg-container>div{
        height: 250px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        max-width: 300px;
        margin-left: 0;
    }
    .headerImg-container{
        display: flex!important;
        flex-direction: row!important;
        justify-content: center;
    }
}