body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "微软雅黑","宋体";
    font-size: 14px;
    background-color: #ffffff;
    overflow-x: hidden;
    width: 100vw;
    min-height: 100vh;
    padding-top: 85px;
}
a{
    text-decoration: none;
    color: #000000;
}
p{
    margin: 0;
}
input{
    outline: none;
}
.hide{
    display: none !important;
}
button {
    border: none;
    outline: none;
    cursor: pointer;
    font-family: inherit;
}
ul, li {
    list-style: none;
}

.flex{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
}
.flex_wrap{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
}
.img100{
    display: block;
    width: 100%;
}
.container{
    padding: 0 0 0 0;
}
.nav{
    width: 100vw;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    background:#ED6D00;
    padding: 25px 0;
}
.nav_content{
    width: 62.5%;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}

.nav_content_left{
    display: block;
    height: 35px;
}
.nav_content_mid{
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.nav_content_mid>a{
    cursor: pointer;
    font-size: 18px;
    color: #ffffff;
}
.nav_content_mid>a.on{
    font-weight: bolder;
}
.nav_content_mid>a:not(:last-child){
    margin-right:30px;
}
.nav_content_right{
    display: flex;
    display: -webkit-flex;
    align-items: center;

}
.nav_buycar{
    font-size: 15px;
    color: #ffffff;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.nav_buycar>img{
    height: 20px;
    margin-right: 8px;
}
.lang-switch {
    position: relative;
    margin-left: 42px;
}

.lang-current {
    display: flex;
    align-items: center;
    gap: 7px;
    background: none;
    border: none;
    padding: 0;
    color: #fff;
    font-size: 15px;
    font-family: inherit;
    cursor: pointer;
    white-space: nowrap;
}

.lang-current:hover { opacity: 0.85; }

.lang-menu {
    position: absolute;
    top: calc(100% + 16px);
    right: -14px;
    min-width: 132px;
    margin: 0;
    padding: 6px 0;
    list-style: none;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.16);
    display: none;
    z-index: 200;
}

.lang-menu::before {
    content: "";
    position: absolute;
    top: -14px;
    left: 0;
    right: 0;
    height: 14px;
}

.lang-menu::after {
    content: "";
    position: absolute;
    top: -6px;
    right: 28px;
    width: 12px;
    height: 12px;
    background: #fff;
    transform: rotate(45deg);
    border-radius: 2px 0 0 0;
}

.lang-switch:hover .lang-menu,
.lang-switch:focus-within .lang-menu {
    display: block;
}

.lang-menu a {
    display: block;
    padding: 10px 22px;
    font-size: 15px;
    color: #333;
    white-space: nowrap;
}

.lang-menu a:hover {
    background: #fff4e6;
    color: #ED6D00;
}

.footer {
    width: 100%;
    background:#ED6D00;
    box-sizing: border-box;
    padding: 25px 0;
}
.footer_part{
    width: 62.5%;
    margin: 0 auto;
    margin-bottom: 20px;
    font-weight: 500;
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    justify-content: space-between;
}
.footer_part>img:first-child{
    height: 35px;
}
.footer_part>div:nth-child(2){
    color: #ffffff;
    width: 40%;
}
.footer_part>div:nth-child(2)>p{
    margin-bottom: 10px;
    font-size: 15px;
}
.footer_part>div:nth-child(2)>p>span:not(:last-child){
    margin-right: 15px;
}
.footer_part>div:nth-child(3){
    color: #ffffff;
    margin-right: 50px;
    font-size: 15px;
    width: 40%;
}
.footer>div:nth-child(2){
    text-align: center;
    font-weight: bolder;
    color: #ffffff;
    font-size: 14px;
}
.footer>div:nth-child(2)>a{
    color: #ffffff;
    font-size: 14px;
}
.hxypager {
    padding: 30px 0;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
}
.hxypager a{
    border: #eee 1px solid; padding: 10px;text-decoration: none;
    background: #ffffff;
}
.hxypager a:not(:last-child){
    margin-right: 5px;
}
.hxypager a:hover {
    border: #999 1px solid;
    background:  #fff3e0;
}
.hxypager a:active {
    border: #999 1px solid; COLOR: #666;
}
.hxypager .current {
    border: none;  padding: 10px;color: #fff;background: #ED6D00;margin-right: 5px;
}
.hxypager .disabled {
    border: #eee 1px solid; COLOR: #ddd; padding: 10px;margin-right: 5px;
}
.hxypager input{
    padding:0;
    width: 30px;
    border: 1px solid #ccc;
}
