
.IndexPage{
    min-width: 1200px;
    overflow: auto;
}
.swiper-cotent {
    width: 100%;
    margin-top: 52px;
    display: inline-block;
}
.bannerItem {
    position: relative;
}
.bannerItemContent {
    width: 1100px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 2;
}
.bannerItemCaption {
    font-size: 36px;
    font-weight: 700;
}
.bannerItemDescription {
    margin: 20px 0 30px 0;
    line-height: 25px;
    font-size: 14px;
    width: 45%;
}
.bannerImg {
    width: 100%;
    height: 100%;
}
.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
}
.swiper-pagination-bullet-active {
    width: 25px;
    border-radius: 5px;
    background-color: #0571ff;
}
.swiper-button-next {
    right: 60px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: rgba(228,228,228,0.41176);
    opacity: 0;
    transition: all 0.5s linear;
    transform: translateY(-50%);
}
.swiper-button-prev {
    left: 60px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: rgba(228,228,228,0.41176);
    opacity: 0;
    transition: all 0.5s linear;
    transform: translateY(-50%);
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    transition: all 0.5s linear;
}
.swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    transition: all 0.5s linear;
}
:root {
    --swiper-navigation-size: 22px;
    --swiper-theme-color: rgba(0, 0, 0, 0.5);
}
.com-swiper-cotent:hover .swiper-button-next {
    opacity: 1;
}
.com-swiper-cotent:hover .swiper-button-prev {
    opacity: 1;
}
.com-swiper-cotent:hover .swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
}
.com-swiper-cotent:hover .swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
}
.swiper-button-prev:after {
    font-size: 22px;
    color: #1f1d2b;
}
.swiper-button-next:after {
    font-size: 22px;
    color: #1f1d2b;
}
.solution-wrapper {
    background-color: white;
}
.solution-classify-wrapper {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin-top: 20px;
}
.solution-classify {
    display: flex;
    margin: 0 auto;
    width: 1100px;
}
.solution-classify-item {
    padding: 10px 0;
    cursor: pointer;
    text-align: center;
    flex: 1;
    position: relative;
    transition: all 0.3s linear;
    border-bottom: 2px solid transparent;
}
.solution-classify-item:after {
    background-color: #0571ff;
    bottom: -2px;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    transition: all .3s;
    width: 0;
}
.current-solution, .solution-classify-item:active {
    /* border-color: #0571ff; */
    color: #0571ff;
    font-weight: 550;
}
.solution-classify-item.current-solution:after {
    left: 40px;
    width: calc(100% - 80px);
}
.current-solution {
    color: #0571ff;
    font-weight: 550;
}
.solution-item-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1100px;
    margin: auto;
    padding: 60px 0;
    height: 350px;
}
.solution-item {
    flex: 1;
    margin-right: 40px;
}
.solution-item {
    flex: 1;
    margin-right: 40px;
}
.solution-item-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
}
.solution-item-content {
    font-size: 14px;
    color: #505050;
    line-height: 24px;
    margin: 10px 0;
}
.solution-item-footer {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    padding: 0 0 20px 0;
    display: flex;
    margin: 20px 0 0 0;
}
.functionalDirection {
    display: flex;
    padding: 20px 0;
    flex-wrap: wrap;
}
.directionItem {
    width: 33%;
    font-size: 14px;
    margin: 5px 0;
}
.extendedApplication {
    height: 390px;
    display: flex;
    justify-content: space-between;
    margin: auto;
    padding: 40px 0;
    flex-wrap: wrap;
    width: 1100px;
}
.extendedA{
    transition: all 0.3s linear;
    margin-bottom:10px;
}
.extendedA:hover{
    transform: translateY(-10px);
}
.extendedA:hover img{
    filter: brightness(105%);
}
.extendedApplitionItem {
    background-color: #f6f9fc;
    width: 325px;
    margin: 0 20px 10px 0;
    padding: 10px 10px 20PX 10px;
    border-radius: 3px;
    cursor: pointer;
}
.extendedAppliationItemCaption {
    padding: 5px 8px;
    font-size: 12px;
    background-image: linear-gradient(90deg, #f1e4be, #fbf0d0, #e5dba8);
    border-radius: 2px;
}
.extendedApplicationDetail {
    display: flex;
    padding: 15px 5px 0px 20px;
    justify-content: space-between;
}
.applicationContent {
    line-height: 25px;
}
.applicationContentTitle {
    font-weight: bold;
}
.applicationConentExplain {
    font-size: 12px;
    color: #505050;
}
.extendedApplicationDetail img {
    height: 60px;
}
.caseWrapper {
    background-image: url(/_nuxt/static/image/caseBg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 0 0 60px 0;
}
.caseContentesWrapper {
    display: flex;
    justify-content: center;
    margin: 20px auto;
    width: 1100px;
}
.caseContentesLeft {
    border-right: 1px solid white;
    background-color: rgba(255, 255, 255, 0.8);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 30px 0;
    width: 200px;
}
.caseContentesRight {
    flex: 1;
    padding: 50px 50px 30px 50px;
    background-color: rgba(255, 255, 255, 0.8);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.caseContentBarSelected {
    background-color: rgba(5, 113, 255, 0.15);
    border-left: 1px solid #0571ff;
}
.caseContentBar {
    font-size: 16px;
    padding: 0 50px;
    cursor: pointer;
    border-left: 1px solid white;
    transition: all 0.5s linear;
    height: 42px;
    line-height: 42px;
}
.caseContentesTitle {
    font-size: 24px;
    line-height: 36px;
}
.caseContentesDescription {
    padding-bottom: 10px;
    line-height: 24px;
    margin: 10px 0;
    font-size: 14px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}
.caseMessageWrapper {
    height: 65px;
}
.caseMessage {
    font-size: 14px;
    display: flex;
    line-height: 24px;
}
.caseCompanyImgTitle {
    font-size: 14px;
    padding: 30px 0 10px 0;
}
.caseCompanyImg {
    margin: 0 24px 0 0;
    height: 70px;
    cursor: pointer;
    transition: all 0.3s linear;
}
.caseCompanyImg:hover {
    transform: translateY(-10px);
}
.caseContentBar:hover {
    background-color: rgba(5, 113, 255, 0.15);
}
.caseContentBarSelected {
    border-left: 1px solid #0571ff;
}
.whySelect {
    background-image: url(/_nuxt/static/image/whySelectBg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 0 0 40px 0;
    color: white;
}
.selectedDataWrapper {
    display: flex;
    justify-content: center;
    margin: 30px auto 0 auto;
    width: 1100px;
}
.selectedDatas {
    flex: 1;
    text-align: center;
}
.borderRight {
    border-right: 1px solid white;
}
.selectedNum {
    font-size: 40px;
    font-weight: bold;
    line-height: 30px;
}
.selectedNumUnit {
    font-size: 26px;
    position: relative;
    top: -12px;
}
.whySelectDescription {
    color: white;
}
.cnUnit {
    font-size: 16px;
}
.usingCompanyWrapper{
    background-color: white;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.wrapper{
    width: 100%;
    position: relative;
}
.wrapper:before{
    left: 0;
    background-image: linear-gradient(-90deg,hsla(0,0%,100%,0),#fff 75%);
}
.wrapper:after{
   right: 0;
    background-image: linear-gradient(90deg,hsla(0,0%,100%,0),#fff 75%);
}
.wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 8rem
}
.wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 8rem;
    z-index: 1 !important;
}
.slider {
    position: relative;
    width: 100%;
    height: 455px;
    margin-top: 5px;
}
.slider li.index-0 {
    left: 0;
    animation: move1 120s linear infinite;
}
@keyframes move1 {
0% {
        left: 0;
}
to {
        left: -2856px;
}
}
@keyframes move2 {
0% {
        left: 2856px;
}
to {
        left: 0;
}
}
.slider li {
    position: absolute;
    top: 0;
    width: 2856px;
    height: 452px;
    background: url(/_nuxt/static/image/LOGO1.png) no-repeat 50% / cover;
}
.slider li.index-1 {
    left: 2856px;
    animation: move2 120s linear infinite;
}
.slider li {
    position: absolute;
    top: 0;
    width: 2856px;
    height: 452px;
    background: url(/_nuxt/static/image/LOGO1.png) no-repeat 50% / cover;
}
.tryOutWrapper{
    background-image: url(/_nuxt/static/image/usingCompanyBg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 10px 0 40px 0;
    color: white;
}
.tryOunOperate{
    display: flex;
    justify-content: center;
    margin: 20px auto;
}
.inputWrapper{
    padding-right: 10px;
    position: relative;
}
.phoneInputWrapper{
    background-color: white;
    border-radius: 4px;
    font-size: 14px;
}
.phoneInputWrapper .lable{
    padding: 0 10px;
    line-height: 34px;
    border-right: 1px solid#D9D9D9;
    color: black;
}
._input{
    width: 200px;
}
._input .el-input__inner{
    border: none;
}
._verifyModal {
    position: absolute;
    bottom: 40px;
    z-index: 2;
    padding: 15px;
}
.inputHint {
    color: #eff4ff;
    font-size: 12px;
    position: absolute;
    width: 200px;
    left: 0;
    bottom: -20px;
}
.cursorPointer{
    cursor: pointer;
}
.newsContent{
    width: 1100px;
    margin: 20px auto 0 auto;
    display: flex;
    justify-content: space-between;
}
.newsContentItem{
    width: 32.5%;
}
.newsContentItemHeader{
    background-image: linear-gradient(to bottom right, #d0dffd, #e0f0ff);
    padding: 10px 0 10px 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.newsContentItemHeaderInfoTitle{
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
}
.newsContentItemHeaderInfoSubTitle{
    font-size: 14px;
    line-height: 25px;
    color: #505050;
}
.newsContentItemHeader img{
    height: 70px;
    position: relative;
    top:10px;
}
.newContentItemsWrapper{
    font-size: 12px;
    padding: 10px 0;
    border: 1px solid #e0f0ff;
    height: 180px;
}
.newsContentItems{
    display: flex;
    justify-content: space-between;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.5);
    padding: 0 20px;
}
.newsContentItems:hover{
    color: #007aff;
    background-color: #f4f7fd;
}
.newsContentItemsInfo:hover{
    color: #007aff;
}
.newsContentItemsInfo{
    width: 82%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #505050;
}
.moreContent{
    padding: 15px 20px;
    border-left: 1px solid #e0f0ff;
    border-right: 1px solid #e0f0ff;
    border-bottom: 1px solid #e0f0ff;
    font-size: 12px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.5);
    display: block;
}
.moreContent:hover{
    color: #007aff;
}
.selectedNumDescription{
    padding-top:20px;
}

