@charset "utf-8";
body,ul,dl,dt,dd,p,h1,h2,h3,h4,h5,h6,figure,tr,td,img{
    margin:0;
    padding:0;
    font:14px "微软雅黑";
    color:#727272;
}
ul,dl{
    list-style:none;
}
a{
    text-decoration: none;
}
img{
    border:0;
}
.center{
    width:1200px;
    margin:0 auto;
}
.clear{
    clear: both;
}


/*banner*/
.banner{
    width:100%;
    min-width: 1200px;
    overflow:hidden;
    position: relative;
}
/*vip模块一*/
.vip-tittle{
    text-align: center;
}
.vip-tittle p{
    color:#000;
    font-size: 40px;
    letter-spacing: 3px;
}
.vip-tittle p span{
    color:#e60008;
}
.vip1{
    padding: 42px 0 35px;
    background: #f0f0f0;
}
.vip-box{
    width: 1200px;
    margin: 0 auto;
}
.vip-card{
    padding-top: 45px;
    font-size: 0;
}
.vip-card-item{
    position: relative;
    display: inline-block;
    width: 292px;
    height: 196px;
    background: white;
    padding: 35px 23px 0 29px;
    box-sizing: border-box;
    margin-right: 10px;
    vertical-align: top;
}
.vip1-4{
    margin: 0;
}
.vip-card-item .hot-img{
    position: absolute;
    top:0;
    left: 0;
}

