.banner img{
    display: inline-block;
    width: 100%;
}
.Title{
    font-size: 36px;
    text-align: center;
    margin: 50px 0 10px;
    font-weight: 500;
    color: #333333;
}
 .min_title{
     font-size: 14px;
     color: #999999;
      text-align: center;
      margin: 10px  auto 40px;
      margin-bottom: 20px;
      width: 890px;
}

.characteristic .position{
    position: relative;
    overflow: hidden;
}

.characteristic .ImgBox{
    width: 250px;
    margin: 40px auto;
}
.characteristic .conecnt{
    position: absolute;
    top: 0;
    width: 1200px;
}
.characteristic .conecnt li{
     width: 430px;
     background-color: #f8f8f8;
     padding: 10px;
     margin: 8px;
     overflow: hidden;
     color: #333333;
}
.characteristic .conecnt li>div:nth-child(2){
    margin-left: 14px;
}
.characteristic .conecnt li:nth-child(odd){
    float: left;
}
.characteristic .conecnt li:nth-child( even){
    float: right;
}
.characteristic .conecnt .IcoImg{
    width:47px;
    /* margin-top: 10px; */
}
.characteristic .conecnt .conecnt_title{
    font-size: 18px;
}
.characteristic .conecnt .conecntText{
    line-height: 24px;
}

.video_function{
    background-color: #f8f8f8;
    /* padding-bottom: 20px; */
}
.video_function li{
    width: 230px;
    margin: 30px;
    height: 310px;
    overflow: hidden;
}

.video_function li .content_text{
    color: #666666;
}

.advantage .ImgBox{
    width: 624px;
}
.advantage .conecnt li{
    margin: 40px;
    width: 490px;
}
.advantage .conecnt .title{
    font-size: 18px;
    color: #666666;
}

.advantage .conecnt .contentText,
.Marketing .conecnt .conecntText{
    color: #999999;
}


.Marketing .conecnt li{
    width: 200px;
    margin: 30px;
}

.Marketing .conecnt{
    padding: 0 50px;
}


.application .hrIco{
    width: 100px;
     height: 8px;
     background-color: #3b61fe;
     margin: 0 auto;
     margin-bottom: 80px;
}

.application .conecnt li{
    width: 250px;
    margin-bottom: 30px;
}
.application .conecnt .conecntText{
    line-height: 60px;
    font-size: 18px;
    color: #333333;
    text-align: center;
}

