@charset "utf-8";

.sup_banner>img{
    width: 100%;
    object-fit: cover;
}
textarea{
    resize: none;
}
/* 公共样式 */
.hezuo,.zhaomubox,.guizebox,.enrollBox{
    padding: 50px 0;
    box-sizing: border-box;
}
.title,.hezuoImg{
    text-align: center;
}
.title{
    text-align: center;
    margin-bottom: 30px;
}
.title>h1{
    color: var(--mainFontColor);
    font-size: 30px;
}
.title>span{
    text-transform: uppercase;
    color: #ccc;
    font-size: 16px;
}
.hezuoImg>img{
    max-width: 1145px;
    max-height: 181px;
}

.tb1{
    width: 250px;
}
.tb2{
    width: 200px;
}
.tb3{
    width: 350px;
}
.tb4{
    width: 395px;
}

.zmutable{
    font-size: 18px;
    border: 1px solid #ff5500;
    box-shadow: 0 5px 6px rgba(255,85,0,.15);
}
.zmutable .zmuth{
    background-color: var(--main-color);
    color: #fff;
    line-height: 50px;
}
.zmutable ul li,.zmutable ul li>div{
    display: flex;
    justify-content: center;
    align-items: center;
}
.zmutable ul li.zmutd>div{
    height: 325px;
}
.zmutable ul li.zmutd{
    color: var(--mainFontColor);
    background-color: #fff;
}
.zmutable ul li.zmutd .tb1{
    flex-direction: column;
    background-color: #fcf5f5;
    padding: 10px 0;
    box-sizing: border-box;
}
.zmutable ul li.zmutd .tb1>span{
    margin-bottom: 10px;
}
.zmutable ul li.zmutd .tb1>span:last-child{
    margin-bottom: 0;
}

.bue{
    color: #0077ef;
}
.bleft{
    border-left: 2px solid #e7e7e7;
}

.zhaomubox,#qyService{
    background-color: #f4f4f4;
}
.guzelist ul{
    display: flex;
    justify-content: space-between;
    align-content: center;
}
.guzelist ul li{
    border: 1px solid var(--main-color);
    border-radius: 20px;
    padding: 20px 15px;
    width: 390px;
    box-sizing: border-box;
    min-height: 290px;
}
.guzelist ul li h3{
    font-size: 18px;
    color: var(--mainFontColor);
}
.guzelist ul li .lilist em{
    display: inline-block;
    width: 19px;
    height: 18px;
    line-height: 18px;
    border-radius: 50%;
    background-color: var(--main-color);
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding-left: 1px;
    margin-right: 3px;
}
.guzelist ul li .lilist p{
    margin-top: 15px;
}
.guzelist ul li .lilist span{
    font-size: 16px;
    color: var(--assFontColor);
}
.enrollBox{
    background: url(../newimages/lww_sup_bg.png)no-repeat center center;
    height: 550px;
    width: 100%;
}
.qyllBox{
    background: url(../newimages/qyservicebg.png)no-repeat center center;
}
.enroll .title>h1,
.ad-qy--ul ul li span{
    color: #fff;
}
.enrform{
    text-align: center;
}
.enrform>form{
    display: inline-block;
}
.enitem{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.enitem>span{
    background-color: var(--main-color);
    color: #fff;
    padding: 13px 0;
    font-size: 18px;
    display: inline-block;
    min-width: 120px;
}
.enitem>span>em{
    color: red;
}

.enitem input,.enitem textarea{
    width: 330px;
    height: 50px;
    border: 1px solid var(--main-color);
    background-color: #fff;
    outline: none;
    padding: 0 5px;
    box-sizing: border-box;
    font-size: 16px;
}
.enitemErr{
    font-size: 12px;
    color: #e33c33;
    line-height: 20px;
    padding: 0 20px 0 39px;
    position: relative;
    background-color: #fff;
    text-align: left;
    opacity: 0;
}
.enitemErr::before{
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    background: url(../newimages/lww_errorss.png)no-repeat center;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.form-left .enitem:nth-last-of-type(2){
    margin-bottom: 8px;
}
.form-right{
    margin-left: 25px;
}
.form-right .enitem textarea{
    height: 190px;
    width: 450px;
    box-sizing: border-box;
    padding: 13px 17px;
    font-size: 14px;
}
.form-right .enitem textarea::-webkit-input-placeholder{
    color: #999999;
}
.tijiao{
    text-align: center;
    margin-top: 30px;
}
.tijiao>button{
    background-image: linear-gradient(to right,#fb3c34,#ff8a41);
    border: none;
    border-radius: 10px;
    width: 300px;
    height: 50px;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    outline: none;
}
.ad-qy--title{
    text-align: center;
    padding: 40px 0 21px;
    color: var(--mainFontColor)
}
.ad-qy--title>h1{
    font-size: 30px;
}
.ad-qy--title>span{
    font-size: 12px;
    text-transform: uppercase;
}
.ad-qy--ul ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.ad-qy--ul ul li{
    flex-shrink: 0;
    width: 380px;
    height: 200px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    margin-bottom: 25px;
}
.ad-qy--ul ul li img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ad-qy--ul ul li:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.ad-qy--ul ul li:hover img,.ad-qy--ul ul li img{
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.ad-qy--ul ul li span{
    font-size: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}