.header {
    position: fixed;
    z-index: 999;
    width: 100%;
}

.header_layout {
    height: 6rem;
    transition: all .3s ease 0s;
}

.header_logo img {
    height: 2.4rem;
    transition: all .3s ease 0s;
}

.header_navgation_list {
    width: 22rem;
}

.header_navgation_font {
    display: flex;
    flex-direction: column;
    text-align: center;
    color: #fff;
    position: relative;
    line-height: 1;
    padding: 1.2rem 0;
}

.header_navgation_font:hover * {
    color: var(--focus-color) !important;
}

.header_navgation_font:after {
    content: "";
    display: block;
    width: 0;
    height: 5px;
    background-color: var(--focus-color);
    position: absolute;
    top: 100%;
    left: 0;
    transition: all .3s ease 0s;
}

.header_navgation_font:hover:after {
    width: 100%;
    transition: all .3s ease 0s;
}

.header_navgation_font--cn {
    font-family: 'MiSansLight';
    font-size: .6rem;
    margin-top: .6rem;
    letter-spacing: 1px;
}

.header_navgation_font--en {
    font-family: 'AcuminProBold';
    text-transform: uppercase;
    font-size: .8rem;
    letter-spacing: 1px;
}

.header_navgation_child {
    position: absolute;
    z-index: 9999;
    right: 0;
    max-width: 52rem;
    min-width: 30rem;
    opacity: 0;
    pointer-events: none;
    padding-top: 5px;
}

.header_navgation_item:first-child .header_navgation_child{
    right: auto;
}

.header_navgation_child_layout {
    background-color: #fff;
    border-radius: 5px;
    margin-right: 3rem;
    padding: 2rem 3rem 5px 3rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    opacity: .98;
}

.header_navgation_child_title {
    font-size: 1rem;
    font-family: 'MiSansBold';
    line-height: 1;
}

.header_navgation_child_subtitle {
    font-size: .72rem;
    font-family: 'AcuminProBold';
    text-transform: uppercase;
    margin-top: .1rem;
    color: var(--focus-color);
}

.header_navgation_child_list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.header_navgation_child_item {
    width: 13.5rem;
    margin-left: 1rem;
    list-style: none;
}

.header_navgation_child_item:nth-child(3n+1) {
    margin-left: 0;
}

.header_navgation_child_img {
    position: relative;
    display: block; 
    height: 0; 
    padding: 0; 
    overflow: hidden; 
    padding-bottom: 50%;
    border-radius: 5px;
    background: #e2e4e6;
    transition: all 0.5s ease 0s;
}

.header_navgation_child_product:hover .header_navgation_child_img {
    background: #bdc3c7;
    transition: all 0.5s ease 0s;
}

.header_navgation_child_img img {
    position: absolute; 
    object-fit: cover; 
    width: 100%; 
    height: 100%; 
    border: 0; 
    vertical-align: middle;
    transition: all 0.5s ease 0s;
}

.header_navgation_child_font {
    font-size: .8rem;
    font-family: 'MiSansBold';
    line-height: 1;
    text-align: center;
    margin: 1rem 0 .5rem 0;
}

.header_navgation_child_desc {
    font-size: .6rem;
    font-family: 'AcuminProBold';
    line-height: 1;
    text-align: center;
    color: var(--focus-color);
}

.header_language {
    margin-left: 2rem;
    padding-left: 0rem;
    position: relative;
    align-items: center;
}

.header_language::before {
    content: "";
    width: 1px;
    height: 1.6rem;
    background-color: #bdc3c7;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.header_telephone {
    font-family: 'AcuminProBold';
    color: #bdc3c7;
    padding: 0 2rem;
    position: relative;
    top: 2px;
}

.header_language_font {
    width: 1.6rem;
    height: 1.6rem;
    text-align: center;
    color: #bdc3c7;
    border: 1px solid #bdc3c7;
}

.header_language_font:nth-child(2) {
    border-right: none;
    color: #696969;
}

.header_language_font:hover {
    background-color: var(--focus-color);
    color: #fff;
    transition: all 0.3s ease 0s;
}

.header_language_font span {
    font-size: .8rem;
    font-family: 'AcuminProBold';
    vertical-align: middle; 
    line-height: 1.6rem;
    position: relative;
    top: 2px;
}

