/* 字体引用 */
@font-face {
    font-family: 'PangMenZhengDao';
    src: url(../fonts/PangMenZhengDao.ttf);
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'SourceHanSansCN';
    src: url(../fonts/SourceHanSansCN-Normal.otf);
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'SourceHanSansCN-Medium';
    src: url(../fonts/SourceHanSansCN-Medium.otf);
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'SourceHanSansCN-Bold';
    src: url(../fonts/SourceHanSansCN-Bold.otf);
    font-weight: 700;
    font-style: normal;
}
/* 默认样式 */
* {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
}

ul,
li {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    line-height: inherit;
}

hr {
    border: 0;
    display: block;
}

em,
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;
    border: 0;
}

input:-webkit-autofill {
    box-shadow: none;
    background-color: transparent !important;
    -webkit-text-fill-color: #313336;
}

input:-internal-autofill-previewed,
input:-internal-autofill-selected {
    -webkit-text-fill-color: #313336;
    transition: background-color 5000s ease-out 0.5s;
}
 
body { 
    width: 100%;
    position: relative;
    font-family: SourceHanSansCN,PingFang SC; 
} 
@media screen and (min-width:750px) {
    
    body { 
        min-width: 1200px;
    } 
}
@media screen and (max-width:750px) {
    
    body { 
        min-width: 100%;
    } 
}

.model {
    overflow-x: hidden;
    box-sizing: border-box; 
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
}

 

.bg {
    width: 100%;
    display: block;
    transition: all 0.3s ease 0s ;
}
.pc{
    display: block;
}
.wap{
    display: none;
}
 
/* 头部 */
header {
    z-index: 9;
    position: fixed;
    top: 0;
    left: 0; 
    width: 100%;
    box-sizing: border-box;
}
header.bbg {
    background: #FFFFFF;
    box-shadow: 0px -4px 50px 0px rgba(0, 0, 0, 0.1),0px 4px 50px 0px rgba(0, 39, 71, 0.1);
}
header .padbox{
    padding: 0 12rem;
}
header .pc .flexbox{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .pc .headtop {
    line-height: 5.8rem;
    font-size: 1.4rem;
    color: #E5E5E5;
}
header.bbg .headtop {
    background: #004B92;
}
header .headtop .flexbox{
    border-bottom:1px solid rgba(255, 255, 255, 0.1);
}
header .pc .headtop .navbig a{
    margin-left: 4rem;
}
header .pc .logo {
    width: 38rem;
    margin-left: -0.8rem;
} 
header .logo img:last-child{
    display: none;
}
header.bbg .logo img:first-child{
    display: none;
}
header.bbg .logo img:last-child{
    display: block;
}
header .pc .setbox ,
header .pc .setbox .lang,
header .pc .navbox {
    display: flex;
    justify-content: center;
    align-items: center;
}
header .pc .navbox {
    line-height: 6.2rem;
} 
header .pc .navbox .tit{
    font-size: 1.6rem; 
    color: #E5E5E5;
    position: relative;
    line-height: 10rem;
    display: block;
    margin-right: 10rem;
}
header .pc .navbox .list.on .tit{
    font-weight: bold;
    color: #FFFFFF;
}
header.bbg .pc .navbox .tit{
    color: #525C66;
}
header.bbg .pc .navbox .list.on .tit{
    font-weight: bold;
    color: #00376A;
}
header .pc .navbox .list.on .tit::after{
    content: '';
    position: absolute;
    left: calc(50% - 3.3rem);
    bottom: 0;
    width: 6rem;
    height: 0px;
    border: 0.3rem solid #FFFFFF;
}
header.bbg .pc .navbox .list.on .tit::after{
    border: 0.3rem solid #004E95;
}

header .pc .childbox{
    position: absolute;
    top: 100%;
    left:0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    padding:0 4rem;
    display: none;
} 
header .pc .list:hover .childbox{
    display: flex;
}
header .pc .childbox a{
    font-size: 1.6rem;
    color: #525C66;
    margin: 0 5rem;
}

header .pc .childbox a:hover{
    color: #00376A;
}
header .pc .childbox a.on{
    color: #00376A;
    font-weight: bold;
}

header .pc .setbox .search{
    margin: 0 3rem;
    
}
header .pc .setbox .search .btn{
    padding: 1rem;
    width: 2rem;
    height: 2rem;
    display: block;
    cursor: pointer;
    box-sizing: content-box;
    border-radius: 50%;
}
header .pc .setbox .search.open{
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.07);
    background: #FFFFFF;
}
header .pc .setbox .search.open .input{
    display: block;
    border: 0;
    height: 2rem;
    line-height: 2rem;
    font-size: 1.6rem;
    padding: 0 2rem;
}
header .pc .setbox .search .input{
    display: none;
}
header.bbg .pc .search .btn{
    background: #F5F5F5;
}
header.bbg .pc .search.open .btn{
    background: transparent;
}
header .pc .search.open img:first-child,
header .pc .search img:last-child{
    display: none;
}
header .pc .search.open img:last-child{ 
    display: block;
}
header.bbg .pc .search img:first-child{
    display: none;
} 
header.bbg .pc .search img:last-child{
    display: block;
}
header .pc .setbox .lang{
    font-size: 1.8rem;
    font-weight: 300; 
    color: #E5E5E5;
    display: flex;
    justify-content: center;
    align-items: center;
}
header .pc .setbox .lang a.on{
    font-weight: bold;
    color: #FFFFFF;
}
header.bbg .pc .setbox .lang{
    color: #A0ACB6;
}
header.bbg .pc .setbox .lang a.on{
    color: #3F6587;
}
header .pc .setbox .lang i{
    color: rgba(255, 255, 255, 0.23);
    margin: 0 1.2rem;
    display: block;
}
header.bbg .pc .setbox .lang i{
    color: #D9D9D9;
}

