* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
    min-width: 1200px;
    /*overflow-x: scroll;*/

}

.inner {
    width: 70%;
    height: 100%;
    min-width: 1200px;
    max-width: 1407px;
}


/* Ã¥Â¤Â´Ã©Æ’Â¨ */
.header {
    width: 100%;
    min-width: 1200px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    z-index: 1;
    height: 165px;
}

.header .header-left {
    height: 105%;
    margin-left: 35px;
    display: flex;
    min-width: 592px;
    align-items: center;
}

.header .header-left .logo-box {
    margin-top: 20px;
    margin-right: 1vw;
}

.header .header-left .logo-box img {
    width: 16vw;
    min-width: 300px;
}

.header .header-left .web-title {
    height: 48px;
    border-left: 2px solid white;
    padding-left: 1vw;
    margin-top: 10px;
    /* min-width: 213px; */
}

.header .header-left .web-title .web-titlebox {
    font-family: SimSun;
    font-size: 1.6vw;
    max-font-size: 25px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1250px) {
    .header .header-right {
        height: 100%;
        display: flex;
        margin-right: 10px !important;
        position: relative;
        align-items: center;
        min-width: 521px;
        justify-content: center;
    }

    .header .header-left {
        height: 105%;
        margin-left: 10px;
        display: flex;
        min-width: 592px;
        align-items: center;
    }

    .header .header-left .web-title .web-titlebox {
        font-size: 22px !important;
    }

    .header .header-right .header-nav a {
        font-size: 15px !important;
    }

    .wp-menu .menu-item:nth-child(1) {
        width: 32px !important;
        margin-left: 0 !important;
    }

    .header .header-right .header-nav .wp-menu .menu-item {
        margin-left: 3px;
        width: 64px;
    }
}

@media (min-width: 1250px) and (max-width: 1350px) {
    .header .header-right {
        height: 100%;
        display: flex;
        margin-right: 10px !important;
        position: relative;
        align-items: center;
        min-width: 521px;
        justify-content: center;
    }

    .header .header-left {
        height: 105%;
        margin-left: 10px;
        display: flex;
        min-width: 592px;
        align-items: center;
    }

    .header .header-left .web-title .web-titlebox {
        font-size: 23px !important;
    }

    .header .header-right .header-nav a {
        font-size: 16px !important;
    }

    .wp-menu .menu-item:nth-child(1) {
        width: 35px !important;
        margin-left: 0 !important;
    }

    .header .header-right .header-nav .wp-menu .menu-item {
        margin-left: 3px;
        width: 70px;
    }
}

@media (min-width: 1350px) and (max-width: 1450px) {
    .header .header-right {
        height: 100%;
        display: flex;
        margin-right: 20px !important;
        position: relative;
        align-items: center;
        min-width: 521px;
        justify-content: center;
    }

    .header .header-left {
        height: 105%;
        margin-left: 20px;
        display: flex;
        min-width: 592px;
        align-items: center;
    }

    .header .header-left .web-title .web-titlebox {
        font-size: 25px !important;
    }

    .header .header-right .header-nav a {
        font-size: 18px !important;
    }

    .wp-menu .menu-item:nth-child(1) {
        width: 36px !important;
        margin-left: 0 !important;
    }

    .header .header-right .header-nav .wp-menu .menu-item {
        margin-left: 6px;
        width: 72px;
    }
}

@media (min-width: 1450px) and (max-width: 1550px) {
    .header .header-right {
        height: 100%;
        display: flex;
        margin-right: 25px !important;
        position: relative;
        align-items: center;
        min-width: 521px;
        justify-content: center;
    }

    .header .header-left {
        height: 105%;
        margin-left: 25px;
        display: flex;
        min-width: 592px;
        align-items: center;
    }

    .header .header-left .web-title .web-titlebox {
        font-size: 28px !important;
    }

    .header .header-right .header-nav a {
        font-size: 19px !important;
    }

    .wp-menu .menu-item:nth-child(1) {
        width: 38px !important;
        margin-left: 0 !important;
    }

    .header .header-right .header-nav .wp-menu .menu-item {
        margin-left: 10px;
        width: 76px;
    }
}

@media (min-width: 1550px) and (max-width: 1650px) {
    .header .header-right {
        height: 100%;
        display: flex;
        margin-right: 30px !important;
        position: relative;
        align-items: center;
        min-width: 521px;
        justify-content: center;
    }

    .header .header-left {
        height: 105%;
        margin-left: 40px;
        display: flex;
        min-width: 592px;
        align-items: center;
    }

    .header .header-left .web-title .web-titlebox {
        font-size: 30px !important;
    }

    .header .header-right .header-nav a {
        font-size: 20px !important;
    }

    .wp-menu .menu-item:nth-child(1) {
        width: 40px !important;
        margin-left: 0 !important;
    }

    .header .header-right .header-nav .wp-menu .menu-item {
        margin-left: 10px;
        width: 80px;
    }
}

