/********Ê×Ò³**********/
.layout-container {
    padding-top: 0px;
}
/*ÂÖ²¥Í¼*/
.swiper-item { 
    height: 500px;
}

.swiper-info {
    padding-top: 170px;
    width: 700px; 
    display: flex;
    flex-direction: column; 
    align-items:flex-start;
}

.swiper-info h2 {
    color: #fff;
    font-size: 48px;
    font-weight: bold;
}

.swiper-info p {
    margin-top: 20px;
    color: #FEFFFF;
    font-size: 20px;
    line-height: 36px;
}

.swiper-info .link {
    display: block;
    margin-top: 30px;
}

.swiper-info .link a {
    display: inline-block;
    height: 45px;
    line-height: 45px;
    padding: 0 40px;
    font-size: 18px;
    color: #fff;
    border: none;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    background: #ff8711;
    margin-right: 20px;
}

.swiper-info .link a:hover {
    color: #fff;
}

.swiper-info .link .a2 {
    background: transparent;
    border: 1px solid #fff;
    transition: all .2s;
}

.swiper-info .link .a2:hover {
    color: #144ecf;
    background: #fff;
}