@media screen and (min-width: 320px) {html{font-size:20px;}}
@media screen and (min-width: 360px) {html{font-size:25px;}}
@media screen and (min-width: 375px) {html{font-size:15px;}}
@media screen and (min-width: 400px) {html{font-size:25px;}}
@media screen and (min-width: 414px) {html{font-size:25px;}}
@media screen and (min-width: 440px) {html{font-size:25px;}}
@media screen and (min-width: 480px) {html{font-size:25px;}}
@media screen and (min-width: 520px) {html{font-size:25px;}}
@media screen and (min-width: 560px) {html{font-size:25px;}}
@media screen and (min-width: 600px) {html{font-size:25px;}}
@media screen and (min-width: 640px) {html{font-size:25px;}}
@media screen and (min-width: 680px) {html{font-size:25px;}}
@media screen and (min-width: 720px) {html{font-size:25px;}}
@media screen and (min-width: 760px) {html{font-size:25px;}}
@media screen and (min-width: 800px) {html{font-size:25px;}}
@media screen and (min-width: 960px) {html{font-size:25px;}}
.content{
    width: auto !important;
    padding: 0 !important;
}
@font-face {
    font-family: 'youshe';
    src: url('./../css/fonts/YouSheBiaoTiHei.ttf');
  }
@font-face {
    font-family: 'siHei';
    src: url('./../css/fonts/SourceHanSans.ttf');
}
@font-face {
    font-family: 'PinHei';
    src: url('./../css/fonts/simsunb.ttf');
}
@font-face {
    font-family: 'lightHei';
    src: url('./../css/fonts/siYuanLight.otf');
}
@font-face{
    font-family:'pingfangSC';
    src: url('./../css/fonts/PingFangSC.ttf');
}

.intelligentEnergySystem-soft{
    width: 97%;
    height: 100%;
}
.icon-flex{
    display: flex;width: 2.5vw;flex-wrap: wrap;margin-left:.5vw;
}
.icon-1{
    margin: .1vw;width: .9vw;height: .9vw;background-color: rgba(59, 64, 255, 1);
}
.icon-2{
    margin: .1vw;width: .9vw;height: .9vw;background-color: rgba(59, 64, 255, 0.36);
}
html{
    overflow-x: hidden;
}
  body{
    margin: 0;
    background: linear-gradient(180deg, rgba(57,145,233,0.04) 0%, rgba(57,145,233,0) 100%);
  }
  .flex-Container{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: space-between;
    width: 100vw;
    margin: 0;
    padding: 0;
  }
.backgroundImg{
    width: 100vw;
    height: 39.4vw;
    position: relative;
    z-index: -10;
    margin: 0;
    padding: 0;
    
}
.backgroundImg img{
    height: 100%;
}
.backgroundImg .productTitle{
    color: white;
    width: 100vw;
    font-size: 4vw;
    font-family: 'youshe';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #FFFFFF;
    letter-spacing: .5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}
.partTitleEN{
    font-size: 2.5vw;
}
.productIntroduction .underline{
   background-color: #3991E9;
   width: 2vw;
   height: .35vw;
   margin-top: .8vw;
   margin-bottom: 1.8vw;
}
.productIntroduction .content{
    font-size: 0.9vw;
    line-height: 30px;
}
.productIntroduction{
    display: flex;
    width: 100vw;
    align-items: center;
    justify-content: center;
    height: 30vw;
}
.productIntroduction .left-c{
    padding: 10vw;
    flex: 10;
}
.productIntroduction .right-c{
    height: 100%;
    flex: 8;
}


.flex-row{
    display: flex;
    align-items: center;
}
.flex-row .icon1{
    flex: 1;
    width: 3vw;
    height: 3vw;
    margin-right: 1vw;
}

.flex-row .after::after{
    margin-left: 0 !important;
    transform: translateX(0) !important;
}
.mainContent h1{
    font-size: 1.6vw;
    color: #3991E9;
}
.productIntroduction .partTitle{
    font-family: 'siHei';
    font-size: 1.6vw;
    font-weight: 600;
}
.productIntroduction .right{

}
.productForm{
    position: relative;
    width: 100vw;
}

