/*首页产品*/
#backstage-bodyArea>.box-container[data-isopen="0"] {
    max-width: 1440px;
}

/*首页新闻*/
#blockCon2071 > DIV > DIV:nth-child(1) > DIV:nth-child(3) > P {
	overflow:visible !important;
	display:unset !important;
	-webkit-box-orient:vertical !important;
	-webkit-line-clamp:3 !important;
	white-space:normal !important;
}

/*视频高度不同屏幕设定不同*/

@media screen and (max-width:1919px) and (min-width:1441px) {
#outerContainer_1773111138520 > DIV {
    min-height:600px !important;
    display:flex !important;
    flex-direction:unset !important;
    flex-wrap:unset !important;
    align-content:unset !important;
    justify-content:unset !important;
    align-items:center !important;
}
}
@media screen and (max-width:2559px) and (min-width:1920px) {
#outerContainer_1773111138520 > DIV {
    min-height:700px !important;
    display:flex !important;
    flex-direction:unset !important;
    flex-wrap:unset !important;
    align-content:unset !important;
    justify-content:unset !important;
    align-items:center !important;
}
}
@media screen and (max-width:3839px) and (min-width:2560px) {
#outerContainer_1773111138520 > DIV {
    min-height:1300px !important;
    display:flex !important;
    flex-direction:unset !important;
    flex-wrap:unset !important;
    align-content:unset !important;
    justify-content:unset !important;
    align-items:center !important;
}
}
@media screen and (max-width:5119px) and (min-width:3840px)  {
#outerContainer_1773111138520 > DIV {
    min-height:1900px !important;
    display:flex !important;
    flex-direction:unset !important;
    flex-wrap:unset !important;
    align-content:unset !important;
    justify-content:unset !important;
    align-items:center !important;
}
}
@media screen and (min-width:5120px){
#outerContainer_1773111138520 > DIV {
    min-height:2500px !important;
    display:flex !important;
    flex-direction:unset !important;
    flex-wrap:unset !important;
    align-content:unset !important;
    justify-content:unset !important;
    align-items:center !important;
}
}


/* 页头悬浮不占位样式 */
#outerContainer_1773904552702 {
  position: fixed; 
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999; 
}