#banner {
    width: 100%;
    height: 540px;
}

.banner-item {
    width: 100%;
    height: 540px;
}

.banner-img {
    width: 100%;
    height: 540px;
}

.line1 {
    width: 35px;
    height: 6px;
    background: #0066FF;
    border-radius: 3px;
    margin: 30px auto;
}

.classsfy-warp {
    width: 100%;
}

.classsfy-item {
    width: 486px;
}

.classsfy-desc {
    position: relative;
    width: 100%;

}

.classfy-line1 {
    width: 486px;
    height: 63px;
    position: absolute;
    left: 0;
    top: 0;
}

.classfy-line2 {
    width: 463px;
    height: 14px;
}

.classfy-line3 {
    width: 486px;
    height: 63px;
    position: absolute;
    left: 0;
    top: -32px;
}

.classfy-text {
    width: 384px;
    padding-top: 26px;
    line-height: 40px;
    height: 120px;
}

.classfy-text1 {
    padding-top: 52px;
}

.classfy-center {
    width: 346px;
    height: 307px;
}

.case-warp {
    width: 100%;
}

.case-line {
    width: 70px;
    height: 2px;
    background: #000000;
    opacity: 0.46;
    margin: 0 30px;
}

.case-itme {
    width: 314px;
    /*height: 772px;*/
    border-radius: 20px;
    margin-bottom: 20px;
}

.case-img {
    width: 314px;
    height: auto;

    border-radius: 20px;
}

.title-btn {
    margin: 80px auto;
    width: 407px;
    height: 70px;
    background: #0066FF;
    border-radius: 20px;
    font-weight: bold;
    font-size: 28px;
    color: #FFFFFF;
    text-align: center;
    line-height: 70px;
}

.app-item {
    width: 314px;
    position: relative;
    cursor: pointer;
    margin-left: 20px;
    margin-bottom: 30px;
}

.app-item :hover .app-detail {
    z-index: 2;
}

.app-detail {
    width: 314px;
    height: 179px;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.36);
    visibility: hidden;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.app-item:hover .app-detail {
    opacity: 1;
    visibility: visible;
}

.detail-btn {
    width: 158px;
    height: 58px;
    background: #0066FF;
    border-radius: 29px;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    line-height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.app-img {
    width: 314px;
    height: 179px;
}
.app-item:hover .app-btn {
    background: #0066FF;
    color: #FFFFFF;
    border: none;
  }

.app-btn {
    width: 314px;
    height: 60px;
    background: #FFFFFF;
    border: 1px solid #CECECE;
    box-sizing: border-box;
    font-size: 20px;
    color: #000000;
    text-align: center;
    line-height: 60px;
}

.more-btn {
    width: 407px;
    height: 70px;
    background: #FFFFFF;
    border-radius: 36px;
    border: 1px solid #000000;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
    font-size: 26px;
    color: #000000;
    text-align: center;
    line-height: 70px;
}

.advantage-warp {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.advantage-img {
    width: 240px;
    height: 240px;
}

.advantage-desc {
    width: 368px;
    height: 190px;
    background: #0066FF;
    padding: 30px 25px;
    box-sizing: border-box;
}

.advantage-desc1 {
    background: #3B89FF;
}

.advantage-line {
    width: 168px;
    height: 2px;
    background: #F19149;
}

.advantage-line2 {
    background: #22AC38;
}

.advantage-yuan {
    width: 18px;
    height: 18px;
    background: #F19149;
    border-radius: 50%;
}

.advantage-yuan1 {
    background: #00561F;

}

.advantage-yuan2 {
    background: #22AC38;

}

.company-info {
    width: 100%;
    margin-top: 115px;
    height: 540px;
    background: #F5F5F5;
}

.company-img {
    width: 776px;
    height: 540px;
}

.company-line {
    width: 31px;
    height: 3px;
    background: #000000;
}

.company-text {
    width: 484px;
    height: 180px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    font-size: 20px;
    color: #000000;
    line-height: 38px;
    display: -webkit-box;
    /* 创建伸缩盒子模型 */
    -webkit-box-orient: vertical;
    /* 垂直排列子元素 */
    -webkit-line-clamp: 5;
    /* 限制显示5行 */
    overflow: hidden;
    /* 超出隐藏 */
    text-overflow: ellipsis;
}

.company-btn {
    width: 139px;
    height: 48px;
    background: #0066FF;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    line-height: 48px;
}

.answer-warp{
    width: calc(100% - 120px);
    margin-left: 60px;
    margin-top: 50px;
    border-radius: 20px;
    border: 1px solid #CECECE;
    overflow: hidden;
   

   
 
}
.answer-list{
    padding-left: 32px;
    padding-top: 22px;
    padding-bottom: 22px;
    width: 465px;
    background: #F5F5F5;
    box-sizing: border-box;
}
.answer-item{
    padding: 20px;
    box-sizing: border-box;
    cursor: pointer;
}
.answer-item-ac{
    background: #FFFFFF;
    border-radius: 10px 0 0 10px;
}
.answer-content{
    width: calc(100% - 465px);
    padding-left:68px;
    padding-top: 38px;
    padding-right: 84px;
    padding-bottom: 50px;
}
.answer-icon{
    width: 48px;
    height: 48px;
    background: #0066FF;
    border-radius: 10px;
    text-align: center;
    line-height: 48px;
}
.answer-icon1{
    background: rgba(0, 102, 255, 0.2);
}
.answer-result{
    min-height: 270px;
}
.video-warp{
    width: 1165px;
height: 655px;
margin-top:56px ;
margin-left: auto;
margin-right: auto;
background: #000;
}
.video-warp>video{
    width: 1165px;
    height: 655px;
}
.map-warp{
    width: 100%;
    height: 497px;
    background: url('../images/map-bg.png');
    background-size: 100% 100%;
}
.map-img{
    width: 730px;
    height: 260px;
   
}
.map-img>img{
    width: 730px;
    height: 260px;
}