.productForm .productFormTitleEN{
    position: absolute;
    color: #FFFFFF;
    opacity: .06;
    top: 2vw;
    font-size: 1.6vw;
    left: 50%;
    transform: translateX(-50%);
}
.productForm .productFormTitle{
    position: absolute;
    top: 5vw;
    color: #fff;
    font-weight: 600;
    font-family: 'siHei';
    font-size: 1.6vw;
    left: 50%;
    transform: translateX(-50%);
}
.productForm .productForm-tips{
    position: absolute;
    top: 10vw;
    color: #fff;
    left: 50%;
    font-family: 'pingfangSC';
    font-size: 1vw;
    font-weight: lighter;
    transform: translateX(-50%);

}
.productForm .system{
    position: relative;
    top: -16vw;
    color: #fff;
    height: 28vw;
    display: flex;
    justify-content: center;
    width: 100vw;
}
.productForm .hardwareSystem{
    background-color: #fff;
    width: 40vw;
    height: 100%;
    margin-right: .8vw;
    box-shadow: 0px 24px 36px 0px rgba(15,15,15,0.04);
}
.productForm .softwareSystem{
    background-color: #fff;
    width: 40vw;
    height: 100%;
    box-shadow: 0px 24px 36px 0px rgba(15,15,15,0.04);
}
.productForm .bottom-title{
    color: #000;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.system-titleName{
    color: #1C376A;
    font-family: 'siHei';
    font-size: 1vw;
    font-weight: 500;
    margin: .7vw;
    display: flex;
    align-items: center;
}
.system-titleName img{
    margin-right:10px;
    width:24px;
    height:24px;
}
.hardware2{
    position: relative;
}
.hardwareName{
    color: #000;
    font-size: .6vw;
    font-family: 'siHei';
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 0vw;
    z-index: 10;
    transform: translateX(-50%);
}
.hardwareSystem .main-content{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    height: 75%;
    padding:20px;

}
.hardwareSystem .main-content>img{
    width:100%;
    height:auto;
} 
.hardwareSystem .main-content .system-item{
    width: 45%;
    height: 50%;
    margin: .5vw;
    position: relative;
	padding:10px;
}
.hardwareSystem .main-content .system-item2{
    display: flex;
    position: relative;
    width: 45%;
    height: 50%;
    margin: .5vw;
}
.system-item2 .hardware2{
    width: 49%;
}
.hardware2 .hardware2-img{
    height: 100%;
}
.hardware2 .hardware2-img img{
    width: 100%;
    height: 100%;
    position: absolute;
}
.hardwareSystemImg{
    width: 100%;
    height: 100%;
}
.hardwareSystemImg img{
    width: 100%;
    height: 100%;
    position: absolute;
}
.softwareSystem .main-content{
    padding: 20px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    height: 75%;
}
.softwareSystem .main-content .system-item{
    width: 29%;
    margin:0 .6vw;
    height: 40%;
    margin-bottom: 1vw;
    
}
.softwareSystem .main-content .system-item .systemImg{
    width: 100%;
    height: 100%;
    position: relative;
}
.systemImg img{
    width: 100%;
    height:100%;
    position: absolute;
}
.softwareSystem .bottom-title{
    width: 100%;
    text-align: center;
    font-size: 1vw;
	font-weight: normal;
    font-family: 'siHei';
    margin: 0.3vw 0;
}
.function{
    position: relative;
	margin-top: -10vh;
}
.function .TitleEn{
    font-size: 1.6vw;
    font-weight: 600;
    color: #3991E9;
    width: 100%;
    text-align: center;
}
.function .TitleCN{
    font-size: 1.6vw;
    font-family: 'siHei';
    font-weight: 600;
    margin-top: 1vw;
    margin-bottom: 1vw;
    width: 100%;
    text-align: center;
}
.function .function-content{
    display: flex;
    flex-direction: column;
    padding-bottom: 5vw;
}
.function .function-content .function-left-content{
    width: 100vw;
    height: 35vw;
    position: relative;
    
}
.function-left-content .introduction{
    width: 40vw;
    height: 25vw;
    background: white;
    position: absolute;
    left: 15vw;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0px 2px 32px 0px rgba(0,0,0,0.06);
}
.function-left-content .header{
    width: 100%;
    height: 3vw;
    border-bottom: 1px solid #DBDBDB;
    display: flex;
    align-items: center;
}
.function-left-content .introduction .function-content-text{
    margin: 2vw 3vw;
    height: 18vw;
    position: relative;
}
.font85{
    font-size: .89vw !important;
}
.function-content-text .function-item-header{
    font-size: 1.1vw;
    font-family: 'pinHei';
    font-weight: 600;
}
.function-content-text .index{
    color: #E98839;
    font-family: '黑体';
    font-size: 1.4vw;
    margin-right: .3vw;
}
.function-content-text .introText{
    margin: 1.5vw 0;
    font-size: 0.9vw;
    font-weight: 400;
    line-height: 1.8vw;
}
.function-content-text .bottom-underline{
    width: 1.8vw;
    height: .4vw;
    background-color: #3991E9;
    position: absolute;
    bottom: 0vw;
}
/* ----------------------- */

