* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

ul li {
    list-style: none;
}


/* 电脑 */

@media screen and (min-width: 768px) {
    .fixhead {
        position: fixed;
        top: 0;
        width: 100%;
        left: 0;
        height: 80px;
        background-color: #609fe9 !important;
        z-index: 999;
        transition: all ease 0.5s;
        /* box-shadow: rgba(0, 0, 0, .2) 0 1px 5px 0px; */
    }
    .fixheader {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        height: 80px;
        justify-content: space-between;
    }
    .fixheader a img {
        width: 100px;
    }
    .fixnav {
        display: flex;
        align-items: center;
    }
    .fixnav li {
        position: relative;
    }
    .fixnav li a {
        display: block;
        color: white;
        font-size: 17px;
        height: 80px;
        line-height: 80px;
        text-align: center;
        font-weight: bold;
        padding: 0 20px;
    }
    .fixnav li:hover .drop {
        display: block;
    }
    .drop {
        position: absolute;
        display: none;
        width: 100%;
    }
    .drop a {
        display: block;
        width: 100%;
        height: 50px !important;
        text-align: center;
        line-height: 50px !important;
        background-color: #609fe9 !important;
        font-size: 14px !important;
        padding: 0 5px !important;
    }
    .langtab {
        display: flex;
    }
    .langtab a {
        color: #fff;
        font-size: 17px;
        font-weight: bold;
        display: block;
        height: 80px;
        line-height: 72px;
        padding: 0 10px;
    }
    .mhead {
        display: none;
    }
    .hide-n {
        display: none;
    }
    .indexabout {
        max-width: 1200px;
        margin: -15px auto;
        display: flex;
        justify-content: space-between;
        padding: 20px;
    }
    .indexaboutleft {
        width: 55%;
    }
    .indexaboutleft h3 {
        color: #609fe9;
        font-size: 48px;
    }
    .indexaboutleft p {
        font-size: 24px;
        color: #444444;
        padding: 15px 0;
    }
    .indexaboutright {
        width: 40%;
    }
    .indexaboutright li {
        display: flex;
        align-items: center;
        padding: 20px 0;
        border-bottom: 1px solid #eeeeee;
    }
    .indexaboutright li img {
        width: 50px;
    }
    .liright {
        margin-left: 20px;
    }
    .liright p {
        font-weight: bold;
        color: #333;
        font-size: 16px;
        margin-bottom: 5px;
    }
    .liright span {
        color: #666;
        font-size: 14px;
    }
    .indexnew {
        max-width: 1200px;
        margin: 50px auto;
        display: flex;
        justify-content: space-between;
        position: relative;
        padding: 20px;
    }
    .indexnew .adm {
        position: absolute;
        bottom: 0;
        left: 17px;
    }
    .indexnewleft {
        width: 300px;
    }
    .indexnewright {
        width: 850px;
    }
    .indexnewleft h3 {
        color: #609fe9;
        font-size: 48px;
    }
    .indexnewleft p {
        font-size: 24px;
        color: #444444;
        padding: 15px 0;
    }
    .adm {
        width: 120px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background-color: #609ee9;
        display: block;
        margin-top: 30px;
        color: white;
    }
    .indexnewright {
        display: flex;
        justify-content: space-between;
    }
    .indexitem {
        width: 48%;
        padding: 35px 15px;
        border: 1px solid #eeeeee;
        box-sizing: border-box;
        transition: all ease 0.4s;
    }
    .indexitem .bt {
        font-size: 22px;
        color: #444;
        display: block;
        padding-bottom: 15px;
        border-bottom: 1px solid #eee;
    }
    .indexitem span {
        display: block;
        padding: 5px 0;
        font-size: 14px;
        color: #bbb;
    }
    .indexitem p {
        color: #777;
        font-size: 14px;
        padding: 10px 0;
    }
    .indexitem:hover {
        border-bottom: 4px solid #609fe9;
        transform: translateY(-10px);
    }
    .gywm {
        /* margin-top: 100px;*/
    }
    .yyly {
        /* margin-top: 100px;*/
    }
    .fwyzc {
        /* margin-top: 100px;*/
    }
    .nynews {
        /*margin-top: 100px;*/
    }
    .cpzx {
        /* margin-top: 100px; */
    }
    .cpzsxq {
        /* margin-top: 100px; */
    }
    .fwyzc {
        /*margin-top: 100px;*/
    }
}


/* 手机 */