footer {
    background: #0A5092;
    padding: 7.2rem 12rem 0.1rem;
    width: 100%;
}
footer .flexbox{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;   
    margin-bottom: 7.5rem;
}
footer .flexbox .logo{
    width: 38rem;
    margin-left: -0.8rem;
    display: block;
}
footer .flexbox .listbox,
footer .flexbox .codebox{
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
footer .flexbox .listbox .list{
    margin: 0 3.6rem;
}
footer .flexbox .listbox .list .tit{
    font-size: 2rem;
    font-weight: bold; 
    color: #FFFFFF;
    margin-top: 3rem;
    margin-bottom: 2rem;
    display: block;
}
footer .flexbox .listbox .list .tit:first-child{
    margin-top: 0;
}
footer .flexbox .listbox .list .link{
    margin-top: 2rem;
    display: block;
    font-size: 1.6rem; 
color: rgba(255, 255, 255, 0.8);
display: flex;
justify-content: flex-start;
align-items: center;
}
footer .flexbox .listbox .list .link .ico{
    width: 2rem;
    margin-right: 1rem;
    display: block;
}

footer .flexbox .listbox .list .link.location.pc{
    white-space: nowrap;
    max-width: 25rem;
}
footer .flexbox .listbox .list .link.location.wap{
    display: none;
}
footer .flexbox .codebox .box{
    margin-left: 4rem;
}
footer .flexbox .codebox .tit{
    font-size: 1.4rem; 
    text-align: center; 
    color: #FFFFFF;
}
footer .flexbox .codebox .code{
    width: 10rem;
    display: block;
    margin: 1.2rem auto;
}
footer .flexbox .codebox .txt{
    font-size: 1.2rem;
text-align: center;
color: rgba(255, 255, 255, 0.5);
}
footer .copyright{
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.7);
    padding: 2rem 0;
    display: block;
    border-top: 1px solid rgba(229, 230, 231, 0.1);
}
footer .copyright span.pc{
    display: inline;
}
.fixedrightbox{
    position: fixed;
    right: 4rem;
    bottom: 30vh;
    z-index: 8;
    display: none;
}

