.wrap {
    width: 100%;
    min-width: 1200px;
    position: relative;
}

#twomenu {
    /*display: none;*/
}

.menutab {
    width: 100%;
    overflow: hidden;
    min-width: 1200px;
}

.mask {
    content: "";
    position: fixed;
    width: 100%;
    height: 40px;
    top: 0;
    border-radius: 2px;
    z-index: -1;
    background-color: #333333;
}

.menutab2 {
    background: #333333;
    opacity: 0.8;
    width: 100%;
    /*height: 40px;*/
    min-width: 1200px;
}

.menutab .bar ul {
    text-align: center;
    width: 100%;
}

.bar {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: baseline;
    justify-content: center;
    text-align: left;
}

.bar ul li:nth-child(1) a {
    display: flex;
}

.menuimg {
    width: 13px;
    height: 13px;
    /*margin-bottom: 2px;*/
    margin-top: 14px;
}

.menuimg2 {
    width: 13px;
    height: 13px;
    margin-top: 14px;
    /*margin-bottom: 2px;*/
    display: none;
}

.bar a {
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    padding: 0 14px;
    white-space: nowrap;
}

.bar ul li {
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    padding: 0 0px;
    white-space: nowrap;
}

.bar ul li:nth-child(1) {
    display: block;
    background: #333333;
}

.bar ul li {
    background: #333333;
    text-align: left;
    display: none;
}

.sy {
    width: 100%;
    margin-top: 40px;
}

.sy img {
    width: 100%;
}

.sy1 img {
    width: 100%;
}

.sy1 {
    width: 100%;
    margin-top: 40px;
    background: #888;
}

.sy3 {
    width: 100%;
    margin-top: 40px;
}

.sy3 img {
    width: 100%;
}

.sycenter {
    width: 1200px;
    margin: 0 auto;
    padding: 40px 15px;
    text-align: center;
}

.sycenter>img {
    width: 160px;
}

.sycenter .btnd {
    margin-top: 30px;
}

.sycenter .hang {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hang h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 5px;
    line-height: 2;
}

.hang h3 {
    font-size: 54px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 10px;
}

.hang h6 {
    font-size: 30px;
    color: #fff;
    font-weight: normal;
    letter-spacing: 2px;
}

.hang a {
    padding: 15px 50px;
    border-radius: 5px;
    font-size: 17px;
    margin-left: 20px;
    font-weight: bold;
    color: #fff;
    background: rgb(51, 145, 255);
}

.hang a:hover {
    transition: all 0.5s;
    background: rgb(255, 64, 64);
}

.container {
    width: 100%;
    height: auto;
    background-size: cover;
}

.center {
    width: 100%;
    margin: 0 auto;
    padding: 50px 15px;
}

#centerEn {
    width: 1300px;
}

.center .tips {
    font-size: 14px;
    line-height: 2;
    color: #ddd;
    text-align: center;
    display: none;
}

.center .tips2 {
    font-size: 14px;
    line-height: 2;
    color: #ddd;
    text-align: center;
    display: none;
}

.center .tabletit {
    max-width: 20%;
    margin: 0 auto 20px;
    border-radius: 16px;
    overflow: hidden;
    font-size: 20px;
    padding: 15px 15px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.center .tabletit2 {
    max-width: 20%;
    margin: 0 auto 20px;
    border-radius: 16px;
    overflow: hidden;
    font-size: 20px;
    padding: 15px 15px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.center table {
    max-width: 100%;
    margin: 0 auto;
    border-radius: 16px;
    overflow: hidden;
}

.center table th {
    font-size: 13px;
    padding: 30px 15px;
    font-weight: bold;
    color: #fff;
    background: rgb(48, 55, 67);
    text-align: center;
}

.center table th img {
    width: 25px;
    height: 25px;
}

.center table tr.gray {
    filter: grayscale(100%);
}


/* .center table tr.gray>td {
    background: #d5d5d5;
} */

.center table#tableEn th {
    padding: 20px 10px;
}


/*.center table th:nth-child(1) {
	border-top-left-radius: 16px;
}

.center table th:nth-last-child(1) {
	border-top-right-radius: 16px;
}*/

.center table th:nth-child(2n+2) {
    background: rgb(53, 61, 74);
}

.center table td {
    width: 75px;
    font-size: 12px;
    line-height: 20px;
    padding: 10px 5px;
    color: #888;
    text-align: left;
    vertical-align: middle;
}

.center table td>a {
    display: block;
}

.center table td>a.blue {
    text-decoration: underline;
    color: blue;
}

.center table td>a.ano {
    text-decoration: none;
    text-align: center;
    color: #333;
}

.center table#tableEn td {
    padding: 10px 5px;
}

.center table td:nth-child(1) {
    width: 60px;
}

.center table td:nth-child(2) {
    width: 130px;
}

.center table td:nth-child(3) {
    width: 130px;
}

.center table td:nth-child(9) {
    width: 140px;
}

.center table td:nth-child(10) {
    width: 120px;
}

.center table td:nth-last-child(3) {
    text-align: center;
}

.center table td:nth-last-child(4) {
    text-align: center;
}

.center table td:nth-last-child(5) {
    text-align: center;
}

.center table td:nth-last-child(8) {
    text-align: center;
}

.center table td:nth-last-child(9) {
    text-align: center;
}

.center table td:nth-last-child(10) {
    text-align: center;
}

.center table td:nth-last-child(2) {
    width: 230px;
    font-size: 12px;
    text-align: left;
    /* height: 135px;
    display: block;
    overflow-y: scroll; */
}