.function .function-content{
    display: flex;
    flex-direction: column;
}
.function .function-content .function-right-content{
    width: 100vw;
    height: 35vw;
    position: relative;
}
.function-right-content .introduction{
    width: 40vw;
    height: 25vw;
    background: white;
    position: absolute;
    right: 15vw;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0px 2px 32px 0px rgba(0,0,0,0.06);
}
.function-right-content .header{
    width: 100%;
    height: 3vw;
    border-bottom: 1px solid #DBDBDB;
    display: flex;
    align-items: center;
}
.function-right-content .introduction .function-content-text{
    margin: 2vw 3vw;
    height: 18vw;
    position: relative;
}
.function-left-content .image{
    width: 45vw;
    height: 32vw;
    position: absolute;
    right: 5vw;
    top: 50%;
    transform: translateY(-50%) ;
    z-index: -1;
}
.function-right-content .image{
    width: 45vw;
    height: 32vw;
    position: absolute;
    left: 5vw;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}
.image img{
    width: 100%;
    height: 100%;
}
.productAdvantage{
    position: relative;
    width: 100vw;
    height: 42vw;
    overflow-x: hidden;
}
.productAdvantage .BG{
    width: 100vw;
    height: 100%;
    position: absolute;
    z-index: -10;
}
.productAdvantage .productAdvantageEN{
    color: #FFFFFF;
    opacity: .06;
    font-size: 2vw;
    font-weight: 600;
    width: 100%;
    margin-top: 4vw;
    text-align: center;
}
.productAdvantage .productAdvantageCN{
    color: #FFFFFF;
    font-size: 2vw;
    font-weight: 600;
    font-family: 'siHei';
    margin-top: .8vw;
    margin-bottom: 4vw;
    width: 100%;
    text-align: center;
}
.productAdvantage .productAdvantage-content{
    padding: 0 2vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.productAdvantage .productAdvantage-content .productionAdvantage-item{
    width: 21vw;
    height: 22vw;
    margin: 0 .5vw;
    background-color: #fff;
    border-radius: .5vw .5vw 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding: 2vw;
}
.robot_name{
    color: #000;
    width: 100%;
    font-size: 0.9vw;
    text-align: center;
}
.productAdvantage .productAdvantage-content .productionAdvantage-item .icon1{
    width: 4vw;
    height: 4vw;
    position: relative;
}
.productionAdvantage-item .icon1 img{
    width: 100%;
    height: 100%;
    position: absolute;
}
.productAdvantage .productAdvantage-content .productionAdvantage-item .title-name{
    font-size: 1.2vw;
    margin-top: 1vw;
    font-family: 'pinHei';
    height: 2vw;
    width: 100%;
    text-align: center;
    margin-bottom: 1.5vw;
}
.productionAdvantage-item .title-name::after{
    content: '';
    display: block;
    width: 1.5vw;
    margin-top: .5vw;
    margin-left: 50%;
    transform: translateX(-50%);
    height: .3vw;
    background-color: #E98839;
}
.productAdvantage .productAdvantage-content .productionAdvantage-item .intro{
    font-size: 0.9vw;
    font-family: 'pingfangSC';
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}   
.applicationCase{
    width: 100vw;
    height: 42vw;
    padding: 8vw 0;
    box-sizing: border-box;
    display: flex;
    position: relative;
    background: url('./../images/photovoltaicInspection/lastBG.png');
    background-size: contain;
}
.applicationCaseTitleCN{
    font-size: 2vw;
    font-family: 'siHei';
    text-align: center;
}
.applicationCaseTitleEN{
    color: #3991E9;
    font-size: 2vw;
    font-family: 'siHei';
    text-align: center;
    margin-top: 5vw;

}
.applicationCase .left-content{
    width: 25vw;
}
.applicationCase .right-content{
    width: 75vw;
}
.applicationCase-right{
    width: 100%;
    height: 100%;
}
.applicationCase-right .swiper-slide{
}
.image-item{
    width: 25vw;
}
.image-item img{
    width: 100%;
    height: 100%;
}


.swiper-scrollbar{
    display: none;
}
.swiper-item-container{
    margin: 0 2vw;
    height: 100%;
    position: relative;
}
.swiper-item-container img{
    width: 100%;
    height: 100%;
}
.swiper-item-container .bottom-name{
    width: 100%;
    height: 2.6vw;
    line-height: 2.6vw;
    font-size: 1vw;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.24);
    backdrop-filter: blur(10px);
}
.swiper-button-next:hover{
    background-color: #3991E9 !important;
}
.swiper-button-prev:hover{
    background-color: #3991E9 !important;
}
.swiper-button-prev::after{
    color: #fff;
    font-size: 2.5vw;
}
.swiper-button-next::after{
    color: #fff;
    font-size: 2.5vw;
}


