* {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-family: Source Han Sans CN;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    font-size: 100%;
    line-height: 1.5;
}

body {
    overflow-x: hidden;
    background: #F5F5F5;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    vertical-align: middle;
    /* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ top/bottom */
}

input {
    outline: none;
}

 :hover {
    transition: 0.3s;
}

 ::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

 ::-webkit-scrollbar-track {
    background: #fff;
}

 ::-webkit-scrollbar-thumb {
    background: #0C3398;
    border-radius: 6px;
}

.center {
    width: 1400px;
    margin: 0 auto
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

i img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* Ã¥â€¦Â¬Ã¥â€¦Â±Ã©Â¡Â¶Ã©Æ’Â¨Ã¥Âºâ€¢Ã©Æ’Â¨ */

.header_wrap {
    width: 100%;
    background: url("../../images/yzy/imagesEnglish/logo_bg.jpg") repeat-x;
}

.headerCN {
    background: #fff;
    box-shadow: 0 0 20px 2px #e9e9e9;
}

.header_wrap .header {
    height: 111px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headerCN .header {
    position: relative;
    align-items: center;
}

.header_wrap .header .logo {
    width: 53%;
    background: url(../../images/yzy/imagesEnglish/logo.png) center/contain no-repeat;
    height: auto;
}

.headerCN .header .logo {
    background: none;
    width: 50%;
    position: absolute;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.header_wrap .header .logo a {
    width: 100%;
    height: 100%;
    display: block;
}
.logo img {
    width: 100%;
    height: auto;
}

.headerCN .pcSearch {
    width: 200px;
    height: 40px;
    background: url("../../images/zy/icon/search.png") no-repeat left center;
    margin-top: 10px;
}

.headerCN .pcSearch input {
    border: 0;
    background-color: transparent;
}

.headerCN .pcSearch input[type="text"] {
    width: calc(100% - 40px);
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #1a1a1a;
    padding-left: 10px;
    box-sizing: border-box;
    float: left;
}

.headerCN .pcSearch input[type="submit"] {
    width: 40px;
    line-height: 40px;
    cursor: pointer;
    float: left;
}

.headerCN .header .en {
    padding-right: 10px;
    float: left;
}

.headerCN .header .en a {
    line-height: 66px;
    color: #666666;
    font-size: 14px;
}

.headerCN .header .en a~a {
    margin-left: 20px;
}

.header .en a:hover {
    color: #0957c3;
    text-decoration: underline;
}

.headerCN .header .menu {
    width: 20px;
    height: 13px;
    background: url("../../images/zy/icon/menu.png") no-repeat;
    background-size: 100% 100%;
    display: none;
}

.headerCN .header .search {
    width: 18px;
    height: 18px;
    background: url("../../images/zy/icon/fdj.png") no-repeat;
    background-size: 100% 100%;
    display: none;
}

.header_wrap .header .sea {
    background: url(../../images/yzy/imagesEnglish/search.png) no-repeat;
    width: 270px;
    height: 38px;
    display: flex;
    justify-content: space-between;
}

.header_wrap .header .sea .chin {
    margin-left: 15px;
}

.header_wrap .header .sea .chin a {
    font-size: 14px;
    color: #333333;
    line-height: 38px;
}

.header_wrap .header .sea .inp {
    color: #656768;
    background: none;
    float: left;
    height: 38px;
    line-height: 38px;
    outline: medium none;
    padding-left: 10px;
    width: 160px;
    border: none;
}

.header_wrap .header .sea .sub {
    background: none;
    cursor: pointer;
    float: left;
    height: 38px;
    outline: medium none;
    width: 62px;
    border: none;
}

.header_wrap .header .search_xs {
    display: block;
    width: 18px;
    height: 18px;
    margin-top: 8px;
    margin-right: 7px;
    background: url("../../images/yzy/imagesEnglish/fdj.png") no-repeat;
    background-size: 100% 100%;
    display: none;
}

.header_wrap .header .menu_xs {
    width: 20px;
    height: 13px;
    margin-top: 11px;
    background: url("../../images/yzy/imagesEnglish/menu.png") no-repeat;
    background-size: 100%;
    display: none;
}

.nav_wrap {
    height: 50px;
    background: url(../../images/yzy/imagesEnglish/nav_bg.jpg) center center repeat-y;
    width: 100%;
    background-size: 100%;
}

.headerCN .nav_wrap {
    background: url("../../images/zy/index/line.png") repeat-x;
    background-size: 100% 100%;
}

.nav_wrap .nav>ul {
    display: flex;
}

.nav_wrap .nav>ul>li {
    position: relative;
    flex: auto;
}

.nav_wrap .nav>ul>li>a {
    display: block;
    line-height: 50px;
    height: 50px;
    color: #1a1a1a;
    font-size: 18px;
    position: relative;
    /* padding: 0 28px; */
    text-align: center;
}

.nav_wrap .nav>ul>li>a:hover,
.nav>ul>li.active>a {
    color: #467b98;
}

.nav_wrap .nav>ul>li>ul {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background-color: #e9e9e9f2;
    box-sizing: border-box;
    border-radius: 5px;
    z-index: 12;
    display: none;
}

.nav_wrap .nav>ul>li>ul>li {
    line-height: 22px;
    padding: 5px 15px;
    text-align: center;
}

.nav_wrap .nav>ul>li>ul>li:first-of-type {
    padding-top: 10px;
}

.nav_wrap .nav>ul>li>ul>li:last-of-type {
    padding-bottom: 10px;
}

.nav_wrap .nav>ul>li>ul>li a {
    color: #333;
    font-size: 16px;
    white-space: nowrap;
    width: auto;
    font-family: Candara;
}

.nav_wrap .nav>ul>li>ul>li a:hover {
    color: #0957c3;
}

.phone-tool,
.phone_search,
.aslidewrap {
    display: none
}


/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ */

.footer_wrap {
    width: 100%;
    box-sizing: border-box;
    background: url("../../images/zy/index/footer_bg.png") no-repeat;
    background-size: cover;
    padding-top: 8px;
    /* min-width: 1200px; */
}

.footer_wrap .footer p {
    margin-top: 30px;
}

.footer_wrap .footer p:last-of-type {
    padding-bottom: 40px;
    border-bottom: 1px solid #6f7174;
}

.footer_wrap .footer p span,
.footer_wrap .footer p a {
    color: #f2f2f2;
    font-size: 14px;
}

.footer_wrap .footer p span {
    display: inline-block;
}

.footer_wrap .footer p a~a {
    margin-left: 20px;
}

.footer_bottom {
    padding: 30px 0;
    color: #f2f2f2;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer_bottom .info .email {
    margin-left: 20px;
}

.footer_bottom .copy {
    color: #f2f2f2;
}

.footer_bottom .copy a {
    color: #f2f2f2;
    display: block;
}

.footer_wrap .footer p a~a {
    margin-left: 18px;
}

.footer>ul {
    width: 100%;
    display: flex;
    padding: 15px 0;
    border-bottom: 1px solid #6f7174
}

.footer>ul>li {
    flex: auto;
}

.footer>ul>li>a {
    display: block;
    font-size: 16px;
    color: #f2f2f2;
    padding: 5px 0;
    border-bottom: 1px solid #e7e7e7;
}

.footer>ul>li>a:hover {
    color: #ffaa00;
    border-bottom: 1px solid #ffaa00;
}

.two_nav li {
    margin: 10px 0;
}

.two_nav li a {
    display: block;
    font-size: 14px;
    color: #f2f2f2;
    padding-left: 7px;
    font-weight: bold;
}

.two_nav li a:hover {
    color: #ffaa00;
}

.mediaBox {
    display: flex;
    gap: 20px;
}

.dblianjie {
    width: 35px;
}

.mediaFoot {
    margin-left: 40px;
    display: flex;
}

.mediaBox-en {
    display: flex;
    flex-wrap: wrap;
    flex: auto;
    gap: 15px 0;
    padding: 0 10px
}

.mediaBox-en>a {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    text-align: center;
    color: #f2f2f2;
    align-items: center;
    flex: auto;
    justify-content: flex-start;
    gap: 4px
}

.mediaBox-en>a>img {
    height: 34px;
}

.mediaBox-en:first-child>a {
    width: calc(50% - 10px);
}

.mediaBox-en+.mediaBox-en {
    border-left: 1px solid #6f7174
}

.mediaBox-en:nth-child(2)>a {
    width: 100%;
}


/* Ã¥â€¦Â¬Ã¥â€¦Â±Ã©Â¡Â¶Ã©Æ’Â¨Ã¥Âºâ€¢Ã©Æ’Â¨ */

.Banner {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 35%;
    overflow: hidden;
}

.Banner .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0
}

.Banner .swiper-button-next,
.Banner .swiper-button-prev {
    width: 50px;
    height: 42px;
    background: #fff;
    border-radius: 6px;
}

.Banner .swiper-button-next::after,
.Banner .swiper-button-prev::after {
    font-size: 24px;
    font-weight: bold;
}

.Banner .swiper-button-next {
    right: 30px;
}

.Banner .swiper-button-prev {
    left: 30px;
}

.topic {
    width: 100%;
    height: 100%
}

.topic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.indexMain {
    width: 100%;
}

.part01 {
    padding: 80px 0;
    background: url(../images/img_md/partBg.png) no-repeat top center/cover;
    padding: 40px 0;
}

.indexTitMore {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.indexMore {
    position: absolute;
    right: 0;
    font-size: 18px;
    color: #666666;
    padding-right: 28px;
    background: url(../images/img_md/icon-moe.png) no-repeat right center/18px;
}

.indexMore:hover {
    color: #1893f7;
}

.indexTit {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
}

.indexTit span {
    font-weight: bolder;
    font-size: 20px;
    /* Ã¦â€“â€¡Ã¥Â­â€”Ã¤Â¸Å Ã¤Â¸â€¹Ã¦Â¸ÂÃ¥ÂËœÃ¨â€°Â² */
    background: linear-gradient(to bottom, #474747 0%, #FFFFFF 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.indexTit h2 {
    font-weight: bold;
    font-size: 38px;
    color: #333333;
}

.indexTit h2::after {
    content: '';
    width: 72px;
    height: 10px;
    background: #0C3398;
    display: block;
    margin: 0 auto;
}

.GalleryBox {
    margin-top: 30px;
}

.GalleryLi {
    /* margin-bottom: 40px; */
}

.GalleryLi ul {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.GalleryLi ul li {
    font-size: 20px;
    color: #000000;
    cursor: pointer;
    padding: 5px 20px;
    height: 58px;
    flex: 1;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #C8C8C8;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.GalleryLi ul li:hover,
.GalleryLi ul li.active {
    background: #0C3398;
    color: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.GalleryConBox {
    width: 100%;
}

.GalleryCon {
    display: none;
    width: 100%;
}

.GallerySwiper {
    position: relative;
    height: 840px;
}

.GallerySwiper .swiper {
    width: 100%;
    height: 100%;
    padding: 10px 0;
    overflow: hidden;
}

.GallerySwiper .swiper-slide {
    height: auto;
    margin-top: 20px;
}

.GallerySwiper .swiper-slide {
    position: relative;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    height: 390px;
    transition: transform 0.3s;
}

.GallerySwiper .swiper-slide:hover {
    transform: translateY(-5px);
}

.showMessage {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.showMessage>i {
    width: 100%;
    height: 260px;
    display: block;
    overflow: hidden;
    flex-shrink: 0;
}

.showMessage i img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.showTxt {
    padding: 10px 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.showTxt h6 {
    font-size: 20px;
    color: #333;
    margin-bottom: 4px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.showTxt p {
    font-size: 14px;
    color: #666;
    line-height: 1.4;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 40px;
}

.showTxt span {
    width: 100%;
    font-size: 14px;
    color: #666666;
}

span.fi {
    background-position: 0%;
    padding-left: 1.5em;
}

.hoverMess {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(12, 51, 152, 0.9);
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    z-index: 2;
}

.GallerySwiper .swiper-slide:hover .hoverMess,
.teaItem:hover .hoverMess {
    opacity: 1;
    visibility: visible;
}

.hoverMess h6 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
}

.hoverMess p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    line-height: 1.6;
    margin: 10px 0;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hoverMess a {
    display: inline-block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #fff;
    background: #fff;
    border-radius: 4px;
    font-size: 14px;
    color: #0C3398;
    transition: all 0.3s;
}

.hoverMess a:hover {
    background: #6791fa;
    color: #fff;
}

.GalleryMore {
    background: url(../images/img_md/moreBg.png) no-repeat left/contain;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    width: 233px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto;
    transition: 0.3s ease;
}

.GalleryMore:hover {
    transform: skewX(-10deg);
    transition: 0.3s ease;
}

.GallerySwiper .swiper-button-next,
.GallerySwiper .swiper-button-prev {
    background-color: #fff;
    background-size: 20px;
    border-radius: 50%;
    width: 64px;
    height: 64px;
}

.GallerySwiper .swiper-button-next:hover,
.GallerySwiper .swiper-button-prev:hover {
    background-color: #0C3398;
}

.checkBox .swiper-button-next:hover,
.checkBox .swiper-button-prev:hover {
    background-color: #6d94f8;
}

.GallerySwiper .swiper-button-next:hover,
.checkBox .swiper-button-next:hover {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.GallerySwiper .swiper-button-prev:hover,
.checkBox .swiper-button-prev:hover {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.GallerySwiper .swiper-button-next {
    right: -100px;
}

.GallerySwiper .swiper-button-prev {
    left: -100px;
}

.part02 {
    width: 100%;
    background: url(../images/img_md/partBg2.png) no-repeat center/cover;
    padding: 50px 0;
}

#certify {
    position: relative;
    width: 100%;
    margin: 30px auto
}

#certify .swiper-container {
    padding-bottom: 60px;
}

#certify .swiper-slide {
    width: 55.7%;
    height: 690px;
    background: #fff;
    box-shadow: 0 8px 30px #ddd;
}

#certify .swiper-slide img {
    display: block;
    width: 100%;
    height: 510px;
    object-fit: cover;
}

.certifyTxt {
    width: 100%;
    background: #E8E8E8;
    height: 180px;
    padding: 20px 30px;
}

.certifyTxt .txtH6 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px 50px;
}

.certifyTxt .txtH6 h6 {
    font-size: 20px;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.certifyTxt .txtH6 a {
    width: 128px;
    height: 50px;
    background: #0C3398;
    /* box-shadow: 0px 0px 12px 6px rgba(93, 162, 227, 0.37); */
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    flex-shrink: 0;
}

.certifyTxt p {
    font-size: 16px;
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 20px;
}

#certify .swiper-slide-active .certifyTxt {
    background: #0C3398;
}

#certify .swiper-slide-active .certifyTxt .txtH6 a {
    background: #fff;
    color: #0C3398;
    box-shadow: 0px 0px 12px 6px rgba(93, 162, 227, 0.37);
}

#certify .swiper-slide-active .certifyTxt .txtH6 h6,
#certify .swiper-slide-active .certifyTxt p {
    color: #fff;
}

#certify .swiper-pagination {
    width: 100%;
    height: 12px;
    background: #D9D9D9;
    border-radius: 24px;
    overflow: hidden;
}

#certify .swiper-pagination .swiper-pagination-progressbar-fill {
    background: #0C3398;
    border-radius: 24px;
}

.part03 {
    width: 100%;
    background: url(../images/img_md/partBg3.png) no-repeat 33% center/cover;
    padding: 60px 0;
}

.part03 .indexTit {
    align-items: flex-start;
}

.part03 .indexTit span {
    color: #fff;
}

.part03 .indexTit h2 {
    color: #fff;
}

.lineBox {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 20px;
    transition: 0.35s;
}

.lineBox .time {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.lineBox .time b {
    font-size: 28px;
    color: #0C3398;
}

.lineBox .time span {
    font-size: 16px;
    color: #333333;
}

.lineBox h6 {
    font-size: 20px;
    color: #333333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.lineBox p {
    font-size: 16px;
    color: #666666;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 12px 0;
}

.lineBox img {
    width: 100%;
    height: 178px;
    object-fit: cover;
}

.OfflineBox {
    width: 100%;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 50px;
}

.lineBox:hover {
    background: #0957c3;
}

.lineBox:hover .time b,
.lineBox:hover .time span,
.lineBox:hover h6,
.lineBox:hover p {
    color: #fff;
}

#lineSwiper .lineBox:hover {
    transform: translateY(-8px);
}

.checkBox {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    gap: 30px;
    height: 68px;
    top: 30px;
}

.checkBox .swiper-button-next,
.checkBox .swiper-button-prev {
    position: initial;
    width: 68px;
    height: 68px;
    background-color: #FFFFFF;
    border-radius: 5px;
    background-size: 24px;
    margin-top: 0;
}

.part04 {
    width: 100%;
    background: url(../images/img_md/partBg4.png) no-repeat center/cover;
    padding: 50px 0;
}

.AnnualBox {
    margin-top: 30px;
    width: 100%;
    overflow: hidden;
}

.AnnualImg {
    width: 100%;
    padding-bottom: 53.8%;
    height: 0;
    position: relative;
    display: block;
}

.AnnualImg>img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
}

.AnnualImg .shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 18px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    background: rgba(0, 0, 0, 0.46);
}

