.header_layout {
    height: 5rem;
}

.header_logo img {
    height: 2.4rem;
}

.header_navgation {
    margin-top: .65rem;
}

.header_navgation_item {
    position: relative;
    line-height: 2;
    padding-left: 1.2rem;
    padding-bottom: 5px;
}

.header_navgation_item:after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background-color: #3c3c3c;
    transition: all .3s ease 0s;
}

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

.header_navgation_font ,
.header_navgation_child_font {
    font-size: .65rem;
    font-weight: 500;
    color: #3c3c3c;
}

.header_navgation_child_font {
    color: #fff;
}

.header_navgation_child_list {
    position: absolute;
    z-index: 99;
    top: 100%;
    width: 8rem;
    padding: 1rem 1rem;
    background-color: var(--main-color);
    display: none;
}

.header_navgation_item:last-child .header_navgation_child_list {
    right: 0;
}

.header_navgation_item:hover .header_navgation_child_list {
    display: block;
}

.header_navgation_child_item {
    padding: 5px 0 10px;
    transition: all .5s ease 0s;
}

.header_navgation_child_item:hover a {
    color: var(--sub-color);
    transition: all .5s ease 0s;
}

.header_navgation_child_item::after {
    content: "";
    display: block;
    height: 2px;
    background-color: #fff;
    margin-top: 5px;
    border-left: 0rem solid var(--sub-color);
    transition: all .5s ease 0s;
}

.header_navgation_child_item:hover::after {
    border-left: 6rem solid var(--sub-color);
    transition: all .5s ease 0s;
}