/*  */
.function .bgColor{
    width: 30vw;
    height: 15vw;
    background-color: #eff7fe;
    position: absolute;
    top: 5vw;
}
.function .dot{
    width: 8vw;
    height: 4vw;
    position: absolute;
    top: 9vw;
    right: 2.5vw;
    z-index: -10;
}
.function-left-content .bgColor1{
    width: 13vw;
    height: 20vw;
    background-color: #b1d4f7;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.function-left-content .dot1{
    width: 8vw;
    height: 4vw;
    position: absolute;
    top: 22vw;
    left: 11vw;
    z-index: -10;
}
.function-left-content .bgColor2{
    width: 30vw;
    height: 15vw;
    background-color: #e3e7ed;
    position: absolute;
    top: -6vw;
    z-index: -10;
}
.function-left-content .dot2{
    width: 8vw;
    height: 4vw;
    position: absolute;
    top: 1vw;
    right: 2.5vw;
    z-index: -10;
}
.function-left-content .bgColor3{
    width: 30vw;
    height: 20vw;
    background-color: #e3e7ed;
    position: absolute;
    bottom: -10vw;
    z-index: -10;
}
.function-left-content .dot3{
    width: 8vw;
    height: 4vw;
    position: absolute;
    top: -12vw;
    right: 10vw;
    z-index: -10;
}
.productAdvantage .productAdvantage-content .width30{
    border-radius: .3vw ;
    margin: .5vw ;
    height: 20vw;
    width: 25%;
    align-items: flex-start ;
}
.productAdvantage .productAdvantage-content .width30 .intro{
    text-align: left !important;
}


