<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.content {
    background: #f0f2f5;
}

.searchBox {
    padding: 20px 0 20px 0;
    background: white;
}

.selectBox {
    width: 346px;
    height: 52px;
    border: 2px solid #EBEBEB;
    position: relative;
}

.selectList {
    position: absolute;
    box-shadow: 0px 26px 28px 1px rgba(0, 0, 0, 0.2);
    background: #FFFFFF;
    width: 350px;
    top: 53px;
    padding: 0 16px;
    box-sizing: border-box;
    border: 2px solid #EBEBEB;
    left: -2px;
    color: #757575;
    display: none;
    z-index: 99;
}

.selectList p {
    padding: 16px 0;
    cursor: pointer;
}

.selectInput {
    width: 346px;
    height: 52px;
    box-sizing: border-box;
    padding: 0 16px;
    cursor: pointer;
}

.selectInput p {
    flex: 1;
    font-size: 16px;
    color: #282828;
}

.searchInput {
    height: 52px;
    flex: 1;
    border: 2px solid #EBEBEB ;
    position: relative;
}

.searchInput input {
    flex: 1;
    font-size: 16px;
    color: #757575;
    background: none;
    height: 100%;
    padding: 0 36px;
}

.selectInputArrow {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}

.categoryNav {
    background: white;
}

.categoryNavBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 64px;
    color: #666666;
    font-size: 18px;
}

.categoryNavBox a.active {
    color: #218BC7;
}

.requestBox {
    margin-top: 20px;
}

.ourCaseList ul {
    flex-wrap: wrap;
}

.ourCaseList ul li {
    width: 386px;
    margin-right: calc((100% - 3 * 386px) / 2);
    margin-bottom: 28px;
}

.ourCaseList ul li:nth-child(3n) {
    margin-right: 0;
}

.caseImgBox {
    position: relative;
    border: 1px solid #DCDCDC;
    overflow: hidden;
}

.caseImgBox img {
    width: 386px;
    height: 248px;
    display: block;
}

.caseImgWord {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.51);
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color: #FFFFFF;
    display: none;
}

.caseImgWord h6 {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 10px;
}

.caseImgWord p {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 30px;
}

.caseImgWord span {
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
}

.ourCaseItemWord {
    width: 100%;
    box-sizing: border-box;
}

.ocwLf {
    width: 340px;
    padding: 14px 15px 20px 15px;
    position: relative;
    box-sizing: border-box;
}

.ocwLf::after {
    content: "";
    width: 1px;
    height: 28px;
    background: #E5E5E5;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.ocwLf h5 {
    font-size: 18px;
    color: #373942;
    line-height: 22px;
    margin-bottom: 10px;
}

.ocwLf p {
    font-size: 14px;
    font-weight: 500;
    color: #757782;
    line-height: 16px;
}

.ourCaseRightIcon {
    margin: 0 18px 0 10px;
}

.ourCaseRightIcon.active {
    display: none;
}

.ourCaseList ul li:hover {
    cursor: pointer;
}

.ourCaseList ul li:hover .caseImgWord {
    display: flex;
}

.ourCaseList ul li:hover .ocwLf h5 {
    color: #218BC7;
    font-weight: bold;
}

.ourCaseList ul li:hover .ourCaseRightIcon.active {
    display: block;
}

.ourCaseList ul li:hover .ourCaseRightIcon.normal {
    display: none;
}
.ourCaseList ul li:hover .caseImgBox img {
    transform: scale(1.1);
}



.newCategoryNavWrapper{
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);;
}
.newCategoryNav{
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
}
.categoryNavItem{
    display: flex;
    align-items: center;
}
.categoryNavItem&gt;a{
    padding: 19px 20px 19px 20px;
    font-size: 18px;
    color: #666666;
    line-height: 24px;
}
.categoryNavItem&gt;a:hover{
    font-weight: bold;
}

.categoryNavItem&gt;.active{
    color: #218BC7;
}
.newCaseItem{
    position: relative;
    width: 388px;
    border-radius: 8px 8px 0 0;
    box-shadow: 0px 6px 24px 1px rgba(0, 0, 0, 0.08);
}
.newCaseItem:hover{
    box-shadow: 0px 6px 24px 1px rgba(0, 0, 0, .2);
}
.newCaseItemImg{
    margin-bottom: 12px;
    width: 388px;
    height: 300px;
}
.newCaseFont{
    width: 252px;
    line-height: 25px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.newCaseItemTitle{
    font-size: 18px;
    padding: 0 10px;
    color: #333333;
}
.newCaseItemDesc{
    padding: 11px 10px;
    font-size: 16px;
    color: #757782;
}
.newCaseItemIcon{
    position: absolute;
    right: 10px;
    bottom: 11px;
    width: 24px;
    height: 24px;
}

/* 5.7è¦†ç›–åŽŸæ&nbsp;·å¼ */
.requestBox {
    margin-top: 0;
    padding-top: 40px;
    background: #fff;
}
.searchInput{
    flex: unset; /*è¦†ç›–22è¡ŒåŽŸæ¥çš„æ&nbsp;·å¼*/
    width: 384px;
}
/* 5.7 end */

.newCaseItemLine {
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #218BC7;
    transition: .5s linear;
}

.newCaseItem:hover .newCaseItemLine {
    width: 100%;
}
.newCaseItem:hover .newCaseItemImg {
    scale: 1.1;
}

.newCaseItemImgWrapper {
    margin-bottom: 12px;
    border-radius: 8px;
    width: 388px;
    height: 300px;
    overflow: hidden;
}

.spage-number&gt;button:hover {
    background: #006AA5 !important;
    color: #fff !important;
    border: 1px solid #006AA5 !important;
}
</pre></body></html>