main {
    overflow: hidden;
    position:relative;
    background-color: #000;
}

/* 顶部图片 */
.bannerTop {
    width: 100%;
    height: 400px;
    margin-left: 0px;
}

.bannerFlex {
    color: #fff;
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    margin-left: 100px;
}

.bannerContent {
    margin-top: 80px;
}

/* #banner2{
    display: none;
    margin-top: 60px;
    margin-left: 100px;
} */

.bannerContent1 {
    margin-left: 10px;
    font-size: 60px;
    line-height: 60px;
    font-weight: 900;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-style: italic;
}

.bannerContent2 {
    margin-top: 10px;
    font-size: 34px;
    line-height: 34px;
    font-weight: 900;
    font-style: italic;
}

.bannerContent3 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 14px;
}

.bannerContent4 {
    margin-top: 4px;
    font-size: 14px;
    line-height: 14px;
}

.bannerContent5 {
    margin-top: 40px;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    width: 90px;
    padding-left: 8px;
    padding-right: 8px;
    background-image: linear-gradient(77deg, #6825FA 0%, #A61AD1 100%);
    border-radius: 5px;
}

.bannerImage {
    width: 650px;
}

/* 吉通炫铃 */
.jtxl {
    margin-top: -60px;
    width: 90%;
    margin-left: 5%;
    background-image: linear-gradient(180deg, #5E2AFD 0%, rgba(196,0,255,0.40) 30%, rgba(170,1,222,0.07) 81%);
    border-radius: 20px;
}

.jtxlTitle {
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
}

.jtxlTitleImg {
    width: 300px;
    margin-top: 10px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}

.jtxlTitleViewImg {
    position: absolute;
    right: 100px;
    width: 16px;
    margin-top: 30px;
}

.jtxlContrast {
    display: flex;
    margin-top: 20px;
    height: 349px;
}

.jtxlContrast img {
    width: 620px;
}

.jtxlContrastBox {
    margin-left: -70px;
}

.jtxlContrastTitleBox {
    margin-top: 10px;
    display: flex;
}

.vLine {
    background-color: #fff;
    width: 4px;
    height: 16px;
}

.jtxlContrastTitle {
    margin-left: 10px;
    color: #fff;
    line-height: 20px;
    font-size: 20px;
    font-weight: 600;
}

.jtxlContrastContent {
    margin-top: 20px;
    color: #fff;
    font-size: 14px;
    line-break: anywhere;
    margin-right: 100px;
    line-height: 26px;
}

.jtxlFlex {
    margin-top: 50px;
    display: flex;
    justify-content: space-evenly;
    height: 250px;
    padding-left: 0px;
    padding-right: 0px;
}

.jtxlFlex img {
    width: 230px;
    height: 200px;
    margin-top: 50px;
    object-fit: contain;
}

.ljjtxl {
    height: 50px;
    width: 100%;
    text-align: center;
    /* background-color: rgba(50, 124, 244, 0.1); */
}

.ljjtxlContent {
    width: 140px;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    text-align: center;
    color: rgba(255,255,255,1);
    margin-left: calc(50% - 70px);
    border: 1px solid rgba(255,255,255,0.7);
    border-radius: 4px;
    font-size: 12px;
}

.ljjtxl img {
    margin-top: 15px;
    height: 20px;
}

/* 呼叫秀 */
.hjx {
    margin-top: 20px;
    width: 90%;
    margin-left: 5%;
    border-radius: 20px;
    background-image: linear-gradient(180deg, #5E2AFD 0%, rgba(196,0,255,0.40) 30%, rgba(170,1,222,0.07) 81%);
}

.hjxTitle {
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
}

.hjxTitleImg {
    width: 300px;
    margin-top: 10px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}

.hjxTitleViewImg {
    position: absolute;
    right: 100px;
    width: 16px;
    margin-top: 30px;
}

.hjxContrast {
    display: flex;
    height: 349px;
}

.hjxContrast > img {
    margin-top: 0px;
    margin-right: 40px;
    width: 460px;
    object-fit: contain;
}

.hjxContrastBox {
    margin-left: 80px;
}

.hjxContrastTitleBox {
    margin-top: 20px;
    display: flex;
}

.hjxContrastTitle {
    margin-left: 10px;
    color: #fff;
    line-height: 20px;
    font-size: 20px;
    font-weight: 600;
}

.hjxContrastContent {
    margin-top: 20px;
    color: #fff;
    font-size: 12px;
    line-break: anywhere;
    margin-right: 50px;
    line-height: 26px;
}

.hjxContrastContentFlex {
    display: flex;
    justify-content: flex-start;
}

.hjxContrastContentFlex > img{
    margin-left: 0px;
    margin-top: 12px;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    display: block;
    object-fit: contain;
}

.hjxContrastContentFlex div{
    margin-top: 10px;
    height: 20px;
    line-height: 20px;
}


.hjxFlex {
    display: flex;
    justify-content: space-evenly;
    margin-left: 100px;
    margin-right: 100px;
    margin-top: 20px;
    position: relative;
}

.hjxFlexItem {
    margin-top: 40px;
}

.hjxFlexItem > img {
    width: 190px;
    object-fit: contain;
}

.hjxFlexContentBox {
    margin-top: 20px;
    margin-left: 10px;
    height: 95px;
}

.hjxFlexTitleBox {
    display: flex;
}

.hjxFlexTitle {
    margin-left: 10px;
    color: #fff;
    line-height: 20px;
    font-size: 20px;
}

.hjxFlexContent {
    margin-top: 10px;
    margin-right: 20px;
    font-size: 12px;
    line-height: 24px;
    color: #fff;
}

.ljhjx {
    height: 50px;
    width: 100%;
    text-align: center;
    margin-top: 40px;
    /* background-color: #f6f6f6; */
}

.ljhjxContent {
    width: 140px;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    text-align: center;
    color: rgba(255,255,255,1);
    margin-left: calc(50% - 70px);
    border: 1px solid rgba(255,255,255,0.7);
    border-radius: 4px;
    font-size: 12px;
}

/* .ljhjx img {
    margin-top: 15px;
    height: 20px;
} */

/* 传感器 */
.sensor {
    display: flex;
    justify-content: space-evenly;
    background-color: rgba(50, 124, 244, 0.1);
    height: 200px;
    padding-left: 100px;
    padding-right: 100px;
    margin-top: 30px;
}

.sensor img {
    width: 220px;
    height: 155px;
    margin-top: 10px;
    object-fit: contain;
    border: 1px solid #5E2AFD;
    border-radius: 4px;
}

.understand {
    display: flex;
    justify-content: center;
    height: 80px;
    background-color: rgba(0,0,0,0.15);
}

.understandImg1 {
    width: 260px;
    object-fit: contain;
}

.understandImg2 {
    margin-left: 40px;
    width: 76px;
    object-fit: contain;
}

/* 公司介绍 */
.company {
    margin-top: 50px;
    margin-left: 5%;
    width: 90%;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background-image: linear-gradient(180deg, #5E2AFD 0%, rgba(196,0,255,0.40) 30%, rgba(170,1,222,0.07) 81%);
}

.companyProfile {
    display: flex;
    margin-top: 30px;
    width: 100%;
    height: 400px;
}

.companyProfileTextBox {
    margin-left: 0px;
    margin-top: 0px;
    width: 356px;
    height: 370px;
    border-radius: 2px;
}

.companyProfileTitle {
    font-size: 18px;
    color: #fff;
    margin-top: 30px;
    margin-left: 30px;
    line-height: 16px;
    height: 20px;
    display: flex;
}

.companyProfileContent {
    margin-top: 20px;
    font-size: 14px;
    color: #fff;
    line-break: anywhere;
    margin-left: 30px;
    width: 296px;
    line-height: 25px;
}

.companyProfileMore {
    display: flex;
    margin-top: 10px;
}

.companyProfileMore div {
    color: #fff;
    margin-left: 30px;
    margin-top: 20px;
    line-height: 30px;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    background-image: linear-gradient(73deg, #6825FA 0%, #A61AD1 100%);
    border-radius: 5px;
}

/* .companyProfileMore img {
    margin-left: 10px;
    width: 16px;
    height: 16px;
    display: block;
    margin-top: 22px;
} */

.companyProfileImgBox {
    display: block;
    margin-left: 60px;
    width: 470px;
}

.companyProfileImgBox > img {
    width: 90%;
    object-fit: cover;
}