body { background-color: #f7f7f7; } .banner { width: 100%; height: 530px; img { width: 100%; height: 100%; display: block; } } .contact-content { width: 100%; min-height: 1127px; position: relative; &.consult { min-height: 1340px; } .contact-main { width: 100%; min-height: 1224px; padding: 0 58px 58px 58px; box-sizing: border-box; background-color: #ffffff; position: absolute; top: -110px; left: 0; &.consult { min-height: 1440px; } .contact-title { width: 100%; height: 110px; float: left; .contact-title-l { float: left; position: relative; &::before { content: ''; width: 24px; height: 4px; background-color: #0688d2; position: absolute; top: 50%; left: 0; } p { font-size: 24px; color: #505050; line-height: 110px; padding-left: 48px; position: relative; } } .contact-title-r { box-sizing: border-box; padding: 40px 0; float: right; a { display: block; float: left; margin: 0 10px; font-size: 16px; color: #505050; line-height: 30px; text-align: center; &:hover { color: #0688d2; text-decoration: underline; } } } } .contact-image { width: 100%; height: 316px; float: left; img { width: 100%; height: 316px; display: block; } } // 联系我们CSS样式 .contact-tell { width: 100%; height: 56px; float: left; margin-top: 120px; margin-bottom: 79px; .contact-tell-item { float: left; &.mid { width: 254px; box-sizing: border-box; padding-left: 64px; position: relative; margin: 0 50px; &::before { content: ''; width: 1px; height: 56px; background-color: #e3e6eb; position: absolute; left: 0; top: 0; } &::after { content: ''; width: 1px; height: 56px; background-color: #e3e6eb; position: absolute; right: 0; top: 0; } } h1 { font-weight: normal; font-size: 16px; line-height: 21px; margin-bottom: 16px; color: #999999; } p { font-weight: normal; font-size: 16px; line-height: 21px; color: #272727; } } } .contact-maps { width: 100%; height: 430px; float: left; .contact-maps-Baidu { width: 100%; height: 100%; background-color: #000; text-align: center; font-size: 50px; font-weight: bold; line-height: 430px; color: #ffff; } } // 人才招聘CSS样式 .contact-join { width: 100%; height: auto; h1 { line-height: 100px; font-size: 24px; color: #272727; text-align: left; font-weight: normal; } .contact-join-cell { width: 100%; height: 48px; box-sizing: border-box; border: 1px solid #dedede; padding: 8px 16px; position: relative; cursor: pointer; margin-bottom: 24px; &.on { background-color: #0688d2; p { color: #fff; } span { background: url(./img/contact-icon-down.png); } } p { font-size: 16px; line-height: 32px; color: #505050; } span { display: block; width: 32px; height: 32px; background: url(./img/contact-icon-up.png); background-size: cover; position: absolute; right: 8px; top: 8px; } } .contact-join-main { width: 100%; height: auto; box-sizing: border-box; padding: 0 10px 32px 10px; display: none; p { font-size: 16px; line-height: 33px; color: #505050; } } } // 在线咨询CSS样式 .contact-consult { width: 100%; height: auto; float: left; margin-top: 80px; .contact-form { width: 100%; min-height: 48px; padding: 0 16px; box-sizing: border-box; border: 1px solid #dedede; line-height: 48px; font-size: 16px; color: #505050; margin-bottom: 24px; &.none { border: none; } .label { width: 100px; line-height: 48px; float: left; } .form-input { border: none; width: 940px; height: 44px; line-height: 44px; float: left; } .form-select { border: none; width: 940px; height: 44px; line-height: 44px; float: left; } .textarea { width: 948px; height: 161px; padding: 20px 0; border: none; resize: none; outline: none; } .btn { width: 526px; height: 48px; line-height: 48px; display: block; margin: 0 auto; background-color: #0688d2; color: #fff; font-size: 16px; text-align: center; } } } } }