ol,
ul {
    list-style: none;
    padding: 0;
}

a {
    color: #000;
    text-decoration: none;
}

.header {
    width: 100%;
    height: 148px;
    background-image: url(../img/sytopbj.png);
    /* background-color: #1e60ef; */
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
}

.header-inner {
    height: 100%;
    margin: 0 auto;
}

.logo {
    margin: 0 auto;
    height: 94px;
    width: 70%;
}


.logoul {
    width: 600px;
    margin: 0 auto;
    float: left;
    padding-top: 23px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
}

.logoul li img {
    width: 550px;
    padding-right: 20px;
}


.searchul {
    float:
        right;
    width: 220px;
    margin-top: 2%;
}

.searchul input.search {
    background: url(../img/searchbt.png);
    background-repeat: no-repeat;
    height: 32px;
    border: #72e975 1px solid;
    padding: 1px 0px 1px 0px;
    width: 33px;
}

.nav {
    width: 100%;
    height: 50px;
    position: relative;
    background-color: #1e60ef;
    /* top: -86px; */
    /* margin: 0 auto; */
}


.navbanner {
    padding-top: 1px;
    height: 50px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
}


.banner {
    height: 500px;
    margin-bottom: 10px;
}


.search-box {
    width: 25%;
    margin: 40px 0 0 25px;
    float: left;
    position: relative;
}

.search {
    border: 2px solid #e2e2e2;
    height: 24px;
    width: 90%;
    padding: 4px 10px;
    border-radius: 2px;
}

.footer {
    background-color: #084de1;
    height: 110px;
    padding: 30px 0 0 0;
    clear: both;
    position: relative;
    width: 100%;
    border-top: #68b7ec 12px solid;
}

.footer p {
    color: #fcf6f7;
    font-size: 14px;
    font-family: Verdana, Geneva, sans-serif;
    margin: 10px 0;
}



.box ul,
li {
    list-style: none;
}

.box ul {
    position: relative;
    display: flex;
    width: 260px;
}

.box li {
    flex: 2;
    height: 30px;
}

.box input {
    display: none;
}

.box input+label {
    display: block;
    width: 120px;
    height: 100%;
    font-size: 24px;
    text-align: center;
    line-height: 38px;
    color: #000;
    font-weight: bold;
}

.box input+label+div {
    display: none;
    position: absolute;
    left: 0;
    top: 60px;
}

.box input:checked+label {
    color: #fff;
    font-weight: bold;
    background-color: #1e60ef;
    height: 38px;
}

.box input:checked+label+div {
    display: block;
}

.container-body {
    width: 1300px;
    margin: 0px auto;
    overflow: auto;
    background-color: #ffffff;
    border-radius: 20px;
    position: relative;
}

.container-left {
    float: left;
    width: 320px;
    background-repeat: no-repeat;
    min-height: 400px;
    margin-left: 5px;
    font-size: 18px;
}

.container {
    position: relative;
    width: 100%;
    background-repeat: round;
}


.container-nav {
    height: 50px;
    margin: 5px 5px;
    float: right;
    width: 900px;
    border-top: #dee1ff 0px solid;
}

.container-button {
    margin-bottom: 20px;
    margin-top: 10px;
}

.text-nav {
    float: right;
    line-height: 50px;
    font-family: "Arial", "Microsoft YaHei", "\u5b8b\u4f53", Tahoma, Geneva, sans-serif;
    padding-right: 10px;
}


.container-right2 {
    /* margin-left: 270px;
    margin-right: 10px; */
    /* border-style: dashed; */
    border-width: 1px;
    /* min-height: 600px; */
    padding: 0px 10px;
    box-shadow: 2px 1px 7px 4px #eee;
    width: 890px;
    float: right;
}


@media screen and (min-width: 768px) and (max-width:1024px) {

    body {
        min-width: 1024px;
    }

    .header {
        /* background-color: #f9f9f9; */
        width: 100%;
        /* height: 150px; */
    }
 .nav {
        width: 30px;
        height: 30px;
        border-top: 1px solid rgb(9 172 246 / 45%);
        /* background-image: url(../img/banner.png); */
        background-repeat: repeat-x;
        background: aqua;
        display: none;
    }
    .header-inner {
        width: 100%;
        height: 165px;
        background-repeat: no-repeat;
        margin: 0 auto;
        background-image: url(../img/shouyetop.png);
        background-position: 93%;
    }

    .logo {
        height: 50px;
        background-size: 100% auto;
        background: url(../img/logo1_03.png) no-repeat;
        background-size: 350px;
        width: 70%;
    }


    .footer {
        /* margin-top: 10px; */
        /* border-top: 7px solid #eee; */
        height: 140px;
        padding: 30px 0 0 0;
        clear: both;
        width: 100%;
    }

}

