.banner { width: 100%; height: 500px; background: url("/assets/index/images/factory-banner.jpg") no-repeat center bottom; }

.factory { margin: 40px auto; }

.factory .factory-item { margin: 30px 0; position: relative; height: 450px; }

.factory .item-left { position: absolute; left: 0; top: -15px; width: 45%; padding: 50px; box-sizing: border-box; background-color: #fff; border-radius: 5px; z-index: 1; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; }

.factory .top-title { position: relative; z-index: 0; margin-bottom: 35px; }

.factory .top-title::before { content: ""; width: 46px; height: 37px; display: inline-block; background: url("/assets/index/images/mark-icon.png") no-repeat center; position: absolute; top: -20px; z-index: -1; }

.factory .top-title h1 { font-weight: bold; font-size: 24px; }

.factory .top-title h2 { color: #999; font-size: 18px; }

.factory .item-li { display: flex; align-items: center; font-size: 18px; margin-bottom: 30px; }

.factory .item-li img { width: 40px; height: 40px; margin-right: 10px; }

.factory .item-li b { display: inline; color: #ff0000; }

.factory .item-right { position: absolute; right: 0; }

.factory .item-right img { width: 735px; height: 435px; }

.factory .ul-item { display: flex; justify-content: space-between; margin: 0 0 20px; }

.factory .ul-item .li { width: 24%; display: flex; flex-direction: column; align-items: center; cursor: default; }

.factory .ul-item .li:hover p { color: #fff; background-color: #ff0000; }

.factory .ul-item .li p { line-height: 50px; background-color: #eeeeee; color: #666; width: 100%; text-align: center; }