.swiper_info_middle {
    max-width: 38rem;
    height: 100%;
    display: flex;
    justify-items: center;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.swiper_info_layout {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.swiper_title {
    font-size: 1.8rem;
    color: #fff;
    letter-spacing: 1px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

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

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

.swiper_photos {
    width: 54rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
}

.swiper_photos_layout {
    position: relative;
    display: block; 
    height: 0; 
    padding: 0; 
    overflow: hidden; 
    padding-bottom: 72%;
    border-radius: 2%;
    background-color: #fff;
}

.swiper_photos_item {
    width: 10.5rem;
    text-align: left;
    margin-top: .5rem;
}

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

.main-title {
    padding: 1rem 0;
    text-align: center;
    font-size: .6rem;
    line-height: 2;
    font-weight: 300;
}

.main-title h4 {
    font-size: 1.2rem;
    color: #212121;
    line-height: 1;
    font-weight: 500;
}

.main-title h4 span {
    color: var(--main-color);
}

.main-title::after {
    content: "";
    display: block;
    width: 2rem;
    height: 3px;
    background-color: var(--main-color);
    margin: 1rem auto;
}

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

.product_item {
    width: 14rem;
}

.product_thumb {
    position: relative;
    display: block; 
    height: 0; 
    padding: 0; 
    overflow: hidden; 
    padding-bottom: 120%;
    border-radius: 2%;
    background-color: #fff;
}

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

.product_info { 
    position: absolute; 
    width: 100%; 
    height: 0%; 
    bottom: 0px; 
    text-align: center; 
    background: rgba(9,9,9,0.8); 
    overflow: hidden;  
    transition: all 0.5s ease 0s; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
}

.product_info h2 {
    font-size: 1rem;
    color: #ececec;
    line-height: 2;
}

.product_info p {
    width: 72%;
    margin: 0 auto;
    font-size: .6rem;
    color: #999;
    line-height: 2;
    font-weight: 300;
}

.product_info p::before {
    content: "";
    display: block;
    height: 1px;
    background-color: #eee;
    margin: 10px 0;
}

.product_info_icon {
    width: 2rem;
    height: 2rem;
    margin: .5rem 0 0;
}

.product_item:hover .product_info {
    height: 100%;
}

.product_item:hover .product_thumb  img {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    transition: all 0.5s ease 0s;
}

.readmore {
    font-size: 1rem;
    margin: 1rem 0;
    color: #6c6c6c;
    display: block;
    text-align: center;
}

.about {
    /* background-color: #fff; */
    background: url(about-bg.jpg) left bottom no-repeat;
    background-size: 45%;
}

.about_content {
    width: 28rem;
    font-size: .72rem;
    text-align: justify;
    line-height: 2;
    padding: 0 1rem 0 0;
}

.about_img {
    padding-left: 1rem;
}

.about_img img {
    width: 18rem;
    height: 10rem;
    border-radius: 2%;
}

.culture {
    background-color: var(--main-color);
    color: #eee;
}

.culture .main-title, .culture h4, .culture h4 span {
    color: #fff;
}

.culture .main-title::after {
    background-color: #fff;
}

.culture_layout {
    align-items: center;
}

.culture_content {
    width: 48rem;
    font-size: .72rem;
    color: #eee;
    line-height: 2;
    padding: 0 1rem 0rem 0;
}

.culture_photos {
    width: 48rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.culture_photos_layout {
    position: relative;
    display: block; 
    height: 0; 
    padding: 0; 
    overflow: hidden; 
    padding-bottom: 72%;
    border-radius: 2%;
    background-color: #fff;
}

.culture_photos_item {
    width: 9rem;
    text-align: left;
    margin-top: .5rem;
}

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

.extra { 
    background: #f6f6f6; 
    border-bottom: 3px solid #0043a3; 
}

.extra_item {
    width: 25%;
    padding: 2rem;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

.extra_item_icon svg {
    width: 3rem;
    height: 3rem;
    margin-bottom: 1rem;
}

.extra_item_icon svg path {
    fill: var(--main-color);
}

.extra_item_title {
    margin-bottom: .5rem;
    font-size: 1rem;
    line-height: 1;
    font-weight: bold;
    color: var(--main-color);
}

.extra_item_subtitle {
    font-size: .7rem;
    line-height: 1.5;
    color: #6d6d6d;
}

.extra_item_on {
    background: var(--main-color);
    transition: all 0.3s ease 0s;
}

.extra_item_on svg path {
    fill: #fff;
}

.extra_item_on .extra_item_title,
.extra_item_on .extra_item_subtitle {
    color: #fff;
}

.photo_list {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
}

.photo_item {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    padding-bottom: 12%;
}

.photo_item img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border: 0;
    vertical-align: middle;
    border-radius: 2%;
}

.news_list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.news_item {
    width: 19rem;
    min-height: 20rem;
    background-color: #fff;
    margin-bottom: 1.5rem;
    padding: 1rem;
    border-radius: 3px;
    transition: all 0.5s ease 0s;
}

.news_item:hover {
    background: #0043a3;
    transition: all 0.5s ease 0s;
}

.news_item:hover * {
    color: #fff;
}

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

.news_thumb img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border: 0;
    vertical-align: middle;
}

.news_title {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: .5rem;
}

.news_title a {
    font-size: .8rem;
    color: #212121;
    line-height: 1;
    font-weight: 500;
}

.news_date {
    font-size: .6rem;
    color: #969696;
    line-height: 1;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: .5rem;
}

.news_description {
    font-size: .6rem;
    color: #212121;
    line-height: 1.5;
    font-weight: 300;
}

.partner {
    background-color: var(--main-color);
    color: #eee;
}

.partner .main-title, .partner h4, .partner h4 span {
    color: #fff;
}

.partner .main-title::after {
    background-color: #fff;
}

.partner_layout {
    align-items: center;
}

.partner_photos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.partner_photos_item {
    display: flex;
    justify-items: center;
    justify-content: center;
    align-items: center;
    width: 5.6rem;
    height: 5.6rem;
    background-color: #fff;
    border-radius: 1rem;
    margin-bottom: .5rem;
    cursor: pointer;
    transition: all 0.5s ease 0s;
}

.partner_photos_layout {
    max-width: 80%;
    max-height: 80%;
    transition: all 0.5s ease 0s;
}

.partner_photos_item:hover .partner_photos_layout {
    max-width: 100%;
    transition: all 0.5s ease 0s;
}

.partner_photos_layout img {
    width: 100%;   
    max-height: 4rem;
}

.footer { 
    font-size: .6rem;
    background-color: #212121; 
    color: #9e9e9e;
}

.footer h6 {
    color: #fff;
    line-height: 3;
}

.footer h6::after {
    content: "";
    display: block;
    width: 1.5rem;
    height: 2px;
    margin-bottom: 1rem;
    background-color: var(--main-color);
}

.footer_item,
.footer_item a {
    color: #9e9e9e; 
    line-height: 2.5;
}

.footer_item a:hover {
    color: #dd6b20;
}

.footer_qrcode img {
    width: 6rem;
    margin-top: 10px;
}

.copyright {
    font-size: .6rem;
    color: #9e9e9e;
    text-align: center;
    line-height: 3;
    background-color: #2b2b2b;
}