.search input {
    height: 34px;
    line-height: 34px;
    color: #262626;
    border: none;
    background: none;
    top: 0px;
    padding-left: 0px;
}

.search input.notxt {
    color: #a4a4a4;
    padding: 0 0 0 7px;
    width: 83%;
    border: 1px solid #bfbfbf;
}

.search input.notxt1 {
    position: absolute;
    width: 15%;
    height: 34px;
    right: 0;
    border: none;
    cursor: pointer;
    overflow: hidden;
    padding-right: 0;
    color: #fff;
    border: none;
    background-color: #0e61cb;
    border: 1px solid #0e61cb;
    height: 36px;
}

.mobile {
    display: none;
}

@media screen and (max-width:767px) {
    body {
        min-width: 100%;
    }

    .header {
    width: 100%;
    height: 110px;
    background-image: url(../img/sytopbj.png);
    /* background-color: #084de1; */
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
}

    .main_body {
        width: 100%;
        margin: 0 auto;
        background-color: #fff;
        min-width: 404px;
        padding-top: 10px;
    }

    .searchul {
        display: none;
    }

    .topsearch {
        /* background: antiquewhite; */
        width: 180px;
        height: 25px;
        float: right;
        margin-top: 15%;
        margin-right: 5%;
        display: none;
    }

    .banner {
        display: none;
    }

    .nav {
        width: 30px;
        height: 30px;
        border-top: 1px solid rgb(9 172 246 / 45%);
        /* background-image: url(../img/banner.png); */
        background-repeat: repeat-x;
        background: aqua;
        display: none;
    }

    .logo {
        width: 100%;
        background-repeat: no-repeat;
        text-align: left;
    }

    .logo img {
        width: 190px;
    }

    .logoul {
    width: 100%;
    margin: 0 auto;
    float: left;
    padding-top: 15px;
    display: contents;
    }

    .logoul li img {
        width: 300px;
        padding-right: 20px;
    }


    .footer {
        margin-top: 10px;
        /* border-top: 7px solid #eee; */
        background-repeat: repeat-x;
        height: 80px;
        padding: 30px 0 0 0;
        clear: both;
        width: 100%;
    }

    .container-left {
        float: left;
        width: 250px;
        background-image: url(../img/container-left.png);
        background-repeat: no-repeat;
        min-height: 600px;
        margin-left: 5px;
        display: none;
    }

    .container-right2 {
        /* border-style: dashed; */
        border-width: 1px;
        /* min-height: 600px; */
        padding: 0px 10px;
        box-shadow: 2px 1px 7px 4px #eee;
        width: 400px;
        float: none;
    }

    .container-body {
        width: 100%;
        margin: 0px auto;
        overflow: auto;
    }


    .mobile {
        width: 100%;
        position: absolute;
        height: 42px;
        display: block;
        top: 0;
        right: 0;
        z-index: 99991;
    }

    .mobile-inner-header {
        width: 100%;
        height: 40px;
        position: absolute;
        top: 8px;
        right: 0px;
    }

    .mobile-inner-header-icon {
        color: #fff;
        padding-top: 5px;
        height: 35px;
        line-height: 28px;
        text-align: left;
        float: right;
        width: 40px;
        position: relative;
        cursor: pointer;
        margin-right: 10px;
        font-weight: bold;
        text-align: right;
        z-index: 9999;
        background: #1e60ef;
    }

    .mobile-inner-nav {
        background-color: #FFFFFF;
        width: 100%;
        position: absolute;
        top: 10px;
        left: 0px;
        padding-top: 10px;
        padding-bottom: 25px;
        display: none;
        box-shadow: rgba(0, 0, 0, 0.1) 0 5px 7px;
    }

    .mobile_search {
        clear: both;
        position: relative;
        height: 36px;
        margin: 10px 30px 0;
        border: 1px solid #d3d3d3;
        border-radius: 30px;
        overflow: hidden;
    }

    .mobile-inner-header-icon span {
        position: absolute;
        left: calc((100% - 25px) / 2);
        top: calc((100% - -13px) / 3);
        width: 26px;
        height: 2px;
        background-color: rgba(255, 255, 255, 1);
    }

    .mobile-inner-header-icon span:nth-child(1) {
        transform: translateY(4px) rotate(0deg);
    }

    .mobile-inner-header-icon span:nth-child(2) {
        transform: translateY(-4px) rotate(0deg);
    }

    .mobile-inner-header-icon-click span:nth-child(1) {
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: clickfirst;
    }

    .mobile-inner-header-icon-click span:nth-child(2) {
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: clicksecond;
    }

    .mobile-inner-header-icon {
        color: #fff;
        height: 31px;
        text-align: left;
        float:
            right;
        width: 44px;
        position: relative;
        cursor: pointer;
        margin-right: 10px;
        font-weight: bold;
        text-align: right;
    }

    .mobile-inner-header-icon-out span {
        width: 22px;
        height: 2px;
        background-color: #fff;
        display: block;
    }

    .mobile-inner-header-icon-out span:nth-child(1) {
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: outfirst;
    }

    .mobile-inner-header-icon-out span:nth-child(2) {
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: outsecond;
    }

    .mobile-inner-header-icon-out span:nth-child(2) {
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: outthird;
    }

    .mobile-inner-header-icon span:nth-child(1) {
        transform: translateY(4px) rotate(0deg);
    }

    .mobile-inner-header-icon span:nth-child(2) {
        transform: translateY(-4px) rotate(0deg);
    }

    .mobile-inner-header-icon span:nth-child(3) {
        transform: translateY(12px) rotate(0deg);
    }

    .mobile-inner-header-icon-click span:nth-child(1) {
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: clickfirst;
    }

    .mobile-inner-header-icon-click span:nth-child(2) {
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: clicksecond;
    }

    .mobile-inner-header-icon-click span:nth-child(3) {
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: clickthird;
    }

    .mobile-inner-header-icon-out span:nth-child(1) {
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: outfirst;
    }

    .mobile-inner-header-icon-out span:nth-child(2) {
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: outsecond;
    }

    .mobile-inner-header-icon-out span:nth-child(3) {
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: outthird;
    }

}