/* 导航改变效果 */
.header_scroll {
    height: 5rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    transition: all .3s ease 0s;
}

.header_scroll .header_logo img {
    height: 2rem;
    transition: all .3s ease 0s;
}

/* 导航亮暗效果 */
.header_light .header_navgation_font {
    color: #2c3e50;
}

.header_light .header_navgation_font--cn {
    font-family: 'MiSans';
    color: #3c3c3c;
}

.header_light .header_language_font {
    color: #2c3e50;
    border-color: #2c3e50;
}

.header_light .header_language_font:nth-child(2)  {
    color: #bdc3c7;
}

.header_light .header_language::before {
    background-color: #2c3e50;
}

.header_light .header_telephone {
    color: #2c3e50;
}

.swiper_info_middle {
    max-width: 30rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: 1rem auto 0 auto;
}

.swiper_subtitle {
    font-size: .8rem;
    color: #bdc3c7;
    font-family: 'MiSansLight';
    margin-bottom: .5rem;
}

.swiper_title {
    font-size: 2rem;
    color: #fff;
    letter-spacing: 1px;
    font-family: 'MiSansBold';
}

.swiper_title::after {
    content: "";
    display: block;
    width: 4rem;
    height: 1px;
    background-color: #fff;
    margin: 1rem auto .6rem;
}

.swiper_button {
    width: 8rem;
    display: inline-block;
    text-align: center;
    background-color: #212121;
    color: #efefef;
    font-size: .6rem;
    line-height: 3; 
    margin: 0 auto 1.5rem auto;
    border-radius: 2px; 
}

.swiper_content {
    font-size: .8rem;
    font-weight: 300;
    color: #fff;
    font-family: 'MiSansLight';
}

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

.swiper_dark_font {
    color: #2c3e50;
}

.swiper_red_bg {
    background-color: #c7000b;
}

.swiper_dark_font::after {
    background-color: #2c3e50;
}

#index_banner_pagination {
    bottom: 3rem;
}

#index_banner_pagination .swiper-pagination-bullet {
    width: 2rem;
    height: 3px;
    border-radius: 0;
}

.tip {
    background-color: #e4e9ea;
    padding-bottom: 2rem;
}

.tip_layout {
    width: 52rem;
    height: 6rem;
    margin: 0 auto;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    position: relative;
    top: -2rem;
    z-index: 99;
    display: flex;
}

.swiper-tips {
    width: 26rem;
    transition: all .3s ease 0s;
}

.swiper-tips:hover h3 {
    color: #c7000b;
    transition: all .3s ease 0s;
}

.swiper-tips .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.tip_title {
    font-size: .8rem;
    font-family: 'MiSans';
    line-height: 1;
    text-align: center;
}

.tip_desc {
    font-size: .6rem;
    font-family: 'MiSansLight';
    line-height: 1;
    text-align: center;
    margin: 0;
}

.section_top {
    display: flex;
    justify-content: space-between;
}

.section_top_link {
    font-size: .8rem;
    color: #c7000b;
    font-family: 'MiSansBold';
    border: 1px solid #c7000b;
    border-radius: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 12rem;
    height: 3rem;
    transition: all .5s ease;
}

.section_top_link:hover {
    background-color: #c7000b;
    color: #fff;
    transition: all .5s ease;
}

