/* 字体引用 */  
/* 字体引用结束 */

/* 默认样式 */
* {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    font-size: inherit;
    box-sizing: border-box;
} 

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;
}


select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
    border: none;
    /* background: url(../images/icon_down.png) no-repeat calc(100%) center; */
    padding-right: 1.4rem;
    background-size: 0.8rem auto;
    font-size: inherit;
}

select::-ms-expand {
    display: none;
}

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;  
    font-weight: 400; 
    overscroll-behavior-y:none;
    font-size: 1.4rem;  
    color: #666666;
}
body {
    padding-top: 8.2rem;
}

.pc {
    display: block;
}

.wap {
    display: none !important;
} 
.bg {
    width: 100%;
    display: block;
    transform: scale(1);
    transition: transform 0.5s ease 0s;
} 
.imgbox {
    position: relative;
    overflow: hidden;
}
.imgbox:hover .bg{
    transform: scale(1.1);
}
.wp{
    padding: 0 calc(50% - 600px);
}  

@media screen and (max-width:1320px) {
.wp{
    padding: 0 6rem;
}  
}  
/* 提示信息 */
#toastbody {
    position: fixed;
    z-index: 100;
    top: 12vh; 
    left: 0;
    width: 100%;
    transition: opacity 1.5s ease 0s;
    text-align: center;
}
#toast {
    box-sizing: border-box; 
    max-width: 90vw;
    display: inline-block;
    text-align: center;
    background: #313336;
    box-shadow: 0px 0.8rem 1rem 0px rgba(49, 51, 54, 0.1200);
    border-radius: 0.4rem;
    line-height: 22px;
    /* margin: 0 auto; */
    padding: 8px 2rem;
    font-size: 16px;
    color: #FFFFFF;  
}
@keyframes slideToRight {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(2rem);
    }
    100% {
        transform: translateX(0);
    }
} 

header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    padding:0 6rem;
    background: #fff;
}

header .header{
    display: flex;
    justify-content: space-between;
    align-items: center; 
    font-size: 1.6rem;
    color: #000;
    height: 8.2rem;
} 
header .logobox{
    width:19rem;
} 
header .conbox,
header .menulist{
    display: flex;
    justify-content: center;
    align-items: center; 
}
header .menulist .parentbox{
    position: relative;
}
header .menulist .childbox{
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 0.8rem;
    display: none;
}
header .menulist .childbox::before{
    content: '';
    width: 2rem;
    height: 2rem;
    transform: rotate(45deg);
    position: absolute;
    top: 0.2rem;
    left: calc(50% - 1rem);
    background: #fff;
}
header .menulist .childbox .list{
    box-shadow: 0 0 2rem 0.5rem rgba(0, 0, 0, 0.05);
    background: #fff;
    padding:1rem 2rem;
}
/* header .menulist .parentbox:hover .childbox{
    display: block;
} */
header .menulist .link{
    position: relative;
    cursor: pointer;
    margin: 0 2vw; 
    white-space: nowrap;
    display: block;
    line-height: 8.2rem;
}  
header .menulist .childbox .list .link{
    line-height: 6rem;
    border-bottom: 1px solid #ccc;
    margin: 0;
}
header .menulist .childbox .list .link:last-child{
    border: 0;
}
header .menulist .link.on,
header .menulist .link:hover{
    color: #187BE9;
}
header .menulist .tit::after{
    content: '';
    width: 0%;
    height: 0.4rem;
    background: #187BE9;
    position: absolute;
    bottom: 0.2rem;
    left: 50%;
    transform: translateX(-50%); 
    transition: width 0.2s linear 0s; 
} 
/* header .menulist .link:hover::after, */
header .menulist .link.on::after{
    width: 120%;
}
footer{ 
    background: #17171C; 
    color: rgba(255, 255, 255, 0.7);
    padding-top: 6rem;
} 
footer .footer{
    padding: 0 8.4%;
} 
footer .topbox, 
footer .callbox, 
footer .flexlist{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
} 
footer .topbox{ 
    justify-content: space-between; 
    flex-wrap: wrap;
}
footer .flexlist .list {
    margin-right: 3.5vw;
    margin-bottom: 4rem;
}
footer .flexlist .list a{
    display: block; 
    font-size: 1.4rem; 
    line-height: 3.6rem;
    cursor: pointer;
    white-space: nowrap;
}
footer .flexlist .list a.tit{
    color: #FFFFFF;
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-bottom: 1.5rem;
} 
footer .addresslist{
    /* width: calc(100% - 30rem); */
    font-size: 1.3rem; 
    line-height: 2.8rem;
    /* margin-right: 3.5vw; */
}  
footer .addresslist .row{
    width: 100%;
    /* white-space: nowrap; */
    /* display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap; */
}
footer .addresslist .row .flex{
    /* width: 48%;  */
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
} 
footer .addresslist .row .flex .label{
    white-space: nowrap;
}
footer .codebox{
    text-align: center; 
    color: #FFFFFF;
    font-size: 1.6rem;  
    margin-bottom: 4rem;
}
footer .codebox .code{
    width: 12.8rem;
    display: block;
    margin: 0 auto 1.2rem;
}
footer .copyright{ 
    font-size: 1.4rem;
    line-height: 2.4rem;
    padding: 1.5rem 0;
    text-align: center;
    border-top: 1px solid #454545;
} 