@media (min-width: 1650px) and (max-width: 1750px) {
    .header .header-right {
        height: 100%;
        display: flex;
        margin-right: 40px !important;
        position: relative;
        align-items: center;
        min-width: 521px;
        justify-content: center;
    }

    .header .header-left {
        height: 105%;
        margin-left: 45px;
        display: flex;
        min-width: 592px;
        align-items: center;
    }

    .header .header-left .web-title .web-titlebox {
        font-size: 30px !important;
    }

    .header .header-right .header-nav a {
        font-size: 22px !important;
    }

    .wp-menu .menu-item:nth-child(1) {
        width: 45px !important;
        margin-left: 0 !important;
    }

    .header .header-right .header-nav .wp-menu .menu-item {
        margin-left: 10px;
        width: 90px;
    }
}

@media (min-width: 1750px) and (max-width: 1850px) {
    .header .header-right {
        height: 100%;
        display: flex;
        margin-right: 70px !important;
        position: relative;
        align-items: center;
        min-width: 521px;
        justify-content: center;
    }

    .header .header-left {
        height: 105%;
        margin-left: 90px;
        display: flex;
        min-width: 592px;
        align-items: center;
    }

    .header .header-left .web-title .web-titlebox {
        font-size: 30px !important;
    }

    .header .header-right .header-nav a {
        font-size: 22px !important;
    }

    .wp-menu .menu-item:nth-child(1) {
        width: 45px !important;
        margin-left: 0 !important;
    }

    .header .header-right .header-nav .wp-menu .menu-item {
        margin-left: 10px;
        width: 90px;
    }
}

@media (min-width: 1850px) and (max-width: 1920px) {
    .header .header-right {
        height: 100%;
        display: flex;
        margin-right: 90px !important;
        position: relative;
        align-items: center;
        min-width: 521px;
        justify-content: center;
    }

    .header .header-left {
        height: 105%;
        margin-left: 100px;
        display: flex;
        min-width: 592px;
        align-items: center;
    }

    .header .header-left .web-title .web-titlebox {
        font-size: 25px !important;
    }

    .header .header-right .header-nav a {
        font-size: 22px !important;
    }

    .wp-menu .menu-item:nth-child(1) {
        width: 45px !important;
        margin-left: 0 !important;
    }

    .header .header-right .header-nav .wp-menu .menu-item {
        margin-left: 10px;
        width: 90px;
    }
}

@media (min-width: 1920px) and (max-width: 2150px)  {
    .header .header-right {
        height: 100%;
        display: flex;
        margin-right: 150px !important;
        position: relative;
        align-items: center;
        min-width: 521px;
        justify-content: center;
    }

    .header .header-left {
        height: 105%;
        margin-left: 150px;
        display: flex;
        min-width: 592px;
        align-items: center;
    }

    .header .header-left .web-title .web-titlebox {
        font-size: 25px !important;
    }

    .header .header-right .header-nav .wp-menu .menu-item {
        margin-left: 15px;
        width: 90px !important;
    }

    .wp-menu .menu-item:nth-child(1) {
        width: 45px !important;
    }

    .header .header-right .header-nav a {
        font-size: 22px !important;
    }
}

@media (min-width: 2150px) {
    .header .header-right {
        height: 100%;
        display: flex;
        margin-right: 200px !important;
        position: relative;
        align-items: center;
        min-width: 521px;
        justify-content: center;
    }

    .header .header-left {
        height: 105%;
        margin-left: 200px;
        display: flex;
        min-width: 592px;
        align-items: center;
    }

    .header .header-left .web-title .web-titlebox {
        font-size: 32px !important;
    }

    .header .header-right .header-nav .wp-menu .menu-item {
        margin-left: 15px;
        width: 100px !important;
    }

    .wp-menu .menu-item:nth-child(1) {
        width: 50px !important;
    }

    .header .header-right .header-nav a {
        font-size: 24px !important;
    }
}

.header .header-right {
    height: 100%;
    display: flex;
    margin-right: 40px;
    position: relative;
    align-items: center;
    min-width: 521px;
}

.header .header-right .header-nav {
}

.header .header-right .header-nav a:nth-child(1) {
    flex: unset;
    float: right;
}

/*.wp-menu .menu-item:nth-child(1) {*/
/*    width: 3vw !important;*/
/*    margin-left: 0 !important;*/
/*}*/

