<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    margin: 0;
    padding: 0;
}
.serivces-main{
    width: 100%;
    overflow:hidden;
}
.serivces-banner{
    width: 100%;
    position: relative;
}
.img-com{
    width: 100%;
    height: auto;
    border: none;
    display: block;
}
.banner-text{
    width: 60%;
    margin: auto;
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}
.banner-text h1{
    font-size: 32px;
    font-family: OpenSans;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 45px;
    margin-bottom: 25px;
}
.banner-text p{
    font-size: 18px;
    font-family: OpenSans;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
}
.banner-text .buttons{
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.banner-text .buttons button.btns{
    padding: 15px 0;
    margin-right: 20px;
}
.banner-text .buttons .btns a{
    color: #FFFFFF;
    padding: 5px 30px;
    border-radius: 20px;
    text-decoration: none;
    font-family: OpenSans;
    font-size: 16px;
    border: none;
    margin-top: 30px;
}
.banner-text .buttons .btn-sign a{
    background: #00A0F0;
    margin-right: 45px;
    border:1px solid #00A0F0;
}
.banner-text .buttons .btn-sign a:hover{
    background-color: inherit;
    border: 1px solid #FFFFFF;
}
.banner-text .buttons .btn-inquiry a{
    border: 1px solid #FFFFFF;
}
.banner-text .buttons .btn-inquiry a:hover{
    border: 1px solid #00A0F0;
    background: #00A0F0;
}
.serivces-icon{
    width: 100%;
    background: #f6fcff;
}
.serivces-icon ul{
    width: 60%;
    margin: 0 auto;
    padding: 25px 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}
.serivces-content{
    width: 68.4%;
    max-width: 1300px;
    margin: 30px auto;
}
.serivces-common{
    display: flex;
    justify-content: space-between;
}
.serivces-common .boxs{
    width: 47.6%;
}
.serivces-msg{
    display: flex;
}
.serivces-msg .serivces-progress{
    width: 4px;
    max-height: 600px;
    margin-right: 25px;
    position: relative;
}
.serivces-bar{
    width: 4px;
    height: 70px;
    background: #9dadb3;
}
.serivces-title{
    flex: 1;
}
.serivces-msg:hover{
    box-shadow: 0px 25px 20px rgb(0 0 0 / 8%);
}
.serivces-title h4{
    font-size: 27px;
    font-family: OpenSans;
    font-weight: bold;
    color: #222d35;
    margin-bottom: 20px;
}
.serivces-title p{
    width: 96%;
    font-size: 14px;
    font-family: OpenSans;
    font-weight: 400;
    color: #222d35;
    line-height: 20px;
    margin: 0;
}
.serivces-title ul{
    margin: 0;
    padding: 0;
}
.serivces-title ul li{
    margin: 10px 0;
    padding: 0;
    list-style: none;
}
.serivces-title ul li a{
    font-size: 20px;
    font-family: OpenSans;
    font-weight: bold;
    color: #016DB9;
    text-decoration: none;
}
.serivces-title ul li a:hover{
    text-decoration: underline;
}
.serivces-title ul li .title-pcb{
    margin-top: 8px;
}
.serivces-left .serivces-imgs img{
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
}
.serivces-right{
    margin: 70px 0;
}
.serivces-right .serivces-imgs img{
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
}
.serivces-mark span{
    color: #666;
}
.serivces-choose{
    width: 68.4%;
    max-width: 1300px;
    margin: 25px auto;
    margin-top: 60px;
}
.choose-title{
    width: 100%;
    text-align: center;
}
.choose-title p{
    font-size: 34px;
    font-family: OpenSans;
    font-weight: bold;
    color: #222d35;
}
.choose-list{
    width: 100%;
    margin: 30px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 10px;
}
.choose-list li{
    list-style: none;
    width: 32%;
    background: #FAFAFA;
    text-align: center;
    padding: 30px 35px;
    margin: 0 0 25px 0;
}
.choose-list li img{
    width: 70px;
    height: 70px;
    margin-top: 12px;
}
.choose-list li div.choose-msg{
    margin-top: 15px;
}
.choose-list li div.choose-msg h6{
    font-size: 18px;
    font-family: OpenSans;
    font-weight: bold;
    color: #222d35;
    margin-bottom: 15px;
}
.choose-list li div.choose-msg p{
    font-size: 14px;
    font-family: OpenSans;
    font-weight: 400;
    color: #222d35;
    line-height: 20px;
}
.choose-last{
    width: 100%;
    position: relative;
}
.choose-last img{
    width: 100%;
}
.last-list{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-around;
    color: #FFFFFF;
}
.last-list li{
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.last-list li .last-num{
    font-size: 36px;
    font-family: OpenSans;
    font-weight: bold;
    margin-bottom: 3px;
}
.last-list li p{
    font-size: 16px;
    font-family: OpenSans;
    font-weight: 400;
    margin: 0;
}</pre></body></html>