* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: ' ';
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
    outline-width: 0;
}


/* 电脑 */

@media screen and (min-width: 768px) {
    .header {
        width: 100%;
        height: 85px;
        position: relative;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        background-color: #DCDCDC;
    }
    .head {
        width: 84%;
        margin: 0 auto;
        height: 85px;
        display: flex;
        align-items: center;
    }
    .pclogo {
        width: 25%;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
    .pclogo span {
        color: white;
        font-weight: bold;
        font-size: 22px;
    }
    .pcnav {
        width: 50%;
        display: flex;
        align-items: center;
        height: 85px;
        justify-content: space-between;
        margin-left: 7%;
    }
    .pcnav li {
        width: 14%;
        height: 85px;
    }
    .pcnav li a {
        display: block;
        color: black;
        width: 100%;
        height: 85px;
        line-height: 85px;
        text-align: center;
        font-weight: 900;
        line-height: 85px;
        background: #dcdcdc;
    }
    .search {
        width: 190px !important;
        height: 40px !important;
        background-color: #fff;
        border-radius: 30px;
        position: absolute;
        right: 7%;
        display: flex;
        align-items: center;
    }
    .search input {
        width: 130px;
        border-radius: 30px;
        background-color: #fff;
        height: 35px;
        margin-left: 10px;
        outline: none;
        border: none;
        text-align: center;
    }
    .search a {
        display: block;
        margin-left: 15px;
    }
    .swiper-container1 {
        width: 100%;
        height: 100%;
        margin-top: 85px;
    }
    .swiper-container1 img {
        width: 100%;
    }
    .pcdrop a {
        display: block;
        width: 100%;
        height: 45px !important;
        line-height: 45px !important;
    }
    .pcdrop {
        display: none;
    }
    .pcnav li:hover .pcdrop {
        display: block;    width: 200%;
    }
    .mbheader {
        display: none;
    }
    .hideNav {
        display: none;
    }
    .con1 {
        width: 100%;
        display: flex;
    }
    .con1left {
        width: 50%;
        padding: 45px 100px;
        background-color: #f0f0f0;
    }
    .con1left h1 {
        color: #e0e0e0;
        font-size: 72px;
    }
    .con1left span {
        color: #1c438b;
        font-size: 40px;
        font-weight: 900;
    }
    .con1left p {
        font-size: 18px;
        line-height: 30px;
        color: #595957;
        margin-top: 50px;
    }
    .con1right {
        width: 50%;
    }
    .con1right img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    /* scroll */
    .digital {
        width: 100%;
        color: #fff;
    }
    .main {
        margin: 0 auto;
        font-size: 0;
    }
    .mumping_mun li {
        display: inline-block;
        margin: 30px auto;
        width: 45%;
    }
    .mumping_mun {
        width: 100%;
        display: flex;
        list-style: none;
        align-items: center;
        justify-content: space-around;
    }
    .mumping_mun p {
        font-size: 20px;
        width: 100%;
        display: block;
        clear: both;
    }
    .mumping_mun h2 {
        font-size: 60px;
        font-weight: normal;
        float: left;
        margin-right: 10px;
        font-weight: bold;
        color: #1c438b;
    }
    .more {
        width: 150px;
        height: 35px;
        display: block;
        line-height: 35px;
        text-align: center;
        margin-top: 30px;
        background: #012d6b;
        border: 1px solid #012d6b;
        color: #fff;
    }
    .con2 {
        display: flex;
        width: 100%;
    }
    .indexp {
        width: 50%;
        position: relative;
    }
    .indexp img {
        width: 100%;
    }
    .indexp a {
        position: absolute;
        display: block;
        width: 70%;
        height: 60px;
        line-height: 60px;
        text-align: center;
        font-size: 30px;
        font-weight: bold;
        color: white;
        background-color: #ec940100;
        left: 50%;
        transform: translateX(-50%);
        bottom: 40px;
    }
    .con3 {
        width: 100%;
        min-height: 550px;
        background-image: url(../images/bg1.jpg);
        background-size: cover;
        padding: 80px 100px;
    }
    .con3 h1 {
        color: rgba(255, 255, 255, 0.1);
        font-size: 72px;
    }
    .show {
        font-size: 40px;
        color: white;
    }
    .tabspan {
        width: 85%;
        margin: 30px auto;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .tabspan span {
        display: block;
        width: 180px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 16px;
        color: white;
        border: 1px solid #fff;
        margin-left: 30px;
        cursor: pointer;
    }
    .select {
        background-color: #182d58 !important;
        border: none !important
    }
    .swiper-container2 {
        width: 81%;
    }
    .swiper-container2 img {
        width: 100%;
        height: 300px;
        object-fit: contain;
        background: #fff;
    }
    .swiper-container2 .swiper-slide {
        text-align: center;
        font-size: 18px;
        /*background: #fff;*/
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .swiper-container-mb {
        display: none;
    }
    .con4 {
        width: 100%;
        background-image: url(../images/bg101.jpg);
        /*background-color: #f0f0f0;*/
        padding: 65px 110px;
    }
    .con4 h1 {
        font-size: 70px;
        color: #e1e0e0;
    }
    .newt {
        font-size: 40px;
        color: #595757;
    }
    .con4 ul {
        display: flex;
        width: 90%;
        margin: 30px auto;
        justify-content: space-between;
    }
    .con4 ul li {
        width: 31%;
        transition: all ease 0.4s;
        padding-bottom: 20px;
    }
    .con4 ul li:hover {
        transform: translateY(-30px);
        box-shadow: rgb(0 0 0 / 20%) 0 1px 12px 6px;
    }
    .con4 ul li span {
        color: #999999;
        font-size: 15px;
        display: block;
        padding: 0 10px;
    }
    .con4 ul li p {
        color: #333333;
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 0 10px;
    }
    .con4 ul li img {
        width: 100%;
    }
    .con5 {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .con5left {
        width: 35%;
        padding: 190px 150px;
        background-image: url(../images/bg2.jpg);
        background-size: cover;
    }
    .con5left h1 {
        color: #e1e0e000;
        font-size: 72px;
    }
    .con5left h2 {
        color: #faf6f900;
        font-size: 40px;
        font-weight: normal;
    }
    .con5left p {
        font-size: 16px;
        color: #ffffff;
        line-height: 30px;
        margin-top: 20px;
    }
    .con5right {
        padding: 100px;
        background-image: url(../images/bg2310.jpg);
    }
    .con5right ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con5right ul li {
        width: 26%;
        text-align: center;
        margin-bottom: 25px;
    }
    .con5right ul li img {
        width: 50%;
    }
    .con5right ul li span {
        display: block;
        padding: 20px 0;
        text-align: center;
    }
    .con6 {
        width: 100%;
        min-height: 550px;
        background-image: url(../images/bg3.jpg);
        background-size: cover;
        background-position: 0;
        padding: 70px 0;
    }
    .con6 h1 {
        color: #fff;
        font-size: 72px;
        text-align: center;
    }
    .con6 p {
        text-align: center;
        font-size: 20px;
        color: #fff;
        padding: 15px 0;
    }
    .con7 {
        width: 63%;
        min-height: 300px;
        background-color: #fff;
        margin: 0 auto;
        margin-top: -200px;
        display: flex;
        justify-content: space-between;
    }
    .con7 h1 {
        color: #04296a;
        font-size: 36px;
    }
    .con7 span {
        font-size: 16px;
        color: #797979;
    }
    .con7left {
        width: 70%;
        padding: 75px 55px;
    }
    .con7right {
        width: 30%;
        background-color: #04296a;
        padding: 45px 60px;
    }
    .form {
        margin: 25px auto;
    }
    .form input {
        width: 170px;
        height: 40px;
        background-color: #fff;
        padding-left: 15px;
        outline: none;
        background-color: #d6d6d6;
        color: gray;
        border: 0;
    }
    .form textarea {
        display: block;
        width: 100%;
        height: 160px;
        background-color: #fff;
        padding-left: 15px;
        outline: none;
        background-color: #d6d6d6;
        color: gray;
        border: 0;
        padding-top: 15px;
        margin: 20px auto;
    }
    .tj {
        display: block;
        width: 170px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: white;
        background-color: #04296a;
        margin-top: 30px;
    }
    .con7right b {
        display: block;
        text-align: center;
        font-size: 18px;
        color: #fff;
        margin-bottom: 25px;
    }
    .con7right a {
        color: #fff;
        font-size: 30px;
        display: block;
        text-align: center;
        font-weight: bold;
    }
    .codebox {
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }
    .codebox img {
        width: 50%;
    }
    .con7right ul {
        margin-top: 30px;
    }
    .con7right ul li {
        color: white;
    }
    .con8 {
        width: 100%;
        background-color: #000;
        height: 80px;
        line-height: 80px;
        text-align: center;
        color: white;
    }
    .nybanner {
        width: 100%;
        height: 480px;
        background-size: cover;
        padding-top: 195px;
        margin-top: 85px;
    }
    .nybanner h1 {
        font-size: 40px;
        color: #fff;
        text-align: center;
    }
    .nybanner p {
        width: 60px;
        height: 2px;
        background-color: #fff;
        margin: 30px auto;
    }
    .nybread {
        width: 100%;
        height: 80px;
        background-color: #f2f4f6;
    }
    .nynav {
        width: 90%;
        margin: 0 auto;
        background-color: #f2f4f6;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .nynavleft {
        display: flex;
        align-items: center;
    }
    .nynavleft a {
        display: block;
        width: 170px;
        height: 80px;
        line-height: 80px;
        font-size: 15px;
        color: #333333;
        text-align: center;
    }
    .nynavleft a:hover {
        color: #0195f0;
        border-bottom: 2px solid #0195f0;
    }
    .nynavright {
        background-image: url(../images/location.jpeg);
        background-repeat: no-repeat;
        height: 80px;
        line-height: 80px;
        padding-left: 30px;
        background-position: 0;
    }
    .nynavright span {
        font-size: 14px;
    }
    .nynavright a {
        font-size: 14px;
        color: black;
    }
    .nycon {
        width: 90%;
        margin: 40px auto;
    }
    .nycon ul li {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .nycon ul li img {
        width: 50%;
    }
    .li-r {
        width: 50%;
        padding: 0 100px;
    }
    .li-r h1 {
        font-size: 24px;
        color: #222222;
        margin-bottom: 20px;
    }
    .li-r p {
        color: #000000;
        font-weight: 500;
        font-size: 16px;
    }
    .nytitle {
        width: 90%;
        margin: 30px auto;
        padding-bottom: 20px;
        text-align: center;
        font-size: 26px;
        color: #262626;
        font-weight: bold;
        border-bottom: 1px solid #e8e8e8;
    }
    .concon {
        width: 80%;
        margin: 20px auto;
    }
    .hjul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .hjul li a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 20px;
        background-color: #f6f6f6;
    }
    .hjul li {
        width: 23%;
        display: inline-block !important;
        margin-bottom: 30px;
    }
    .hjul li a img {
        width: 100%;
        height: 230px;
        object-fit: cover;
    }
    .hjul li p {
        text-align: center;
        padding: 10px 0;
        font-size: 16px;
        color: #666666;
    }
    .procon {
        width: 90%;
        margin: 30px auto;
        display: flex;
        justify-content: space-between;
    }
    .proconleft {
        width: 15%;
        border: 1px solid #cccccc;
    }
    .proconleft h1 {
        text-align: center;
        width: 100%;
        height: 80px;
        line-height: 80px;
        color: white;
        background-color: #182d58;
        font-size: 20px;
        color: white;
        font-weight: normal;
    }
    .proconright {
        width: 84%;
    }
    .proul {
        width: 100%;
    }
    .proul li {
        width: 100%;
        height: 50px;
    }
    .proul li a {
        display: block;
        width: 100%;
        height: 50px;
        line-height: 50px;
        padding-left: 15px;
        font-size: 15px;
        color: #000000;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .isDrop {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-right: 20px;
    }
    .arr {
        cursor: pointer;
        transition: all ease 0.4s;
    }
    .fyDrop {
        width: 100%;
        display: none;
    }
    .fyDrop a {
        display: block;
        overflow: auto;
        padding-left: 25px !important;
        font-size: 14px;
        color: #000;
        height: 30px;
        line-height: 30px;
    }
    .rotate {
        transform: rotate(90deg);
    }
    .proconrightul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .proconrightul li {
        width: 31%;
        text-align: center;
        margin-bottom: 30px;
    }
    .proconrightul li a {
        display: block;
        width: 100%;
        height: 100%;
        border: 1px solid #cccccc;
    }
    .proconrightul li a img {
        width: 100%;
        height: 280px;
        object-fit: contain;
    }
    .proconrightul li p {
        padding: 10px 0;
        text-align: center;
        color: #707070;
        font-size: 14px;
    }
    .mbprobtn {
        display: none;
    }
    .container {
        width: 45%;
        padding: 20px;
        font-size: 14px;
    }
    .preview {
        padding: 5px;
        display: flex;
    }
    .preview a {
        display: block;
        width: 20%;
        padding: 5px;
    }
    .preview img {
        display: block;
        width: 100%;
    }
    .active {
        outline: 3px solid #196cd2;
        box-shadow: 2px 2px 20px 4px rgba(0, 0, 0, .5);
    }
    .slider-container {
        border: 1px solid #cccccc;
    }
    .rightdes {
        width: 50%;
        padding: 20px;
    }
    .proconrightdetail {
        display: flex;
    }
    .rightdes p {
        color: #262626;
        font-size: 22px;
        padding-bottom: 30px;
        border-bottom: 1px solid #cccccc;
    }
    .righttact {
        display: flex;
        padding-top: 30px;
        margin-top: 15px;
        border-top: 1px solid #cccccc;
    }
    .righttact a {
        display: block;
        width: 150px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        background-color: #182d58;
        color: white;
    }
    .prodetail {
        width: 65%;
        margin: 0 auto;
        min-height: 200px;
    }
    .detailtop {
        width: 100%;
        border-bottom: 1px solid #cccccc;
    }
    .detailtopcon {
        height: 70px;
        text-align: center;
        background-color: #182d58;
        color: white;
        font-weight: bold;
        font-size: 22px;
    }
    .sx {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .recom {
        width: 100%;
        height: 70px;
        line-height: 70px;
        background-color: #182d58;
        margin-top: 40px;
        padding-left: 20px;
        color: white;
        font-weight: bold;
        font-size: 22px;
    }
    .recomul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 30px;
    }
    .recomul li {
        width: 31%;
        margin-bottom: 25px;
        text-align: center;
    }
    .recomul li a {
        display: block;
        width: 100%;
        height: 100%;
        border: 1px solid #cccccc;
    }
    .recomul li img {
        width: 100%;
    }
    .recomul li p {
        text-align: center;
        padding: 10px 0;
        font-size: 14px;
        color: #707070;
    }
    .newcontent {
        width: 90%;
        margin: 20px auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 30px;
        border-bottom: 1px solid #cccccc;
        margin-bottom: 30px;
    }
    .newcontent:hover .newcontentleft {
        background-color: #0295f0 !important;
    }
    .newcontent:hover .newcontentleft h1 {
        color: white !important;
    }
    .newcontent:hover .newcontentleft span {
        color: white !important;
    }
    .newcontentleft {
        width: 80px;
        height: 100px;
        background-color: #f5f5f5;
        padding: 20px 0px;
        text-align: center;
        transition: all ease 0.4s;
    }
    .newcontentleft span {
        font-size: 13px;
        color: #707070;
    }
    .newcontentleft h1 {
        color: #707070;
    }
    .newcontentright {
        width: 92%;
        cursor: pointer;
    }
    .newcontentright a {
        font-size: 24px;
        color: #000000;
    }
    .posttime {
        display: flex;
        align-items: center;
        padding: 10px 0;
    }
    .posttime span {
        font-size: 12px;
        color: #707070;
    }
    .newcontentright p {
        font-size: 14px;
        color: #565656;
    }
    .part {
        width: 95%;
        background-color: #f7f7f7;
        margin: 20px auto;
        min-height: 100px;
        padding: 75px;
    }
    .part h1 {
        text-align: center;
        font-size: 26px;
        color: #000000;
    }
    .picbox {
        width: 80%;
        margin: 20px auto;
    }
    .picbox img {
        width: 100%;
    }
    .part ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .part ul li {
        width: 30%;
        text-align: center;
        display: inline-block;
        margin-bottom: 25px;
    }
    .part ul li img {
        width: 50%;
        transition: all ease 0.5s;
    }
    .part ul li img:hover {
        transform: scale(1.1);
    }
    .part ul li p {
        padding: 5px 0;
        text-align: center;
        color: #666666;
        font-size: 16px;
    }
    .contactcon {
        width: 90%;
        min-height: 100px;
        margin: 0 auto;
    }
    .cont {
        text-align: center;
        padding: 10px 0;
        color: #000000;
        font-size: 24px;
        margin-bottom: 10px;
    }
    .line {
        width: 80px;
        height: 2px;
        background-color: #000;
        margin: 0 auto;
    }
    .tactul {
        display: flex;
        justify-content: space-between;
        margin-top: 50px;
    }
    .tactul li {
        display: inline-block !important;
        width: 50%;
    }
    .tactul li img {
        width: 100% !important;
    }
    .tactul li h3 {
        margin-bottom: 50px;
    }
    .tactul li p {
        font-size: 14px;
        color: #888888;
    }
}


/* 手机 */

@media screen and (max-width: 768px) {
    .contactcon {
        width: 95%;
        min-height: 100px;
        margin: 0 auto;
    }
    .cont {
        text-align: center;
        padding: 10px 0;
        color: #000000;
        font-size: 24px;
        margin-bottom: 10px;
    }
    .line {
        width: 80px;
        height: 2px;
        background-color: #000;
        margin: 0 auto;
    }
    .tactul {
        display: flex;
        justify-content: space-between;
        margin-top: 50px;
        flex-wrap: wrap !important;
    }
    .tactul li {
        display: inline-block !important;
        width: 100%;
        margin-bottom: 30px;
    }
    .tactul li img {
        width: 100% !important;
    }
    .tactul li h3 {
        margin-bottom: 50px;
    }
    .tactul li p {
        font-size: 14px;
        color: #888888;
    }
    .part {
        width: 95%;
        background-color: #f7f7f7;
        margin: 20px auto;
        min-height: 100px;
        padding: 20px;
    }
    .part h1 {
        text-align: center;
        font-size: 26px;
        color: #000000;
    }
    .picbox {
        width: 80%;
        margin: 20px auto;
        display: none;
    }
    .picbox img {
        width: 100%;
    }
    .part ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 40px;
    }
    .part ul li {
        width: 48%;
        text-align: center !important;
        display: inline-block !important;
        margin-bottom: 25px;
    }
    .part ul li img {
        width: 70% !important;
        transition: all ease 0.5s;
    }
    .part ul li img:hover {
        transform: scale(1.1);
    }
    .part ul li p {
        padding: 5px 0;
        text-align: center;
        color: #666666;
        font-size: 16px;
    }
    .newcontent {
        width: 95%;
        margin: 20px auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 30px;
        flex-wrap: wrap;
        border-bottom: 1px solid #cccccc;
        margin-bottom: 30px;
    }
    .newcontentleft {
        display: none;
    }
    .newcontentright {
        width: 100%;
        cursor: pointer;
    }
    .newcontentright a {
        font-size: 15px;
        color: #000000;
    }
    .posttime {
        display: flex;
        align-items: center;
        padding: 10px 0;
    }
    .posttime span {
        font-size: 12px;
        color: #707070;
    }
    .newcontentright p {
        font-size: 14px;
        color: #565656;
    }
    .prodetail {
        width: 95%;
        margin: 0 auto;
        min-height: 200px;
    }
    .detailtop {
        width: 100%;
        border-bottom: 1px solid #cccccc;
    }
    .detailtopcon {
        height: 40px;
        text-align: center;
        line-height: 40px;
        background-color: #182d58;
        color: white;
        font-weight: bold;
        font-size: 16px;
    }
    .sx {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .recom {
        width: 95%;
        height: 40px;
        margin: 0 auto;
        line-height: 40px;
        background-color: #182d58;
        margin-top: 40px;
        padding-left: 20px;
        color: white;
        font-weight: bold;
        font-size: 16px;
    }
    .recomul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 30px;
    }
    .recomul li {
        width: 100%;
        margin-bottom: 25px;
        text-align: center;
    }
    .recomul li a {
        display: block;
        width: 100%;
        height: 100%;
        border: 1px solid #cccccc;
    }
    .recomul li img {
        width: 100%;
    }
    .recomul li p {
        text-align: center;
        padding: 10px 0;
        font-size: 14px;
        color: #707070;
    }
    .rightdes {
        width: 100%;
        padding: 20px;
    }
    .proconrightdetail {
        display: flex;
        flex-wrap: wrap;
    }
    .rightdes p {
        color: #262626;
        font-size: 22px;
        padding-bottom: 30px;
        border-bottom: 1px solid #cccccc;
    }
    .righttact {
        width: 100%;
        display: flex;
        padding-top: 30px;
        margin-top: 15px;
        border-top: 1px solid #cccccc;
        justify-content: space-between;
    }
    .righttact a {
        display: block;
        width: 45%;
        height: 45px;
        line-height: 45px;
        text-align: center;
        background-color: #182d58;
        color: white;
    }
    .container {
        width: 100%;
        font-size: 14px;
    }
    .preview {
        padding: 5px;
        display: flex;
    }
    .preview a {
        display: block;
        width: 20%;
        padding: 5px;
    }
    .preview img {
        display: block;
        width: 100%;
    }
    .active {
        outline: 3px solid #196cd2;
        box-shadow: 2px 2px 20px 4px rgba(0, 0, 0, .5);
    }
    .slider-container {
        border: 1px solid #cccccc;
    }
    .mbprobtn {
        width: 95%;
        height: 35px;
        line-height: 35px;
        text-align: center;
        color: white;
        background-color: #1890ff;
        margin: 25px auto;
        border-radius: 5px;
    }
    .procon {
        width: 95%;
        margin: 30px auto;
        display: flex;
        justify-content: space-between;
    }
    .proconleft {
        display: none;
    }
    .proconright {
        width: 100%;
    }
    .proconrightul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .proconrightul li {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .proconrightul li a {
        display: block;
        width: 100%;
        height: 100%;
        border: 1px solid #cccccc;
    }
    .proconrightul li a img {
        width: 100%;
    }
    .proconrightul li p {
        padding: 10px 0;
        text-align: center;
        color: #707070;
        font-size: 14px;
    }
    .hjul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .hjul li a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 20px;
        background-color: #f6f6f6;
    }
    .hjul li {
        width: 100%;
        display: inline-block !important;
        margin-bottom: 30px;
    }
    .hjul li a img {
        width: 100%;
    }
    .hjul li p {
        text-align: center;
        padding: 10px 0;
        font-size: 16px;
        color: #666666;
    }
    .nytitle {
        width: 95%;
        margin: 30px auto;
        padding-bottom: 20px;
        text-align: center;
        font-size: 26px;
        color: #262626;
        font-weight: bold;
        border-bottom: 1px solid #e8e8e8;
    }
    .concon {
        width: 90%;
        margin: 20px auto;
    }
    .nycon {
        width: 95%;
        margin: 40px auto;
    }
    .nycon ul li {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .nycon ul li img {
        width: 100%;
    }
    .li-r {
        width: 100%;
        padding: 10px;
    }
    .li-r h1 {
        font-size: 24px;
        color: #222222;
        margin-bottom: 20px;
    }
    .li-r p {
        color: #999999;
        font-size: 14px;
    }
    .nybread {
        width: 100%;
        background-color: #f2f4f6;
    }
    .nynav {
        width: 100%;
        margin: 0 auto;
        background-color: #f2f4f6;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .nynavleft {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 20px 0;
    }
    .nynavleft a {
        display: block;
        width: 100px;
        font-size: 15px;
        color: #333333;
        text-align: center;
        height: 30px;
        line-height: 30px;
    }
    .nynavleft a:hover {
        color: #0195f0;
        border-bottom: 2px solid #0195f0;
    }
    .nynavright {
        background-image: url(../images/location.jpeg);
        background-repeat: no-repeat;
        background-position: 18px;
        padding: 20px;
        padding-left: 40px;
    }
    .nynavright span {
        font-size: 14px;
    }
    .nynavright a {
        font-size: 14px;
        color: black;
    }
    .nybanner {
        width: 100%;
        height: 265px;
        background-image: url(../images/ny.jpg);
        background-size: cover;
        padding-top: 85px;
        margin-top: 100px;
    }
    .nybanner h1 {
        font-size: 20px;
        color: #fff;
        text-align: center;
    }
    .nybanner p {
        width: 60px;
        height: 2px;
        background-color: #fff;
        margin: 30px auto;
    }
    .con8 {
        width: 100%;
        background-color: #000;
        height: 80px;
        line-height: 80px;
        text-align: center;
        color: white;
    }
    .con7 {
        width: 100%;
        min-height: 100px;
        background-color: #fff;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .con7 h1 {
        color: #04296a;
        font-size: 36px;
    }
    .con7 span {
        font-size: 16px;
        color: #797979;
    }
    .con7left {
        width: 100%;
        padding: 25px 15px;
    }
    .con7right {
        width: 100%;
        background-color: #af7837;
        padding: 25px 15px;
    }
    .form {
        margin: 25px auto;
        display: flex;
        flex-wrap: wrap;
    }
    .form input {
        width: 100%;
        height: 40px;
        background-color: #fff;
        padding-left: 15px;
        outline: none;
        background-color: #d6d6d6;
        color: gray;
        border: 0;
        margin-bottom: 25px;
    }
    .form textarea {
        display: block;
        width: 100%;
        height: 160px;
        background-color: #fff;
        padding-left: 15px;
        outline: none;
        background-color: #d6d6d6;
        color: gray;
        border: 0;
        padding-top: 15px;
        margin: 0px auto;
    }
    .tj {
        display: block;
        width: 170px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: white;
        background-color: #af7837;
        margin: 0 auto;
        margin-top: 30px;
    }
    .con7right b {
        display: block;
        text-align: center;
        font-size: 18px;
        color: #fff;
        margin-bottom: 25px;
    }
    .con7right a {
        color: #fff;
        font-size: 30px;
        display: block;
        text-align: center;
        font-weight: bold;
    }
    .codebox {
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }
    .codebox img {
        width: 50%;
    }
    .con7right ul {
        margin-top: 30px;
    }
    .con7right ul li {
        color: white;
    }
    .con6 {
        width: 100%;
        min-height: 230px;
        background-image: url(../images/bg3.jpg);
        background-size: cover;
        background-position: 0;
        padding: 20px 0;
    }
    .con6 h1 {
        color: #fff;
        font-size: 40px;
        text-align: center;
    }
    .con6 p {
        text-align: center;
        font-size: 20px;
        color: #fff;
        padding: 15px 0;
    }
    .con5 {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .con5left {
        width: 100%;
        padding: 20px 20px;
        background-image: url(../images/bg2.jpg);
        background-size: cover;
    }
    .con5left h1 {
        color: #e1e0e0;
        font-size: 25px;
    }
    .con5left h2 {
        color: #faf6f9;
        font-size: 15px;
        font-weight: normal;
    }
    .con5left p {
        font-size: 14px;
        color: #ffffff;
        line-height: 25px;
        margin-top: 20px;
    }
    .con5right {
        padding: 20px;
    }
    .con5right ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con5right ul li {
        width: 31%;
        text-align: center;
        margin-bottom: 25px;
    }
    .con5right ul li img {
        width: 50%;
    }
    .con5right ul li span {
        display: block;
        padding: 20px 0;
        text-align: center;
    }
    .con4 {
        width: 100%;
        background-color: #f0f0f0;
        padding: 30px 10px;
    }
    .con4 h1 {
        font-size: 20px;
        color: #e1e0e0;
    }
    .newt {
        font-size: 15px;
        color: #595757;
    }
    .con4 ul {
        display: flex;
        width: 95%;
        margin: 20px auto;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .con4 ul li {
        width: 100%;
        transition: all ease 0.4s;
        padding-bottom: 20px;
    }
    .con4 ul li:hover {
        transform: translateY(-30px);
        box-shadow: rgb(0 0 0 / 20%) 0 1px 12px 6px;
    }
    .con4 ul li span {
        color: #999999;
        font-size: 15px;
        display: block;
        padding: 0 10px;
    }
    .con4 ul li p {
        color: #333333;
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 0 10px;
    }
    .con4 ul li img {
        width: 100%;
    }
    .swiper-container-mb {
        width: 100% !important;
    }
    .con3 {
        width: 100%;
        min-height: 200px;
        background-image: url(../images/bg1.jpg);
        background-size: cover;
        padding: 40px 15px;
    }
    .mbtab {
        display: none;
    }
    .con3 h1 {
        color: rgba(255, 255, 255, 0.1);
        font-size: 30px;
    }
    .show {
        font-size: 40px;
        color: white;
    }
    .tabspan {
        width: 95%;
        margin: 30px auto;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .tabspan span {
        display: block;
        width: 100px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 16px;
        color: white;
        border: 1px solid #fff;
        margin-left: 10px;
        cursor: pointer;
        margin-top: 10px;
    }
    .swiper-container2 {
        width: 81%;
    }
    .swiper-container2 img {
        width: 100%;
    }
    .swiper-container2 .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .con2 {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }
    .indexp {
        width: 100%;
        position: relative;
    }
    .indexp img {
        width: 100%;
    }
    .indexp a {
        position: absolute;
        display: block;
        width: 70%;
        height: 49px;
        line-height: 50px;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        color: white;
        /*background-color: #ec9401;*/
        left: 50%;
        transform: translateX(-50%);
        bottom: 17px;
    }
    .con1 {
        width: 100%;
        display: flex;
    }
    .con1left {
        width: 100%;
        padding: 20px 20px;
        background-color: #f0f0f0;
    }
    .con1left h1 {
        color: #e0e0e0;
        font-size: 40px;
    }
    .con1left span {
        color: #1c438b;
        font-size: 25px;
    }
    .con1left p {
        font-size: 14px;
        line-height: 30px;
        color: #595957;
        margin-top: 10px;
    }
    .con1right {
        display: none;
    }
    .con1right img {
        width: 100%;
    }
    /* scroll */
    .digital {
        width: 100%;
        color: #fff;
    }
    .main {
        margin: 0 auto;
        font-size: 0;
    }
    .mumping_mun li {
        display: inline-block;
        margin: 30px auto;
        width: 31%;
    }
    .mumping_mun {
        width: 100%;
        display: flex;
        list-style: none;
        align-items: center;
        justify-content: space-around;
    }
    .mumping_mun p {
        font-size: 15px;
        width: 100%;
        display: block;
        clear: both;
        line-height: 20px !important;
    }
    .mumping_mun h2 {
        font-size: 30px;
        font-weight: normal;
        font-weight: bold;
        color: #1c438b;
        width: 100%;
        text-align: center;
    }
    .more {
        width: 150px;
        height: 35px;
        display: block;
        line-height: 35px;
        text-align: center;
        margin-top: 30px;
        background: transparent;
        border: 1px solid #ababab;
        color: #595757;
    }
    .mblogo {
        width: 123px;
        height: 65px;
        object-fit: contain;
    }
    .mbheader {
        width: 100%;
        height: 100px;
        background-color: #425283;
        text-align: center;
        padding-top: 20px;
        position: relative;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99999;
    }
    .header {
        display: none;
    }
    .swiper-container1 {
        width: 100%;
        height: 100%;
        margin-top: 100px;
    }
    .swiper-container1 img {
        width: 100%;
    }
    .hb {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
    }
    .hideNav {
        width: 100%;
        height: 100%;
        background-color: #fff;
        position: fixed;
        right: -100%;
        top: 0;
        z-index: 99999;
        display: flex;
        justify-content: space-between;
        transition: all cubic-bezier(0.7, 0, 0.6, 0.7) 0.5s
    }
    .navleft {
        width: 10%;
        background-color: #425383;
        height: 100%;
        padding-top: 20px;
        text-align: center;
        color: white;
    }
    .navright {
        width: 90%;
        height: 100%;
        background-color: #efeff5;
    }
    .navright ul {
        width: 100%;
        background-color: #fff;
    }
    .navright ul li {
        width: 100%;
        height: 50px;
    }
    .navright ul li a {
        width: 100%;
        display: block;
        height: 50px;
        padding-left: 30px;
        color: black;
        font-size: 14px;
        line-height: 50px;
        border-bottom: 1px solid #e2e2e2;
    }
    .mbdrop {
        width: 100%;
        display: none;
    }
    .mbdrop a {
        width: 100%;
        display: block;
        height: 40px;
        padding-left: 35px;
        color: black;
        font-size: 14px;
        line-height: 40px;
        border-bottom: 1px solid #e2e2e2;
    }
    .change {
        right: 0 !important;
    }
}