/**组件样式**/
/**组件样式**/
/**组件样式**/
.wl {
    position: relative;
    z-index: 1;}

.wl::after {
    content: "";
    z-index: -1;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0px;
    height: 100%;}
.l3{
overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 3;
 -webkit-box-orient: vertical;}
.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;}
.scale {
    overflow: hidden;}

.imged {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
    transition: 0.5s;
    background-size: cover !important;}

.imged img {
    display: none;}
a:hover .imged {
    transform: scale(1.1);}
.xrld{
padding:0 8px;}
.xrld ul {
    justify-content: space-between;}

.xrld li {
    width: 48%;
    margin: 30px 0;}

.xrld li a {
    align-items: center;
    box-shadow: 0px 2px 8px 0px rgba(10, 11, 24, 0.1);
    background: #fff;}

.xrld li a::after {
    background: #009194;
    width: 100%;
    height: 0;}

.xrld li .scale {
    width: 180px;}

.xrld li .con {
    width: calc(100% - 180px);
    padding: 30px 25px;}

.xrld li h3 {
    font-size: 22px;
    color: #333;
    line-height: 32px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    transition: 0.5s;}

.xrld li h3::after {
    width: 60px;
    height: 3px;
    background: #119790;
    bottom: -1.5px;}

.xrld li p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    max-height: 90px\0;
    margin-top: 20px;
    transition: 0.5s;}

.xrld li .imged {
    padding-bottom: 130%;}

@media(min-width: 1024px) {
    .xrld li a:hover::after {
        height: 100%;}

    .xrld li a:hover h3:after {
        background: #fff;}

    .xrld li a:hover h3,
    .xrld li a:hover p {
        color: #fff;}
}

@media screen and (max-width: 1024px) {
    .xrld li {
        width: 100%;
        margin: 15px 0;}
    .xrld ul{margin-top:15px;}
}

@media screen and (max-width: 768px) {
    .xrld ul {
    margin-top: 0;}
}

@media screen and (max-width: 420px) {
    .xrld li .scale {
        width: 160px;}

    .xrld li .con {
        width: calc(100% - 160px);
        padding: 14px;}
    .xrld li p{
        margin-top:10px;}
}
.gz {
    margin-right: 30px;}
.test img{max-width:120px;height:auto;width:100%;}
.test {
    float: left;}

.footerLeft span {
    display: block;
    font-size: 14px;
    line-height: 36px;
    color: #ffffff;
    text-align: center;}

@media screen and (max-width: 1024px){
 .test {
        width: 120px;
        padding-top: 2%;}

    .sp {
        float: right !important;}
    .footerLeft{
        width: 270px;
        margin: 0 auto;
        float: none;}
}


.footerRight ul li .ico {
    height: 40px;}

.footerRight ul li .ico img {
    max-height: 100%;
    transition: all 0.5s;}

.footerRight ul li:hover img {
    transform: rotateY(180deg);}


.footerRight ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;}

.footerRight ul li {
    text-align: center;
    width: 33.33%;}

.footerRight ul li:nth-child(-n+3) {
    margin-bottom: 18px;}

.footerRight ul li a p {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #ffffff;}
