body{
    background: #f6fdff;
    min-width: 1200px;
    overflow-x: auto;
}
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
#app{
    padding:0;
    background: #f6fdff;
}
.contentHome{
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:0 5%;
    background: #efefef;
    box-sizing: border-box;
    border-bottom: 12px solid #119988;
}
.navLeft{
    width: 300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #959595;
    font-size: 16px;
}
.leftCity{
    display: block;

}
.leftCity img{
    position: relative;
    top: 5px;

}
.leftSelect{
    width: 100px;
    border:none;
}
.leftSelect .el-input__wrapper{
    border:none;
    background: transparent;
    box-shadow: none;
    font-size: 16px;
    color: #999;
}
.leftSelect1 .el-input__wrapper{
    font-size: 14px;
}
.leftSelect .el-input__inner{
    color: #999;
}
.el-select .el-input.is-focus .el-input__wrapper {
    box-shadow: 0 0 0 1px transparent inset !important;
}
.el-select .el-input.is-hover .el-input__wrapper {
    box-shadow: 0 0 0 1px transparent inset !important;
}
.el-input__wrapper{

}
.el-select .el-input__wrapper.is-focus {
    box-shadow: 0 0 0 1px transparent inset !important;
}
.navRight{
    display: flex;
    width:auto;
    justify-content: end;
    align-items: center;
    cursor: pointer;
}
.navRight>.el-row{
    color: #999;
    padding:0 20px;
    font-size: 14px;
}
.navRight>.el-row::after{
    content: '';
    width: 2px;
    height: 15px;
    background: #999;
    position: absolute;
    right: 0;

}
.navRight>.el-row:last-child{
    border-right: none
}
.navRight>.el-row:last-child::after{
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
    background: #ffffff;
}
.contentCenter{
    background: #f6fdff;
    width: 100%;
    padding:10px 5%;
}
.centerTop{
    width: 100%;
    height: 100px;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
}
.topTitle{
    display: flex;
    flex-direction: column;
/*    width: 350px;*/
    text-align: center;
}
.titleFirst{
    font-size: 30px;
    color: #119988;
    font-weight: 800;
}
.titleSec{
    color: #119988;
    font-size: 20px;
    margin-top: 5px;
    width: 300px;
    text-align: center;
    position: relative;
}
.titleSec span{
    width: 5px;
    height: 5px;
    background: #119988;
    border-radius:100%;
    display: inline-block;
    position: relative;
    top: -3px;
    margin: 0 5px;
}
.titleSec::before{
    content: '';
    width:70px;
    height: 5px;
    background: #119988;
    position: absolute;
    left: 0;
    bottom: 7px;
}
.titleSec::after{
    content: '';
    width:70px;
    height: 5px;
    background: #119988;
    position: absolute;
    right: 0;
    bottom: 7px;
}
.topSou{
    width: 40%;
    margin-left: 20px;
    margin-top: 5px;
}
.souInput{
    width: 100%;

}
.souInput .el-input__wrapper{
    border-radius: 50px;
    border:3px solid #ea1a1a;
    padding-left: 20px;
    background: #fff;
    box-shadow: none;
}
.souInput .el-input__clear{
    transform: translateX(-4.5rem);
}
.souIcon{
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    background: url(../images/new/header-icon-sousuo.png);

}
.souButton{
    width: 80px;

    color: #fff;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    position: absolute;
    height: 36px;
    box-shadow: none;
    right: 0px;
    cursor: pointer;
    font-size: 16px;
}
.souButton:focus, .souButton:hover,.souButton:active{

}
.souButton:hover{
    border-color: transparent;
    height: 36px;
}
.souButton:focus-visible {
    outline: none;
    outline-offset: 0px;
    border:none;
}
.topZu{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 60px;
    font-size: 14px;
}
.topZu img{
    width:28px;
    height: 28px;
    margin-bottom: 5px;
}
.topYi{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 60px;
    font-size: 14px;
}
.topYi img{
    width:22px;
    height: 22px;
    margin-bottom: 5px;
    margin-top: 6px;
}
.contentSbfl{
    width: 100%;
    padding:10px;
    box-sizing: border-box;
    background: #eef4fe;
}
.sbflTop{
    width: 100%;
    margin-bottom: 10px;
    display: flex;
}
.sbflButton  img{
    margin-right: 10px;
}
.flImg{
    width: 100%;
    display: flex;
    justify-content: space-between;

}
.imgLeft{
   max-width: 30%;
}
.imgLeft div{
    width: 100%;
    height: auto;
}
.imgRight{
    width: 70%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.imgRight ul{
    display: flex;
    width: 100%;
    padding: 0 20px;
    margin-top: 0;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: space-between;
}
.imgRight ul li {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin:0px 0 10px 0;
    width: 33%;
    padding: 0 20px;
    box-sizing: border-box;
    text-align: center;
}
.imgRight ul li img{
    width: 100%;
    align-items: center;
}
.xsbdzContent{
    width: 100%;
    background: url(../images/new/a10.png);
    height: 400px;
    background-size: 100% 100%;
    position: relative;

}
.xsImg{
    position: absolute;
    right: 0;
    bottom: 0;
}
.xsLeft{
    display: flex;
    flex-direction: column;
    width: 400px;
}
.xsbdzTitle{
    position: relative;
    margin-top: 15px;
    display: inline-block;
    text-align: left;
}
.xsbdzTitle span{
    color: #004cea;
    font-size: 22px;
    font-weight: 700;
    text-align: left;
    margin-left: 15px;
    margin-bottom: 10px;

}
.xsbdzTitle img{
    margin-top: 10px;
    display:block;
}
.mkhsj{
    position: relative;
    left: 40%;
    display: flex;
    flex-direction: column;
    width: 150px;
    margin-top: 40px;
}
.mkhsj>span{
    color: #292927;
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 30px;
    text-align: right;
}
.modStyle::before{
    content: '';
    width: 20px;
    height: 20px;
    background: #fff;
    border:3px solid #0551ea;
    border-radius: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
}
.modStyle::after{
    content: '';
    width: 3px;
    height: 60px;
    position: absolute;
    left: 11px;
    background: #666666;
}
.modStyle:last-child::after{
    content: '';
    width: 3px;
    height: 0px;
    position: absolute;
    left: 11px;
    background: #666666;
}
.suppTop{
    width: 600px;

    margin:60px 0 0 40px;
}

.supp{
    width: 100%;

}
.neiX{
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
}
.blueBorder{
    width: 100%;
    height: 18px;
    border-radius: 50px;
    background: #436fe8;
    display: block;
    position: absolute;
    top: 2px;
}
.xhdz{
    border-radius: 100%;
    width: 15px;
    height: 15px;
    border:3px solid #0140bc;
    display: flex;
    background: #fff;
    align-items: center;
    position: relative;
}
.xhdz::after{
    content: '';
    width: 60px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: -22px;
}
.suppBottom{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.neixTitle{
    font-size: 20px;
    color: #353535;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px;
}
.neiXSubtitle{
    font-size: 14px;
    color: #353535;
    font-weight: 600;
}
.jgjcImg {

    justify-content: space-between;
    display: flex;
    align-items:end;
}
.jgjcImg img{
    margin-top: 20px;

}
.largeNum{
    position: relative;
    left: 40%;
}
.largeGood{
    background: #fff;
    border-radius: 50px;
    width: 200px;
    display: flex;
    height: 30px;
    border: 2px solid #0544c2;
    justify-content: space-between;
    align-items: center;
}
.larSpan{
    margin-left:20px;
    font-size: 14px;
}
.larButton{
    cursor: pointer;
    position: relative;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
}
.larButton img{
    margin-left: 10px;
}
.seek{
    width: 100%;
    height: 50px;
    background: #119988;
    display: flex;
    justify-content:center;
    align-items: center;
    color: #fff;
}
.seekTitle{
    font-size: 14px;
}
.lineSeek{
    width: 150px;
    display: flex;
    justify-content: center;
}
.lineSeek::after{
    content: '';
    width: 1px;
    position: absolute;
    right: 0px;
    height: 30px;
    background: #fff;
    top: -5px;
}
.lineSeek:last-child::after{
    content: '';
    width: 0px;
    position: absolute;
    right: 0px;
    height: 30px;
    background: #fff;
    top: -5px;
}
.lineSeek img{
    margin-right: 20px;
}
.automobile{
    width: 100%;
    height: 430px;
    background: url(../images/new/a12.png);
    background-size: 100% 100%;
}
.automobile .gray{
    color: #575757;
}
.automobile .crane{
    color: #0b56ea;
    font-size: 36px;
    font-weight: 800;
    letter-spacing: 12px;
    margin-left: 15px;
    margin-top: 10px;
}
.craneSpan{
    width: 220px;
    height: 50px;
    background: #0b56ea;
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 10px;
    border-radius: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    margin-left: 50px;
}

.craneOuter{
    display: flex;
    justify-content: end;
    width: 600px;
    margin-left: 15%;
    margin-bottom: 50px;
}
.substation{
    color: #fff;
    font-size: 36px;
    font-weight: 800;
    letter-spacing: 12px;
    padding-left: 15px;
    margin-top: 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.blueBack{
    width: 281px;
    height: 78px;
    background: url(../images/new/a11.png);
    background-size: 100% 100%;
}
.mobile{
    width:100%;
    height:430px;
    background: url(../images/new/a13.png);
    background-size: 100% 100%;
}
.orangeBack{
    color: #fdfeff;
    background: url(../images/new/b1.png);
    width: 574px;
    height: 78px;
    background-size: 100% 100%;
}
.mobile .white{
    color: #fff;
}
.orangeButton{
    background: #f17d37;
    color: #ffffff;
    cursor: pointer;
}
.orangeBu{
    border-color: #f17d37;
}
.automobileCrane{
    width: 1000px;
    margin:15px auto;
    padding:30px;
    box-sizing: border-box;
    background:linear-gradient(to right,#1a57be,#256fea) ;
}
.leftCrane{
    width: 50%;
}
.leftCrane img{
    width: 100%;
}
.rightCrane{
    width: 50%;
    padding:15px 10px 0 50px;
    box-sizing: border-box;
    display: flex;
    align-items: start;
    flex-direction: column;
    color: #fff;
}
.titleCrane{
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.chiCrane{
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 15px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
}
.tranCrane{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
}
.trans{
    display: flex;
    flex-direction: column;
}
.trans span{
    font-size: 18px;
    margin-top: 10px;
}
.lookButton{
    color: #000;
    border-radius: 50px;
    margin-top: 30px;
    cursor: pointer;
}
.lookButton img{
    margin-left: 5px;
}
.power{
    width: 100%;
    height: 430px;
    background: url(../images/new/a15.png);
    background-size: 100% 100%;
}
.power .mkhsj>span{
    text-align: left;
    padding-left: 50px;
}
.product{
    width: 100%;
    display: flex;
    align-items: center;
    margin: 10px auto;
    text-align: center;
}
.productImg{
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.productImgTitle{
    color: #119988;
    font-size: 30px;
    /*letter-spacing: 10px;*/
    margin-top: 15px;
    /*font-weight: 700;*/
    margin-bottom: 15px;
}
.productImgEng{
    font-size: 16px;
    letter-spacing: 3px;
    color: #1f1e1e;
    margin-top: 15px;
    font-weight: 700;
}
.productCenter{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.productModule{
    width: 30%;
    border:1px solid #a09f9f;
    text-align: center;
    height: 400px;

}
.productModule >img{
    text-align: center;
    margin:20px auto;
    width: auto;
    height: 60%;
}
.productBottom{
    width: 100%;
    display: flex;
    flex-direction: column;
    background:linear-gradient(to right,#119988,#29D6BB) ;
    height: calc(100% - 60% - 43px);
    color: #fff;
    justify-content: space-between;
    padding:15px;
    box-sizing: border-box;
}
.productTitle{
    font-size: 28px;
    letter-spacing: 10px;
}
.productSub{
    font-size: 14px;
}
.productButton{
    position: absolute;
    right: 0px;
    width: 100px;
    bottom: 0px;
    border-radius: 50px;
    height: 26px;
    font-size: 14px;
    cursor: pointer;
}
.productButton img{
    margin-left: 5px;
}
.el-carousel__item h3 {
    display: flex;
    color: #475669;
    opacity: 0.75;
    line-height: 300px;
    margin: 0;
}

.el-carousel__item:nth-child(2n) {
    background-color: #99a9bf;
}

.el-carousel__item:nth-child(2n + 1) {
    background-color: #d3dce6;
}
.el-carousel__container {
    position: relative;
    height: 600px;
    z-index: 0;
}
.carouselTop{
    width: 100%;
    height: 600px;
    margin-top: 0px;
    z-index: 0;
}
.carouselTopImg{
    height: 600px;
}
.el-carousel__indicators--horizontal {
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}
.quality{
    width: 100%;
    margin-top:20px;
}
.b6{
    width: 100%;
    margin-top: 20px;
}
.footerHome{
    width: 100%;
    /*background: url(../images/new/footer-beijng.png);*/
    background: url(../images/new/footer-img.png);
    height: 125px;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 10px 8%;
    margin-top: 15px;
    color: #fff;
}
.footerAbout{
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    color: #fff;
    margin-top: 15px;
}
.footerMain{
    display: flex;
    flex-direction: column;
}
.footerMain>div{
    font-size: 16px;
    margin-bottom: 15px;
    cursor: pointer;
}
.footerMain>div:first-child{
    font-size: 16px;
    cursor: unset;
}
.footerMain>div:last-child>img{
    position: absolute;
    top: -50px;
    left: -20px;
    width: 120px;
}
.law{
    font-size: 14px;
}
.copyright{
    font-size: 14px;
    margin:0 auto;
}
@keyframes moveDown {
    from {
        transform: translateY(10px);
    }
    to {
        transform: translateY(0);
    }
}
.scrollbar {
    width: 100%;
    height: 405px;
    margin-top: 0px;
    z-index: 0;
}
.scrollbar-title {
    font-size: 30px;
    justify-content: center;
    align-items: center;
    height: 16%;
    color: #119988;
}
.scrollbar-content {
    height: 300px;
    overflow: hidden;
    border: 0px;
}
.scrollbar-id {
    width: 100%;
}
.scrollbar-box {
    /*width: 820px;*/
    height: 40px;
    background-color: #ffffff; /* 卡片背景色，与图片背景一致 */
    border: 1px solid #cccccc; /* 给卡片添加边框，增加立体感 */
    display: flex; /* 使用Flexbox布局使文本居中 */
    justify-content: flex-start; /* 水平居中 */
    align-items: center; /* 垂直居中 */
    padding: 6px; /* 内边距，根据需求调整 */
    margin: 8px; /* 外边距，根据需求调整 */
    border-radius: 8px; /* 边框圆角，使卡片看起来更柔和 */
    cursor: pointer;
    color: inherit;
    text-decoration: none;
}
.scrollbar-box:hover {

    box-shadow: 0 2px 4px rgba(0,0,0,0.1); /* 添加一些阴影效果，使卡片看起来更立体 */
}
.scrollbar-text {
    width: 60%;
    display: flex; /* 使用Flexbox布局使文本居中 */
    justify-content: flex-start; /* 水平居中 */
    align-items: center; /* 垂直居中 */
    white-space: nowrap;
    overflow: hidden;
}
.scrollbar-text2 {
    padding-left: 2px;
    display: flex; /* 使用Flexbox布局使文本居中 */
    justify-content: flex-start; /* 水平居中 */
    align-items: center; /* 垂直居中 */
    white-space: nowrap;
    overflow: hidden;
}
.scrollbar-text3 {
    padding-left: 2px;
    display: flex; /* 使用Flexbox布局使文本居中 */
    justify-content: flex-start; /* 水平居中 */
    align-items: center; /* 垂直居中 */
    white-space: nowrap;
    overflow: hidden;
    color: #ff5000;
}
.scrollbar-text4 {
    padding-left: 2px;
    display: flex; /* 使用Flexbox布局使文本居中 */
    justify-content: flex-start; /* 水平居中 */
    align-items: center; /* 垂直居中 */
    white-space: nowrap;
    overflow: hidden;
}

/* 应用动画 */
.element {
    animation: moveDown 2s 0s; /* 动画名称，持续时间，重复次数 */
    width: 100%;
}
.el-icon {

    height: 1.5em;
    width: 1.5em;

}
.el-icon svg {
    height: 1.5em;
    width: 1.5em;
}
.listButton{
    width: 100px;
    text-align: center;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 40px;
    cursor: pointer;
    margin-right: 15px;
    font-size: 16px;
}
.listButton.active{
    border:1px solid #dd1015;
    border-radius: 50px;
    background: #dd1015;
    color: #fff;
}
.listButton:hover{
    border:1px solid #dd1015;
    border-radius: 50px;
    background: #dd1015;
    color: #fff;
}