.fixedrightbox .box{
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
    background: #FFFFFF;
}
.fixedrightbox .box .iconbox{
    width: 4.8rem;
    padding: 1.2rem;
    cursor: pointer;
    border-top: 1px solid #EEEEEE;
    position: relative;
}
.fixedrightbox .box .iconbox img:nth-child(2){
display: none;
}
.fixedrightbox .box .iconbox:hover img:first-child{
    
display: none;
}
.fixedrightbox .box .iconbox:hover img:nth-child(2){
display: block;
}
.fixedrightbox .box .iconbox:first-child{
    border: 0;
}
.fixedrightbox .totop{
    cursor: pointer;
    padding: 1.5rem;
    margin-top: 3.5rem;
    background: #0A5092;
    width: 4.8rem;
}
.fixedrightbox .box .iconbox .absolute{
    position: absolute;
    right: 100%;
    top: 50%;
    transform:translateY(-50%) ;
    padding-right: 1.7rem;
    display: none;
    z-index: 1;
}
.fixedrightbox .box .iconbox:hover .absolute{
    display: block;
}
.fixedrightbox .box .iconbox:hover{
    background: #0A5092;
}
.fixedrightbox .box .iconbox .absolute::after{
    content: '';
    width: 1.5rem;
    height: 1.5rem;
    background: #fff;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 0.75rem);
    right: 1rem;
    z-index: -1;
}
.fixedrightbox .box .iconbox .txtbox{
    background: #FFFFFF;
    padding: 2.4rem 2.6rem;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.07);
}

.fixedrightbox .box .iconbox .absolute.callbox .txtbox{
    background: url(../images/fixedbg.png) bottom left no-repeat #FFFFFF;
    background-size: cover;
}
.fixedrightbox .box .iconbox .txtbox  .tit{
    font-size: 1.4rem;
    font-weight: bold; 
    color: #000;
    margin-top: 2.6rem;
    line-height: 1.5rem;
    margin-bottom: 1.8rem;
    display: block;
}
.fixedrightbox .box .iconbox .txtbox  .tit:first-child{
    margin-top: 0;
} 
.fixedrightbox .box .iconbox .txtbox  .link{
    margin-top: 1.2rem;
    font-size: 1.2rem; 
    line-height: 1.3rem;
    color: rgba(85, 85, 85, 0.8);
    white-space: nowrap;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.fixedrightbox .box .iconbox .txtbox  .link .ico{
    width: 1.6rem;
    margin-right: 0.8rem;
    display: block;
}

.fixedrightbox .box .iconbox .codebox{
    background: #FFFFFF;
    padding: 2.4rem 3.5rem;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.07);
    text-align: center;
}

.fixedrightbox .box .iconbox .codebox .tit{
    font-size:1.4rem;
font-weight: 600; 
color: #000000;
}
.fixedrightbox .box .iconbox .codebox .code{
    width: 10rem;
    display: block;
    margin: 1.2rem 0;
}
.fixedrightbox .box .iconbox .codebox .txt{
    font-size: 1.2rem; 
color: rgba(0, 0, 0, 0.5);
}
.empty{
    width: 260px;
    display: block;
    padding: 10rem 0;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
font-weight: 350;
color: rgba(0, 0, 0, 0.65);
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 4rem 0;
}