.vip-card-title{
    border-bottom: 1px solid #f0f0f0;
    box-sizing: border-box;
    color: #000000;
}
.vip-card-title p{
    position: relative;
    top: 1px;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
    color: #000000;
}
.vip-card-title a{
    margin-top: 3px;
    float: right;
    font-size: 14px;
    color:#000;
    opacity: 0.64;
}
.vip-list{
    display:block;
    margin-top: 15px;
    font-size: 14px;
    line-height: 22px;
    color: #e40011;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*vip模块二*/
.vip2{
    padding: 45px 0;
    background: #fafafa;
}

.vip2 .vip-card .vip2-img{
    height: 410px;
    overflow: hidden;
}
.vip2 .vip-card .vip2-img img{
    position: relative;
    top: -164px;
    left: -351px;
}
.vip2-btn{
    text-align: center;
}

.vip2-btn button{
    background:#4e61f9;
    font-size: 28px;
    color:white;
    border-radius: 8px;
    border:0;
    padding: 4px 50px 5px;
}

/*vip模块三*/
.vip3{
    padding-top: 45px;
    background:#f1f5f8 url(../img/vip/m4_bg.png) right bottom no-repeat;
    background-size: 1200px 100%;
}

.vip3 .vip-card{
    background:#f1f5f8 url(../img/vip/m1_cont.png) right bottom no-repeat;
    background-size: 100% 100%;
    font-size: 0;
    margin-top: 45px;
    padding: 45px 32px;
}
.vip3 .vip-card li{
    display: inline-block;
    vertical-align: top;
}
.vip3-left img,.vip3-right img{
    width: 248px;
}
.vip3-middle{
    width: 634px;
    padding-left: 22px;
    padding-right: 34px;
    box-sizing: border-box;
}
.vip3-middle-top{
    padding-left: 97px;

}
.vip3-middle-top img{
    margin-right: 15px;
    vertical-align: middle;
}
.vip3-middle-top span{
    font-size: 33px;
    color: #333333;
    vertical-align: middle;
}
.vip3-middle-center{
    margin-top: 18px;
    margin-bottom: 35px;
}
.vip3-middle-bottom button{
    width: 129px;
    height: 39px;
    background-color: #ffffff;
    border-radius: 6px;
    border: solid 1px #0cd3d0;
    opacity: 0.69;
    margin-right: 20px;
}
.vip3-middle-bottom button:last-child{
    margin: 0;
}

/*vip模块四*/
.vip4{
    padding: 30px 0 45px;
    background: white;
}

.vip4 .vip-tittle small{
    letter-spacing: 3px;
    color: #000000;
    opacity: 0.48;
}
.vip4 .vip-card-title{
    font-size: 28px;
    letter-spacing: 2px;
    color: #000000;
    height: 66px;
    line-height: 64px;
    text-align: center;
}
.vip4 .vip-card-item{
    width: 382px;
    height: 231px;
    margin-right: 27px;
    vertical-align: top;
    padding: 0 25px 0 30px;
}
.vip4-1{
    background: url(../img/vip/vip4_cont_left.png) no-repeat
}
.vip4-2{
    background: url(../img/vip/vip4_cont_middle.png) no-repeat
}
.vip4 .vip4-3{
    background: url(../img/vip/vip4_cont_right.png) no-repeat;
    margin-right: 0;
}
.vip4-card-content{
    padding-top: 15px;
}
.vip4-card-content p{
    line-height: 30px;
    letter-spacing: 1px;
    color: #ffffff;
    text-align: center;
}
.vip4 .consult-type{
    margin-top: 61px;
    text-align: center;
}
.vip4 .consult-type button{
    width: 243px;
    height: 59px;
    background-color: #e40011;
    border-radius: 10px;
    font-size: 22px;
    letter-spacing: 2px;
    color: #ffffff;
    text-align: center;
    line-height: 57px;
    border:1px solid transparent;
}
.vip4 .consult-type button:hover{
    background: white;
    color:#e40011;
    border-color: #e40011;
}
.vip4 .consult-type span{
    font-size: 27px;
    letter-spacing: 2px;
    color: #e40011;
    margin-left: 12px;
}

/*vip模块五*/
.vip5{
    padding-top: 15px;
    background: url(../img/vip/vip5-bg.png) no-repeat;
    background-size: 100% 100% ;
}
.vip5 .vip-tittle p{
    padding: 10px 0;
}
.vip5-img{
    position: relative;
    height: 705px;
    background: url(../img/vip/vip5-img.png) no-repeat;
    background-position: -417px -98px ;
}
.vip5-img div{
    position: absolute;
    padding:15px 10px;
    border: 1px solid #959595;
    border-radius: 10px;
    background: white;
}
.vip5-img p{
    font-size: 16px;
    color:#00a256;
    text-align: center;
}
.vip5-img span{
    color:#fb7909;
}
.vip5-img .vip5-text1{
    top: 112px;
    left: 30px;
    background: unset;
    border: unset;
}
.vip5-img .vip5-text1 p{
    text-align: left;
}
.vip5-text2{
    top: 65px;
    left: 440px;
}
.vip5-text3{
    top: 210px;
    left: 655px;
}
.vip5-text4{
    top: 280px;
    left: 400px;
}
.vip5-text5{
    top: 400px;
    left: 323px;
}
.vip5-text6{
    top: 480px;
    left: 580px;
}
.vip5-img .vip5-text7{
    top: 504px;
    left: 870px;
    background: unset;
    border: unset;
}
.vip5-img .vip5-text7 p{
    text-align: right;
}

.vip5-img a{
    position: absolute;
    bottom: 30px;
    left: 380px;
    width: 435px;
    height: 59px;
    box-shadow: 1px 3px 6px 0 rgba(46, 18, 21, 0.52);
    background: #e40011;
    display: inline-block;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 2px;
    color: #ffffff;
    border-radius: 30px;
    line-height: 58px;
    text-align: center;
    border: 1px solid transparent;
    cursor: pointer;
    box-sizing: border-box;
}
.vip5-img a:hover{
    background: white;
    color:#e40011;
    border-color: #e40011;
    box-shadow: unset;

}
/*vip模块六*/
.vip6{
    padding: 40px 0;
    background: white;
}

.vip6 .vip-tittle small{
    line-height: 70px;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 2px;
    color: #e40011;
}
.vip6 .vip-card{
    padding: 0 95px;
}
.vip6 .vip-card .vip-card-item{
    vertical-align: top;
    border:1px solid lightblue;
    margin-right: 65px;
    margin-bottom: 15px;
    border-radius: 10px ;
    text-align: center;
    padding: 10px;
}
.vip6 .vip-card .vip-card-item:nth-child(3n){
    margin-right: 0;
}
.vip6 .icon-img{
    margin-top: 10px;
    height: 70px;
    text-align: center;
}
.vip6 .icon-img img{
    width: 60px;
    height: 60px;
    object-fit: contain;
}
.vip6-class-name{
    font-size: 20px;
    font-weight: bold;
}
.vip6-btn{
    margin-top: 15px;
}
.vip6-btn button{
    background: #e40011;
    font-size: 14px;
    color:white;
    border:1px solid #e40011;
    padding: 4px 14px 6px;
    border-radius: 20px;
    box-shadow: 0 3px 0 #e40011;
    cursor: pointer;
    box-sizing: border-box;
}
.vip6-btn button:hover{
    background: white;
    color:#e40011;
    box-shadow: unset;
}
.vip6-btn button:first-child{
    margin-right: 20px;
}
/*vip模块七*/
.vip7{
    background: #eee;
    padding-bottom: 30px;
    padding-top: 40px;
}
.vip7-img{
    font-size: 0;
    text-align: center;
    padding: 20px 0;
}
.vip7-img li{
    display: inline-block;
    margin-right: 50px;
    text-align: center;
}
.vip7-img li:last-child{
    margin-right: 0;
}
.vips-btn{
    margin-top: 20px;
    text-align: center;
}
.vip7-img li p{
    font-size: 18px;
    color: #333333;
    line-height: 2;
}
.vips-btn a{
    display: inline-block;
    background: #e40011;
    font-size: 24px;
    color:white;
    border:1px solid #e40011;
    width: 450px;
    padding: 5px 0 7px;
    border-radius: 25px;
    box-shadow: 1px 3px 6px 0 rgba(46, 18, 21, 0.52);
    box-sizing: border-box;
    cursor: pointer;
}
.vips-btn a:hover{
    background: white;
    color:#e40011;
    box-shadow: unset;
}


