body{
    background: url("mx20220327_bg-b.jpg") no-repeat center bottom,
    url("mx20220327_bg-t.jpg") repeat-y center top;
    min-width: 1300px;
}
#banner{
    background: url("mx20220327_banner.jpg") no-repeat center top;
    height: 1082px;
}

#daoyu{
    width: 1200px;
    margin: 0 auto;
}
#daoyu .title{
    text-align: center;
    margin: 50px auto;
}
#daoyu .content{
    font-size: 50px;
    text-align: justify;
    color: #3f3f3f;
}
#daoyu .btn-box{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 158px;
}
#daoyu .btn-box .boy-box{
    position: relative;
    cursor: pointer;
}
#daoyu .btn-box .boy-box .boy{
    position: absolute;
    left: 0;
    bottom: 20px;
}
#daoyu .btn-box .flower-box{
    position: relative;
    cursor: pointer;
}
#daoyu .btn-box .flower-box .flower{
    position: absolute;
    left: -50px;
    bottom: 0;
}
#daoyu .btn-box .flower-box .desc,
#daoyu .btn-box .boy-box .desc{
    font-size: 35px;
    color: #3a3a3a;
    padding-left: 50px;
}
#daoyu .btn-box .flower-box .desc span,
#daoyu .btn-box .boy-box .desc span{
    color: #0eb133;
}

#qmjy{
    width: 1200px;
    margin: 100px auto;
}
#qmjy .title{
    text-align: center;
    margin-bottom: 74px;
}
#qmjy .form-item{
    background-color: #ffffff;
    box-shadow: 1px 3px 8px 0 rgba(0, 0, 0, 0.48);
    border-radius: 10px;
    border: solid 3px #11b338;
    margin-bottom: 32px;
    height: 80px;
    box-sizing: content-box;
    line-height: 80px;
    padding: 0 40px;
    display: flex;
    align-items: flex-start;
}
#qmjy .form-item label{
    font-size: 46px;
    color: #3f3f3f;
}
#qmjy .form-item input{
    font-size: 32px;
    height: 80px;
    flex-grow: 1;
    border: none;
    background: transparent;
}
#qmjy .form-item.textarea{
    height: auto;
}
#qmjy .form-item.textarea textarea{
    font-size: 32px;
    line-height: 80px;
    flex-grow: 1;
    border: none;
    background: transparent;
}
#qmjy .submit-box{
    text-align: right;
    margin-top: 29px;
}
#qmjy .submit-box button{
    background: transparent url("mx20220327_btn-submit.png") no-repeat;
    width: 192px;
    height: 81px;
    text-indent: -999em;
    border: 0;
}
#qmjy .selected{
    background-color: #ffffff;
    box-shadow: 1px 3px 8px 0 rgba(0, 0, 0, 0.48);
    border-radius: 10px;
    border: solid 5px #11b338;
    margin: 63px 0;
}
#qmjy .selected .selected-title{
    font-size: 49px;
    color: #313131;
    margin: 10px 0 0 50px;
}
#qmjy .selected .selected-title small{
    font-size: 35px;
    color: #666666;
}
#qmjy .selected .selected-list{
    overflow: auto;
    height: 500px;
}
#qmjy .selected .selected-list ul{
    margin-right: 100px;
}
#qmjy .selected .selected-list ul li{
    font-size: 35px;
    color: #333333;
    margin-left: 100px;
    border-bottom: 5px dashed #d7d7d7;
    line-height: 95px;
}
#qmjy .selected .selected-list ul li span::before{
    content: '►';
}
#qmjy .selected .selected-list ul li span{
    color: #c80001;
    margin-left: -1.5em;
}

#hdzb{
    display: flex;
    width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
}
#hdzb .ppt{
    width: 700px;
    flex-shrink: 0;
    position: relative;
}
#hdzb .ppt .swiper-slide{
    position: relative;
}
#hdzb .ppt .swiper-slide span{
    position: absolute;
    width: 100%;
    padding: 10px;
    background: rgba(0,0,0,.5);
    color: #fff;
    text-align: center;
    left: 0;
    bottom: 0;
}
#hdzb .ppt .swiper-slide img{
    width: 100%;
    height: 525px;
    object-fit: cover;
    display: block;
}
#hdzb .ppt .swiper-pagination{
    width: auto;
    right: 10px;
    left: auto;
}

#hdzb .news{
    margin-left: 20px;
    flex-grow: 1;
}
#hdzb .news ul li{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
#hdzb .news ul li .img{
    width: 180px;
}
#hdzb .news ul li .img img{
    display: block;
    height: 115px;
    width: 180px;
    object-fit: cover;
}
#hdzb .news ul li p{
    font-size: 20px;
    color: #2b3741;
}

footer{
    min-width: 1200px;
    padding: 800px 0 300px;
    position: relative;
}
footer h1{
    text-align: center;
    font-size: 85px;
}
footer p{
    font-size: 68px;
    text-align: center;
}
footer p.copy{
    margin-top: 40px;
    font-size: 51px;
}
footer p.copy span{
}