* {
    margin: 0;
    padding: 0;
}

div {
    box-sizing: border-box;
}

a {
    color: #666;
    cursor: pointer;
    text-decoration: none;
}

.header {
    min-width: 1300px;
    height: 67px;
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
}

.logo {
    float: left;
    padding-top: 12px;
}

.header ul {
    height: 100%;
    line-height: 58px;
    float: left;
    margin-left: 10px;
}

.header ul li {
    display: inline-block;
    padding: 0 10px;
}

.header ul li a {
    font-size: 16px;
    color: #333333;
}

.header-right {
    color: #F93042;
    display: flex;
    align-items: center;
}
.tel1 {
    font-size: 13px;
    font-weight: 800;
}
.tel2 {
    font-size: 20px;
    font-weight: bold;
}
.part1 {
    width: 100%;
    background: url(https://linxuan-zt.gongxuanwang.com/2025lxzt/images/bg1.png) no-repeat center;
    min-width: 1300px;
    background-size: 100% 100%;
    padding-bottom: 70px;
    text-align: center;
}
.guides {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.guide {
    width: 380px;
    height: 373px;
    margin-top: 60px;
    position: relative;
}
.guide .more {
    position: absolute;
    bottom: 57px;
    left: 110px;
}
.container {
    width: 1200px;
    margin: 0 auto;
}
.part2 {
    width: 100%;
    background: url(https://linxuan-zt.gongxuanwang.com/2025lxzt/images/bg2.png) no-repeat center;
    min-width: 1300px;
    background-size: 100% 100%;
    text-align: center;
    margin-top: -1px;
}
.progess {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.item-name {
    font-size: 24px;
    font-weight: 800;
    color: #FFF8DD;
    margin-top: 18px;
}
.part3 {
    width: 100%;
    min-width: 1300px;
    background: url(https://linxuan-zt.gongxuanwang.com/2025lxzt/images/bg3.png) no-repeat center;
    background-size: 100% 100%;
    text-align: center;
}
.questions {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.question {
    width: 568px;
    height: 86px;
    margin-bottom: 30px;
}
.pxs {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.px {
    width: 330px;
    height: 78px;
    font-size: 24px;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 78px;
    background: url(https://linxuan-zt.gongxuanwang.com/2025lxzt/images/px.png) no-repeat center;
    margin-bottom: 40px;
}
.courses {
    width: 1200px;
    margin: 60px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.part4 {
    background: #A00101;
    min-width: 1300px;
    text-align: center;
    padding-bottom: 170px;
}
.services {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.service {
    width: 370px;
    height: 360px;
    background: url(https://linxuan-zt.gongxuanwang.com/2025lxzt/images/service.png) no-repeat center;
    margin-bottom: 30px;
}
.service-name {
    font-size: 35px;
    font-weight: 800;
    color: #FBCB95;
    margin-top: 26px;
}
.service-content {
    font-size: 18px;
    font-weight: 500;
    color: #222222;
    line-height: 32px;
    padding: 43px;
    text-align: left;
}
.img-box {
    width: 1300px;
    margin: 0 auto;
    padding-top: 50px;
}

.box8 {
    width: 1200px;
    height: 500px;
    background: #FFE4CC;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-around;
}

.p-left {
    padding-top: 60px;
    padding-left: 66px;
    width: 600px;
    height: 500px;
    overflow: hidden;
}

.sp {
    width: 520px;
    height: 372px;
    border-radius: 16px;
}

.p-right {
    margin-top: 60px;
    margin-bottom: 40px;
    overflow-y: scroll;
}
.p-right::-webkit-scrollbar {
    width: 4px;    
    /*height: 4px;*/
}
.p-right::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
}
.p-right::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);

}

.wrapper {
    font-family: roboto;
    display: flex;
    flex-wrap: wrap;
    width: 488px;
    margin: 0 auto;
}

.box-area {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    width: 100%;
}

.box-date {
    display: flex;
    background: linear-gradient(to right, #FFE4CC 46%, #D31010 50%, #FFE4CC 54%);
    order: 2;
    text-align: center;
    font-size: 12px;
    flex-basis: 50px;
    color: #fff;
}

.box-date>span {
    width: 48px;
    height: 48px;
    line-height: 48px;
    background: url('https://linxuan-zt.gongxuanwang.com/2025lxzt/images/circle.png') no-repeat;
    background-size: 48px 48px;
    border-radius: 50%;
    font-size: 16px;
    margin-top: 14px;
}

.box-text {
    order: 3;
    width: 80%;
    margin-bottom: 20px;
    margin-left: 20px;
}

.box-text h2 {
    margin: 0 auto;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    color: #D31010;
    padding: 0 10px;
    text-align: left;
}

.box-text p {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin: 0 auto;
    text-transform: uppercase;
    text-align: left;
    padding: 6px;
    letter-spacing: 2px;
    line-height: 18px;
}
.fixBox {
    background: url('https://linxuan-zt.gongxuanwang.com/2025lxzt/images/fix_bg.png') no-repeat;
    position: fixed;
    bottom: 0;
    width: 100%;
    min-width: 1300px;
    height: 100px;
    z-index: 9998;
    background-size: 100%;
}
.bottomBox {
    width: 1200px;
    height: 100px;
    margin: 0 auto;
    position: relative;
}
.fix1 {
    position: absolute;
    left: 26px;
    bottom: 0;
    width: 100px;
    height: 100px;
}
.fix2 {
    position: absolute;
    left: 130px;
    top: 35px;
}
.fix3 {
    position: absolute;
    right: 0;
    top: 20px;
}
.fix-left {
    width: 216px;
    height: 496px;
    background: url('https://linxuan-zt.gongxuanwang.com/2025lxzt/images/fixLeft.png?t=12345') no-repeat;
    background-size: 100% 100%;
    position: fixed;
    z-index: 9999;
    top: 126px;
    left: 1%;
    text-align: center;
    border-radius: 24px;
    /* padding: 14px 10px; */
}
.nav {
    font-size: 18px;
    font-weight: 800;
    color: #FFFFFF;
    margin-top: 30px;
}
.fix-right {
    width: 216px;
    height: 496px;
    background: url('https://linxuan-zt.gongxuanwang.com/2025lxzt/images/fixRight.png') no-repeat;
    background-size: 100% 100%;
    position: fixed;
    z-index: 9999;
    top: 126px;
    right: 1%;
    text-align: center;
    padding: 14px 10px;
}
.fix-right .nav {
    font-size: 18px;
    font-weight: 800;
    color: #FFFFFF;
    margin-top: 27px;
}
@media screen and (max-width: 1300px) {
    .fix-right, .fix-left {
        zoom: 0.8;
    }
}
.footer {
    height: 135px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-left {
    display: flex;
    align-items: center;
}
.cinfo1 {
    font-size: 16px;
    font-weight: 400;
    color: #222222;
    margin-bottom: 10px;
}
.cinfo2 {
    font-size: 12px;
    font-weight: 400;
    color: #666666;
}
.footer-right {
    display: flex;
    align-items: center;
}
.footer-icon {
    width: 90px;
    font-size: 14px;
    color: #444444;
    text-align: center;
    cursor: pointer;
}
.zomm1-2 {
    position: relative;
}
.gzh:hover+.el-popover {
    display: block;
}
.el-popover {
    position: absolute;
    background: #fff;
    min-width: 150px;
    border-radius: 4px;
    border: 1px solid #ebeef5;
    padding: 12px;
    z-index: 2000;
    color: #606266;
    line-height: 1.4;
    text-align: justify;
    font-size: 14px;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
    word-break: break-all;
    display: none;
    top: -410px;
    left: -112px;
}
.bottom-icon {
    width: 50px;
    height: 50px;
}
.footer-icon:hover+.el-popover2 {
    display: block;
}
.el-popover2 {
    position: absolute;
    background: #fff;
    min-width: 192px;
    border-radius: 4px;
    border: 1px solid #ebeef5;
    padding: 12px;
    z-index: 2000;
    color: #606266;
    line-height: 1.4;
    text-align: justify;
    font-size: 14px;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
    word-break: break-all;
    display: none;
    top: -275px;
    /* left: -112px; */
}
.app-download {
    text-align: center;
    font-size: 14px;
    color: #444444;
    padding: 20px 0;
}

.official-account {
    text-align: center;
    padding: 30px 0;
    
}

.ad {
    height: 86px;
    background: #FCF6E7;
    border-radius: 4px 4px 0px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.oa1 {
    font-size: 20px;
    font-weight: bold;
    color: #222;
    margin-bottom: 20px;
}

.oa2 {
    font-size: 16px;

    color: #969799;
    line-height: 26px;
}

.ewm-box {
    margin-top: 27px;
    display: flex;
    justify-content: space-around;
}
.box9 {
    margin-top: 40px;
}
.box9-title {
    font-size: 24px;
    font-weight: 800;
    color: #222222;
    margin-bottom: 20px;
}
.box9 p {
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    line-height: 26px;
    margin-bottom: 20px;
}
