main .banner{
    position: relative;
    overflow: hidden;
}
main .banner .banner__video{
    width: 100%;
    object-fit: cover;
}
main .banner .banner__img{
    width: 100%;
    object-fit: cover;
}
main .banner .play{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%,-50%);
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: rgba(2, 17, 15,0.7);
}
main .banner .play .img{
    width: 104px;
    height: 104px;
    background: rgba(0, 0, 0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 30px;
}
main .banner .play p{
    font-size: 24px;
    font-family: 'Barlow-Medium';
    color: #fff;
}
main .path .content p{
    padding-left: 20px;
    height: 100%;
    line-height: 80px;
    display: flex;
    align-items: center;
    color: #666;
}
main .path .content p a{
    font-size: 16px;
    text-decoration: none;
    color: #666;
    margin: 0 5px;
}

main .professiona .title{
    margin-bottom: 30px;
}
main .professiona .cart{
    padding-left: 20px;
    background: #f5f5f5;
    transition: all 0.5s;
    margin-bottom: 40px;
    min-height: 470px;
}
main .professiona .cart:hover{
    padding-right: 20px;
    padding-top: 20px;
}
main .professiona .cart .top img{
    width: 100%;
}
main .professiona .cart .btm{
    padding: 30px 20px;

}
main .professiona .cart .btm h3{
    font-size: 24px;
    font-family: 'TitilliumWeb-SemiBold';
    margin-bottom: 20px;
}
main .professiona .cart .btm ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
main .professiona .cart .btm ul li{
    display: flex;
    margin-bottom: 15px;
    width: 45%;
}
main .professiona .cart .btm ul li p{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #404040;
}
main .professiona .cart .btm ul li img{
    margin-right: 12px;
}


main .choose{
    margin: 3.12501vw 0;
}
main .choose .choose-in{
    margin: 0 auto;
    padding: 50px;
    border: 1px solid #e5e5e5;
    background-color: #f5f5f5;
    max-width: 1160px;
    width: 100%;
}
main .choose .choose-in h2{
    font-size: 32px;
    font-family: 'TitilliumWeb-Italic';
    margin-bottom: 25px;
}
main .choose .choose-in .box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
main .choose .choose-in .box .select{
    width: 250px;
    height: 48px;
    position: relative;
    margin: 5px 0;
}
main .choose .choose-in .box .select svg{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}
main .choose .choose-in .box .select input{
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid #e5e5e5;
    color: #666;
    font-size: 16px;
}
main .choose .choose-in .box .select select{
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid #e5e5e5;
    color: #666;
    font-size: 16px;
    padding: 0 20px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
main .choose .choose-in .box .select ul{
    padding: 10px;
    background: #fff;
    box-shadow: 0 0px 15px rgb(0 0 0 / 15%);
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 9;
    display: none;
}
main .choose .choose-in .box .select ul li{
    font-size: 16px;
    line-height: 1.5;
    cursor: pointer;
    padding: 0 10px;
}

main .choose .choose-in .box .select input[type=submit]{
    border: 2px solid #cd1925;
    color: #cd1925;
    background: #fff;
    font-family: 'Barlow-Bold';
}
main .choose .choose-in .box .select input[type=submit]:hover{
    color: #fff;
    background: #cd1925;
}

main .industry{
    height: 520px;
    display: flex;
}
main .industry .left{
    max-width: 960px;
    width: 100%;
}
main .industry .left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
main .industry .right{
    padding: 5.20835vw 7.29169vw;
    background: #19293A;
    color: #fff;
}
main .industry .right h2{
    font-size: 40px;
    font-family: 'TitilliumWeb-Bold';
    margin-bottom: 20px;
}
main .industry .right p{
    font-size: 16px;
    margin-bottom: 20px;
}
main .industry .right ul li{
    font-family: 'Barlow-Medium';
    line-height: 1.7;
    font-size: 16px;
    position: relative;
    padding-left: 16px;
}
main .industry .right ul li::after{
    position: absolute;
    top: 12px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    content: '';
    background: #fff;
}

main .need_help .content{
    display: flex;
    margin: 5.20835vw auto;
}
main .need_help .content .left{
    max-width: 480px;
    width: 100%;
    margin-right: 80px;
}
main .need_help .content .left h2{
    font-size: 40px;
    font-family: 'TitilliumWeb-Bold';
    margin-top: 30px;
    margin-bottom: 20px;
    color: #202020;
}
main .need_help .content .left p{
    margin-bottom: 20px;
    color: #404040;
}
main .need_help .content .left p.red{
    color: #cd1925;
    font-style: italic;
}
main .need_help .content .left img{
    width: 100%;
    margin-top: 50px;
}
main .need_help .content .right{
    max-width: 840px;
    width: 100%;
    border: 5px solid #e5e5e5;
    border-radius: 20px;
    padding: 4.16665vw;
}
main .need_help .content .right form>div{
    margin-bottom: 3.12501vw;
}
main .need_help .content .right form h3{
    font-size: 20px;
    font-family: 'Barlow-Bold';
    margin-bottom: 20px;
    color: #202020;
}
main .need_help .content .right form input{
    width: 100%;
    height: 56px;
    padding: 0 20px;
    margin-bottom: 20px;
    border: 1px solid #e5e5e5;
    background: #fff;
    color: #666;
}
main .need_help .content .right form .half{
    display: flex;
}
main .need_help .content .right form .half input{
    width: 50%;
}
main .need_help .content .right form .half input:first-child{
    margin-right: 20px;
}
main .need_help .content .right form .up{
    position: relative;
}
main .need_help .content .right form .up input{
    cursor: pointer;
}
main .need_help .content .right form .up p{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px dashed #cd1925;
    pointer-events: none;
}
main .need_help .content .right form .text{
    margin-bottom: 30px;
}
main .need_help .content .right form .text textarea{
    background: #fff;
    padding: 20px;
    color: #666;
    font-size: 16px;
    min-height: 138px;
}
main .need_help .content .right form .sub{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
}
main .need_help .content .right form .sub p{
    max-width: 356px;
    width: 100%;
    color: #999;
}
main .need_help .content .right form .sub input{
    width: 200px;
    height: 56px;
    background: #cd1925;
    color: #fff;
    font-family: 'Barlow-Bold';
}

@media (max-width:1023px) {
    main .industry{
        flex-direction: column;
        height: auto;
    }
    main .need_help .content{
        flex-direction: column;
    }
    main .need_help .content .left{
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    main .banner{
        height: 250px;
    }
    main .banner .banner__img{
        height: 100%;
    }
}
@media (max-width:767px) {
    main .banner .play .img{
        width: 60px;
        height: 60px;
    }
    main .banner .play p{
        font-size: 20px;
        max-width: 50%;
    }
    main .industry .right h2{
        font-size: 24px;
    }
    main .need_help .content .left h2{
        font-size: 24px;
    }
    main .need_help .content .right form .half{
        flex-direction: column;
    }
    main .need_help .content .right form .half input{
        width: 100%;
    }
    main .need_help .content .right form .half input:first-child{
        margin-right: 0;
    }
}






