gswz/SFHY/static/css/solution.css

284 lines
5.2 KiB
CSS

header {
box-shadow: 0px 15px 10px -15px rgba(6, 30, 46, 0.15);
}
.solution-header-wrap {
width: 100%;
height: 400px;
}
.solution-header-wrap .solution-banner {
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
}
.solution-header-wrap .solution-banner h1 {
font-size: 32px;
color: #fff;
margin-bottom: 20px;
}
.solution-header-wrap .solution-banner p {
font-size: 14px;
color: #fff;
line-height: 24px;
}
.solution-header-wrap .solution-banner a {
margin: 20px 0 0;
font-size: 14px;
color: #fff;
width: 136px;
height: 46px;
border-radius: 5px;
background: #e9422c;
display: block;
text-align: center;
line-height: 46px;
border: none;
outline: none;
cursor: pointer;
}
.solution-header-wrap .solution-banner button {
margin: 20px 0px 0px;
font-size: 14px;
color: #fff;
width: 136px;
height: 46px;
border-radius: 5px;
background: #e9422c;
display: block;
text-align: center;
line-height: 46px;
border: none;
outline: none;
cursor: pointer;
}
.finance-banner {
background: url("../image/finance-banner.jpg") no-repeat left top/cover;
}
.automobile-banner {
background: url("../image/automobile-banner.jpg") no-repeat left top/cover;
}
.education-banner {
background: url("../image/education-banner.jpg") no-repeat left top/cover;
}
.newretail-banner {
background: url("../image/newretail-banner.jpg") no-repeat left top/cover;
}
.lifeservice-banner {
background: url("../image/lifeservice-banner.jpg") no-repeat left top/cover;
}
.enterpriseservice-banner {
background: url("../image/enterpriseservice-banner.jpg") no-repeat left top/cover;
}
.nationalized-banner {
background: url("../image/nationalized-banner.jpg") no-repeat left top/cover;
}
.yinji-banner {
background: url("../image/solu_yinji_banner.png") no-repeat left top/cover;
}
.title-line {
width: 64px;
height: 1px;
margin: -20px auto 0;
margin-bottom: 28px;
background: #000;
}
.industry-pain {
width: 100%;
padding: 0 10px 60px;
text-align: center;
display: flex;
justify-content: center;
}
.industry-pain div {
width: 264px;
height: auto;
padding: 14px 8px 8px;
background: #fff;
box-shadow: 0px 5px 10px rgba(196, 199, 204, 0.6);
}
.industry-pain div p {
background: #fff;
color: #666;
text-align: left;
margin-bottom: 19px;
margin-top: 4px;
font-size: 14px;
}
.industry-pain div img {
display: block;
}
.industry-pain div img:last-child {
width: 100%;
}
.industry-pain div:first-child {
margin-right: 20px;
}
.industry-pain div:nth-child(3) {
margin-right: 20px;
}
.solu-box-white {
width: 100%;
padding: 0px 40px;
overflow: hidden;
background-color: #fff;
}
.typical-solution {
display: flex;
padding-bottom: 40px;
justify-content: space-between;
align-items: center;
}
.typical-solution .ts-img {
width: 50%;
padding: 0 8%;
display: flex;
align-items: center;
justify-content: center;
}
.typical-solution .ts-img img {
width: 100%;
}
.typical-solution .ts-txt {
width: 50%;
padding: 0 3%;
}
.typical-solution .ts-txt h3 {
font-size: 18px;
color: #000;
}
.typical-solution .ts-txt p {
font-size: 14px;
color: #666;
margin-top: 20px;
}
.typical-solution .ts-alignr {
text-align: right;
}
.core-product {
width: 100%;
padding: 0 20px;
margin: 60px auto;
display: flex;
}
.core-product div {
flex: 1;
text-align: center;
}
.core-product a {
color: #999;
display: block;
text-align: center;
}
.core-product a img {
width: 60px;
height: 60px;
}
.core-product p {
color: #999;
font-size: 14px;
margin-top: 10px;
}
.core-product:hover p {
color: #eb4042;
}
.case-logo-box {
width: 100%;
margin: 0 auto;
padding-bottom: 20px;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: flex-start;
}
.case-logo-box img {
width: 16.5%;
}
@media screen and (min-width: 768px) {
.mm-wrapper {
overflow-x: visible;
position: relative;
}
}
@media screen and (max-width: 768px) {
.solution-wrap {
flex-wrap: wrap;
padding-bottom: 5%;
}
.solution-wrap .solution-left {
width: 100%;
position: static;
text-indent: 0;
}
.solution-wrap .solution-right {
width: 100%;
}
.solution-left {
margin-bottom: 5%;
}
.solution-left .menu-title {
width: 100%;
height: 60px;
margin-bottom: 3%;
}
.solution-left .menu-title h2 {
padding-top: 1%;
font-size: 18px;
}
.solution-left .menu-title p {
padding-top: 2px;
font-size: 14px;
}
.solution-left a {
display: inline-block;
text-align: center;
height: 60px;
width: 32%;
line-height: 60px;
font-size: 16px;
}
.industry-pain {
width: 100%;
padding: 0 0 60px;
text-align: center;
display: flex;
justify-content: space-between;
}
.industry-pain div {
margin-right: 2% !important;
}
.industry-pain div:nth-child(3) {
margin-right: 0;
}
.solu-box-white {
padding: 0;
}
.typical-solution .ts-img {
width: 50%;
padding: 0 2%;
display: flex;
align-items: center;
justify-content: center;
}
.typical-solution .ts-txt h3 {
font-size: 16px;
}
.typical-solution .ts-txt p {
font-size: 14px;
margin-top: 10px;
}
.core-product {
padding: 0;
margin: 40px auto;
}
.core-product p {
font-size: 12px;
}
.case-logo-box {
width: 90%;
padding-bottom: 20px;
}
.case-logo-box img {
width: 29%;
}
} /*# sourceMappingURL=solution.css.map */