div{box-sizing: border-box;}
@font-face{
     font-family: 'Montserrat-Black';
     src: url('../font/Montserrat-Black.ttf');
}
@font-face{
     font-family: 'Montserrat-Bold';
     src: url('../font/Montserrat-Bold.ttf');
}
@font-face{
     font-family: 'Montserrat-ExtraLight';
     src: url('../font/Montserrat-ExtraLight.ttf');
}
@font-face{
     font-family: 'Montserrat-Medium';
     src: url('../font/Montserrat-Medium.ttf');
}
@font-face{
     font-family: 'Montserrat-Light';
     src: url('../font/Montserrat-Light.ttf');
}
@font-face{
     font-family: 'Montserrat-Regular';
     src: url('../font/Montserrat-Regular.ttf');
}
@font-face{
     font-family: 'Montserrat-SemiBold';
     src: url('../font/Montserrat-SemiBold.ttf');
}
@font-face{
     font-family: 'Montserrat-Thin';
     src: url('../font/Montserrat-Thin.ttf');
}
*{
  font-family: "Montserrat-Regular";
}
html{
	font-size: 10px;
}
body{
    width:100vw;
    height: 56.25vw;
    overflow: hidden;
    background: url(/Public/Uploads/uploadfile/images/20250327/intelligent.jpg) no-repeat center center;
    background-size: 100% cover;
}
.intelligent_box{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.intelligent_left_box{width: 28.698vw;height: auto;}
.intelligent_left_logo_box{width: 100%;height: 5.469vw;background: url(/Public/Uploads/uploadfile/images/20250327/intelligent_left_logo_bg.png) no-repeat center center;background-size: 100% auto;display: flex;justify-content: flex-start;align-items: center;}
.intelligent_left_logo_left{width: 14.479vw;height: auto;margin-left: 2.708vw;}
.intelligent_left_logo_left img{width: 100%;height: auto;display: block;}
.intelligent_left_logo_right{width: 6.063vw;height: auto;position: relative;margin-left: 2.188vw;padding-left: 1.927vw;}
.intelligent_left_logo_right img{width: 100%;height: auto;display: block;}
.intelligent_left_logo_right:before{content: "";width: 2.7%;height: 36.2%;background: rgba(244,244,244,0.2);display: block;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.intelligent_left_bottom_box{width: 100%;height: auto;margin-top: 1.042vw;padding-left: 1.042vw;}
.intelligent_left_bottom_top{width: 100%;height: 26.25vw;background: url(/Public/Uploads/uploadfile/images/20250327/intelligent_left_bottom_top_bg1.png) no-repeat center center;background-size: 100% auto;}
.intelligent_left_bottom_top_top{width: 100%;height: auto;padding: 0.833vw;padding-bottom: 0;}
.intelligent_left_bottom_top_sw{width: 100%;height: auto;}
.intelligent_left_bottom_top_sw .swiper-slide{width: 100%;height: auto;}
.intelligent_left_bottom_top_img{width: 100%;height: auto;}
.intelligent_left_bottom_top_img img{width: 100%;height: auto;display: block;}
.intelligent_left_bottom_top_txt{width: 100%;height: auto;margin-top: 0.573vw;padding: 0 0.833vw;}
.intelligent_left_bottom_top_con{width: 100%;height: 6.667vw;background: url(/Public/Uploads/uploadfile/images/20250327/intelligent_left_bottom_top_bg2.png) no-repeat center center;background-size: 100% auto;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.intelligent_left_bottom_top_con p{font-size: 1.563vw;color: #FFFFFF;text-align: center;}
.intelligent_left_bottom_top_con h2{font-size: 2.125vw;font-family: "Montserrat-Bold";text-align: center;margin-top: 0.573vw;color: #FFFFFF;}
.intelligent_left_bottom_bottom{width: 100%;height: 21.46vw;margin-top: 1.042vw;background: url(/Public/Uploads/uploadfile/images/20250327/intelligent_left_bottom_bottom_bg.png) no-repeat center center;background-size: 100% auto;}
.intelligent_left_bottom_bottom_title{width: 24.271vw;height: 2.604vw;background: url(/Public/Uploads/uploadfile/images/20250327/intelligent_left_bottom_bottom_bg2.png) no-repeat center center;background-size: 100% auto;margin-top: 1px;display: flex;justify-content: flex-start;align-items: center;}
.intelligent_left_bottom_bottom_title h2{font-size: 1.354vw;color: #dffaff;font-family: "Montserrat-Medium";margin-left: 2.396vw;}
.intelligent_left_bottom_bottom_content{width: 26.458vw;height: 15.469vw;margin: 0px auto;margin-top: 1.563vw;}
.layer04-panel-chart{width: 100%;height: 100%;}
.intelligent_center_box{width: 48.75vw;height: auto;}
.intelligent_center_top_box{width: 100%;height: 10.417vw;background: url(/Public/Uploads/uploadfile/images/20250327/intelligent_center_top_bg.png) no-repeat center center;background-size: 100% auto;margin-top: 1.094vw;padding: 2.865vw 1.8vw;display: flex;align-items: center;}
.intelligent_center_top_box h2{font-size: 2.083vw;color: #FFFFFF;font-family: "Montserrat-Bold";line-height: 1.6;}
.intelligent_center_bottom_box{width: 100%;height: 42.604vw;background: url(/Public/Uploads/uploadfile/images/20250327/intelligent_center_bottom_bg.png) no-repeat center center;background-size: 100% auto;margin-top: 1.094vw;overflow: hidden;}
.intelligent_center_bottom_bg{width: 100%;height: 100%;position: relative;}
.intelligent_center_bottom_bg:before{content:"";display: block;width: 100%;height: 200%;position: absolute;left: 0;top: 0;background: url(/Public/Uploads/uploadfile/images/20250327/intelligent_center_bottom_bg3.png) no-repeat left bottom;background-size: cover;animation: scrollAndFade 20s linear infinite;}
@keyframes scrollAndFade {
    0% {
        transform: translateY(0) translateZ(0);
        opacity: 1;
    }
    50% {
        transform: translateY(-25%) translateZ(0);
    }
    100% {
        transform: translateY(-50%) translateZ(0);
        opacity: 0;
    }
}
.intelligent_center_bottom_earth{width: 30.781vw;height: 30.781vw;background: url(/Public/Uploads/uploadfile/images/20250327/intelligent_center_bottom_bg1.png) no-repeat center center;background-size: 100%;margin: 0px auto;margin-top: 2.708vw;position: relative;z-index: 3;}
.intelligent_center_bottom_earth:after{content: "";display: block;width: 32vw;height: 9vw;background: url(/Public/Uploads/uploadfile/images/20250327/intelligent_center_bottom_earth.png) no-repeat center center;background-size: 100% auto;position: absolute;left: 50%;transform: translateX(-50%);bottom: 0;}
.intelligent_center_bottom_bg2{width: 49vw;height: 49vw;background: url(/Public/Uploads/uploadfile/images/20250327/intelligent_center_bottom_bg2.png) no-repeat center;background-size: 100% auto;transform-style: preserve-3d; animation: rotate3 20s linear infinite;margin: 0px auto;margin-top: -28.7vw;}
.intelligent_center_bottom_earth_content{width: 19.17vw;height: auto;margin: 0px auto;padding-top: 6.8vw;}
.intelligent_center_bottom_earth_content h2{font-size: 1.875vw;font-family: "Montserrat-Medium";text-align: center;line-height: 1.2;color: #FFFFFF;}
.intelligent_center_bottom_earth_content_number{font-size: 7.896vw;text-align: center;color: #60e7ff;margin-top: 0.75vw;font-family: "Montserrat-Bold";text-shadow: -1px -1px 0 white, 1px -1px 0 white,-1px  1px 0 white,1px  1px 0 white;}
.intelligent_center_bottom_earth_content h3{font-size: 2.083vw;color: #FFFFFF;text-align: center;font-family: "Montserrat-Medium";margin-top: 1.083vw;}
.intelligent_center_bottom_ul{width: 100%;height: auto;padding: 0 1.563vw;display: flex;justify-content: space-between;margin-top: -19vw;position: relative;z-index: 2;}
.intelligent_center_bottom_ul li{width: 22.396vw;height: 5.729vw;background: url(/Public/Uploads/uploadfile/images/20250327/intelligent_center_bottom_list_bg.png) no-repeat center center;background-size: 100% auto;display: flex;align-items: center;justify-content: flex-start;}
.intelligent_center_bottom_ul_img{width: 3.385vw;height: auto;margin-left: 1.615vw;}
.intelligent_center_bottom_ul_img img{width: 100%;height: auto;display: block;}
.intelligent_center_bottom_ul_right{margin-left: 1.302vw;}
.intelligent_center_bottom_ul_right p{font-size: 0.938vw;font-family: "Montserrat-Medium";color: #9de4ff;}
.intelligent_center_bottom_ul_right h2{font-size: 1.042vw;font-family: "Montserrat-Light";color: #b4ebff;margin-top: 0.533vw;}
.intelligent_center_bottom_ul_right span{font-size: 1.875vw;color: #f0fbff;font-family: "Montserrat-Medium";padding-right: 0.521vw;}
.intelligent_right_box{width: 19.427vw;height: auto;margin-top: 1.042vw;margin-right: 1.042vw;}
.intelligent_right_top{width: 100%;height: 21.146vw;background: url(/Public/Uploads/uploadfile/images/20250327/intelligent_right_top_bg.png) no-repeat center center;background-size: 100% auto;display: flex;justify-content: center;align-items: center;}
.intelligent_right_top img{width: 16.927vw;height: auto;display: block;}
.intelligent_right_bottom{width: 100%;height: 32.135vw;margin-top: 0.938vw;background: url(/Public/Uploads/uploadfile/images/20250327/intelligent_right_bottom_bg2.png) no-repeat center center;background-size: 100% auto;}
.intelligent_right_bottom_title{width: 14.74vw;height: auto;padding-top: 2.083vw;margin-left: 1.146vw;}
.intelligent_right_bottom_title h2{font-size: 1.479vw;color: #FFFFFF;font-family: "Montserrat-Medium";line-height: 1.2;}
.intelligent_right_bottom_content{width: 17.188vw;height: 24.479vw;background: url(/Public/Uploads/uploadfile/images/20250327/intelligent_right_bottom_bg1.png) no-repeat center center;background-size: 100% auto;margin: 0px auto; margin-top: 2rem;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.intelligent_right_bottom_content img{display: block;height: auto;margin-top: 3.646vw;}
.intelligent_right_bottom_content img:nth-of-type(1){width: 15vw;margin-top: 0;}
.intelligent_right_bottom_content img:nth-of-type(2){width: 13.958vw;}
.intelligent_right_bottom_content img:nth-of-type(3){width: 14.271vw;}











@keyframes rotate3 {
  0% {
    transform: rotateX(80deg) rotateZ(0);
  }
  100% {
    transform: rotateX(80deg) rotateZ(360deg);
  }
}
/*@media (min-width: 1921px) {
	html{font-size: 11.8px;}
}*/