<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@CHARSET "UTF-8";
.title {
    font-size: 45px;
    text-align: center;
    color: #333333;
    font-weight: 400;
}

.screen-four{
    background-color: #f2f2f2;
    min-width: 1200px;
    margin: 0 auto;
}

.screen-four .item {
    width: 33%;
    margin: 20px auto;
   	min-height: 240px;
}
.screen-four .item .item__label{
    width: 168px;
    height: 29px;
    font-size: 26px;
    margin: 0 auto;
    text-align: center;
  		font-weight: 400;
}
.screen-four .item .item__msc{
    width: 155px;
    font-size: 12px;
    color: #333333;
    opacity: 0.9;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    margin: 0 auto;
}

.screen-four .list {
    padding-top: 60px;
    /*padding-bottom: 60px;*/
    font-size: 0;
    margin: 0px;
}

.screen-four .item__label {
    padding-top: 20px;
}

.house_icon{
    margin: 0 auto;
   	min-height: 120px;
}

.four-icon-1 {
    background: url("../images/åŸŽå¸‚.png") no-repeat;
    width: 118px;
    height: 114px;
}
.four-icon-2 {
    background: url("../images/æˆ·åž‹.png") no-repeat;
    width: 99px;
    height: 111px;
}
.four-icon-3 {
    background: url("../images/è¥é”€ç®¡ç†\ \(1\).png") no-repeat;
    width: 132px;
    height: 109px;
}
.four-icon-4 {
    background: url("../images/æ£®æž—.png") no-repeat;
    width: 119px;
    height: 114px;
}
.four-icon-5 {
    background: url("../images/å…¨æ™¯-äº’åŠ¨.png") no-repeat;
    width: 117px;
    height: 117px;
}
.four-icon-6 {
    background: url("../images/ä¹¦.png") no-repeat;
    width: 107px;
    height: 117px;
}

.screen-four-top{
    min-width: 1200px;
    height: 1070px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.screen-four-top .title h1{
    width: 867px;
    font-size: 45px;
    font-weight: 400;
    color: #333333;
    opacity: 0.9;
    margin-bottom: 10%;
    position: relative;
}

.screen-four-top .title h1::after{
    content: "";
    display: block;
    height: 3px;
    width: 61px;
    background-color: #3C7AD1;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
}

.screen-four-top .title p{
    width: 579px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    opacity: 0.8;
    margin: 0 auto 100px;
}

.yingxiao-container{
    width: 1200px;
    height: 652px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-content: space-between;
}


.yingxiao1{
    background: url("../images/æ‘„å›¾ç½‘_500295648_ä¼ä¸šæ–‡åŒ–ï¼ˆéžä¼ä¸šå•†ç”¨ï¼‰.png") no-repeat;
}
.yingxiao2{
    background: url("../images/æ‘„å›¾ç½‘_500924990_å•†åŠ¡å›¢é˜Ÿæ‹¼å›¾åˆä½œå…±èµ¢æ¦‚å¿µï¼ˆéžä¼ä¸šå•†ç”¨ï¼‰.png") no-repeat;
}
.yingxiao3{
    background: url("../images/æ‘„å›¾ç½‘_501461386_æ—¶ä»£å¹¿åœºï¼ˆéžä¼ä¸šå•†ç”¨ï¼‰.png") no-repeat;
}
.yingxiao4{
    background: url("../images/æ‘„å›¾ç½‘_500144884_ç”µå­å•†åŠ¡è´­ç‰©æ”¯ä»˜ï¼ˆéžä¼ä¸šå•†ç”¨ï¼‰.png") no-repeat;
}

.yingxiao{
    width: 590px;
    height: 319px;
    flex-shrink: 0;
    margin: 0px;
    position: relative;
}

.yingxiao a{
    width: 292px;
    height: 66px;
    background-color: #3C7AD1;
    display: block;
    border-radius: 33px;
    position: absolute;
    top: 60px;
    left: 32px;
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    text-align: center;
    line-height: 66px;
}

.yingxiao p{
    font-size: 20px;
    font-weight: bold;
    color: #4D4D4D;
    line-height: 30px;
    position: absolute;
    top: 189px;
    left: 52px;
}

.yingxiao2 p{
    width: 202px;
}
.yingxiao4 p{
    width: 204px;
}</pre></body></html>