body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
input,
select,
li,
nav {
    margin: 0;
    padding: 0;
    border: 0;
}

img {
    outline-style: none;
    vertical-align: middle;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;

}


.wrapper {
    width: 80%;
    margin: 0 auto;
}
.trans{
    animation: example1 3s ease-out 0s backwards;
}
@keyframes example1 {
    0% {
        transform: translate(-150px);
        opacity: 0;
    }

    50% {
        transform: translate();
        opacity: 0.5;
    }

    100% {
        transform: translate(0);
    // opacity: 1;
    }
}
body {
    font-family: microsoft yahei;
    font-size: 16px;
    color: #2b2b2b;
    overflow-x: hidden;
}
#bay{
    z-index: 9999;
    width: 170px;
    height: 150px;
}
#bay a span {
    color: #fff;
}
#bay img{
    width: 150px;
    max-height: 150px;
    margin-top: 10px;
    object-fit: scale-down;
}
a {
    text-decoration: none !important;
    color: #2b2b2b !important;
}

a:link {
    text-decoration: none;
}

/* 指正常的未被访问过的链接*/

a:visited {
    text-decoration: none;
}

/*指已经访问过的链接*/

a:hover {
    text-decoration: none;
    /* color: #70a7ff; */
}

/*指鼠标在链接*/

a:active {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
    outline-style: none;
    -moz-outline-style:none;
}
/* 指正在点的链接*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
    clear: both;
}

.clearfix {
    zoom: 1;
}

/* 分页 */
.paging {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
    margin-top: 20px;
}

.paging div {
    text-align: center;
}

.paging div a {
    display: inline-block;
    height: 33px;
    line-height: 32px;
    padding: 0px 11px;
    border-radius: 4px;
    margin-right: 15px;
    border: solid 1px #1d4fae;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #1d4fae !important;
    cursor: pointer;
    transition: 0.3s;
}
.paging div a:hover{
    border: solid 1px #d01319;
    background:#d01319 !important;
    color:#fff !important;
}

.paging div a.current{
    border: solid 1px #d01319;
    background:#d01319 !important;
    color:#fff !important;
}

.paging div .pagingA {
    background-color: #2b2b2b;
    color: #fff;
}

/* header */
.headerBox{
    position: fixed;
    top: 0;
    z-index: 9;
    width: 100%;
    height: 85px;
    background-color: #1d4fae;
}

.header{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 60px;
    box-sizing: border-box;
}
/*.headerP{*/
/*    background: #1e50ae;*/
/*    color: #fff !important;*/
/*    border-radius: 10px;*/
/*}*/