.pagination p {
    width: 5.4rem;
    height: 5.4rem; 
    line-height: 5.4rem; 
    box-sizing: border-box;
    border: 1px solid #ACACAC;
    text-align: center;
    font-size: 2.2rem; 
    color: #333333;
    margin: 0 0.7rem;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination p.pageno:hover {
    color: #004A8F;
}

.pagination p.pageno.on {
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    background: #004A8F;
    border-color: #004A8F;
}
.pagination p img {
    width: 2rem;
    display: block;
}
.pagination p.pagebtn.no img {
    opacity: 0.7;
}  
.pagination p.zuibtn img{
    width: 2.5rem;
}
.pagination .topagebox{
    margin-left: 0.7rem;
    font-size: 2.2rem; 
    color: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination .topagebox input{
    width: 8rem;
    height: 5.4rem;
    display: block;
    margin: 0 2rem;
    border: 1px solid #ACACAC;
    box-sizing: border-box;
    text-align: center;
    outline: none;
}

 
/* 提示信息 */
#toastbody {
    position: fixed;
    z-index: 100;
    top: 40vh; 
    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;  
}
@media screen and (max-width:750px){ 
    
    #toast {
        padding: 8px 16px;
        font-size: 1.3rem;  
    }

    .pc{
        display: none!important;
    }
    .wap{
        display: block!important;
    }
    header .header{
        padding: 1rem 2rem;
    }
    header .flexbox{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    header .logo{
        width: 21rem;
    }
    header .flexbox .navbtn{
        width: 2.2rem;
        height: 2.2rem;
        background: url(../images/navbtn.png) center no-repeat;
        background-size: cover;
    }
    header.bbg  .flexbox .navbtn{
        background: url(../images/navbtn_a.png) center no-repeat;
        background-size: cover;
    }
    .wappage {
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 100vw;
        background: #FFFFFF;
        transition: all 0.3s ease 0s;
        z-index: 99; 
        padding-top: 4.4rem;
    } 
    .wappage.open {
        left: 0vw;
    }
    .wappage .head{ 
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        padding: 1rem 2rem;
    } 
    .wappage .close{ 
        width: 2.2rem;
        height: 2.2rem;
    }
    .wappage .navbox{
        display: block;
        line-height: normal;
    }
    .wappage .navbox .list{
        margin: 3.5rem 2.5rem;
        display: block;
    } 
    .wappage .navbox .list .tit{
        font-size: 1.6rem; 
        color: #333333;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .wappage .navbox .list .tit a{
        display: block;
    }
    .wappage .navbox .list .ico{
        width: 1.6rem;
        display: block;
        transition: all 0.3s ease 0s;
    }
    .wappage .navbox  .list.on .ico{
        transform: rotate(-180deg);
    }
    .wappage .navbox .childbox{
        font-size: 1.4rem;
        color: #555;
        display: none;
    }
    .wappage .navbox .list.on .childbox{
        display: block;
    }
    .wappage .navbox .childbox a{
        margin: 2rem 2rem 0;
        display: block;
    }
    .wappage .navbig{
        display: block;
        padding: 2.5rem;
        border-top : 1px solid #F1F1F1;
        border-bottom : 1px solid #F1F1F1;
        font-size: 1.4rem; 
        color: #555555;
    }
    .wappage .navbig a{
        margin-right: 4.9rem;
        white-space: nowrap;
    }
    .wappage .lang{ 
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 2.5rem;
        border-bottom : 1px solid #F1F1F1;
        font-size: 1.4rem; 
        color: #333;
        
    }
    .wappage .lang .ico{
        width: 2rem;
        display: block;
        margin-right: 0.8rem;
    }
    .wappage .search{
        margin: 2.4rem 2rem;
        border: 1px solid #E4E4E4;
        position: relative;
        height: 4.8rem;
        display: block;
    }
    .wappage .search .ico{
        width: 2rem;
        display: block;
        position: absolute;
        right: 1.8rem;
        top: calc(50% - 1rem);
    }
    .fixedrightbox{
        position: fixed;
        right: 2rem;
        bottom: 20vh;
        z-index: 8;
    }
    
    .fixedrightbox .totop{ 
        padding: 1rem; 
        width:3.4rem; 
    }


    .pagination p {
        width:3rem;
        height:3rem; 
        line-height:3rem;  
        font-size: 1.4rem;  
        margin: 0 0.3rem; 
    }
     
    
    .pagination p img {
        width: 1.2rem;
        display: block;
    }
    
footer {
    padding: 4rem 2rem 0;
}
footer .flexbox{
    display: block;   
    margin-bottom:3.1rem;
}
footer .flexbox .logo{
    width: 21rem;
}
footer .flexbox .listbox{
    display: block;
}
footer .flexbox .codebox{
    justify-content: space-evenly;
    margin-top: 5rem;
}
footer .flexbox .listbox .list{
    margin: 0 ;
}
footer .flexbox .listbox .list .tit{
    font-size: 1.6rem; 
    margin-top: 4rem;
    margin-bottom: 2.5rem;
    display: block;
}
footer .flexbox .listbox .list .tit:first-child{ 
    margin-top: 4rem;
}
footer .flexbox .listbox .list .link{ 
    font-size: 1.4rem;  
}
footer .flexbox .codebox .box{
    margin-left: 0;
} 
footer .flexbox .listbox .list .link.location.wap{
    white-space: wrap;
    max-width: 100%;
    display: flex!important;
    align-items: flex-start;
}
footer .copyright{ 
    text-align: center; 
    line-height: 2rem;
}
}