@media screen and (max-width: 768px) {
    .fwyzc {
        margin-top: 0px;
    }
    .cpzsxq {
        margin-top: 0px;
    }
    .cpzx {
        margin-top: 0px;
    }
    .nynews {
        margin-top: 0px;
    }
    .fwyzc {
        margin-top: 0px;
    }
    .gywm {
        margin-top: 0px;
    }
    .yyly {
        margin-top: 0px;
    }
    #Marquee_x {
        overflow: hidden;
        width: 100% !important;
        float: none !important;
        /* float: right; */
    }
    #Marquee_x ul li,
    #Marquee_x ul li div {
        height: auto !important;
    }
    .footer-title h3 {
        line-height: 30px;
        font-size: 14px;
        color: #cccccc;
        margin-top: 0;
        margin-bottom: 0;
        float: none !important;
        text-align: center !important;
        width: 100% !important;
    }
    #Marquee_x ul {
        width: 100000% !important;
    }
    .indexnew {
        width: 100%;
        /*padding: 15px 0;
        margin: 40px auto;*/
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: -25px;
    }
    .indexnewleft {
        width: 100%;
    }
    .indexnewright {
        width: 100%;
    }
    .indexnewleft h3 {
        color: #609ee9;
        text-align: center;
        font-size: 22px;
        /*margin-left: 20px;*/
    }
    .indexnewleft p {
        font-size: 15px;
        color: #444444;
        padding: 0px 0;
        text-align: center;
        /*margin-left: 20px;*/
    }
    .adm {
        width: 420px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background-color: #609ee9;
        display: block;
        color: white;
        margin: 0 auto;
        margin-top: -15px;
        margin-bottom: 25px;
    }
    .indexnewright {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        /*margin-top: -15px;*/
        padding: 15px;
    }
    .indexitem {
        width: 100%;
        padding: 15px;
        border: 1px solid #eeeeee;
        box-sizing: border-box;
        border-bottom: 4px solid #609ee9;
        margin-bottom: 20px;
    }
    .indexitem .bt {
        font-size: 18px;
        color: #444;
        display: block;
        padding-bottom: 15px;
        border-bottom: 1px solid #eee;
    }
    .indexitem span {
        display: block;
        padding: 5px 0;
        font-size: 14px;
        color: #bbb;
    }
    .indexitem p {
        color: #777;
        font-size: 14px;
        padding: 10px 0;
    }
    .indexabout {
        width: 100%;
        padding: 15px;
        margin: -15px auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .indexaboutleft {
        width: 100%;
    }
    .indexaboutleft h3 {
        color: #609fe9;
        font-size: 25px;
        text-align: center;
    }
    .indexaboutleft p {
        font-size: 18px;
        color: #444444;
        padding: 5px 0;
        text-align: center;
    }
    .indexaboutright {
        width: 100%;
        margin-top: 30px;
    }
    .indexaboutright li {
        display: flex;
        align-items: center;
        padding: 20px 0;
        border-bottom: 1px solid #eeeeee;
    }
    .indexaboutright li img {
        width: 50px;
    }
    .liright {
        margin-left: 20px;
    }
    .liright p {
        font-weight: bold;
        color: #333;
        font-size: 16px;
        margin-bottom: 5px;
    }
    .liright span {
        color: #666;
        font-size: 14px;
    }
    .fixhead {
        display: none;
    }
    .mhead {
        display: flex;
        align-items: center;
        padding: 0 15px;
        justify-content: space-between;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99999;
        background-color: #fff;
        height: 55px;
    }
    .mhead a img {
        width: 100px;
    }
    .banner {
        margin-top: 55px !important;
    }
    .hide-n {
        position: fixed;
        top: 0;
        right: -100%;
        z-index: 999999;
        background-color: #fff;
        width: 100%;
        height: 100%;
        transition: all ease 0.4s;
    }
    .cha {
        position: absolute;
        top: 10px;
        right: 10px;
    }
    .hide-n ul {
        margin-top: 50px;
    }
    .hide-n ul li a {
        width: 100%;
        display: block;
        padding-left: 25px;
        box-sizing: border-box;
        color: black;
        font-size: 15px;
        height: 40px;
        line-height: 40px;
    }
    .hide-n ul li a {
        border-bottom: 1px solid #ccc;
    }
    .lidrop a {
        display: block;
        width: 100%;
        padding-left: 30px;
        color: black;
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }
    .lidrop {
        display: none;
    }
    .change {
        right: 0
    }
}