.flex-column-2{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.flex-item-row2{
    flex: 1;
    height: 50%;
    display: flex;
    justify-content: center;
}
.flex-item-row2-image{
    flex:1;
    position: relative;
    margin: 1vw;
    box-sizing: border-box;
}
.flex-item-row2-image img{
    width: 100% !important;
    position: absolute !important;
}
.flex-item-row-image{
    position:absolute; 
    width: 100%;
    height:100%;
}
.flex-item-row{
    box-sizing: border-box;
    flex: 1;
    margin: 1vw;
    margin-top: 0;
    height: 50%;
}

.productForm .intelligentEnergySystem-system{
    height: 30vw;
}
.intelligentEnergySystem-main-content{
    height: 89% !important;
    padding: 0 !important;
}

.singleCrystalWorkshop-softwareSystem{
    padding: 0.5vw;
    width: 100%;
    display: flex;
    padding: 0 1vw;
    width: 100%;
    height: 23vw !important;
    flex-wrap: nowrap !important;
    box-sizing: border-box;
}

.singleCrystalWorkshop-softwareSystem-item1{
    height: 100%;
    flex: 4;
    display: flex;
    flex-direction: column;
}

.djszkzxt{
    flex: 3;
    height: 100%;
    margin-left: 1vw;
    display: flex;
    flex-direction: column;
}
.singleCrystalWorkshop-softwareSystem-title{
    font-size: 0.9vw;
    height: 1.5vw;
    margin-top: .5vw;
    color: #000;
    text-align: center;
}

.softwareSystem-item1-image{
    height: 80%;
}
.djszkzxt-image{
    height: 80%;
}

.fanBladeInspection-gxnzngzz{
    display: flex;
    flex-direction: column;
    align-items: center;
    flex:1;
    padding: 0.5vw;
    box-sizing: border-box;
    padding-bottom: 1.5vw;
    padding-left: 0;
}
.fanBladeInspection-gxnzngzz-title{
    position: absolute;
    bottom: 2vw;
    color: #000;
    font-size: .5vw;
    font-size: .6vw;
    font-family: 'siHei';
    text-overflow: ellipsis;
    overflow: hidden;
    width: 6vw;
    white-space: nowrap;
    text-align: center;
}

.fanBladeInspection-main-content{
    display: flex;
    justify-content: center;
    flex: 6;
    height: 100% !important;
    box-sizing: border-box;
}
.fanBladeInspection-main-content .system-item{
    width: 47% !important;
}
.fanBladeInspection-main-content .system-item2{
    width: 47% !important;
    
}




@media screen and (max-width: 1000px) {
    .function-left-content .image,
    .function-right-content .image
    {
        width: 38vw;
    }
    
    #produ .title-name{
        height: 40px !important;
    }
    .mobileHeight{
        height: 46vw !important;
    }
    .content{
        width: auto !important;
    }
    .productIntroduction{
        height: auto !important;
        flex-direction: column;
        display: block !important;
    }

    .function{
        margin-top:0!important;
    }
    .system{
        flex-direction: column;
        width: 100vw !important;
        height: auto !important;
        align-items: center;
    }
    .hardwareSystem  .system-item,.system-item2{
        height: 20vw !important;
    }
    .softwareSystem  .system-item{
        height: 20vw !important;
    }
    .hardwareSystem{
        width: 80% !important;
        margin-bottom: 2vw;
        margin-right:0 !important;
        height: auto !important;
    }
    .softwareSystem{
        width: 80% !important;
        height: auto !important;
    }
    .softwareSystem .main-content{
        justify-content: center;
        align-items: center;
        height: auto !important;
        padding-bottom: 3vw !important;
    }
    .productIntroduction .right-c{
        height: 79vw !important;
    }
    .productForm{
        display: block !important;
    }
    .function .function-content{
        display: block !important;
    }

    .function .function-content .function-left-content{
        height: 60vw !important;
    }
    .function-left-content .introduction{
        height: auto !important;
        left: 7vw;
        width:53vw;
    }
    .function .function-content .function-right-content{
        height: 60vw !important;
    }
    .function-right-content .introduction{
        height: auto !important;
        right: 7vw;
        width:53vw;
    }
    .function-content-text{
        height: auto !important;
    }
    .function-content-text .introText{
        height: auto !important;
        line-height: 4vw !important;
        font-size:14px;
        text-align: justify;
    }
    .bottom-underline{
        position: relative !important;
    }
    .function-left-content .header{
        height: 5vw !important;
    }
    .function-right-content .header{
        height: 5vw !important;
    }
    .function-left-content .header>div{
        margin-left: 1.5vw !important;
    }
    .function-right-content .header>div{
        margin-left: 1.5vw !important;
    }
    .productAdvantage{
        height: auto !important;
        padding-bottom: 10vw;
    }
    .productAdvantage-content{
        flex-wrap: wrap;
        justify-content: center;
    }
    .productionAdvantage-item{
        margin: 1vw !important;
        border-radius: 1.2vw !important;
        overflow: hidden;
    }
    .bottom_4{
        width: 44vw !important;
        height: 44vw !important;
    }
    .bottom_5{
        width: 30vw !important;
        height: 44vw !important;
    }
    .bottom_6{
        width: 40% !important;
        height: 45vw !important;
    }
    .softwareSystem .hxgh{
        height:50vw !important;
    }
    .hxgh .img1 img{
        height: 100% !important;
    }
    .productionAdvantage-item .title-name{
        height: auto !important;
    }
    .productionAdvantage-item .icon1{
        position: relative;
    }
    .icon1 img{
        position: absolute;
    }
    .applicationCase{
        height: 60vw !important;
    }
    .image-item{
        width: 38vw !important; 
    }
    .swiper-button-prev{
        width: 6vw !important;
        height: 6vw !important;
    }
    .swiper-button-next{
        width: 6vw !important;
        height: 6vw !important;
    }
    .intelligentEnergySystem-soft{
        height: 47vw !important;
    }
    .intelligentEnergySystem-hard{
        height: 58vw !important;
    }
    .flex-column-2{
        height: 47vw !important;
    }
    .intelligentEnergySystem-main-content{
        height: 80% !important;
    }
    .flex-item-row2-image{
        margin: 1vw;
        margin-right: 2vw;
    }
    .function .function-content .firstHeight{
        height: 100vw !important;
    }
    .softwareSystem .main-content .system-item .systemImg{
        height: 83% !important;
    }
    .fanBladeInspection-gxnzngzz-title{
        bottom:4.5vw !important;
    }
    .fanBladeInspection-gxnzngzz{
        padding-bottom: 3vw !important;
    }
    .productForm .productForm-tips{
        width: 100vw !important;
        text-align: center !important;
        font-size:14px;
        top:13vw;
    }
    .selfHeight{
        height: 79vw !important;
    }
    .IntelligentWeldingSystem-image{
        height: 40vw !important;
    }
    .swiper-item-container .bottom-name{
        height:30px;
        line-height:30px;
        font-size:14px;
    }
    .productForm .system{
        top:-10vw;
    }
    .mainContent h1,.productForm .productFormTitleEN,.function .TitleEn,.productAdvantage .productAdvantageEN{
        font-size:20px;
    }
    .function-content-text .index,.function-content-text .function-item-header,.productAdvantage .productAdvantage-content .productionAdvantage-item .title-name{
        font-size:16px;
    }
    .productIntroduction .partTitle,.productForm .productFormTitle,.function .TitleCN,.productAdvantage .productAdvantageCN{
        font-size:20px;
    }
    .productIntroduction .content{
        font-size: 16px;
        line-height: 30px;
    }
    .productIntroduction .underline{
        width:30px;
    }
    .system-titleName{
        font-size:16px;
    }
    .productAdvantage .productAdvantage-content .productionAdvantage-item .icon1{
        width:30px;
        height:30px;
    }
    .productAdvantage .productAdvantage-content .productionAdvantage-item .intro{
        font-size:14px;
    }
}