﻿@charset "utf-8"; 
:root{--color:#DF4B25}
header nav ul>li a{font-family:"Inter",sans-serif;}
header nav{background: #fff;}
header nav ul .inmenu_1,header nav ul>li:hover>a{color:var(--color)}
footer .footer-top>div.footer-code{display: none;}
.footer-code1 .box{display: flex;}
.footer-code1 .box .item{width: 48%;margin-right: 10px;text-align: center;color:#fff}
.footer-code1 .box .item img{width: 100%;max-width: 120px;}
@media (max-width:768px) {footer .footer-top>div{width: 100%;}}