@charset "UTF-8";

/*---------- 服务卡片 ----------*/
.service-card-group {
    position: relative;
}

.service-card-items {
    margin-left: -12px;
    margin-right: -12px;
    margin-bottom: -24px;
    margin-bottom: 70px;
}

.service-card-items:after {
    display: block;
    content: "";
    clear: both;
}

.service-card-items li {
    width: 124px;
    height: 116px;
    margin: 25px 43px;
    float: left;
    border-radius: 12px;
    border: 1px solid #c1c1c1;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #fff url("../../images/indexDoor/zyexpress.png") no-repeat;
    background-size: 100% 100%;
    padding: 10px;
}
.service-screening-items div{
    overflow: hidden;
    float: left;
    width: 722px;
}
.service-card-items li:hover{
    border: 1px solid #cb9086;
    box-shadow: 0 0 7px  rgba(202, 109 , 109, 0.4);
}
.service-card-items li:hover {
    /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.07); */
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
}

.service-card-items li:before {
    position: absolute;
    left: 0;
    top: 0;
    right:0;
    z-index: 998;
    display: block;
    /* content: ""; */
    height: 4px;
    background: transparent;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.service-card-items li .mobile-icon {
    position: absolute;
    right: 0;
    top: 4px;
    z-index: 998;
    border-top: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid transparent;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.service-card-items li:hover .mobile-icon {
    border-top: 20px solid #003c88;
    border-right: 20px solid #003c88;
    border-bottom: 20px solid transparent;
    border-left: 20px solid transparent;
}

.service-card-items li .mobile-icon:before {
    position: absolute;
    right: 0;
    top: -34px;
    z-index: 997;
    content: "";
    width: 1px;
    height: 68px;
    background: #e5e5e5;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

.service-card-items li:hover .mobile-icon:before {
    display: none;
}

.service-card-items li .mobile-icon svg {
    position: absolute;
    right: -18px;
    top: -20px;
    display: block;
    width: 18px;
    height: 18px;
    fill: #e5e5e5;
}

.service-card-items li > span {
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    margin: 20px auto 0;
    display: block;
}

.service-card-items li span img,
.service-card-items li span svg {
    display: block;
    height: 38px;
    fill: #9f1b29;
}

.service-card-items li span svg {
    width: 100%;
    height: 100%;
    margin: 0px;
}

.service-card-items p {
    height: 40px;
    margin: 15px 0 10px;
    text-align: center;
    cursor: pointer;
}

.service-card-items p span {
    line-height: 20px;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    text-align: center;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0 auto;
}
.service-card-items p span:hover{
    color: #9d2236;
}
.service-card-items button{
    width: 80px;
    height: 18px;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    color: #a5a5a5;
    font-size: 12px;
    display: block;
    margin: 14px auto 0;
    cursor: pointer;
}

.service-card-items li button:hover{
    color: #fff;
    border: 1px solid #9d2236;
    background: #9d2236;
}

.service-card-items .statement {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 12px;
    color: #999;
}

.service-search-box {
    width: 100%;
    margin: 0 auto;
    background: url("../../images/indexDoor/line.png") no-repeat;
    background-position: -39px 24px;
    margin-top: 30px;
}

.service-search-box h4 {
    font-weight: bold;
    color: #525151;
    text-align: center;
    font-size: 35px;
    height: 40px;
    margin-bottom: 50px;
    line-height: 50px;
}

.service-search-box h4::after {
    content: '';
    display: block;
    width: 50px;
    height: 6px;
    margin: 0 auto;
    background: var(--main-color) !important;
}
.banner {
    width: 100%;
    height: 220px;
    padding-top: 65px;
    margin-bottom: 30px;
}
.smallheader{
    width: 1200px;
    height: 25px;
}

.smallheader > a {
    float: right;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
}

.paging-box {
    margin-bottom: 90px;
    text-align: center;
}

.paging-box .paging {
    display: inline-block;
}

.main-white {
    background: #fff;
    width: 1200px;
    margin: 0 auto;
}
.main-nav {
    height: 85px !important;
}
.logo {
    margin-top: 10px;
}
.main-nav-inner > section{
    right: -20px !important;
    top: 5px;
}
.main-search-section{
    padding: 35px 0 !important;
}