.main-title h2 {
    font-size: 1.6rem;
    color: #212121;
    font-family: 'MontserratBold';
    line-height: 1;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.main-title p {
    font-size: 1rem;
    color: #c7000b;
    line-height: 1;
    font-family: 'MiSansBold';
    margin-bottom: 3rem;
}

.main-title--sub h3 {
    font-size: 1.6rem;
    color: #fff;
    line-height: 1;
    font-family: 'MiSansBold';
    margin-bottom: 1rem;
    text-align: center;
    letter-spacing: 1px;
}

.main-title--sub.dark h3 {
    color: #212121;
}

.main-title--sub span {
    color: transparent;
    background-clip: text;
    background: linear-gradient(45deg, #f12711 0%, #f5af19 100%);
    -webkit-background-clip: text;
}

.main-title--sub p {
    font-size: .8rem;
    color: #fff;
    line-height: 1;
    font-family: 'MiSansLight';
    margin-bottom: 3rem;
    text-align: center;
    text-transform: uppercase;
}

.main-title--sub.dark p {
    color: #9c9c9c;
}

.product {
    background-color: #e4e9ea;
    padding-bottom: 1rem;
    overflow: hidden;
}

.product_list {
    margin-top: 5rem;
}

.product_item {
    display: flex;
    position: relative;
    height: 20rem;
    margin-bottom: 5rem;
}

.product_item::before {
    content: "";
    width: 65vw;
    height: 100%;
    background-color: #8e8e8e;
    position: absolute;
    left: 36%;
}

.product_item::after {
    content: "";
    width: 65vw;
    height: 5px;
    position: absolute;
    left: 36%;
    bottom: 0;
    background-color: #c7000b;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 2s cubic-bezier(.23,1,.32,1);
    transition: -webkit-transform 2s cubic-bezier(.23,1,.32,1);
    -o-transition: transform 2s cubic-bezier(.23, 1, .32, 1);
    transition: transform 2s cubic-bezier(.23,1,.32,1);
    transition: transform 2s cubic-bezier(.23,1,.32,1), -webkit-transform 2s cubic-bezier(.23,1,.32,1);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    overflow: hidden;
}

.product_item.is-active--line:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.product_item--left::before {
    right: 36%;
    left: inherit;
}

.product_item--left.is-active--line:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    right: 36%;
    left: inherit;
}

.product_image {
    width: 42rem;
    height: 20rem;
    background: #fff; 
    position: absolute;
    top: -2rem;
    z-index: 10;
    text-align: center;
    right: 36%;
    overflow: hidden;
}

.product_item--left .product_image {
    left: 36%;
}

.product_image img {
   width: 32rem;
   height: 100%;
   object-fit: contain;
   object-position: center;
}

.product_info {
    margin-left: auto;
    position: relative;
    width: 18rem;
    color: #fff;
    padding: 2.8rem 0 2.8rem 0;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.product_item--left .product_info {
    margin-left: 0;
}

.product_special span {
    background-color: #c7000b;
    color: #fff;
    font-size: .6rem;
    line-height: 2;
    padding: 5px 10px;
    font-family: 'MiSansBold';
    margin-right: 5px;
    border-radius: 2px;
    margin-bottom: 10px;
}

.product_info h3 {
    font-size: 1.3rem;
    font-family: 'MiSansBold';
    margin-bottom: 1rem;
}

.product_info p {
    font-size: .8rem;
    font-family: 'MiSansLight';
    line-height: 1.8;
    text-align: justify;
}

.product_link {
    display: inline-block;
    width: 2.4rem;
    height: 2.4rem;
    border: 1px solid #c7000b;
    color: #c7000b;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-left: auto;
    font-family: 'MontserratBold';
    transition: all .3s ease;
}

.product_item--left .product_link {
    margin-left: 0;
}

.product_link:hover {
    background-color: #c7000b;
    color: #fff;
    transition: all .3s ease;
}

.service {
    padding: 3rem 0;
    /* background-color: #e4e9ea; */
}

.service_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.service_item {
    width: 28rem;
    margin-bottom: 1rem;
    position: relative;
}

.service_image {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.service_image img {
    width: 100%;
}

.service_info h3 {
    font-size: 1rem;
    margin-bottom: 15px;
    font-family: 'MiSansBold';
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.service_info span {
    background-color: #c7000b;
    color: #fff;
    font-size: .6rem;
    height: 1.2rem;
    padding: 5px 10px;
    font-family: 'MiSansBold';
    margin-right: 5px;
    border-radius: 2px;
}

.service_info p {
    font-size: .72rem;
    font-family: 'MiSansLight';
    line-height: 2;
}

.area {
    padding: 5rem 0 3rem;
    background: #16222A;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #2c3e50, #16222A);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #2c3e50, #16222A); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.area_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.area_item {
    width: 9rem;
    height: 8rem;
    display: flex;
    justify-content: center;
    margin-bottom: 1.2rem;
    text-align: center;
    background-color: #fff;
    padding: 1.5rem 1rem;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    top: 0;
    transition: all .5s ease;
}

.area_item:hover {
    background-size: cover;
    background-position: center;
    top: -1rem;
    transition: all .5s ease;
}

.area_item:nth-child(1):hover {
    background-image: url(area/001.jpg);
}

.area_item:nth-child(2):hover {
    background-image: url(area/002.jpg);
}

.area_item:nth-child(3):hover {
    background-image: url(area/003.jpg);
}

.area_item:nth-child(4):hover {
    background-image: url(area/004.jpg);
}

.area_item:nth-child(5):hover {
    background-image: url(area/005.jpg);
}

.area_item:nth-child(6):hover {
    background-image: url(area/006.jpg);
}

.area_item:nth-child(7):hover {
    background-image: url(area/007.jpg);
}

.area_item:nth-child(8):hover {
    background-image: url(area/008.jpg);
}

.area_item:nth-child(9):hover {
    background-image: url(area/009.jpg);
}

.area_item:nth-child(10):hover {
    background-image: url(area/010.jpg);
}

.area_item:nth-child(11):hover {
    background-image: url(area/011.jpg);
}

.area_item:nth-child(12):hover {
    background-image: url(area/012.jpg);
}

.area_item:hover::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    transition: all .5s ease;
    z-index: 1;
}

.area_item:hover * {
    color: #fff;
    fill: #fff;
}

.area_image {
    z-index: 99;
}

.area_image svg {
    width: 2rem;
    height: 2rem;
    transition: all .3s ease;
}

.area_item svg path {
    fill: #212121;
}

.area_item p {
    color: #fff;
    font-size: .72rem;
    font-family: 'MiSans';
    line-height: 1;
    text-align: justify;
    margin: 1rem 0 0;
    text-align: center;
    color: #212121;
    z-index: 99;
    transition: all .3s ease;
}

.news {
    padding: 3rem 0;
    overflow: hidden;
}

.news_layout {
    overflow: visible;
    height: 21rem;
}

.news_image {
    position: relative;
    display: block; 
    height: 0; 
    padding: 0; 
    overflow: hidden; 
    padding-bottom: 60%;
    background-color: #fff;
    margin-bottom: 1rem;
    overflow: hidden;
}

.news_image img {
    position: absolute; 
    object-fit: cover; 
    width: 100%; 
    height: 100%; 
    border: 0; 
    vertical-align: middle;
    transition: all 0.5s ease 0s;
}

.news_item:hover img {
    transform: scale(1.2);
    transition: all 0.5s ease 0s;
}

.news_subtitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .6rem;
    color: #9c9c9c;
    margin-bottom: 10px;
}

.news_category {
    background-color: #c7000b;
    padding: 2px 10px;
    color: #fff;
}

.news_date {
    font-family: 'MontserratBold';
}

.news_title {
    font-size: 1rem;
    line-height: 1.5;
    color: #222;
    font-family: 'MiSansBold';
    margin-bottom: 10px;
    font-weight: bold;
}

.news_desc span {
    font-size: .6rem;
    color: #9c9c9c;
    line-height: 1.5;
    font-family: 'MiSansBold';
    margin-bottom: 10px;
}

.swiper-news-button {
    background-image: none;
    background-color: #fff;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    box-shadow: #212121 0 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer {
    padding: 4rem 0;
    background-color: #000;
}

.footer_logo {
    margin-bottom: 3rem;
}

.footer_logo img {
    width: 10rem;
}

.footer_menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
}

.footer_menu_item {
    width: 28rem;
    display: flex;
    align-items: baseline;
    color: #fff;
    margin-bottom: 1rem;
}

.footer_menu_item h3 {
    width: 3.6rem;
    font-size: .8rem;
    font-family: 'AcuminProBold';
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
}

.footer_menu_item ul {
    width: 26rem;
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 0 1rem;
    margin: 0;
}

.footer_menu_item li {
    list-style: none;
    padding: 0;
    margin: 0 0 .8rem 0;
    display: flex;
}

.footer_menu_item li:after {
    content: '';
    display: block;
    width: 1px;
    height: .6rem;
    background-color: #9c9c9c;
    margin: 0 .8rem;
}

.footer_menu_item li:last-child:after {
    display: none;
}

.footer_menu_item li a {
    font-size: .7rem;
    font-family: 'MiSansLight';
    line-height: 1;
    color: #fff;
    position: relative;
    transition: all .3s ease;
}

.footer_menu_item li a::before { 
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform .2s cubic-bezier(.23,1,.32,1);
    transition: -webkit-transform .2s cubic-bezier(.23,1,.32,1);
    -o-transition: transform .2s cubic-bezier(.23, 1, .32, 1);
    transition: transform .2s cubic-bezier(.23,1,.32,1);
    transition: transform .2s cubic-bezier(.23,1,.32,1), -webkit-transform .2s cubic-bezier(.23,1,.32,1);
}

.footer_menu_item li a:hover:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.footer_contact_info p {
    font-size: .7rem;
    font-family: 'MiSansLight';
    line-height: 1;
    color: #fff;
    padding: 0 0 0 1rem;
}

.footer_contact_info .footer_tel {
    font-size: 1.2rem;
    margin-bottom: 10px;
    font-family: 'AcuminProBold';
}

.footer_menu_item--contact {
    position: relative;
}

.footer_message {
    position: absolute;
    left: 0;
    top: 3.8rem;
    display: flex;
    flex-direction: column;
}

.foonter_message_input {
    display: flex;
    margin-bottom: .8rem;
}

.footer_message input {
    background: none;
    border: 1px solid #6c6c6c;
    border-radius: 2px 0 0 2px;
    width: 10rem;
    height: 1.8rem;
    color: #6c6c6c;
    padding: 0 10px;
    font-size: .6rem;
    outline: none;
}

.footer_message a {
    width: 2.1rem;
    height: 1.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #6c6c6c;
    border: 2px solid #6c6c6c;
    border-radius: 0 2px 2px 0;
}

.footer_message svg {
    width: 1rem;
    height: 1rem;
}

.footer_message p {
    font-size: .6rem;
    font-family: 'MiSansLight';
    line-height: 1;
    color: #fff;
    margin: 0;
}

.copyright {
    padding: 1rem 0;
    background-color: #121212;
}

.copyright_layout {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright_language_font {
    width: 1.6rem;
    height: 1.6rem;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
}

.copyright_language_font:nth-child(1) {
    color: #696969;
}

.copyright_language_font:hover {
    background-color: var(--focus-color);
    color: #fff;
    transition: all 0.3s ease 0s;
}

.copyright_language_font span {
    font-size: .8rem;
    font-family: 'AcuminProBold';
    vertical-align: middle; 
    line-height: 1.6rem;
    position: relative;
    top: 2px;
}

.copyright_layout p {
    color: #9f9f9f;
    margin: 0;
    font-size: .6rem;
    font-family: 'MiSansLight';
    line-height: 1;
}

/* 2024.07.03 */
.slide_type_01 .swiper_button {
    background-color: #c7000b;
    margin-bottom: 0rem;
}

.slide_type_01 .swiper_photo {
    margin-bottom: 3.6rem;
}

.slide_type_02 .swiper_info_middle {
    width: 50re;
}

.slide_type_02 .swiper_title {
    font-size: 2.4rem;
    color:#fff;
    text-shadow: 1px 1px rgba(0,0,0,.2882),
    2px 2px rgba(0,0,0,.2882),
    3px 3px rgba(0,0,0,.2882),
    4px 4px rgba(0,0,0,.2882);
}

.slide_type_02 .swiper_subtitle {
    font-size: 1rem;
    color:#fff;
    text-shadow: 1px 1px rgba(0,0,0,.2882),
    2px 2px rgba(0,0,0,.2882),
    3px 3px rgba(0,0,0,.2882),
    4px 4px rgba(0,0,0,.2882);
}

.slide_type_02 .swiper_icon_list {
    width: 20rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 1rem auto;
}

.slide_type_02 .swiper_icon_list svg {
    width: 2.8rem;
    height: 2.8rem;
}

.slide_type_02 .swiper_icon_list svg path {
    fill: #fff;
}

.slide_type_02 .swiper_icon_list p {
    font-size: .8rem;
    color: #fff;
    line-height: 2;
    text-shadow: 1px 1px rgba(0,0,0,.2882),
    2px 2px rgba(0,0,0,.2882),
    3px 3px rgba(0,0,0,.2882),
    4px 4px rgba(0,0,0,.2882);
}

.slide_type_03 .swiper_title {
    font-size: 3rem;
}


