.header { width: 100%; height: 90px; position: fixed; top: 0px; background: rgba(255, 255, 255, 1); box-shadow: 0px 0px 3px #888888; /* z-index: 0.2; */ z-index: 2; } .header>.content { width: 1240px; height: 100%; display: flex; justify-content: space-between; margin: 0 auto; } .header>.content>.logo { width: 145px; height: 50px; background: #000; margin: auto 0; } .header>.content>.nav { display: flex; } .header>.content>.nav>li { padding: 0 20px; line-height: 90px; font-size: 20px; } .header>.content>.nav>li>a { color: #000; } .bg { width: 100%; height: 1000px; margin-top: 90px; } .bg>img { width: 100%; height: 100%; } #about { width: 100%; /* height: 580px; */ padding: 80px 0; background: rgba(244, 244, 244, 1); padding-top: 160px; } #about .content { width: 1240px; display: flex; justify-content: space-between; margin: 0 auto; } #about .content .leftPic { width: 550px; height: 390px; } #about .content .info { width: 40%; } #about .content .info .text { font-size: 20px; line-height: 38px; } #contact { width: 100%; padding: 80px 0; background: rgba(244, 244, 244, 1); padding-top: 160px; } #contact .content { width: 1240px; margin: 0 auto; } #contact .content .title { text-align: center; font-size: 36px; } .contact .content .box { display: flex; } .contact .content .box .info { /* background: rgba(250, 250, 252, 1); */ width: 50%; margin: 0 auto; height: 400px; padding: 10px; /* display: flex; */ padding-left: 30px; } .contact .content .box { display: flex; width: 80%; margin: 0 auto; } .contact .content .box #container { width: 50%; height: 400px; } .contact .content .box .info>div { display: flex; margin-bottom: 20px; } .contact .content .box .info>div>img { width: 42px; height: 42px; margin-right: 20px; } .contact .content .box .info>div>p { line-height: 42px; } #journalism { width: 100%; padding: 80px 0; background: #fff; padding-top: 160px; position: relative; } #journalism .content { width: 1240px; margin: 0 auto; } #journalism .content .title { text-align: center; font-size: 36px; } #journalism .content .list{ height: 500px; } #journalism .content .list li { padding: 10px 0; } #journalism .content .list li a { color: #000; } #journalism .block{ position: absolute; bottom: 100px; } #product { width: 100%; padding: 80px 0; background: rgba(244, 244, 244, 1); padding-top: 160px; } #product .content { width: 1240px; margin: 0 auto; } #product .content .title { text-align: center; font-size: 36px; } #product .content .list { display: flex; justify-content: space-between; flex-wrap: wrap; /* width: 50%; */ margin: 0 auto; } #product .content .list div { /* width: 40%; */ /* height: 300px; */ width: 50%; margin-bottom: 30px; } #product .content .list>div>p { text-align: center; font-size: 21px; } #product .content .list>div .referral { font-size: 14px; color: #767474; width: 60%; text-align: left; margin: 0 auto; margin-top: 10px; } #product .content .list img { width: 300px; height: 200px; display: block; margin: 0 auto; margin-bottom: 15px; } #culture { width: 100%; /* height: 580px; */ padding: 80px 0; background: #fff; padding-top: 160px; } #culture .content { width: 1240px; display: flex; justify-content: space-between; margin: 0 auto; } #culture .content .leftPic { width: 550px; height: 390px; } #culture .content .info { width: 40%; } #culture .content .info .text { font-size: 20px; line-height: 38px; } .footer { background: url('../img/sdtttr.png') no-repeat; background-size: 100% 100%; height: 90px; width: 100%; position: relative; } .footer-cert { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .footer-cert, .footer-cert a { color: #fff; } .active { color: #edb183 !important; } .footer-item { display: block; text-align: center; }