/* 字体引用 */
/* @font-face {
    font-family: 'DIN Alternate-Bold';
    src: url('../font/D-DIN-Bold.ttf');
    font-weight: bold;
    font-style: normal;
} */


/* 字体引用结束 */

/* 默认样式 */
* {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    font-size: inherit;
} 

a {
    color: inherit;
    text-decoration: none;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    line-height: inherit;
}

hr {
    border: 0;
    display: block;
}
 
i {
    font-style: normal;
}

input,
textarea {
    font-size: inherit;
    font-family: inherit;
    background: transparent;
}

input:focus-visible,
textarea:focus-visible,
input:focus,
textarea:focus {
    background: transparent;
    outline: none;
}

input:-webkit-autofill {
    box-shadow: none;
    background-color: transparent !important;
    -webkit-text-fill-color: #313336;
}

input:-internal-autofill-previewed,
input:-internal-autofill-selected {
    outline: none;
    -webkit-text-fill-color: #313336;
    transition: background-color 5000s ease-out 0.5s;
}

 

body *::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

body *::-webkit-scrollbar-thumb {
    width: 3px;
    border-radius: 1px;
    background: #ddd;
}

body *::-webkit-scrollbar-track {
    width: 3px;
    border-radius: 1px;
    background: transparent;
}

html,
body {
    -webkit-text-size-adjust:none;
    width: 100%;
    position: relative;
    overflow-x: hidden;
    font-family: PingFang SC, '微软雅黑' ; 
} 
.pc {
    display: block;
}

.wap {
    display: none !important;
} 
.wp{
    margin: 0 calc(50% - 600px);
}
@media screen and (max-width:1300px) {
    
    .wp{
        margin: 0 50px;
    }
}

.header .con,.ul_con{ 
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}	
.header .search_btn{
    display: block;
    width: 4.4rem;
    height: 4.4rem;
}
.header .search_btn>img{
    display: block;
    width: 100%;
    height: 100%;
}
.header .search_btn>img:last-child{
    display: none;
}
.header.header-index .search_btn>img:last-child{
    display: block;
}
.header.header-index .search_btn>img:first-child{
    display: none;
}

 footer{
     background: #E4E4E4;
    color: #707071;
 }
.footer{
    padding: 4rem 0 6.5rem; 
    font-weight: 400; 
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
   
}
.footer .flexbox{
    display: flex;
    justify-content: space-between;
    align-items: flex-start; 
}
.footer .flexbox .list{ 
    margin-left: 5rem;
    margin-bottom: 3rem;
    min-width: 11rem;
}
.footer .flexbox .list:nth-child(1){ 
    min-width: 14rem;
}
.footer .flexbox .list:nth-child(2){
    min-width: 17rem;
 }
.footer .tit{
    font-size: 2.0rem; 
line-height: 2.4rem;
margin-bottom: 3rem;
display: block;
}
.footer .li{
    font-size: 1.6rem;
    line-height: 3.0rem;
    white-space: nowrap;
    display: block;
    position: relative;
    cursor: pointer;
}
.footer .li:hover{
    padding-left: 0.6rem;
}
.footer .li::after{
    display: none;
}
.footer .li:hover::after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: calc(50%);
    width: 0.4rem;
    height: 1px;
    background: #707071;
}
.footer .li.padleft{
    padding-left: 1.4rem;
}
.footer .li.padleft:hover{
    padding-left: 2rem;
}
.footer .li.padleft::after{
    left: 1.4rem;
}
.footer .copyright{
    margin: 3.2rem 0 2rem;
    font-size: 1.4rem;
    line-height: 2.4rem;
}
.footer .copyright a{
    display: block;
}
.footer .copyright .icon{
    width: 1.8rem;
    vertical-align: middle;
    margin-right: 1rem;
}
.footer .qrbox {
    cursor: pointer;
    position: relative; 
    font-size: 1.6rem;
    line-height: 3.0rem;
    white-space: nowrap;
    display: block;
    position: relative;
    cursor: pointer;
}
.footer .qrbox .qrcode{
    display: none;
    margin: 1rem 2rem;
    width: 9rem;
}
.footer .qrbox:hover .qrcode{
    display: block;
}
.footer .lang {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.4rem;
}
.footer .lang .txt{
    margin-right: 1.6rem;
    cursor: pointer;
    position: relative;
}
.footer .lang .txt::after{ 
    display: none;
}
.footer .lang .txt:hover::after{ 
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -0.2rem;
    left: 0;
    background: #707071;
}
.footer .lang .icon{
    width: 2rem;
    display: block;
    margin-right: 0.5rem;
}
/* 移动端兼容 */
@media screen and (max-width:750px) {
 
     
.header .search_btn{
    margin-right: 16px;
}
    .footer{
        padding: 4rem 0 6.5rem;   
        display: block;
    }
    .footer .flexbox{
        flex-wrap: wrap;
    }
    .footer .flexbox .list{
        width: 50%;
        margin-bottom: 3rem;
        margin-left:0 ;
    }
    .footer .flexbox .list .tit{
        margin-bottom: 1.5rem;
    }
}