body {
    padding: 0;
    margin: 0;
    color: #333;
    background: #f7f9ff;
}

a {
    text-decoration: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

img {
    width: 100%;
    height: auto;
    display: block;
}

.layout {
    margin: auto;
    width: 1600px;
}

/* 导航 */
.topnav {
    width: 100%;
    background: #0f248d;
    padding: 0px 0px;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.topnav a {
    color: white;
    /* line-height: 80px; */
}

.navimg {
    height: 60px;
    width:100px;
     /*border: 1px solid red; */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

    .navimg img {
        height: 60px;
        width: 100px;
    }

.righttopnav {
    float: right;
}

.topnav .navitem {
    display: inline-block;
    /* margin: 0px 20px; */
    line-height: 80px;
    padding: 0px 20px 0px 20px;
    position: relative;
}

.topnav .navitem:hover {
    background: #436deb;
    /* color: #0057da; */
    /* font-weight: bold; */
}

.topnav .navlogin:hover {  
    background: none;
}

.navlogin {
    padding: 0px 0px 0px 0px;
    line-height: normal;
}

.navborderwhite {
    border: 1px solid white;
    padding: 0px 20px 0px 20px;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;

}

.topnav2 {
    float: right;
    display: none;
}

.topnav2 .topnav2img {
    width: 30px;
    height: 30px;
    margin-left: 20px;
}

.topnav2 img {
    width: 30px;
    height: 30px;
    margin-top: 17px;
}

.topnav .navitemhidden {
    display: none;
}

.topnavactive {
    display: block;
}

.topnavhide {
    display: none;
}

.topnav .navitemhidden img {
    width: 20px;
    height: 20px;
    /* float: right; */
    margin: 10px;
}

/* 二级导航 */
.xioacx {
    width: 800px;
    height: 188px;
    margin: auto;
    position: relative;
}

.pos1 {
    /* opacity: 0;
    transition: all 0.3; */
    /* display: none; */
    position: absolute;
    width: 100%;
    height: 100%;
    top: 170px;
    left: 0
}

.isxianshi {
    opacity: 1 !important;
}

.positem {
    /* opacity: 0.5; */
    /* transition: all 0.4; */
    width: 25%;
    float: left;
}

.positem .img1 {
    /* display: none; */
    opacity: 0;
    transition: all 0.6;
    width: 80%;
    margin: auto;
    padding: 10px;
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 1px #ccc;
    position: relative;
}

.kuia1 {
    /* box-shadow: 0px 0px 10px 1px #ccc;    */
    width: 20px;
    height: 20px;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translate(-50%, 0) rotate(45deg);
    background-color: #ffffff;
}

.positem .img1 img {
    width: 100%;
}

.xcxitem {
    width: 25%;
    float: left;
    box-sizing: border-box;
    padding-top: 35px;
}

.xcxitem .img {
    width: 40%;
    margin: auto;
}

.clear {
    clear: both;
}

.xcxitem .img img {
    width: 100%;
}

.xcxitem .text {
    padding-top: 10px;
    width: 100%;
    letter-spacing: 2px;
    text-align: center;
}

.daohang {
    position: relative;
    height: auto;
    width: 670px;
    /* border: 1px solid red; */
}

.isdelete {
    display: block !important;
}

.secondarynav {
    /* border: 1px solid red; */
    display: none;
    width: 100%;
    background: rgba(255, 255, 255, 1);
    position: fixed;
    left: 0;
    right: 0;
    top: 82px;
    padding: 10px 10px;
    z-index: 9999;
}

.secondarynav .secondlist {
    margin: auto;
    width: 100%;

}

.secondarynav .seconditem {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 20px 10px;
    font-size: 15px;
    color: #444;
    font-size: 18px;
}

.secontitle {
    position: relative;
    box-sizing: border-box;
    padding-left: 15px;
}

.secontitle::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #0057da;
}

.seconintro {
    font-size: 14px;
    margin-top: 15px;
    color: #666666;
}

.secondtitle2 .secontitle::after {
    content: '';
    display: none;
}

.sec_icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.secondarynav .col_1 {
    width: 60%;
}

.secondarynav .seconditem:hover a {
    color: #0057da;
}

.secondarynav .col_3 {
    width: 60%;
}

.secondarynav .col_2 {
    width: 60%;
}

.secondarynav .col_4 {
    width: 60%;
}

/* 标题 */
.location {
    padding: 20px 0px;
}

.localtext {
    float: left;
    margin: 0px 10px 0px 0px;
}

.location a:hover {
    color: #6398e6;
}

.localimg {
    width: 12px;
    height: 12px;
    margin-top: 5px;
}

/* 手机 */
/* #navborder{
    display: block;
    border: 1px solid red;
} */
.indexbanner {
    margin-top: 80px;
}


/* 友情链接 */
.links {
    background: #032771;
    padding: 20px 0px;
    box-sizing: border-box;
}

.links .friend-link {
    float: left;
    padding: 20px 0px;
    font-size: 14px;
    color: #ffffff;
    text-align: justify;
    text-justify: inter-word;
}

.links .textlink {
    padding: 20px 30px 20px 0px;
}

.fl-list {
    float: left;
}

.links .friend-link .fl-title {
    padding: 0 0 20px 0px;
    font-size: 16px;
}

.links .friend-link .fl-inner {
    position: relative;
    display: inline-block;
    width: 100px;
}

.list1 {
    padding: 0px 0px;
    float: left;
}

.listli {
    width: 90px;
    padding: 10px 0px;
}

.codeimg {
    width: 180px;
    overflow: hidden;
    border-radius: 10px;
    box-sizing: border-box;

}

.links .codelistlink {
    margin: auto;
    padding: 20px 0px 20px 40px;
}

.links .codelist {
    padding: 0px 20px 0px 20px;
}

.links .codeitem {
    float: left;
    width: 180px;
    margin: 0px 20px 0px 0px;
    border-radius: 10px;
}

.links .codetext {
    width: fit-content;
    padding: 10px 0px 0px 0px;
    font-size: 14px;
    margin: auto;
}


.links .listname {
    padding: 10px 10px;
}

.layoutcenter {
    margin: auto;
    border-bottom: 1px solid #324f8c;
}

.layout {
    position: relative;
}

.lastlink {
    position: absolute;
    right: 0;
}

.links .container {
    text-align: center;
    font-size: 14px;
    padding: 20px 0px;
    color: #ffffff;
}

a {
    color: #333;
}

.links a {
    color: #ffffff;
}

.l_logo {
    height: 70px;
    width: auto;
}

.l_logo img {
    width: auto;
    height: 70px;
}

.link_info {
    margin-top: 30px;
}

.link_info span {
    line-height: 40px;

}

.topactive {
    background: rgba(255, 255, 255, 0.95);
}

.topactive a {
    color: #333333;
}

@media screen and (max-width:1600px) {

    .layout {
        width: 95%;
        margin: auto;
        overflow: hidden;
    }

    .links .codelistlink {
        margin: auto;
        padding: 20px 0px 20px 0px;
    }

    .fl-list {
        float: left;
    }

    .links .friend-link {
        width: 100%;
    }

    .links .textlink {
        padding: 20px 0px 20px 0px;
    }

    .fl-list {
        float: left;
    }

    .links .friend-link .fl-title {
        padding: 0 0 20px 0px;
        font-size: 16px;
    }

    .links .codeitem {
        width: 140px;
        /* border: 1px solid red; */
    }

    .codeimg {
        width: 140px;
        overflow: hidden;
        border-radius: 10px;
        box-sizing: border-box;

    }

    .links .codelistlink {
        padding: 10px 10px;
    }

}

@media screen and (max-width:1000px) {
    .layout {
        width: 100%;
        box-sizing: border-box;
        padding: 0px 10px;
    }

    .topnav {
        height: 64px;
    }

    .navtap {
        height: 64px;
    }

    .navimg img {
        width: 83px;
        height: 50px;
        margin-top: 6px;
    }

    .topnav .navitem {
        line-height: 64px;
        padding: 0px 10px;
    }

    /* .righttopnav {
        display: none;
    } */

    .indexbanner {
        margin-top: 64px;
    }

    .links .codeitem {
        width: 140px;
    }

    .codeimg {
        width: 140px;
        overflow: hidden;
        border-radius: 10px;
        box-sizing: border-box;

    }

    .links .codelistlink {
        padding: 10px 10px;
    }

}

@media screen and (max-width:800px) {
    .layout {
        width: 100%;
        box-sizing: border-box;
        padding: 0px 10px;
    }

    .topnav {
        height: 44px;
    }

    .navtap {
        height: 44px;
    }

    .topnav2 {
        display: block;
    }

    .navimg {
        width: 56px;
        height: 34px;
        margin-top: 2px;
    }

        .navimg img {
            width: 56px;
            height: 34px;
            margin-top: 0px;
        }

    .righttopnav {
        /* border: 1px solid red; */
        line-height: normal;
        height: fit-content;
        float: none;
        position: fixed;
        top: 44px;
        right: 0px;
        width: 200px;
        background: #3766f7;
        color: white;
        display: none;
    }

    .topnav .navitem {
        width: 100%;
        font-size: 16px;
        padding: 0;
        margin: 0;
    }

    .topnav2img {
        width: 20px;
        height: 20px;
        margin-top: 12px;
    }

    .topnav2img img {
        width: 20px;
        height: 20px;
        margin-top: 0px;
    }

    .indexbanner {
        margin-top: 44px;
    }

    .navtext {
        box-sizing: border-box;
        padding: 0px 15px;
    }

    .navtext:active {
        background: #5982ff;
    }

    .navcontentborder .navlogin {
        display: none;
    }

    .topnav2 .navlogin {
        width: fit-content;
        margin-top: 10px;
    }


    /* 友情链接 */
    .links {
        padding-bottom: 0px;
    }

    .links .friend-link {
        float: none;
        height: fit-content;
    }

    .links .codelist {
        padding: 0px;
        box-sizing: border-box;
    }

    .links .codeitem {
        width: fit-content;
        margin-right: 20px;
    }

    .links .codeimg {
        margin: auto;
        width: 100px;
        height: 100px;

    }

    .links .codeimg img {
        width: 100px;
        height: 100px;

    }

    .links .codelistlink {
        margin: auto;
        padding: 20px 0px 0px 0px;
    }

    .links .listname {
        color: #fff;
        padding: 10px 10px;
    }

    .layoutcenter {
        padding-bottom: 20px;
    }

    .lastlink {
        position: relative;
    }

    .links .codelistlink {
        border-left: 0px solid #ededed;
    }

    .links .container {
        padding: 10px 0px;
    }

}

/* 静态页面样式 */
.location img {
    width: 12px !important;
    height: 12px !important;
    display: inline-block !important;
}

.agreement-wrapper,
.privacy-wrapper {
    background: #fff;
    padding-bottom: 40px;
}

.agreement-container,
.privacy-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.agreement-header,
.privacy-header {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 2px solid #178eff;
}

.agreement-header h1,
.privacy-header h1 {
    font-size: 32px;
    color: #333;
    margin-bottom: 10px;
}

.agreement-content,
.privacy-content {
    line-height: 1.8;
    color: #666;
    font-size: 16px;
    min-height: 300px;
}

.agreement-content h2,
.privacy-content h2 {
    font-size: 24px;
    color: #333;
    margin-top: 30px;
    margin-bottom: 15px;
}

.agreement-content h3,
.privacy-content h3 {
    font-size: 20px;
    color: #333;
    margin-top: 25px;
    margin-bottom: 12px;
}

.agreement-content p,
.privacy-content p {
    margin-bottom: 15px;
    text-align: justify;
}

.agreement-content ul,
.agreement-content ol,
.privacy-content ul,
.privacy-content ol {
    margin-left: 30px;
    margin-bottom: 15px;
}

.agreement-content li,
.privacy-content li {
    margin-bottom: 8px;
}