.nav{
    height: 100%;
    display: flex;
    align-items: center;
    padding-right: 100px;
    box-sizing: border-box;
    position: relative;
}
.nav .tobNav-child{
    position: absolute;
    top: 74px;
    right: 44%;
    background: #1d4fae;
    color: #fff;
    /*box-shadow: 2px 3px 3px 0px;*/
    z-index: 2;
    border-radius: 8px;
    opacity: 0;
    transition: 0.6s;
    padding: 0 20px;
}
.nav .tobNav-child::after{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: -9px;
    left: 50%;
    border-right: solid 10px transparent;
    border-left: solid 10px transparent;
    border-bottom: solid 10px #1d4fae;
}
.nav .tobNav-child:hover{
    opacity: 1;

}
.nav .tobNav-child span{
    line-height: 50px;
    text-align: center;
    display: block;
    border-bottom: 1px solid #ccc;
}
.nav ul{
    height: 100%;
    display: flex;
    align-items: center;
    margin: 0;
}
.nav ul a{
    color: #fff !important;
    font-size: 18px;
    font-weight: bold;
}
.nav ul li{
    position: relative;
    /*height: 60%;*/
    padding: 0 30px;
    box-sizing: border-box;
}
.nav ul li a{
    display: block;
    width: 100%;
    /*height: 100%;*/
    display: flex;
    align-items: center;
    border-bottom: 3px solid transparent;
    transition: 0.3s;
}
.nav ul li:hover a{
    border-bottom: 3px solid #fff;
}
.nav div{
    margin: -6px 60px 0 40px;
    color: #fff;
    cursor: pointer;
}
.nav>p{
    position: relative;
    background-color: #fff;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    margin: 0;
    padding: 0 15px;
    box-sizing: border-box;
}
.headerP:hover .headerContactUs{
    opacity: 1;
}
.navMenu{
    display: block !important;
    position: relative;
}
.navMenu li {
    position: absolute;
    top: 10px;
    padding: 10px;
    display: block;
}
.navMenu li:hover{
    background: #00a0e9;
}
/*.nav>p a{*/
/*    color: #1d4fae !important;*/
/*}*/
.headerContactUs {
    opacity: 0;
    width: 280px;
    position: absolute;
    right: -43%;
    top:85px;
    background: #1d4fae;
    color: #fff;
    z-index: 2;
    border-radius: 5px;
    transition: 0.6s;
    padding: 4px 10px;
    box-sizing: border-box;
}
.headerContactUs::after{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: -9px;
    left: 50%;
    border-right: solid 10px transparent;
    border-left: solid 10px transparent;
    border-bottom: solid 10px #1d4fae;
}
.headerContactUs i{
    display: block;
    font-weight: bold;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.headerContactUs i img{
    width: 20px;
    height: auto;
    margin-right: 6px;
}

.headerBoxIndex{
    background-color: #fff;
}
.headerBoxIndex .nav ul a{
    color: #1a1a1a !important;
}
.headerBoxIndex .nav ul li:hover a{
    border-bottom: 3px solid #1d4fae;
}
.headerBoxIndex .nav>p{
    background-color: #1d4fae;
}
.headerBoxIndex .nav>p a{
    display: block;
    color: #fff !important;
}
/* 移动端导航 */
.mobileNav, .mobileMask{
    display: none;
}

/* footer */
.footer{
    background-color: #1d4fae;
    box-sizing: border-box;
    color: #fff;
}
.footer .w{
    width: 80%;
    margin: 0 auto;
}
.f-top{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
    padding-bottom: 70px;
    box-sizing: border-box;
}
.f-top-left p:nth-child(1){
    font-size: 42px;
    font-weight: bold;
}
.f-top-left p:nth-child(2){
    font-size: 24px;
    margin-top: 18px;
    font-weight: bold;
}
.f-top-left div{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.f-top-right ul{
    display: flex;
    background-color: #2d62c2;
    border-radius: 10px;
    box-sizing: border-box;
    height: 124px;
    align-items: center;
    margin: 0;
}
.f-top-right ul li{
    height: 85px;
    border-right: 1px solid #fff;
    padding: 10px 86px 0 13px;
    box-sizing: border-box;
}
.f-top-right ul li:nth-child(2)>p{
    white-space: pre;
}
.f-top-right ul li:last-child{
    border: none;
}
.f-top-right ul li div{
    font-weight: bold;
    margin-bottom: 4px;
    font-size: 18px;
    display: flex;
    align-items: center;
}
.f-top-right ul li div img{
    width: 25px;
    height: auto;
    margin-right: 10px;
    margin-top: -10px;
}
.f-top-right ul li div p{
    margin-bottom: 10px;
}
.f-middle{
    height: 180px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
}
.f-middle-left{
    height: 114px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: start;
    box-sizing: border-box;
}
.f-middle-left>div{
    border-top: 1px dashed #bab8b8;
    margin-top: 12px;
    padding-top: 6px;
    letter-spacing: 0.5px;
}
.f-middle-right{
    flex: 1;
}
.f-middle-right ul{
    display: flex;
}
.f-middle-right ul li{
    margin: 0 20px;
}
.f-middle-right ul a{
    color: #fff !important;
    font-weight: bold;
    font-size: 18px;
}
.f-bottom{
    color: #e6e6e6;
    padding: 10px 0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.f-bottom .index{
    font-weight: bold;
    cursor: pointer;
    transition: 0.2s;
}
.f-bottom .index:hover{
    margin-top: -5px;
}
.f-bottom .index img{
    width: 21px;
    vertical-align: middle;
    margin-top: -4px;
}
.f-bottom a{
    color: #e6e6e6 !important;
}
.f-bottom p{
    margin: 0;
    font-size: 14px;
}
/*多语言切换*/
#translate{
    display: inline-block;
    position: fixed;
    top: 17px;
    right: 25px;
    z-index: 1000;
}
#translateSelectLanguage{
    width: 105px;
    height: 40px;
    border-radius: 4px;
    text-align: center;
    box-sizing: border-box;
    font-size: 18px;
    cursor: pointer;
    background-position-x: 90%;
}
#translateSelectLanguage:after{
    content: '';
    display: block;
    clear: both;
}
#translateSelectLanguage option{
    text-align: left;
}
#translateSelectLanguage:focus{
    outline: none;
}
/*返回上一页*/
#returnTpPrePage{
    display: none;
    position: fixed;
    right: 30px;
    top: 55%;
    transform: translateY(-50%);
    cursor: pointer;
    padding: 13px 12px;
    border-radius: 20px;
    color: #fff;
    background: linear-gradient(#578ef6, #1d4fae);
    text-align: center;
    border: 1px solid #fff;
}
#returnTpPrePage span{
    /*writing-mode: vertical-rl;*/
    letter-spacing: 5px;
    font-size: 16px;
    padding-right: 4px;
    display: block;
}
#returnTpPrePage img{
    width: 40px;
}
@media (min-width: 1025px)and  (max-width: 1680px){
    .f-top-right {
        width: 66%;
    }
    .f-top-right ul li{
        padding: 0 15px;
    }
}
@media (min-width: 768px)and  (max-width: 1024px){
    html, body{
        overflow-x: hidden;
    }
    .w, .footer .w, .header, .wrapper{
        width:700px;
    }

    .paging div a{
        margin-bottom: 15px;
        margin-right: 5px;
        height: 30px;
        line-height: 30px;
        font-size: 15px;
    }
    .headerBox{
        display: none;
    }

    /* 移动端导航 */
    .mobileMask{
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100vh;
        height: 100%;
        background: rgb(0 0 0 / 30%);
        z-index: 999;
    }
    .mobileNav{
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
        border-bottom: 1px solid #dddddd;
        position: fixed;
        background: #fff;
        z-index: 999;
    }
    .stylefixed{
        padding-bottom: 56px
    }
    .mobileNav-logo{
        padding: 10px 0;
        box-sizing: border-box;
    }
    .mobileNav-logo img{
        width: 90px;
        height: auto;
    }
    .mobileNav-nav .toggle{
        z-index: 9980;
        min-height: 24px;
        position: relative;
        top: auto;
        left: auto;
        float: left;
        display: block;
        cursor: pointer;
        box-sizing: content-box;
        font-size: 20px;
        padding-left: 32px;
        line-height: 24px;
    }
    .mobileNav-nav .toggle span{
        width: 25px;
        top: 50%;
        transform: translateY(-50%);
        transform-origin: 50% 50%;
    }
    .mobileNav-nav .toggle span::before,
    .mobileNav-nav .toggle span::after{
        content: '';
        width: 100%;
    }
    .mobileNav-nav .toggle span::before{
        top: -8px;
    }
    .mobileNav-nav .toggle span::after{
        bottom: -8px;
    }
    .mobileNav-nav .toggle span,
    .mobileNav-nav .toggle span::before,
    .mobileNav-nav .toggle span::after{
        position: absolute;
        left: 0;
        height: 2px;
        background: #555555;
        transition: all .1s ease;
        border-radius: 4px;
    }
    .mobileNav-nav .toggle.toggle-open span {
        background: rgba(0, 0, 0, 0); transform: rotate(45deg)
    }
    .mobileNav-nav .toggle.toggle-open span::before {
        transform: translate3d(0, 8px, 0)
    }
    .mobileNav-nav .toggle.toggle-open span::after {
        transform: rotate(-90deg) translate3d(8px, 0, 0)
    }
    .mobileNavList{
        position: fixed;
        left: -30vh;
        top: 0;
        width: 25vh;
        height: 100%;
        background: #1d4fae;
        z-index: 9999;
    }
    .mobileNavListShow{
        left: 0;
        animation: fadeinL .6s;
    }
    .mobileNavListHide{
        left: -30vh;
        animation: fadeinO .6s;
    }
    @keyframes fadeinL {
        0% {
            left: -30vh;
        }
        100% {
            left: 0;
        }
    }
    @keyframes fadeinO {
        0% {
            left: 0;
        }
        100% {
            left: -30vh;
        }
    }
    .m-logo{
        text-align: center;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .mobileNavList img{
        width: 100px;
        height: auto;
        margin: 15px 0;
    }
    .mobileNavList ul{
        margin: 0;
        border-top: 1px solid #fff;
        padding: 10px 10px;
        box-sizing: border-box;
    }
    .mobileNavList ul li{
        height: 60px;
        line-height: 60px;
        text-align: center;
    }
    .mobileNavList ul li a{
        display: block;
        width: 100%;
        height: 100%;
        color: #fff !important;
        font-size: 16px;
        font-weight: bold;
    }
    /* 移动端导航 */
    /* footer */
    .footer{
        padding-top: 5px;
    }
    .f-top{
        flex-direction: column;
        border: none;
        padding: 0;
    }
    .f-top-left div{
        text-align: center;
        top: 0;
        transform: none;
    }
    .f-top-left p:nth-child(2), .f-top-left p:nth-child(1){
        margin: 0;
    }
    .f-top-left p:nth-child(1){
        font-size: 34px;
    }
    .f-top-left p:nth-child(2){
        font-size: 18px;
    }
    .f-top-right{
        margin-top: 30px;
        box-sizing: border-box;
    }
    .f-top-right ul{
        display: block;
        padding: 15px;
        margin: 0;
    }
    .f-top-right ul li{
        height: 40px;
        display: flex;
        border: none;
        font-size: 16px;
        padding: 0 4px;
        margin-bottom: 5px;
    }
    .f-top-right ul li:last-child{
        margin-bottom: 0;
    }
    .f-top-right ul li div{
        margin-bottom: 0;
        width: 50px;
        font-size: 14px;
    }
    .f-top-right ul li div img{
        margin-top: 0;
        margin-right: 0px;
        width: 20px;
        height: 20px;
    }
    .f-top-right ul li div p{
        display: none;
    }
    .f-top-right ul li>p{
        position: relative;
        margin-left: 0px;
        margin-bottom: 0;
        padding-left: 0px;
        display: flex;
        align-items: center;
        font-size: 14px;
    }
    .f-top-right ul li>p:after{
        position: absolute;
        content: '';
        display: block;
        width: 1px;
        height: 70%;
        background: #fff;
        margin-left: -15px;
        top: 50%;
        transform: translateY(-50%);
    }
    .f-middle{
        padding: 0 15px;
        height: auto;
        margin: 20px 0;
        border: none;
        display: block;
    }
    .f-middle-right{
        display: none;
    }
    .f-middle-left{
        width: 100%;
        height: auto;
        text-align: center;
        border-right: none;
        border-bottom: 1px solid #fff;
    }
    .f-middle-left img{
        width: 160px;
        height: auto;
        top: 0;
        transform: none;
        margin-bottom: 20px;
    }
    .f-middle-left>div{
        display: none;
    }
    .f-bottom{
        padding: 0px 0px 10px 0px;
        flex-direction: column;
        text-align: center;
    }
    .f-bottom .index{
        display: none;
    }
    /*多语言切换*/
    #translate{
        display: block;
        top: 0px;
        right: 65px;
        position: fixed;
    }
    #translateSelectLanguage{
        width: 108px;
        height: 40px;
        margin-top: 7px;
        padding: 0 5px;
        background: #fff;
    }
}
@media (max-width: 768px) {
    html, body{
        overflow-x: hidden;
    }
    .w, .footer .w, .header, .wrapper{
        width: 100%;
    }
    .stylefixed{
        padding-bottom: 56px
    }
    #returnTpPrePage{
        display: none !important;
    }
    .paging div a{
        margin-bottom: 15px;
        margin-right: 5px;
        height: 30px;
        line-height: 32px;
        font-size: 15px;
    }
    .headerBox{
        display: none;
    }
    /* 移动端导航 */
    .mobileMask{
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100vh;
        height: 100%;
        background: rgb(0 0 0 / 30%);
        z-index: 999;
    }
    .mobileNav{
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
        border-bottom: 1px solid #dddddd;
        position: fixed;
        background: #fff;
        z-index: 999;
    }
    /*.mobileNav{*/
    /*    position: fixed;*/
    /*    background: #fff;*/
    /*    z-index: 999;*/
    /*}*/
    .mobileNav-logo{
        padding: 10px 0;
        box-sizing: border-box;
    }
    .mobileNav-logo img{
        width: 90px;
        height: auto;
    }
    .-nav .toggle{
        z-index: 9980;
        min-height: 24px;
        position: relative;
        top: auto;
        left: auto;
        float: left;
        display: block;
        cursor: pointer;
        box-sizing: content-box;
        font-size: 20px;
        padding-left: 32px;
        line-height: 24px;
    }
    .mobileNav-nav .toggle span{
        width: 25px;
        top: 50%;
        transform: translateY(-50%);
        transform-origin: 50% 50%;
    }
    .mobileNav-nav .toggle span::before,
    .mobileNav-nav .toggle span::after{
        content: '';
        width: 100%;
    }
    .mobileNav-nav .toggle span::before{
        top: -8px;
    }
    .mobileNav-nav .toggle span::after{
        bottom: -8px;
    }
    .mobileNav-nav .toggle span,
    .mobileNav-nav .toggle span::before,
    .mobileNav-nav .toggle span::after{
        position: absolute;
        left: 0;
        height: 2px;
        background: #555555;
        transition: all .1s ease;
        border-radius: 4px;
    }
    .mobileNav-nav .toggle.toggle-open span {
        background: rgba(0, 0, 0, 0); transform: rotate(45deg)
    }
    .mobileNav-nav .toggle.toggle-open span::before {
        transform: translate3d(0, 8px, 0)
    }
    .mobileNav-nav .toggle.toggle-open span::after {
        transform: rotate(-90deg) translate3d(8px, 0, 0)
    }
    .mobileNavList{
        position: fixed;
        left: -30vh;
        top: 0;
        width: 25vh;
        height: 100%;
        background: #1d4fae;
        z-index: 9999;
    }
    .mobileNavListShow{
        left: 0;
        animation: fadeinL .6s;
    }
    .mobileNavListHide{
        left: -30vh;
        animation: fadeinO .6s;
    }
    @keyframes fadeinL {
        0% {
            left: -30vh;
        }
        100% {
            left: 0;
        }
    }
    @keyframes fadeinO {
        0% {
            left: 0;
        }
        100% {
            left: -30vh;
        }
    }
    .m-logo{
        text-align: center;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .mobileNavList img{
        width: 100px;
        height: auto;
        margin: 15px 0;
    }
    .mobileNavList ul{
        margin: 0;
        border-top: 1px solid #fff;
        padding: 10px 10px;
        box-sizing: border-box;
    }
    .mobileNavList ul li{
        height: 60px;
        line-height: 60px;
        text-align: center;
    }
    .mobileNavList ul li a{
        display: block;
        width: 100%;
        height: 100%;
        color: #fff !important;
        font-size: 16px;
        font-weight: bold;
    }
    /* 移动端导航 */
    /* footer */
    .footer{
        padding-top: 1px;
    }
    .f-top{
        flex-direction: column;
        border: none;
        padding: 0;
    }
    .f-top-left div{
        text-align: center;
        top: 0;
        transform: none;
    }
    .f-top-left p:nth-child(2), .f-top-left p:nth-child(1){
        margin: 0;
    }
    .f-top-left p:nth-child(1){
        font-size: 34px;
    }
    .f-top-left p:nth-child(2){
        font-size: 18px;
    }
    .f-top-right{
        margin-top: 30px;
        box-sizing: border-box;
    }
    .f-top-right ul{
        height: 160px;
        padding: 15px;
        margin: 0;
        display: block;
    }
    .f-top-right ul li{
        display: flex;
        border: none;
        font-size: 16px;
        padding: 0 4px;
        height: 40px;
        margin-bottom: 5px;
    }
    .f-top-right ul li:last-child{
        margin-bottom: 0;
    }
    .f-top-right ul li div{
        margin-bottom: 0;
        /*width: 78px;*/
        font-size: 14px;
    }
    .f-top-right ul li div img{
        margin-top: 0;
        margin-right: 0px;
        width: 20px;
        height: 20px;
        max-width: none;
    }
    .f-top-right ul li div p{
        display: none;
        margin: 0;
    }
    .f-top-right ul li>p{
        position: relative;
        margin-left: 0px;
        margin-bottom: 0;
        padding-left: 25px;
        display: flex;
        align-items: center;
        font-size: 14px;
    }
    .f-top-right ul li>p:after{
        position: absolute;
        left: 12px;
        content: '';
        display: block;
        width: 1px;
        height: 68%;
        background: #fff;
        top: 50%;
        transform: translateY(-50%);
    }
    .f-middle{
        padding: 0 15px;
        height: auto;
        margin: 20px 0;
        border: none;
        display: block;
    }
    .f-middle-right{
        display: none;
    }
    .f-middle-left{
        width: 100%;
        height: auto;
        text-align: center;
        border-right: none;
        border-bottom: 1px solid #fff;
    }
    .f-middle-left img{
        width: 155px;
        height: auto;
        transform: none;
        margin-bottom: 20px;
    }
    .f-middle-left>div{
        display: none;
    }
    .f-bottom{
        padding: 0px 0px 15px 0px;
        flex-direction: column;
        text-align: center;
    }
    .f-bottom #banquan{
        padding: 0 24px;
    }
    .f-bottom .index{
        display: none;
    }
    /*多语言切换*/
    #translate{
        display: block;
        top: 9px;
        right: 65px;
        z-index: 9999;
        position: fixed;
    }
    #translateSelectLanguage{
        appearance:auto !important;
        height: 40px;
        width: 100px;
        padding: 0;
        background: #fff;
        margin: 0;
        border: none;
    }
    #translateSelectLanguage:after{
        content: '';
        display: block;
        clear: both;
    }
    #returnTpPrePage{
        right: 10px;
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 120dpi) {
    .f-top-right ul{
        align-items: center;
    }
    .f-top-right ul li{
        padding: 0 15px;
    }
    .f-top-right ul li div {
        font-size: 12px;
    }
    .f-top-right ul li p{
        font-size: 14px;
    }
}