.header {
    height: 12rem;
}

.header_logo img {
    height: 7rem;
}

.header_phone_icon {
    width: 5rem;
    height: 5rem;
}

.header_phone_font {
    font-size: 2.2rem;
    line-height: 1;
    letter-spacing: .1rem;
    font-weight: 300;
}

.navgation_item {
    position: relative;
    width: 15rem;
    padding: 1rem 0;
    text-align: center;
}

.navgation_item:first-child {
    margin-left: 0;
}

.navgation_item:hover {
    background-color: #dd6b20;
}

.navgation_font ,
.navgation_child_font {
    font-size: 1.4rem;
    line-height: 2;
    color: #fff;
}

.navgation_child_list {
    position: absolute;
    z-index: 99;
    top: 100%;
    width: 100%;
    background-color: #dd6b20;
    padding: 1rem;
    display: none;
}

.navgation_item:hover .navgation_child_list {
    display: block;
}

.navgation_child_item {
    padding: .5rem 0 1rem;
    transition: all .5s ease 0s;
}

.navgation_child_item:hover a {
    color: #0043a3;
    transition: all .5s ease 0s;
}

.navgation_child_item::after {
    content: "";
    display: block;
    height: 1px;
    background-color: #f9e0d0;
    margin-top: .5rem;
    border-left: 0rem solid #0043a3;
    transition: all .5s ease 0s;
}

.navgation_child_item:hover::after {
    border-left: 13rem solid #0043a3;
    transition: all .5s ease 0s;
}

.swiper_mid_info {
    display: flex;
    justify-items: center;
    align-items: center;
}

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

.swiper_title {
    font-size: 5rem;
    color: #fff;
    letter-spacing: .2rem;
}

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

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

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

.main-title::after {
    content: "";
    display: block;
    width: 10rem;
    height: .3rem;
    background-color: #dd6b20;
    margin: 2rem auto;
}

.main-title h1 {
    font-size: 3rem;
    font-weight: bold;
}

.main-title span {
    color: #0043a3;
}

.product_thumb {
    position: relative;
    display: block; 
    height: 0; 
    padding: 0; 
    overflow: hidden; 
    padding-bottom: 90%;
    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: 2.4rem;
    color: #ececec;
    line-height: 2;
}

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

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

.product_info_icon {
    width: 6.4rem;
    height: 6.4rem;
    margin: 2rem 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: 2rem;
    margin: 2rem 0;
    color: #6c6c6c;
    display: block;
    text-align: center;
}

.about_content {
    width: 80rem;
    font-size: 1.6rem;
    text-align: justify;
    line-height: 2;
    padding: 0 2rem 0 0;
}

.about_img {
    padding-left: 2rem;
}

.about_img img {
    height: 30rem;
    border-radius: 2%;
}

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

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

.extra_item_icon svg {
    width: 6rem;
    height: 6rem;
    margin-bottom: 2rem;
}

.extra_item_title {
    margin-bottom: 2rem;
    font-size: 2.4rem;
    line-height: 2.4rem;
    font-weight: bold;
    color: #0043a3;
}

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

.extra_item_on {
    background: #0043a3;
    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: 16%;
}

.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: 32%;
    min-height: 50rem;
    background-color: #fff;
    margin-bottom: 3rem;
    padding: 1.5rem;
    border-radius: .3rem;
    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 a {
    font-size: 1.8rem;
    color: #212121;
    line-height: 2;
    font-weight: 500;
}

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

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

.footer { 
    font-size: 1.3rem;
    background-color: #3c3c3c; 
    color: #9e9e9e;
}

.footer h2 {
    font-size: 2rem;
    color: #fff;
    line-height: 3;
}

.footer h2::after {
    content: "";
    display: block;
    width: 3.2rem;
    height: 2px;
    margin-bottom: 2rem;
    background-color: #dd6b20;
}

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

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

.footer_qrcode img {
    width: 12rem;
    margin-top: 1rem;
}

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