.center table td:nth-last-child(1) {
    width: 100px;
    font-size: 12px;
    text-align: center;
    /* height: 135px;
    display: block;
    overflow-y: scroll; */
}

.center table td:nth-last-child(1) a:nth-child(1) {
    width: 90px;
    /*background-color: #003580;*/
    border: 1px solid #003580;
    color: #003580;
    font-weight: bold;
    margin: 0 auto 10px;
    border-radius: 10px;
    padding: 5px 0;
}

.center table td:nth-last-child(1) a:nth-child(2) {
    width: 90px;
    border: 1px solid #003580;
    color: #003580;
    margin: 0 auto;
    font-weight: bold;
    border-radius: 10px;
    padding: 5px 0;
}

.center table td:nth-last-child(1) p {
    line-height: 18px;
}

.center table tr {
    background: #fff;
}

.center table tr:nth-child(2n+1) {
    background: rgb(244, 244, 245);
}

.center table td img {
    width: 80px;
    padding: 10px;
}

.center table td .lianjie {
    width: 40px;
}

.center table td img.flag {
    width: 40px;
}

.center table td p {
    line-height: 2;
}

.title h6 {
    font-size: 12px;
    color: #555;
    font-weight: bold;
    text-decoration: underline;
}

.center table tr:nth-last-child(1) td:nth-child(1) {
    border-bottom-left-radius: 16px;
}

.center table tr:nth-last-child(1) td:nth-last-child(1) {
    border-bottom-right-radius: 16px;
}

@media screen and (max-width:1600px) {
    .bar {
        max-width: 1000px;
        margin: 0 auto;
        display: flex;
        align-items: baseline;
        justify-content: center;
        text-align: left;
    }
    .menutab {
        width: 100%;
        overflow: hidden;
        min-width: 1000px;
    }
}

@media screen and (max-width:768px) {
    .wrap {
        width: 100%;
        min-width: 0;
        position: relative;
    }
    .sy1 img {
        width: 100%;
    }
    .sycenter {
        width: 100%;
        margin: 0 auto;
        padding: 100px 15px;
    }
    .sycenter>img {
        width: 120px;
    }
    .hang a {
        padding: 15px 24px;
    }
    .sycenter .hang2 {
        display: block;
        align-items: center;
        justify-content: center;
    }
    .sycenter .loadp {
        height: 90px;
    }
    .hang h2 {
        font-size: 24px;
        color: #fff;
        font-weight: 600;
        letter-spacing: 0;
    }
    .hang h3 {
        font-size: 34px;
        color: #fff;
        font-weight: 600;
        letter-spacing: 2px;
    }
    .hang h6 {
        font-size: 24px;
    }
    .container {
        width: 100%;
        height: auto;
        background-size: cover;
        padding: 1px 15px;
    }
    .box table td .lianjie {
        width: 18px;
    }
    .box table {
        width: 100%;
    }
    .box #mtable {
        display: none;
    }
    .box ul li {
        padding: 0 0 15px 0;
        margin-bottom: 15px;
        background: #fff;
        border-radius: 15px;
        text-align: center;
    }
    .box ul li.gray {
        filter: grayscale(100%);
    }
    .box ul li img {
        width: 120px;
        padding: 15px 0;
    }
    .box ul li img.flag {
        width: 20px;
    }
    .box ul li th img {
        width: 20px;
        height: 20px;
        padding: 0;
    }
    .box ul li a {
        display: block;
    }
    .box ul li a h6 {
        padding-top: 10px;
        font-size: 12px;
        line-height: 1.5;
        font-weight: bold;
        text-decoration: underline;
    }
    .box ul li a p {
        font-size: 12px;
        line-height: 2;
        text-decoration: underline;
    }
    .box .tabletit {
        max-width: 60%;
        margin: 80px auto 20px;
        border-radius: 16px;
        overflow: hidden;
        font-size: 18px;
        padding: 10px 15px;
        font-weight: bold;
        color: #fff;
        background: rgb(48, 55, 67);
        text-align: center;
        display: none;
    }
    .box .tabletit2 {
        max-width: 60%;
        margin: 80px auto 20px;
        border-radius: 16px;
        overflow: hidden;
        font-size: 18px;
        padding: 10px 15px;
        font-weight: bold;
        color: #fff;
        background: rgb(48, 55, 67);
        text-align: center;
    }
    .box .tabletit2 {
        margin: 20px auto 20px;
    }
    .box .tabletit3 {
        margin: 20px auto 20px;
    }
    .box table tr {
        background: #fff;
    }
    .box table tr:nth-child(2n+1) {
        background: rgb(244, 244, 245);
    }
    .box table th {
        font-size: 13px;
        font-weight: bold;
        width: 95px;
        padding: 10px;
        border-right: solid 1px #f9f9f9;
    }
    .box table td {
        font-size: 12px;
        line-height: 20px;
        padding: 5px;
        text-align: left;
    }
    .box table .btnbox {
        display: flex;
    }
    .box table td .btnreport {
        width: 100px;
        /*background-color: #003580;*/
        border: 1px solid #003580;
        color: #003580;
        text-decoration: none;
        font-weight: bold;
        margin: 10px auto 10px;
        border-radius: 10px;
        text-align: center;
        padding: 5px 0;
    }
    .box table td a {
        text-decoration: underline;
        color: blue;
    }
    .box table td a.ano {
        text-decoration: none;
        color: #333;
    }
    .box table tr:nth-last-child(1) td {
        padding: 0;
    }
    .box table tr:nth-last-child(1) td span {
        padding: 5px 0 5px 22px;
        display: block;
    }
    #mtable1 li h6, #mtable2 li h6{
        color: #333333;
    }
}