@media only screen and (max-width:750px) {
    html {
        width: 750px;
        overflow-x: hidden;
    }

    body {
        width: 750px;
        overflow-x: hidden;
    }

    .header {
        position: absolute;
        top: 0;
        width: 750px;
        height: 120px;
        background: #036C6C !important;
    }

    .logo {
        top: 25px;
        left: 1.4% !important;
    }

    .menu-icon {
        top: 55px !important;
    }

    .swiper {
        display: none;
    }

    .swiper-slide {
        display: none;
    }

    .swiper-slide img {
        display: none;
    }

    #navbarMenu li>a {
        font-size: 18px;
    }

    .main {
        margin-top: 120px;
        width: 750px;
        position: relative;
        height: auto;
    }

    .sideBar {
        display: none;
    }

    .mlist {
        display: block !important;
    }

    .listTitle {
        display: flex;
        width: 750px;
        height: 60px;
        background-color: #EEEEEE;
        height: 60px;
        line-height: 60px;
    }

    .listTitle a {
        display: block;
        margin-top: 13px;
        margin-left: 20px;
    }

    .listTitle a>img {
        width: 34px;
        height: 34px;
    }

    .listTitle p {
        color: #036C6C;
        font-size: 40px;
        text-align: center;
        margin-right: 296px;
    }

    .listUl {
        width: 750px;
        height: 50px;
    }

    .listUl ul {
        display: flex;
        height: 70px;
        line-height: 70px;
    }

    .listUl ul li a {
        color: #333;
        font-size: 24px;
    }

    .listUl ul li:nth-child(1) {
        margin-left: 20px;
    }

    .listUl ul li:nth-child(4) {
        margin-right: 20px;
    }

    .list {
        display: none;
    }

    .listMiddle {
        width: 750px;
        margin-left: 0px;
    }

    .list_content {
        width: 718px;
        height: auto;
        margin: 20px 16px 20px 16px;
    }

    .list_content ul {
        flex-direction: column;
        display: flex;
        margin-top: 30px;
    }

    .list_content ul a {
        display: block;
        width: auto;
        height: auto;
    }

    .list_content ul a{
        margin-left:0 !important;
    }

    .list_content ul a>li{
        margin-left:0 !important;
    }

    .list_content ul a>li {
        width: 700px;
        height: 60px;
        line-height: 60px;
        border: none;
    }

      .personList {
        display: inline-block !important;
        font-size: 26px;
        color: #333;
    }

    .personListDate{
        display: block !important;
        float: right;
        font-size: 24px;
        color: #999;
    }


    .personImage,
    .personInformation {
        display: none;
    }

    .footer {
        width: 100%;
        height: auto;
        background-color: #036C6C;
    }

    .footerMain {
        position: relative;
        background-color: #036C6C;
        display: flex;
        justify-content: center;
        flex-direction: column;
        width: 750px;
        height: auto;
        display: flex;
    }

    .footerLeft {
        margin: 0 auto;
        padding-top: 30px;
    }

    .footerLeft img {
        width: 718px;
        height: 113px;
    }

    .footerCode {
        position: absolute;
        top: 600px;
        width: 750px;
        margin: 0 auto;
    }

    .footerCode img {
        display: block;
        width: 200px;
        height: 200px;
    }

    .footerCode p {
        color: white;
        font-size: 24px;
        padding-top: 12px;
        width: 120px;
        text-align: center;
        font-weight: bold;
    }

    .footerRight {
        margin-left: 0px;
        width: 750px;
        margin-right: 0;
        margin-top: 10px;
        padding-bottom: 410px;
    }

    .tel {
        display: block;
        border: none;
    }

    .tel ul {
        margin-top: 0px;
        margin-left: 0px;
        padding-bottom: 0px;
    }

    .tel ul li {
        text-align: center;
        font-size: 24px;
        color: white;
        height: 50px;
        width: 750px;
        line-height: 50px;
        font-weight: bold;
        letter-spacing: 0.5px;
        white-space: pre-wrap;
    }

    .xglj {
        position: absolute;
        top: 900px;
        margin-top: 0px;
    }

    .xglj ul {
        display: flex;
        flex-wrap: wrap;
    }

    .xglj ul li {
        font-weight: bold;
        letter-spacing: 1px;
        height: 32px;
        line-height: 32px;
        margin: 0;
    }

    .xglj ul li:nth-child(1) {
        margin-left: 16px;
        width: 750px;
    }

    .xglj ul li:nth-child(2) {
        margin-left: 86px;
        margin-top: 20px;
    }

    .xglj ul li:nth-child(3) {
        margin-left: 106px;
        margin-top: 20px;
    }

    .xglj ul li p {
        font-size: 30px;
        display: inline-block;
        color: white;
    }

    .xglj ul li span {
        font-size: 20px;
        color: white;
        margin-left: 20px;
    }

    .xglj ul li a {
        font-size: 24px;
        color: white;
    }

    .copy {
        width: 750px;
        height: 50px;
        background-color: #036262;
        font-weight: 100;
    }

    .copy p {
        text-align: center;
        height: 50px;
        line-height: 50px;
        color: white;
        font-size: 20px;
        padding-left: 0px;
    }

    .copy p>a {
        color: white;
        font-size: 20px;
    }
}