.banner {
    position: relative;
    overflow: hidden;
}
.banner .txtbox{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    color: #FFFFFF;
}
.banner .txtbox .tit{
    font-weight: 600;
    font-size: 4.0rem;
    line-height: 5.6rem;
}
.banner .txtbox .txt{
    margin-top: 1rem;
    font-weight: 400;
    font-size: 1.6rem; 
    line-height: 2.8rem;
    max-width: 46rem;
}
 
.model .titbox .tit{
    color: #000000;
    font-weight: 600;
    font-size: 3.6rem;
    line-height: 5.0rem;
}
.model .titbox .txt{
    margin-top: 1.5rem;
}
.model .titbox.white .tit{
    color: #FFFFFF;
}
.model .titbox.center{
    text-align: center;
}
/* 移动端兼容 */
@media screen and (max-width:750px) {
 
    .pc {
        display: none !important;
    }

    .wap {
        display: block !important;
    }  
    
    .wp{
        padding: 0 5.33%;
    }
    #toast {
        padding: 8px 16px;
        font-size: 1.3rem;  
    }
  
.banner .bg{
    width: 200%;
    margin-left: -50%;
 }
.banner .txtbox .txt{
    margin-top: 2rem;
    font-size: 2.2rem; 
    line-height: 2.8rem;
    max-width: 100%;
}
 
header{
    padding:0 5.33%; 
} 
header .logobox{
    width:19rem;
} 
header .menu{
    width: 4rem;
    display: block;
}
header .menubody{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: calc(100vh - 8rem);
    overflow-y: auto;
    background: #fff;
}
header .menulist{
    padding: 10rem 5.33%;
    display:block;  
    text-align: center;
    font-size: 3rem;
}  
header .menulist .link{ 
    margin: 4rem 2vw;  
}       
footer .footer{
    padding: 0 5.33%;
} 
footer .flexlist{
    flex-wrap: wrap;
    justify-content: space-between;
} 
footer .callbox{
    display: block;
    align-items: flex-end;
    padding: 2rem 0 5rem;
}  
footer .flexlist .list{ 
    min-width: 26%;
    margin-right: 0;
}
footer .flexlist .list a{
    display: block; 
    font-size: 2.2rem; 
    line-height: 4.8rem;
    cursor: pointer;
}
footer .flexlist .list a.tit{
    color: #FFFFFF;
    font-size: 2.6rem; 
    margin-bottom: 2rem;
}
footer .addresslist{
    width: calc(100%);
    font-size: 2rem; 
    line-height: 4.5rem;
    margin-right: 0;
}  
footer .addresslist .row{
    width: 100%; 
}
footer .addresslist .row .flex{
    width: 100%;  
}  
footer .codebox{ 
    margin: 4rem auto;
    font-size: 3rem;   
}
footer .codebox .code{
    width: 25rem; 
    margin: 0 auto 2rem;
}
footer .copyright{ 
    font-size: 2.4rem;
    line-height: 4rem;
    padding: 2rem 0;
} 
}