.mobile-inner-nav {
    background-color: #FFFFFF;
    width: 100%;
    position: absolute;
    top: 10px;
    left: 0px;
    padding-top: 10px;
    padding-bottom: 25px;
    display: none;
    box-shadow: rgba(0, 0, 0, 0.1) 0 5px 7px;
}

.mobile-inner-nav a {
    display: inline-block;
    line-height: 45px;
    text-decoration: none;
    width: 100%;
    font-size: 1.4rem;
    border-bottom: solid 1px #d3d3d3;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.mobile-inner-nav a:hover {
    color: #0e61cb;
}

.mobile-inner-nav li {
    position: relative;
    padding: 0 20px;
}

.mobile-inner-nav li a {
    text-indent: 15px;
}

.mobile-inner-nav li strong {
    color: #aaa;
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 2.5rem;
    cursor: pointer;
    width: 40px;
    height: 45px;
    text-align: center;
    line-height: 40px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.mobile-inner-nav a {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: returnToNormal;
    animation-name: returnToNormal;
}


.mobile_subNav {
    display: none;
    padding-left: 10px;
}

.mobile-inner-nav dd a {
    height: 35px;
    line-height: 35px;
    border-bottom: dotted 1px rgba(0, 0, 0, 0.2);
    font-size: 1.2rem;
}

.mobile_search {
    clear: both;
    position: relative;
    height: 36px;
    margin: 10px 30px 0;
    border: 1px solid #d3d3d3;
    border-radius: 30px;
    overflow: hidden;
}

.mobile_search input.notxt {
    width: 90%;
    color: #333;
    margin-left: 55px;
    border: none;
}

.mobile_search input.notxt1 {
    width: 55px;
    background-color: #fff;
    right: auto;
    left: 0;
    background: url(../img/serBtn.png) no-repeat center center #1e60ef;
    border: none;
}

.mobile-links {
    width: auto;
    margin: 0 20px 10px;
    overflow: hidden;
    border-bottom: solid 1px #d3d3d3;
    padding: 6px 0;
}

.mobile-links span {
    float: left;
    padding: 0 15px;
}

.mobile-links span a {
    border: none;
    line-height: 25px;
    padding: 4px 0;
}

a {
    text-decoration: none !important;
}