@charset "utf-8"; * { margin: 0; padding: 0; box-sizing: border-box; } body { margin: 0; padding: 0; width: 100%; font-family: "microsoft yahei",tahoma,helvetica,arial,sans-serif; } .top-150 { top: -150px; position: relative; } .top-200 { top: -200px; position: relative; } .top-250 { top: -250px; position: relative; } .container { min-width: 1200px; width: 100%; background: url(/uploads/image/a2assets/pc_bg.jpg); background-position: center; background-size: contain; } .container .banner { width: 100%; display: block; } .container .photo { width: 880px; height: 420px; margin: 0 auto; background-color: #cdcdcd; border-radius: 15px; overflow: hidden; position: relative; z-index: 10; } .container .photo img { width: 100%; height: 100%; } .container .company-con { width: 1200px; margin: 0 auto; padding: 56px 40px; position: relative; z-index: 10; } .container .company-con::after { content: ""; display: block; height: 0; clear: both; visibility: hidden; } .container .company-con .company-item { float: left; height: 96px; line-height: 96px; margin-bottom: 36px; width: calc(50% - 71px); box-sizing: border-box; margin-left: 71px; } .single { height: 96px; line-height: 96px; margin-bottom: 36px; box-sizing: border-box; margin-left: 71px; width: 100%; display: flex; justify-content: center; } .container .company-con .company-item img { width: 96px; height: 96px; background-color: #ffffff; border-radius: 8px; border: solid 1px #e9e9e9; vertical-align: middle; } .single img { width: 96px; height: 96px; background-color: #ffffff; border-radius: 8px; border: solid 1px #e9e9e9; vertical-align: middle; } .container .company-con .company-item .company-name { font-size: 24px; font-weight: bold; color: #ecd8ad; vertical-align: middle; margin-left: 23px; } .single .company-name { font-size: 24px; font-weight: bold; color: #ecd8ad; vertical-align: middle; margin-left: 23px; } .container .title-con { width: 100%; height: 248px; } .container .hx-title { width: 100%; height: 248px; background-repeat: no-repeat; background-size: 100%; background-position: center; position: relative; top: -50px; } .container .hx-title { background-image: url(/uploads/image/a2assets/pc_02.jpg); }