.header .header-right .header-nav a {
    margin-top: 5px;
    list-style-type: none;
    text-decoration: none;
    font-size: 1.2vw;
    color: #ffffff;
    display: flex;
    justify-content: center;
    font-family: SourceHanSansSC-Regular;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.2);
}

.header .header-right .header-nav li {
    list-style-type: none;
}


.header .header-right .header-nav .wp-menu {
    display: flex;
    margin-bottom: 0 !important;
    padding-left: 0 !important;
}

/*.header .header-right .header-nav .wp-menu .menu-item {*/
/*    margin-left: .5vw;*/
/*    width: 6vw;*/
/*}*/

.header .header-right .header-search {
    height: 40px;
    width: 50px;
    min-width: 50px;
    background-color: #b12025;
    margin-left: 10px;
    margin-top: 5px;
}

.header .header-right .header-search .search {
    width: 100%;
    height: 100%;
}

.btn-primary {
    --bs-btn-bg: none !important;
    --bs-btn-border-color: none !important;
    --bs-btn-hover-bg: none !important;
    --bs-btn-hover-border-color: none !important;
    --bs-btn-active-bg: none !important;
    --bs-btn-active-border-color: none !important;
    font-size: 14px !important;
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.header .header-right .header-nav .sub-menu {
    display: none;
    height: 100%;
}

.header .header-right .header-nav .sub-menu a {
    width: 80px;
}

/*search-box*/
.icon-search {
    background-image: url(images/SEARCH.png);
    vertical-align: middle;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    width: 100%;
    height: 100%;
    background-size: 50% 60%;
    background-repeat: no-repeat;
    background-position: center;
}

.wp_search {
    margin: 30px 0;
    width: 100%;
    position: relative;
}

.wp_search table {
    border-bottom: 1px solid #d0d0d0;
}

.wp_search tr td:first-child {
    width: 1050px !important;
    border: none;
    font-style: italic;
    height: 60px;
    font-size: 16px;
    padding: 0 0px 0 15px;
}

.wp_search .keyword {
    width: 100% !important;
    height: 100%;
    border: none;
    outline: none;
}

.wp_search tr td:first-child:focus{
    font-style: normal;
    border-bottom-color: #1C5DB7;
}

.wp_search .search {
    width: 100px;
    height: 60px;
    line-height: 60px;
    background: none;
    border: none;
    outline: none;
    color: #1C5DB7;
    font-weight: bold;
    font-size: 20px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background-image: url(images/MODALSEARCH.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25% 40%;
}

.wp_search .search:hover{
    background: #1C5DB7;
    color: #fff;
    background-image: url(images/MODALSEARCH2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25% 40%;
}


/*Ã¦â€¢Â´Ã§Â«â„¢Ã¦ÂÅ“Ã§Â´Â¢*/
.modal-dialog {
    width: 100vw !important;
    margin: 50px auto !important;
    display: flex;
    justify-content: center;
}
.modal-dialog .modal-content{
    padding: 30px 30px 50px 30px;
    width: 100vw !important;
}
.modal-header,.modal-body{
    border-bottom: 0;
    padding: 0;
}

.modal-header {
    border-bottom: none !important;
    width: 65vw !important;
}

.modal-header .modal-title{
    color: #555;
    font-size: 22px !important;
}

.wp_search table {
    width: 100% !important;
}

.wp_search table td:first-child {
    width: 60vw !important;
}

/* Ã¨Â½Â®Ã¦â€™Â­Ã¥â€ºÂ¾ */
.carousel {
    height: 860px;
    width: 100%;
    min-width: 1200px;
}

.carousel-box {
    height: 100%;
    width: 100%;
}

.sudyfocus_news_w3 {
    width: 100% !important;
    height: 100% !important;
}

.sudyfocus_w3 {
    width: 100%;
    height: 100% !important;
}

.focus-item {
    width: 100%;
    height: 100% !important;
}

.sudyfocus_w3 img {
    width: 100%;
    height: 100% !important;
}

.focus-container {
    width: 100%;
    height: 100% !important;
}

.focus-title-bar {
    display: none !important;
}

.focus-pagination {
    width: 73%;
    height: 100px !important;
    background-color: #ffffff;
    box-shadow: 0px 0px 23px 9px rgba(89, 89, 89, 0.1);
    border-radius: 50px;
    display:flex;
    justify-content:center;
    align-items: center;
    position: absolute;
    bottom: -5% !important;
    left: 50%;
    z-index: 50;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: -36%;
}

.focus-page {
    width: 5% !important;
    height: 4px !important;
    border: none !important;
    border-radius: 2px;
    background-color: #b1b6bd !important;
}

.focus-page.focus-page-active {
    background-color: #b12025 !important;
    border-radius: 2px;
}

.left-class {
    /* Ã¥Â·Â¦Ã¤Â¾Â§Ã¥Ë†â€”Ã¨Â¡Â¨Ã©Â¡Â¹Ã§Å¡â€žÃ¦Â Â·Ã¥Â¼Â */
    position: absolute;
    left: 0;
    width: 52px !important;
    height: 52px !important;
    /* Ã¥â€¦Â¶Ã¤Â»â€“Ã¦Â Â·Ã¥Â¼ÂÃ¥Â±Å¾Ã¦â‚¬Â§ */
    margin-left: 60px !important;
    background: unset !important;
    box-shadow: none !important;
    border-radius: 50% !important;
    background-image: url(images/LEFT.png) !important;
    background-size: 100% 100% !important;
}

.left-class:hover {
    /* Ã¥Â·Â¦Ã¤Â¾Â§Ã¥Ë†â€”Ã¨Â¡Â¨Ã©Â¡Â¹Ã§Å¡â€žÃ¦Â Â·Ã¥Â¼Â */
    position: absolute;
    left: 0;
    width: 52px !important;
    height: 52px !important;
    /* Ã¥â€¦Â¶Ã¤Â»â€“Ã¦Â Â·Ã¥Â¼ÂÃ¥Â±Å¾Ã¦â‚¬Â§ */
    margin-left: 60px !important;
    background: unset !important;
    box-shadow: none !important;
    border-radius: 50% !important;
    background-image: url(images/LEFT2.png) !important;
    background-size: 100% 100% !important;
    cursor: pointer;
}

.right-class {
    /* Ã¥ÂÂ³Ã¤Â¾Â§Ã¥Ë†â€”Ã¨Â¡Â¨Ã©Â¡Â¹Ã§Å¡â€žÃ¦Â Â·Ã¥Â¼Â */
    position: absolute;
    right: 0;
    width: 52px !important;
    height: 52px !important;
    /* Ã¥â€¦Â¶Ã¤Â»â€“Ã¦Â Â·Ã¥Â¼ÂÃ¥Â±Å¾Ã¦â‚¬Â§ */
    margin-right: 60px !important;
    background: unset !important;
    box-shadow: none !important;
    border-radius: 50% !important;
    background-image: url(images/RIGHT.png) !important;
    background-size: 100% 100% !important;
}

.right-class:hover {
    /* Ã¥ÂÂ³Ã¤Â¾Â§Ã¥Ë†â€”Ã¨Â¡Â¨Ã©Â¡Â¹Ã§Å¡â€žÃ¦Â Â·Ã¥Â¼Â */
    position: absolute;
    right: 0;
    width: 52px !important;
    height: 52px !important;
    /* Ã¥â€¦Â¶Ã¤Â»â€“Ã¦Â Â·Ã¥Â¼ÂÃ¥Â±Å¾Ã¦â‚¬Â§ */
    margin-right: 60px !important;
    background: unset !important;
    box-shadow: none !important;
    border-radius: 50% !important;
    background-image: url(images/RIGHT2.png) !important;
    background-size: 100% 100% !important;
    cursor: pointer;
}

.focus-prev {
    display: none !important;
}

.focus-next {
    display: none !important;
}

.numberLi {
    position: absolute;
    left: 0;
    margin-left: 300px;
    font-family: SimHei;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 4px;
    color: #b12025;
    text-decoration: none;
}

.focus-page {
    margin-right: 1vw;
    margin-left: 1vw;
}

/* Ã¤Â¿Â¡Ã¦ÂÂ¯ */
.footer1 {
    padding-top: 70px;
    height: 305px;
    width: 100%;
    background-image: url(images/footerBG.png);
    background-size: 100% 100%;
    background-position: center;
    min-width: 1200px;
}

.footer1-logo {
    width: 100%;
    display: flex;
    justify-content: center;
}

.footer1 img {
    width: 400px;
}

.footer1-message {
    min-width: 1200px;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.footer1-content {
    display: flex;
    justify-content: space-between;
}

.message-item {
    font-family: SourceHanSerifCN-Medium;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 4px;
    color: #ffffff;
}


/* Ã¦Â³Â¨Ã¨â€žÅ¡ */
.footer2 {
    height: 75px;
    width: 100%;
    background-color: #b12025;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 1200px;
}

.footer2-message {
    font-family: AdobeHeitiStd-Regular;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #ffffff;
    min-width: 528px;
}

.footer2-message a {
    text-decoration: none;
    color: white;
    margin-left: 15px;
}

.footer2-message a:hover {
    text-decoration: underline;
    color: blue;
}