.AnnualImg .shadow h6 {
    font-size: 20px;
    color: #FFFFFF;
}

#AnnualSwiper {
    position: relative;
    padding-bottom: 40px;
}

#AnnualSwiper .swiper-pagination {
    bottom: 0;
    top: inherit;
}

#AnnualSwiper .swiper-pagination span {
    width: 10px;
    height: 10px;
}


/* Ã¤ÂºÅ’Ã§ÂºÂ§Ã©Â¡ÂµÃ©ÂÂ¢ */

.advbanner {
    width: 100%;
    height: 0;
    padding-bottom: 16.7%;
    position: relative;
    display: flex;
    justify-content: center;
    align-self: center;
}

.advbanner i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.advbanner h1 {
    font-size: 46px;
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.advbanner h1::after {
    content: '';
    display: block;
    width: 50%;
    height: 6px;
    background: #D9D9D9;
    margin: 0 auto;
    margin-top: 15px;
}
.bread{position:absolute;width:100%;bottom:0;padding:20px 0;text-align:right;}
.breadNav a,.breadNav span,.breadNav{color:#fff;font-size:16px;}
.breadNav a:nth-of-type(1),.breadNav span:nth-of-type(1),
.breadNav a:nth-of-type(2),.breadNav span:nth-of-type(2),
.breadNav a:nth-of-type(3),.breadNav span:nth-of-type(3){display:none;}

.listBox {
    margin: 30px 0;
    width: 100%;
}

.listItem {
    width: 100%;
    display: flex;
    background: #fff;
    padding: 16px 20px;
    align-items: center;
    margin-bottom: 20px;
    transition: 0.3s;
    border-radius: 10px
}

.listItem>img {
    width: 308px;
    height: 200px;
    object-fit: cover;
}

.listItem .txtCont {
    flex: 1;
    padding: 0 35px;
    display: flex;
    justify-content: space-between;
}

.listItem .txtCont .txtConL span {
    font-size: 16px;
    color: #0C3398;
    padding-left: 24px;
    background: url(../images/img_md/icon-time-blue.png) no-repeat left center;
}

.listItem .txtCont .txtConL {
    flex: 1;
}

.listItem .txtCont .txtConL h6 {
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 6px;
}

.listItem .txtCont .txtConL p {
    font-size: 16px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.listItem:hover {
    background: #0C3398;
}

.listItem:hover .txtCont .txtConL p,
.listItem:hover .txtCont .txtConL h6,
.listItem:hover .txtCont .txtConL span {
    color: #fff;
}

.listItem:hover .txtCont .txtConL span {
    background: url(../images/img_md/icon-time-white.png) no-repeat left center;
}

.relate {
    width: 100%;
    font-size: 24px;
    color: #0C3398;
    padding-left: 36px;
    background: url(../images/img_md/icon-xzdh.png) no-repeat left center;
    margin-top: 50px;
}

.teaBase {
    width: 100%;
    display: flex;
    overflow: hidden;
    padding: 0 40px 40px 40px;
    margin-top: 30px;
    background: url(../images/img_md/teaBg.png) no-repeat right bottom/100% 70%;
    align-items: flex-end;
}

.teaBase>i {
    flex-shrink: 0;
    width: 260px;
    height: 370px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    border: 1px solid #FFFFFF;
    overflow: hidden;
    margin-right: 48px;
}

.teaBaseMess {
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 20px 0;
}

.teaBaseMess .back {
    font-size: 16px;
    color: #495B7A;
    padding-right: 20px;
    background: url(../images/img_md/icon-back.png) no-repeat right center/14px;
    text-align: right;
}

.teaBaseMess .back:hover {
    color: #0C3398;
}

.teaBaseMessCon {
    width: 100%;
    min-height: 240px;
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.teaBaseMessCon p {
    font-size: 16px;
    color: #FFFFFF;
}

.teaBaseMessCon i {
    width: 126px;
    height: 42px;
    background: rgba(255, 255, 255, 0.21);
    border-radius: 6px;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.teaBaseMess .top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.teaBaseMess .top h1 {
    font-size: 30px;
    color: #333333;
    display: flex;
    align-items: center;
    gap: 26px;
}

.countryBox {
    width: auto;
    height: 30px;
    background-color: rgba(120, 120, 120, 0.62);
    border-radius: 6px;
    border: 1px solid #FFFFFF;
    font-size: 14px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    padding: 7px 16px;
}

.countryBox span {
    width: 100%;
}

.articleBox {
    background: #fff;
    padding: 12px 50px;
    margin: 30px 0;
}

.artTit {
    width: 100%;
    border-bottom: 1px solid #D3D3D3;
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.artTit h1 {
    font-size: 26px;
    color: #333333;
    margin-bottom: 15px;
    text-align: center;
}

.artTit p {
    font-size: 16px;
    color: #0C3398;
    padding-left: 20px;
    background: url(../images/img_md/icon-time-blue.png) no-repeat left center;
}

.artCon {
    padding: 30px 0;
    width: 100%;
}

.artCon p {
    font-size: 16px!important;
    color: #333333!important;
    text-indent: 2em;
    margin-bottom: 15px;
}

.artCon p img {
    margin-left: -2em;
    max-width: 100%;
    height: auto;
}

.paperCheck {
    border-top: 1px solid #DBDBDB;
    padding: 30px 0;
    display: grid;
    grid-template-columns: calc(50% - 20px) calc(50% - 20px);
    column-gap: 40px;
    margin-top: 40px;
}

.paperCheck a {
    width: 100%;
}

.paperCheck a p {
    font-size: 14px;
    color: #333333;
    background: url(../images/img_md/icon-left.png) no-repeat left center;
    padding-left: 20px;
    margin-bottom: 6px;
}

.paperCheck a:nth-child(2) {
    text-align: right;
}

.paperCheck a:nth-child(2) p {
    background-image: url(../images/img_md/icon-right.png);
    background-position: right center;
    padding-right: 20px;
}

.paperCheck a span {
    font-size: 16px;
    color: #0059A0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    width: 100%;
}

.teaContent {
    width: 100%;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.teaItem {
    width: calc(20% - 16px);
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.teaListBox {
    width: 100%;
    margin: 30px 0;
}

.sortLi {
    width: 100%;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #B5B5B5;
    padding: 20px 25px;
    margin-bottom: 25px;
}

.sortLi ul li a {
    color: #000;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.sortLi ul li:hover a,.sortLi ul li.active a {
    color: #fff;
}

.nationBox {
    display: none;
    align-items: center;
    margin-top: 30px;
}

.nationBox dl {
    flex: 1;
    display: flex;
    gap: 20px 5px;
    align-items: center;
    flex-wrap: wrap;
}

.nationBox dl dd a {
    padding: 3px 17px;
    min-width: 70px;
    font-size: 18px;
    color: #333333;
}

.nationBox dl dd a:hover,.nationBox dl dd.active a {
    color: #fff;
    background: #0C3398;
}

.nationBox span {
    font-size: 18px;
    color: #333333;
    flex-shrink: 0;
}


/* pagenation*/

.pageBox {
    margin: 40px 0 20px 0;
    width: 100%;
    padding: 0 20px;
}

.pagination {
    display: flex;
    justify-content: center;
    gap: 6px;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;
}

.pagination>li>a,
.pagination>li>span,
.pagination>select {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    color: #333;
    padding: 3px 12px !important;
    width: 100%;
    display: inline-block;
    font-size: 14px;
}

.pagination>select {
    width: 60px;
}

.pagination>li>a.active {
    color: #fff!important;
    border-color: #0C3398;
    background: #0C3398;
}


/* Ã¦Â¯ÂÃ¤Â¸ÂªÃ©Â¡ÂµÃ©ÂÂ¢Ã§Å¡â€žÃ§Â§Â»Ã¥Å Â¨Ã§Â«Â¯Ã¦Â Â·Ã¥Â¼Â */

@media screen and (max-width: 1600px) {
    .center {
        width: 1300px;
    }
}

@media screen and (max-width: 1500px) {
    .center {
        width: 1200px;
    }
    .GallerySwiper .swiper-button-prev,
    .GallerySwiper .swiper-button-next {
        width: 50px;
        height: 50px;
        background-size: 16px;
    }
    .GallerySwiper .swiper-button-prev {
        left: -80px;
    }
    .GallerySwiper .swiper-button-next {
        right: -80px;
    }
    .indexTit h2 {
        font-size: 32px;
    }
    .indexTit h2::after {
        height: 6px;
    }
    #certify .swiper-slide {
        height: 590px;
    }
    #certify .swiper-slide img {
        height: 410px;
    }
    .checkBox .swiper-button-next,
    .checkBox .swiper-button-prev {
        width: 50px;
        height: 50px;
        background-size: 16px;
    }
    /* Ã¤ÂºÅ’Ã§ÂºÂ§Ã©Â¡ÂµÃ©ÂÂ¢ */
    .advbanner h1 {
        font-size: 40px;
    }
}

@media screen and (max-width: 1300px) {
    .center {
        width: 1000px;
    }
    .header_wrap .header {
        height: 90px;
    }
    .nav_wrap .nav>ul>li>a {
        font-size: 16px;
    }
    .indexTit h2 {
        font-size: 32px;
    }
    .GalleryLi ul li {
        font-size: 18px;
        height: 50px;
    }
    .GallerySwiper .swiper-button-prev,
    .GallerySwiper .swiper-button-next {
        display: none;
    }
    #certify .swiper-slide {
        width: 600px;
        height: auto;
    }
    #certify .swiper-slide img {
        height: 400px;
    }
    .certifyTxt {
        height: auto;
    }
    /* Ã¤ÂºÅ’Ã§ÂºÂ§Ã©Â¡ÂµÃ©ÂÂ¢ */
    .teaItem {
        width: calc(25% - 15px);
    }
    .teaBase {
        padding: 0 25px 25px;
    }
    .teaBase>i {
        margin-right: 25px;
    }
    .teaBaseMessCon {
        padding-top: 25px;
    }
}

@media screen and (max-width: 1040px) {
    .center {
        width: 95%;
    }
    .GalleryLi ul {
        flex-wrap: wrap;
        gap: 15px;
    }
    .GalleryLi ul li {
        flex: none;
        width: calc(50% - 10px);
    }
    .GallerySwiper {
        height: auto;
    }
    #certify .swiper-slide {
        width: 90%;
    }
    .listItem {
        flex-direction: column;
        align-items: flex-start;
    }
    .listItem>img {
        width: 100%;
        height: auto;
        aspect-ratio: 3/2;
    }
    .listItem .txtCont {
        padding: 20px 0 0 0;
        flex-direction: column;
        gap: 15px;
    }
    .advbanner h1 {
        font-size: 32px;
    }
    .GalleryLi {
        margin-bottom: 0;
    }
    .sortLi {
        margin-bottom: 25px;
    }
    .footer_bottom {
        flex-direction: column;
    }
}

@media screen and (max-width: 768px) {
    .Banner {
        padding-bottom: 37%;
    }
    .part01,
    .part02,
    .part03,
    .part04 {
        padding: 30px 0;
    }
    .indexTit h2 {
        font-size: 24px;
    }
    .indexTit span {
        font-size: 16px;
    }
    .GalleryLi ul {
        display: flex;
        overflow-x: auto;
        flex-wrap: nowrap;
        justify-content: flex-start;
        padding-bottom: 10px;
        -webkit-overflow-scrolling: touch;
    }
    .GalleryLi ul li {
        flex: 0 0 auto;
        width: auto;
        white-space: nowrap;
        font-size: 14px;
        padding: 0 15px;
        height: 40px;
    }
    .GallerySwiper {
        height: auto;
    }
    .showMessage>i {
        height: 200px;
    }
    #certify .swiper-slide {
        width: 100%;
    }
    #certify .swiper-slide img {
        height: 250px;
    }
    .certifyTxt .txtH6 {
        flex-direction: column;
        gap: 10px;
    }
    .certifyTxt .txtH6 a {
        width: 100%;
        height: 40px;
    }
    .lineBox .time b {
        font-size: 20px;
    }
    .AnnualImg .shadow h6 {
        font-size: 16px;
    }
    .advbanner h1 {
        font-size: 24px;
        top: 10%;
        transform: none;
    }
    .advbanner h1::after{content:none;}
    .listItem .txtCont .txtConL h6 {
        font-size: 18px;
    }
    /* Ã¤ÂºÅ’Ã§ÂºÂ§Ã©Â¡ÂµÃ©ÂÂ¢ */
    .teaItem {
        width: calc(50% - 10px);
    }
    .teaBase {
        flex-direction: column;
        align-items: center;
        gap: 20px 0;
        background-size: 100% 80%;
        border-radius: 10px;
    }
    .teaBaseMess .back {
        color: #fff;
    }
    .teaBaseMess .back:hover {
        color: #fff;
    }
    .teaBaseMess .top h1 {
        color: #fff;
        font-size: 26px;
    }
    .teaBaseMessCon {
        padding-top: 0;
        min-height: auto;
    }
    .teaBase>i {
        margin-right: 0;
    }
    
    .header_wrap {
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
        height: 54px;
    }
    .header_wrap .header {
        width: 100%;
        height: auto;
        padding: 0;
    }
    .header_wrap .header .logo {
        width: 250px;
        height: 35px;
        background-size: cover;
        background-position: 0 0;
    }
    .header_wrap .header .search_xs {
        display: block;
        width: 18px;
        height: 18px;
        margin-top: 8px;
        margin-right: 7px;
    }
    .header_wrap .header .search,
    .nav_wrap,
    .headerCN .login,
    .headerCN .en,
    .headerCN .pcSearch {
        display: none;
    }
    .header_wrap .header .menu_xs,
    .headerCN .header .search,
    .headerCN .header .menu {
        display: block;
    }
    .headerCN .header .logo {
        position: static;
        width: 64%;
        height: auto;
        transform: none;
        -webkit-transform: none;
    }
    .headerCN {
        display: flex;
        align-items: center;
    }
    .phone_search {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .8);
        z-index: 13;
        display: none;
    }
    .phone_search form {
        width: 230px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }
    .phone_search .close {
        position: absolute;
        top: 5%;
        right: 5%;
        width: 28px;
        height: 28px;
        background: url(../../images/yzy/imagesEnglish/close.png) no-repeat;
        background-size: 100% 100%;
    }
    .phone_search form input {
        height: 30px;
        line-height: 30px;
    }
    .phone_search form input[type="text"] {
        width: 190px;
        border: 0;
        padding: 0 5px;
        box-sizing: border-box;
        float: left;
    }
    .phone_search form input[type="submit"] {
        width: 40px;
        border: 0;
        color: #fff;
        background-color: #0957c3;
        font-size: 12px;
        float: left;
    }
    .aslidewrap {
        position: fixed;
        top: 0;
        display: block;
        left: -50%;
        width: 50%;
        height: 100%;
        z-index: 1100;
        background-color: #000;
        opacity: 0.85;
    }
    .aslidewrap .nav {
        padding: 80px 5% 0 5%;
    }
    .aslidewrap .nav ul li {
        padding: 0 5%;
    }
    .aslidewrap .nav ul li .tit {
        border-bottom: 1px solid #e6e6e6;
    }
    .aslidewrap .nav ul li .tit a {
        display: block;
        color: #fff;
        font-size: 16px;
        padding: 10px 0
    }
    .phone-tool {
        display: flex;
        gap: 10px;
    }
    .masking {
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        right: 0;
        background-color: transparent;
        transition: all 0.5s ease 0.2s;
        z-index: -1;
    }
    .masking.focus {
        background-color: rgba(0, 0, 0, 0.7);
        z-index: 1001;
    }
    .footer {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .indexTit h2 {
        font-size: 20px;
    }
    .center {
        width: 90%;
    }
    .checkBox {
        gap: 15px;
    }
    .AnnualImg {
        padding-bottom: 58.8%;
    }
    .showMessage>i {
        height: 180px;
    }
    .showTxt h6 {
        font-size: 16px;
    }
    .lineBox .time b {
        font-size: 18px;
    }
    .listItem .txtCont .txtConL h6 {
        font-size: 16px;
    }
    /* Ã¤ÂºÅ’Ã§ÂºÂ§Ã©Â¡ÂµÃ©ÂÂ¢ */
    .advbanner {
        padding-bottom: 34%;
    }
    .articleBox {
        padding: 12px 20px;
    }
    .paperCheck {
        column-gap: 20px;
    }
    .nationBox {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }
    .nationBox span {
        padding: 0 17px;
    }
    .nationBox dl {
        gap: 10px 0;
    }
    .teaBaseMess .top h1 {
        flex-direction: column;
        gap: 10px;
    }
    .teaBase {
        padding: 0 20px 20px;
    }
    .GallerySwiper .swiper-slide{height:300px;}
}