* {
    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: 0ch;
}

@media only screen and (min-width: 996px) {
    .mumping_mun p {
        font-size: 16px;
        width: 100%;
        color: #393939;
        display: block;
        clear: both;
    }
    .mun_top {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mumping_mun h2 {
        font-size: 55px;
        font-weight: bold;
    }
    .mun_top span {
        font-size: 35px;
    }
    /* 数字滚动 */
    .con3 {
        max-width: 1450px;
        margin: 110px auto;
    }
    .con3con {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 60px;
    }
		.con3con li {
			width: 26%;
			cursor: pointer;
			transition: all ease 0.4s;
			background: #fff;
			margin-bottom: 20px;
		}
    .con3con li:hover {
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }
    .con3con a img {
        width: 100%;
        height: 400px;
        object-fit: contain;
    }
    .lidiv {
        /*  padding: 45px 60px;*/
        background-color: #fff;
        display: flex;
        align-items: center;
    }
    .lidiv img {
        width: 95px;
        height: 75px;
        object-fit: cover;
    }
    .li_you {
        /*margin-left: 60px;*/
        margin: 0 auto;
        line-height: 49px;
        height: 49px;
    }
    .li_you strong {
        color: #3f3e3e;
        font-size: 25px;
        display: block;
        margin-bottom: 20px;
        font-weight: normal;
    }
    .li_you p {
        font-size: 15px;
        color: #acacac;
    }
    .fullwidth li {
        width: 100% !important;
    }
    .con4 {
        max-width: 1450px;
        margin: 0 auto;
        margin-bottom: 130px;
    }
    .con4 ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 55px;
    }
    .con4 ul li {
        width: 31%;
        border: 1px solid #e1e1e1;
    }
    .con4 ul li img {
        width: 100%;
    }
    .newdiv {
        padding: 30px 10px;
        background-color: #fff;
    }
    .newdivtop {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 70px;
    }
    .newdivtop a {
        color: #333;
        font-size: 25px;
    }
    .newdivtop span {
        color: #3f3f3f;
    }
    .newdivbot a {
        color: #404040;
        display: block;
        margin-bottom: 20px;
    }
    .line {
        width: 90px;
        height: 3px;
        position: relative;
        background-color: #dedede;
    }
    .lineshow {
        position: absolute;
        width: 40%;
        background-color: #61bad9;
        height: 3px;
        left: 0;
        top: 0;
        transition: all ease 0.4s;
    }
    .con4 ul li:hover .lineshow {
        width: 100% !important;
    }
    .con4 ul li:hover a {
        /* color: #61bad9 !important; */
    }
    .foot {
        width: 100%;
        padding: 70px 0;
        background-color: #212831;
    }
    .footer {
        max-width: 1450px;
        margin: 0 auto;
    }
    .footer1 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 2px solid #878b8e;
    }
    .footer1 a img {
        width: 160px;
    }
    .footer1 ul {
        display: flex;
        align-items: center;
    }
    .footer1 ul li a {
        display: block;
        color: white;
        font-size: 20px;
        margin-left: 88px;
    }
    .footer2left {
        width: 50%;
    }
    .footer2right {
        width: 50%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    .footer2right img {
        width: 165px;
    }
    .footer2right p {
        text-align: right;
        color: white;
        padding: 10px 10px;
        display: block;
        width: 100%;
    }
    .footer2 {
        margin-top: 50px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .footer2left strong {
        font-weight: normal;
        color: #fff;
        display: block;
        font-size: 33px;
        margin-bottom: 30px;
    }
    .footer2left ul li {
        display: flex;
        color: white;
        margin-bottom: 20px;
    }
    .copy {
        color: white;
    }
    .inbanner {
        width: 100%;
        height: 425px;
        background-image: url(../images/in.png);
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    .incon {
        width: 650px;
    }
    .incon p {
        font-size: 17px;
        color: #fff;
        text-align: center;
        margin-bottom: 20px;
    }
    .intitle {
        width: 100%;
        border: 1px solid #fff;
        padding: 32px 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .intitle span {
        display: block;
        width: 130px;
        height: 1px;
        background-color: #fff;
    }
    .intitle strong {
        display: block;
        padding: 0 15px;
        font-size: 50px;
        color: #fff;
        font-weight: normal;
    }
    .ab1 {
        max-width: 1540px;
        margin: 130px auto;
    }
    .ab_title strong {
        font-size: 35px;
        color: #000;
        font-weight: normal;
        display: block;
        text-align: center;
        margin-bottom: 30px;
    }
    .ab_title span {
        display: block;
        text-align: center;
        color: #7eb8f1;
        font-size: 26px;
    }
    .ab1con {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 115px;
    }
    .ab1conleft {
        width: 48%;
    }
    .ab1conleft img {
        width: 100%;
    }
    .ab1conright {
        width: 48%;
    }
    .ab1conright p {
        line-height: 30px;
        color: #404040;
        font-size: 16px;
    }
    .ab2con {
        width: 100%;
        background-color: #f5f3f4;
        padding: 90px 0;
        margin-top: 50px;
    }
    .ab2con ul {
        display: flex;
        max-width: 1540px;
        margin: 0 auto;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .ab2con ul li {
        width: 23%;
    }
    .ab2con ul li img {
        width: 275px;
        display: block;
        margin: 0 auto;
    }
    .ab2con ul li p {
        text-align: center;
        color: #000;
        font-size: 20px;
        padding: 10px 0;
    }
    .ab3 {
        max-width: 1540px;
        margin: 160px auto;
    }
    .ul1 {
        margin-top: 60px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .ul1 li {
        width: 49%;
    }
    .ul1 li img {
        width: 100%;
    }
    .ul2 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 30px;
    }
    .ul2 li {
        width: 32%;
    }
    .ul2 li img {
        width: 100%;
    }
    .pro {
        max-width: 1540px;
        margin: 140px auto;
    }
    .pro ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 95px;
    }
    .pro ul li {
        width: 23%;
        margin-bottom: 65px;
    }
    .pro ul li img {
        width: 100%;
        /*box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;*/
    }
    .pro ul li p {
        padding: 50px 0;
        color: #333;
        font-size: 33px;
        text-align: center;
    }
    .pro ul li span {
        display: block;
        text-align: center;
        padding: 0 40px;
        font-size: 16px;
        color: #4e4e4e;
    }
    .pro ul li .a {
        display: block;
        width: 210px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        color: white;
        font-size: 15px;
        background-color: #22a8d7;
        border-radius: 40px;
        box-shadow: rgb(34 168 215 / 68%) 3px 1px 19px;
        margin: 0 auto;
        margin-top: 45px;
    }
    .bread {
        width: 100%;
        height: 50px;
        border-bottom: 1px solid #e7e7e7;
        background-color: #fff;
        margin-bottom: 60px;
    }
    .breadcon {
        max-width: 1540px;
        margin: 0 auto;
        height: 50px;
        display: flex;
        align-items: center;
    }
    .breadcon a {
        display: block;
        padding: 0 10px;
        color: #333;
        font-size: 15px;
    }
    .detail {
        max-width: 1470px;
        margin: 0 auto;
        margin-bottom: 50px;
    }
    .detail1 {
        display: flex;
        justify-content: space-between;
        background-color: #fff;
        /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;*/
    }
    .detail1left {
        width: 60%;
        padding: 75px 65px;
    }
    .detail1left strong {
        font-size: 30px;
        color: #000;
        margin-bottom: 60px;
        display: block;
    }
    .detail1left p {
        color: #676767;
        font-size: 16px;
        line-height: 30px;
    }
    .detail1right {
        width: 40%;
    }
    .detail1right img {
        width: 100%;
    }
    .detail2 {
        height: 120px;
        width: 100%;
        background-image: url(../images/bg1.png);
        background-size: cover;
        background-repeat: no-repeat;
        margin: 48px auto;
        padding-left: 40px;
        line-height: 120px;
        color: white;
        font-size: 33px;
    }
    .rela {
        width: 100%;
        margin-top: 70px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .rela li {
        width: 31%;
    }
    .rela li img {
        width: 100%;
    }
    .rela li p {
        text-align: center;
        padding: 20px 0;
        color: #000;
        font-size: 16px;
    }
    .sep {
        display: none;
    }
    .newdetail {
        max-width: 1450px;
        margin: 110px auto;
    }
    .detailcontent {
        margin-top: 80px;
        width: 100%;
    }
    .detailcontent img {
        width: 100%;
    }
    .detailcontent p {
        font-size: 16px;
        line-height: 30px;
        color: #3f3e3e;
    }
    .news {
        max-width: 1450px;
        margin: 135px auto;
    }
    .tab {
        max-width: 1000px;
        margin: 70px auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .tab a {
        display: block;
        width: 144px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        border-radius: 50px;
        font-size: 16px;
        color: #000;
    }
    .se {
        background-color: #22a8d7;
        color: white !important;
    }
    .newscon {
        width: 100%;
    }
    .newsconitem {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 45px;
    }
    .newsconitemleft {
        width: 80%;
        display: flex;
        justify-content: space-between;
    }
    .newsconitemleft .aa {
        width: 30%;
        display: block;
    }
    .newsconitemleft a img {
        width: 100%;
        border-radius: 10px;
    }
    .ms {
        flex: 1;
        padding-left: 20px;
    }
    .ms a {
        font-size: 30px;
        color: #000;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        width: 100%;
        margin-bottom: 40px;
    }
    .ms p {
        color: #979797;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .xwdo a {
        font-size: 18px;
        transition: all ease 0.4s;
        margin-bottom: 10px;
    }
    .newsconitem:hover .xwdo a {
        color: #22a8d7 !important;
    }
    .newsconitem:hover .lineshow {
        width: 100%;
    }
    .newsconitemright {
        width: 15%;
        border-left: 1px solid #dcdcdc;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    .newsconitemright strong {
        color: #9a9a9a;
        font-size: 35px;
        margin-bottom: 30px;
        font-weight: normal;
    }
    .newsconitemright p {
        color: #9a9a9a;
        font-size: 25px;
    }
    .date {
        display: none;
    }
    .fl {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 100px;
    }
    .fl li {
        width: 22%;
    }
    .fl li img {
        width: 160px;
        display: block;
        margin: 0 auto;
    }
    .fl li p {
        font-size: 20px;
        padding: 30px 0;
        /* font-weight: bold;*/
        text-align: center;
    }
    .fl li span {
        color: #636363;
        text-align: center;
        display: block;
    }
    .zp {
        width: 100%;
        margin: 100px auto;
        display: block;
    }
    .job {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .job li {
        padding: 30px 85px;
        background-color: #fff;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        width: 32%;
    }
    .job li p {
        line-height: 30px;
    }
    .job li p a {
        color: #22a8d7;
    }
    .litop {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .litop span {
        display: block;
        /*  font-weight: bold;*/
        font-size: 20px;
    }
    .tact {
        display: flex;
        margin-top: 65px;
        justify-content: space-between;
    }
    .tactleft {
        width: 60%;
    }
    .tactleft img {
        width: 100%;
    }
    .tactright {
        width: 38%;
        background-image: url(../images/bg2.png);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 120px 65px;
        color: white;
        line-height: 30px;
    }
    .con4 li {
        transition: all ease 0.4s;
    }
    .con4 li:hover {
        box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    }
    .pchead {
        width: 100%;
        height: 100px;
        background-color: #f6f7f7;
    }
    .pcheader {
        max-width: 1560px;
        height: 100px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 30px;
    }
    .pcheader a img {
        width: 100%;
    }
    .pcnav li {
        margin-right: 50px;
    }
    .pcnav li a {
        display: block;
        width: 100%;
        color: #4e4f4f;
        height: 35px;
        line-height: 35px;
    }
    .pcnav>li>a:hover {
        border-bottom: 2px solid #3fb3db !important;
        color: #3fb3db !important;
    }
    .cur {
        border-bottom: 2px solid #3fb3db !important;
        color: #3fb3db !important;
    }
    .language {
        display: flex;
        align-items: center;
        cursor: pointer;
        position: relative;
    }
    .language i {
        font-size: 16px;
    }
    .language span {
        font-size: 16px;
        display: block;
        padding: 0 10px;
        color: #4e4f4f;
    }
    .language:hover .lang_box {
        display: block;
    }
    .lang_box {
        position: absolute;
        width: 150px;
        top: 100%;
        left: 0;
        padding: 10px 0;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        background-color: #fff;
        display: none;
    }
    .lang_box a {
        display: block;
        transition: all ease 0.4s;
        padding-left: 20px;
        height: 30px;
        line-height: 30px;
        color: #4e4f4f;
    }
    .lang_box a:hover {
        padding-left: 30px;
    }
    .pcnav {
        display: flex;
        align-items: center;
    }
    .pcnav li {
        position: relative;
    }
    .pcnav li:hover .pcdrop {
        display: block;
    }
    .pcdrop {
        position: absolute;
        top: 100%;
        padding: 15px 0;
        width: 200px;
        display: none;
        z-index: 999
    }
    .pcdropcon {
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        background-color: #fff;
    }
    .pcdropcon a {
        display: block;
        width: 100%;
        height: 40px;
        height: 40px;
        padding-left: 20px;
    }
    .nav_lang {
        display: flex;
        align-items: center;
    }
    .aaar {
        transition: all ease 0.4s;
    }
    .language:hover .aaar {
        transform: rotate(180deg);
    }
    .top {
        width: 100%;
        background-color: #22a8d7;
        height: 40px;
    }
    .topcon {
        max-width: 1560px;
        height: 40px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: right;
        position: relative;
    }
    .topcon i {
        color: white;
        cursor: pointer;
    }
    .searchcon {
        position: absolute;
        width: 300px;
        top: 100%;
        right: 0px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        display: none;
    }
    .searchcontent {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .searchcontent input {
        width: 250px;
        height: 40px;
        padding-left: 20px;
        border: none;
        outline: none;
    }
    .searchcontent a {
        display: block;
        width: 50px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        background-color: #22a8d7;
    }
    .mbhead {
        display: none;
    }
    .mbnav {
        display: none;
    }
    .banner {
        width: 100%;
    }
    .banner img {
        width: 100%;
    }
    .banner .swiper-slide {
        position: relative;
    }
    .bannertxt {
        position: absolute;
        width: 1200px;
        left: 50%;
        transform: translateX(-50%);
        top: 35%;
        z-index: 11;
    }
    .bannertxt strong {
        display: block;
        font-size: 22px;
        color: #405268;
        margin-bottom: 15px;
    }
    .bannertxt h1 {
        font-size: 35px;
        margin-bottom: 15px;
        color: #405268;
    }
    .bannertxt span {
        display: block;
        margin-bottom: 40px;
        font-size: 12px;
        color: #5c7595;
    }
    .bannertxt a {
        display: block;
        width: 175px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        background-color: #22a8d7;
        font-size: 15px;
        color: white;
        border-radius: 5px;
    }
    .bannerbtn {
        background-image: none !important;
        width: 60px !important;
        height: 60px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        border: 3px solid #fff;
        color: white !important;
        font-size: 30px !important;
    }
    .bannerbtn_left {
        left: 200px !important;
    }
    .bannerbtn_right {
        right: 200px !important;
    }
    .con1 {
        max-width: 1460px;
        margin: 0 auto;
        margin-top: 120px;
        margin-bottom: 100px;
        padding: 0 30px;
    }
    .con1con {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .title strong {
        font-size: 35px;
        color: #333333;
        font-weight: normal;
        margin-bottom: 20px;
        display: block;
    }
    .title span {
        color: #636363;
    }
    .title span span {
        color: #22a8d7 !important;
    }
    .con1left {
        width: 48%;
    }
    .con1left h1 {
        font-weight: normal;
        font-size: 25px;
        color: #333;
        margin-bottom: 55px;
    }
    .con1left p {
        color: #373737;
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 155px;
    }
    .con1left a {
        display: block;
        width: 200px;
        height: 55px;
        line-height: 55px;
        text-align: center;
        color: white;
        font-size: 15px;
        background-color: #22a8d7;
        border-radius: 40px;
        box-shadow: rgb(34 168 215 / 68%) 3px 1px 19px;
    }
    .con1right {
        width: 48%;
    }
    .con1right img {
        width: 100%;
    }
    .con2 {
        background-color: #eae9e9;
        padding: 70px 0;
    }
    .con2con {
        max-width: 1460px;
        margin: 0 auto;
    }
    /* 数字滚动 */
    /*数字++++++++++*/
    .digital {
        width: 100%;
        color: #161616;
    }
    .main {
        width: 100%;
        margin: 0 auto;
    }
    .mumping_mun li {
        width: 25%;
        text-align: center;
        display: inline-block;
        margin: 30px auto;
    }
    .mumping_mun {
        width: 119%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 15px;
        margin-left: -142px;
    }
}

@media only screen and (max-width: 996px) {
    .tact {
        display: flex;
        flex-wrap: wrap;
        margin: 20px auto;
        justify-content: space-between;
    }
    .tactleft {
        width: 100%;
        margin-bottom: 25px;
    }
    .tactleft img {
        width: 100%;
    }
    .tactright {
        width: 100%;
        background-image: url(../images/bg2.png);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 25px;
        color: white;
        line-height: 30px;
    }
    .fl {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 30px;
    }
    .fl li {
        width: 48%;
        margin-bottom: 25px;
    }
    .fl li img {
        width: 80px;
        display: block;
        margin: 0 auto;
    }
    .fl li p {
        font-size: 15px;
        padding: 0px 0;
        font-weight: bold;
        text-align: center;
    }
    .fl li span {
        color: #636363;
        text-align: center;
        display: block;
    }
    .zp {
        width: 100%;
        margin: 30px auto;
        display: block;
    }
    .job {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .job li {
        padding: 15px;
        background-color: #fff;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        width: 100%;
        margin-bottom: 25px;
    }
    .job li p {
        line-height: 30px;
    }
    .job li p a {
        color: #22a8d7;
    }
    .litop {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .litop span {
        display: block;
        font-weight: bold;
        font-size: 20px;
    }
    .news {
        width: 100%;
        padding: 15px;
        margin: 25px auto;
    }
    .tab {
        width: 100%;
        margin: 20px auto;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .tab a {
        display: block;
        width: 45%;
        height: 40;
        line-height: 40px;
        text-align: center;
        border-radius: 40px;
        font-size: 15px;
        color: #000;
    }
    .se {
        background-color: #22a8d7;
        color: white !important;
    }
    .newscon {
        width: 100%;
    }
    .newsconitem {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 45px;
    }
    .newsconitemleft {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .newsconitemleft .aa {
        width: 100%;
        display: block;
    }
    .newsconitemleft a img {
        width: 100%;
        border-radius: 10px;
    }
    .ms {
        flex: 1;
        padding: 15px;
    }
    .ms a {
        font-size: 30px;
        color: #000;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        width: 100%;
        margin-bottom: 15px;
    }
    .date {
        display: block;
        padding: 10px 0;
        color: #333;
        font-size: 14px;
    }
    .ms p {
        color: #979797;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .xwdo a {
        font-size: 18px;
        transition: all ease 0.4s;
        margin-bottom: 10px;
    }
    .newsconitem:hover .xwdo a {
        color: #22a8d7 !important;
    }
    .newsconitem:hover .lineshow {
        width: 100%;
    }
    .newsconitemright {
        display: none;
    }
    .newdetail {
        width: 100%;
        padding: 15px;
        margin: 30px auto;
    }
    .detailcontent {
        margin-top: 20px;
        width: 100%;
    }
    .detailcontent img {
        width: 100%;
    }
    .detailcontent p {
        font-size: 16px;
        line-height: 25px;
        color: #3f3e3e;
    }
    .sep {
        height: 65px;
    }
    .detail {
        width: 100%;
        padding: 15px;
        margin: 20px auto;
    }
    .detail1 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        background-color: #fff;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }
    .detail1left {
        width: 100%;
        padding: 20px;
    }
    .detail1left strong {
        font-size: 20px;
        color: #000;
        margin-bottom: 15px;
        display: block;
    }
    .detail1left p {
        color: #676767;
        font-size: 16px;
        line-height: 25px;
    }
    .detail1right {
        width: 100%;
    }
    .detail1right img {
        width: 100%;
    }
    .detail2 {
        height: 60px;
        width: 100%;
        background-image: url(../images/bg1.png);
        background-size: cover;
        background-repeat: no-repeat;
        margin: 48px auto;
        padding-left: 20px;
        line-height: 60px;
        color: white;
        font-size: 16px;
    }
    .rela {
        width: 100%;
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .rela li {
        width: 100%;
        margin-bottom: 25px;
    }
    .rela li img {
        width: 100%;
    }
    .rela li p {
        text-align: center;
        padding: 15px 0;
        color: #000;
        font-size: 15px;
    }
    .bread {
        width: 100%;
        border-bottom: 1px solid #e7e7e7;
        background-color: #fff;
        margin-bottom: 30px;
        padding: 15px;
    }
    .breadcon {
        width: 100%;
        margin: 0 auto;
        display: flex;
        align-items: center;
    }
    .breadcon a {
        display: block;
        padding: 0 10px;
        color: #333;
        font-size: 15px;
    }
    .pro {
        width: 100%;
        padding: 15px;
        margin: 30px auto;
    }
    .pro ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 25px;
    }
    .pro ul li {
        width: 100%;
        margin-bottom: 25px;
    }
    .pro ul li img {
        width: 100%;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }
    .pro ul li p {
        padding: 10px 0;
        color: #333;
        font-size: 20px;
        text-align: center;
    }
    .pro ul li span {
        display: block;
        text-align: center;
        padding: 0 40px;
        font-size: 16px;
        color: #4e4e4e;
    }
    .pro ul li .a {
        display: block;
        width: 120px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: white;
        font-size: 15px;
        background-color: #22a8d7;
        border-radius: 40px;
        box-shadow: rgb(34 168 215 / 68%) 3px 1px 19px;
        margin: 0 auto;
        margin-top: 20px;
    }
    .ab3 {
        width: 100%;
        margin: 20px auto;
        padding: 15px;
    }
    .ul1 {
        margin-top: 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .ul1 li {
        width: 100%;
        margin-bottom: 20px;
    }
    .ul1 li img {
        width: 100%;
    }
    .ul2 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .ul2 li {
        width: 100%;
        margin-bottom: 20px;
    }
    .ul2 li img {
        width: 100%;
    }
    .ab2con {
        width: 100%;
        background-color: #f5f3f4;
        padding: 15px;
        margin-top: 20px;
    }
    .ab2con ul {
        display: flex;
        margin: 0 auto;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .ab2con ul li {
        width: 48%;
    }
    .ab2con ul li img {
        width: 100%;
        display: block;
        margin: 0 auto;
    }
    .ab2con ul li p {
        text-align: center;
        color: #000;
        font-size: 20px;
        padding: 10px 0;
    }
    .ab1 {
        width: 100%;
        padding: 15px;
        margin: 20px auto;
    }
    .ab_title strong {
        font-size: 20px;
        color: #000;
        font-weight: normal;
        display: block;
        text-align: center;
        margin-bottom: 15px;
    }
    .ab_title span {
        display: block;
        text-align: center;
        color: #7eb8f1;
        font-size: 14px;
    }
    .ab1con {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        margin-top: 35px;
    }
    .ab1conleft {
        width: 100%;
    }
    .ab1conleft img {
        width: 100%;
    }
    .ab1conright {
        width: 100%;
        margin-top: 20px;
    }
    .ab1conright p {
        line-height: 25px;
        color: #404040;
        font-size: 16px;
    }
    .inbanner {
        width: 100%;
        height: 225px;
        background-image: url(../images/in.png);
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        margin-top: 65px;
    }
    .incon {
        width: 90%;
    }
    .incon p {
        font-size: 14px;
        color: #fff;
        text-align: center;
        margin-bottom: 20px;
    }
    .intitle {
        width: 100%;
        border: 1px solid #fff;
        padding: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .intitle span {
        display: block;
        width: 100px;
        height: 1px;
        background-color: #fff;
    }
    .intitle strong {
        display: block;
        padding: 0 15px;
        font-size: 16px;
        color: #fff;
        font-weight: normal;
    }
    .foot {
        width: 100%;
        padding: 20px;
        background-color: #212831;
    }
    .footer {
        width: 100%;
        margin: 0 auto;
    }
    .footer1 {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
        border-bottom: 2px solid #878b8e;
        padding-bottom: 30px;
    }
    .footer1 a img {
        width: 120px;
        display: block;
        margin: 20px auto;
    }
    .footer1 ul {
        display: flex;
        width: 100%;
        align-items: center;
        margin-top: 5px;
        justify-content: center;
    }
    .footer1 ul li a {
        display: block;
        color: white;
        font-size: 15px;
        margin-left: 18px;
    }
    .blogo {
        display: block;
        width: 100%;
        margin: 10px auto;
    }
    .footer2left {
        width: 100%;
    }
    .footer2right {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-top: 20px;
    }
    .footer2right img {
        width: 120px;
    }
    .footer2right p {
        text-align: center;
        color: white;
        padding: 10px 0;
    }
    .footer2 {
        margin-top: 50px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .footer2left strong {
        font-weight: normal;
        color: #fff;
        display: block;
        font-size: 25px;
        margin-bottom: 10px;
    }
    .footer2left ul li {
        display: flex;
        color: white;
        margin-bottom: 10px;
    }
    .footer2left ul li span {
        width: 100px;
        display: block;
    }
    .footer2left ul li p {
        flex: 1;
        padding-left: 10px;
    }
    .copy {
        color: white;
    }
    .con4 {
        width: 100%;
        padding: 15px;
        margin: 30px auto;
    }
    .con4 ul {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        margin-top: 20px;
    }
    .con4 ul li {
        width: 100%;
        margin-bottom: 25px;
        border: 1px solid #e1e1e1;
    }
    .con4 ul li img {
        width: 100%;
    }
    .newdiv {
        padding: 10px 10px;
        background-color: #fff;
    }
    .newdivtop {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 15px;
    }
    .newdivtop a {
        color: #333;
        font-size: 16px;
    }
    .newdivtop span {
        color: #3f3f3f;
    }
    .newdivbot a {
        color: #404040;
        display: block;
        margin-bottom: 10px;
    }
    .line {
        width: 90px;
        height: 3px;
        position: relative;
        background-color: #dedede;
    }
    .lineshow {
        position: absolute;
        width: 40%;
        background-color: #61bad9;
        height: 3px;
        left: 0;
        top: 0;
        transition: all ease 0.4s;
    }
    .con4 ul li:hover .lineshow {
        width: 100% !important;
    }
    .con4 ul li:hover a {
        color: #61bad9 !important;
    }
    .con3 {
        width: 100%;
        padding: 15px;
        margin: 30px auto;
    }
    .con3con {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 20px;
    }
    .con3con li {
        width: 100%;
        cursor: pointer;
        transition: all ease 0.4s;
        margin-bottom: 20px;
    }
    .con3con li:hover {
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }
    .con3con a img {
        width: 100%;
    }
    .lidiv {
        padding: 20px;
        background-color: #fff;
        display: flex;
        align-items: center;
    }
    .lidiv img {
        width: 35px;
        object-fit: cover;
    }
    .li_you {
        margin-left: 20px;
    }
    .li_you strong {
        color: #3f3e3e;
        font-size: 20px;
        display: block;
        margin-bottom: 15px;
        font-weight: normal;
    }
    .li_you p {
        font-size: 15px;
        color: #acacac;
    }
    .fullwidth li {
        width: 100% !important;
    }
    .con2 {
        background-color: #eae9e9;
        padding: 15px;
        margin-bottom: 30px auto;
        padding-top: 25px !important;
    }
    .con2con {
        width: 100%;
        margin: 0 auto;
    }
    /* 数字滚动 */
    /*数字++++++++++*/
    .digital {
        width: 100%;
        color: #161616;
    }
    .main {
        width: 100%;
        margin: 0 auto;
    }
    .mumping_mun li {
        width: 48%;
        text-align: center;
        display: inline-block;
        margin-bottom: 25px;
    }
    .mumping_mun {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 15px;
        flex-wrap: wrap;
    }
    .mumping_mun p {
        font-size: 16px;
        width: 100%;
        color: #393939;
        display: block;
        clear: both;
    }
    .mun_top {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mumping_mun h2 {
        font-size: 20px;
        font-weight: normal;
    }
    .mun_top span {
        font-size: 20px;
    }
    .con1 {
        width: 100%;
        margin: 30px auto;
        padding: 15px;
    }
    .con1con {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .title strong {
        font-size: 25px;
        color: #333333;
        font-weight: normal;
        margin-bottom: 15px;
        display: block;
    }
    .title span {
        color: #636363;
    }
    .title span span {
        color: #22a8d7 !important;
    }
    .con1left {
        width: 100%;
        margin-bottom: 20px;
    }
    .con1left h1 {
        font-weight: normal;
        font-size: 20px;
        color: #333;
        margin-bottom: 15px;
    }
    .con1left p {
        color: #373737;
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 25px;
    }
    .con1left a {
        display: block;
        width: 150px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        color: white;
        font-size: 15px;
        background-color: #22a8d7;
        border-radius: 40px;
        box-shadow: rgb(34 168 215 / 68%) 3px 1px 19px;
    }
    .con1right {
        width: 100%;
    }
    .con1right img {
        width: 100%;
    }
    .banner {
        width: 100%;
        margin-top: 65px !important;
    }
    .banner img {
        width: 100%;
    }
    .banner .swiper-slide {
        position: relative;
    }
    .bannertxt {
        display: none;
    }
    .bannertxt strong {
        display: block;
        font-size: 22px;
        color: #405268;
        margin-bottom: 15px;
    }
    .bannerbtn {
        background-image: none !important;
        width: 30px !important;
        height: 30px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        border: 1px solid #fff;
        color: white !important;
    }
    .bannerbtn_left {
        left: 10px !important;
    }
    .bannerbtn_right {
        right: 10px !important;
    }
    .mbnav {
        position: fixed;
        top: 65px;
        z-index: 10;
        left: 0;
        background-color: #fff;
        width: 100%;
        padding: 20px;
        display: none;
    }
    .mbarr {
        position: absolute;
        right: 20px;
        transition: all ease 0.4s;
    }
    .roro {
        transform: rotate(90deg);
    }
    .mbnav ul li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }
    .mbnav ul li a {
        display: block;
        width: 100%;
        padding-left: 20px;
        color: #4e4f4f;
        height: 40px;
        line-height: 40px;
        border-bottom: 1px solid #ccc;
    }
    .mbdrop {
        display: none;
    }
    .mbdrop a {
        display: block;
        width: 100%;
        padding-left: 35px;
        color: #4e4f4f;
        height: 40px;
        line-height: 40px;
    }
    .mbsearchcon {
        width: 100%;
        position: fixed;
        top: 65px;
        left: 0;
        display: none;
        z-index: 9;
    }
    .mbsearchcontent {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .mbsearchcontent input {
        width: 80%;
        height: 40px;
        padding-left: 20px;
        background-color: #f6f7f7;
        outline: none;
        border: none;
    }
    .mbsearchcontent a {
        display: block;
        flex: 1;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: white;
        background-color: #22a8d7;
    }
    .pchead {
        display: none;
    }
    .top {
        display: none;
    }
    .mbhead {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9;
        width: 100%;
        height: 65px;
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 20px;
        background-color: #f6f7f7;
    }
    .mbhead_right {
        display: flex;
        align-items: center;
    }
    .mbsearch {
        margin-right: 20px;
    }
}