123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121 |
- .in-box {
- padding: 68px;
- }
- .in-box > img {
- display: block;
- width: 35px;
- margin: 0 auto;
- margin-bottom: 77px;
- }
- .common-h1 {
- position: relative;
- width: fit-content;
- font-family: 'Microsoft YaHei';
- font-style: normal;
- font-weight: 700;
- font-size: 45px;
- line-height: 59px;
- text-align: center;
- letter-spacing: 2px;
- color: #111E40;
- margin: 0 auto;
- }
- .common-h1 img {
- position: absolute;
- left: -102px;
- bottom: -228px;
- z-index: -1;
- }
- .common-p {
- font-family: 'Microsoft YaHei';
- font-style: normal;
- font-weight: 400;
- font-size: 30px;
- line-height: 40px;
- text-align: center;
- letter-spacing: 2px;
- color: #111E40;
- opacity: 0.65;
- margin-top: 40px;
- }
- .in-box ul {
- display: flex;
- align-items: center;
- justify-content: space-between;
- width: 1200px;
- margin: 0 auto;
- }
- .in-box ul.in-ul1 {
- margin-top: 118px;
- margin-bottom: 64px;
- }
- .in-box ul li {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- width: 280px;
- height: 369px;
- background: #FFFFFF;
- box-shadow: 60px 3px 95px rgba(238, 238, 238, 0.65);
- border-radius: 19px;
- }
- .in-box ul li h2 {
- font-family: 'Source Han Sans CN';
- font-style: normal;
- font-weight: 500;
- font-size: 30px;
- line-height: 45px;
- color: #111E40;
- opacity: 0.8;
- margin-top: 32px;
- margin-bottom: 18px;
- }
- .in-box ul li p {
- width: 210px;
- font-family: 'Microsoft YaHei';
- font-style: normal;
- font-weight: 400;
- font-size: 18px;
- line-height: 24px;
- color: #646D83;
- opacity: 0.8;
- text-align: center;
- }
- .advantage-box {
- width: 100%;
- padding-top: 100px;
- padding-bottom: 100px;
- }
- .advantage-box ul {
- display: flex;
- align-items: center;
- justify-content: space-around;
- width: 1200px;
- margin: 0 auto;
- margin-top: 80px;
- }
- .advantage-box ul li {
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .advantage-box ul li h2 {
- font-family: 'Microsoft YaHei';
- font-style: normal;
- font-weight: 400;
- font-size: 24px;
- letter-spacing: 0.05em;
- color: #545454;
- margin-top: 30px;
- }
- .advantage-box ul li img{
- width: 80px;
- height: 80px;
- }
|