/* 轮播图样式开始 */
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.centerbox {
    position: relative;
}

.centerbox img {
    width: 100%;
    height: 100%;
}

.swiper-text {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    width: 100%;
    top: 410px
}

.swiper-text p {
    width: 100%;
    text-align: center;
    color: #ccc;
    font-size: 13px
}

.swiper-text p:nth-of-type(1) {
    font-size: 26px;
    color: white
}

.swiper-text p:nth-of-type(2) {
    color: white
}

.swiper-button-prev {
    background-image: url(../img/prev.svg) !important
}

.swiper-button-next {
    background-image: url(../img/prev.svg) !important;
    transform: rotate(-180deg)
}

.swiper-pagination-bullet {
    background-color: white !important;
    margin-bottom: 40px !important
}

/* 轮播图样式结束 */

/* all-box */
.all-box {
    position: absolute;
    z-index: 888;
    transform: translateX(-50%);
    left: 50%;
    top: 160px;
    color: #ffffff;
    text-align: center;
    font-size: 45px;
}

.all-box p {
    width: 140%;
    text-align: left
}

.all-box .all-content {
    width: 140%;
    height: 110px;
    position: absolute;
    background: rgba(0, 0, 0, .4);
    border-radius: 6px;
    left: -15%;
    margin-top: 30px;
}

.all-box .all-content .all-content-top {
    width: 87% !important;
    margin: auto;
    margin-top: 20px
}

.all-box .all-content .all-content-top ul {
    color: white
}

.all-box .all-content .all-content-top ul li {
    float: left;
    padding: 5px 16px;
    background-color: rgba(190, 202, 204, .3);
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px !important
}

.inputs input {
    width: 70%;
    height: 20px;
    float: left;
    padding: 6px 12px;
    background: #ffffff !important;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border: 1px !important;
    font-size: 14px !important;
    font-weight: none !important
}

.inputs button {
    height: 32px;
    line-height: 32px;
    font-size: 14px !important;
    background-color: #11a66c;
    border: none;
    color: white;
    padding: 0px 30px;
    float: left;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    cursor: pointer;
}

.centerbox .sd1{
    background: url(../img/coursel_1.jpg) no-repeat;
    background-size: cover
}
.centerbox .sd2{
    background: url(../img/coursel_2.jpg) no-repeat;
    background-size: cover
}
.centerbox .sd3{
    background: url(../img/coursel_3.jpg) no-repeat;
    background-size: cover
}

@media screen and (max-width: 767px){
   /* 自适应手机的样式开始 */
.centerbox .all-box .all-content .all-content-top ul li {
    float: left;
    padding: 5px 2px !important;
    background-color: rgba(190, 202, 204, .3);
    margin-right: 5px;
    margin-bottom: 10px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px !important;
    font-size: 11px !important;
}
.centerbox .all-box p{
    font-size: 19px !important
}
.centerbox .inputs input {
    width: 38% !important;
    height: 20px !important;
    float: left;
    padding: 6px 12px !important;
    background: #ffffff !important;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border: 1px !important;
    font-size: 14px !important;
    font-weight: none !important
}

.centerbox .sd1{
    background: url(../img/banner1.png) no-repeat;
    background-size: cover
}
.centerbox .sd2{
    background: url(../img/banner2.png) no-repeat;
    background-size: cover
}
.centerbox .sd3{
    background: url(../img/banner3.png) no-repeat;
    background-size: cover
}

/* 自适应手机样式结束 */
}
